/* SAI HERBS Premium Search Archive v1.0.7 - staging product search/archive visual-only polish */

body.sai-herbs-psa-active {
	--sai-psa-cream: #fff7e8;
	--sai-psa-paper: #fffdf7;
	--sai-psa-green: #075b37;
	--sai-psa-green-dark: #0b3324;
	--sai-psa-green-soft: #eaf5ee;
	--sai-psa-gold: #c49a3a;
	--sai-psa-gold-soft: #f3e5be;
	--sai-psa-ink: #17271f;
	--sai-psa-muted: #64746a;
	--sai-psa-line: rgba(7, 91, 55, .13);
	--sai-psa-shadow: 0 18px 46px rgba(17, 54, 39, .11);
	background: linear-gradient(180deg, #fffaf0 0%, #fbf0de 100%) !important;
}

body.sai-herbs-psa-active .main-page-wrapper,
body.sai-herbs-psa-active .site-content,
body.sai-herbs-psa-active .content-area,
body.sai-herbs-psa-active .wd-content-area {
	background: transparent !important;
}

body.sai-herbs-psa-active .sai-store-premium-redesign-v3-hybrid-archive-strip {
	display: none !important;
}

body.sai-herbs-psa-active .sai-herbs-psa-strip {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(230px, auto);
	gap: 18px;
	align-items: center;
	width: 100%;
	margin: 0 0 16px !important;
	padding: 18px 20px !important;
	border: 1px solid rgba(196, 154, 58, .35);
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(255, 253, 247, .98), rgba(246, 232, 198, .92)),
		radial-gradient(circle at top right, rgba(196, 154, 58, .18), transparent 34%);
	box-shadow: var(--sai-psa-shadow);
	overflow: hidden;
}

body.sai-herbs-psa-active .sai-herbs-psa-strip-main {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
}

body.sai-herbs-psa-active .sai-herbs-psa-strip-side {
	grid-column: 2;
	grid-row: 1;
}

body.sai-herbs-psa-active .sai-herbs-psa-eyebrow {
	margin: 0 0 5px !important;
	color: var(--sai-psa-gold);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0;
}

body.sai-herbs-psa-active .sai-herbs-psa-title {
	margin: 0 0 6px !important;
	color: var(--sai-psa-green-dark);
	font-size: clamp(21px, 3vw, 30px);
	font-weight: 950;
	line-height: 1.1;
	letter-spacing: 0;
}

body.sai-herbs-psa-active .sai-herbs-psa-text {
	max-width: 760px;
	margin: 0 !important;
	color: var(--sai-psa-muted);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
}

/* SAI_HERBS_PREMIUM_SEARCH_ARCHIVE_V1_0_7_VISUAL_POLISH */
body.sai-herbs-psa-active .sai-herbs-psa-search-form {
	grid-column: 1 / -1;
	grid-row: 2;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	width: 100%;
	margin: 0 !important;
	padding: 8px;
	border: 1px solid rgba(7, 91, 55, .12);
	border-radius: 18px;
	background: rgba(255, 255, 255, .78);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82), 0 10px 24px rgba(17, 54, 39, .07);
}

body.sai-herbs-psa-active .sai-herbs-psa-search-input {
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0 15px !important;
	border: 1px solid rgba(7, 91, 55, .16) !important;
	border-radius: 13px !important;
	background: #fffdf7 !important;
	color: var(--sai-psa-green-dark) !important;
	font-size: 14px !important;
	font-weight: 750 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
	outline: none !important;
}

body.sai-herbs-psa-active .sai-herbs-psa-search-input::placeholder {
	color: rgba(23, 39, 31, .58) !important;
	opacity: 1 !important;
}

body.sai-herbs-psa-active .sai-herbs-psa-search-input:focus {
	border-color: rgba(196, 154, 58, .72) !important;
	box-shadow: 0 0 0 3px rgba(196, 154, 58, .16) !important;
}

body.sai-herbs-psa-active .sai-herbs-psa-search-submit {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 112px !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 0 !important;
	border-radius: 13px !important;
	background: linear-gradient(135deg, #075b37, #0a7144) !important;
	color: #fffaf0 !important;
	font-size: 13px !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	text-transform: none !important;
	box-shadow: 0 10px 22px rgba(7, 91, 55, .22) !important;
	cursor: pointer !important;
}

body.sai-herbs-psa-active .sai-herbs-psa-search-submit:hover,
body.sai-herbs-psa-active .sai-herbs-psa-search-submit:focus {
	background: linear-gradient(135deg, #0b3324, #075b37) !important;
	color: #fff4cf !important;
}

body.sai-herbs-psa-active .sai-herbs-psa-strip-side {
	display: grid;
	gap: 10px;
	justify-items: end;
	min-width: 280px;
}

body.sai-herbs-psa-active .sai-herbs-psa-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid rgba(7, 91, 55, .13);
	border-radius: 999px;
	background: rgba(255, 255, 255, .76);
	color: var(--sai-psa-green-dark);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	box-shadow: 0 8px 18px rgba(17, 54, 39, .06);
}

body.sai-herbs-psa-active .sai-herbs-psa-chip-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 7px;
}

body.sai-herbs-psa-active .sai-herbs-psa-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 7px 11px;
	border: 1px solid rgba(196, 154, 58, .42);
	border-radius: 999px;
	background: #122219;
	color: #f6dda5;
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

body.sai-herbs-psa-active .sai-herbs-psa-chip-main {
	background: var(--sai-psa-green);
	color: #fffaf0;
}

body.sai-herbs-psa-active .shop-loop-head {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px !important;
	margin: 0 0 16px !important;
	padding: 13px !important;
	border: 1px solid var(--sai-psa-line);
	border-radius: 18px;
	background: rgba(255, 253, 247, .82);
	box-shadow: 0 10px 28px rgba(17, 54, 39, .07);
}

body.sai-herbs-psa-active .shop-loop-head .wd-shop-tools {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 9px 11px !important;
	width: 100%;
}

body.sai-herbs-psa-active .woocommerce-result-count {
	margin: 0 !important;
	color: var(--sai-psa-green-dark);
	font-size: 13px !important;
	font-weight: 850 !important;
	line-height: 1.3 !important;
}

body.sai-herbs-psa-active .wd-show-sidebar-btn a,
body.sai-herbs-psa-active .wd-products-per-page a,
body.sai-herbs-psa-active .wd-products-shop-view a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 34px;
	padding: 7px 11px !important;
	border: 1px solid rgba(7, 91, 55, .13) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .78) !important;
	color: var(--sai-psa-green-dark) !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	text-decoration: none !important;
}

body.sai-herbs-psa-active .woocommerce-ordering select,
body.sai-herbs-psa-active .orderby {
	min-height: 38px !important;
	padding: 0 36px 0 13px !important;
	border: 1px solid rgba(7, 91, 55, .16) !important;
	border-radius: 999px !important;
	background-color: #fff !important;
	color: var(--sai-psa-green-dark) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	box-shadow: 0 8px 18px rgba(17, 54, 39, .06) !important;
}

body.sai-herbs-psa-active .wd-products {
	align-items: stretch !important;
	--wd-gap-lg: 22px !important;
	--wd-gap-sm: 12px !important;
}

body.sai-herbs-psa-active .wd-products .product-grid-item,
body.sai-herbs-psa-active .products .product {
	display: flex !important;
	min-width: 0 !important;
	height: auto !important;
}

body.sai-herbs-psa-active .wd-products .product-grid-item .product-wrapper,
body.sai-herbs-psa-active .products .product .product-wrapper {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	min-height: 100% !important;
	border: 1px solid rgba(7, 91, 55, .13) !important;
	border-radius: 18px !important;
	background: rgba(255, 253, 247, .98) !important;
	box-shadow: 0 15px 40px rgba(17, 54, 39, .10) !important;
	overflow: hidden !important;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

body.sai-herbs-psa-active .wd-products .product-grid-item:hover .product-wrapper {
	transform: translateY(-2px);
	border-color: rgba(196, 154, 58, .36) !important;
	box-shadow: 0 20px 52px rgba(17, 54, 39, .14) !important;
}

body.sai-herbs-psa-active .product-element-top {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	position: relative !important;
	aspect-ratio: 1 / 1.05 !important;
	min-height: 0 !important;
	padding: 13px !important;
	border-bottom: 1px solid rgba(7, 91, 55, .08) !important;
	background: linear-gradient(145deg, #fffaf0, #f1e4ca) !important;
	overflow: hidden !important;
}

body.sai-herbs-psa-active .product-element-top .product-image-link {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
}

body.sai-herbs-psa-active .product-element-top img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 100% !important;
	object-fit: contain !important;
	border-radius: 14px !important;
}

body.sai-herbs-psa-active .product-element-top .hover-img {
	display: none !important;
}

body.sai-herbs-psa-active .product-labels {
	top: 10px !important;
	left: 10px !important;
	z-index: 3 !important;
}

body.sai-herbs-psa-active .product-label,
body.sai-herbs-psa-active .onsale {
	min-height: 28px !important;
	padding: 7px 9px !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #0b3324, #075b37) !important;
	color: #fff4cf !important;
	font-size: 11px !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	box-shadow: 0 8px 16px rgba(7, 91, 55, .22) !important;
}

body.sai-herbs-psa-active .product-element-bottom {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	gap: 7px !important;
	padding: 13px 13px 14px !important;
	background: var(--sai-psa-paper) !important;
}

body.sai-herbs-psa-active .wd-swatches-grid,
body.sai-herbs-psa-active .wd-swatches-product {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 5px !important;
	min-height: 50px !important;
	margin: 0 0 2px !important;
	overflow: visible !important;
}

body.sai-herbs-psa-active .wd-swatch,
body.sai-herbs-psa-active .wd-swatches-product .wd-swatch {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 24px !important;
	max-width: 100% !important;
	padding: 4px 8px !important;
	border: 1px solid rgba(7, 91, 55, .14) !important;
	border-radius: 999px !important;
	background: var(--sai-psa-green-soft) !important;
	color: var(--sai-psa-green-dark) !important;
	font-size: 10.5px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
}

body.sai-herbs-psa-active .wd-swatch-text {
	white-space: nowrap !important;
}

body.sai-herbs-psa-active .wd-entities-title,
body.sai-herbs-psa-active .woocommerce-loop-product__title {
	display: -webkit-box !important;
	min-height: calc(1.3em * 2) !important;
	max-height: calc(1.3em * 2) !important;
	margin: 0 !important;
	color: var(--sai-psa-ink) !important;
	font-size: 14px !important;
	font-weight: 920 !important;
	line-height: 1.3 !important;
	letter-spacing: 0 !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	word-break: normal !important;
	overflow-wrap: anywhere !important;
}

body.sai-herbs-psa-active .wd-entities-title a,
body.sai-herbs-psa-active .woocommerce-loop-product__title a {
	color: inherit !important;
	text-decoration: none !important;
}

body.sai-herbs-psa-active .wd-product-cats {
	display: none !important;
	max-height: 0 !important;
	margin: 0 !important;
	color: var(--sai-psa-muted) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
}

body.sai-herbs-psa-active .wd-product-cats a {
	color: var(--sai-psa-muted) !important;
	text-decoration: none !important;
}

body.sai-herbs-psa-active .wd-product-brands-links {
	order: -1 !important;
	display: block !important;
	margin: 0 !important;
	color: var(--sai-psa-gold) !important;
	font-size: 10.5px !important;
	font-weight: 950 !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
	letter-spacing: 0 !important;
}

body.sai-herbs-psa-active .wd-product-brands-links a {
	color: inherit !important;
	text-decoration: none !important;
}

body.sai-herbs-psa-active .star-rating[aria-label*="Rated 0"],
body.sai-herbs-psa-active .wd-star-rating[aria-label*="Rated 0"],
body.sai-herbs-psa-active .woocommerce-product-rating[aria-label*="Rated 0"] {
	display: none !important;
}

body.sai-herbs-psa-active .price {
	display: block !important;
	margin: 1px 0 0 !important;
	color: var(--sai-psa-green) !important;
	font-size: 16px !important;
	font-weight: 950 !important;
	line-height: 1.25 !important;
}

body.sai-herbs-psa-active .price del {
	color: #8a948d !important;
	font-size: .78em !important;
	font-weight: 750 !important;
	opacity: .72 !important;
}

body.sai-herbs-psa-active .wd-add-btn {
	margin-top: auto !important;
}

body.sai-herbs-psa-active .wd-add-btn .button,
body.sai-herbs-psa-active .product-grid-item .button,
body.sai-herbs-psa-active .add_to_cart_button,
body.sai-herbs-psa-active .product_type_variable {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 42px !important;
	margin-top: 5px !important;
	padding: 11px 14px !important;
	border: 0 !important;
	border-radius: 13px !important;
	background: linear-gradient(135deg, #075b37, #0a7144) !important;
	color: #fffaf0 !important;
	font-size: 13px !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	text-transform: none !important;
	box-shadow: 0 12px 26px rgba(7, 91, 55, .22) !important;
	text-decoration: none !important;
}

body.sai-herbs-psa-active .wd-buttons.wd-pos-r-t {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

body.sai-herbs-psa-active .wd-buttons .wd-action-btn > a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 34px !important;
	height: 34px !important;
	min-width: 34px !important;
	border: 1px solid rgba(7, 91, 55, .14) !important;
	border-radius: 50% !important;
	background: rgba(255, 253, 247, .92) !important;
	color: var(--sai-psa-green-dark) !important;
	font-size: 0 !important;
	box-shadow: 0 8px 16px rgba(17, 54, 39, .11) !important;
	text-decoration: none !important;
}

body.sai-herbs-psa-active .wd-buttons .wd-action-btn > a::before,
body.sai-herbs-psa-active .wd-show-sidebar-btn.wd-burger-icon > a::before,
body.sai-herbs-psa-active .wd-show-sidebar-btn.wd-burger-icon > a::after,
body.sai-herbs-psa-active .wd-products-shop-view a::before,
body.sai-herbs-psa-active .wd-products-shop-view a::after,
body.sai-herbs-psa-active .wd-tools-icon::before {
	content: "" !important;
	display: none !important;
	font-size: 0 !important;
}

body.sai-herbs-psa-active .wd-buttons .wd-compare-icon > a::after {
	content: "" !important;
	display: none !important;
	color: var(--sai-psa-green-dark) !important;
	font-size: 18px !important;
	font-weight: 950 !important;
	line-height: 1 !important;
}

body.sai-herbs-psa-active .wd-buttons .wd-quick-view-icon > a::after {
	content: "" !important;
	display: none !important;
	color: var(--sai-psa-green-dark) !important;
	font-size: 10px !important;
	font-weight: 950 !important;
	line-height: 1 !important;
}

body.sai-herbs-psa-active .woocommerce-pagination,
body.sai-herbs-psa-active nav.woocommerce-pagination {
	margin: 18px 0 8px !important;
}

body.sai-herbs-psa-active .wd-loop-footer,
body.sai-herbs-psa-active .products-footer {
	margin-top: 6px !important;
	padding-top: 0 !important;
}

body.sai-herbs-psa-active .woocommerce-pagination ul.page-numbers {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

body.sai-herbs-psa-active .woocommerce-pagination .page-numbers li {
	border: 0 !important;
}

body.sai-herbs-psa-active .wd-loop-footer::before,
body.sai-herbs-psa-active .wd-loop-footer::after,
body.sai-herbs-psa-active .products-footer::before,
body.sai-herbs-psa-active .products-footer::after,
body.sai-herbs-psa-active .woocommerce-pagination::before,
body.sai-herbs-psa-active .woocommerce-pagination::after,
body.sai-herbs-psa-active .wd-pagination::before,
body.sai-herbs-psa-active .wd-pagination::after,
body.sai-herbs-psa-active .woocommerce-pagination ul.page-numbers::before,
body.sai-herbs-psa-active .woocommerce-pagination ul.page-numbers::after,
body.sai-herbs-psa-active .woocommerce-pagination .page-numbers li::before,
body.sai-herbs-psa-active .woocommerce-pagination .page-numbers li::after,
body.sai-herbs-psa-active .woocommerce-pagination .page-numbers:not(.next):not(.prev)::before,
body.sai-herbs-psa-active .woocommerce-pagination .page-numbers:not(.next):not(.prev)::after {
	content: "" !important;
	display: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

body.sai-herbs-psa-active .woocommerce-pagination .page-numbers a,
body.sai-herbs-psa-active .woocommerce-pagination .page-numbers span {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 38px !important;
	min-height: 38px !important;
	padding: 8px 12px !important;
	border: 1px solid rgba(7, 91, 55, .13) !important;
	border-radius: 999px !important;
	background: rgba(255, 253, 247, .92) !important;
	color: var(--sai-psa-green-dark) !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	box-shadow: 0 8px 18px rgba(17, 54, 39, .06) !important;
}

body.sai-herbs-psa-active .woocommerce-pagination .page-numbers .current {
	background: var(--sai-psa-green) !important;
	color: #fffaf0 !important;
}

body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.next,
body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.prev {
	font-size: 0 !important;
	overflow: hidden !important;
}

body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.next::after,
body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.prev::after {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: inherit !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-weight: 950 !important;
	line-height: 1 !important;
}

body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.next::after {
	content: "â†’" !important;
}

body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.prev::after {
	content: "â†" !important;
}

body.sai-herbs-psa-active #sbi_mod_error,
body.sai-herbs-psa-active .sbi_mod_error,
body.sai-herbs-psa-active .sbi_error,
body.sai-herbs-psa-active .sbi_critical_error,
body.sai-herbs-psa-active .sbi_frontend_notice,
body.sai-herbs-psa-active .sbi_admin_notice,
body.sai-herbs-psa-active .sbi_notice,
body.sai-herbs-psa-active .sb_instagram_error,
body.sai-herbs-psa-active [class*="sbi"][class*="critical"],
body.sai-herbs-psa-active [class*="sbi"][class*="error"],
body.sai-herbs-psa-active [id*="sbi"][id*="critical"],
body.sai-herbs-psa-active [id*="sbi"][id*="error"],
body.sai-herbs-psa-active [class*="instagram"][class*="critical"],
body.sai-herbs-psa-active [class*="instagram"][class*="error"],
body.sai-herbs-psa-active [class*="instagram"][class*="popup"] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

body.sai-herbs-psa-active .footer-container,
body.sai-herbs-psa-active footer {
	margin-top: 0 !important;
}

body.sai-herbs-psa-active .main-page-wrapper,
body.sai-herbs-psa-active .site-content,
body.sai-herbs-psa-active .content-area {
	padding-bottom: 18px !important;
}

@media (min-width: 1025px) {
	body.sai-herbs-psa-active .wd-content-area.site-content {
		min-width: 0 !important;
	}

	body.sai-herbs-psa-active .wd-products {
		row-gap: 24px !important;
	}
}

@media (max-width: 767px) {
	body.sai-herbs-psa-active .sai-herbs-psa-strip {
		grid-template-columns: 1fr;
		gap: 13px;
		padding: 15px !important;
		border-radius: 18px;
	}

	body.sai-herbs-psa-active .sai-herbs-psa-strip-main,
	body.sai-herbs-psa-active .sai-herbs-psa-search-form,
	body.sai-herbs-psa-active .sai-herbs-psa-strip-side {
		grid-column: 1;
		grid-row: auto;
	}

	body.sai-herbs-psa-active .sai-herbs-psa-search-form {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 8px;
		border-radius: 16px;
	}

	body.sai-herbs-psa-active .sai-herbs-psa-search-input {
		min-height: 43px !important;
		font-size: 13px !important;
	}

	body.sai-herbs-psa-active .sai-herbs-psa-search-submit {
		width: 100% !important;
		min-height: 42px !important;
	}

	body.sai-herbs-psa-active .sai-herbs-psa-strip-side {
		justify-items: start;
		min-width: 0;
	}

	body.sai-herbs-psa-active .sai-herbs-psa-chip-row {
		justify-content: flex-start;
	}

	body.sai-herbs-psa-active .shop-loop-head {
		padding: 11px !important;
		border-radius: 16px;
	}

	body.sai-herbs-psa-active .woocommerce-result-count {
		width: 100%;
	}

	body.sai-herbs-psa-active .product-element-top {
		aspect-ratio: 1 / 1 !important;
		padding: 9px !important;
	}

	body.sai-herbs-psa-active .product-element-bottom {
		gap: 6px !important;
		padding: 10px !important;
	}

	body.sai-herbs-psa-active .wd-swatches-grid,
	body.sai-herbs-psa-active .wd-swatches-product {
		min-height: 46px !important;
		gap: 4px !important;
	}

	body.sai-herbs-psa-active .wd-swatch,
	body.sai-herbs-psa-active .wd-swatches-product .wd-swatch {
		min-height: 22px !important;
		padding: 4px 6px !important;
		font-size: 10px !important;
	}

	body.sai-herbs-psa-active .wd-entities-title,
	body.sai-herbs-psa-active .woocommerce-loop-product__title {
		min-height: calc(1.27em * 2) !important;
		max-height: calc(1.27em * 2) !important;
		font-size: 12.5px !important;
		line-height: 1.27 !important;
		-webkit-line-clamp: 2 !important;
	}

	body.sai-herbs-psa-active .wd-product-cats {
		display: none !important;
	}

	body.sai-herbs-psa-active .price {
		font-size: 14px !important;
	}

	body.sai-herbs-psa-active .wd-add-btn .button,
	body.sai-herbs-psa-active .product-grid-item .button,
	body.sai-herbs-psa-active .add_to_cart_button,
	body.sai-herbs-psa-active .product_type_variable {
		min-height: 39px !important;
		padding: 10px !important;
		font-size: 12px !important;
	}
}

/* v1.0.7: final targeted icon-font artifact cleanup for staged archive/search views. */
body.sai-herbs-psa-active .wd-loop-footer .wd-icon,
body.sai-herbs-psa-active .wd-loop-footer [class*="wd-icon-"],
body.sai-herbs-psa-active .woocommerce-pagination .wd-icon,
body.sai-herbs-psa-active .woocommerce-pagination [class*="wd-icon-"],
body.sai-herbs-psa-active .wd-shop-tools .wd-icon,
body.sai-herbs-psa-active .wd-shop-tools [class*="wd-icon-"],
body.sai-herbs-psa-active .footer-container .wd-icon,
body.sai-herbs-psa-active .footer-container [class*="wd-icon-"],
body.sai-herbs-psa-active .wd-footer .wd-icon,
body.sai-herbs-psa-active .wd-footer [class*="wd-icon-"] {
	font-size: 0 !important;
	line-height: 0 !important;
}

body.sai-herbs-psa-active .wd-loop-footer .wd-icon::before,
body.sai-herbs-psa-active .wd-loop-footer .wd-icon::after,
body.sai-herbs-psa-active .wd-loop-footer [class*="wd-icon-"]::before,
body.sai-herbs-psa-active .wd-loop-footer [class*="wd-icon-"]::after,
body.sai-herbs-psa-active .woocommerce-pagination .wd-icon::before,
body.sai-herbs-psa-active .woocommerce-pagination .wd-icon::after,
body.sai-herbs-psa-active .woocommerce-pagination [class*="wd-icon-"]::before,
body.sai-herbs-psa-active .woocommerce-pagination [class*="wd-icon-"]::after,
body.sai-herbs-psa-active .wd-shop-tools .wd-icon::before,
body.sai-herbs-psa-active .wd-shop-tools .wd-icon::after,
body.sai-herbs-psa-active .wd-shop-tools [class*="wd-icon-"]::before,
body.sai-herbs-psa-active .wd-shop-tools [class*="wd-icon-"]::after,
body.sai-herbs-psa-active .footer-container .wd-icon::before,
body.sai-herbs-psa-active .footer-container .wd-icon::after,
body.sai-herbs-psa-active .footer-container [class*="wd-icon-"]::before,
body.sai-herbs-psa-active .footer-container [class*="wd-icon-"]::after,
body.sai-herbs-psa-active .wd-footer .wd-icon::before,
body.sai-herbs-psa-active .wd-footer .wd-icon::after,
body.sai-herbs-psa-active .wd-footer [class*="wd-icon-"]::before,
body.sai-herbs-psa-active .wd-footer [class*="wd-icon-"]::after {
	content: "" !important;
	display: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.prev,
body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.next {
	position: relative !important;
	font-size: 0 !important;
	color: transparent !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
}

body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.prev::before,
body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.next::before {
	content: "" !important;
	display: none !important;
}

body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.prev::after,
body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.next::after {
	position: absolute !important;
	inset: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
	color: var(--sai-psa-green-dark) !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	text-indent: 0 !important;
}

body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.next::after {
	content: "Next" !important;
	font-size: 12px !important;
}

body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.prev::after {
	content: "Prev" !important;
	font-size: 12px !important;
}

body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.dots {
	color: var(--sai-psa-muted) !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

body.sai-herbs-psa-active .wd-action-btn > a,
body.sai-herbs-psa-active .wd-show-sidebar-btn > a,
body.sai-herbs-psa-active .wd-products-shop-view a,
body.sai-herbs-psa-active .woocommerce-pagination .page-numbers,
body.sai-herbs-psa-active .footer-container a,
body.sai-herbs-psa-active .wd-footer a {
	font-family: inherit !important;
}

/* v1.0.7: remove empty product-card icon wells while preserving real product links and Select Options. */
body.sai-herbs-psa-active .product-grid-item .wd-buttons,
body.sai-herbs-psa-active .product-grid-item .wd-action-btn,
body.sai-herbs-psa-active .product-grid-item .wd-compare-btn,
body.sai-herbs-psa-active .product-grid-item .quick-view,
body.sai-herbs-psa-active .product-grid-item .wd-wishlist-btn,
body.sai-herbs-psa-active .product-grid-item .wd-compare-icon,
body.sai-herbs-psa-active .product-grid-item .wd-quick-view-icon {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	width: 0 !important;
	height: 0 !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	overflow: hidden !important;
}

body.sai-herbs-psa-active .wd-shop-tools .wd-action-btn,
body.sai-herbs-psa-active .wd-shop-tools .wd-style-icon,
body.sai-herbs-psa-active .wd-shop-tools .wd-tools-icon {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

/* v1.0.7: final tiny cleanup - remove the extra hero count badge and icon-font PDF artifacts. */
body.sai-herbs-psa-active .sai-herbs-psa-count {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
}

body.sai-herbs-psa-active .sai-herbs-psa-strip-side {
	min-width: 0 !important;
	justify-items: end !important;
}

body.sai-herbs-psa-active .wd-loop-footer i::before,
body.sai-herbs-psa-active .wd-loop-footer i::after,
body.sai-herbs-psa-active .woocommerce-pagination i::before,
body.sai-herbs-psa-active .woocommerce-pagination i::after,
body.sai-herbs-psa-active .wd-shop-tools i::before,
body.sai-herbs-psa-active .wd-shop-tools i::after,
body.sai-herbs-psa-active .footer-container i::before,
body.sai-herbs-psa-active .footer-container i::after,
body.sai-herbs-psa-active .wd-footer i::before,
body.sai-herbs-psa-active .wd-footer i::after,
body.sai-herbs-psa-active .wd-loop-footer [class*="icon"]::before,
body.sai-herbs-psa-active .wd-loop-footer [class*="icon"]::after,
body.sai-herbs-psa-active .woocommerce-pagination [class*="icon"]::before,
body.sai-herbs-psa-active .woocommerce-pagination [class*="icon"]::after,
body.sai-herbs-psa-active .wd-shop-tools [class*="icon"]::before,
body.sai-herbs-psa-active .wd-shop-tools [class*="icon"]::after,
body.sai-herbs-psa-active .footer-container [class*="icon"]::before,
body.sai-herbs-psa-active .footer-container [class*="icon"]::after,
body.sai-herbs-psa-active .wd-footer [class*="icon"]::before,
body.sai-herbs-psa-active .wd-footer [class*="icon"]::after {
	content: "" !important;
	display: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

@media print {
	body.sai-herbs-psa-active .product-grid-item .wd-buttons,
	body.sai-herbs-psa-active .product-grid-item .wd-action-btn,
	body.sai-herbs-psa-active .wd-loop-footer [class*="icon"],
	body.sai-herbs-psa-active .woocommerce-pagination [class*="icon"],
	body.sai-herbs-psa-active .wd-shop-tools [class*="icon"],
	body.sai-herbs-psa-active .footer-container [class*="icon"],
	body.sai-herbs-psa-active .wd-footer [class*="icon"] {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
	}

	body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.next,
	body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.prev {
		color: transparent !important;
		font-size: 0 !important;
		text-indent: -9999px !important;
	}

	body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.next::after,
	body.sai-herbs-psa-active .woocommerce-pagination .page-numbers.prev::after {
		color: var(--sai-psa-green-dark) !important;
		text-indent: 0 !important;
	}
}

/* v1.0.7: final private-use icon glyph cleanup for residual FontAwesome/WoodMart artifacts. */
body.sai-herbs-psa-active .wd-loop-footer [class^="fa-"],
body.sai-herbs-psa-active .wd-loop-footer [class*=" fa-"],
body.sai-herbs-psa-active .wd-loop-footer [class^="fas "],
body.sai-herbs-psa-active .wd-loop-footer [class*=" fas "],
body.sai-herbs-psa-active .wd-loop-footer [class^="far "],
body.sai-herbs-psa-active .wd-loop-footer [class*=" far "],
body.sai-herbs-psa-active .woocommerce-pagination [class^="fa-"],
body.sai-herbs-psa-active .woocommerce-pagination [class*=" fa-"],
body.sai-herbs-psa-active .woocommerce-pagination [class^="fas "],
body.sai-herbs-psa-active .woocommerce-pagination [class*=" fas "],
body.sai-herbs-psa-active .woocommerce-pagination [class^="far "],
body.sai-herbs-psa-active .woocommerce-pagination [class*=" far "],
body.sai-herbs-psa-active .wd-shop-tools [class^="fa-"],
body.sai-herbs-psa-active .wd-shop-tools [class*=" fa-"],
body.sai-herbs-psa-active .wd-shop-tools [class^="fas "],
body.sai-herbs-psa-active .wd-shop-tools [class*=" fas "],
body.sai-herbs-psa-active .wd-shop-tools [class^="far "],
body.sai-herbs-psa-active .wd-shop-tools [class*=" far "],
body.sai-herbs-psa-active .footer-container [class^="fa-"],
body.sai-herbs-psa-active .footer-container [class*=" fa-"],
body.sai-herbs-psa-active .footer-container [class^="fas "],
body.sai-herbs-psa-active .footer-container [class*=" fas "],
body.sai-herbs-psa-active .footer-container [class^="far "],
body.sai-herbs-psa-active .footer-container [class*=" far "],
body.sai-herbs-psa-active .wd-footer [class^="fa-"],
body.sai-herbs-psa-active .wd-footer [class*=" fa-"],
body.sai-herbs-psa-active .wd-footer [class^="fas "],
body.sai-herbs-psa-active .wd-footer [class*=" fas "],
body.sai-herbs-psa-active .wd-footer [class^="far "],
body.sai-herbs-psa-active .wd-footer [class*=" far "] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

body.sai-herbs-psa-active .wd-loop-footer [class^="fa-"]::before,
body.sai-herbs-psa-active .wd-loop-footer [class^="fa-"]::after,
body.sai-herbs-psa-active .wd-loop-footer [class*=" fa-"]::before,
body.sai-herbs-psa-active .wd-loop-footer [class*=" fa-"]::after,
body.sai-herbs-psa-active .woocommerce-pagination [class^="fa-"]::before,
body.sai-herbs-psa-active .woocommerce-pagination [class^="fa-"]::after,
body.sai-herbs-psa-active .woocommerce-pagination [class*=" fa-"]::before,
body.sai-herbs-psa-active .woocommerce-pagination [class*=" fa-"]::after,
body.sai-herbs-psa-active .wd-shop-tools [class^="fa-"]::before,
body.sai-herbs-psa-active .wd-shop-tools [class^="fa-"]::after,
body.sai-herbs-psa-active .wd-shop-tools [class*=" fa-"]::before,
body.sai-herbs-psa-active .wd-shop-tools [class*=" fa-"]::after,
body.sai-herbs-psa-active .footer-container [class^="fa-"]::before,
body.sai-herbs-psa-active .footer-container [class^="fa-"]::after,
body.sai-herbs-psa-active .footer-container [class*=" fa-"]::before,
body.sai-herbs-psa-active .footer-container [class*=" fa-"]::after,
body.sai-herbs-psa-active .wd-footer [class^="fa-"]::before,
body.sai-herbs-psa-active .wd-footer [class^="fa-"]::after,
body.sai-herbs-psa-active .wd-footer [class*=" fa-"]::before,
body.sai-herbs-psa-active .wd-footer [class*=" fa-"]::after {
	content: "" !important;
	display: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

/* SAI_HERBS_PREMIUM_SEARCH_ARCHIVE_V1_0_7_VISUAL_POLISH */
body.sai-herbs-psa-active .sai-herbs-psa-strip {
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 11px !important;
	padding: 16px 18px !important;
	border-radius: 20px !important;
}

body.sai-herbs-psa-active .sai-herbs-psa-strip-main,
body.sai-herbs-psa-active .sai-herbs-psa-search-form,
body.sai-herbs-psa-active .sai-herbs-psa-strip-side {
	grid-column: 1 / -1 !important;
	grid-row: auto !important;
}

body.sai-herbs-psa-active .sai-herbs-psa-title {
	margin-bottom: 5px !important;
}

body.sai-herbs-psa-active .sai-herbs-psa-text {
	font-size: 13.5px !important;
	line-height: 1.4 !important;
}

body.sai-herbs-psa-active .sai-herbs-psa-search-form {
	max-width: 780px !important;
	gap: 7px !important;
	align-items: center !important;
	padding: 6px !important;
	border-radius: 16px !important;
	background: rgba(255, 255, 255, .84) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86), 0 9px 20px rgba(17, 54, 39, .055) !important;
}

body.sai-herbs-psa-active .sai-herbs-psa-search-input {
	min-height: 38px !important;
	padding: 0 12px !important;
	border-radius: 11px !important;
	font-size: 13.5px !important;
	font-weight: 760 !important;
}

body.sai-herbs-psa-active .sai-herbs-psa-search-submit {
	min-width: 92px !important;
	min-height: 38px !important;
	padding: 0 14px !important;
	border: 1px solid rgba(196, 154, 58, .28) !important;
	border-radius: 11px !important;
	background: linear-gradient(135deg, #06492d, #087344) !important;
	color: #fff7dc !important;
	font-size: 12.5px !important;
	box-shadow: 0 8px 17px rgba(7, 91, 55, .18) !important;
}

body.sai-herbs-psa-active .sai-herbs-psa-strip-side {
	justify-items: start !important;
	min-width: 0 !important;
	margin-top: -1px !important;
}

body.sai-herbs-psa-active .sai-herbs-psa-chip-row {
	justify-content: flex-start !important;
	gap: 6px !important;
}

body.sai-herbs-psa-active .sai-herbs-psa-chip {
	min-height: 27px !important;
	padding: 6px 10px !important;
	font-size: 10.5px !important;
}

body.sai-herbs-psa-active .shop-loop-head {
	gap: 10px !important;
	padding: 11px !important;
}

body.sai-herbs-psa-active .woocommerce-ordering select,
body.sai-herbs-psa-active .orderby {
	min-height: 36px !important;
	font-size: 12.5px !important;
}

body.sai-herbs-psa-active .wd-prefooter:has(.wd-entry-content:empty) {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

body.sai-herbs-psa-active .wd-prefooter .wd-entry-content:empty {
	display: none !important;
}

@media (max-width: 767px) {
	body.sai-herbs-psa-active .sai-herbs-psa-strip {
		gap: 10px !important;
		padding: 14px !important;
		border-radius: 18px !important;
	}

	body.sai-herbs-psa-active .sai-herbs-psa-search-form {
		grid-template-columns: 1fr !important;
		max-width: none !important;
		gap: 7px !important;
		padding: 7px !important;
		border-radius: 15px !important;
	}

	body.sai-herbs-psa-active .sai-herbs-psa-search-input {
		width: 100% !important;
		min-height: 40px !important;
		font-size: 13px !important;
	}

	body.sai-herbs-psa-active .sai-herbs-psa-search-submit {
		width: 100% !important;
		min-height: 38px !important;
		padding: 0 12px !important;
	}

	body.sai-herbs-psa-active .sai-herbs-psa-chip-row {
		gap: 5px !important;
	}
}
