/*
Theme Name: Simpleweb Organic Shop
Theme URI: https://organic-store.simpleweb.in/
Author: Simpleweb
Author URI: https://simpleweb.in/
Description: A fast, white-label WooCommerce storefront for Simpleweb Organic Shop, inspired by the supplied Ogenix HTML layout.
Version: 1.8.6
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: simpleweb-organic-shop
Tags: e-commerce, custom-logo, custom-menu, featured-images, responsive-layout
*/

@font-face {
  font-family: "Earthbound Organic";
  src: url("assets/fonts/earthbound-regular.otf?v=1.7.1") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* ================================================================
   Homepage identity and motion system 1.6.0
   ================================================================ */

/* A clean Simpleweb Focus Grid wordmark, shared by header and footer. */
.sw-brand { gap: 11px; }
.sw-brand__mark,
.sw-footer .sw-brand__mark {
  display: block; width: 46px; height: 46px; overflow: visible; border-radius: 0;
  color: inherit; background: transparent; transform: none;
}
.sw-brand__mark img { width: 100%; height: 100%; object-fit: contain; transform: none; }
.sw-brand__copy { gap: 1px; }
.sw-brand__copy small { color: #111; font-family: Arial,sans-serif; font-size: .62rem; letter-spacing: .18em; }
.sw-brand__copy strong { color: var(--sw-green-dark); font-size: 1.26rem; line-height: .96; }
.sw-brand__copy em { color: #7b6a50; font-family: Arial,sans-serif; font-size: .47rem; font-style: normal; font-weight: 700; letter-spacing: .055em; }
.sw-footer .sw-brand__copy small { color: var(--sw-yellow); }
.sw-footer .sw-brand__copy em { color: rgba(255,255,255,.58); }

/* Compact store search sits immediately before the account control. */
.sw-action--search { border: 0; }
.sw-site-search { position: absolute; left: 0; right: 0; top: 100%; z-index: 5; padding: 22px 20px; border-top: 1px solid var(--sw-border); background: rgba(255,255,255,.96); box-shadow: 0 20px 45px rgba(24,61,37,.16); backdrop-filter: blur(16px); }
.sw-site-search[hidden] { display: none; }
.sw-site-search form { width: min(720px,100%); margin: auto; }
.sw-site-search label { display: block; margin-bottom: 7px; color: var(--sw-green-dark); font-weight: 800; }
.sw-site-search form > div { display: flex; padding: 6px; border: 1px solid #dce4d7; border-radius: 999px; background: #fff; }
.sw-site-search input[type="search"] { flex: 1; min-width: 0; padding: 10px 16px; border: 0; outline: 0; background: transparent; }
.sw-site-search button { min-width: 104px; border: 0; border-radius: 999px; color: #fff; background: var(--sw-green-dark); font-weight: 800; }

/* Decorative dash motifs have been removed site-wide. */
.sw-kicker::before,
.sw-hero__note i { display: none !important; }

/* Five-banner, non-blocking hero carousel. */
.sw-hero-slider { position: relative; z-index: 1; height: 620px; overflow: hidden; background: #e8eadf; }
.sw-hero-slides { position: absolute; inset: 0; }
.sw-hero-slide { position: absolute; inset: 0; z-index: 0; overflow: hidden; visibility: hidden; transform: translate3d(100%,0,0); transition: transform .72s cubic-bezier(.2,.78,.2,1), visibility .72s; }
.sw-hero-slide.is-active { z-index: 2; visibility: visible; transform: translate3d(0,0,0); }
.sw-hero-slide.is-exiting { z-index: 1; visibility: visible; transform: translate3d(-100%,0,0); }
.sw-hero-slide__background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.sw-hero-slide::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(249,247,238,.97) 0%,rgba(249,247,238,.88) 37%,rgba(249,247,238,.28) 58%,rgba(18,51,28,.06) 100%); }
.sw-hero-slide__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.96fr) minmax(0,1.04fr); align-items: center; height: 100%; }
.sw-hero-slide__content { position: relative; z-index: 4; max-width: 630px; padding: 56px 0 80px; }
.sw-hero__eyebrow { margin: 0 0 13px; }
.sw-hero-slide h1 { max-width: 650px; margin: 0; color: var(--sw-green-dark); font-size: clamp(3.15rem,5vw,4.85rem); line-height: .94; letter-spacing: -.025em; }
.sw-hero-slide__copy { max-width: 590px; margin: 19px 0 23px; color: #4f6049; font-size: 1rem; line-height: 1.62; }
.sw-hero__actions { align-items: center; }
.sw-coupon { display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 8px 17px; border: 1px dashed #8a5a2f; border-radius: 13px; color: var(--sw-green-dark); background: rgba(255,255,255,.74); box-shadow: 0 10px 26px rgba(37,74,27,.11); }
.sw-coupon small { color: #8a5a2f; font-family: Arial,sans-serif; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sw-coupon strong { font-size: .95rem; letter-spacing: .04em; }
.sw-hero-benefits { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 19px; }
.sw-hero-benefits span { padding: 7px 11px; border: 1px solid rgba(37,74,27,.13); border-radius: 999px; color: #5c634d; background: rgba(255,255,255,.56); font-size: .72rem; font-weight: 800; backdrop-filter: blur(8px); }
.sw-hero-products { position: relative; align-self: stretch; min-width: 0; }
.sw-hero-product { position: absolute; z-index: 1; left: 0; bottom: 4%; width: 33%; height: 67%; transition: transform .35s ease; }
.sw-hero-product:hover { z-index: 9; }
.sw-hero-product img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 22px 20px rgba(16,45,27,.25)); }
.sw-hero-product:nth-child(1) { left: 0; z-index: 3; transform: rotate(-5deg); }
.sw-hero-product:nth-child(2) { left: 17%; bottom: 12%; z-index: 2; transform: scale(.88) rotate(3deg); }
.sw-hero-product:nth-child(3) { left: 35%; z-index: 5; transform: scale(1.04); }
.sw-hero-product:nth-child(4) { left: 55%; bottom: 11%; z-index: 2; transform: scale(.9) rotate(-3deg); }
.sw-hero-product:nth-child(5) { left: 71%; z-index: 4; transform: rotate(5deg); }
.sw-hero-products--10 { display: grid; grid-template-columns: repeat(5,1fr); grid-template-rows: repeat(2,1fr); align-items: end; gap: 0; padding: 60px 0 55px 20px; }
.sw-hero-products--10 .sw-hero-product { position: relative; left: auto; bottom: auto; width: 135%; height: 100%; margin-left: -18%; transform: none; }
.sw-hero-products--10 .sw-hero-product:nth-child(2n) { transform: translateY(16px) rotate(3deg); }
.sw-hero-products--10 .sw-hero-product:nth-child(3n) { transform: translateY(-8px) rotate(-3deg); }
.sw-hero-controls { position: absolute; z-index: 8; left: 50%; bottom: 24px; display: flex; align-items: center; justify-content: center; gap: 14px; transform: translateX(-50%); pointer-events: none; }
.sw-hero-controls > button { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(37,74,27,.18); border-radius: 50%; color: var(--sw-green-dark); background: rgba(255,255,255,.76); backdrop-filter: blur(10px); pointer-events: auto; transition: .2s ease; }
.sw-hero-controls > button:hover { color: #fff; background: #8a5a2f; border-color: #8a5a2f; }
.sw-hero-dots { display: flex; gap: 7px; padding: 8px 10px; border-radius: 999px; background: rgba(255,255,255,.7); backdrop-filter: blur(10px); pointer-events: auto; }
.sw-hero-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: rgba(37,74,27,.25); transition: width .25s ease,background .25s ease; }
.sw-hero-dots button.is-active { width: 27px; background: var(--sw-green); }

/* Glass benefit cards retain the exact overlap below the hero. */
.sw-benefits { margin-top: -34px; }
.sw-benefits__grid { gap: 12px; padding: 12px; overflow: visible; border: 1px solid rgba(255,255,255,.66); background: rgba(249,250,245,.66); box-shadow: 0 25px 60px rgba(24,61,37,.16); backdrop-filter: blur(16px); }
.sw-benefit { min-height: 104px; padding: 20px; border: 1px solid rgba(255,255,255,.82) !important; border-radius: 17px; background: linear-gradient(145deg,rgba(255,255,255,.78),rgba(244,241,230,.54)); box-shadow: inset 0 1px rgba(255,255,255,.7); }
.sw-benefit__icon { color: #85552f; background: #f2e5d3; box-shadow: inset 0 0 0 1px rgba(133,85,47,.13); }

/* Story block and dual calls to action. */
#story { background: linear-gradient(180deg,#fff 0%,#fafbf6 100%); }
.sw-story__content { position: relative; padding: clamp(32px,5vw,62px); overflow: hidden; border: 1px solid #e1e7dc; border-radius: 30px; background: rgba(255,255,255,.88); box-shadow: 0 24px 65px rgba(35,74,27,.09); }
.sw-story__content::before { content:""; position:absolute; right:-90px; bottom:-110px; width:300px; height:300px; border:52px solid rgba(80,167,44,.07); border-radius:50%; pointer-events:none; }
.sw-story__content > * { position: relative; z-index: 1; }
.sw-story__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sw-button--outline { color: var(--sw-green-dark) !important; background: transparent !important; border: 1px solid #cbd9c5 !important; }
.sw-button--outline:hover { color: #fff !important; border-color: var(--sw-green-dark) !important; background: var(--sw-green-dark) !important; }

/* Lightweight YouTube placeholder: no third-party request until a real video is supplied. */
.sw-video-story { padding-top: 20px; background: #fafbf6; }
.sw-video-story__panel { display: grid; grid-template-columns: .78fr 1.22fr; gap: 50px; align-items: center; padding: clamp(28px,5vw,58px); border-radius: 32px; color: #fff; background: linear-gradient(125deg,#173c24,#2d6b2a); box-shadow: var(--sw-shadow); }
.sw-video-story__head .sw-kicker { color: var(--sw-yellow); }
.sw-video-story__head .sw-title { color: #fff; font-size: clamp(2.3rem,4vw,4rem); }
.sw-video-story__head > p:last-child { margin: 18px 0 0; color: rgba(255,255,255,.7); }
.sw-youtube-placeholder { position: relative; display: grid; place-items: center; align-content: center; aspect-ratio: 16/8.2; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; text-align: center; background: radial-gradient(circle at 50% 20%,rgba(255,189,60,.22),transparent 34%),linear-gradient(145deg,#22592c,#102e1b); box-shadow: inset 0 1px rgba(255,255,255,.16),0 22px 45px rgba(4,22,12,.3); }
.sw-youtube-placeholder::before { content:""; position:absolute; inset:0; opacity:.2; background:radial-gradient(circle,var(--sw-yellow) 0 2px,transparent 2.5px) 0 0/32px 32px; }
.sw-youtube-placeholder > * { position: relative; z-index: 1; }
.sw-youtube-placeholder__play { display:grid; place-items:center; width:88px; height:66px; margin-bottom:17px; filter:drop-shadow(0 13px 20px rgba(0,0,0,.28)); }
.sw-youtube-placeholder__play svg { width:100%; fill:#b66836; }
.sw-youtube-placeholder strong { font-size:1.25rem; }
.sw-youtube-placeholder small { margin-top:3px; color:rgba(255,255,255,.63); }

/* Infinite, hover-aware demo testimonial rail. */
.sw-testimonials { padding: 92px 0 110px; overflow: hidden; background: linear-gradient(180deg,#f7f6ed,#eef4e9); }
.sw-testimonials__head { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:38px; }
.sw-testimonials__head > p { max-width:390px; margin:0; color:var(--sw-muted); }
.sw-testimonials__viewport { overflow:hidden; padding: 18px 0 28px; }
.sw-testimonials__track { display:flex; width:max-content; animation:swTestimonials 56s linear infinite; will-change:transform; }
.sw-testimonials__viewport.is-paused .sw-testimonials__track { animation-play-state:paused; }
@keyframes swTestimonials { to { transform:translate3d(-50%,0,0); } }
.sw-testimonial { position:relative; width:330px; min-height:260px; padding:25px; margin-right:22px; border:1px solid rgba(255,255,255,.9); border-radius:24px; background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(241,245,235,.88)); box-shadow:0 20px 35px rgba(31,76,36,.12),inset 0 1px #fff; transform:perspective(900px) rotateY(-2deg) rotateX(1deg); }
.sw-testimonial:nth-child(3n) { transform:perspective(900px) rotateY(2deg) rotateX(-1deg); }
.sw-testimonial__top { display:grid; grid-template-columns:48px 1fr auto; gap:12px; align-items:center; }
.sw-testimonial__avatar { display:grid; place-items:center; width:48px; height:48px; border-radius:16px; color:#fff; background:linear-gradient(145deg,#8b5b32,#c58b54); font-size:1.2rem; font-weight:900; }
.sw-testimonial h3 { margin:0; color:var(--sw-green-dark); font-size:1rem; }
.sw-testimonial small { color:var(--sw-muted); }
.sw-testimonial__quote { color:rgba(80,167,44,.2); font-size:3rem; line-height:.7; }
.sw-testimonial__stars { margin:16px 0 10px; color:#e4a42e; letter-spacing:.08em; }
.sw-testimonial p { margin:0; color:#53614d; font-size:.9rem; line-height:1.65; }
.sw-testimonial__label { position:absolute; right:20px; bottom:18px; color:#8b5b32; font-size:.65rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }

/* Children, ball and puppy occupy the complete upper panel and share the card baseline. */
.sw-reasons-wrap { min-height: 730px; padding-top: 286px; }
.sw-reasons-kids { top:0; width:100%; max-width:none; height:268px; border:1px solid rgba(255,255,255,.12); border-radius:26px; object-fit:cover; object-position:center; filter:none; transform:translateX(-50%); }
.sw-why__story { min-height:730px; }
.sw-reason { min-height:212px; }

/* The overlap is backed by green on both halves, eliminating white seams. */
.home .sw-cta { background:linear-gradient(to bottom,var(--sw-green-deep) 0 50%,#102d1b 50% 100%); }

/* High-quality dew grass finishes the footer without a paper/soil graphic. */
.sw-footer { padding-bottom:170px; }
.sw-footer::before { height:200px; background:url("assets/images/footer-grass-dew.webp?v=1.6.0") center bottom/cover no-repeat; }
.sw-hero-slide { transition:transform .72s cubic-bezier(.2,.78,.2,1),visibility 0s linear .72s; }
.sw-hero-slide.is-active,
.sw-hero-slide.is-exiting { transition:transform .72s cubic-bezier(.2,.78,.2,1),visibility 0s; }

/* Modern WooCommerce account access with an organic woodland atmosphere. */
.woocommerce-account .sw-content { position:relative; isolation:isolate; overflow:hidden; padding:84px 0 112px; background:#163a24 url("assets/images/account-forest-background.webp?v=1.6.0") center/cover fixed; }
.woocommerce-account .sw-content::before { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(120deg,rgba(14,43,25,.82),rgba(40,83,34,.47)); backdrop-filter:blur(5px); }
.woocommerce-account .sw-content__card { max-width:1120px; padding:clamp(25px,4vw,52px); border:1px solid rgba(255,255,255,.4); border-radius:32px; background:rgba(249,250,245,.88); box-shadow:0 30px 90px rgba(4,25,13,.35); backdrop-filter:blur(18px); }
.sw-account-welcome { max-width:760px; margin:0 auto 34px; text-align:center; }
.sw-account-welcome span { color:#8a5a2f; font-size:.72rem; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.sw-account-welcome h2 { margin:8px 0 10px; color:var(--sw-green-dark); font-size:clamp(2.3rem,4.6vw,4.5rem); line-height:.98; }
.sw-account-welcome p { margin:0; color:#5b6855; }
.woocommerce-account #customer_login { display:grid; grid-template-columns:1fr 1fr; gap:26px; }
.woocommerce-account #customer_login::before,
.woocommerce-account #customer_login::after { display:none; }
.woocommerce-account #customer_login > div { float:none; width:auto; }
.woocommerce-account #customer_login h2 { margin:0 0 15px; color:var(--sw-green-dark); font-size:2rem; }
.woocommerce-account form.login,
.woocommerce-account form.register { height:calc(100% - 58px); padding:28px; margin:0; border:1px solid #dbe4d7; border-radius:22px; background:rgba(255,255,255,.73); }
.woocommerce-account form .form-row { margin:0 0 17px; }
.woocommerce-account form .form-row label { margin-bottom:6px; color:var(--sw-green-dark); font-weight:800; }
.woocommerce-account form .form-row input.input-text { min-height:54px; border-color:#ccd8c7; background:rgba(255,255,255,.86); }

@media (max-width: 1024px) {
  .sw-brand__copy em { display:none; }
  .sw-hero-slider { height:650px; }
  .sw-hero-slide__inner { grid-template-columns:1fr 1fr; }
  .sw-hero-slide__content { padding-top:45px; }
  .sw-hero-slide h1 { font-size:clamp(2.8rem,6vw,4.2rem); }
  .sw-hero-products--10 { padding-inline-start:0; }
  .sw-video-story__panel { grid-template-columns:1fr; }
  .sw-testimonials__head { align-items:start; flex-direction:column; }
  .sw-reasons-wrap { min-height:710px; padding-top:260px; }
  .sw-reasons-kids { height:242px; }
  .sw-why__story { min-height:710px; }
}

@media (max-width: 700px) {
  .sw-header__inner { gap:7px; }
  .sw-brand { gap:7px; }
  .sw-brand__mark { width:38px; height:38px; }
  .sw-brand__copy small { font-size:.48rem; }
  .sw-brand__copy strong { font-size:.92rem; }
  .sw-actions { gap:5px; }
  .sw-action { width:38px; height:38px; }
  .sw-action--account { display:grid; }
  .sw-site-search { padding-inline:14px; }
  .sw-site-search label { font-size:.8rem; }
  .sw-site-search button { min-width:84px; }
  .sw-hero-slider { height:700px; }
  .sw-hero-slide__inner { display:block; }
  .sw-hero-slide::after { background:linear-gradient(180deg,rgba(249,247,238,.98) 0%,rgba(249,247,238,.9) 56%,rgba(249,247,238,.22) 100%); }
  .sw-hero-slide__content { max-width:100%; padding:39px 0 250px; }
  .sw-hero-slide h1 { max-width:540px; font-size:clamp(2.75rem,13vw,4rem); }
  .sw-hero-slide__copy { margin-block:13px 16px; font-size:.9rem; line-height:1.5; }
  .sw-hero-benefits { margin-top:12px; }
  .sw-hero-benefits span { padding:5px 8px; font-size:.63rem; }
  .sw-coupon { min-height:46px; padding:6px 12px; }
  .sw-hero-products { position:absolute; left:4%; right:4%; bottom:44px; height:240px; }
  .sw-hero-products--10 { grid-template-columns:repeat(5,1fr); grid-template-rows:repeat(2,1fr); padding:0; }
  .sw-hero-products--10 .sw-hero-product { width:145%; height:120px; margin-left:-23%; }
  .sw-hero-controls { bottom:12px; }
  .sw-hero-controls > button { width:34px; height:34px; }
  .sw-benefits { margin-top:-22px; }
  .sw-benefits__grid { gap:8px; }
  .sw-benefit { min-height:88px; padding:16px; }
  .sw-story__content { padding:28px 22px; border-radius:23px; }
  .sw-story__actions { flex-direction:column; align-items:stretch; }
  .sw-video-story { padding-top:0; }
  .sw-video-story__panel { gap:28px; padding:27px 20px; border-radius:24px; }
  .sw-youtube-placeholder { aspect-ratio:16/10; }
  .sw-testimonials { padding:72px 0 88px; }
  .sw-testimonial { width:285px; min-height:270px; padding:22px; }
  .sw-reasons-wrap { padding-top:185px; }
  .sw-reasons-kids { top:-4px; height:175px; border-radius:20px; }
  .sw-why__story { min-height:650px; }
  .sw-footer { padding-bottom:120px; }
  .sw-footer::before { height:145px; }
  .woocommerce-account .sw-content { padding:58px 0 90px; background-attachment:scroll; }
  .woocommerce-account #customer_login { grid-template-columns:1fr; }
  .woocommerce-account form.login,
  .woocommerce-account form.register { height:auto; padding:22px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .sw-hero-slide { transition:none; }
  .sw-testimonials__track { animation:none; flex-wrap:wrap; width:auto; justify-content:center; }
}

:root {
  --sw-green: #50a72c;
  --sw-green-dark: #254a1b;
  --sw-green-deep: #183d25;
  --sw-yellow: #ffbd3c;
  --sw-cream: #f7f6ed;
  --sw-white: #fff;
  --sw-text: #25351f;
  --sw-muted: #687462;
  --sw-border: #e7e9df;
  --sw-shadow: 0 18px 55px rgba(35, 74, 27, .12);
  --sw-radius: 22px;
  --sw-container: 1200px;
  --sw-display-font: "Earthbound Organic", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--sw-text);
  background: var(--sw-white);
  font-family: var(--sw-display-font);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: .2s ease; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, h5, h6,
.sw-brand__copy strong,
.woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  font-family: var(--sw-display-font);
  font-weight: 400;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; padding: 12px 18px; margin: 8px; background: #fff; z-index: 100000; }
.sw-container { width: min(calc(100% - 40px), var(--sw-container)); margin-inline: auto; }
.sw-section { padding: 96px 0; }
.sw-section--cream { background: var(--sw-cream); }
.sw-kicker {
  display: inline-flex; align-items: center; gap: 9px;
  margin: 0 0 12px; color: var(--sw-green); font-weight: 800; font-size: .83rem;
  letter-spacing: .12em; text-transform: uppercase;
}
.sw-kicker::before { content: ""; width: 28px; height: 2px; background: var(--sw-yellow); }
.sw-title { max-width: 750px; margin: 0; color: var(--sw-green-dark); font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.08; letter-spacing: -.045em; }
.sw-lead { max-width: 680px; margin: 20px 0 0; color: var(--sw-muted); font-size: 1.08rem; }
.sw-section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 40px; }
.sw-section-head .sw-lead { max-width: 450px; margin-bottom: 4px; }
.sw-button, .button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-flex !important; align-items: center; justify-content: center; gap: 9px;
  min-height: 52px; padding: 13px 25px !important; border: 0 !important; border-radius: 999px !important;
  color: #fff !important; background: var(--sw-green) !important; font-weight: 800 !important; line-height: 1 !important;
  box-shadow: none !important; transition: transform .2s ease, background .2s ease, box-shadow .2s ease !important;
}
.sw-button:hover, .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { transform: translateY(-2px); background: var(--sw-green-dark) !important; box-shadow: 0 10px 24px rgba(37,74,27,.2) !important; }
.sw-button--dark { background: var(--sw-green-dark) !important; }
.sw-button--light { color: var(--sw-green-dark) !important; background: #fff !important; }
.sw-button--light:hover { color: #fff !important; background: var(--sw-green-dark) !important; }

/* Header */
.sw-topbar { color: rgba(255,255,255,.88); background: var(--sw-green-deep); font-size: .84rem; }
.sw-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 38px; }
.sw-topbar a:hover { color: var(--sw-yellow); }
.sw-topbar__right { display: flex; gap: 20px; }
.sw-header { position: relative; z-index: 50; background: #fff; border-bottom: 1px solid rgba(37,74,27,.08); }
.sw-header.is-sticky { position: sticky; top: 0; box-shadow: 0 8px 30px rgba(24,61,37,.09); animation: swDrop .24s ease; }
@keyframes swDrop { from { transform: translateY(-8px); opacity: .6; } }
.sw-header__inner { display: flex; align-items: center; min-height: 88px; gap: 34px; }
.sw-brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.sw-brand__mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50% 50% 50% 16%; color: #fff; background: var(--sw-green); transform: rotate(-5deg); }
.sw-brand__mark svg { width: 25px; transform: rotate(5deg); }
.sw-brand__copy { display: flex; flex-direction: column; line-height: 1.05; }
.sw-brand__copy small { color: var(--sw-green); font-size: .67rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.sw-brand__copy strong { color: var(--sw-green-dark); font-size: 1.25rem; letter-spacing: -.035em; }
.sw-nav { margin-left: auto; }
.sw-nav ul { display: flex; align-items: center; gap: 4px; padding: 0; margin: 0; list-style: none; }
.sw-nav li { position: relative; }
.sw-nav a { display: block; padding: 14px 13px; color: #33452d; font-weight: 750; font-size: .94rem; }
.sw-nav a:hover, .sw-nav .current-menu-item > a { color: var(--sw-green); }
.sw-nav .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 210px; padding: 10px; background: #fff; border-radius: 12px; box-shadow: var(--sw-shadow); }
.sw-nav li:hover > .sub-menu, .sw-nav li:focus-within > .sub-menu { display: block; }
.sw-nav .sub-menu a { padding: 10px 12px; }
.sw-actions { display: flex; align-items: center; gap: 9px; }
.sw-action { position: relative; display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; color: var(--sw-green-dark); background: var(--sw-cream); }
.sw-action:hover { color: #fff; background: var(--sw-green); }
.sw-action svg { width: 20px; height: 20px; }
.sw-cart-count { position: absolute; top: -3px; right: -2px; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; color: #fff; background: var(--sw-green); border: 2px solid #fff; border-radius: 999px; font-size: .62rem; font-weight: 900; }
.sw-menu-toggle { display: none; width: 43px; height: 43px; border: 0; border-radius: 50%; color: #fff; background: var(--sw-green); }
.sw-menu-toggle span, .sw-menu-toggle::before, .sw-menu-toggle::after { content: ""; display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; }

/* Hero */
.sw-hero { position: relative; isolation: isolate; min-height: 690px; display: grid; align-items: center; overflow: hidden; background: #eee9dc center/cover no-repeat; }
.sw-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(249,245,234,.96) 0%, rgba(249,245,234,.84) 35%, rgba(249,245,234,.08) 64%, transparent 100%); }
.sw-hero::after { content: ""; position: absolute; left: -60px; bottom: -150px; width: 350px; height: 350px; z-index: -1; border: 70px solid rgba(255,189,60,.22); border-radius: 50%; }
.sw-hero__content { max-width: 630px; padding: 100px 0; }
.sw-hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--sw-green); font-weight: 900; }
.sw-hero__eyebrow span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--sw-yellow); color: var(--sw-green-dark); }
.sw-hero h1 { margin: 0; max-width: 650px; color: var(--sw-green-dark); font-size: clamp(3.2rem, 6.6vw, 6rem); line-height: .92; letter-spacing: -.015em; }
.sw-hero h1 em { color: var(--sw-green); font-style: normal; }
.sw-hero p { max-width: 565px; margin: 26px 0 30px; color: #53614d; font-size: 1.12rem; }
.sw-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sw-hero__note { display: flex; align-items: center; gap: 12px; margin-top: 28px; color: #53614d; font-size: .9rem; font-weight: 700; }
.sw-hero__note i { width: 34px; height: 1px; background: var(--sw-green); }

/* Benefit strip */
.sw-benefits { position: relative; z-index: 3; margin-top: -40px; }
.sw-benefits__grid { display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border-radius: var(--sw-radius); box-shadow: var(--sw-shadow); overflow: hidden; }
.sw-benefit { display: flex; align-items: center; gap: 14px; min-height: 116px; padding: 25px; border-right: 1px solid var(--sw-border); }
.sw-benefit:last-child { border-right: 0; }
.sw-benefit__icon { display: grid; place-items: center; flex: 0 0 auto; width: 50px; height: 50px; border-radius: 50%; color: var(--sw-green); background: #eef7e9; font-size: 1.35rem; }
.sw-benefit h3 { margin: 0; color: var(--sw-green-dark); font-size: 1rem; }
.sw-benefit p { margin: 2px 0 0; color: var(--sw-muted); font-size: .78rem; line-height: 1.45; }

/* Story */
.sw-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.sw-story__visual { position: relative; min-height: 530px; border-radius: 48% 48% 18% 18%; overflow: hidden; background: linear-gradient(145deg,#d7edc8,#fff7d9); box-shadow: var(--sw-shadow); }
.sw-story__visual img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; object-position: 68% center; }
.sw-story__badge { position: absolute; left: 24px; bottom: 24px; width: 142px; height: 142px; display: grid; place-items: center; padding: 20px; text-align: center; color: var(--sw-green-dark); background: var(--sw-yellow); border: 8px solid #fff; border-radius: 50%; font-weight: 900; line-height: 1.2; transform: rotate(-6deg); }
.sw-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; padding: 0; margin: 30px 0; list-style: none; }
.sw-checks li { position: relative; padding-left: 28px; color: var(--sw-green-dark); font-weight: 800; }
.sw-checks li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--sw-green); }

/* Categories */
.sw-category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.sw-category-card { position: relative; min-height: 300px; padding: 28px; overflow: hidden; border-radius: var(--sw-radius); color: #fff; background: var(--sw-green-dark); box-shadow: 0 15px 35px rgba(37,74,27,.12); }
.sw-category-card:nth-child(2n) { background: #d78b25; }
.sw-category-card:nth-child(3n) { background: #81552f; }
.sw-category-card:nth-child(4n) { background: #6f8c3b; }
.sw-category-card::after { content: ""; position: absolute; right: -55px; bottom: -70px; width: 210px; height: 210px; border-radius: 50%; background: rgba(255,255,255,.12); }
.sw-category-card__icon { position: relative; z-index: 1; display: block; margin: 26px 0 34px; font-size: 4.6rem; filter: drop-shadow(0 9px 10px rgba(0,0,0,.16)); }
.sw-category-card small { position: relative; z-index: 1; color: rgba(255,255,255,.75); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.sw-category-card h3 { position: relative; z-index: 1; margin: 5px 0 0; color: #fff; font-size: 1.45rem; line-height: 1.2; }
.sw-category-card:hover { transform: translateY(-6px); }

/* Products */
.sw-products-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.sw-product-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--sw-border); border-radius: var(--sw-radius); transition: .25s ease; }
.sw-product-card:hover { transform: translateY(-7px); box-shadow: var(--sw-shadow); border-color: transparent; }
.sw-product-card__media { position: relative; display: grid; place-items: center; aspect-ratio: 1/1; overflow: hidden; background: #f5f5ee; }
.sw-product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.sw-product-card:hover .sw-product-card__media img { transform: scale(1.045); }
.sw-product-card__placeholder { display: grid; place-items: center; width: 70%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(135deg,#dcefd1,#fff4c8); font-size: 5rem; }
.sw-product-card__badge { position: absolute; top: 15px; left: 15px; padding: 7px 10px; border-radius: 999px; color: var(--sw-green-dark); background: var(--sw-yellow); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.sw-product-card__body { padding: 22px; text-align: center; }
.sw-product-card__body h3 { margin: 0; color: var(--sw-green-dark); font-size: 1.1rem; line-height: 1.35; }
.sw-product-card__body h3 a:hover { color: var(--sw-green); }
.sw-product-card__price { min-height: 27px; margin: 8px 0 16px; color: var(--sw-green); font-weight: 900; }
.sw-product-card__price del { color: #9aa195; font-weight: 600; }
.sw-product-card__price ins { text-decoration: none; }
.sw-product-card .sw-button { min-height: 43px; padding: 11px 18px !important; font-size: .83rem; }

/* Why */
.sw-why { position: relative; isolation: isolate; overflow: hidden; color: rgba(255,255,255,.76); background: var(--sw-green-deep); }
.sw-why::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .14; background: radial-gradient(circle at 78% 32%, var(--sw-yellow) 0 2px, transparent 3px) 0 0/30px 30px; }
.sw-why .sw-title, .sw-why h3 { color: #fff; }
.sw-why .sw-kicker { color: var(--sw-yellow); }
.sw-why__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.sw-reasons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.sw-reason { padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.sw-reason span { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 16px; border-radius: 50%; color: var(--sw-green-dark); background: var(--sw-yellow); font-weight: 900; }
.sw-reason h3 { margin: 0 0 7px; font-size: 1.05rem; }
.sw-reason p { margin: 0; font-size: .86rem; line-height: 1.6; }

/* CTA */
.sw-cta { padding: 0 0 96px; background: var(--sw-cream); }
.sw-cta__inner { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 48px 54px; border-radius: 28px; color: #fff; background: var(--sw-green); }
.sw-cta__inner::after { content: ""; position: absolute; right: -70px; top: -90px; width: 260px; height: 260px; border: 55px solid rgba(255,255,255,.12); border-radius: 50%; }
.sw-cta h2 { position: relative; z-index: 1; max-width: 720px; margin: 0; color: #fff; font-size: clamp(1.8rem,3vw,2.8rem); line-height: 1.1; }
.sw-cta .sw-button { position: relative; z-index: 1; flex: 0 0 auto; }

/* Footer */
.sw-footer { color: rgba(255,255,255,.68); background: #102d1b; }
.sw-footer__top { display: grid; grid-template-columns: 1.35fr .7fr .9fr; gap: 60px; padding: 72px 0 60px; }
.sw-footer .sw-brand__copy strong, .sw-footer h3 { color: #fff; }
.sw-footer .sw-brand__copy small { color: var(--sw-yellow); }
.sw-footer__about { max-width: 420px; margin: 20px 0 0; }
.sw-footer h3 { margin: 4px 0 18px; font-size: 1rem; }
.sw-footer ul { padding: 0; margin: 0; list-style: none; }
.sw-footer li + li { margin-top: 9px; }
.sw-footer a:hover { color: var(--sw-yellow); }
.sw-footer__bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); }
.sw-footer__bottom .sw-container { display: flex; justify-content: space-between; gap: 20px; }

/* Inner content and WooCommerce */
.sw-page-hero { padding: 82px 0; color: #fff; background: linear-gradient(115deg,var(--sw-green-deep),var(--sw-green)); }
.sw-page-hero h1 { margin: 0; color: #fff; font-size: clamp(2.5rem,5vw,4.4rem); letter-spacing: -.055em; }
.sw-content { padding: 80px 0; }
.sw-content__card { max-width: 900px; padding: 42px; margin: 0 auto; border: 1px solid var(--sw-border); border-radius: var(--sw-radius); background: #fff; box-shadow: var(--sw-shadow); }
.sw-content__card + .sw-content__card { margin-top: 28px; }
.sw-entry-content > *:first-child { margin-top: 0; }
.sw-entry-content > *:last-child { margin-bottom: 0; }
.woocommerce .woocommerce-breadcrumb { color: var(--sw-muted); }
.woocommerce span.onsale { min-width: auto; min-height: auto; padding: 8px 12px; border-radius: 999px; line-height: 1; background: var(--sw-yellow); color: var(--sw-green-dark); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 34px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 18px; border: 1px solid var(--sw-border); border-radius: 18px; background: #fff; }
.woocommerce ul.products li.product:hover { box-shadow: var(--sw-shadow); }
.woocommerce ul.products li.product a img { border-radius: 13px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--sw-green-dark); font-size: 1.04rem; }
.woocommerce ul.products li.product .price { color: var(--sw-green); font-weight: 900; }
.sw-demo-order-notice { clear: both; padding: 14px 18px; margin: 0 0 24px; border: 1px solid #e1c46f; border-left: 5px solid var(--sw-yellow); border-radius: 12px; color: var(--sw-green-dark); background: #fff8df; font-size: .92rem; }
.sw-demo-order-notice--success { border-color: #bcdcab; border-left-color: var(--sw-green); background: #eef8e9; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--sw-green); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--sw-green); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--sw-green); color: #fff; }
.woocommerce-cart table.cart img { width: 90px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select, .search-field, .sw-entry-content input, .sw-entry-content textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--sw-border); border-radius: 10px; background: #fff;
}

/* WooCommerce design system */
.woocommerce-shop .sw-content,
.single-product .sw-content,
.tax-product_cat .sw-content,
.tax-product_tag .sw-content { padding: 70px 0 88px; background: linear-gradient(180deg,#fbfcf8 0%,#fff 100%); }
.woocommerce-shop .sw-demo-order-notice,
.single-product .sw-demo-order-notice { margin-bottom: 32px; }

/* Product grids and post-add state */
.woocommerce ul.products li.product {
  display: flex; flex-direction: column; overflow: hidden; padding: 14px 14px 18px;
  border-color: #e4e9df; border-radius: 22px; box-shadow: 0 9px 25px rgba(35,74,27,.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.woocommerce ul.products li.product:hover { transform: translateY(-5px); border-color: #d5e2cf; box-shadow: 0 20px 48px rgba(35,74,27,.13); }
.woocommerce ul.products li.product .woocommerce-LoopProduct-link { display: flex; flex: 1; flex-direction: column; }
.woocommerce ul.products li.product a img { aspect-ratio: 1; margin-bottom: 18px; object-fit: contain; background: #f7f7f1; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 6px; font-size: 1.16rem; line-height: 1.25; }
.woocommerce ul.products li.product .price { min-height: 30px; padding: 0 6px; margin-top: 8px; }
.woocommerce ul.products li.product .button { align-self: flex-start; margin: 10px 6px 0; }
.woocommerce ul.products li.product .button.added { color: var(--sw-green-dark); background: #eaf6e4; }
.woocommerce a.added_to_cart.wc-forward {
  display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; gap: 7px;
  min-height: 43px; padding: 9px 16px; margin: 10px 6px 0 0; border: 1px solid #c5dcc0;
  border-radius: 999px; color: var(--sw-green-dark); background: #f3faef; font-weight: 850; line-height: 1;
}
.woocommerce a.added_to_cart.wc-forward::after { content: "\2192"; font-size: 1.05em; transition: transform .2s ease; }
.woocommerce a.added_to_cart.wc-forward:hover { color: #fff; border-color: var(--sw-green); background: var(--sw-green); }
.woocommerce a.added_to_cart.wc-forward:hover::after { transform: translateX(3px); }

/* Single product */
.single-product div.product {
  display: grid; grid-template-columns: minmax(0,520px) minmax(0,1fr); gap: 46px 64px;
  position: relative; width: 100%; margin: 0; align-items: start;
}
.single-product div.product::after { display: none; }
.single-product div.product > .onsale { top: 18px; left: 18px; z-index: 5; }
.woocommerce div.product div.images,
.woocommerce div.product div.summary { float: none; width: auto; margin: 0; }
.woocommerce div.product div.images {
  grid-column: 1; padding: 30px; overflow: hidden; border: 1px solid #e3e8de;
  border-radius: 28px; background: radial-gradient(circle at 50% 42%,#fff 0 42%,#f4f4eb 76%);
  box-shadow: 0 18px 50px rgba(35,74,27,.10);
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { display: grid; place-items: center; min-height: 460px; }
.woocommerce div.product div.images .woocommerce-product-gallery__image { width: 100%; }
.woocommerce div.product div.images .woocommerce-product-gallery__image a { display: grid; place-items: center; }
.woocommerce div.product div.images img { width: 100%; max-width: 440px; max-height: 440px; margin: 0 auto; object-fit: contain; cursor: zoom-in; }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: 18px; right: 18px; display: grid; place-items: center; width: 44px; height: 44px;
  border: 1px solid #dce5d7; border-radius: 50%; background: rgba(255,255,255,.94); box-shadow: 0 8px 22px rgba(35,74,27,.12);
}
.woocommerce div.product .summary {
  grid-column: 2; padding: 36px; border: 1px solid #e3e8de; border-radius: 28px;
  background: #fff; box-shadow: 0 18px 50px rgba(35,74,27,.08);
}
.sw-product-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; color: var(--sw-green); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.sw-product-eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--sw-yellow); }
.woocommerce div.product .product_title { margin: 0 0 16px; color: var(--sw-green-dark); font-size: clamp(2.35rem,4vw,3.65rem); line-height: .98; letter-spacing: -.02em; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { margin: 0 0 22px; color: var(--sw-green); font-size: 1.38rem; font-weight: 900; }
.woocommerce div.product p.price del { margin-right: 7px; color: #9da497; font-size: .86em; font-weight: 600; }
.woocommerce div.product .woocommerce-product-details__short-description { margin: 0 0 18px; color: #566150; font-size: 1.03rem; }
.woocommerce div.product .stock { display: inline-flex; padding: 7px 12px; margin: 0 0 20px; border-radius: 999px; color: #397f20; background: #edf8e8; font-size: .82rem; font-weight: 850; }
.woocommerce div.product form.cart { display: flex; align-items: stretch; gap: 12px; padding: 18px 0 22px; margin: 0; border-top: 1px solid #edf0e9; border-bottom: 1px solid #edf0e9; }
.woocommerce div.product form.cart .quantity { float: none; margin: 0; }
.woocommerce div.product form.cart .qty { width: 76px; height: 52px; padding: 0 10px; border: 1px solid #cfdbca; border-radius: 13px; color: var(--sw-green-dark); background: #fbfcf9; font-weight: 850; text-align: center; }
.woocommerce div.product form.cart .button { display: inline-flex; flex: 1; align-items: center; justify-content: center; min-height: 52px; margin: 0; border-radius: 13px; }
.woocommerce div.product .product_meta { display: grid; gap: 8px; padding-top: 20px; color: #687263; font-size: .86rem; line-height: 1.5; }
.woocommerce div.product .product_meta > span { display: block; }
.woocommerce div.product .product_meta a { color: var(--sw-green); font-weight: 800; }
.sw-purchase-confidence { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; padding-top: 20px; }
.sw-purchase-confidence span { min-width: 0; padding: 12px; border-radius: 13px; color: #667060; background: #f6f8f3; font-size: .75rem; line-height: 1.35; }
.sw-purchase-confidence strong { display: block; margin-bottom: 3px; color: var(--sw-green-dark); font-size: .78rem; }

/* Product tabs */
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; padding: 24px; margin: 0; border: 1px solid #e3e8de; border-radius: 28px; background: #f7f8f3; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0 0 18px; overflow: visible; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  position: relative; z-index: 1; padding: 0; margin: 0; border: 1px solid #dce4d8; border-radius: 999px; background: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 11px 18px; color: #5b6756; font-family: inherit; font-size: .87rem; font-weight: 850; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-color: var(--sw-green); background: var(--sw-green); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #fff; }
.woocommerce div.product .woocommerce-Tabs-panel { padding: 30px 32px; margin: 0; border: 1px solid #e4e9df; border-radius: 20px; background: #fff; }
.woocommerce div.product .woocommerce-Tabs-panel h2 { margin: 0 0 16px; color: var(--sw-green-dark); font-size: 2rem; }
.woocommerce div.product .woocommerce-Tabs-panel > *:last-child { margin-bottom: 0; }
.woocommerce div.product .woocommerce-Tabs-panel table { border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid #e5e9e1; border-radius: 14px; }
.woocommerce div.product .woocommerce-Tabs-panel table th,
.woocommerce div.product .woocommerce-Tabs-panel table td { padding: 13px 16px; border-bottom: 1px solid #edf0e9; background: #fff; }
.woocommerce div.product .woocommerce-Tabs-panel table th { width: 34%; color: var(--sw-green-dark); background: #f7f8f3; }
.woocommerce div.product .related.products { grid-column: 1 / -1; padding-top: 8px; }
.woocommerce div.product .related.products > h2 { margin: 0 0 24px; color: var(--sw-green-dark); font-size: clamp(2rem,3.4vw,3rem); }

/* Checkout and cart blocks */
.woocommerce-checkout .sw-page-hero,
.woocommerce-cart .sw-page-hero { padding: 62px 0; }
.woocommerce-checkout .sw-content,
.woocommerce-cart .sw-content { padding: 64px 0 88px; background: linear-gradient(180deg,#fbfcf8,#fff); }
.woocommerce-checkout .sw-content__card,
.woocommerce-cart .sw-content__card { max-width: 1200px; padding: 34px; border-radius: 28px; background: #f7f8f3; box-shadow: 0 22px 65px rgba(35,74,27,.11); }
.sw-checkout-intro { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 24px 26px; margin-bottom: 26px; border-radius: 20px; color: #fff; background: linear-gradient(120deg,var(--sw-green-deep),var(--sw-green)); }
.sw-checkout-intro__copy { max-width: 690px; }
.sw-checkout-intro__eyebrow { display: block; margin-bottom: 5px; color: var(--sw-yellow); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.sw-checkout-intro h2 { margin: 0; color: #fff; font-size: clamp(1.8rem,3vw,2.55rem); line-height: 1.04; }
.sw-checkout-intro p { margin: 8px 0 0; color: rgba(255,255,255,.82); font-size: .9rem; }
.sw-checkout-intro__marks { display: flex; gap: 8px; flex: 0 0 auto; }
.sw-checkout-intro__marks span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.10); font-size: .74rem; font-weight: 800; white-space: nowrap; }
.woocommerce-checkout .wc-block-components-sidebar-layout { gap: 34px; }
.woocommerce-checkout .wc-block-components-main { width: calc(100% - 390px); padding-right: 0; }
.woocommerce-checkout .wc-block-components-sidebar { width: 356px; padding: 24px; align-self: flex-start; border: 1px solid #e0e7dc; border-radius: 20px; background: #fff; }
.woocommerce-checkout .wc-block-components-checkout-step { padding: 23px; margin: 0 0 16px; border: 1px solid #e0e7dc; border-radius: 18px; background: #fff; }
.woocommerce-checkout .wc-block-components-checkout-step:last-of-type { margin-bottom: 0; }
.woocommerce-checkout .wc-block-components-title,
.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-checkout .wc-block-components-sidebar-layout h2,
.woocommerce-checkout .wc-block-components-sidebar-layout h3 { color: var(--sw-green-dark); font-family: var(--sw-display-font); font-weight: 400; }
.woocommerce-checkout .wc-block-components-checkout-step__title { display: flex; align-items: center; gap: 10px; font-size: 1.55rem; line-height: 1.1; }
.woocommerce-checkout .wc-block-components-checkout-step__title::before { content: ""; width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--sw-yellow); box-shadow: 0 0 0 5px #fff4ce; }
.woocommerce-checkout .wc-block-components-checkout-step__heading-container { margin-bottom: 16px; }
.woocommerce-checkout .wc-block-components-checkout-step__content { padding: 0; }
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  min-height: 54px; border: 1px solid #ccd8c7; border-radius: 12px; color: var(--sw-green-dark); background: #fbfcf9; box-shadow: none;
}
.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus { border-color: var(--sw-green); box-shadow: 0 0 0 3px rgba(77,174,43,.13); }
.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control label { color: #65705f; }
.woocommerce-checkout .wc-block-components-checkbox__input { border-color: #bfcdb9; border-radius: 6px; accent-color: var(--sw-green); }
.woocommerce-checkout .wc-block-components-radio-control-accordion-option,
.woocommerce-checkout .wc-block-components-radio-control__option { overflow: hidden; border: 1px solid #d8e3d4; border-radius: 14px; background: #fbfcf9; }
.woocommerce-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.woocommerce-checkout .wc-block-components-radio-control__option:has(input:checked) { border-color: var(--sw-green); background: #f0f8ec; box-shadow: 0 0 0 2px rgba(77,174,43,.08); }
.woocommerce-checkout .wc-block-components-radio-control__input { accent-color: var(--sw-green); }
.woocommerce-checkout .wc-block-checkout__actions_row { padding-top: 20px; }
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  min-height: 56px; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(90deg,var(--sw-green),#63bd35); box-shadow: 0 12px 28px rgba(77,174,43,.22);
  font-size: .96rem; font-weight: 900; text-transform: none;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover { transform: translateY(-1px); background: var(--sw-green-dark); }
.woocommerce-checkout .wc-block-components-order-summary { border: 0; }
.woocommerce-checkout .wc-block-components-order-summary-item { padding: 15px 0; }
.woocommerce-checkout .wc-block-components-order-summary-item__image img { border-radius: 10px; background: #f4f5ef; }
.woocommerce-checkout .wc-block-components-totals-wrapper { border-top-color: #e4e9df; }
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-formatted-money-amount { color: var(--sw-green-dark); font-family: var(--sw-display-font); font-size: 1.42rem; font-weight: 400; }
.woocommerce-cart .wc-block-cart,
.woocommerce-cart .wc-block-components-sidebar-layout { margin: 0; }
.woocommerce-cart .wc-block-cart-items { overflow: hidden; border: 1px solid #e0e7dc; border-radius: 18px; background: #fff; }
.woocommerce-cart .wc-block-components-sidebar { padding: 24px; border: 1px solid #e0e7dc; border-radius: 18px; background: #fff; }
.woocommerce-cart .wc-block-cart__submit-button { border-radius: 999px; color: #fff; background: var(--sw-green); font-weight: 900; }

@media (max-width: 1024px) {
  .sw-nav { display: none; position: fixed; inset: 0 0 0 24%; z-index: 100; padding: 100px 28px 40px; overflow: auto; background: #fff; box-shadow: -20px 0 60px rgba(0,0,0,.2); }
  .sw-nav.is-open { display: block; }
  .sw-nav ul { display: block; }
  .sw-nav a { padding: 14px 8px; border-bottom: 1px solid var(--sw-border); }
  .sw-nav .sub-menu { display: block; position: static; padding: 0 0 0 14px; box-shadow: none; }
  .sw-menu-toggle { display: block; position: relative; z-index: 101; }
  .sw-actions { margin-left: auto; }
  .sw-benefits__grid, .sw-category-grid, .sw-products-grid, .woocommerce ul.products { grid-template-columns: repeat(2,1fr); }
  .sw-benefit:nth-child(2) { border-right: 0; }
  .sw-benefit:nth-child(-n+2) { border-bottom: 1px solid var(--sw-border); }
  .sw-story, .sw-why__grid { grid-template-columns: 1fr; }
  .sw-story { gap: 45px; }
  .sw-story__visual { min-height: 440px; }
  .sw-story__visual img { min-height: 440px; }
  .single-product div.product { grid-template-columns: minmax(0,4fr) minmax(0,5fr); gap: 36px; }
  .woocommerce div.product div.images { padding: 22px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper { min-height: 390px; }
  .woocommerce div.product div.images img { max-height: 390px; }
  .woocommerce div.product .summary { padding: 28px; }
  .sw-purchase-confidence { grid-template-columns: 1fr; }
  .woocommerce-checkout .wc-block-components-main { width: calc(100% - 340px); }
  .woocommerce-checkout .wc-block-components-sidebar { width: 310px; }
}

@media (max-width: 700px) {
  .sw-container { width: min(calc(100% - 28px), var(--sw-container)); }
  .sw-section { padding: 70px 0; }
  .sw-topbar__inner { min-height: 34px; justify-content: center; }
  .sw-topbar__right { display: none; }
  .sw-header__inner { min-height: 74px; gap: 10px; }
  .sw-brand__mark { width: 40px; height: 40px; }
  .sw-brand__copy strong { font-size: 1.04rem; }
  .sw-brand__copy small { font-size: .56rem; }
  .sw-action--account { display: none; }
  .sw-nav { left: 9%; }
  .sw-hero { min-height: 650px; background-position: 63% center; }
  .sw-hero::before { background: linear-gradient(90deg,rgba(249,245,234,.98) 0%,rgba(249,245,234,.9) 58%,rgba(249,245,234,.3) 100%); }
  .sw-hero__content { padding: 80px 0 150px; }
  .sw-hero h1 { max-width: 650px; font-size: clamp(3rem,15vw,6rem); }
  .sw-benefits { margin-top: -88px; }
  .sw-benefits__grid, .sw-category-grid, .sw-products-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .sw-benefit { min-height: 96px; border-right: 0; border-bottom: 1px solid var(--sw-border); }
  .sw-benefit:last-child { border-bottom: 0; }
  .sw-section-head { display: block; }
  .sw-section-head .sw-lead { margin-top: 14px; }
  .sw-story__visual, .sw-story__visual img { min-height: 360px; }
  .sw-story__badge { width: 118px; height: 118px; font-size: .8rem; }
  .sw-checks, .sw-reasons { grid-template-columns: 1fr; }
  .sw-cta__inner { display: block; padding: 38px 28px; }
  .sw-cta .sw-button { margin-top: 24px; }
  .sw-footer__top { grid-template-columns: 1fr; gap: 35px; }
  .sw-footer__bottom .sw-container { display: block; }
  .sw-footer__bottom span { display: block; margin-top: 7px; }
  .sw-content__card { padding: 25px; }
  .woocommerce-shop .sw-content, .single-product .sw-content, .tax-product_cat .sw-content, .tax-product_tag .sw-content,
  .woocommerce-checkout .sw-content, .woocommerce-cart .sw-content { padding: 42px 0 64px; }
  .single-product div.product { display: block; }
  .woocommerce div.product div.images { padding: 18px; margin-bottom: 24px; border-radius: 22px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper { min-height: 330px; }
  .woocommerce div.product div.images img { max-height: 330px; }
  .woocommerce div.product .summary { padding: 24px 20px; border-radius: 22px; }
  .woocommerce div.product .product_title { font-size: clamp(2.25rem,12vw,3.35rem); }
  .woocommerce div.product form.cart { gap: 9px; }
  .woocommerce div.product form.cart .qty { width: 68px; }
  .woocommerce div.product .woocommerce-tabs { padding: 14px; margin-top: 24px; border-radius: 22px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { display: grid; grid-template-columns: 1fr; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active { width: 100%; border-radius: 12px; text-align: center; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a { display: block; }
  .woocommerce div.product .woocommerce-Tabs-panel { padding: 22px 18px; border-radius: 16px; }
  .woocommerce-checkout .sw-page-hero, .woocommerce-cart .sw-page-hero { padding: 46px 0; }
  .woocommerce-checkout .sw-content__card, .woocommerce-cart .sw-content__card { padding: 14px; border-radius: 22px; }
  .sw-checkout-intro { display: block; padding: 22px 20px; }
  .sw-checkout-intro__marks { flex-wrap: wrap; margin-top: 16px; }
  .woocommerce-checkout .wc-block-components-sidebar-layout { display: block; }
  .woocommerce-checkout .wc-block-components-main,
  .woocommerce-checkout .wc-block-components-sidebar { width: 100%; }
  .woocommerce-checkout .wc-block-components-sidebar-layout.is-mobile > .wc-block-components-sidebar { display: none; }
  .woocommerce-checkout .wc-block-components-sidebar { padding: 18px; margin-top: 18px; }
  .woocommerce-checkout .wc-block-components-checkout-step { padding: 18px 15px; }
  .woocommerce-checkout .wc-block-components-checkout-step__title { font-size: 1.38rem; }
}

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

/* ================================================================
   Storefront refinement — 1.4.0
   ================================================================ */

/* Real product artwork in the homepage category cards. */
.sw-category-card { display: flex; flex-direction: column; min-height: 340px; padding: 30px; }
.sw-category-card__media { position: absolute; z-index: 1; inset: 46px 4px 48px 32%; display: grid; place-items: center; pointer-events: none; }
.sw-category-card__media img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(0,0,0,.18)); transition: transform .4s ease; }
.sw-category-card:hover .sw-category-card__media img { transform: translateY(-6px) rotate(2deg) scale(1.04); }
.sw-category-card h3 { max-width: 72%; margin-top: auto; font-size: 1.55rem; }
.sw-category-card small { max-width: 55%; }

/* Store-led Why section with an editorial product arrangement. */
.sw-why { padding-top: 112px; padding-bottom: 150px; }
.sw-why__story { position: relative; min-height: 520px; padding: 38px 38px 230px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.03)); }
.sw-why__story .sw-title { font-size: clamp(2.65rem,4.6vw,4.8rem); }
.sw-why__story .sw-lead { color: rgba(255,255,255,.72); }
.sw-why__products { position: absolute; left: 26px; right: 26px; bottom: 18px; display: flex; align-items: end; justify-content: center; height: 205px; }
.sw-why__products a { width: 34%; height: 100%; display: grid; place-items: end center; }
.sw-why__products a:nth-child(2) { z-index: 2; width: 39%; transform: translateY(-12px); }
.sw-why__products img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 18px 14px rgba(0,0,0,.28)); }
.sw-reason { min-height: 220px; display: flex; flex-direction: column; justify-content: flex-start; padding: 30px; }
.sw-reason h3 { font-size: 1.32rem; }
.sw-reason p { font-size: .94rem; }

/* Overlapping home CTA: half in the story band, half in the footer space. */
.home .sw-cta { position: relative; z-index: 4; height: 0; padding: 0; background: transparent; transform: translateY(-50%); }
.home .sw-cta__inner { min-height: 150px; box-shadow: 0 24px 60px rgba(16,45,27,.28); }
.home .sw-footer__top { padding-top: 145px; }

/* Four-column footer with an embedded Delhi map. */
.sw-footer__top { grid-template-columns: 1.15fr .55fr .72fr 1.15fr; gap: 44px; padding: 82px 0 66px; }
.sw-footer h3 { margin: 3px 0 20px; color: #fff; font-size: 1.2rem; }
.sw-footer__about { max-width: 330px; line-height: 1.65; }
.sw-footer__email { display: inline-block; margin-top: 18px; color: #fff; font-weight: 750; }
.sw-footer__visit p { margin: 0 0 16px; line-height: 1.55; }
.sw-footer__cta { display: inline-flex; gap: 9px; align-items: center; margin-bottom: 20px; color: var(--sw-yellow); font-weight: 850; }
.sw-footer__visit iframe { width: 100%; height: 146px; border: 0; border-radius: 16px; filter: saturate(.65) contrast(.98); }

/* Shop banner and four-up horizontal category rails. */
.sw-shop-hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: linear-gradient(112deg,#102f1c 0%,#225e2b 56%,#4eaa2c 100%); }
.sw-shop-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .13; background: radial-gradient(circle,var(--sw-yellow) 0 2px,transparent 2.5px) 0 0/34px 34px; }
.sw-shop-hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 470px; }
.sw-shop-hero__copy { position: relative; z-index: 2; max-width: 660px; padding: 80px 0; }
.sw-shop-hero .sw-kicker { color: var(--sw-yellow); }
.sw-shop-hero h1 { max-width: 690px; margin: 0; color: #fff; font-size: clamp(3.3rem,5.8vw,6.4rem); line-height: .94; letter-spacing: -.035em; }
.sw-shop-hero__copy > p:last-child { max-width: 600px; margin: 22px 0 0; color: rgba(255,255,255,.77); font-size: 1.08rem; }
.sw-shop-hero__collage { position: relative; align-self: stretch; min-height: 470px; }
.sw-shop-hero__collage a { position: absolute; display: grid; place-items: center; width: 42%; height: 58%; }
.sw-shop-hero__collage a:nth-child(1) { left: 1%; bottom: 2%; z-index: 3; transform: rotate(-7deg); }
.sw-shop-hero__collage a:nth-child(2) { left: 30%; top: 6%; z-index: 2; transform: rotate(5deg); }
.sw-shop-hero__collage a:nth-child(3) { right: 0; bottom: 0; z-index: 4; transform: rotate(7deg); }
.sw-shop-hero__collage a:nth-child(4) { right: 8%; top: 2%; z-index: 1; transform: rotate(-4deg) scale(.8); }
.sw-shop-hero__collage img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 22px 22px rgba(0,0,0,.28)); }
.sw-shop-showcase { padding: 68px 0 120px; background: #fafaf6; }
.sw-shop-showcase .sw-demo-order-notice { margin: 0 0 54px; }
.sw-collection { scroll-margin-top: 110px; padding: 54px 0 62px; border-bottom: 1px solid #dfe6d9; }
.sw-collection:first-of-type { padding-top: 8px; }
.sw-collection:last-child { border-bottom: 0; }
.sw-collection__head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }
.sw-collection__head h2 { margin: 0; color: var(--sw-green-dark); font-size: clamp(2.15rem,3.6vw,3.55rem); line-height: 1; }
.sw-collection__head p:last-child { max-width: 720px; margin: 12px 0 0; color: var(--sw-muted); }
.sw-collection__nav { display: flex; gap: 10px; flex: 0 0 auto; }
.sw-collection__nav button { display: grid; place-items: center; width: 50px; height: 50px; padding: 0; border: 1px solid #d7e2d2; border-radius: 50%; color: #fff; background: var(--sw-green-dark); font-size: 1.35rem; box-shadow: 0 9px 22px rgba(24,61,37,.16); transition: .2s ease; }
.sw-collection__nav button:hover:not(:disabled) { transform: translateY(-2px); color: var(--sw-green-dark); background: var(--sw-yellow); border-color: var(--sw-yellow); }
.sw-collection__nav button:disabled { cursor: default; opacity: .28; box-shadow: none; }
.sw-shop-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 72px)/4); gap: 24px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; padding: 4px 2px 32px; }
.sw-shop-rail::-webkit-scrollbar { display: none; }
.sw-product-card--rail { min-width: 0; scroll-snap-align: start; box-shadow: 0 12px 35px rgba(35,74,27,.07); }
.sw-product-card--rail .sw-product-card__body { display: grid; grid-template-rows: minmax(52px,auto) 28px auto; align-items: start; min-height: 200px; padding: 20px; }
.sw-product-card--rail .sw-button { align-self: end; justify-self: center; }

/* Product tabs: consistent typographic rhythm in every panel. */
.woocommerce div.product .woocommerce-Tabs-panel { padding: 38px 40px !important; font-size: 1rem; line-height: 1.78; }
.woocommerce div.product .woocommerce-Tabs-panel h2 { margin: 0 0 24px !important; font-size: clamp(1.75rem,2.5vw,2.35rem); line-height: 1.12; }
.woocommerce div.product .woocommerce-Tabs-panel h3 { margin: 28px 0 12px; color: var(--sw-green-dark); font-size: 1.35rem; }
.woocommerce div.product .woocommerce-Tabs-panel p { margin: 0 0 18px; }
.woocommerce div.product .woocommerce-Tabs-panel ul,
.woocommerce div.product .woocommerce-Tabs-panel ol { padding-left: 1.35rem; margin: 16px 0 22px; }
.woocommerce div.product .woocommerce-Tabs-panel li { padding-left: 4px; }
.woocommerce div.product .woocommerce-Tabs-panel li + li { margin-top: 8px; }
.woocommerce div.product .woocommerce-Tabs-panel .shop_attributes { margin: 0; }
.woocommerce div.product #reviews #comments ol.commentlist { padding: 0; margin: 0 0 28px; }
.woocommerce div.product #reviews #comments ol.commentlist li { padding: 22px; border: 1px solid var(--sw-border); border-radius: 16px; }
.woocommerce div.product #review_form_wrapper { padding-top: 8px; }
.woocommerce div.product #review_form label { display: block; margin-bottom: 7px; color: var(--sw-green-dark); font-weight: 800; }
.woocommerce div.product #review_form input:not([type="submit"]),
.woocommerce div.product #review_form textarea { width: 100%; padding: 13px 15px; border: 1px solid #dfe6d9; border-radius: 12px; background: #fbfcf9; }

/* Checkout option controls: intentional and uniform radio-to-label spacing. */
.woocommerce-checkout .wc-block-components-radio-control__option { padding: 0 !important; }
.woocommerce-checkout .wc-block-components-radio-control__option-layout,
.woocommerce-checkout .wc-block-components-radio-control__option > label { display: grid !important; grid-template-columns: 26px minmax(0,1fr) !important; column-gap: 14px !important; align-items: center !important; padding: 16px 18px !important; }
.woocommerce-checkout .wc-block-components-radio-control__input { position: relative !important; inset: auto !important; width: 28px !important; height: 28px !important; margin: 0 !important; justify-self: center; }
.woocommerce-checkout .wc-block-components-radio-control__label-group,
.woocommerce-checkout .wc-block-components-radio-control__label { min-width: 0; margin: 0 !important; padding: 0 !important; }
.woocommerce-checkout .wc-block-components-radio-control-accordion-content { padding: 0 18px 17px 58px !important; line-height: 1.6; }
.woocommerce-checkout .wc-block-components-radio-control__option { display: grid !important; grid-template-columns: 26px minmax(0,1fr) !important; column-gap: 14px !important; align-items: center !important; padding: 16px 18px !important; }
.woocommerce-checkout .wc-block-components-radio-control__option > .wc-block-components-radio-control__input { grid-column: 1; grid-row: 1; }
.woocommerce-checkout .wc-block-components-radio-control__option > .wc-block-components-radio-control__option-layout,
.woocommerce-checkout .wc-block-components-radio-control__option > label { display: block !important; grid-column: 2; grid-row: 1; padding: 0 !important; }

/* Blog index. */
.sw-blog-hero { padding: 92px 0 104px; color: #fff; text-align: center; background: linear-gradient(120deg,var(--sw-green-deep),#367f2b 70%,var(--sw-green)); }
.sw-blog-hero .sw-kicker { color: var(--sw-yellow); }
.sw-blog-hero h1 { max-width: 850px; margin: 0 auto; color: #fff; font-size: clamp(3rem,6vw,6rem); line-height: .96; }
.sw-blog-hero > .sw-container > p:last-child { max-width: 700px; margin: 22px auto 0; color: rgba(255,255,255,.77); font-size: 1.08rem; }
.sw-blog-list { padding: 90px 0 120px; background: #fafaf6; }
.sw-blog-list__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.sw-blog-list__head h2 { margin: 0; color: var(--sw-green-dark); font-size: clamp(2.3rem,4vw,4rem); }
.sw-journal-search { display: flex; overflow: hidden; min-width: 330px; border: 1px solid var(--sw-border); border-radius: 999px; background: #fff; box-shadow: 0 10px 30px rgba(35,74,27,.08); }
.sw-journal-search label { flex: 1; }
.sw-journal-search input { width: 100%; padding: 14px 6px 14px 20px; border: 0; outline: 0; background: transparent; }
.sw-journal-search button { width: 54px; border: 0; color: #fff; background: var(--sw-green); font-size: 1.25rem; }
.sw-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 34px 28px; }
.sw-blog-card { overflow: hidden; border: 1px solid var(--sw-border); border-radius: 22px; background: #fff; box-shadow: 0 16px 45px rgba(35,74,27,.08); transition: .25s ease; }
.sw-blog-card:hover { transform: translateY(-6px); box-shadow: var(--sw-shadow); }
.sw-blog-card__media { position: relative; display: block; aspect-ratio: 1.35/1; overflow: hidden; background: var(--sw-cream); }
.sw-blog-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 14px; transition: transform .45s ease; }
.sw-blog-card:hover .sw-blog-card__media img { transform: scale(1.05) rotate(1deg); }
.sw-blog-card__media time, .sw-article__image time { position: absolute; right: 16px; bottom: 0; padding: 8px 13px; color: var(--sw-green-dark); background: var(--sw-yellow); border-radius: 10px 10px 0 0; font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.sw-blog-card__body { padding: 25px 26px 28px; }
.sw-blog-card__meta { color: var(--sw-green); font-size: .77rem; font-weight: 750; }
.sw-blog-card__meta a:hover { color: var(--sw-green-dark); }
.sw-blog-card h3 { min-height: 66px; margin: 10px 0; color: var(--sw-green-dark); font-size: 1.48rem; line-height: 1.25; }
.sw-blog-card__body > p { min-height: 76px; margin: 0 0 16px; color: var(--sw-muted); font-size: .92rem; line-height: 1.6; }
.sw-blog-card__more { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--sw-border); color: var(--sw-green-dark); font-weight: 850; }
.sw-blog-card__more span { color: var(--sw-green); font-size: 1.3rem; }
.sw-pagination { margin-top: 54px; }
.sw-pagination ul { display: flex; justify-content: center; gap: 9px; padding: 0; margin: 0; list-style: none; }
.sw-pagination a, .sw-pagination span { display: grid; place-items: center; min-width: 46px; height: 46px; padding: 0 15px; border: 1px solid var(--sw-border); border-radius: 999px; background: #fff; font-weight: 800; }
.sw-pagination .current, .sw-pagination a:hover { color: #fff; background: var(--sw-green); border-color: var(--sw-green); }

/* Journal article and sidebar. */
.sw-article-hero { padding: 74px 0 86px; text-align: center; color: #fff; background: linear-gradient(120deg,var(--sw-green-deep),#347a2a); }
.sw-article-hero .sw-kicker { color: var(--sw-yellow); }
.sw-article-hero h1 { max-width: 930px; margin: 0 auto; color: #fff; font-size: clamp(2.7rem,5.5vw,5.3rem); line-height: .98; }
.sw-article-hero__meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 22px; color: rgba(255,255,255,.72); font-size: .85rem; }
.sw-article-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 42px; padding-top: 76px; padding-bottom: 110px; }
.sw-article { min-width: 0; }
.sw-article__image { position: relative; display: grid; place-items: center; min-height: 520px; margin: 0 0 36px; padding: 30px; overflow: hidden; border-radius: 24px; background: var(--sw-cream); }
.sw-article__image img { max-height: 600px; object-fit: contain; }
.sw-article .sw-entry-content { color: #3f4d39; font-size: 1.06rem; line-height: 1.82; }
.sw-article .sw-entry-content > p:first-child { color: var(--sw-green-dark); font-size: 1.28rem; }
.sw-article .sw-entry-content h2 { margin: 42px 0 15px; color: var(--sw-green-dark); font-size: clamp(2rem,3.2vw,3rem); line-height: 1.06; }
.sw-article .sw-entry-content h3 { margin: 32px 0 12px; color: var(--sw-green-dark); font-size: 1.55rem; }
.sw-article .sw-entry-content blockquote { margin: 34px 0; padding: 25px 30px; border-left: 5px solid var(--sw-yellow); border-radius: 0 18px 18px 0; color: var(--sw-green-dark); background: #f5f8f1; font-family: var(--sw-display-font); font-size: 1.55rem; line-height: 1.4; }
.sw-article__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; margin-top: 38px; border-top: 1px solid var(--sw-border); border-bottom: 1px solid var(--sw-border); }
.sw-article__footer a { color: var(--sw-green); font-weight: 850; }
.sw-article__footer strong { margin-right: 12px; color: var(--sw-green-dark); }
.sw-article-tags { display: inline-flex; flex-wrap: wrap; gap: 7px; }
.sw-article-tags a { padding: 5px 9px; border-radius: 999px; background: #eff6eb; font-size: .78rem; }
.sw-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 32px 0; }
.sw-post-nav > div { padding: 20px; border-radius: 16px; background: var(--sw-cream); }
.sw-post-nav small { display: block; color: var(--sw-green); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.sw-post-nav a { color: var(--sw-green-dark); font-family: var(--sw-display-font); font-size: 1.18rem; }
.sw-article-sidebar { min-width: 0; }
.sw-sidebar-search { display: flex; overflow: hidden; margin-bottom: 24px; border-radius: 14px; background: var(--sw-yellow); }
.sw-sidebar-search input { width: calc(100% - 54px); padding: 16px 18px; border: 0; outline: 0; background: transparent; }
.sw-sidebar-search button { width: 54px; border: 0; color: var(--sw-green-dark); background: transparent; font-size: 1.25rem; }
.sw-sidebar-card { padding: 26px; margin-bottom: 24px; border-radius: 18px; background: #f5f5ef; }
.sw-sidebar-card h2 { margin: 0 0 20px; color: var(--sw-green-dark); font-size: 1.55rem; }
.sw-latest-post { display: grid; grid-template-columns: 66px 1fr; gap: 13px; align-items: center; }
.sw-latest-post + .sw-latest-post { margin-top: 17px; padding-top: 17px; border-top: 1px solid #dfe3da; }
.sw-latest-post img { width: 66px; height: 66px; padding: 4px; object-fit: contain; border-radius: 11px; background: #fff; }
.sw-latest-post small { display: block; color: var(--sw-green); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.sw-latest-post strong { display: block; color: var(--sw-green-dark); font-size: .88rem; line-height: 1.3; }
.sw-sidebar-list { padding: 0; margin: 0; list-style: none; }
.sw-sidebar-list li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #dfe3da; }
.sw-tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.sw-tag-cloud a { padding: 7px 12px; border-radius: 999px; color: var(--sw-green-dark); background: #fff; font-weight: 750; }

/* Comments. */
.sw-comments { padding-top: 40px; margin-top: 40px; border-top: 1px solid var(--sw-border); }
.sw-comments h2, .sw-comments .comment-reply-title { margin: 0 0 20px; color: var(--sw-green-dark); font-size: 2rem; }
.sw-comment-list { padding: 0; margin: 0 0 40px; list-style: none; }
.sw-comment-list .comment-body { position: relative; min-height: 86px; padding: 22px 22px 22px 105px; margin-bottom: 18px; border-radius: 16px; background: var(--sw-cream); }
.sw-comment-list .avatar { position: absolute; left: 20px; top: 20px; border-radius: 50%; }
.sw-comments .comment-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sw-comments .comment-notes, .sw-comments .logged-in-as, .sw-comments .comment-form-comment, .sw-comments .form-submit { grid-column: 1/-1; }
.sw-comments label { display: block; margin-bottom: 6px; color: var(--sw-green-dark); font-weight: 800; }
.sw-comments input:not([type="submit"]), .sw-comments textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--sw-border); border-radius: 12px; background: #f8f8f3; }
.sw-comments .submit { min-height: 50px; padding: 13px 24px; border: 0; border-radius: 999px; color: #fff; background: var(--sw-green); font-weight: 850; cursor: pointer; transition: .2s ease; }
.sw-comments .submit:hover { transform: translateY(-2px); background: var(--sw-green-dark); }

@media (max-width: 1024px) {
  .sw-footer__top { grid-template-columns: 1.2fr .8fr .8fr; }
  .sw-footer__visit { grid-column: 1/-1; }
  .sw-footer__visit iframe { height: 190px; }
  .sw-shop-rail { grid-auto-columns: calc((100% - 24px)/2); }
  .sw-blog-grid { grid-template-columns: repeat(2,1fr); }
  .sw-article-layout { grid-template-columns: minmax(0,1fr) 290px; gap: 28px; }
}

@media (max-width: 700px) {
  .sw-category-card { min-height: 310px; }
  .sw-category-card__media { inset: 48px 4px 48px 25%; }
  .sw-why { padding-bottom: 120px; }
  .sw-why__story { padding: 28px 24px 210px; }
  .sw-why__products { height: 180px; }
  .home .sw-cta__inner { min-height: 170px; }
  .home .sw-footer__top { padding-top: 135px; }
  .sw-footer__top { grid-template-columns: 1fr; }
  .sw-footer__visit { grid-column: auto; }
  .sw-shop-hero__inner { display: block; min-height: 680px; }
  .sw-shop-hero__copy { padding: 64px 0 280px; }
  .sw-shop-hero h1 { font-size: clamp(3.2rem,15vw,5.2rem); }
  .sw-shop-hero__collage { position: absolute; left: 7%; right: 0; bottom: 0; min-height: 310px; }
  .sw-collection__head { align-items: center; }
  .sw-collection__head > div:first-child { min-width: 0; }
  .sw-collection__head p:last-child { font-size: .9rem; }
  .sw-collection__nav { flex-direction: column; }
  .sw-collection__nav button { width: 44px; height: 44px; }
  .sw-shop-rail { grid-auto-columns: 83%; gap: 16px; }
  .woocommerce div.product .woocommerce-Tabs-panel { padding: 25px 21px !important; font-size: .96rem; line-height: 1.7; }
  .woocommerce div.product .woocommerce-Tabs-panel h2 { margin-bottom: 18px !important; }
  .woocommerce-checkout .wc-block-components-radio-control__option { padding: 15px 14px !important; column-gap: 11px !important; }
  .woocommerce-checkout .wc-block-components-radio-control-accordion-content { padding: 0 14px 15px 51px !important; }
  .sw-blog-hero { padding: 70px 0 78px; }
  .sw-blog-list { padding: 65px 0 88px; }
  .sw-blog-list__head { display: block; }
  .sw-journal-search { min-width: 0; margin-top: 22px; }
  .sw-blog-grid { grid-template-columns: 1fr; }
  .sw-blog-card h3, .sw-blog-card__body > p { min-height: 0; }
  .sw-article-hero { padding: 62px 0 70px; }
  .sw-article-layout { display: block; padding-top: 46px; padding-bottom: 78px; }
  .sw-article__image { min-height: 340px; padding: 18px; }
  .sw-article__footer { align-items: flex-start; flex-direction: column; }
  .sw-post-nav { grid-template-columns: 1fr; }
  .sw-article-sidebar { margin-top: 55px; }
  .sw-comments .comment-form { grid-template-columns: 1fr; }
  .sw-comments .comment-form > * { grid-column: 1/-1; }
}

/* ================================================================
   Visual refinement — 1.5.0
   ================================================================ */

/* The licensed Earthbound face is the single typographic voice site-wide. */
body,
button,
input,
textarea,
select,
.woocommerce,
.wc-block-components-formatted-money-amount,
.wc-block-components-product-name,
.wc-block-components-button,
.wc-block-components-text-input input,
.wc-block-components-combobox-control input {
  font-family: var(--sw-display-font) !important;
}

/* Lifestyle visual supplied specifically for the Simpleweb honey story. */
.sw-story__visual img { object-position: center 42%; }

/* Category storytelling: a quiet plane on the left, isometric geometry on the right. */
#categories { position: relative; isolation: isolate; overflow: hidden; background: #f7f6ed; }
#categories::before,
#categories::after { content: ""; position: absolute; inset-block: 0; z-index: -1; pointer-events: none; }
#categories::before {
  left: 0;
  width: 52%;
  opacity: .82;
  background:
    linear-gradient(150deg, transparent 0 28%, rgba(255,189,60,.14) 28% 48%, transparent 48%),
    linear-gradient(30deg, rgba(80,167,44,.08) 0 34%, transparent 34% 64%, rgba(37,74,27,.055) 64%);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}
#categories::after {
  right: 0;
  width: 58%;
  opacity: .46;
  background-color: #f2f4e8;
  background-image:
    linear-gradient(30deg, rgba(80,167,44,.15) 12%, transparent 12.5%, transparent 87%, rgba(80,167,44,.15) 87.5%, rgba(80,167,44,.15)),
    linear-gradient(150deg, rgba(80,167,44,.15) 12%, transparent 12.5%, transparent 87%, rgba(80,167,44,.15) 87.5%, rgba(80,167,44,.15)),
    linear-gradient(30deg, rgba(255,189,60,.13) 12%, transparent 12.5%, transparent 87%, rgba(255,189,60,.13) 87.5%, rgba(255,189,60,.13)),
    linear-gradient(150deg, rgba(255,189,60,.13) 12%, transparent 12.5%, transparent 87%, rgba(255,189,60,.13) 87.5%, rgba(255,189,60,.13)),
    linear-gradient(60deg, rgba(37,74,27,.08) 25%, transparent 25.5%, transparent 75%, rgba(37,74,27,.08) 75%);
  background-size: 72px 126px;
  background-position: 0 0, 0 0, 36px 63px, 36px 63px, 0 0;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
#categories > .sw-container { position: relative; z-index: 1; }

/* The four purpose cards share the left panel baseline; children perch on the first row. */
.sw-why__grid { align-items: stretch; }
.sw-reasons-wrap { position: relative; display: flex; align-items: flex-end; min-width: 0; min-height: 100%; padding-top: 150px; }
.sw-reasons-wrap .sw-reasons { width: 100%; margin-top: auto; }
.sw-reasons-kids {
  position: absolute;
  top: 58px;
  left: 50%;
  z-index: 3;
  width: min(82%, 500px);
  height: 225px;
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
  filter: drop-shadow(0 13px 13px rgba(0,0,0,.23));
  transform: translateX(-50%);
}
.sw-reason { min-height: 220px; }

/* True half-overlap: 95px above and below the Why/footer boundary. */
.home .sw-cta {
  position: relative;
  z-index: 6;
  height: auto;
  padding: 0;
  margin: -95px 0;
  background: transparent;
  transform: none;
}
.home .sw-cta__inner { min-height: 190px; border-radius: 30px; box-shadow: 0 24px 60px rgba(8,36,20,.34); }
.home .sw-footer__top { padding-top: 190px; }

/* Organic-India-inspired footer landscape with a bespoke torn-earth ridge. */
.sw-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-bottom: 112px;
  background:
    radial-gradient(circle at 88% 12%, rgba(113,193,73,.14), transparent 28%),
    linear-gradient(135deg,#0d2a19 0%,#123c22 56%,#174f2a 100%);
}
.sw-footer::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -1%;
  right: -1%;
  bottom: -3px;
  height: 150px;
  background: url("assets/images/footer-earth-divider.svg?v=1.5.2") center bottom/100% 100% no-repeat;
  pointer-events: none;
}
.sw-footer__top,
.sw-footer__bottom { position: relative; z-index: 1; }
.sw-footer__bottom { border-top-color: rgba(255,255,255,.13); }

/* The one-product upsell was a narrow grid child; both recommendation blocks now span the product canvas. */
.single-product div.product > .up-sells.products,
.single-product div.product > .upsells.products,
.single-product div.product > .related.products {
  grid-column: 1 / -1;
  width: 100%;
  padding: 34px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--sw-border);
  border-radius: 26px;
  background: linear-gradient(135deg,#fbfcf7,#f3f7ec);
}
.single-product .up-sells.products > h2,
.single-product .upsells.products > h2,
.single-product .related.products > h2 {
  margin: 0 0 24px;
  color: var(--sw-green-dark);
  font-size: clamp(2rem,3.4vw,3rem);
  line-height: 1.08;
}
.single-product .up-sells.products ul.products,
.single-product .upsells.products ul.products,
.single-product .related.products ul.products {
  grid-template-columns: repeat(4,minmax(0,1fr));
  width: 100%;
  margin: 0;
}
.single-product .up-sells.products ul.products li.product,
.single-product .upsells.products ul.products li.product,
.single-product .related.products ul.products li.product { min-width: 0; }

/* Gentle product levitation in the shop banner. */
@keyframes swProductFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}
.sw-shop-hero__collage img { animation: swProductFloat 4.8s ease-in-out infinite; will-change: transform; }
.sw-shop-hero__collage a:nth-child(2) img { animation-delay: -.9s; animation-duration: 5.5s; }
.sw-shop-hero__collage a:nth-child(3) img { animation-delay: -1.8s; animation-duration: 4.3s; }
.sw-shop-hero__collage a:nth-child(4) img { animation-delay: -2.7s; animation-duration: 5.1s; }

/* Guard rails discovered during the responsive inspection. */
.home main,
.woocommerce-shop main,
.single-product main { overflow: clip; }

@media (max-width: 1024px) {
  .sw-reasons-wrap { min-height: 660px; padding-top: 170px; }
  .sw-reasons-kids { top: 12px; height: 190px; }
  .single-product .up-sells.products ul.products,
  .single-product .upsells.products ul.products,
  .single-product .related.products ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 700px) {
  #categories::before { width: 100%; clip-path: polygon(0 0,100% 0,86% 58%,0 78%); }
  #categories::after { width: 100%; inset-block-start: 34%; opacity: .32; clip-path: polygon(30% 0,100% 0,100% 100%,0 100%); }
  .sw-story__visual img { object-position: 51% center; }
  .sw-reasons-wrap { min-height: 0; padding-top: 135px; }
  .sw-reasons-kids { top: -28px; width: 96%; height: 180px; }
  .home .sw-cta { margin: -104px 0; }
  .home .sw-cta__inner { min-height: 208px; padding: 34px 25px; border-radius: 24px; }
  .home .sw-footer__top { padding-top: 170px; }
  .sw-footer { padding-bottom: 92px; }
  .sw-footer::before { height: 118px; background-size: auto 100%; }
  .single-product div.product > .up-sells.products,
  .single-product div.product > .upsells.products,
  .single-product div.product > .related.products { padding: 24px 18px; border-radius: 22px; }
  .single-product .up-sells.products ul.products,
  .single-product .upsells.products ul.products,
  .single-product .related.products ul.products { grid-template-columns: 1fr; }
  .single-product .up-sells.products ul.products li.product,
  .single-product .upsells.products ul.products li.product,
  .single-product .related.products ul.products li.product { width: 100% !important; }
}

/* 1.6.0 cascade lock: these refinements intentionally follow legacy compatibility rules. */
.sw-brand { gap: 11px; }
.sw-brand__mark,
.sw-footer .sw-brand__mark { display:block; width:46px; height:46px; overflow:visible; border-radius:0; color:inherit; background:transparent; transform:none; }
.sw-brand__mark img { width:100%; height:100%; object-fit:contain; transform:none; }
.sw-brand__copy { gap:1px; }
.sw-brand__copy small { color:#111; font-family:Arial,sans-serif; font-size:.62rem; letter-spacing:.18em; }
.sw-brand__copy strong { color:var(--sw-green-dark); font-size:1.26rem; line-height:.96; }
.sw-brand__copy em { color:#7b6a50; font-family:Arial,sans-serif; font-size:.47rem; font-style:normal; font-weight:700; letter-spacing:.055em; }
.sw-footer .sw-brand__copy small { color:var(--sw-yellow); }
.sw-footer .sw-brand__copy em { color:rgba(255,255,255,.58); }
.sw-kicker::before,
.sw-hero__note i { display:none !important; }
.sw-benefits { margin-top:-34px; }
.sw-benefits__grid { gap:12px; padding:12px; overflow:visible; border:1px solid rgba(255,255,255,.66); background:rgba(249,250,245,.66); box-shadow:0 25px 60px rgba(24,61,37,.16); backdrop-filter:blur(16px); }
.sw-benefit { min-height:104px; padding:20px; border:1px solid rgba(255,255,255,.82) !important; border-radius:17px; background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(244,241,230,.54)); box-shadow:inset 0 1px rgba(255,255,255,.7); }
.sw-benefit__icon { color:#85552f; background:#f2e5d3; box-shadow:inset 0 0 0 1px rgba(133,85,47,.13); }
.sw-button--outline { color:var(--sw-green-dark) !important; background:transparent !important; border:1px solid #cbd9c5 !important; }
.sw-button--outline:hover { color:#fff !important; border-color:var(--sw-green-dark) !important; background:var(--sw-green-dark) !important; }
.sw-reasons-wrap { min-height:730px; padding-top:286px; }
.sw-reasons-kids { top:0; width:100%; max-width:none; height:268px; border:1px solid rgba(255,255,255,.12); border-radius:26px; object-fit:cover; object-position:center; filter:none; transform:translateX(-50%); }
.sw-why__story { min-height:730px; }
.sw-reason { min-height:212px; }
.home .sw-cta { background:linear-gradient(to bottom,var(--sw-green-deep) 0 50%,#102d1b 50% 100%); }
.sw-footer { padding-bottom:170px; }
.sw-footer::before { height:200px; background:url("assets/images/footer-grass-dew.webp?v=1.6.0") center bottom/cover no-repeat; }

@media (max-width:1024px) {
  .sw-brand__copy em { display:none; }
  .sw-reasons-wrap { min-height:710px; padding-top:260px; }
  .sw-reasons-kids { top:0; width:100%; height:242px; }
  .sw-why__story { min-height:710px; }
}

@media (max-width:700px) {
  .sw-header__inner { gap:7px; }
  .sw-brand { gap:7px; }
  .sw-brand__mark { width:38px; height:38px; }
  .sw-brand__copy small { font-size:.48rem; }
  .sw-brand__copy strong { font-size:.92rem; }
  .sw-actions { gap:5px; }
  .sw-action { width:38px; height:38px; }
  .sw-action--account { display:grid; }
  .sw-benefits { margin-top:-22px; }
  .sw-benefits__grid { gap:8px; }
  .sw-benefit { min-height:88px; padding:16px; }
  .sw-reasons-wrap { min-height:0; padding-top:185px; }
  .sw-reasons-kids { top:-4px; width:100%; height:175px; }
  .sw-why__story { min-height:650px; }
  .sw-footer { padding-bottom:120px; }
  .sw-footer::before { height:145px; background-size:cover; }
}

/* ================================================================
   1.6.4 grounded hero, integrated account and living landscapes
   ================================================================ */

/* The headline saving is now a real ticket, not oversized loose type. */
.sw-offer-ticket {
  position: relative;
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-template-areas: "label value" "scope value";
  column-gap: 17px;
  align-items: center;
  min-width: 278px;
  padding: 12px 23px;
  margin: 0 0 17px;
  overflow: visible;
  border: 1px dashed #96643a;
  border-radius: 15px;
  color: var(--sw-green-dark);
  background: rgba(255,250,231,.94);
  box-shadow: 0 15px 34px rgba(45,66,31,.13), inset 0 1px rgba(255,255,255,.9);
}
.sw-offer-ticket::before,
.sw-offer-ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(150,100,58,.34);
  border-radius: 50%;
  background: #edf0e7;
  transform: translateY(-50%);
}
.sw-offer-ticket::before { left: -9px; }
.sw-offer-ticket::after { right: -9px; }
.sw-offer-ticket small {
  grid-area: label;
  color: #8b5b32;
  font-family: Arial,sans-serif;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.sw-offer-ticket strong {
  grid-area: value;
  padding-left: 17px;
  border-left: 1px dashed rgba(150,100,58,.42);
  color: var(--sw-green-dark);
  font-size: 2rem;
  line-height: 1;
  white-space: nowrap;
}
.sw-offer-ticket span {
  grid-area: scope;
  color: #66705c;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.sw-hero-slide--sale h1 { max-width: 590px; font-size: clamp(2.75rem,4.35vw,4.2rem); }
.sw-hero-slide--sale .sw-hero__eyebrow { margin-bottom: 10px; }

/* Every pack meets either the main table or a visible stacked product base. */
.sw-hero-product { transform-origin: center bottom; }
.sw-hero-product img { object-position: center bottom; }
.sw-hero-products:not(.sw-hero-products--10) .sw-hero-product { bottom: 7%; height: 59%; }
.sw-hero-products:not(.sw-hero-products--10) .sw-hero-product:nth-child(1) { left: 0; bottom: 7%; }
.sw-hero-products:not(.sw-hero-products--10) .sw-hero-product:nth-child(2) { left: 17%; bottom: 7%; }
.sw-hero-products:not(.sw-hero-products--10) .sw-hero-product:nth-child(3) { left: 35%; bottom: 7%; }
.sw-hero-products:not(.sw-hero-products--10) .sw-hero-product:nth-child(4) { left: 55%; bottom: 7%; }
.sw-hero-products:not(.sw-hero-products--10) .sw-hero-product:nth-child(5) { left: 71%; bottom: 7%; }
.sw-hero-products--10 { position: relative; display: block; padding: 0; }
.sw-hero-products--10::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 5%;
  right: 2%;
  bottom: 28%;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg,rgba(145,91,47,.62),rgba(75,43,22,.72));
  box-shadow: 0 10px 18px rgba(30,24,12,.24);
}
.sw-hero-products--10 .sw-hero-product { position: absolute; bottom: 7%; width: 23%; height: 47%; margin: 0; transform: none; }
.sw-hero-products--10 .sw-hero-product:nth-child(1) { left: 0; z-index: 5; }
.sw-hero-products--10 .sw-hero-product:nth-child(2) { left: 18%; z-index: 6; transform: rotate(2deg); }
.sw-hero-products--10 .sw-hero-product:nth-child(3) { left: 37%; z-index: 5; }
.sw-hero-products--10 .sw-hero-product:nth-child(4) { left: 56%; z-index: 6; transform: rotate(-2deg); }
.sw-hero-products--10 .sw-hero-product:nth-child(5) { left: 75%; z-index: 5; }
.sw-hero-products--10 .sw-hero-product:nth-child(n+6) { bottom: 27%; width: 21%; height: 36%; z-index: 2; }
.sw-hero-products--10 .sw-hero-product:nth-child(6) { left: 4%; }
.sw-hero-products--10 .sw-hero-product:nth-child(7) { left: 23%; transform: rotate(-2deg); }
.sw-hero-products--10 .sw-hero-product:nth-child(8) { left: 42%; }
.sw-hero-products--10 .sw-hero-product:nth-child(9) { left: 61%; transform: rotate(2deg); }
.sw-hero-products--10 .sw-hero-product:nth-child(10) { left: 79%; }

/* Supplement packs are deliberately seated on the stone and timber plinths. */
.sw-hero-slide--supplements .sw-hero-product { height: 48%; }
.sw-hero-slide--supplements .sw-hero-product:nth-child(1) { left: 0; bottom: 3%; }
.sw-hero-slide--supplements .sw-hero-product:nth-child(2) { left: 18%; bottom: 12%; }
.sw-hero-slide--supplements .sw-hero-product:nth-child(3) { left: 36%; bottom: 16%; }
.sw-hero-slide--supplements .sw-hero-product:nth-child(4) { left: 55%; bottom: 24%; }
.sw-hero-slide--supplements .sw-hero-product:nth-child(5) { left: 72%; bottom: 31%; }

/* A real forest now fills the category band; the geometry has been retired. */
#categories {
  background: #153c25 url("assets/images/category-jungle-background-v2.webp?v=1.7.1") center 48%/cover no-repeat;
}
#categories::before {
  inset: 0;
  width: 100%;
  opacity: 1;
  background: linear-gradient(105deg,rgba(7,35,19,.82),rgba(17,61,31,.62) 52%,rgba(8,31,17,.78));
  clip-path: none;
}
#categories::after {
  inset: 0;
  width: 100%;
  opacity: 1;
  background: radial-gradient(circle at 50% 8%,rgba(255,245,205,.19),transparent 38%);
  clip-path: none;
}
#categories .sw-title { color: #fff; }
#categories .sw-kicker { color: #ffd06b; }
#categories .sw-lead { color: rgba(255,255,255,.76); }
#categories .sw-category-card { border: 1px solid rgba(255,255,255,.16); box-shadow: 0 24px 48px rgba(3,24,12,.28); backdrop-filter: blur(6px); }
#categories .sw-category-card:nth-child(1) { background: rgba(30,78,34,.90); }
#categories .sw-category-card:nth-child(2) { background: rgba(202,126,28,.91); }
#categories .sw-category-card:nth-child(3) { background: rgba(119,74,40,.91); }
#categories .sw-category-card:nth-child(4) { background: rgba(97,126,49,.91); }

/* My Account returns to the site's scale and palette; nature lives in one framed panel, not a fixed page canvas. */
.woocommerce-account .sw-page-hero { padding: 48px 0 54px; background: linear-gradient(112deg,#173f27 0%,#2c6b2d 58%,#4aa72a 100%); }
.woocommerce-account .sw-page-hero h1 { font-size: clamp(2.5rem,4vw,3.75rem); letter-spacing: -.035em; }
.woocommerce-account .sw-content { padding: 56px 0 82px; background: linear-gradient(180deg,#f7f6ed 0%,#fff 100%); }
.woocommerce-account .sw-content::before { display: none; }
.woocommerce-account .sw-content__card { max-width: 1000px; padding: 30px; border: 1px solid #dde5d9; border-radius: 26px; background: rgba(255,255,255,.96); box-shadow: 0 22px 58px rgba(32,73,34,.11); backdrop-filter: none; }
.sw-account-welcome {
  max-width: none;
  min-height: 172px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 29px 34px;
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 20px;
  text-align: left;
  background: linear-gradient(90deg,rgba(12,48,27,.92),rgba(22,73,35,.65)),url("assets/images/account-forest-background.webp?v=1.7.1") center 53%/cover no-repeat;
}
.sw-account-welcome span { color: #ffd06b; }
.sw-account-welcome h2 { max-width: 650px; margin: 5px 0 7px; color: #fff; font-size: clamp(2rem,3.2vw,3rem); line-height: 1; }
.sw-account-welcome p { max-width: 690px; color: rgba(255,255,255,.78); font-size: .9rem; line-height: 1.55; }
.woocommerce-account #customer_login { gap: 18px; }
.woocommerce-account #customer_login h2 { margin-bottom: 11px; font-size: 1.55rem; }
.woocommerce-account form.login,
.woocommerce-account form.register { height: auto; padding: 22px; border-radius: 17px; background: #f9faf6; }
.woocommerce-account form .form-row { margin-bottom: 13px; }
.woocommerce-account form .form-row input.input-text { min-height: 48px; }

/* The dew grass starts inside the footer so blade tips visibly overlap the lower content band. */
.sw-footer { padding-bottom: 176px; }
.sw-footer::before {
  z-index: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 300px;
  background-image: url("assets/images/footer-grass-overlap-v2.webp?v=1.7.1");
  background-position: center 48%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.sw-footer__top,
.sw-footer__bottom { position: relative; z-index: 1; }

@media (max-width:1024px) {
  .sw-hero-products--10 .sw-hero-product { width: 25%; }
  .sw-hero-products--10 .sw-hero-product:nth-child(2) { left: 17%; }
  .sw-hero-products--10 .sw-hero-product:nth-child(3) { left: 35%; }
  .sw-hero-products--10 .sw-hero-product:nth-child(4) { left: 53%; }
  .sw-hero-products--10 .sw-hero-product:nth-child(5) { left: 71%; }
  .woocommerce-account .sw-content__card { max-width: calc(100% - 40px); }
}

@media (max-width:820px) {
  .woocommerce-account #customer_login { grid-template-columns: 1fr; }
}

@media (max-width:700px) {
  .sw-offer-ticket { min-width: 246px; padding: 9px 18px; margin-bottom: 12px; }
  .sw-offer-ticket strong { font-size: 1.65rem; }
  .sw-hero-slide--sale h1 { font-size: clamp(2.2rem,10.7vw,3.2rem); }
  .sw-hero-products--10::after { bottom: 28%; height: 10px; }
  .sw-hero-products--10 { position: absolute; left: 4%; right: 4%; bottom: 22px; height: 170px; }
  .sw-hero-products--10 .sw-hero-product { width: 24%; height: 48%; }
  .sw-hero-products--10 .sw-hero-product:nth-child(n+6) { bottom: 27%; width: 22%; height: 37%; }
  .sw-hero-products:not(.sw-hero-products--10) .sw-hero-product { height: 62%; }
  .sw-hero-slide--supplements .sw-hero-product { height: 52%; }
  #categories { background-position: 57% center; }
  #categories::before { background: rgba(8,39,21,.72); }
  .woocommerce-account .sw-page-hero { padding: 38px 0 42px; }
  .woocommerce-account .sw-content { padding: 38px 0 58px; }
  .woocommerce-account .sw-content__card { max-width: calc(100% - 28px); padding: 14px; border-radius: 22px; }
  .sw-account-welcome { min-height: 0; padding: 24px 20px; border-radius: 16px; }
  .sw-account-welcome h2 { font-size: 2rem; }
  .woocommerce-account form.login,
  .woocommerce-account form.register { padding: 19px 16px; }
  .sw-footer { padding-bottom: 128px; }
  .sw-footer::before { height: 205px; background-position: center bottom; background-size: auto 100%; }
}

/* ================================================================
   1.7.0 measured hero, complete offer ticket and foreground footer
   ================================================================ */

/* Four per cent more vertical room keeps product bases clear of the glass benefit strip. */
.sw-hero-slider { height: 645px; }
.sw-hero-product { transform-origin: center bottom; }
.sw-hero-product:is(:hover,:focus-visible) { z-index: 9; }

/* Five-product banners use one baseline and evenly spaced centres. */
.sw-hero-products:not(.sw-hero-products--10) .sw-hero-product {
  bottom: 8%;
  width: 27%;
  height: 58%;
  transform: none !important;
}
.sw-hero-products:not(.sw-hero-products--10) .sw-hero-product:nth-child(1) { left: 0; bottom: 8%; }
.sw-hero-products:not(.sw-hero-products--10) .sw-hero-product:nth-child(2) { left: 18.25%; bottom: 8%; }
.sw-hero-products:not(.sw-hero-products--10) .sw-hero-product:nth-child(3) { left: 36.5%; bottom: 8%; }
.sw-hero-products:not(.sw-hero-products--10) .sw-hero-product:nth-child(4) { left: 54.75%; bottom: 8%; }
.sw-hero-products:not(.sw-hero-products--10) .sw-hero-product:nth-child(5) { left: 73%; bottom: 8%; }
.sw-hero-slide--supplements .sw-hero-products:not(.sw-hero-products--10) .sw-hero-product { bottom: 8%; height: 58%; }

/* The sale layout has two deliberately level rows with equal horizontal rhythm. */
.sw-hero-products--10::after { left: 2%; right: 2%; bottom: 31%; }
.sw-hero-products--10 .sw-hero-product { bottom: 8%; width: 22%; height: 44%; transform: none !important; }
.sw-hero-products--10 .sw-hero-product:nth-child(1) { left: 0; }
.sw-hero-products--10 .sw-hero-product:nth-child(2) { left: 19.5%; }
.sw-hero-products--10 .sw-hero-product:nth-child(3) { left: 39%; }
.sw-hero-products--10 .sw-hero-product:nth-child(4) { left: 58.5%; }
.sw-hero-products--10 .sw-hero-product:nth-child(5) { left: 78%; }
.sw-hero-products--10 .sw-hero-product:nth-child(n+6) { bottom: 30%; width: 20%; height: 33%; }
.sw-hero-products--10 .sw-hero-product:nth-child(6) { left: 1%; }
.sw-hero-products--10 .sw-hero-product:nth-child(7) { left: 20.75%; }
.sw-hero-products--10 .sw-hero-product:nth-child(8) { left: 40.5%; }
.sw-hero-products--10 .sw-hero-product:nth-child(9) { left: 60.25%; }
.sw-hero-products--10 .sw-hero-product:nth-child(10) { left: 80%; }

/* The complete promotion is one tactile coupon cutout. */
.sw-hero-slide--sale .sw-hero-slide__content { max-width: 600px; padding-block: 30px 70px; }
.sw-promo-ticket {
  position: relative;
  max-width: 590px;
  padding: 24px 27px 22px;
  border: 1px dashed rgba(139,91,50,.78);
  border-radius: 25px;
  background: linear-gradient(135deg,rgba(255,252,236,.96),rgba(247,242,216,.89));
  box-shadow: 0 24px 60px rgba(31,63,30,.16), inset 0 1px rgba(255,255,255,.94);
  backdrop-filter: blur(7px);
}
.sw-promo-ticket::before,
.sw-promo-ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(139,91,50,.28);
  border-radius: 50%;
  background: #e7ebe2;
  transform: translateY(-50%);
}
.sw-promo-ticket::before { left: -11px; }
.sw-promo-ticket::after { right: -11px; }
.sw-promo-ticket .sw-hero__eyebrow { margin-bottom: 8px; }
.sw-promo-ticket .sw-offer-ticket {
  min-width: 255px;
  padding: 7px 0 12px;
  margin: 0 0 12px;
  border: 0;
  border-bottom: 1px dashed rgba(139,91,50,.42);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.sw-promo-ticket .sw-offer-ticket::before,
.sw-promo-ticket .sw-offer-ticket::after { display: none; }
.sw-promo-ticket h1 { max-width: 535px; font-size: clamp(2.55rem,3.75vw,3.72rem); line-height: .96; }
.sw-promo-ticket .sw-hero-slide__copy { margin: 13px 0 16px; line-height: 1.5; }
.sw-promo-ticket .sw-hero-benefits { margin-top: 13px; }
.sw-promo-ticket .sw-coupon { background: rgba(255,255,255,.68); }

/* Equal-height footer panels retain a clean four-column rhythm. */
.sw-footer { padding-bottom: 218px; }
.sw-footer__top { align-items: stretch; gap: 24px; }
.sw-footer__top > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 306px;
  padding: 25px;
  border: 1px solid rgba(255,255,255,.105);
  border-radius: 20px;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px rgba(255,255,255,.035);
}
.sw-footer__brand .sw-footer__email,
.sw-footer__visit iframe { margin-top: auto; }
.sw-footer__top > div > ul { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.sw-footer__visit .sw-footer__cta { align-self: flex-start; }

/* Grass is a foreground landscape; copyright stays readable above it. */
.sw-footer::before {
  z-index: 2;
  height: 350px;
  background-position: center bottom;
  background-size: cover;
  pointer-events: none;
}
.sw-footer__top,
.sw-footer__bottom { z-index: 3; }

/* Fixed progress control: no library, one passive scroll observer. */
.sw-back-to-top {
  position: fixed;
  z-index: 120;
  right: 25px;
  bottom: 25px;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(13,42,25,.94);
  box-shadow: 0 15px 35px rgba(8,32,18,.28), inset 0 0 0 1px rgba(255,255,255,.12);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  backdrop-filter: blur(9px);
}
.sw-back-to-top[hidden] { display: none; }
.sw-back-to-top:hover { transform: translateY(-3px); background: #184c29; box-shadow: 0 19px 42px rgba(8,32,18,.34); }
.sw-back-to-top:focus-visible { outline: 3px solid #ffbd3d; outline-offset: 3px; }
.sw-back-to-top__ring { position: absolute; inset: 3px; width: 56px; height: 56px; transform: rotate(-90deg); }
.sw-back-to-top__ring-track { stroke: rgba(255,255,255,.18); stroke-width: 3; }
.sw-back-to-top__ring-progress { stroke: #ffbd3d; stroke-width: 3.8; stroke-linecap: round; transition: stroke-dashoffset .08s linear; }
.sw-back-to-top__icon { display: grid; place-items: center; width: 25px; height: 25px; }
.sw-back-to-top__icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width:1024px) {
  .sw-hero-slider { height: 676px; }
  .sw-footer__top { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sw-footer__visit { grid-column: auto; }
  .sw-footer__top > div { min-height: 306px; }
}

@media (max-width:700px) {
  .sw-hero-slider { height: 728px; }
  .sw-hero-slide--sale .sw-hero-slide__content { padding: 24px 0 220px; }
  .sw-promo-ticket { padding: 16px 17px 15px; border-radius: 19px; }
  .sw-promo-ticket::before,
  .sw-promo-ticket::after { width: 16px; height: 16px; }
  .sw-promo-ticket::before { left: -9px; }
  .sw-promo-ticket::after { right: -9px; }
  .sw-promo-ticket .sw-offer-ticket { min-width: 225px; padding-bottom: 9px; margin-bottom: 9px; }
  .sw-promo-ticket h1 { font-size: clamp(2rem,10.4vw,2.58rem); }
  .sw-promo-ticket .sw-hero-slide__copy { font-size: .83rem; }
  .sw-promo-ticket .sw-hero__actions { gap: 8px; }
  .sw-promo-ticket .sw-button { min-height: 46px; padding: 12px 17px; }
  .sw-promo-ticket .sw-coupon { min-height: 46px; }
  .sw-promo-ticket .sw-hero-benefits { margin-top: 10px; }
  .sw-hero-products--10 { bottom: 22px; height: 180px; }
  .sw-footer { padding-bottom: 165px; }
  .sw-footer__top { grid-template-columns: 1fr; }
  .sw-footer__top > div { height: auto; min-height: 0; padding: 21px; }
  .sw-footer__top > div > ul { flex: none; display: block; }
  .sw-footer::before { height: 245px; background-position: center 70%; background-size: auto 100%; }
  .sw-back-to-top { right: 14px; bottom: 14px; width: 54px; height: 54px; }
  .sw-back-to-top__ring { inset: 2px; width: 50px; height: 50px; }
}

/* ================================================================
   1.7.1 grounded honey and tea scenes with an open landscape footer
   ================================================================ */

/* Honey and tea packs sit on their foreground tables, not in the air. */
.sw-hero-slide--honey .sw-hero-products--5 .sw-hero-product,
.sw-hero-slide--tea .sw-hero-products--5 .sw-hero-product {
  bottom: 6% !important;
  width: 23%;
  height: 54%;
  overflow: visible;
  transform: none !important;
}
.sw-hero-slide--honey .sw-hero-products--5 .sw-hero-product:nth-child(1),
.sw-hero-slide--tea .sw-hero-products--5 .sw-hero-product:nth-child(1) { left: 0; }
.sw-hero-slide--honey .sw-hero-products--5 .sw-hero-product:nth-child(2),
.sw-hero-slide--tea .sw-hero-products--5 .sw-hero-product:nth-child(2) { left: 18%; }
.sw-hero-slide--honey .sw-hero-products--5 .sw-hero-product:nth-child(3),
.sw-hero-slide--tea .sw-hero-products--5 .sw-hero-product:nth-child(3) { left: 36%; }
.sw-hero-slide--honey .sw-hero-products--5 .sw-hero-product:nth-child(4),
.sw-hero-slide--tea .sw-hero-products--5 .sw-hero-product:nth-child(4) { left: 54%; }
.sw-hero-slide--honey .sw-hero-products--5 .sw-hero-product:nth-child(5),
.sw-hero-slide--tea .sw-hero-products--5 .sw-hero-product:nth-child(5) { left: 72%; }
.sw-hero-slide--honey .sw-hero-product::after,
.sw-hero-slide--tea .sw-hero-product::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 16%;
  bottom: 0;
  left: 16%;
  height: 13px;
  border-radius: 50%;
  background: rgba(50,31,14,.35);
  filter: blur(6px);
  transform: scaleX(.9);
  pointer-events: none;
}
.sw-hero-slide--honey .sw-hero-product img,
.sw-hero-slide--tea .sw-hero-product img { position: relative; z-index: 1; }

/* Product interaction stays on the image so every pack remains seated on its measured baseline. */
.sw-hero-product {
  overflow: visible;
}
.sw-hero-product img {
  transform: translate3d(0,0,0) scale(1);
  transform-origin: center bottom;
  backface-visibility: hidden;
  transition: transform .24s cubic-bezier(.2,.72,.25,1);
}
.sw-hero-product:focus-visible {
  outline: 3px solid #ffbd3d;
  outline-offset: 4px;
  border-radius: 18px;
}
.sw-hero-product:focus-visible img {
  transform: translate3d(0,0,0) scale(1.055);
}
@media (hover:hover) and (pointer:fine) {
  .sw-hero-product:hover img {
    transform: translate3d(0,0,0) scale(1.055);
  }
}
@media (prefers-reduced-motion:reduce) {
  .sw-hero-product img {
    transition: none;
  }
  .sw-hero-product:hover img,
  .sw-hero-product:focus-visible img {
    transform: none;
  }
}

/* The footer is one open landscape: no boxed column panels. */
.sw-footer__top > div {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* Grass sits above the footer plane; interactive content stays above the grass. */
.sw-footer__top,
.sw-footer__bottom {
  z-index: auto;
  background: transparent;
}
.sw-footer::before {
  z-index: 4;
  height: 420px;
  background-position: center bottom;
  background-size: cover;
  pointer-events: none;
}
.sw-footer__top > div,
.sw-footer__bottom .sw-container {
  position: relative;
  z-index: 5;
}

@media (max-width:1024px) {
  .sw-footer::before { height: 380px; }
}

@media (max-width:700px) {
  .sw-footer::before {
    height: 280px;
    background-position: center bottom;
    background-size: auto 100%;
  }
}

/* ================================================================
   1.7.9 uninterrupted footer landscape
   ================================================================ */

/*
 * The footer itself supplies one continuous green plane. The grass is a
 * single foreground landscape beneath the copy, so the copyright row no
 * longer slices the image into two disconnected bands.
 */
.sw-footer::before {
  z-index: 1;
  bottom: 0;
  height: 420px;
  background-position: center top;
  background-size: cover;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 18%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 18%, #000 100%);
}
.sw-footer__top,
.sw-footer__bottom {
  position: relative;
  z-index: 2;
  background: transparent;
}
.sw-footer__bottom {
  box-shadow: none;
}

@media (max-width: 1024px) {
  .sw-footer::before {
    height: 360px;
    background-position: center top;
    background-size: cover;
  }
}

@media (max-width: 700px) {
  .sw-footer::before {
    height: 270px;
    background-position: center top;
    background-size: cover;
  }
}

/* ================================================================
   1.7.10 responsive category-card collision fix
   ================================================================ */

/*
 * Tablet and phone cards keep the copy on the left and product artwork on
 * the right with a real gutter. This prevents long category names from
 * crossing the transparent product canvas while leaving desktop untouched.
 */
@media (max-width: 1024px) {
  #categories .sw-category-card__media {
    inset: 64px 8px 48px 52%;
  }
  #categories .sw-category-card h3 {
    max-width: 48%;
    font-size: clamp(1.2rem, 3vw, 1.55rem);
  }
  #categories .sw-category-card small {
    max-width: none;
    white-space: nowrap;
  }
}

@media (max-width: 700px) {
  #categories .sw-category-card h3 {
    font-size: clamp(1.2rem, 6vw, 1.55rem);
  }
}
