/**
 * Krushnay FSSAI Ecommerce Enhancements — Reference UI v1.0.3
 */

:root {
	--kh-green-dark: #1a472a;
	--kh-green-mid: #2d6a3e;
	--kh-green-light: #3d8b5a;
	--kh-orange: #f77426;
	--kh-orange-hover: #e5631a;
	--kh-text: #222;
	--kh-muted: #666;
	--kh-border: #e8e8e8;
	--kh-radius: 14px;
	--kh-radius-sm: 10px;
	--kh-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

/* ==========================================================================
   Trust Bar (top — reference dark green strip)
   ========================================================================== */
.kh-trust-bar {
	background: var(--kh-green-dark);
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: none;
}

.kh-trust-bar .wrap {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.kh-trust-list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 12px 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.kh-trust-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	white-space: nowrap;
	flex: 1 1 auto;
	justify-content: center;
}

.kh-trust-check {
	color: var(--kh-orange);
	font-weight: 700;
	font-size: 14px;
}

/* ==========================================================================
   Sticky header & top header alignment (Task 1)
   ========================================================================== */
#sticky-header-sticky-wrapper {
	height: auto !important;
	z-index: 1000;
}

.is-sticky #sticky-header {
	width: 100% !important;
	max-width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	background: rgba(255, 255, 255, 0.98) !important;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

#sticky-header .main-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 10px;
	min-height: 54px;
}

#sticky-header #site-branding {
	float: none;
	flex: 0 0 auto;
	padding: 6px 12px 6px 0;
}

#sticky-header .main-navigation {
	float: none;
	flex: 1 1 auto;
	display: block;
	text-align: center;
	min-width: 0;
}

#sticky-header .main-navigation > ul,
#sticky-header .main-navigation ul.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sticky-header .main-navigation > ul > li {
	float: none;
	display: inline-flex;
}

#sticky-header .header-right {
	float: none;
	flex: 0 0 auto;
	display: none;
	align-items: center;
	padding-top: 0;
	gap: 8px;
}

.is-sticky #sticky-header .header-right {
	display: flex !important;
}

/* Top branding row: logo | search | cart */
#site-branding {
	padding: 14px 0 12px;
}

#site-branding > .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 16px;
}

#site-branding .header-right {
	float: none;
	display: flex;
	align-items: center;
	gap: 14px;
	padding-top: 0;
	margin-left: auto;
}

#site-branding .cart-box {
	display: flex;
	align-items: center;
}

#search-box {
	flex: 1 1 420px;
	max-width: 560px;
	min-width: 220px;
	margin-right: 0;
}

#search-box .search-form,
#search-box .woocommerce-product-search {
	border-radius: 999px;
	overflow: hidden;
}

#search-box input[type="search"] {
	border-radius: 999px 0 0 999px;
	border: 2px solid var(--kh-orange);
	height: 44px;
	padding-left: 18px;
}

#search-box .woocommerce-product-search button[type="submit"] {
	border-radius: 0 999px 999px 0;
	height: 44px;
	width: 52px;
}

.header-right .wcmenucart-contents .fa-basket-shopping {
	font-size: 1.35rem;
}

.cart-value {
	background: var(--kh-orange);
	color: #fff;
	border-radius: 50%;
	min-width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	position: relative;
	top: -8px;
	left: -6px;
}

.header-right .cart-box {
	float: none;
	height: auto;
}

/* ==========================================================================
   Homepage layout (Task 6)
   ========================================================================== */
.kh-ecommerce-home .product-widget-box {
	padding-top: 0;
}

.kh-ecommerce-home .shoppingcart-template-footer-column,
.kh-ecommerce-home .advertisement-banner-one {
	display: none;
}

.kh-home {
	max-width: 1170px;
	margin: 0 auto;
	padding: 28px 15px 48px;
}

.kh-section {
	margin-bottom: 48px;
}

.kh-section-title {
	font-size: 1.35rem;
	font-weight: 700;
	margin: 0 0 20px;
	color: var(--kh-text);
	position: relative;
	padding-bottom: 0;
}

.kh-section-title::after {
	content: "";
	display: block;
	width: 52px;
	height: 3px;
	background: var(--kh-orange);
	border-radius: 2px;
	margin-top: 10px;
}

.kh-section-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.kh-section-head .kh-section-title {
	margin: 0;
}

.kh-section-head .kh-section-title::after {
	margin-top: 10px;
}

.kh-view-all {
	color: var(--kh-orange);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	margin-top: 6px;
}

.kh-view-all:hover {
	text-decoration: underline;
	color: var(--kh-orange-hover);
}

/* ==========================================================================
   Hero — integrated background image (no separate box)
   ========================================================================== */
.kh-home-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 380px;
	border-radius: var(--kh-radius);
	margin-bottom: 48px;
	color: #fff;
	overflow: hidden;
	box-shadow: var(--kh-shadow);
	background: linear-gradient(135deg, var(--kh-green-dark) 0%, var(--kh-green-mid) 55%, var(--kh-green-light) 100%);
	isolation: isolate;
	max-width: 100%;
}

.kh-home-hero-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: min(58%, 640px);
	height: 100%;
	background-image: var(--kh-hero-bg-image);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	pointer-events: none;
	z-index: 0;
	-webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 22%, rgba(0, 0, 0, 0.85) 48%, #000 72%);
	mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 22%, rgba(0, 0, 0, 0.85) 48%, #000 72%);
}

.kh-home-hero-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
	background: linear-gradient(
		105deg,
		rgba(26, 71, 42, 0.94) 0%,
		rgba(26, 71, 42, 0.82) 32%,
		rgba(45, 106, 62, 0.55) 48%,
		rgba(45, 106, 62, 0.22) 62%,
		transparent 78%
	);
}

.kh-home-hero-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 44px 48px;
	display: flex;
	align-items: center;
	min-height: inherit;
	box-sizing: border-box;
}

.kh-home-hero-content {
	max-width: 540px;
	width: 52%;
}

.kh-home-title {
	font-size: 2.35rem;
	font-weight: 800;
	margin: 0 0 8px;
	color: #fff;
	line-height: 1.15;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.kh-home-tagline {
	font-size: 1.05rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.95);
	margin: 0 0 10px;
}

.kh-home-lead {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.88);
	margin: 0 0 22px;
	line-height: 1.5;
	max-width: 440px;
}

.kh-hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	margin-bottom: 26px;
}

.kh-hero-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
	min-width: 72px;
}

.kh-hero-badge-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: var(--kh-orange);
}

.kh-hero-badge-label {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.92);
	max-width: 80px;
}

.kh-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 12px 26px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
	border: none;
	cursor: pointer;
}

.kh-btn-arrow {
	font-size: 1.1em;
	line-height: 1;
}

.kh-btn-hero {
	background: #fff;
	color: var(--kh-green-dark);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.kh-btn-hero:hover {
	background: #f5f5f5;
	color: var(--kh-green-dark);
	transform: translateY(-1px);
}

.kh-btn-green {
	background: var(--kh-green-dark);
	color: #fff;
	padding: 10px 20px;
	font-size: 13px;
}

.kh-btn-green:hover {
	background: var(--kh-green-mid);
	color: #fff;
}

.kh-btn-primary {
	background: var(--kh-orange);
	color: #fff;
}

.kh-btn-primary:hover {
	background: var(--kh-orange-hover);
	color: #fff;
}

/* ==========================================================================
   Categories — horizontal cards (Task 3)
   ========================================================================== */
.kh-category-grid {
	display: grid;
	gap: 20px;
}

.kh-category-grid-two {
	grid-template-columns: repeat(2, 1fr);
	max-width: none;
}

.kh-category-row-card {
	display: grid;
	grid-template-columns: 140px 1fr;
	align-items: stretch;
	background: #fff;
	border: 1px solid var(--kh-border);
	border-radius: var(--kh-radius);
	overflow: hidden;
	box-shadow: var(--kh-shadow);
	min-height: 160px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.kh-category-row-card:hover {
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.kh-category-row-media {
	display: block;
	overflow: hidden;
	background: #f5f5f5;
	min-height: 100%;
}

.kh-category-row-media img {
	width: 100%;
	height: 100%;
	min-height: 160px;
	object-fit: cover;
	display: block;
}

.kh-category-row-body {
	padding: 20px 22px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.kh-category-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(45, 106, 62, 0.12);
	color: var(--kh-green-mid);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	margin-bottom: 8px;
}

.kh-category-row-title {
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0 0 6px;
	line-height: 1.3;
}

.kh-category-row-title a {
	color: var(--kh-text);
	text-decoration: none;
}

.kh-category-row-title a:hover {
	color: var(--kh-green-mid);
}

.kh-category-desc {
	font-size: 13px;
	line-height: 1.45;
	color: var(--kh-muted);
	margin: 0 0 14px;
}

.kh-category-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 160px;
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--kh-orange);
	background: #fafafa;
}

/* ==========================================================================
   Product cards (Task 5)
   ========================================================================== */
.kh-product-grid {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.kh-product-grid::before,
.kh-product-grid::after {
	display: none !important;
}

.kh-product-card {
	background: #fff;
	border: 1px solid var(--kh-border);
	border-radius: var(--kh-radius-sm);
	padding: 16px;
	margin: 0 !important;
	width: auto !important;
	float: none !important;
	display: flex;
	flex-direction: column;
	box-shadow: var(--kh-shadow);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.kh-product-card:hover {
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.kh-product-link {
	text-decoration: none;
	color: inherit;
}

.kh-product-image-wrap {
	display: block;
	aspect-ratio: 1;
	border-radius: 8px;
	overflow: hidden;
	background: #fafafa;
	margin-bottom: 12px;
}

.kh-product-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 8px;
	box-sizing: border-box;
}

.kh-product-title {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 8px;
	color: var(--kh-text);
	line-height: 1.4;
	min-height: 2.8em;
}

.kh-product-price {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--kh-green-dark);
	margin-bottom: 6px;
}

.kh-product-price .woocommerce-Price-amount {
	font-weight: 700;
}

.kh-product-card .kh-loop-stock {
	margin-bottom: 10px;
}

.kh-product-card .kh-loop-stock .stock {
	margin: 0;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.kh-product-card .kh-loop-stock .in-stock {
	color: var(--kh-green-mid);
}

.kh-product-card .kh-loop-stock .out-of-stock {
	color: #c0392b;
}

.kh-add-to-cart {
	background: var(--kh-orange) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 999px !important;
	padding: 10px 16px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	width: 100%;
	text-align: center;
	margin-top: auto !important;
	transition: background 0.2s ease !important;
}

.kh-add-to-cart:hover {
	background: var(--kh-orange-hover) !important;
	color: #fff !important;
}

/* Why Buy section */
.kh-why-buy {
	background: #f8f9fa;
	border: 1px solid var(--kh-border);
	border-radius: var(--kh-radius);
	padding: 28px 24px;
	margin-bottom: 0;
}

.kh-why-buy-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.kh-why-buy-card {
	background: #fff;
	border: 1px solid var(--kh-border);
	border-radius: var(--kh-radius-sm);
	padding: 18px;
}

.kh-why-buy-card h3 {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 8px;
	color: var(--kh-green-dark);
}

.kh-why-buy-card p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: var(--kh-muted);
}

/* ==========================================================================
   Unified Footer
   ========================================================================== */
.site-footer .widget-wrap,
.site-footer .site-info {
	display: none !important;
}

.site-footer {
	background: transparent !important;
	padding: 0 !important;
	min-height: 0 !important;
	border: 0 !important;
}

.kh-site-footer {
	background: #1f1f1f;
	color: #ccc;
	padding: 36px 0 20px;
	margin-top: 24px;
}

.kh-site-footer-top {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 28px;
	margin-bottom: 24px;
}

.kh-site-footer h3,
.kh-site-footer h4 {
	color: #fff;
	margin: 0 0 12px;
	font-size: 1rem;
}

.kh-site-footer p {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.5;
}

.kh-site-footer a {
	color: var(--kh-orange);
	text-decoration: none;
}

.kh-site-footer a:hover {
	text-decoration: underline;
}

.kh-site-footer-shipping {
	font-size: 13px;
	padding: 14px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 0 0 18px;
}

.kh-footer-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}

.kh-footer-links a {
	color: #ddd;
	font-size: 13px;
}

.kh-footer-links a:hover {
	color: var(--kh-orange);
}

.kh-site-footer-copy {
	font-size: 12px;
	color: #888;
	margin: 0;
}

/* ==========================================================================
   Shipping, Trust, Shop (non-homepage)
   ========================================================================== */
.kh-shipping-info-box {
	background: #fafafa;
	border: 1px solid var(--kh-border);
	border-radius: var(--kh-radius-sm);
	padding: 14px 16px;
	margin: 16px 0;
}

.kh-shipping-info-box h4 {
	margin: 0 0 8px;
	font-size: 1rem;
}

.kh-shipping-info-box ul {
	margin: 0 0 8px;
	padding-left: 18px;
	font-size: 14px;
}

.kh-product-trust-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0;
}

.kh-badge {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 999px;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 600;
	color: #444;
}

.kh-checkout-trust {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: var(--kh-radius-sm);
	padding: 12px 16px;
	margin-bottom: 20px;
	font-size: 14px;
}

.kh-shop-shipping-note {
	background: #fafafa;
	border: 1px solid var(--kh-border);
	border-radius: var(--kh-radius-sm);
	padding: 12px 16px;
	margin: 16px 0;
	font-size: 14px;
	text-align: center;
}

.kh-loop-excerpt {
	font-size: 13px;
	color: #777;
	margin-bottom: 8px;
	line-height: 1.4;
}

.kh-loop-stock .in-stock {
	color: var(--kh-green-mid);
	font-weight: 600;
	font-size: 12px;
}

.kh-loop-add-to-cart {
	background: var(--kh-orange) !important;
	color: #fff !important;
	border-radius: 999px !important;
	font-weight: 600 !important;
}

.kh-loop-add-to-cart:hover {
	background: var(--kh-orange-hover) !important;
	color: #fff !important;
}

.woocommerce ul.products li.product {
	border: 1px solid var(--kh-border);
	border-radius: var(--kh-radius-sm);
	padding: 14px;
	box-shadow: var(--kh-shadow);
}

.woocommerce ul.products li.product .price {
	font-weight: 700;
	color: var(--kh-green-dark);
}

.woocommerce ul.products li.product .button {
	background: var(--kh-orange);
	color: #fff;
	border-radius: 999px;
	font-weight: 600;
}

.woocommerce ul.products li.product .button:hover {
	background: var(--kh-orange-hover);
	color: #fff;
}

/* Legal & contact pages */
.kh-legal-page {
	max-width: 900px;
	margin: 0 auto;
}

.kh-legal-title {
	font-size: 1.75rem;
	margin-bottom: 20px;
}

.kh-contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin: 20px 0;
}

.kh-contact-card {
	background: #fafafa;
	border: 1px solid var(--kh-border);
	border-radius: var(--kh-radius-sm);
	padding: 16px;
}

.kh-contact-card h3 {
	margin: 0 0 8px;
	font-size: 1rem;
}

.kh-contact-sidebar-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kh-contact-sidebar-list li {
	margin-bottom: 12px;
	line-height: 1.5;
}

.kh-contact-sidebar-list li i {
	margin-right: 8px;
	color: #f77426;
	width: 16px;
	text-align: center;
}

.kh-contact-sidebar-list a {
	color: #333;
	text-decoration: none;
}

.kh-contact-sidebar-list a:hover {
	color: #f77426;
}

.kh-contact-sidebar-item {
	display: inline-block;
	color: #333;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) and (min-width: 768px) {
	.kh-home-hero {
		min-height: 300px;
	}

	.kh-home-hero-bg {
		width: min(46%, 380px);
		background-size: cover;
		background-position: center right;
	}

	.kh-home-hero-overlay {
		background: linear-gradient(
			105deg,
			rgba(26, 71, 42, 0.94) 0%,
			rgba(26, 71, 42, 0.84) 38%,
			rgba(45, 106, 62, 0.45) 52%,
			rgba(45, 106, 62, 0.15) 66%,
			transparent 80%
		);
	}

	.kh-home-hero-inner {
		padding: 32px 36px;
		min-height: 0;
	}

	.kh-home-hero-content {
		width: 54%;
		max-width: 480px;
	}

	.kh-home-title {
		font-size: 2rem;
	}
}

@media (max-width: 767px) {
	.kh-home-hero {
		min-height: 0;
		height: auto;
	}

	.kh-home-hero-bg {
		display: block !important;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center bottom;
		-webkit-mask-image: none;
		mask-image: none;
	}

	.kh-home-hero-overlay {
		display: block !important;
		background: linear-gradient(
			180deg,
			rgba(26, 71, 42, 0.97) 0%,
			rgba(26, 71, 42, 0.92) 38%,
			rgba(45, 106, 62, 0.72) 55%,
			rgba(45, 106, 62, 0.35) 72%,
			rgba(45, 106, 62, 0.08) 100%
		);
	}

	.kh-home-hero-inner {
		position: relative;
		z-index: 2;
		width: 100%;
		min-height: 0 !important;
		padding: 22px 16px 130px;
		display: block;
	}

	.kh-home-hero-content {
		width: 100%;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.kh-home-title {
		font-size: 1.75rem;
	}

	.kh-home-lead {
		max-width: 100%;
		margin-bottom: 16px;
		font-size: 0.95rem;
	}

	.kh-hero-badges {
		justify-content: center;
		gap: 10px 14px;
		margin-bottom: 18px;
	}
}

@media (max-width: 992px) {
	.kh-category-grid-two,
	.kh-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.kh-why-buy-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.kh-site-footer-top {
		grid-template-columns: 1fr 1fr;
	}

	.kh-trust-list {
		flex-wrap: wrap;
		justify-content: center;
	}

	.kh-trust-list li {
		flex: 0 1 auto;
		white-space: normal;
	}
}

@media (max-width: 980px) {
	#sticky-header {
		position: relative !important;
	}

	.is-sticky #sticky-header #site-branding,
	.is-sticky #sticky-header .header-right {
		display: none !important;
	}
}

@media (max-width: 768px) {
	#sticky-header .main-header {
		flex-wrap: wrap;
		min-height: 0;
	}

	#sticky-header .main-navigation {
		flex: 1 1 100%;
		order: 3;
	}

	.kh-category-row-card {
		grid-template-columns: 110px 1fr;
		min-height: 140px;
	}

	.kh-category-row-media img,
	.kh-category-fallback {
		min-height: 140px;
	}
}

@media (max-width: 600px) {
	.kh-home {
		padding: 20px 12px 36px;
	}

	.kh-home-title {
		font-size: 1.65rem;
	}

	.kh-home-hero {
		margin-bottom: 36px;
	}

	.kh-section {
		margin-bottom: 36px;
	}

	.kh-hero-badge {
		min-width: 64px;
	}

	.kh-category-grid-two,
	.kh-product-grid {
		grid-template-columns: 1fr;
	}

	.kh-category-row-card {
		grid-template-columns: 1fr;
	}

	.kh-category-row-media img,
	.kh-category-fallback {
		min-height: 160px;
		max-height: 180px;
	}

	.kh-why-buy-grid {
		grid-template-columns: 1fr;
	}

	.kh-site-footer-top {
		grid-template-columns: 1fr;
	}

	.kh-trust-list {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.kh-trust-list li {
		justify-content: flex-start;
		width: 100%;
	}

	#site-branding > .wrap {
		flex-direction: column;
		align-items: stretch;
	}

	#site-branding .header-right {
		margin-left: 0;
		justify-content: center;
	}

	#search-box {
		flex: 1 1 100%;
		max-width: none;
		min-width: 0;
	}
}
