/* Sepidar Goll — premium RTL-first design layer for Blocksy + WooCommerce */
:root {
	--sg-green-950: #123a2b;
	--sg-green-900: #174b37;
	--sg-green-800: #1d5d43;
	--sg-leaf: #64a447;
	--sg-leaf-light: #a6c982;
	--sg-beige: #ede5d5;
	--sg-sand: #f6f0e5;
	--sg-ivory: #fcfaf5;
	--sg-white: #fffefa;
	--sg-ink: #173027;
	--sg-muted: #66736d;
	--sg-line: rgba(23, 75, 55, .13);
	--sg-shadow-sm: 0 8px 24px rgba(25, 56, 43, .08);
	--sg-shadow-lg: 0 24px 70px rgba(25, 56, 43, .14);
	--sg-radius-sm: 12px;
	--sg-radius: 20px;
	--sg-radius-lg: 32px;
	--sg-font: "Vazirmatn", "IRANSansX", "Tahoma", system-ui, sans-serif;
	--theme-palette-color-1: var(--sg-green-800);
	--theme-palette-color-2: var(--sg-leaf);
	--theme-palette-color-3: var(--sg-ink);
	--theme-palette-color-4: var(--sg-muted);
	--theme-palette-color-5: #e6ebe8;
	--theme-palette-color-6: #f2f5f3;
	--theme-palette-color-7: var(--sg-ivory);
	--theme-palette-color-8: var(--sg-white);
}

html { scroll-behavior: smooth; }
body.sepidar-goll {
	background: var(--sg-ivory);
	color: var(--sg-ink);
	font-family: var(--sg-font);
	font-feature-settings: "kern", "ss01";
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}
body.rtl.sepidar-goll { direction: rtl; }
.sepidar-goll :where(button, input, select, textarea) { font-family: inherit; }
.sepidar-goll :where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid rgba(100, 164, 71, .48);
	outline-offset: 3px;
}
.sepidar-goll img { height: auto; }
.sepidar-shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }

/* Blocksy header builder remains fully in control; only its visual layer is refined. */
.sepidar-goll #header [data-row="middle"] {
	--height: 78px;
	background: rgba(255, 254, 250, .94);
	border-bottom: 1px solid var(--sg-line);
	box-shadow: 0 5px 24px rgba(23, 48, 39, .045);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}
.sepidar-goll #header [data-row="middle"] > div { min-height: var(--height); }
.sepidar-goll #header .menu > li > a {
	font-size: .92rem;
	font-weight: 650;
	letter-spacing: -.015em;
}
.sepidar-goll #header .menu > li > a:hover,
.sepidar-goll #header .menu > li.current-menu-item > a { color: var(--sg-leaf); }
.sepidar-goll #header [data-id="cart"] .ct-icon-container,
.sepidar-goll #header [data-id="account"] .ct-icon-container,
.sepidar-goll #header [data-id="search"] .ct-icon-container {
	border: 1px solid var(--sg-line);
	border-radius: 50%;
	transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.sepidar-goll #header [data-id="cart"]:hover .ct-icon-container,
.sepidar-goll #header [data-id="account"]:hover .ct-icon-container,
.sepidar-goll #header [data-id="search"]:hover .ct-icon-container {
	background: var(--sg-sand);
	border-color: rgba(100,164,71,.34);
	transform: translateY(-2px);
}
.sepidar-goll #header .ct-cart-item { background: var(--sg-leaf); }
.sepidar-goll .ct-sticky-container.is-sticky [data-row="middle"] { box-shadow: var(--sg-shadow-sm); }

/* Shared editorial language */
.sepidar-kicker,
.sepidar-eyebrow {
	color: var(--sg-leaf);
	font-size: .79rem;
	font-weight: 800;
	letter-spacing: .02em;
	margin: 0 0 10px;
}
.sepidar-eyebrow { display: flex; align-items: center; gap: 9px; color: var(--sg-green-800); }
.sepidar-eyebrow span { width: 24px; height: 1px; background: var(--sg-leaf); }
.sepidar-section { padding-block: clamp(70px, 8vw, 110px); }
.sepidar-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.sepidar-section-heading h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.35; letter-spacing: -.045em; }
.sepidar-section-heading > a { color: var(--sg-green-800); font-size: .9rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.sepidar-section-heading > a:hover { color: var(--sg-leaf); }

/* Hero */
.sepidar-hero {
	position: relative;
	min-height: 650px;
	background:
		radial-gradient(circle at 15% 20%, rgba(166,201,130,.3), transparent 28%),
		linear-gradient(135deg, #f8f3e8 0%, #fdfbf6 55%, #edf3e9 100%);
	isolation: isolate;
	overflow: hidden;
}
.sepidar-hero::before { content: ""; position: absolute; inset-inline-start: -12vw; bottom: -22vw; width: 42vw; height: 42vw; border: 1px solid rgba(23,75,55,.08); border-radius: 50%; }
.sepidar-hero__glow { position: absolute; inset: 0; background-image: radial-gradient(rgba(23,75,55,.08) .7px, transparent .7px); background-size: 22px 22px; mask-image: linear-gradient(90deg, transparent, #000 55%, transparent); opacity: .4; z-index: -1; }
.sepidar-hero__grid { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(40px, 7vw, 100px); padding-block: 70px; }
.sepidar-hero__content { max-width: 660px; position: relative; z-index: 2; }
.sepidar-hero h1 { color: var(--sg-green-950); font-size: clamp(2.45rem, 5.2vw, 4.8rem); line-height: 1.23; letter-spacing: -.065em; margin: 0 0 22px; text-wrap: balance; }
.sepidar-hero__lead { color: #4f6259; max-width: 610px; font-size: clamp(1rem, 1.55vw, 1.22rem); line-height: 2; margin: 0 0 32px; }
.sepidar-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sepidar-button {
	min-height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: .93rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.sepidar-button:hover { transform: translateY(-2px); }
.sepidar-button--primary { background: var(--sg-green-800); color: white !important; box-shadow: 0 12px 28px rgba(23,75,55,.22); }
.sepidar-button--primary:hover { background: var(--sg-green-950); box-shadow: 0 16px 34px rgba(23,75,55,.28); }
.sepidar-button--ghost { background: rgba(255,255,255,.62); border-color: var(--sg-line); color: var(--sg-green-800) !important; }
.sepidar-button--ghost svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.sepidar-hero__proof { display: flex; flex-wrap: wrap; gap: 22px; margin: 26px 0 0; padding: 0; list-style: none; color: var(--sg-muted); font-size: .82rem; }
.sepidar-hero__proof li { display: flex; align-items: center; gap: 7px; }
.sepidar-hero__proof svg { width: 18px; height: 18px; padding: 3px; border-radius: 50%; background: rgba(100,164,71,.13); fill: none; stroke: var(--sg-leaf); stroke-width: 2; }
.sepidar-hero__visual { min-height: 500px; position: relative; display: grid; place-items: center; }
.sepidar-hero__arch { position: relative; width: min(100%, 430px); height: 500px; overflow: hidden; border-radius: 220px 220px 28px 28px; background: linear-gradient(165deg, #dbe8d3, #9ebd8e); box-shadow: var(--sg-shadow-lg); }
.sepidar-hero__arch::before { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.45); border-radius: inherit; }
.sepidar-hero__arch::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -8%; height: 35%; background: #d8c39f; border-radius: 50%; box-shadow: inset 0 12px 28px rgba(79,64,41,.12); }
.sepidar-pot { position: absolute; z-index: 3; left: 50%; bottom: 36px; transform: translateX(-50%); width: 150px; height: 160px; background: linear-gradient(90deg,#c78a5b,#e2aa78 47%,#b87347); clip-path: polygon(8% 0,92% 0,80% 100%,20% 100%); border-radius: 8px 8px 28px 28px; }
.sepidar-pot::before { content:""; position:absolute; left:-8%; top:-5px; width:116%; height:24px; background:#ae6b42; border-radius:12px; }
.sepidar-plant { position: absolute; z-index: 2; left: 50%; bottom: 165px; width: 14px; height: 200px; background: var(--sg-green-800); border-radius: 50%; transform-origin: bottom; }
.sepidar-plant::before,
.sepidar-plant::after { content:""; position:absolute; width:100px; height:56px; background:linear-gradient(135deg,var(--sg-leaf),var(--sg-green-800)); border-radius:100% 0 100% 0; }
.sepidar-plant::before { right: 4px; top: 42px; transform: rotate(18deg); }
.sepidar-plant::after { left: 4px; top: 94px; transform: scaleX(-1) rotate(18deg); }
.sepidar-plant--one { transform: translateX(-50%) rotate(-8deg); }
.sepidar-plant--two { height: 175px; transform: translateX(-50%) rotate(35deg); opacity:.9; }
.sepidar-float-card { position: absolute; z-index: 4; inset-inline-start: -38px; bottom: 72px; display: flex; flex-direction: column; gap: 3px; padding: 15px 18px; background: rgba(255,254,250,.92); border: 1px solid rgba(255,255,255,.75); border-radius: 15px; box-shadow: var(--sg-shadow-sm); backdrop-filter: blur(12px); }
.sepidar-float-card strong { color: var(--sg-green-900); font-size: .84rem; }
.sepidar-float-card span { color: var(--sg-muted); font-size: .72rem; }

/* Benefit rail */
.sepidar-benefits { background: var(--sg-green-950); color: white; }
.sepidar-benefits__grid { min-height: 112px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
.sepidar-benefits__grid > div { display: grid; grid-template-columns: 42px 1fr; gap: 2px 15px; padding: 10px clamp(15px,4vw,48px); border-inline-end: 1px solid rgba(255,255,255,.12); }
.sepidar-benefits__grid > div:first-child { border-inline-end: 0; }
.sepidar-benefits__grid span { grid-row: span 2; align-self: center; color: var(--sg-leaf-light); font: 300 1.6rem/1 Georgia,serif; }
.sepidar-benefits__grid strong { font-size: .9rem; }
.sepidar-benefits__grid small { color: rgba(255,255,255,.62); font-size: .72rem; }

/* Categories */
.sepidar-categories { background: var(--sg-ivory); }
.sepidar-category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.sepidar-category-card { position: relative; min-height: 265px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; color: var(--sg-ink) !important; background: var(--sg-white); border: 1px solid var(--sg-line); border-radius: var(--sg-radius); text-decoration: none !important; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.sepidar-category-card::after { content:""; position:absolute; width:140px; height:140px; inset-inline-end:-55px; bottom:-65px; background:var(--sg-sand); border-radius:50%; transition:transform .3s ease; }
.sepidar-category-card:hover { transform: translateY(-7px); box-shadow: var(--sg-shadow-lg); border-color: rgba(100,164,71,.3); }
.sepidar-category-card:hover::after { transform: scale(1.25); }
.sepidar-category-card__icon { width: 64px; height: 64px; display: grid; place-items: center; color: var(--sg-green-800); background: var(--sg-sand); border-radius: 18px; }
.sepidar-category-card svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.sepidar-category-card strong { display: block; font-size: 1.08rem; margin-bottom: 8px; }
.sepidar-category-card small { display:block; min-height: 45px; color: var(--sg-muted); font-size: .78rem; line-height: 1.8; }
.sepidar-category-card b { position: absolute; z-index:1; inset-inline-end:24px; bottom:18px; color:var(--sg-green-800); font-size:1.1rem; }

/* WooCommerce product grids */
.sepidar-featured { background: #f3eee3; }
.sepidar-goll .products { gap: clamp(16px, 2vw, 26px); }
.sepidar-goll .products .product,
.sepidar-goll .products .product.product-card {
	position: relative;
	padding: 10px 10px 18px;
	background: var(--sg-white);
	border: 1px solid rgba(23,75,55,.09);
	border-radius: var(--sg-radius);
	box-shadow: 0 5px 18px rgba(23,48,39,.045);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.sepidar-goll .products .product:hover { transform: translateY(-6px); border-color:rgba(100,164,71,.24); box-shadow:0 18px 40px rgba(23,48,39,.11); }
.sepidar-goll .products .product .ct-media-container,
.sepidar-goll .products .product .woocommerce-LoopProduct-link > img { border-radius: 14px; overflow: hidden; background:#f0f1eb; aspect-ratio:1/1; object-fit:cover; }
.sepidar-goll .products .product img { transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.sepidar-goll .products .product:hover img { transform: scale(1.035); }
.sepidar-goll .products .product .woocommerce-loop-product__title { margin: 8px 8px 6px; color:var(--sg-ink); font-size:.96rem; line-height:1.65; letter-spacing:-.02em; }
.sepidar-product-category { display:block; margin:14px 8px 0; color:var(--sg-leaf); font-size:.68rem; font-weight:750; }
.sepidar-goll .products .product .price { display:flex; flex-wrap:wrap; align-items:center; gap:6px; margin:8px; color:var(--sg-green-800); font-size:1rem; font-weight:850; }
.sepidar-goll .products .product .price del { color:#97a19c; font-size:.74rem; font-weight:500; }
.sepidar-goll .products .product .price ins { text-decoration:none; }
.sepidar-goll .products .product .button,
.sepidar-goll .products .product .added_to_cart {
	width:calc(100% - 16px);
	min-height:44px;
	margin:8px 8px 0;
	border-radius:12px;
	background:var(--sg-green-800);
	color:white;
	font-size:.8rem;
	font-weight:800;
	box-shadow:none;
	text-align:center;
}
.sepidar-goll .products .product .button:hover { background:var(--sg-green-950); }
.sepidar-goll .products .product .added_to_cart { display:flex; align-items:center; justify-content:center; background:var(--sg-leaf); }
.sepidar-goll .onsale { inset:18px auto auto 18px; min-width:auto; min-height:auto; padding:6px 10px; border-radius:30px; background:var(--sg-leaf); color:white; font-size:.7rem; line-height:1.2; }
body.rtl.sepidar-goll .onsale { right:auto; left:18px; }

/* Single product */
.sepidar-goll.single-product .site-main { padding-block: clamp(28px,5vw,70px); }
.sepidar-goll.single-product .woocommerce-product-gallery { padding:12px; background:white; border:1px solid var(--sg-line); border-radius:var(--sg-radius-lg); box-shadow:var(--sg-shadow-sm); }
.sepidar-goll.single-product .woocommerce-product-gallery img { border-radius:22px; }
.sepidar-goll.single-product .entry-summary { padding:clamp(4px,2vw,28px); }
.sepidar-goll.single-product .product_title { color:var(--sg-green-950); font-size:clamp(1.75rem,3vw,2.65rem); line-height:1.35; letter-spacing:-.045em; }
.sepidar-goll.single-product .entry-summary .price { color:var(--sg-green-800); font-size:clamp(1.35rem,2vw,1.75rem); font-weight:850; }
.sepidar-goll.single-product .woocommerce-product-details__short-description { color:var(--sg-muted); line-height:2; }
.sepidar-goll form.cart { display:flex; flex-wrap:wrap; gap:10px; padding-block:18px; }
.sepidar-goll form.cart .single_add_to_cart_button { flex:1; min-width:210px; min-height:54px; border-radius:14px; background:var(--sg-green-800); font-weight:850; box-shadow:0 12px 26px rgba(23,75,55,.18); }
.sepidar-goll form.cart .single_add_to_cart_button:hover { background:var(--sg-green-950); transform:translateY(-1px); }
.sepidar-goll .quantity { display:flex; align-items:center; border:1px solid var(--sg-line); border-radius:13px; overflow:hidden; background:white; }
.sepidar-goll .quantity .qty { width:52px; min-height:50px; border:0; text-align:center; box-shadow:none; }
.sepidar-qty-button { width:38px; align-self:stretch; padding:0; border:0; background:transparent; color:var(--sg-green-800); font-size:1.3rem; cursor:pointer; }
.sepidar-qty-button:hover { background:var(--sg-sand); }
.sepidar-product-assurance { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin:4px 0 22px; }
.sepidar-product-assurance span { display:flex; align-items:center; gap:6px; color:var(--sg-muted); font-size:.72rem; }
.sepidar-product-assurance svg { flex:0 0 18px; width:18px; height:18px; padding:3px; border-radius:50%; background:rgba(100,164,71,.13); fill:none; stroke:var(--sg-leaf); stroke-width:2; }
.sepidar-goll .woocommerce-tabs { margin-top:clamp(50px,7vw,90px); }
.sepidar-goll .woocommerce-tabs .tabs { border-bottom:1px solid var(--sg-line); gap:6px; }
.sepidar-goll .woocommerce-tabs .tabs li a { padding:14px 20px; border-radius:12px 12px 0 0; font-weight:750; }
.sepidar-goll .woocommerce-tabs .tabs li.active a { color:var(--sg-green-800); background:var(--sg-sand); }
.sepidar-goll .woocommerce-tabs .panel { padding:clamp(22px,4vw,42px); background:white; border:1px solid var(--sg-line); border-radius:0 0 var(--sg-radius) var(--sg-radius); line-height:2; }
.sepidar-goll .related > h2 { font-size:clamp(1.6rem,3vw,2.2rem); margin-bottom:28px; }

/* Cart and checkout */
.sepidar-goll.woocommerce-cart .site-main,
.sepidar-goll.woocommerce-checkout .site-main { padding-block:clamp(30px,6vw,80px); }
.sepidar-goll .woocommerce-cart-form,
.sepidar-goll .cart-collaterals .cart_totals,
.sepidar-goll #customer_details,
.sepidar-goll #order_review { background:white; border:1px solid var(--sg-line); border-radius:var(--sg-radius); box-shadow:var(--sg-shadow-sm); }
.sepidar-goll .woocommerce-cart-form { padding:clamp(12px,2vw,26px); }
.sepidar-goll .cart-collaterals .cart_totals,
.sepidar-goll #customer_details,
.sepidar-goll #order_review { padding:clamp(18px,3vw,32px); }
.sepidar-goll .shop_table th { color:var(--sg-green-950); font-size:.82rem; }
.sepidar-goll .shop_table td { border-color:var(--sg-line); }
.sepidar-goll .wc-proceed-to-checkout .checkout-button,
.sepidar-goll #place_order { width:100%; min-height:56px; border-radius:14px; background:var(--sg-green-800); font-weight:850; box-shadow:0 12px 28px rgba(23,75,55,.18); }
.sepidar-goll .wc-proceed-to-checkout .checkout-button:hover,
.sepidar-goll #place_order:hover { background:var(--sg-green-950); }
.sepidar-goll .form-row input.input-text,
.sepidar-goll .form-row textarea,
.sepidar-goll .select2-container .select2-selection { min-height:48px; border:1px solid var(--sg-line); border-radius:11px; background:#fff; }
.sepidar-goll .form-row input.input-text:focus,
.sepidar-goll .form-row textarea:focus { border-color:var(--sg-leaf); box-shadow:0 0 0 3px rgba(100,164,71,.12); }
.sepidar-checkout-note { display:flex; gap:13px; align-items:center; margin:10px 0 22px; padding:14px; background:var(--sg-sand); border-radius:13px; }
.sepidar-checkout-note > svg { flex:0 0 30px; width:30px; height:30px; fill:none; stroke:var(--sg-green-800); stroke-width:1.7; }
.sepidar-checkout-note p { margin:0; }
.sepidar-checkout-note strong,
.sepidar-checkout-note span { display:block; }
.sepidar-checkout-note strong { font-size:.82rem; }
.sepidar-checkout-note span { color:var(--sg-muted); font-size:.7rem; margin-top:3px; }
.sepidar-goll .woocommerce-message,
.sepidar-goll .woocommerce-info { border:0; border-inline-start:4px solid var(--sg-leaf); border-radius:12px; background:#f0f6ec; color:var(--sg-ink); }

/* Consultation band */
.sepidar-expert { padding-top:0; background:#f3eee3; }
.sepidar-expert__inner { position:relative; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:26px; padding:clamp(28px,5vw,58px); color:white; background:var(--sg-green-900); border-radius:var(--sg-radius-lg); overflow:hidden; }
.sepidar-expert__inner::after { content:""; position:absolute; inset-inline-end:-80px; top:-110px; width:280px; height:280px; border:1px solid rgba(255,255,255,.12); border-radius:50%; }
.sepidar-expert__icon { width:72px; height:72px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.18); border-radius:50%; background:rgba(255,255,255,.08); }
.sepidar-expert__icon svg { width:40px; height:40px; fill:none; stroke:var(--sg-leaf-light); stroke-width:1.6; }
.sepidar-expert h2 { color:white; font-size:clamp(1.35rem,2.5vw,2rem); margin:0 0 8px; }
.sepidar-expert p { color:rgba(255,255,255,.7); margin:0; }
.sepidar-expert .sepidar-kicker { color:var(--sg-leaf-light); }
.sepidar-button--light { position:relative; z-index:1; background:white; color:var(--sg-green-900) !important; white-space:nowrap; }

/* Footer builder refinements */
.sepidar-goll #footer { border-top:1px solid var(--sg-line); }
.sepidar-goll #footer [data-row="middle"] { background:var(--sg-green-950); color:rgba(255,255,255,.72); }
.sepidar-goll #footer [data-row="middle"] :where(h1,h2,h3,h4,h5,h6) { color:white; }
.sepidar-goll #footer [data-row="middle"] a { color:rgba(255,255,255,.72); }
.sepidar-goll #footer [data-row="middle"] a:hover { color:var(--sg-leaf-light); }

/* Lightweight motion with respect for user preference */
@keyframes sgFadeUp { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:none; } }
.sepidar-js .sepidar-reveal { opacity:0; transform:translateY(16px); }
.sepidar-js .sepidar-reveal.is-visible { animation:sgFadeUp .6s ease both; }
.sepidar-toast { position:fixed; z-index:99999; inset-inline-end:20px; bottom:20px; max-width:calc(100% - 40px); padding:13px 18px; color:white; background:var(--sg-green-950); border-radius:12px; box-shadow:var(--sg-shadow-lg); font-size:.82rem; transform:translateY(20px); opacity:0; pointer-events:none; transition:.25s ease; }
.sepidar-toast.is-visible { transform:none; opacity:1; }

/* Tablet */
@media (max-width: 1024px) {
	.sepidar-hero__grid { grid-template-columns:1.1fr .9fr; gap:35px; }
	.sepidar-hero__arch { height:430px; }
	.sepidar-category-grid { grid-template-columns:repeat(2,1fr); }
	.sepidar-category-card { min-height:230px; }
	.sepidar-product-assurance { grid-template-columns:1fr; }
}

/* Mobile — touch-first, no horizontal overflow */
@media (max-width: 767px) {
	:root { --sg-radius-lg:24px; }
	.sepidar-shell { width:min(100% - 28px,1240px); }
	.sepidar-goll #header [data-row="middle"] { --height:64px; }
	.sepidar-hero { min-height:auto; }
	.sepidar-hero__grid { min-height:auto; grid-template-columns:1fr; gap:38px; padding-block:48px 58px; }
	.sepidar-hero__content { text-align:right; }
	.sepidar-hero h1 { font-size:clamp(2.2rem,11vw,3.35rem); line-height:1.3; }
	.sepidar-hero__lead { font-size:.94rem; line-height:1.95; }
	.sepidar-actions { display:grid; grid-template-columns:1fr; }
	.sepidar-button { width:100%; min-height:54px; }
	.sepidar-hero__proof { gap:12px; justify-content:space-between; }
	.sepidar-hero__visual { min-height:355px; }
	.sepidar-hero__arch { width:min(92%,340px); height:360px; }
	.sepidar-pot { width:115px; height:120px; bottom:25px; }
	.sepidar-plant { bottom:120px; height:155px; }
	.sepidar-plant::before,.sepidar-plant::after { width:76px; height:43px; }
	.sepidar-float-card { inset-inline-start:0; bottom:35px; }
	.sepidar-benefits__grid { grid-template-columns:1fr; padding-block:12px; }
	.sepidar-benefits__grid > div { min-height:78px; border-inline-end:0; border-bottom:1px solid rgba(255,255,255,.1); }
	.sepidar-benefits__grid > div:last-child { border-bottom:0; }
	.sepidar-section { padding-block:64px; }
	.sepidar-section-heading { align-items:start; }
	.sepidar-section-heading > a { margin-top:9px; }
	.sepidar-category-grid { grid-template-columns:1fr 1fr; gap:12px; }
	.sepidar-category-card { min-height:215px; padding:18px; }
	.sepidar-category-card__icon { width:52px; height:52px; border-radius:14px; }
	.sepidar-category-card svg { width:31px; height:31px; }
	.sepidar-category-card strong { font-size:.9rem; }
	.sepidar-category-card small { font-size:.68rem; }
	.sepidar-category-card b { inset-inline-end:18px; }
	.sepidar-goll .products { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:12px !important; }
	.sepidar-goll .products .product { padding:7px 7px 12px; border-radius:15px; }
	.sepidar-goll .products .product .woocommerce-loop-product__title { font-size:.82rem; margin-inline:5px; }
	.sepidar-product-category { margin-inline:5px; }
	.sepidar-goll .products .product .price { margin-inline:5px; font-size:.84rem; }
	.sepidar-goll .products .product .button,.sepidar-goll .products .product .added_to_cart { width:calc(100% - 10px); margin-inline:5px; min-height:42px; padding:8px; font-size:.72rem; }
	.sepidar-goll form.cart { align-items:stretch; }
	.sepidar-goll form.cart .single_add_to_cart_button { min-width:0; }
	.sepidar-goll .woocommerce-tabs .tabs { overflow-x:auto; flex-wrap:nowrap; scrollbar-width:none; }
	.sepidar-goll .woocommerce-tabs .tabs::-webkit-scrollbar { display:none; }
	.sepidar-goll .woocommerce-tabs .tabs li a { white-space:nowrap; }
	.sepidar-goll .woocommerce-cart-form { overflow-x:auto; }
	.sepidar-expert__inner { grid-template-columns:1fr; text-align:center; justify-items:center; }
	.sepidar-expert__inner .sepidar-button { width:auto; }
}

@media (max-width: 380px) {
	.sepidar-category-grid { grid-template-columns:1fr; }
	.sepidar-category-card { min-height:195px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior:auto; }
	*,*::before,*::after { scroll-behavior:auto !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
	.sepidar-js .sepidar-reveal { opacity:1; transform:none; }
}
