/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* HERBXMIND-LIVE-HOME-HERO-NATIVE-WIDTH-FIX-20260715 */
body.page-id-371 .wd-a235ee50.wd-stretched {
	width: calc(100vw - var(--wd-scroll-w, 0px)) !important;
	max-width: none !important;
	inset-inline-start: 0 !important;
	margin-inline: 0 !important;
	transform: none !important;
}

/* HERBXMIND-GLOBAL-HEADER-UI-20260717 */
.whb-header .whb-general-header {
	background: rgba(255, 255, 255, 0.96) !important;
	box-shadow: 0 8px 28px rgba(17, 55, 40, 0.06);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.whb-header .whb-general-header > .container {
	width: calc(100% - 32px);
	max-width: 1440px;
	padding-inline: 0;
}

.whb-header .whb-general-header-inner {
	min-height: 88px;
	padding-inline: 4px;
	border-color: #d8e4dc !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

@media (min-width: 1025px) {
	.whb-header .whb-general-header-inner > .whb-col-left {
		flex: 0 0 238px;
		max-width: 238px;
	}

	.whb-header .whb-general-header-inner > .whb-col-center {
		flex: 1 1 auto;
		max-width: none;
	}

	.whb-header .whb-general-header-inner > .whb-col-right {
		flex: 0 0 auto;
		max-width: none;
		gap: 4px;
	}
}

.whb-header .site-logo .wd-logo img {
	display: block;
	width: auto;
	max-width: 218px !important;
	height: auto;
	max-height: 64px;
}

.whb-header .wd-header-main-nav {
	display: flex;
	justify-content: center;
	width: 100%;
}

.whb-header .wd-header-main-nav .wd-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.whb-header .wd-header-main-nav .woodmart-nav-link {
	min-height: 42px;
	padding: 10px 14px;
	border-radius: 999px;
	color: #294438;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
	transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.whb-header .wd-header-main-nav .nav-link-text::after {
	display: none !important;
}

.whb-header .wd-header-main-nav li:is(:hover, :focus-within) > .woodmart-nav-link {
	background: #eef5f0;
	color: #123e2e;
}

.whb-header .wd-header-main-nav li.current-menu-item > .woodmart-nav-link,
.whb-header .wd-header-main-nav li.current-menu-ancestor > .woodmart-nav-link {
	background: #173f2f;
	box-shadow: 0 7px 18px rgba(23, 63, 47, 0.16);
	color: #ffffff;
}

.whb-header .wd-header-main-nav .woodmart-nav-link:focus-visible,
.whb-header .wd-tools-element > a:focus-visible,
.whb-header .wd-button-wrapper .btn:focus-visible {
	outline: 3px solid rgba(141, 214, 89, 0.55);
	outline-offset: 2px;
}

.whb-header .whb-col-right .wd-header-text {
	display: flex;
	align-items: center;
	min-height: 42px;
	margin-inline-end: 2px;
}

.whb-header .whb-col-right .woocommerce-currency-switcher {
	min-height: 38px;
	padding: 6px 24px 6px 10px;
	border: 1px solid transparent;
	border-radius: 999px;
	background-color: transparent;
	color: #294438;
	font-size: 12px;
	font-weight: 700;
}

.whb-header .whb-col-right .woocommerce-currency-switcher:hover,
.whb-header .whb-col-right .woocommerce-currency-switcher:focus {
	border-color: #d7e5dc;
	background-color: #f5f9f6;
}

.whb-header .whb-col-right .wd-tools-element > a {
	min-height: 42px;
	padding-inline: 11px;
	border-radius: 999px;
	color: #294438;
	font-weight: 650;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.whb-header .whb-col-right .wd-tools-element > a:hover {
	background: #eef5f0;
	color: #123e2e;
}

.whb-header .whb-gew14u4ujkh6son9ka6g .btn {
	min-height: 44px;
	padding: 11px 20px;
	background: #173f2f !important;
	box-shadow: 0 8px 18px rgba(23, 63, 47, 0.18);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.03em;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.whb-header .whb-gew14u4ujkh6son9ka6g .btn:hover {
	background: #d5ff75 !important;
	box-shadow: 0 10px 22px rgba(23, 63, 47, 0.2);
	color: #173f2f !important;
	transform: translateY(-1px);
}

.whb-sticked .whb-general-header {
	background: rgba(255, 255, 255, 0.98) !important;
	box-shadow: 0 10px 30px rgba(17, 55, 40, 0.1);
}

@media (max-width: 1024px) {
	.whb-header .whb-general-header > .container {
		width: 100%;
		max-width: 100%;
		padding-inline: 14px;
	}

	.whb-header .whb-general-header-inner {
		min-height: 68px;
		padding-inline: 0;
	}

	.whb-header .site-logo .wd-logo img {
		max-width: 156px !important;
		max-height: 52px;
	}

	.whb-header .whb-mobile-left .wd-tools-element > a,
	.whb-header .whb-mobile-right .wd-tools-element > a {
		width: 42px;
		height: 42px;
		border-radius: 50%;
		background: #eef5f0;
		color: #173f2f;
	}
}

@media (max-width: 480px) {
	.whb-header .whb-general-header > .container {
		padding-inline: 10px;
	}

	.whb-header .site-logo .wd-logo img {
		max-width: 142px !important;
	}
}

/* HERBXMIND-AROMATICS-PAGE-UI-20260715 */
body.page-id-911 .wd-page-content {
	background: #f1f5f1;
}

body.page-id-911 .wd-page-title {
	border-bottom: 1px solid #dce7df;
	background: linear-gradient(135deg, #e8f0ea 0%, #fafbf8 58%, #edf3ee 100%);
}

body.page-id-911 .wd-page-title .entry-title {
	color: #153c2d;
	font-size: clamp(38px, 5vw, 60px);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

body.page-id-911 .wd-breadcrumbs,
body.page-id-911 .wd-breadcrumbs a {
	color: #62766b !important;
}

body.page-id-911 article.entry-content {
	padding-bottom: clamp(56px, 8vw, 110px);
}

body.page-id-911 .wd-f7e1abe5 {
	position: relative;
	left: auto !important;
	width: min(1320px, calc(100vw - 32px)) !important;
	max-width: 1320px !important;
	margin: clamp(24px, 4vw, 58px) auto clamp(60px, 8vw, 104px) !important;
	overflow: hidden;
	transform: none !important;
	border: 1px solid #d4e1d8;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 28px 80px rgba(16, 55, 40, 0.13);
}

body.page-id-911 .wd-4ae32f9d {
	align-items: stretch !important;
}

body.page-id-911 .wd-f9c9f374 {
	min-height: 760px;
	background-position: center center !important;
	background-size: cover !important;
}

body.page-id-911 .wd-d244b4cd {
	padding: clamp(42px, 5vw, 72px) clamp(34px, 4.5vw, 64px) !important;
	background:
		radial-gradient(circle at 86% 8%, rgba(156, 192, 169, 0.28), transparent 34%),
		linear-gradient(145deg, #f7faf7 0%, #eaf2ec 100%);
}

body.page-id-911 .wd-9998ffff {
	margin-bottom: 14px !important;
	color: #527060 !important;
	font-size: 13px !important;
	font-weight: 750;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.page-id-911 .wd-dba8037b {
	max-width: 650px;
	margin-bottom: clamp(26px, 3vw, 40px) !important;
	color: #173f2f !important;
	font-size: clamp(30px, 2.65vw, 42px) !important;
	font-weight: 650;
	line-height: 1.22 !important;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

body.page-id-911 .wd-843bb11d .wd-carousel {
	padding: 10px 2px 16px !important;
}

body.page-id-911 .wd-843bb11d .wd-product,
body.page-id-911 .wd-2e07ea52 .wd-product {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 10px 10px 16px;
	border: 1px solid #dce7df;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(19, 57, 43, 0.08);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body.page-id-911 .wd-843bb11d .wd-product:hover,
body.page-id-911 .wd-2e07ea52 .wd-product:hover {
	box-shadow: 0 18px 42px rgba(19, 57, 43, 0.14);
	transform: translateY(-3px);
}

body.page-id-911 .wd-843bb11d .product-element-top,
body.page-id-911 .wd-2e07ea52 .product-element-top {
	overflow: hidden;
	border-radius: 13px;
	background: #f3f7f3;
}

body.page-id-911 .wd-843bb11d .product-information,
body.page-id-911 .wd-2e07ea52 .product-information {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 14px 4px 0;
}

body.page-id-911 .wd-843bb11d .wd-entities-title,
body.page-id-911 .wd-2e07ea52 .wd-entities-title {
	display: -webkit-box;
	overflow: hidden;
	color: #263d32;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.page-id-911 .wd-843bb11d .wd-product-cats,
body.page-id-911 .wd-2e07ea52 .wd-product-cats {
	display: -webkit-box;
	overflow: hidden;
	color: #7a8a81;
	font-size: 12px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.page-id-911 .wd-843bb11d .price,
body.page-id-911 .wd-2e07ea52 .price {
	margin-top: auto;
	padding-top: 12px;
	color: #176844;
	font-size: 17px;
	font-weight: 800;
}

body.page-id-911 .wd-843bb11d .wd-add-btn > a,
body.page-id-911 .wd-843bb11d .add_to_cart_button,
body.page-id-911 .wd-2e07ea52 .wd-add-btn > a,
body.page-id-911 .wd-2e07ea52 .add_to_cart_button {
	min-height: 42px;
	border-radius: 999px;
	background: #173f2f;
	color: #ffffff;
	font-size: 13px;
	font-weight: 750;
}

body.page-id-911 .wd-843bb11d .wd-add-btn > a:hover,
body.page-id-911 .wd-843bb11d .add_to_cart_button:hover,
body.page-id-911 .wd-2e07ea52 .wd-add-btn > a:hover,
body.page-id-911 .wd-2e07ea52 .add_to_cart_button:hover {
	background: #245d45;
}

body.page-id-911 .wd-cf192a29 {
	max-width: 960px;
	margin: 0 auto 18px !important;
	color: #173f2f !important;
	font-size: clamp(34px, 4.2vw, 52px) !important;
	line-height: 1.1 !important;
	letter-spacing: -0.035em;
}

body.page-id-911 .wd-b9bf5d04 {
	max-width: 960px;
	margin: 0 auto clamp(48px, 7vw, 78px) !important;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid #dce7df;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 16px 46px rgba(19, 57, 43, 0.08);
	color: #4b5f54 !important;
	font-size: clamp(16px, 1.6vw, 19px) !important;
	line-height: 1.8 !important;
}

body.page-id-911 .wd-2e07ea52 {
	width: min(1320px, calc(100vw - 32px));
	max-width: 1320px;
	margin: 0 auto !important;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid #d7e4db;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 22px 64px rgba(19, 57, 43, 0.09);
}

body.page-id-911 .wd-2e07ea52 .wd-nav-tabs {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-bottom: 30px !important;
}

body.page-id-911 .wd-2396c2c3 {
	display: list-item !important;
}

body.page-id-911 .wd-2396c2c3 .tab-label {
	font-size: 0 !important;
}

body.page-id-911 .wd-2396c2c3 .tab-label::after {
	content: "All Products";
	font-size: 14px;
}

body.page-id-911 .wd-2e07ea52 .wd-nav-link {
	padding: 10px 20px;
	border: 1px solid #cbdcd1;
	border-radius: 999px;
	background: #ffffff;
	color: #496156;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
}

body.page-id-911 .wd-2e07ea52 .wd-active .wd-nav-link,
body.page-id-911 .wd-2e07ea52 .wd-nav-link:hover {
	border-color: #173f2f;
	background: #173f2f;
	color: #ffffff;
}

body.page-id-911 .wd-65edf8fa .tab-label {
	font-size: 0 !important;
}

body.page-id-911 .wd-65edf8fa .tab-label::after {
	content: "For Personal Use";
	font-size: 14px;
}

body.page-id-911 .wd-2e07ea52 .wd-products {
	--wd-gap: 20px !important;
}

@media (max-width: 768.98px) {
	body.page-id-911 .wd-page-title .entry-title {
		font-size: clamp(32px, 10vw, 42px);
	}

	body.page-id-911 .wd-f7e1abe5 {
		width: calc(100vw - 24px) !important;
		margin-top: 16px !important;
		margin-bottom: 54px !important;
		border-radius: 20px;
	}

	body.page-id-911 .wd-f9c9f374 {
		min-height: 330px !important;
		background-position: center center !important;
	}

	body.page-id-911 .wd-d244b4cd {
		padding: 30px 18px 34px !important;
	}

	body.page-id-911 .wd-9998ffff {
		font-size: 11px !important;
	}

	body.page-id-911 .wd-dba8037b {
		margin-bottom: 24px !important;
		font-size: clamp(25px, 7.4vw, 30px) !important;
		line-height: 1.25 !important;
	}

	body.page-id-911 .wd-843bb11d .wd-carousel {
		padding-inline: 0 !important;
	}

	body.page-id-911 .wd-843bb11d .wd-product,
	body.page-id-911 .wd-2e07ea52 .wd-product {
		padding: 7px 7px 12px;
		border-radius: 14px;
	}

	body.page-id-911 .wd-843bb11d .product-element-top,
	body.page-id-911 .wd-2e07ea52 .product-element-top {
		border-radius: 10px;
	}

	body.page-id-911 .wd-843bb11d .product-information,
	body.page-id-911 .wd-2e07ea52 .product-information {
		padding: 10px 2px 0;
	}

	body.page-id-911 .wd-843bb11d .wd-entities-title,
	body.page-id-911 .wd-2e07ea52 .wd-entities-title {
		font-size: 13px;
	}

	body.page-id-911 .wd-843bb11d .wd-product-cats,
	body.page-id-911 .wd-2e07ea52 .wd-product-cats {
		font-size: 10px;
	}

	body.page-id-911 .wd-843bb11d .price,
	body.page-id-911 .wd-2e07ea52 .price {
		font-size: 14px;
	}

	body.page-id-911 .wd-843bb11d .wd-add-btn > a,
	body.page-id-911 .wd-843bb11d .add_to_cart_button,
	body.page-id-911 .wd-2e07ea52 .wd-add-btn > a,
	body.page-id-911 .wd-2e07ea52 .add_to_cart_button {
		min-height: 38px;
		padding-inline: 8px;
		font-size: 11px;
	}

	body.page-id-911 .wd-cf192a29,
	body.page-id-911 .wd-b9bf5d04 {
		width: calc(100vw - 32px);
	}

	body.page-id-911 .wd-cf192a29 {
		margin-bottom: 14px !important;
		font-size: 34px !important;
	}

	body.page-id-911 .wd-b9bf5d04 {
		margin-bottom: 42px !important;
		padding: 22px 18px;
		border-radius: 16px;
		font-size: 16px !important;
	}

	body.page-id-911 .wd-2e07ea52 {
		width: calc(100vw - 24px);
		padding: 18px 10px 24px;
		border-radius: 18px;
	}

	body.page-id-911 .wd-2e07ea52 .wd-nav-tabs {
		width: 100%;
		flex-wrap: wrap;
		gap: 8px;
		margin-bottom: 20px !important;
	}

	body.page-id-911 .wd-2e07ea52 .wd-nav-link {
		padding: 9px 14px;
		font-size: 12px;
	}

	body.page-id-911 .wd-65edf8fa .tab-label::after {
		font-size: 12px;
	}

	body.page-id-911 .wd-2396c2c3 .tab-label::after {
		font-size: 12px;
	}

	body.page-id-911 .wd-2e07ea52 .wd-products {
		--wd-gap: 10px !important;
	}
}

/* HERBXMIND-SHOP-ALL-TRUST-AND-GRID-RHYTHM-20260717 */
body.woocommerce-shop.post-type-archive-product .wd-5454f155 {
	width: 100%;
	max-width: 100%;
	gap: 20px !important;
}

body.woocommerce-shop.post-type-archive-product .wd-5454f155 .wp-block-wd-cover {
	background-position: center !important;
}

body.woocommerce-shop.post-type-archive-product .wd-5454f155 :is(.wd-58622d68, .wd-b41fbfd0, .wd-c70b8931, .wd-cb2f9e62) {
	box-sizing: border-box;
	height: auto;
	padding: 20px;
	border: 1px solid rgba(197, 216, 204, 0.9);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 12px 30px rgba(16, 54, 39, 0.08);
	backdrop-filter: blur(8px);
}

body.woocommerce-shop.post-type-archive-product .wd-5454f155 .wd-58622d68 {
	width: min(100%, 320px) !important;
	min-height: 0 !important;
	padding: 24px;
}

body.woocommerce-shop.post-type-archive-product .wd-5454f155 .wd-60ca6bfe {
	margin-bottom: 14px !important;
	color: #173f2f;
	font-size: clamp(31px, 2.2vw, 36px) !important;
	font-weight: 750;
	line-height: 1.12 !important;
	letter-spacing: -0.035em;
}

body.woocommerce-shop.post-type-archive-product .wd-5454f155 .wd-eb630d08 {
	width: 100% !important;
	max-width: none !important;
	margin-bottom: 0 !important;
	color: #354c42 !important;
	font-size: 15.5px;
	line-height: 1.62;
}

body.woocommerce-shop.post-type-archive-product .wd-5454f155 :is(.wd-b41fbfd0, .wd-c70b8931) {
	width: calc(100% - 28px) !important;
	margin: 14px;
	padding: 18px;
}

body.woocommerce-shop.post-type-archive-product .wd-5454f155 :is(.wd-7d06ce67, .wd-ff974cc7) {
	margin-bottom: 10px !important;
	color: #173f2f;
	font-size: clamp(19px, 1.45vw, 22px) !important;
	font-weight: 750;
	line-height: 1.2 !important;
	letter-spacing: -0.025em;
}

body.woocommerce-shop.post-type-archive-product .wd-5454f155 :is(.wd-b41fbfd0, .wd-c70b8931) p {
	margin-bottom: 0;
	color: #53675e !important;
	font-size: 14.5px;
	line-height: 1.52;
}

body.woocommerce-shop.post-type-archive-product .wd-5454f155 .wd-cb2f9e62 {
	width: calc(100% - 28px) !important;
	margin: 14px;
	padding: 20px;
}

body.woocommerce-shop.post-type-archive-product .wd-5454f155 .wd-948bc0d8 {
	margin-bottom: 12px !important;
	color: #173f2f;
	font-size: clamp(25px, 2vw, 31px) !important;
	font-weight: 700;
	line-height: 1.12 !important;
	letter-spacing: -0.03em;
}

body.woocommerce-shop.post-type-archive-product .wd-5454f155 .wd-e00934b6 {
	margin-bottom: 0;
	font-size: 15px !important;
}

body.woocommerce-shop.post-type-archive-product .wd-481bdc79 {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	inset-inline: auto !important;
	transform: none !important;
}

body.woocommerce-shop.post-type-archive-product .wd-ab566e03,
body.woocommerce-shop.post-type-archive-product .wd-ab566e03 .products {
	width: 100%;
	max-width: 100%;
}

body.woocommerce-shop.post-type-archive-product .wd-ab566e03 .products {
	--wd-gap: 24px !important;
	--wd-gap-lg: 24px !important;
	gap: 24px !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	border: 0 !important;
}

body.woocommerce-shop.post-type-archive-product .wd-ab566e03 .wd-product {
	min-width: 0;
	border: 1px solid #dce7df !important;
}

body.woocommerce-shop.post-type-archive-product .wd-ab566e03 .wd-product::before,
body.woocommerce-shop.post-type-archive-product .wd-ab566e03 .wd-product::after {
	display: none !important;
}

@media (max-width: 1024px) {
	body.woocommerce-shop.post-type-archive-product .wd-5454f155 {
		gap: 16px !important;
	}

	body.woocommerce-shop.post-type-archive-product .wd-ab566e03 .products {
		--wd-gap: 18px !important;
		gap: 18px !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 768.98px) {
	body.woocommerce-shop.post-type-archive-product .wd-5454f155 {
		gap: 14px !important;
	}

	body.woocommerce-shop.post-type-archive-product .wd-5454f155 :is(.wd-58622d68, .wd-b41fbfd0, .wd-c70b8931, .wd-cb2f9e62) {
		padding: 18px;
		border-radius: 15px;
	}

	body.woocommerce-shop.post-type-archive-product .wd-5454f155 .wd-58622d68 {
		width: min(100%, 270px) !important;
	}

	body.woocommerce-shop.post-type-archive-product .wd-5454f155 .wd-60ca6bfe {
		font-size: 27px !important;
	}

	body.woocommerce-shop.post-type-archive-product .wd-5454f155 .wd-eb630d08 {
		font-size: 14px;
		line-height: 1.55;
	}

	body.woocommerce-shop.post-type-archive-product .wd-5454f155 :is(.wd-b41fbfd0, .wd-c70b8931) {
		width: calc(100% - 24px) !important;
		margin: 12px;
	}

	body.woocommerce-shop.post-type-archive-product .wd-5454f155 :is(.wd-7d06ce67, .wd-ff974cc7) {
		font-size: 20px !important;
	}

	body.woocommerce-shop.post-type-archive-product .wd-5454f155 :is(.wd-b41fbfd0, .wd-c70b8931) p {
		font-size: 14px;
	}

	body.woocommerce-shop.post-type-archive-product .wd-ab566e03 .products {
		--wd-gap: 12px !important;
		gap: 12px !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 768.98px) {
	body.page-id-371 .wd-bf69a4f9 {
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		--wd-width: 100% !important;
	}
}

/* HERBXMIND-GLOBAL-FOOTER-READABILITY-20260715 */
.wd-footer .wd-c2b79efd {
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(3, 34, 22, 0.84) !important;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.wd-footer .wd-c2b79efd p {
	color: #f4f8f5 !important;
	line-height: 1.72;
}

.wd-footer .wd-copyrights {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	background: linear-gradient(135deg, rgba(4, 20, 14, 0.98), rgba(8, 40, 28, 0.96)) !important;
	box-shadow: 0 -16px 40px rgba(0, 0, 0, 0.18);
	color: #dce8e1 !important;
}

.wd-footer .wd-copyrights > .container {
	align-items: center;
	gap: 14px 32px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.wd-footer .wd-copyrights .wd-col-start {
	color: #dce8e1 !important;
	font-size: 14px;
	line-height: 1.65;
}

.wd-footer .wd-copyrights .wd-col-end {
	padding-inline-end: 68px;
	color: #9fb2a7 !important;
	font-size: 14px;
	line-height: 2.05;
}

.wd-footer .wd-copyrights .wd-col-end a {
	display: inline-block;
	margin: 2px;
	padding: 2px 7px;
	border-radius: 999px;
	color: #ffffff !important;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.wd-footer .wd-copyrights .wd-col-end a:hover,
.wd-footer .wd-copyrights .wd-col-end a:focus-visible {
	background: rgba(200, 255, 112, 0.13);
	color: #d5ff8d !important;
}

/* HERBXMIND-FOOTER-NAV-HOVER-CONTRAST-20260717 */
.wd-footer .wd-bf13c713 .woodmart-nav-link {
	padding: 10px 14px;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #ffffff !important;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wd-footer .wd-bf13c713 .woodmart-nav-link .nav-link-text {
	color: inherit !important;
}

.wd-footer .wd-bf13c713 .woodmart-nav-link:hover,
.wd-footer .wd-bf13c713 .woodmart-nav-link:focus-visible {
	border-color: rgba(214, 255, 117, 0.72);
	background: rgba(214, 255, 117, 0.94) !important;
	box-shadow: 0 10px 24px rgba(2, 22, 14, 0.26);
	color: #123d2c !important;
	transform: translateY(-2px);
}

.wd-footer .wd-bf13c713 .woodmart-nav-link:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.78);
	outline-offset: 3px;
}

/* HERBXMIND-LEGAL-READER-20260715 */
body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) .wd-page-content {
	background: #f3f6f2;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) .wd-page-title {
	border-bottom: 1px solid #dfe8e2;
	background: linear-gradient(135deg, #edf3ed 0%, #fafbf8 58%, #e7f0ea 100%);
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) .wd-page-title .entry-title {
	color: #153c2d;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.08;
	letter-spacing: -0.025em;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) .wd-breadcrumbs,
body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) .wd-breadcrumbs a {
	color: #5f7468 !important;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) #main-content {
	max-width: 1120px;
	padding-top: clamp(34px, 5vw, 64px);
	padding-bottom: clamp(48px, 7vw, 90px);
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) .wd-content-area {
	width: 100%;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content {
	max-width: 900px;
	margin-inline: auto;
	padding: clamp(28px, 5vw, 64px);
	border: 1px solid #dfe8e2;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(22, 60, 45, 0.09);
	color: #35463d;
	font-size: 17px;
	line-height: 1.82;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content p {
	margin-bottom: 20px;
	color: #43564b;
	line-height: 1.82;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content > p:first-of-type {
	color: #52685c;
	font-size: 18px;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content h2 {
	margin-top: 42px;
	margin-bottom: 14px;
	padding-top: 30px;
	border-top: 1px solid #e3ebe6;
	color: #173f2f;
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.25;
	letter-spacing: -0.015em;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content > h2:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content ul,
body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content ol {
	margin: 0 0 26px;
	padding: 20px 24px 20px 48px;
	border: 1px solid #e0e9e3;
	border-radius: 16px;
	background: #f6f9f6;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content li {
	padding-inline-start: 4px;
	line-height: 1.72;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content li + li {
	margin-top: 9px;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content li > ul,
body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content li > ol {
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0 0 0 24px;
	border: 0;
	background: transparent;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content a {
	color: #176844;
	font-weight: 650;
	text-decoration: underline;
	text-decoration-color: rgba(23, 104, 68, 0.35);
	text-underline-offset: 3px;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content a:hover {
	color: #0d4b30;
	text-decoration-color: currentColor;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content strong {
	color: #183e2f;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content figure.wp-block-table {
	max-width: 100%;
	margin: 24px 0 30px;
	overflow-x: auto;
	border: 1px solid #dce7e0;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(21, 61, 45, 0.06);
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content table {
	min-width: 640px;
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content th {
	padding: 14px 16px;
	border-color: rgba(255, 255, 255, 0.13);
	background: #174a36;
	color: #ffffff;
	font-weight: 700;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content td {
	padding: 13px 16px;
	border-color: #e4ebe7;
	color: #405248;
	vertical-align: top;
}

body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content tr:nth-child(even) td {
	background: #f7faf7;
}

@media (max-width: 768.98px) {
	.wd-footer .wd-copyrights > .container {
		grid-template-columns: minmax(0, 1fr) !important;
		padding: 18px 20px 24px;
		text-align: start;
	}

	.wd-footer .wd-copyrights .wd-col-start,
	.wd-footer .wd-copyrights .wd-col-end {
		grid-column: 1 !important;
		text-align: start;
	}

	.wd-footer .wd-copyrights .wd-col-end {
		padding-inline-end: 54px;
		font-size: 13px;
		line-height: 1.95;
	}

	body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) .wd-page-title .entry-title {
		font-size: clamp(30px, 10vw, 42px);
	}

	body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) #main-content {
		padding-top: 24px;
		padding-bottom: 48px;
	}

	body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content {
		padding: 28px 20px;
		border-radius: 18px;
		font-size: 16px;
	}

	body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content h2 {
		margin-top: 34px;
		padding-top: 24px;
		font-size: 24px;
	}

	body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content ul,
	body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content ol {
		padding: 17px 18px 17px 38px;
		border-radius: 13px;
	}
}

/* HERBXMIND-PRODUCT-PAGE-UI-20260715 */
body.page-id-377 .wd-page-content {
	background: #f2f6f2;
}

body.page-id-377 #main-content {
	padding-top: 0;
	padding-bottom: 0;
}

body.page-id-377 .wd-011e778b,
body.page-id-377 .wd-59cda476 {
	overflow: hidden;
	background-color: rgba(4, 24, 16, 0.38) !important;
	background-blend-mode: multiply;
	box-shadow: inset 0 -90px 100px rgba(3, 18, 12, 0.18);
}

body.page-id-377 .wd-dbbfc32c,
body.page-id-377 .wd-e4352dfe {
	padding-inline: clamp(22px, 5vw, 72px) !important;
}

body.page-id-377 .wd-456344ad,
body.page-id-377 .wd-74ff2d45 {
	max-width: 720px;
	color: #ffffff !important;
	font-size: clamp(38px, 4.4vw, 64px) !important;
	line-height: 1.04 !important;
	letter-spacing: -0.035em;
	text-wrap: balance;
	text-shadow: 0 3px 24px rgba(0, 0, 0, 0.38);
}

body.page-id-377 .wd-7b22f2e8,
body.page-id-377 .wd-81ec9dfe {
	max-width: 620px !important;
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: clamp(17px, 1.6vw, 21px) !important;
	line-height: 1.6;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

body.page-id-377 .wd-49db485f,
body.page-id-377 .wd-6a980c47 {
	min-height: 46px;
	padding-inline: 24px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: #d5ff89 !important;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
	color: #123d2c !important;
	font-weight: 750;
}

body.page-id-377 .wd-49db485f:hover,
body.page-id-377 .wd-6a980c47:hover {
	background: #ffffff !important;
	color: #123d2c !important;
	transform: translateY(-2px);
}

body.page-id-377 .wd-f4f037e3,
body.page-id-377 .wd-531c4b30 {
	padding: clamp(34px, 4vw, 58px) clamp(18px, 3.2vw, 48px) !important;
	background: linear-gradient(180deg, #f5f8f5 0%, #eef4ef 100%);
}

body.page-id-377 .wd-7ac78877 .products,
body.page-id-377 .wd-57e18794 .products {
	--wd-col-lg: 4 !important;
	--wd-col-md: 3 !important;
	--wd-col-sm: 2 !important;
	--wd-gap-lg: 24px !important;
	--wd-gap-md: 18px !important;
	--wd-gap-sm: 12px !important;
	max-width: 1360px;
	margin-inline: auto;
	align-items: stretch;
}

body.page-id-377 .wd-product {
	padding: 12px 12px 18px;
	border: 1px solid #dce7df;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(16, 54, 39, 0.07);
	transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

body.page-id-377 .wd-product:hover {
	border-color: #bcd1c3;
	box-shadow: 0 20px 46px rgba(16, 54, 39, 0.13);
	transform: translateY(-4px);
}

body.page-id-377 .wd-product .product-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}

body.page-id-377 .wd-product .product-element-top {
	overflow: hidden;
	border-radius: 14px;
	background: #f4f7f4;
}

body.page-id-377 .wd-product .product-image-link img {
	transition: transform 0.35s ease;
}

body.page-id-377 .wd-product:hover .product-image-link img {
	transform: scale(1.035);
}

body.page-id-377 .wd-product .product-information {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 16px 4px 0;
}

body.page-id-377 .wd-product .wd-entities-title {
	display: -webkit-box;
	overflow: hidden;
	min-height: 2.7em;
	margin-bottom: 8px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #183e2f;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

body.page-id-377 .wd-product .wd-product-cats {
	display: -webkit-box;
	overflow: hidden;
	min-height: 2.9em;
	margin-bottom: 10px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #809086;
	font-size: 12px;
	line-height: 1.45;
}

body.page-id-377 .wd-product .price {
	margin-top: auto;
	margin-bottom: 13px;
	color: #173f2f !important;
	font-size: 18px;
	font-weight: 800;
}

body.page-id-377 .wd-product .wd-add-btn > a,
body.page-id-377 .wd-product .add_to_cart_button {
	min-height: 44px;
	border-radius: 999px !important;
	background: #173f2f !important;
	color: #ffffff !important;
	font-weight: 700;
}

body.page-id-377 .wd-product .wd-add-btn > a:hover,
body.page-id-377 .wd-product .add_to_cart_button:hover {
	background: #235d45 !important;
}

/* HERBXMIND-ABOUT-PAGE-UI-20260715 */
body.page-id-374 .wd-page-content {
	background: #f1f5f1;
}

body.page-id-374 #main-content {
	padding-top: 34px;
	padding-bottom: 72px;
}

body.page-id-374 article.entry-content {
	color: #405249;
}

body.page-id-374 .wd-67dcf085 {
	overflow: hidden;
	padding-inline: clamp(28px, 5vw, 72px) !important;
	border: 1px solid #d9e4dc;
	border-radius: 28px;
	background-color: rgba(8, 35, 25, 0.38) !important;
	background-blend-mode: multiply;
	box-shadow: 0 24px 70px rgba(21, 58, 44, 0.12);
	color: #ffffff !important;
	font-size: clamp(46px, 6vw, 78px) !important;
	line-height: 1.02 !important;
	letter-spacing: -0.045em;
	text-shadow: 0 3px 26px rgba(0, 0, 0, 0.38);
}

body.page-id-374 .wd-875898a0 {
	max-width: 1080px;
	margin: 30px auto 76px !important;
	padding: clamp(26px, 4vw, 48px);
	border: 1px solid #dce7df;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(17, 57, 41, 0.08);
	color: #42564b;
	font-size: clamp(17px, 1.7vw, 20px) !important;
	line-height: 1.8;
}

body.page-id-374 .wd-d8adfb63 {
	max-width: 1180px;
	margin: 0 auto 88px !important;
	gap: 24px;
}

body.page-id-374 .wd-756b6e04 {
	padding: clamp(28px, 4vw, 52px);
	border: 1px solid #dce7df;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(17, 57, 41, 0.08);
}

body.page-id-374 .wd-756b6e04 .wp-block-wd-title {
	color: #173f2f;
}

body.page-id-374 .wd-756b6e04 .wp-block-wd-paragraph {
	color: #4b5f54;
	line-height: 1.75;
}

body.page-id-374 .wd-efacf393 {
	overflow: hidden;
	border-radius: 22px;
	box-shadow: 0 18px 48px rgba(17, 57, 41, 0.11);
}

body.page-id-374 .wd-b0376e94 {
	max-width: 1180px;
	margin-inline: auto;
	color: #173f2f;
	letter-spacing: -0.025em;
}

body.page-id-374 .wd-a78b5fc5 {
	max-width: 1180px;
	margin: 0 auto 72px !important;
	gap: 16px;
}

body.page-id-374 .wd-a78b5fc5 .wp-block-wd-column {
	display: flex;
}

body.page-id-374 .wd-a78b5fc5 .wp-block-wd-infobox {
	width: 100%;
	padding: 24px;
	border: 1px solid #dce7df;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 12px 36px rgba(17, 57, 41, 0.07);
	transition: transform 0.24s ease, box-shadow 0.24s ease;
}

body.page-id-374 .wd-a78b5fc5 .wp-block-wd-infobox:hover {
	box-shadow: 0 18px 42px rgba(17, 57, 41, 0.12);
	transform: translateY(-3px);
}

body.page-id-374 .wd-a78b5fc5 .wp-block-wd-icon {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 12px;
	background: #edf5ef;
}

body.page-id-374 .wd-a78b5fc5 .wp-block-wd-title {
	color: #173f2f;
	font-size: 16px;
	line-height: 1.35;
}

body.page-id-374 .wd-a78b5fc5 .wp-block-wd-paragraph {
	color: #607268;
	font-size: 14px;
	line-height: 1.65;
}

/* HERBXMIND-CONTACT-PAGE-UI-20260715 */
body.page-id-1056 .wd-page-content {
	background: #f2f6f2;
}

body.page-id-1056 .wd-page-title {
	border-bottom: 1px solid #dfe8e2;
	background: linear-gradient(135deg, #edf3ed 0%, #fafbf8 58%, #e7f0ea 100%);
}

body.page-id-1056 .wd-page-title .entry-title {
	color: #153c2d;
	font-size: clamp(38px, 5vw, 60px);
	line-height: 1.08;
	letter-spacing: -0.025em;
}

body.page-id-1056 .wd-breadcrumbs,
body.page-id-1056 .wd-breadcrumbs a {
	color: #5f7468 !important;
}

body.page-id-1056 #main-content {
	max-width: 1120px;
	padding-top: clamp(34px, 5vw, 64px);
	padding-bottom: clamp(48px, 7vw, 90px);
}

body.page-id-1056 article.entry-content {
	max-width: 940px;
	margin-inline: auto;
	padding: clamp(30px, 5vw, 64px);
	border: 1px solid #dfe8e2;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(22, 60, 45, 0.09);
	color: #3e5146;
	font-size: 17px;
	line-height: 1.8;
}

body.page-id-1056 article.entry-content p {
	color: #4b5f54;
	line-height: 1.8;
}

body.page-id-1056 article.entry-content > p:first-of-type {
	color: #52685c;
	font-size: 18px;
}

body.page-id-1056 article.entry-content h2 {
	margin-top: 40px;
	margin-bottom: 14px;
	padding-top: 28px;
	border-top: 1px solid #e3ebe6;
	color: #173f2f;
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.25;
	letter-spacing: -0.015em;
}

body.page-id-1056 article.entry-content > h2:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

body.page-id-1056 article.entry-content ul,
body.page-id-1056 article.entry-content ol {
	margin: 0 0 26px;
	padding: 20px 24px 20px 48px;
	border: 1px solid #e0e9e3;
	border-radius: 16px;
	background: #f6f9f6;
}

body.page-id-1056 article.entry-content li {
	line-height: 1.72;
}

body.page-id-1056 article.entry-content li + li {
	margin-top: 9px;
}

body.page-id-1056 article.entry-content a {
	color: #176844;
	font-weight: 700;
}

body.page-id-1056 #gform_1 {
	margin-top: 18px;
	padding: clamp(22px, 4vw, 38px);
	border: 1px solid #dce7df;
	border-radius: 18px;
	background: #f5f8f5;
	box-shadow: inset 0 1px 0 #ffffff;
}

body.page-id-1056 #gform_1 .gform_title {
	color: #173f2f;
	font-size: clamp(24px, 3vw, 30px);
}

body.page-id-1056 #gform_1 .gfield_label {
	color: #243f33;
	font-weight: 700;
}

body.page-id-1056 #gform_1 input:not([type="hidden"]):not([type="submit"]),
body.page-id-1056 #gform_1 select,
body.page-id-1056 #gform_1 textarea {
	width: 100%;
	max-width: 100%;
	border: 1px solid #cad8cf;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 4px 12px rgba(17, 57, 41, 0.05);
	color: #273c31;
	font-size: 16px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.page-id-1056 #gform_1 input:not([type="hidden"]):not([type="submit"]),
body.page-id-1056 #gform_1 select {
	min-height: 50px;
	padding-inline: 14px;
}

body.page-id-1056 #gform_1 textarea {
	min-height: 190px;
	padding: 14px;
}

body.page-id-1056 #gform_1 input:focus,
body.page-id-1056 #gform_1 select:focus,
body.page-id-1056 #gform_1 textarea:focus {
	border-color: #4d8669;
	box-shadow: 0 0 0 3px rgba(77, 134, 105, 0.14);
	outline: 0;
}

body.page-id-1056 #gform_1 input[type="submit"],
body.page-id-1056 #gform_1 button[type="submit"] {
	min-width: 150px;
	min-height: 48px;
	padding-inline: 24px;
	border: 0;
	border-radius: 999px;
	background: #173f2f;
	box-shadow: 0 10px 24px rgba(23, 63, 47, 0.18);
	color: #ffffff;
	font-size: 15px;
	font-weight: 750;
}

body.page-id-1056 #gform_1 input[type="submit"]:hover,
body.page-id-1056 #gform_1 button[type="submit"]:hover {
	background: #245d45;
	transform: translateY(-1px);
}

@media (max-width: 1024px) {
	body.page-id-377 .wd-7ac78877 .products,
	body.page-id-377 .wd-57e18794 .products {
		--wd-col-lg: 3 !important;
		--wd-col-md: 3 !important;
	}

	body.page-id-374 .wd-a78b5fc5 .wp-block-wd-infobox {
		padding: 22px;
	}
}

@media (max-width: 768.98px) {
	body.page-id-377 .wd-011e778b,
	body.page-id-377 .wd-59cda476 {
		background-attachment: scroll !important;
		background-position: center center !important;
	}

	body.page-id-377 .wd-dbbfc32c,
	body.page-id-377 .wd-e4352dfe {
		min-height: 450px !important;
		padding: 0 22px 28px !important;
	}

	body.page-id-377 .wd-456344ad,
	body.page-id-377 .wd-74ff2d45 {
		font-size: clamp(30px, 9vw, 38px) !important;
	}

	body.page-id-377 .wd-f4f037e3,
	body.page-id-377 .wd-531c4b30 {
		padding: 24px 8px 34px !important;
	}

	body.page-id-377 .wd-product {
		padding: 8px 8px 13px;
		border-radius: 15px;
	}

	body.page-id-377 .wd-product .product-element-top {
		border-radius: 11px;
	}

	body.page-id-377 .wd-product .product-information {
		padding: 12px 2px 0;
	}

	body.page-id-377 .wd-product .wd-entities-title {
		font-size: 14px;
	}

	body.page-id-377 .wd-product .wd-product-cats {
		font-size: 11px;
	}

	body.page-id-377 .wd-product .price {
		font-size: 15px;
	}

	body.page-id-377 .wd-product .wd-add-btn > a,
	body.page-id-377 .wd-product .add_to_cart_button {
		min-height: 40px;
		padding-inline: 9px;
		font-size: 12px;
	}

	body.page-id-374 #main-content {
		padding-top: 24px;
		padding-bottom: 48px;
	}

	body.page-id-374 .wd-67dcf085 {
		padding: 150px 22px 180px !important;
		border-radius: 20px;
		background-attachment: scroll !important;
		background-position: center center !important;
		font-size: clamp(32px, 10vw, 43px) !important;
	}

	body.page-id-374 .wd-875898a0 {
		margin: 22px auto 48px !important;
		padding: 24px 20px;
		border-radius: 18px;
		font-size: 16px !important;
	}

	body.page-id-374 .wd-d8adfb63 {
		margin-bottom: 52px !important;
		gap: 16px;
	}

	body.page-id-374 .wd-756b6e04 {
		padding: 26px 22px;
		border-radius: 18px;
	}

	body.page-id-374 .wd-efacf393 {
		border-radius: 18px;
	}

	body.page-id-374 .wd-a78b5fc5 {
		margin-bottom: 50px !important;
	}

	body.page-id-374 .wd-a78b5fc5 .wp-block-wd-infobox {
		padding: 22px 20px;
		border-radius: 16px;
	}

	body.page-id-1056 .wd-page-title .entry-title {
		font-size: clamp(32px, 10vw, 44px);
	}

	body.page-id-1056 #main-content {
		padding-top: 24px;
		padding-bottom: 48px;
	}

	body.page-id-1056 article.entry-content {
		padding: 28px 20px;
		border-radius: 18px;
		font-size: 16px;
	}

	body.page-id-1056 article.entry-content h2 {
		margin-top: 34px;
		padding-top: 24px;
		font-size: 24px;
	}

	body.page-id-1056 article.entry-content ul,
	body.page-id-1056 article.entry-content ol {
		padding: 17px 18px 17px 38px;
		border-radius: 13px;
	}

	body.page-id-1056 #gform_1 {
		padding: 22px 16px;
		border-radius: 15px;
	}

	body.page-id-1056 #gform_1 input[type="submit"],
body.page-id-1056 #gform_1 button[type="submit"] {
		width: 100%;
	}
}

/* HERBXMIND-WIDE-CONTENT-AND-PRODUCT-CAROUSEL-POLISH-20260715 */
body.page-id-377 .wd-f4f037e3,
body.page-id-377 .wd-531c4b30 {
	padding-inline: clamp(18px, 2vw, 32px) !important;
}

body.page-id-377 .wd-7ac78877 .products,
body.page-id-377 .wd-57e18794 .products {
	max-width: 1440px;
	overflow: visible;
}

body.page-id-377 .wd-7ac78877 {
	padding-bottom: 28px !important;
}

/* Product grid cards stay compact; full descriptions remain on single-product pages. */
.wd-page-content .wd-product-card-bg,
.wd-page-content .wd-product-card-hover {
	display: none !important;
}

.wd-page-content .wd-hover-with-fade.hover-ready .wd-product-wrapper,
.wd-page-content .wd-hover-with-fade.hover-ready:hover .wd-product-wrapper,
.wd-page-content .wd-hover-with-fade.hover-ready.state-hover .wd-product-wrapper {
	transform: none !important;
}

body.page-id-377 .woocommerce-pagination {
	margin-top: clamp(26px, 3vw, 38px);
}

body.page-id-377 .woocommerce-pagination ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	border: 0;
}

body.page-id-377 .woocommerce-pagination ul.page-numbers > li {
	margin: 0;
	border: 0;
}

body.page-id-377 .woocommerce-pagination .page-numbers a,
body.page-id-377 .woocommerce-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 48px;
	padding: 0 14px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: transparent;
	color: #244b3b;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

body.page-id-377 .woocommerce-pagination .page-numbers a:hover {
	border-color: #cbdad1;
	background: #ffffff;
	color: #173f2f;
}

body.page-id-377 .woocommerce-pagination .page-numbers.next::before,
body.page-id-377 .woocommerce-pagination .page-numbers.next::after,
body.page-id-377 .woocommerce-pagination .page-numbers.prev::before,
body.page-id-377 .woocommerce-pagination .page-numbers.prev::after {
	display: none !important;
	content: none !important;
}

body.page-id-377 .woocommerce-pagination .page-numbers .current {
	border-color: #173f2f;
	background: #173f2f;
	color: #ffffff;
	box-shadow: 0 8px 20px rgba(23, 63, 47, 0.18);
}

body.page-id-1056 #main-content,
body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) #main-content {
	max-width: 1440px;
}

body.page-id-1056 article.entry-content,
body:is(.page-id-931, .page-id-1440, .page-id-1438, .page-id-1045, .page-id-1050, .page-id-1052, .page-id-1068) article.entry-content {
	max-width: 1440px;
}

@media (max-width: 768.98px) {
	body.page-id-377 .woocommerce-pagination {
		margin-top: 24px;
	}

	body.page-id-377 .woocommerce-pagination ul.page-numbers {
		gap: 4px;
	}

	body.page-id-377 .woocommerce-pagination .page-numbers a,
	body.page-id-377 .woocommerce-pagination .page-numbers span {
		min-width: 38px;
		height: 38px;
		padding: 0 9px;
		border-radius: 8px;
		font-size: 14px;
	}
}

/* HERBXMIND-SHOP-ALL-UI-20260717
 * WooCommerce shop archive only. Keep the existing curated content and catalog,
 * while matching the 1440px product-page system and card language.
 */
body.woocommerce-shop.post-type-archive-product .wd-page-content {
	background: linear-gradient(180deg, #f4f7f4 0%, #edf3ee 100%);
}

body.woocommerce-shop.post-type-archive-product #main-content {
	max-width: 1440px;
	padding: clamp(24px, 3vw, 42px) 15px clamp(54px, 5vw, 80px);
}

body.woocommerce-shop.post-type-archive-product .wd-5454f155 {
	gap: 16px !important;
	margin-bottom: 0 !important;
}

body.woocommerce-shop.post-type-archive-product .wd-5454f155 .wp-block-wd-cover,
body.woocommerce-shop.post-type-archive-product .wd-5454f155 .wp-block-wd-container {
	overflow: hidden;
	border: 1px solid #d8e4dc;
	border-radius: 20px;
	box-shadow: 0 14px 38px rgba(16, 54, 39, 0.08);
}

body.woocommerce-shop.post-type-archive-product .wd-f1fc1b5b {
	align-items: flex-start;
	gap: 24px;
	margin-top: clamp(36px, 4vw, 56px);
	padding: clamp(20px, 2.5vw, 34px);
	border: 1px solid #d8e4dc;
	border-radius: 24px;
	background: linear-gradient(145deg, #e8f0ea 0%, #f8faf8 100%);
	box-shadow: 0 18px 48px rgba(16, 54, 39, 0.08);
}

body.woocommerce-shop.post-type-archive-product .wd-43bf7978 {
	position: sticky;
	top: 110px;
	align-self: flex-start;
	overflow: hidden;
	height: auto;
	border: 1px solid #dce7df;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(16, 54, 39, 0.07);
}

body.woocommerce-shop.post-type-archive-product .wd-46cb1a32 {
	margin: 0 !important;
	padding: 20px 18px !important;
	background: #173f2f !important;
	font-size: 15px !important;
	font-weight: 800;
	letter-spacing: 0.08em;
}

body.woocommerce-shop.post-type-archive-product .wd-b2b15974 {
	padding: 8px 18px 14px !important;
	border: 0 !important;
}

body.woocommerce-shop.post-type-archive-product .wd-b2b15974 .wd-product {
	padding-block: 14px;
	border-color: #e4ece7 !important;
}

body.woocommerce-shop.post-type-archive-product .wd-b2b15974 .wd-entities-title {
	color: #244b3b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

body.woocommerce-shop.post-type-archive-product .wd-39425ed3,
body.woocommerce-shop.post-type-archive-product .wd-ade420ea {
	min-width: 0;
	width: 100%;
}

body.woocommerce-shop.post-type-archive-product .wd-388e9e99 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 24px;
	padding: 2px 2px 18px;
	border-bottom: 1px solid #d7e2da;
}

body.woocommerce-shop.post-type-archive-product .wd-388e9e99 .tabs-name {
	margin: 0;
	color: #173f2f;
	font-size: clamp(28px, 2.4vw, 38px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.035em;
	text-transform: uppercase;
}

body.woocommerce-shop.post-type-archive-product .wd-388e9e99 .products-tabs-title {
	display: flex;
	align-items: center;
	gap: 8px;
}

body.woocommerce-shop.post-type-archive-product .wd-388e9e99 .wd-nav-link {
	min-height: 42px;
	padding: 0 17px;
	border: 1px solid #d5e1d9;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: #315745;
	font-size: 13px;
	font-weight: 750;
	text-transform: uppercase;
}

body.woocommerce-shop.post-type-archive-product .wd-388e9e99 li.wd-active .wd-nav-link,
body.woocommerce-shop.post-type-archive-product .wd-388e9e99 .wd-nav-link:hover {
	border-color: #173f2f;
	background: #173f2f;
	color: #ffffff;
}

body.woocommerce-shop.post-type-archive-product .wd-447e42b2 .products {
	--wd-gap-lg: 24px !important;
	--wd-gap-md: 18px !important;
	--wd-gap-sm: 12px !important;
	align-items: stretch;
}

body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .wd-product {
	height: 100%;
	padding: 12px 12px 18px;
	border: 1px solid #dce7df !important;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(16, 54, 39, 0.07);
	transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .wd-product:hover {
	border-color: #bcd1c3 !important;
	box-shadow: 0 20px 46px rgba(16, 54, 39, 0.13);
	transform: translateY(-4px);
}

body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .wd-product-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	transform: none !important;
}

body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .product-element-top {
	overflow: hidden;
	border-radius: 14px;
	background: #f4f7f4;
}

body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .product-image-link img {
	aspect-ratio: 1;
	object-fit: contain;
	transition: transform 0.35s ease;
}

body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .wd-product:hover .product-image-link img {
	transform: scale(1.035);
}

body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .product-element-bottom {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 16px 4px 0;
}

body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .wd-entities-title {
	display: -webkit-box;
	overflow: hidden;
	min-height: 2.7em;
	margin-bottom: 8px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #183e2f;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .wd-product-cats {
	display: -webkit-box;
	overflow: hidden;
	min-height: 2.9em;
	margin-bottom: 10px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #809086;
	font-size: 12px;
	line-height: 1.45;
}

body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .wrap-price {
	margin-top: auto;
}

body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .price {
	margin-bottom: 13px;
	color: #173f2f !important;
	font-size: 18px;
	font-weight: 800;
}

body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .wd-add-btn > a,
body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .add_to_cart_button {
	width: 100%;
	min-height: 44px;
	border-radius: 999px !important;
	background: #173f2f !important;
	color: #ffffff !important;
	font-weight: 700;
}

body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .wd-add-btn > a:hover,
body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .add_to_cart_button:hover {
	background: #235d45 !important;
}

body.woocommerce-shop.post-type-archive-product .wd-447e42b2 .products-footer {
	margin-top: 34px;
}

body.woocommerce-shop.post-type-archive-product .wd-447e42b2 .wd-load-more {
	min-height: 46px;
	padding-inline: 26px;
	border: 0;
	border-radius: 999px;
	background: #173f2f;
	color: #ffffff;
	font-weight: 750;
}

body.woocommerce-shop.post-type-archive-product .wd-0a8b8d92 {
	gap: 0;
	margin-top: clamp(42px, 4vw, 58px);
	padding: clamp(18px, 2.5vw, 30px) !important;
	border: 1px solid #244c3a;
	border-radius: 24px;
	background: linear-gradient(125deg, #28132a 0%, #0e241d 58%, #163b2d 100%);
	box-shadow: 0 18px 48px rgba(16, 54, 39, 0.14);
	overflow: hidden;
}

body.woocommerce-shop.post-type-archive-product .wd-0a8b8d92 > .wp-block-wd-column {
	padding: clamp(22px, 3vw, 46px);
}

body.woocommerce-shop.post-type-archive-product .wd-0a8b8d92 .wd-74f8a649 {
	color: #ffffff;
	font-size: clamp(34px, 4vw, 54px) !important;
	line-height: 1.02 !important;
}

body.woocommerce-shop.post-type-archive-product .wd-0a8b8d92 .wp-block-wd-button {
	color: #b7f36b !important;
}

body.woocommerce-shop.post-type-archive-product .wd-0a8b8d92 .wp-block-image,
body.woocommerce-shop.post-type-archive-product .wd-0a8b8d92 .wp-block-image img {
	margin: 0;
	border-radius: 18px;
}

body.woocommerce-shop.post-type-archive-product .wd-f563e386 {
	margin-top: clamp(48px, 5vw, 74px) !important;
	padding: 0 4px 20px;
	border-bottom: 1px solid #d8e4dc;
}

body.woocommerce-shop.post-type-archive-product .wd-e00f7b5e .title {
	color: #173f2f;
	font-size: clamp(34px, 3.5vw, 50px) !important;
	font-weight: 800;
	letter-spacing: -0.035em;
}

body.woocommerce-shop.post-type-archive-product .wd-481bdc79 {
	margin-bottom: 0 !important;
	padding: clamp(22px, 2.6vw, 38px) !important;
	border: 1px solid #d8e4dc;
	border-radius: 24px;
	background: linear-gradient(180deg, #f8faf8 0%, #edf3ee 100%) !important;
	box-shadow: 0 18px 48px rgba(16, 54, 39, 0.07);
}

body.woocommerce-shop.post-type-archive-product .wd-ab566e03 .products {
	--wd-col-lg: 4 !important;
	--wd-col-md: 3 !important;
	--wd-col-sm: 2 !important;
	--wd-gap-lg: 24px !important;
	--wd-gap-md: 18px !important;
	--wd-gap-sm: 12px !important;
	align-items: stretch;
}

body.woocommerce-shop.post-type-archive-product .woocommerce-pagination {
	margin-top: clamp(28px, 3vw, 40px);
}

body.woocommerce-shop.post-type-archive-product .woocommerce-pagination ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	border: 0;
}

body.woocommerce-shop.post-type-archive-product .woocommerce-pagination ul.page-numbers > li {
	margin: 0;
	border: 0;
}

body.woocommerce-shop.post-type-archive-product .woocommerce-pagination .page-numbers a,
body.woocommerce-shop.post-type-archive-product .woocommerce-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	height: 46px;
	padding: 0 13px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: transparent;
	color: #244b3b;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

body.woocommerce-shop.post-type-archive-product .woocommerce-pagination .page-numbers a:hover,
body.woocommerce-shop.post-type-archive-product .woocommerce-pagination .page-numbers .current {
	border-color: #173f2f;
	background: #173f2f;
	color: #ffffff;
}

@media (max-width: 1024px) {
	body.woocommerce-shop.post-type-archive-product .wd-f1fc1b5b {
		padding: 22px;
	}

	body.woocommerce-shop.post-type-archive-product .wd-447e42b2 .products {
		--wd-col-md: 3 !important;
	}
}

@media (max-width: 768.98px) {
	body.woocommerce-shop.post-type-archive-product #main-content {
		padding: 16px 8px 44px;
	}

	body.woocommerce-shop.post-type-archive-product .wd-5454f155 {
		gap: 12px !important;
	}

	body.woocommerce-shop.post-type-archive-product .wd-f1fc1b5b {
		margin-top: 28px;
		padding: 14px;
		border-radius: 18px;
	}

	body.woocommerce-shop.post-type-archive-product .wd-388e9e99 {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		margin-bottom: 18px;
		padding-bottom: 14px;
	}

	body.woocommerce-shop.post-type-archive-product .wd-388e9e99 .tabs-name {
		font-size: 27px;
	}

	body.woocommerce-shop.post-type-archive-product .wd-388e9e99 .wd-nav-wrapper {
		width: 100%;
		overflow-x: auto;
	}

	body.woocommerce-shop.post-type-archive-product .wd-388e9e99 .products-tabs-title {
		flex-wrap: nowrap;
		justify-content: flex-start;
		width: max-content;
	}

	body.woocommerce-shop.post-type-archive-product .wd-388e9e99 .wd-nav-link {
		min-height: 38px;
		padding-inline: 14px;
		font-size: 12px;
	}

	body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .wd-product {
		padding: 8px 8px 13px;
		border-radius: 15px;
	}

	body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .product-element-top {
		border-radius: 11px;
	}

	body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .product-element-bottom {
		padding: 12px 2px 0;
	}

	body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .wd-entities-title {
		font-size: 14px;
	}

	body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .wd-product-cats {
		font-size: 11px;
	}

	body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .price {
		font-size: 15px;
	}

	body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .wd-add-btn > a,
	body.woocommerce-shop.post-type-archive-product :is(.wd-39425ed3, .wd-ab566e03) .add_to_cart_button {
		min-height: 40px;
		padding-inline: 9px;
		font-size: 12px;
	}

	body.woocommerce-shop.post-type-archive-product .wd-0a8b8d92 {
		margin-top: 34px;
		padding: 12px !important;
		border-radius: 18px;
	}

	body.woocommerce-shop.post-type-archive-product .wd-0a8b8d92 > .wp-block-wd-column {
		padding: 22px 14px;
	}

	body.woocommerce-shop.post-type-archive-product .wd-f563e386 {
		margin-top: 40px !important;
		padding-bottom: 14px;
	}

	body.woocommerce-shop.post-type-archive-product .wd-481bdc79 {
		padding: 14px 8px 24px !important;
		border-radius: 18px;
	}

	body.woocommerce-shop.post-type-archive-product .woocommerce-pagination ul.page-numbers {
		gap: 4px;
	}

	body.woocommerce-shop.post-type-archive-product .woocommerce-pagination .page-numbers a,
	body.woocommerce-shop.post-type-archive-product .woocommerce-pagination .page-numbers span {
		min-width: 38px;
		height: 38px;
		padding: 0 9px;
		border-radius: 8px;
		font-size: 14px;
	}
}

/* HERBXMIND-SHOP-ALL-TRUST-AND-GRID-RHYTHM-FINAL-20260717 */
body.woocommerce-shop.post-type-archive-product .wd-5454f155 {
	gap: 20px !important;
}

body.woocommerce-shop.post-type-archive-product .wd-481bdc79 {
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	inset-inline: auto !important;
	transform: none !important;
}

body.woocommerce-shop.post-type-archive-product .wd-ab566e03 .products {
	--wd-gap: 24px !important;
	--wd-gap-lg: 24px !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 24px !important;
}

@media (max-width: 1024px) {
	body.woocommerce-shop.post-type-archive-product .wd-5454f155 {
		gap: 16px !important;
	}

	body.woocommerce-shop.post-type-archive-product .wd-ab566e03 .products {
		--wd-gap: 18px !important;
		--wd-gap-lg: 18px !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 18px !important;
	}
}

@media (max-width: 768.98px) {
	body.woocommerce-shop.post-type-archive-product .wd-5454f155 {
		gap: 14px !important;
	}

	body.woocommerce-shop.post-type-archive-product .wd-ab566e03 .products {
		--wd-gap: 12px !important;
		--wd-gap-lg: 12px !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}
}

/* HERBXMIND-SHOP-ALL-SINGLE-PAGINATION-ARROW-20260717 */
body.woocommerce-shop.post-type-archive-product .woocommerce-pagination .page-numbers:is(.next, .prev) {
	font-size: 0 !important;
}

body.woocommerce-shop.post-type-archive-product .woocommerce-pagination .page-numbers:is(.next, .prev)::before {
	display: inline-block !important;
	font-size: 15px !important;
	line-height: 1 !important;
}

/* HERBXMIND-GLOBAL-SINGLE-PRODUCT-AMAZON-TEMPLATE-20260717 */
body.single-product .wd-page-content {
	background: #f2f6f3;
}

body.single-product #main-content {
	max-width: 1440px;
	padding-top: clamp(24px, 3vw, 42px);
	padding-bottom: clamp(52px, 6vw, 88px);
}

body.single-product .wd-f2baa15e {
	align-items: center;
	padding: 0 4px 20px;
	color: #66786e;
	font-size: 14px;
}

body.single-product .wd-3c5dd53c {
	align-items: flex-start !important;
	gap: 32px !important;
	padding: 26px !important;
	border: 1px solid #d8e4dc;
	border-radius: 26px;
	background: #ffffff;
	box-shadow: 0 24px 62px rgba(20, 59, 43, 0.1);
}

body.single-product .wd-beead794 {
	position: sticky;
	top: 112px;
	flex: 0 1 56% !important;
	min-width: 0;
	align-self: flex-start;
}

body.single-product .wd-d2ea596d,
body.single-product .woocommerce-product-gallery {
	width: 100%;
	max-width: 100%;
}

body.single-product .woocommerce-product-gallery {
	overflow: hidden;
	border: 1px solid #e1e9e4;
	border-radius: 22px;
	background: #fafcfb;
}

body.single-product .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery__image a {
	display: block;
	background: #fafcfb;
}

body.single-product .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 21px;
	object-fit: contain;
}

body.single-product .wd-15ca6b8c {
	flex: 1 1 44% !important;
	min-width: 0;
	align-self: flex-start;
	gap: 18px !important;
	padding: 4px 6px 8px;
}

body.single-product .wd-ef4cd637 {
	align-items: flex-start !important;
	gap: 14px !important;
}

body.single-product .wd-91cbb9f4 {
	flex: 1 1 auto;
	min-width: 0;
}

body.single-product .wd-91cbb9f4 .product_title {
	margin: 0;
	color: #173f2f;
	font-size: clamp(28px, 2.2vw, 34px);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.025em;
}

body.single-product .wd-fd5bd633 {
	flex: 0 0 auto;
	padding: 9px 13px;
	border: 1px solid #d7e2db;
	border-radius: 999px;
	background: #f6f9f7;
	color: #173f2f;
	font-size: 13px;
	font-weight: 700;
}

body.single-product .wd-fd5bd633 a {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: inherit;
}

body.single-product .wd-23962c30 {
	display: flex;
	flex-direction: column;
	align-items: flex-start !important;
	gap: 8px;
	width: 100%;
	padding: 17px 0;
	border-top: 1px solid #e2e9e5;
	border-bottom: 1px solid #e2e9e5;
}

body.single-product .wd-23962c30 .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 22px;
	margin: 0;
	font-size: 13px;
}

body.single-product .wd-23962c30:not(:has(.woocommerce-product-rating))::after {
	content: "☆ ☆ ☆ ☆ ☆  No reviews yet";
	display: block;
	min-height: 22px;
	color: #7c8b82;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.025em;
}

body.single-product .wd-8e733563 .price {
	margin: 0;
	color: #173f2f;
	font-size: 32px !important;
	font-weight: 800;
	line-height: 1.15;
	text-align: start;
}

body.single-product .wd-8e733563 {
	width: 100%;
	text-align: start;
}

body.single-product .wd-d6cacb3f,
body.single-product .wd-ec82c100,
body.single-product .wd-ec82c100 form.cart {
	width: 100% !important;
	max-width: 100% !important;
}

body.single-product .wd-ec82c100 form.cart:not(.variations_form),
body.single-product .wd-ec82c100 .woocommerce-variation-add-to-cart {
	display: grid !important;
	grid-template-columns: 110px minmax(0, 1fr) !important;
	gap: 12px !important;
}

body.single-product .wd-ec82c100 form.variations_form {
	display: block !important;
	margin-inline: 0 !important;
}

body.single-product .wd-ec82c100 form.variations_form .variations {
	display: block !important;
	width: 100%;
	margin: 0 0 16px;
	border: 1px solid #dbe5df;
	border-radius: 16px;
	background: #f8faf8;
}

body.single-product .wd-ec82c100 form.variations_form .variations tbody {
	display: block;
	width: 100%;
}

body.single-product .wd-ec82c100 form.variations_form .variations tr {
	display: grid;
	grid-template-columns: 1fr;
	align-items: start;
	gap: 12px;
	width: 100%;
	padding: 16px 18px 18px;
}

body.single-product .wd-ec82c100 form.variations_form .variations :is(th, td) {
	width: auto;
	padding: 0;
	text-align: start;
}

body.single-product .wd-ec82c100 form.variations_form .variations td.value {
	display: block;
	width: 100% !important;
	max-width: none !important;
}

body.single-product .wd-ec82c100 form.variations_form .variations label {
	margin: 0;
	color: #173f2f;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.01em;
}

body.single-product .wd-ec82c100 form.variations_form select {
	width: 100%;
	max-width: none !important;
	min-height: 46px;
	border: 1px solid #ccd9d1;
	border-radius: 12px;
	background-color: #ffffff;
}

/* HERBXMIND-VARIATION-BUTTONS-20260718 */
body.single-product .wd-ec82c100 form.variations_form select.herbxmind-variation-select-native {
	position: absolute !important;
	overflow: hidden !important;
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.single-product .wd-ec82c100 form.variations_form .variations td.value:has(.herbxmind-variation-buttons) {
	display: grid;
	grid-template-columns: 1fr;
	align-items: start;
	gap: 10px;
}

body.single-product .wd-ec82c100 .herbxmind-variation-buttons {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
	gap: 10px;
	width: 100%;
}

body.single-product .wd-ec82c100 .herbxmind-variation-option {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid #cbd9d1;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(20, 59, 43, 0.05);
	color: #173f2f;
	font: inherit;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.15;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.single-product .wd-ec82c100 .herbxmind-variation-option:hover:not(:disabled) {
	border-color: #9ab7a6;
	background: #f2f8f4;
	box-shadow: 0 12px 26px rgba(20, 59, 43, 0.1);
	transform: translateY(-1px);
}

body.single-product .wd-ec82c100 .herbxmind-variation-option.is-selected,
body.single-product .wd-ec82c100 .herbxmind-variation-option[aria-checked="true"] {
	border-color: #173f2f;
	background: #173f2f;
	box-shadow: 0 13px 28px rgba(20, 59, 43, 0.18);
	color: #ffffff;
}

body.single-product .wd-ec82c100 .herbxmind-variation-option.is-selected:hover:not(:disabled),
body.single-product .wd-ec82c100 .herbxmind-variation-option[aria-checked="true"]:hover:not(:disabled) {
	border-color: #173f2f;
	background: #173f2f;
	color: #ffffff;
}

body.single-product .wd-ec82c100 .herbxmind-variation-option:focus-visible {
	outline: 3px solid rgba(213, 255, 117, 0.8);
	outline-offset: 3px;
}

body.single-product .wd-ec82c100 .herbxmind-variation-option:disabled,
body.single-product .wd-ec82c100 .herbxmind-variation-option.is-disabled {
	border-color: #e0e8e3;
	background: #f3f6f4;
	box-shadow: none;
	color: #a1aca5;
	cursor: not-allowed;
	transform: none;
}

body.single-product .wd-ec82c100 form.variations_form .variations td.value:has(.herbxmind-variation-buttons) .wd-reset-var {
	justify-self: flex-start;
}

body.single-product .wd-ec82c100 form.variations_form .variations td.value:has(.herbxmind-variation-buttons) .reset_variations {
	align-self: start;
	margin: 0;
	color: #6f8076;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.2;
	white-space: nowrap;
}

body.single-product .wd-ec82c100 form.variations_form .variations td.value:has(.herbxmind-variation-buttons) .reset_variations:hover {
	color: #173f2f;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.single-product .wd-ec82c100 form.variations_form .single_variation {
	margin-bottom: 10px;
	color: #173f2f;
}

body.single-product .wd-ec82c100 form.variations_form :is(.single_variation_wrap, .woocommerce-variation-add-to-cart) {
	width: 100% !important;
	max-width: 100% !important;
	margin-inline: 0 !important;
	padding-inline: 0 !important;
}

body.single-product .wd-ec82c100 form.variations_form .reset_variations {
	color: #65766d;
	font-size: 12px;
}

body.single-product .wd-ec82c100 .quantity {
	grid-column: 1;
	grid-row: 1;
	width: 110px;
	height: 52px;
	border: 1px solid #ccd9d1;
	border-radius: 999px;
	background: #ffffff;
}

body.single-product .wd-ec82c100 .quantity :is(.minus, .plus) {
	width: 34px;
	min-width: 34px;
	height: 50px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #173f2f;
}

body.single-product .wd-ec82c100 .quantity input[type="number"] {
	height: 50px;
	border: 0;
	font-weight: 700;
}

body.single-product .wd-ec82c100 :is(.single_add_to_cart_button, .wd-buy-now-btn) {
	width: 100%;
	min-height: 52px;
	padding: 10px 22px;
	border: 0;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.01em;
}

body.single-product .wd-ec82c100 .single_add_to_cart_button {
	grid-column: 2;
	grid-row: 1;
	background: #173f2f;
	color: #ffffff;
}

body.single-product .wd-ec82c100 .wd-buy-now-btn {
	grid-column: 1 / -1;
	grid-row: 2;
	background: #d6ff75;
	color: #173f2f;
}

body.single-product .wd-cc76a3bb {
	width: 100%;
	margin-top: 4px;
}

body.single-product .wd-cc76a3bb .woocommerce-tabs {
	overflow: hidden;
	width: 100%;
	border: 1px solid #dbe5df;
	border-radius: 18px;
	background: #f8faf8;
}

body.single-product .wd-cc76a3bb .wd-accordion-item + .wd-accordion-item {
	border-top: 1px solid #dbe5df;
}

body.single-product .wd-cc76a3bb .wd-accordion-title {
	padding: 17px 18px;
	color: #173f2f;
	font-size: 14px;
	font-weight: 800;
}

body.single-product .wd-cc76a3bb .wd-accordion-content {
	padding: 0 18px 18px;
	color: #53655b;
	font-size: 14px;
	line-height: 1.7;
}

body.single-product .wd-a096ed1e {
	display: none;
}

body.single-product .wd-f6ea9e72 {
	align-items: flex-start !important;
	gap: 16px !important;
	padding-top: 2px;
}

body.single-product .wd-7bbd24c6,
body.single-product .wd-7bbd24c6 .product_meta {
	width: 100%;
}

body.single-product .wd-7bbd24c6 .product_meta {
	gap: 7px 14px;
	color: #6a7a71;
	font-size: 13px;
	line-height: 1.55;
}

body.single-product .wd-af6567be {
	justify-content: flex-start;
}

body.single-product .wd-d52f6bca {
	display: none !important;
}

body.single-product .wd-fd8e9148 {
	margin-top: clamp(36px, 5vw, 68px);
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid #d8e4dc;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(20, 59, 43, 0.08);
}

body.single-product .wd-fd8e9148 .wd-carousel {
	--wd-gap: 20px !important;
	--wd-gap-lg: 20px !important;
	gap: 20px !important;
}

body.single-product .wd-fd8e9148 .wd-product {
	overflow: hidden;
	height: 100%;
	padding: 12px 12px 16px;
	border: 1px solid #dce6e0;
	border-radius: 18px;
	background: #ffffff;
}

body.single-product .wd-fd8e9148 .wd-product-wrapper {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	height: 100%;
	border-radius: 13px;
}

body.single-product .wd-fd8e9148 .product-element-top {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 13px;
	background: #f5f8f6;
}

body.single-product .wd-fd8e9148 .product-image-link,
body.single-product .wd-fd8e9148 .product-image-link img {
	display: block;
	width: 100%;
	height: 100%;
}

body.single-product .wd-fd8e9148 .product-image-link img {
	object-fit: contain;
}

body.single-product .wd-fd8e9148 .product-element-bottom {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0;
	padding: 15px 2px 0;
}

body.single-product .wd-fd8e9148 .wd-entities-title {
	display: -webkit-box;
	overflow: hidden;
	min-height: 2.7em;
	margin: 0 0 8px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #173f2f;
	font-size: 16px;
	font-weight: 750;
	line-height: 1.35;
	letter-spacing: -0.01em;
}

body.single-product .wd-fd8e9148 .wd-product-cats {
	display: -webkit-box;
	overflow: hidden;
	min-height: 2.9em;
	margin: 0 0 10px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #7b8b82;
	font-size: 12px;
	line-height: 1.45;
}

body.single-product .wd-fd8e9148 .wrap-price {
	margin-top: auto;
	margin-bottom: 12px;
	padding-top: 2px;
}

body.single-product .wd-fd8e9148 .price {
	color: #173f2f !important;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
}

body.single-product .wd-fd8e9148 .wd-add-btn > a,
body.single-product .wd-fd8e9148 .add_to_cart_button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	border-radius: 999px !important;
	background: #173f2f !important;
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 750;
}

body.single-product .wd-fd8e9148 .wd-product-card-hover {
	display: none !important;
}

@media (max-width: 1024px) {
	body.single-product .wd-3c5dd53c {
		gap: 24px !important;
		padding: 20px !important;
	}

	body.single-product .wd-beead794 {
		position: static;
		flex-basis: 52% !important;
	}

	body.single-product .wd-15ca6b8c {
		flex-basis: 48% !important;
	}

	body.single-product .wd-91cbb9f4 .product_title {
		font-size: 26px;
	}
}

@media (max-width: 768.98px) {
	body.single-product #main-content {
		width: 100%;
		max-width: 100%;
		padding: 16px 8px 46px;
	}

	body.single-product .single-product-page,
	body.single-product .wd-f2baa15e,
	body.single-product .wd-3c5dd53c,
	body.single-product .wd-beead794,
	body.single-product .wd-15ca6b8c {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	body.single-product .wd-f2baa15e {
		padding: 0 2px 14px;
		font-size: 12px;
	}

	body.single-product .wd-3c5dd53c {
		flex-direction: column !important;
		gap: 18px !important;
		padding: 12px !important;
		border-radius: 19px;
	}

	body.single-product .wd-beead794,
	body.single-product .wd-15ca6b8c {
		flex: 0 0 100% !important;
	}

	body.single-product .woocommerce-product-gallery {
		border-radius: 15px;
	}

	body.single-product .woocommerce-product-gallery__image img {
		border-radius: 14px;
	}

	body.single-product .wd-15ca6b8c {
		gap: 14px !important;
		padding: 2px;
	}

	body.single-product .wd-ef4cd637 {
		flex-direction: column !important;
		gap: 10px !important;
	}

	body.single-product .wd-91cbb9f4,
	body.single-product .wd-fd5bd633 {
		width: 100%;
		max-width: 100%;
	}

	body.single-product .wd-91cbb9f4 .product_title {
		font-size: 22px;
		line-height: 1.22;
	}

	body.single-product .wd-fd5bd633 {
		justify-content: flex-start;
		padding: 7px 11px;
		font-size: 12px;
	}

	body.single-product .wd-8e733563 .price {
		font-size: 27px !important;
	}

	body.single-product .wd-ec82c100 form.cart:not(.variations_form),
	body.single-product .wd-ec82c100 .woocommerce-variation-add-to-cart {
		grid-template-columns: 94px minmax(0, 1fr) !important;
		gap: 10px !important;
	}

	body.single-product .wd-ec82c100 form.variations_form .variations tr {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 12px;
	}

	body.single-product .wd-ec82c100 form.variations_form .variations td.value:has(.herbxmind-variation-buttons) {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	body.single-product .wd-ec82c100 .herbxmind-variation-buttons {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	body.single-product .wd-ec82c100 .herbxmind-variation-option {
		min-height: 42px;
		padding: 9px 12px;
		font-size: 13px;
	}

	body.single-product .wd-ec82c100 form.variations_form .variations td.value:has(.herbxmind-variation-buttons) .reset_variations {
		justify-self: flex-start;
	}

	body.single-product .wd-ec82c100 .quantity {
		width: 94px;
	}

	body.single-product .wd-ec82c100 :is(.single_add_to_cart_button, .wd-buy-now-btn) {
		min-width: 0;
		padding-inline: 14px;
		font-size: 13px;
	}

	body.single-product .wd-cc76a3bb .wd-accordion-title {
		padding: 15px;
	}

	body.single-product .wd-cc76a3bb .wd-accordion-content {
		padding: 0 15px 15px;
	}

	body.single-product .wd-f6ea9e72 {
		flex-direction: column !important;
	}

	body.single-product .wd-af6567be {
		width: 100% !important;
	}

	body.single-product .wd-fd8e9148 {
		margin-top: 30px;
		padding: 14px;
		border-radius: 18px;
	}

	body.single-product .wd-fd8e9148 .wd-carousel {
		--wd-gap: 12px !important;
		--wd-gap-sm: 12px !important;
		gap: 12px !important;
	}

	body.single-product .wd-fd8e9148 .wd-product {
		padding: 8px 8px 12px;
		border-radius: 14px;
	}

	body.single-product .wd-fd8e9148 .wd-product-wrapper,
	body.single-product .wd-fd8e9148 .product-element-top {
		border-radius: 10px;
	}

	body.single-product .wd-fd8e9148 .product-element-bottom {
		padding: 11px 1px 0;
	}

	body.single-product .wd-fd8e9148 .wd-entities-title {
		min-height: 3em;
		font-size: 13px;
		line-height: 1.5;
	}

	body.single-product .wd-fd8e9148 .wd-product-cats {
		font-size: 10px;
	}

	body.single-product .wd-fd8e9148 .price {
		font-size: 15px;
	}

	body.single-product .wd-fd8e9148 .wd-add-btn > a,
	body.single-product .wd-fd8e9148 .add_to_cart_button {
		min-height: 40px;
		padding-inline: 10px;
		font-size: 11px;
	}
}

/* HERBXMIND-GLOBAL-PRODUCT-TAXONOMY-ARCHIVE-UI-20260717 */
body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-page-content {
	background: linear-gradient(180deg, #f4f8f5 0%, #edf4ef 100%);
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop #main-content {
	width: 100%;
	max-width: 1440px;
	padding-top: clamp(28px, 4vw, 54px);
	padding-bottom: clamp(58px, 7vw, 96px);
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop :is(.wd-content-area, .wd-27ca87fd, .wd-84aa3bfe) {
	width: 100%;
	max-width: 100%;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-f563e386 {
	width: 100%;
	margin: 0 auto 26px !important;
	padding: 24px 28px;
	border: 1px solid #d8e4dc;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 16px 42px rgba(20, 59, 43, 0.08);
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-e00f7b5e .title {
	margin: 0;
	color: #173f2f;
	font-size: clamp(32px, 3.4vw, 46px);
	font-weight: 750;
	line-height: 1.1;
	letter-spacing: -0.035em;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-485c7e17 > a {
	min-height: 44px;
	padding: 10px 18px;
	border: 1px solid #cad9d0;
	border-radius: 999px;
	background: #f6f9f7;
	color: #173f2f;
	font-weight: 750;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-481bdc79 {
	width: 100%;
	max-width: 100%;
	inset-inline-start: 0 !important;
	margin: 0 auto !important;
	padding: 0 !important;
	background: transparent !important;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03,
body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .products {
	width: 100%;
	max-width: 100%;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .products {
	--wd-col-lg: 4 !important;
	--wd-col-md: 3 !important;
	--wd-col-sm: 2 !important;
	--wd-gap-lg: 22px !important;
	--wd-gap-md: 18px !important;
	--wd-gap-sm: 12px !important;
	gap: 22px !important;
	align-items: stretch;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .wd-product {
	overflow: hidden;
	height: 100%;
	padding: 12px 12px 18px;
	border: 1px solid #dce7df !important;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(16, 54, 39, 0.07);
	transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .wd-product::before,
body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .wd-product::after {
	display: none !important;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .wd-product:hover {
	border-color: #bcd1c3 !important;
	box-shadow: 0 20px 46px rgba(16, 54, 39, 0.13);
	transform: translateY(-4px);
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .product-wrapper {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	height: 100%;
	border-radius: 14px;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .product-element-top {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 14px;
	background: #f5f8f6;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .product-image-link,
body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .product-image-link img {
	display: block;
	width: 100%;
	height: 100%;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .product-image-link img {
	object-fit: contain;
	transition: transform 0.35s ease;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .wd-product:hover .product-image-link img {
	transform: scale(1.035);
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .product-element-bottom {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 16px 4px 0;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .wd-entities-title {
	display: -webkit-box;
	overflow: hidden;
	min-height: 2.7em;
	margin-bottom: 8px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #183e2f;
	font-size: 17px;
	font-weight: 750;
	line-height: 1.35;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .wd-product-cats {
	display: -webkit-box;
	overflow: hidden;
	min-height: 2.9em;
	margin-bottom: 10px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #7b8d82;
	font-size: 12px;
	line-height: 1.45;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .wrap-price {
	margin-top: auto;
	margin-bottom: 13px;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .price {
	color: #173f2f !important;
	font-size: 18px;
	font-weight: 800;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .wd-add-btn > a,
body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .add_to_cart_button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	border-radius: 999px !important;
	background: #173f2f !important;
	color: #ffffff !important;
	font-weight: 750;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .wd-add-btn > a:hover,
body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .add_to_cart_button:hover {
	background: #235d45 !important;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .wd-product-card-hover {
	display: none !important;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .woocommerce-pagination {
	margin: 34px auto 0;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .woocommerce-pagination ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px;
	border: 1px solid #d8e4dc;
	border-radius: 18px;
	background: #ffffff;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .woocommerce-pagination .page-numbers a,
body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .woocommerce-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border-radius: 12px;
	color: #173f2f;
	font-weight: 750;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .woocommerce-pagination .page-numbers a:hover,
body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .woocommerce-pagination .page-numbers .current {
	background: #173f2f;
	color: #ffffff;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .woocommerce-pagination .page-numbers:is(.next, .prev) {
	font-size: 0 !important;
}

body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .woocommerce-pagination .page-numbers:is(.next, .prev)::before {
	display: inline-block !important;
	font-size: 14px !important;
	line-height: 1 !important;
}

@media (max-width: 1024px) {
	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .products {
		gap: 18px !important;
	}
}

@media (max-width: 768.98px) {
	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop #main-content {
		width: 100%;
		max-width: 100%;
		padding: 20px 10px 54px;
	}

	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-f563e386 {
		margin-bottom: 18px !important;
		padding: 18px;
		border-radius: 18px;
	}

	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-e00f7b5e .title {
		font-size: 30px;
	}

	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .products {
		gap: 12px !important;
	}

	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .wd-product {
		padding: 8px 8px 12px;
		border-radius: 15px;
	}

	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .product-wrapper,
	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .product-element-top {
		border-radius: 11px;
	}

	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .product-element-bottom {
		padding: 12px 2px 0;
	}

	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .wd-entities-title {
		font-size: 13px;
	}

	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .wd-product-cats {
		font-size: 10px;
	}

	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .price {
		font-size: 15px;
	}

	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .wd-add-btn > a,
	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .wd-ab566e03 .add_to_cart_button {
		min-height: 40px;
		padding-inline: 10px;
		font-size: 11px;
	}

	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .woocommerce-pagination ul.page-numbers {
		gap: 4px;
		padding: 10px;
	}

	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .woocommerce-pagination .page-numbers a,
	body:is(.tax-product_cat, .tax-product_brand).woodmart-archive-shop .woocommerce-pagination .page-numbers span {
		min-width: 36px;
		height: 36px;
		padding-inline: 9px;
	}
}
