body {
	font-family: 'DM Sans', sans-serif;
	background-color: hsl(0, 0%, 100%);
	color: hsl(140, 25%, 12%);
}

h1,
h2,
h3,
.font-display,
.custom-tailwind h1,
.custom-tailwind h2,
.custom-tailwind h3,
.custom-tailwind .font-display {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.custom-tailwind body,
.custom-tailwind h1,
.custom-tailwind h2,
.custom-tailwind h3,
.custom-tailwind h4,
.custom-tailwind h5,
.custom-tailwind h6,
.custom-tailwind .entry-title a {
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.custom-tailwind p {
	margin: 0 0 5px;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

.bg-background {
	background-color: hsl(0, 0%, 100%);
}

/* Swiper custom overrides */
.recipes-swiper {
	overflow: visible !important;
}

.recipes-swiper .swiper-slide {
	height: auto;
	transition: transform 0.3s ease;
	opacity: 0.5;
}

.recipes-swiper .swiper-slide-active,
.recipes-swiper .swiper-slide-next,
.recipes-swiper .swiper-slide-next+.swiper-slide {
	opacity: 1;
}

.custom-tailwind button,
.custom-tailwind a,
.our-collection-dv a {
	text-decoration: none !important;
}

.d-none {
	display: none !important;
}

.ast-woo-shop-archive .site-content>.ast-container,
.site-content .ast-container {
	display: block;
	max-width: 100%;
	padding: 0;
}

.ast-woo-shop-archive div#primary {
	margin: 0;
}

header .ast-primary-header-bar .site-primary-header-wrap {
	max-width: 1390px;
}

header .custom-logo-link img,
header .ast-primary-header-bar .site-primary-header-wrap .custom-logo-link img {
	max-height: 80px;
	object-fit: contain;
}

header .ast-logo-title-inline .ast-site-identity {
	margin: 0 !important;
	padding: 12px 0;
}

.main-header-menu>.menu-item>.menu-link,
#astra-footer-menu>.menu-item>.menu-link {
	text-transform: uppercase;
	font-weight: 600;
}

.ast-logo-title-inline .ast-site-identity {
	margin: 0 !important;
	padding: 12px 0;
}

.main-header-menu>.menu-item>.menu-link,
#astra-footer-menu>.menu-item>.menu-link {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.25rem;
}

.site-header-primary-section-right .ast-custom-button-link::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='h-4 w-4'%3E%3Ccircle cx='8' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='19' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'%3E%3C/path%3E%3C/svg%3E");
	width: 16px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	display: inline-block;
	left: 20px;
	top: 11px;
	filter: invert(1);
}

.site-header-primary-section-right .ast-custom-button-link {
	position: relative;
}

.site-header-primary-section-right .ast-custom-button-link .ast-custom-button {
	padding-left: 44px !important;
}

.trim-5-lines {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ast-scroll-top-icon span.ast-icon.icon-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding-top: 3px;
}

.ast-page-builder-template .site-content>.ast-container {
	display: block;
}

/* ========================================================= */
/* WooCommerce Specific Styling  */
/* ========================================================= */

/* Main Typography Override */
.woocommerce-loop-product__title,
.product_title {
	font-family: 'Oswald', sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	color: inherit;
}

.price .amount,
.woocommerce-Price-amount {
	font-family: 'Oswald', sans-serif !important;
	font-weight: 600 !important;
	color: hsl(0deg 0% 0.78%) !important;
}

/* Shop Grid Customizations Now Managed By Tailwind CSS in content-product.php */

/* Add To Cart Button Overrides */
.ast-woo-shop-product-description {
	margin-bottom: 1.5rem;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.7);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
	background-color: #206f2d !important;
	color: #fff !important;
	border-radius: 9999px !important;
	padding: 0.75rem 1.75rem !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	transition: all 0.3s;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover {
	opacity: 0.9;
}

/* Single Product Page Enhancements */
.ast-article-single.woocommerce {
	margin-top: 2rem !important;
	padding-bottom: 4rem;
}

.woocommerce div.product .product_title {
	font-size: 2rem !important;
	line-height: 1.1;
	margin-bottom: 1rem;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: hsl(140, 25%, 12%) !important;
}

.woocommerce div.product .price {
	font-size: 2rem !important;
	margin-bottom: 1rem;
}

.woocommerce-product-details__short-description {
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: hsl(140, 10%, 40%);
}

.product_meta {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.6);
}

.product_meta a {
	color: hsl(28, 93%, 62%);
	font-weight: 600;
}

.product_meta a:hover {
	text-decoration: underline !important;
}

/* Form add to cart in single layout */
form.cart {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	margin-bottom: 2rem !important;
	padding-top: 1rem !important;
	border-top: none !important;
}

.woocommerce div.product form.cart div.quantity {
	width: 160px;
	height: auto;
	margin: 0 !important;
}

.woocommerce .quantity .qty {
	border-radius: 9999px !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	padding: 0 !important;
	background: transparent;
	width: 100% !important;
	text-align: center;
	font-size: 14px;
	min-height: 48px;
	height: 48px;
	line-height: 20px;
}

.woocommerce div.product form.cart .button {
	min-height: 48px;
	margin: 0;
	max-width: 160px;
}

/* Clean tabs styling */
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0 0 1.5rem !important;
	padding: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none !important;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 0 1rem !important;
	border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: hsl(140, 10%, 40%) !important;
	font-weight: 500 !important;
	font-size: 1rem !important;
	padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: hsl(140, 25%, 12%) !important;
	font-weight: 600 !important;
}

/* ========================================================= */
/* Clean Up Default WooCommerce Styles For Overrides */
/* ========================================================= */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	/* Override Astra/WooCommerce default widths to let Tailwind Grid manage it */
	width: 100% !important;
	margin: 0 !important;
	clear: none !important;
}

.woocommerce ul.products {
	/* Reset WooCommerce default floats layout for grid compatibility */
	display: grid !important;
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	gap: 2rem !important;
}

.product-gallery-wrapper img {
	border-radius: 0.75rem;
	width: 100%;
	height: auto;
}

.woocommerce-products-header__title {
	margin-bottom: 0 !important;
}

/* Remove default woo commerce results top margin */
.woocommerce-result-count,
.woocommerce-ordering {
	margin: 0 !important;
}

/* Full width buttons in single product */
.woocommerce div.product form.cart .button {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Hide default WooCommerce breadcrumb in favor of our custom template header */
.woocommerce-breadcrumb {
	display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	overflow: hidden;
	border: 1px solid #e0e5dc;
	box-shadow: none;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.woocommerce .woocommerce-notices-wrapper {
	width: 100%;
	margin: 0 0 10px;
}

.woocommerce-js ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	margin-bottom: 0;
	border-radius: 0;
}

.woocommerce-page .newsletter-dv input[type=email],
.woocommerce .newsletter-dv input[type=email] {
	background-color: hsl(0 0% 100% / 0.1);
	border-radius: 24px 0 0 24px;
	border-color: hsl(0 0% 100% / 0.2);
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
	font-size: 14px;
	border: 1px solid #e0e5dc;
	border-radius: 24px;
	padding: 0 32px 0 16px;
	color: #000;
	background-position-x: calc(100% - 16px);
	background-position-y: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	font-size: 16px;
	line-height: 1.5;
}

.txt-limit-single-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 50ch;
}

.single-product.ast-plain-container.ast-no-sidebar #primary {
	margin: 0;
}

.single-product .product-gallery-wrapper {
	width: 100%;
}

.woocommerce #content .ast-woocommerce-container div.product div.summary,
.woocommerce .ast-woocommerce-container div.product div.summary,
.woocommerce-page #content .ast-woocommerce-container div.product div.summary,
.woocommerce-page .ast-woocommerce-container div.product div.summary,
.single-product .product-gallery-wrapper>div {
	width: 100% !important;
	margin: 0 !important;
}

.woocommerce-js div.product .product_meta {
	padding-top: 30px;
	font-size: 16px;
	color: hsl(140, 25%, 12%);
}

.woocommerce-js div.product form.cart::before {
	display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	font-size: 16px;
}

.woocommerce-js div.product .woocommerce-tabs {
	padding-top: 0;
}

div.product .woocommerce-tabs p,
div.product .woocommerce-tabs table,
div.product .woocommerce-tabs table td,
div.product .woocommerce-tabs table th,
div.product .woocommerce-tabs table li {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 16px;
}

article.blog-card {
	padding: 0;
	border: 1px solid rgb(224, 229, 220) !important;
}

/* ========================================================= */
/* Astra Comments Overrides */
/* ========================================================= */

.comments-area {
	margin-top: 5rem;
	padding-top: 3rem;
	border-top: 1px solid rgb(224, 229, 220);
}

.comments-title,
.comment-reply-title {
	font-family: 'Oswald', sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	color: hsl(140, 25%, 12%) !important;
	font-size: 2rem !important;
	font-weight: 700 !important;
	margin-bottom: 2rem;
}

.comment-list .comment-body {
	background-color: #ffffff;
	border: 1px solid rgb(224, 229, 220);
	border-radius: 1rem;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

.comment-author .fn {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color: hsl(140, 25%, 12%);
	font-size: 1.25rem;
}

.comment-meta {
	margin-bottom: 0.5rem;
}

.comment-meta a {
	color: hsl(140, 10%, 40%);
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.ast-comment-content p {
	color: hsl(140, 10%, 40%);
	font-size: 1rem;
	line-height: 1.6;
}

.comment-respond .comment-form input[type="text"],
.comment-respond .comment-form input[type="email"],
.comment-respond .comment-form input[type="url"],
.comment-respond .comment-form textarea {
	background-color: #ffffff;
	border: 1px solid rgb(224, 229, 220) !important;
	border-radius: 1rem !important;
	padding: 0.75rem 1rem !important;
	width: 100%;
	color: hsl(140, 25%, 12%);
	font-family: 'DM Sans', sans-serif;
	transition: border-color 0.3s ease;
	margin-bottom: 0.5rem;
	box-shadow: none !important;
	max-height: 120px;
	resize: none;
	font-size: 16px;
	line-height: 1.5;
	min-height: 48px;
}

.ast-row.comment-textarea fieldset.comment-form-comment {
	margin-bottom: 0;
}

.comment-respond .comment-form input:focus,
.comment-respond .comment-form textarea:focus {
	border-color: hsl(130, 55%, 28%) !important;
	outline: none;
}

.comments-area .comment-notes,
.comments-area .comment-textarea,
.comments-area .form-allowed-tags {
	margin-bottom: 1rem;
	font-size: 16px;
	line-height: 1.5;
}

.comment-respond .comment-form .form-submit input[type="submit"] {
	background-color: hsl(130, 55%, 28%) !important;
	color: #ffffff !important;
	border-radius: 9999px !important;
	padding: 0.75rem 2.5rem !important;
	font-family: 'Oswald', sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	letter-spacing: 0.05em !important;
	transition: background-color 0.3s ease, transform 0.2s ease;
	border: none;
	cursor: pointer;
	font-size: 1rem;
}

.comment-respond .comment-form .form-submit input[type="submit"]:hover {
	background-color: hsl(130, 60%, 18%) !important;
	transform: translateY(-2px);
}

body .comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.comment-form-cookies-consent input[type="checkbox"] {
	margin-top: 2px !important;
	margin-right: 0 !important;
	accent-color: hsl(130, 55%, 28%);
	cursor: pointer;
	width: 1rem;
	height: 1rem;
}

.comment-form-cookies-consent label {
	font-size: 14px;
	line-height: 1.5;
	cursor: pointer;
	color: #4b5563;
}

.ast-page-builder-template .comments-area {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.wpcf7-form input[type=submit].join-btn:hover {
	background-color: #1a5924 !important;
	color: #ffffff !important;
	transform: translateY(-2px);
}

.wpcf7-form input[type=submit].join-btn {
	margin: 0;
	text-decoration: none !important;
	font-weight: 600 !important;
	font-family: 'Oswald', sans-serif !important;
	transition: background-color 0.3s ease, transform 0.2s ease !important;
	border: none;
	outline: none;
	border-radius: 9999px !important;
	background-color: #206f2d !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	color: #ffffff !important;
	padding: 12px 30px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	min-width: 220px;
	cursor: pointer;
}

.custom-form textarea.form-control,
.custom-form input.form-control {
	padding: 12px 20px !important;
	background-color: #fff !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	color: hsl(140, 25%, 12%) !important;
	text-decoration: none !important;
	font-family: 'DM Sans', sans-serif !important;
	font-weight: 400 !important;
	width: 100% !important;
	border-radius: 1rem !important;
	border: 1px solid rgb(224, 229, 220) !important;
	height: 48px;
}

.custom-form textarea.form-control::placeholder,
.custom-form input.form-control::placeholder {
	color: hsl(140, 10%, 40%) !important;
}

.custom-form textarea.form-control {
	min-height: 120px;
	resize: none;
	box-shadow: none;
	padding-top: 12px !important;
}

.custom-form p {
	margin: 0;
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	padding: 0 !important;
}

.custom-form .row {
	margin-left: -10px;
	margin-right: -10px;
}

.custom-form .row>div {
	padding-left: 10px;
	padding-right: 10px;
}

.custom-form .btn-dv p {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
}

.row.mb-20 {
	margin-bottom: 20px;
}

.wpcf7-not-valid-tip {
	margin-top: 2px;
	color: #ff4e4e;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: hsl(28, 93%, 62%) !important;
	background: hsl(28, 93%, 62%) !important;
	margin: 20px 0 0 !important;
	padding: 8px 20px !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	color: #fff !important;
	border-radius: 0.5rem !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #206f2d !important;
	background: #206f2d !important;
	margin: 20px 0 0 !important;
	padding: 8px 20px !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	color: #fff !important;
	border-radius: 0.5rem !important;
}

.contact-us-frm7 .custom-form textarea.form-control,
.contact-us-frm7 .custom-form input.form-control {
	border-color: rgb(224, 229, 220) !important;
}

.contact-us-frm7 .custom-form textarea.form-control:focus,
.contact-us-frm7 .custom-form input.form-control:focus {
	border-color: #206f2d !important;
	outline: none !important;
}

.custom-checkbox-group label {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 6px;
	font-weight: 500;
	color: hsl(140, 25%, 12%);
}

.custom-checkbox-row {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.custom-checkbox label {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	font-size: 16px;
	align-items: center;
	color: hsl(140, 10%, 40%);
}

.custom-checkbox .wpcf7-list-item {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.custom-checkbox label input[type="checkbox"] {
	display: none;
}

.custom-checkbox label>.wpcf7-list-item-label {
	position: relative;
	padding: 0 0 0 30px;
	cursor: pointer;
}

.custom-checkbox label>.wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	border: 1px solid rgb(224, 229, 220);
	border-radius: 4px;
	width: 20px;
	height: 20px;
}

.custom-checkbox label>.wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	border: 1px solid #206f2d;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	background-color: #206f2d;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-check-icon lucide-check'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.custom-checkbox label input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
	opacity: 1;
}

.contact-form-section>.e-con-inner {
	max-width: 760px !important;
}

.join-form {
	max-width: 900px;
	margin: 0 auto;
}

body.single div.product form.variations_form.cart {
	flex-wrap: wrap;
	margin: 0 !important;
	padding: 0 !important;
}

body.single div.product form.cart .variations th {
	line-height: 1.5;
	margin: 0;
}

body.single div.product form.cart .variations,
body.single div.product form.cart .variations tr {
	margin-bottom: 0;
}

body.single div.product form.cart .single_variation_wrap .single_variation {
	margin-bottom: 0;
}

body.single div.product form.cart .single_variation_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}

.woocommerce-variation-add-to-cart.variations_button {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.woocommerce-js div.product form.cart .variations td.value {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 20px;
}

body:not(.home) article.ast-article-single {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px !important;
}

.woocommerce-js #content table.cart td,
.woocommerce-page #content table.cart td {
	font-size: 16px;
}

.woocommerce-js table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
	font-size: 14px;
}

/* WooCommerce Checkout Input Styling */
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row .select2-container--default .select2-selection--single,
.woocommerce-account .form-row input.input-text,
.woocommerce-account .form-row textarea,
.woocommerce-account .form-row select,
.woocommerce-account .form-row .select2-container--default .select2-selection--single {
	padding: 12px 20px !important;
	background-color: #fff !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	color: hsl(140, 25%, 12%) !important;
	font-family: 'DM Sans', sans-serif !important;
	font-weight: 400 !important;
	width: 100% !important;
	border-radius: 1rem !important;
	border: 1px solid rgb(224, 229, 220) !important;
	height: 48px;
	box-shadow: none !important;
}

.woocommerce-checkout .form-row textarea {
	min-height: 120px;
	height: auto;
	resize: none;
}

.woocommerce-page h2.woocommerce-order-downloads__title,
.woocommerce-MyAccount-content form>h2 {
	font-size: 17px;
	font-weight: 500;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	letter-spacing: .02em;
	padding: 0 0 12px;
	margin: 0 0 20px;
	line-height: 1.3em;
	border-bottom: 1px solid var(--ast-border-color);
	width: 100%;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-account .form-row input.input-text:focus,
.woocommerce-account .form-row textarea:focus,
.woocommerce-account .form-row select:focus,
.woocommerce-account .form-row .select2-container--default.select2-container--focus .select2-selection--single {
	border-color: #206f2d !important;
	outline: none !important;
}

/* Fix Select2 internal alignment for 48px height */
.woocommerce-checkout .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-account .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 24px !important;
	padding-left: 0 !important;
	color: hsl(140, 25%, 12%) !important;
}

.woocommerce-checkout .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-account .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px !important;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 49%;
	overflow: visible;
}

.entry-content .woocommerce-info a {
	color: #206f2d;
	outline: none;
}

p.lost_password a {
	font-size: 14px;
	font-weight: 500;
}

.woocommerce-form.woocommerce-form-login p {
	font-size: 14px;
	line-height: 1.5;
}

.woocommerce-checkout .woocommerce-info {
	margin: 24px 0;
}

.woocommerce-js #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
	width: auto;
	padding: 12px 20px !important;
	background-color: #fff !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	color: hsl(140, 25%, 12%) !important;
	text-decoration: none !important;
	font-family: 'DM Sans', sans-serif !important;
	font-weight: 400 !important;
	border-radius: 1rem !important;
	border: 1px solid rgb(224, 229, 220) !important;
	min-height: 40px;
}

.woocommerce-cart table.shop_table thead th,
.woocommerce-cart .cart-collaterals .cart_totals>h2,
.woocommerce-cart .cart-collaterals .cross-sells>h2 {
	font-size: 14px;
	line-height: 20px;
	background: #206f2d;
	color: #fff;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	padding-inline: 20px;
}

.woocommerce-page.woocommerce-checkout form table.woocommerce-checkout-review-order-table th {
	background: transparent;
	color: #000;
	border-bottom: 1px solid;
}

form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
	font-size: 14px;
	background: #206f2d;
	color: #fff;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	border: none;
	padding: 12px 20px;
	line-height: 1.5;
}

.woocommerce .woocommerce-MyAccount-content h2.woocommerce-column__title,
.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title,
.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title,
.woocommerce.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title,
.woocommerce.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title {
	font-size: 14px;
	background: #206f2d;
	color: #fff;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	border: none;
	padding: 12px 20px;
	line-height: 1.5;
}

.woocommerce-page.woocommerce-checkout form #order_review td.product-name,
.woocommerce.woocommerce-checkout form #order_review td.product-name,
.woocommerce-page.woocommerce-checkout form #order_review td,
.woocommerce-page.woocommerce-checkout form #order_review th,
.woocommerce.woocommerce-checkout form #order_review td,
.woocommerce.woocommerce-checkout form #order_review th {
	font-size: 16px;
	line-height: 1.5;
}

form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
	padding: 0 20px;
	border-width: 0 1px 1px;
}

.woocommerce-js.woocommerce-account form .form-row label,
.woocommerce-js.woocommerce-checkout form .form-row>label {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 4px;
}

.woocommerce-js.woocommerce-account form .form-row {
	font-size: 14px;
	line-height: 1.5;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
	font-size: 17px;
	font-weight: 500;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	letter-spacing: .02em;
	padding: 12px 0 12px;
	margin: 0 0 20px;
	line-height: 1.3em;
}

.woocommerce-js.woocommerce-checkout form .form-row input.input-text,
.woocommerce-js.woocommerce-checkout form .form-row textarea,
.woocommerce-js.woocommerce-checkout form .form-row select {
	padding: 12px 20px !important;
	background-color: #fff !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	color: hsl(140, 25%, 12%) !important;
	font-family: 'DM Sans', sans-serif !important;
	font-weight: 400 !important;
	width: 100% !important;
	border-radius: 1rem !important;
	border: 1px solid rgb(224, 229, 220) !important;
	height: 48px;
	box-shadow: none !important;
}

.ast-single-post.ast-page-builder-template .site-main>article,
.woocommerce.ast-page-builder-template .site-main,
.ast-page-builder-template .post-navigation {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.woocommerce-js .woocommerce-customer-details :last-child,
.woocommerce-js .woocommerce-order-details :last-child,
.woocommerce-js .woocommerce-order-downloads :last-child {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.woocommerce-order p.woocommerce-notice {
	margin: 0 0 20px;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order ul.order_details,
.woocommerce.woocommerce-checkout .woocommerce-order ul.order_details {
	margin: 0 0 24px;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order ul.order_details li,
.woocommerce.woocommerce-checkout .woocommerce-order ul.order_details li {
	font-size: 14px;
	line-height: 1.5;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order ul.order_details li strong,
.woocommerce.woocommerce-checkout .woocommerce-order ul.order_details li strong {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
}

.ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
.ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
	padding: 12px 0;
}

.ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu .menu-link {
	padding: 8px 16px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

/* WooCommerce My Account Styling */

/* Extend unified input styling to My Account forms */
.woocommerce-account .woocommerce-MyAccount-content input.input-text,
.woocommerce-account .woocommerce-MyAccount-content select,
.woocommerce-account .woocommerce-MyAccount-content textarea {
	padding: 12px 20px !important;
	background-color: #fff !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	color: hsl(140, 25%, 12%) !important;
	font-family: 'DM Sans', sans-serif !important;
	font-weight: 400 !important;
	width: 100% !important;
	border-radius: 1rem !important;
	border: 1px solid rgb(224, 229, 220) !important;
	height: 48px;
	box-shadow: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content textarea {
	height: auto !important;
	min-height: 120px;
}

.woocommerce-account .woocommerce-MyAccount-content .button {
	background-color: #206f2d !important;
	color: #fff !important;
	border-radius: 9999px !important;
	padding: 0.75rem 2.5rem !important;
	font-family: 'Oswald', sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	letter-spacing: 0.05em !important;
	border: none !important;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-content .button:hover {
	background-color: #1a5924 !important;
}

.woocommerce-MyAccount-navigation>ul {
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	border-radius: 16px;
	overflow: hidden;
}

.woocommerce-MyAccount-navigation>ul li.woocommerce-MyAccount-navigation-link {
	border-color: #e0e5dc;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	overflow: hidden;
	letter-spacing: 0.05em;
}

.woocommerce-MyAccount-navigation>ul li.woocommerce-MyAccount-navigation-link a {
	padding: 12px 16px;
}

.woocommerce-MyAccount-navigation>ul li.woocommerce-MyAccount-navigation-link:first-child {
	border-radius: 16px 16px 0 0;
}

.woocommerce-MyAccount-navigation>ul li.woocommerce-MyAccount-navigation-link:last-child {
	border-radius: 0 0 16px 16px;
}

.woocommerce-MyAccount-navigation>ul li.woocommerce-MyAccount-navigation-link.is-active a {
	background-color: #206f2d;
	color: #fff;
	font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content {
	font-size: 16px;
	line-height: 1.5;
}

.woocommerce-js table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
	font-size: 14px;
	background: #206f2d;
	color: #fff;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	border: none;
	padding: 12px 20px;
	line-height: 1.5;
}

.woocommerce-js table.shop_table td.payment-method-actions a.button.delete,
.woocommerce-page table.shop_table td.payment-method-actions a.button.delete {
	margin: 0 !important;
}

.woocommerce-js .woocommerce-checkout-review-order label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: inherit;
	font-weight: 600;
}


.woocommerce-page.woocommerce-checkout form #order_review table,
.woocommerce-page.woocommerce-checkout form table.woocommerce-checkout-review-order-table {
	margin: 0 0 12px;
	font-weight: 600;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
	padding: 0;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
	padding: 0;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 0 5px;
}

/* Custom Radio Button Styling */
.woocommerce-checkout #payment input[type="radio"],
.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods li input[type="radio"],
.woocommerce-account #payment input[type="radio"],
.woocommerce-account .woocommerce-MyAccount-content input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px !important;
	height: 20px !important;
	border: 1px solid rgb(224, 229, 220) !important;
	border-radius: 50% !important;
	outline: none !important;
	margin: 0 10px 0 0 !important;
	position: relative;
	cursor: pointer;
	background-color: #fff !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	transition: border-color 0.2s ease;
}

#add_payment_method #payment ul.payment_methods li label {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	width: auto;
}

.woocommerce-js .woocommerce-order-details h2.woocommerce-order-details__title {
	margin: 12px 0;
	font-size: 17px;
	line-height: 1.5;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table td,
.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table th,
.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table td,
.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table th,
.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table td,
.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table th,
.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table td,
.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table th {
	padding: 12px 16px;
	line-height: 1.5;
}

.woocommerce-checkout #payment input[type="radio"]:checked,
.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods li input[type="radio"]:checked,
.woocommerce-account #payment input[type="radio"]:checked,
.woocommerce-account .woocommerce-MyAccount-content input[type="radio"]:checked {
	border-color: #206f2d !important;
}

.woocommerce-checkout #payment input[type="radio"]::after,
.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods li input[type="radio"]::after,
.woocommerce-account #payment input[type="radio"]::after,
.woocommerce-account .woocommerce-MyAccount-content input[type="radio"]::after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background-color: #206f2d;
	border-radius: 50%;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.woocommerce-checkout #payment input[type="radio"]:checked::after,
.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods li input[type="radio"]:checked::after,
.woocommerce-account #payment input[type="radio"]:checked::after,
.woocommerce-account .woocommerce-MyAccount-content input[type="radio"]:checked::after {
	opacity: 1;
}

/* Ensure alignment in the payment methods list */
.woocommerce-checkout #payment ul.payment_methods li label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

fieldset.wc-payment-form {
	border: none;
}

.woocommerce-checkout #payment ul.payment_methods li input[type="checkbox"],
.woocommerce-checkout .form-row.terms .input-checkbox,
.woocommerce-checkout .form-row.terms input[type="checkbox"],
.woocommerce-account #payment input[type="checkbox"],
.woocommerce-account .woocommerce-MyAccount-content input[type="checkbox"],
.woocommerce-form-login__rememberme input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px !important;
	height: 20px !important;
	border: 1px solid rgb(224, 229, 220) !important;
	border-radius: 4px !important;
	outline: none !important;
	margin: 0 10px 0 0 !important;
	position: relative;
	cursor: pointer;
	background-color: #fff !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	transition: all 0.2s ease;
}

.woocommerce-checkout #payment ul.payment_methods li input[type="checkbox"]:checked,
.woocommerce-checkout .form-row.terms .input-checkbox:checked,
.woocommerce-checkout .form-row.terms input[type="checkbox"]:checked,
.woocommerce-account #payment input[type="checkbox"]:checked,
.woocommerce-account .woocommerce-MyAccount-content input[type="checkbox"]:checked,
.woocommerce-form-login__rememberme input[type="checkbox"]:checked {
	background-color: #206f2d !important;
	border-color: #206f2d !important;
}

.woocommerce-checkout #payment ul.payment_methods li input[type="checkbox"]::after,
.woocommerce-checkout .form-row.terms .input-checkbox::after,
.woocommerce-checkout .form-row.terms input[type="checkbox"]::after,
.woocommerce-checkout .form-row.terms input[type="checkbox"]::after,
.woocommerce-account #payment input[type="checkbox"]::after,
.woocommerce-account .woocommerce-MyAccount-content input[type="checkbox"]::after,
.woocommerce-form-login__rememberme input[type="checkbox"]::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.woocommerce-checkout #payment ul.payment_methods li input[type="checkbox"]:checked::after,
.woocommerce-checkout .form-row.terms .input-checkbox:checked::after,
.woocommerce-checkout .form-row.terms input[type="checkbox"]:checked::after,
.woocommerce-account #payment input[type="checkbox"]:checked::after,
.woocommerce-account .woocommerce-MyAccount-content input[type="checkbox"]:checked::after,
.woocommerce-form-login__rememberme input[type="checkbox"]:checked::after {
	opacity: 1;
}

.woocommerce .addresses header.woocommerce-Address-title.title {
	font-size: 14px;
	background: #206f2d;
	color: #fff;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	border: none;
	padding: 12px 20px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
	margin-top: 16px;
}

.woocommerce .addresses header.woocommerce-Address-title.title a.edit {
	margin-left: auto;
	padding: 0;
	color: hsl(48 95% 50% / var(--tw-text-opacity, 1));
	text-decoration: underline !important;
}

.woocommerce .woocommerce-Addresses address,
.woocommerce .woocommerce-MyAccount-content address,
.woocommerce .woocommerce-customer-details address,
.woocommerce-account .woocommerce-Addresses address,
.woocommerce-account .woocommerce-MyAccount-content address,
.woocommerce-account .woocommerce-customer-details address {
	font-style: normal;
	font-size: 14px;
	font-weight: 500;
}

.ast-builder-menu .main-navigation>ul>li a img.avatar {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	margin-right: 8px;
	object-fit: cover;
}

body .woocommerce form.login,
body .woocommerce form.checkout_coupon,
body .woocommerce form.login,
body .woocommerce form.checkout_coupon,
body .woocommerce form.register {
	border-color: rgb(224, 229, 220) !important;
	border-radius: 16px;
	margin-top: 20px;
}

.woocommerce-account:not(.logged-in) .woocommerce .col2-set h2 {
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #206f2d;
	line-height: 36px;
	padding: 6px 12px;
	border-radius: 24px;
}

.woocommerce-js.woocommerce-account form .form-row button.woocommerce-button.button.woocommerce-form-login__submit {
	margin-top: 10px;
}

/* Blog */

.single.single-post .ast-container {
	max-width: 100%;
}

.single.single-post .ast-container .container.max-w-4xl {
	max-width: 1000px !important;
}

.single.single-post .ast-container div#primary {
	margin-top: 0;
	margin-bottom: 0;
}


/* ========================================================= */
/* Responsive Media Queries */
/* ========================================================= */

@media (min-width: 640px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1024px) {
	.woocommerce div.product .product_title {
		font-size: 2rem !important;
	}
}

@media (min-width: 1200px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1400px !important;
	}
}

@media (max-width: 1200px) {
	.txt-limit-single-title {
		max-width: 20ch;
	}

	.woocommerce-page.woocommerce-checkout .woocommerce-order ul.order_details,
	.woocommerce.woocommerce-checkout .woocommerce-order ul.order_details {
		row-gap: 16px;
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width:922px) {
	.ast-header-break-point .ast-header-button-1 {
		width: 100%;
	}

	.ast-header-break-point .ast-header-button-1 .ast-builder-button-wrap {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.txt-limit-single-title {
		max-width: 12ch;
	}
}

@media (max-width:1024px) {

	.wpcf7-form input[type=submit].join-btn,
	.custom-form input.form-control,
	.custom-form textarea.form-control {
		font-size: 16px !important;
	}

	.custom-checkbox-group label {
		font-size: 16px;
		margin-bottom: 4px;
	}

	.custom-checkbox label>.wpcf7-list-item-label {
		font-size: 16px;
		padding-left: 24px;
	}

	.custom-checkbox label>.wpcf7-list-item-label::before {
		width: 16px;
		height: 16px;
	}

	.custom-checkbox label>.wpcf7-list-item-label::after {
		width: 16px;
		height: 16px;
		background-size: 14px;
	}
}

@media (max-width:767px) {
	.custom-form .row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.custom-form .row>div {
		padding-left: 5px;
		padding-right: 5px;
	}

	.wpcf7-form input[type=submit].join-btn,
	.custom-form input.form-control,
	.custom-form textarea.form-control {
		padding: 8px 12px 8px 12px !important;
	}

	.custom-checkbox-row {
		gap: 16px;
	}

	.wpcf7 form.invalid .wpcf7-response-output,
	.wpcf7 form.unaccepted .wpcf7-response-output,
	.wpcf7 form.payment-required .wpcf7-response-output {
		font-size: 14px !important;
	}


	.woocommerce-js ul.order_details li {
		border: none;
	}
}