:root{--brand-green:#7fb428;--brand-green-dark:#6b9b20;--brand-blue:#1fb0e4;--brand-navy:#072a35;--brand-navy-2:#0b3440;--text:#1a2a30;--muted:#66747a;--line:#e6ebed;--soft:#f6f8f8;--white:#fff;--page:#fff;--shadow:0 20px 50px #05242d1a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--page);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%;display:block}.container{width:min(1180px,100% - 44px);margin:0 auto}.site-main{min-height:60vh}.corp-header{z-index:30;background:#fff;border-bottom:1px solid #052a3514;position:relative}.corp-header-inner{grid-template-columns:210px 1fr auto;align-items:center;gap:34px;height:92px;display:grid}.brand{align-items:center;width:188px;display:flex}.brand img{-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center;width:100%;max-height:66px}.corp-nav{justify-content:flex-end;align-items:center;gap:34px;display:flex}.corp-nav a{color:#2b3940;font-size:15px;font-weight:600;transition:all .2s;position:relative}.corp-nav a.active,.corp-nav a:hover{color:var(--brand-green-dark)}.corp-nav a.active:after{content:"";background:var(--brand-green);border-radius:2px;height:2px;position:absolute;bottom:-15px;left:0;right:0}.study-button{border:2px solid var(--brand-green);height:44px;color:var(--brand-green-dark);border-radius:8px;justify-content:center;align-items:center;padding:0 20px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.study-button:hover{background:var(--brand-green);color:#fff}.mobile-menu-button{background:0 0;border:0;width:42px;height:42px;padding:9px;display:none}.mobile-menu-button span{background:var(--brand-navy);height:2px;margin:5px 0;display:block}.mobile-menu{display:none}.shopbar{background:var(--brand-navy);color:#fff}.shopbar-inner{justify-content:space-between;gap:24px;min-height:56px}.shop-nav,.shopbar-inner{align-items:center;display:flex}.shop-nav{gap:28px;min-width:0}.shop-nav a{color:#ffffffc7;font-size:13px;font-weight:650;transition:all .2s}.shop-nav a.active,.shop-nav a:hover{color:#fff}.shop-nav .shop-home{color:var(--brand-green);border-right:1px solid #ffffff2b;padding-right:24px;font-weight:800}.shop-actions{gap:10px}.compact-search,.shop-actions{align-items:center;display:flex}.compact-search{background:#ffffff14;border-radius:8px;height:38px;transition:all .2s;overflow:hidden}.compact-search.open{background:#fff}.compact-search button{width:40px;height:38px;color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.compact-search svg,.shop-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.compact-search input{width:215px;color:var(--brand-navy);background:0 0;border:0;outline:0;padding:0 10px 0 0}.shop-icon{color:#ffffffdb;border-radius:8px;align-items:center;gap:7px;padding:8px 9px;font-size:12px;font-weight:700;display:inline-flex}.shop-icon:hover{color:#fff;background:#ffffff14}.shop-icon b{background:var(--brand-green);color:#fff;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;display:grid}.hero{border-bottom:1px solid var(--line);background:linear-gradient(#fbfcfc,#fff)}.hero-grid{grid-template-columns:1fr 1.03fr;align-items:center;gap:68px;min-height:520px;padding-top:62px;padding-bottom:62px;display:grid}.eyebrow{color:var(--brand-green-dark);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:9px;font-size:12px;font-weight:800;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:26px;height:2px}.eyebrow.light{color:#b9df74}.hero h1{max-width:620px;color:var(--brand-navy);letter-spacing:-3.1px;margin:18px 0 20px;font-size:clamp(43px,5vw,66px);line-height:1.01}.hero-copy>p{max-width:570px;color:var(--muted);margin:0;font-size:17px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.btn{border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 21px;font-size:14px;font-weight:750;transition:transform .18s,background .18s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand-green);color:#fff}.btn-primary:hover{background:var(--brand-green-dark)}.btn-secondary{border:1px solid #cad5d9}.btn-secondary,.btn-white{color:var(--brand-navy);background:#fff}.hero-trust{color:#617278;flex-wrap:wrap;gap:18px;margin-top:24px;font-size:12px;font-weight:650;display:flex}.hero-visual{min-height:395px;box-shadow:var(--shadow);background:#dfe7e9;border-radius:12px;position:relative;overflow:hidden}.hero-visual>img{-o-object-fit:cover;object-fit:cover;width:100%;height:395px}.hero-visual:after{content:"";pointer-events:none;background:linear-gradient(#0000 40%,#031d2461);position:absolute;inset:0}.hero-card{z-index:2;background:#fffffff5;border-radius:10px;width:min(320px,100% - 44px);padding:20px;position:absolute;bottom:22px;right:22px;box-shadow:0 14px 34px #05232b2e}.hero-card a,.hero-card span,.hero-card strong{display:block}.hero-card strong{color:var(--brand-navy);font-size:15px}.hero-card span{color:var(--muted);margin-top:6px;font-size:12px;line-height:1.5}.hero-card a{color:var(--brand-green-dark);margin-top:12px;font-size:12px;font-weight:800}.benefits{border-bottom:1px solid var(--line)}.benefits-grid{grid-template-columns:repeat(3,1fr);display:grid}.benefits article{border-right:1px solid var(--line);align-items:center;gap:18px;min-height:112px;padding:24px 32px;display:flex}.benefits article:first-child{padding-left:0}.benefits article:last-child{border-right:0}.benefit-index{color:var(--brand-green);font-size:13px;font-weight:850}.benefits strong{color:var(--brand-navy);font-size:14px;display:block}.benefits p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.45}.catalog-section{padding:86px 0 96px}.section-title-row{grid-template-columns:1fr minmax(260px,480px);align-items:end;gap:50px;margin-bottom:34px;display:grid}.section-title-row h2{color:var(--brand-navy);letter-spacing:-1.7px;margin:8px 0 0;font-size:38px}.section-title-row>p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.product-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:10px;transition:box-shadow .2s,transform .2s;overflow:hidden}.product-card:hover{transform:translateY(-2px);box-shadow:0 16px 35px #08273014}.product-card-image{aspect-ratio:1;background:var(--soft)}.product-card-image>img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.product-placeholder{place-items:center;height:100%;padding:28px;display:grid}.product-placeholder img{opacity:.26;max-width:130px}.product-card-body{padding:17px}.product-card-body h3{color:var(--brand-navy);margin:0;font-size:15px}.product-card-body p{color:var(--muted);margin:6px 0 0;font-size:12px}.product-link{color:var(--brand-green-dark);margin-top:13px;font-size:12px;font-weight:750;display:inline-block}.catalog-empty{border:1px solid var(--line);background:var(--soft);border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;min-height:154px;padding:28px 30px;display:grid}.catalog-empty-mark{background:var(--brand-navy);width:54px;height:54px;color:var(--brand-green);border-radius:50%;place-items:center;font-weight:900;display:grid}.catalog-empty strong{color:var(--brand-navy);font-size:15px;display:block}.catalog-empty p{max-width:660px;color:var(--muted);margin:5px 0 0;font-size:13px;line-height:1.55}.catalog-empty>a{color:var(--brand-green-dark);white-space:nowrap;font-size:12px;font-weight:800}.advice-section{padding:0 0 92px}.advice-card{background:var(--brand-navy);color:#fff;border-radius:12px;grid-template-columns:1.3fr auto;align-items:center;gap:50px;min-height:230px;padding:45px 50px;display:grid}.advice-card h2{letter-spacing:-1.6px;margin:10px 0 8px;font-size:36px}.advice-card p{color:#ffffffad;max-width:650px;margin:0;line-height:1.6}.advice-actions{align-items:center;gap:18px;display:flex}.text-link{color:#fff;font-size:13px;font-weight:750}.footer-main{border-top:1px solid var(--line);background:#f6f8f8;padding:62px 0 56px}.footer-grid{grid-template-columns:1.6fr .8fr 1fr 1fr;gap:46px;display:grid}.footer-brand img{width:175px}.footer-brand p{max-width:365px;color:var(--muted);margin:20px 0 0;font-size:13px;line-height:1.7}.footer h3{color:var(--brand-navy);text-transform:uppercase;letter-spacing:.09em;margin:0 0 18px;font-size:12px}.footer-grid>div:not(.footer-brand) a,.footer-grid>div:not(.footer-brand) span{color:#5e6f75;margin:10px 0;font-size:12px;line-height:1.45;display:block}.footer-grid a:hover{color:var(--brand-green-dark)}.footer-grid .whatsapp-link{font-weight:750;color:var(--brand-green-dark)!important}.footer-bottom{background:var(--brand-navy);color:#fff9}.footer-bottom-inner{justify-content:space-between;align-items:center;gap:25px;min-height:66px;font-size:11px;display:flex}.footer-bottom-inner>div{gap:18px;display:flex}@media (width<=1000px){.corp-header-inner{grid-template-columns:180px 1fr auto;gap:18px}.corp-nav{gap:20px}.corp-nav a{font-size:13px}.desktop-study{display:none}.hero-grid{gap:36px}.product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}}@media (width<=780px){.container{width:min(100% - 30px,1180px)}.corp-header-inner{grid-template-columns:1fr auto;height:76px}.brand{width:160px}.corp-nav,.desktop-study{display:none}.mobile-menu,.mobile-menu-button{display:block}.mobile-menu{border-top:1px solid var(--line);background:#fff}.mobile-menu-inner{gap:2px;padding-top:10px;padding-bottom:16px;display:grid}.mobile-menu a:not(.study-button){padding:10px 0;font-size:14px;font-weight:650}.mobile-menu a.active{color:var(--brand-green-dark)}.mobile-menu .study-button{width:max-content;margin-top:8px}.shopbar-inner{min-height:52px;overflow:hidden}.shop-nav{scrollbar-width:none;gap:18px;overflow-x:auto}.shop-nav::-webkit-scrollbar{display:none}.shop-nav a{white-space:nowrap}.shop-actions .shop-icon span,.shop-nav a:not(.shop-home):nth-of-type(n+4){display:none}.compact-search.open{z-index:40;box-shadow:var(--shadow);position:absolute;left:15px;right:15px}.compact-search.open input{width:100%}.hero-grid{grid-template-columns:1fr;min-height:0;padding-top:48px;padding-bottom:48px}.hero h1{letter-spacing:-2.2px;font-size:48px}.hero-visual,.hero-visual>img{height:340px;min-height:340px}.benefits-grid{grid-template-columns:1fr}.benefits article,.benefits article:first-child{border-right:0;border-bottom:1px solid var(--line);min-height:auto;padding:20px 0}.benefits article:last-child{border-bottom:0}.section-title-row{grid-template-columns:1fr;gap:14px}.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-empty{grid-template-columns:auto 1fr}.catalog-empty>a{grid-column:2}.advice-card{grid-template-columns:1fr;padding:34px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:auto}.footer-brand{grid-column:1/-1}.footer-bottom-inner{flex-direction:column;align-items:flex-start;padding-top:18px;padding-bottom:18px}}@media (width<=520px){.brand{width:148px}.shop-nav a:not(.shop-home):nth-of-type(n+3){display:none}.shop-icon{padding-left:5px;padding-right:5px}.hero h1{font-size:41px}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column}.btn{width:100%}.hero-visual,.hero-visual>img{height:300px;min-height:300px}.hero-card{width:auto;bottom:14px;left:14px;right:14px}.catalog-empty,.product-grid{grid-template-columns:1fr}.catalog-empty>a{grid-column:auto}.advice-card h2{font-size:30px}.advice-actions{flex-direction:column;align-items:stretch}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}.cart-page{background:#fff;padding:68px 0 100px}.cart-page-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:34px;display:flex}.cart-page-heading h1{color:var(--brand-navy);letter-spacing:-2px;margin:8px 0 0;font-size:46px}.cart-back-link{color:var(--brand-green-dark);font-size:13px;font-weight:750}.cart-empty-state{border:1px solid var(--line);background:var(--soft);text-align:left;border-radius:12px;grid-template-columns:auto minmax(0,620px);justify-content:center;align-items:center;gap:30px;min-height:280px;padding:54px;display:grid}.cart-empty-icon{background:var(--brand-navy);border-radius:50%;place-items:center;width:76px;height:76px;display:grid}.cart-empty-icon svg{fill:none;width:30px;stroke:var(--brand-green);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round}.cart-empty-state h2{color:var(--brand-navy);letter-spacing:-1px;margin:0;font-size:27px}.cart-empty-state p{color:var(--muted);margin:9px 0 22px;font-size:14px;line-height:1.65}.cart-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:34px;display:grid}.cart-items{border-top:1px solid var(--line)}.cart-line{border-bottom:1px solid var(--line);grid-template-columns:112px minmax(0,1fr) auto 130px;align-items:center;gap:22px;padding:24px 0;display:grid}.cart-line-image{background:var(--soft);border-radius:9px;place-items:center;width:112px;height:112px;display:grid;overflow:hidden}.cart-line-image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;padding:10px}.cart-line-main h2{color:var(--brand-navy);margin:4px 0 0;font-size:17px}.cart-line-main p{color:var(--muted);margin:5px 0 0;font-size:12px}.cart-line-kicker{color:var(--brand-green-dark);text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:800}.cart-remove{color:#8b989d;cursor:pointer;background:0 0;border:0;margin-top:12px;padding:0;font-size:11px;text-decoration:underline}.cart-quantity{border:1px solid var(--line);border-radius:8px;grid-template-columns:34px 38px 34px;height:38px;display:grid;overflow:hidden}.cart-quantity button{background:var(--soft);color:var(--brand-navy);cursor:pointer;border:0}.cart-quantity button:disabled{opacity:.4;cursor:not-allowed}.cart-quantity span{place-items:center;font-size:13px;font-weight:700;display:grid}.cart-line-price{text-align:right}.cart-line-price span,.cart-line-price strong{display:block}.cart-line-price strong{color:var(--brand-navy);font-size:15px}.cart-line-price span{color:var(--muted);margin-top:4px;font-size:10px}.cart-summary{border:1px solid var(--line);background:var(--soft);border-radius:12px;padding:28px;position:sticky;top:20px}.cart-summary h2{color:var(--brand-navy);letter-spacing:-.8px;margin:8px 0 22px;font-size:23px}.cart-summary dl{margin:0}.cart-summary dl>div{color:var(--muted);justify-content:space-between;gap:20px;padding:11px 0;font-size:12px;display:flex}.cart-summary dd{text-align:right;color:var(--brand-navy);margin:0;font-weight:700}.cart-summary .cart-total-row{color:var(--brand-navy);border-top:1px solid #d9e1e3;margin-top:10px;padding-top:18px;font-size:14px;font-weight:800}.cart-total-row dd{font-size:17px}.cart-checkout-button{border:0;width:100%;margin-top:22px}.cart-checkout-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.cart-summary-note{color:var(--muted);text-align:center;margin:12px 0 0;font-size:10px;line-height:1.5}@media (width<=900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-line{grid-template-columns:90px minmax(0,1fr) auto}.cart-line-image{width:90px;height:90px}.cart-line-price{text-align:left;grid-column:2}.cart-quantity{grid-area:1/3/3}}@media (width<=560px){.cart-page{padding-top:46px}.cart-page-heading{flex-direction:column;align-items:flex-start}.cart-page-heading h1{font-size:38px}.cart-empty-state{grid-template-columns:1fr;padding:32px 24px}.cart-line{grid-template-columns:74px minmax(0,1fr);gap:14px}.cart-line-image{width:74px;height:74px}.cart-quantity{grid-area:auto/2;width:max-content}.cart-line-price{grid-column:2}}.product-price{color:var(--brand-navy);margin-top:12px;font-size:16px;display:block}.product-page{background:#fff;padding:34px 0 96px}.product-breadcrumb{color:#819096;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:30px;font-size:11px;display:flex}.product-breadcrumb a:hover{color:var(--brand-green-dark)}.product-detail-grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:start;gap:68px;display:grid}.product-gallery{min-width:0}.product-main-image{aspect-ratio:1/.86;border:1px solid var(--line);background:var(--soft);border-radius:12px;place-items:center;display:grid;overflow:hidden}.product-main-image>img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;padding:34px}.product-main-image>.product-logo-placeholder{opacity:.2;width:46%;height:auto;padding:0}.product-thumbnails{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.product-thumbnails button{aspect-ratio:1;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;padding:6px;overflow:hidden}.product-thumbnails button.active{border-color:var(--brand-green);box-shadow:0 0 0 1px var(--brand-green)}.product-thumbnails img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.product-buybox{padding-top:8px}.product-buybox h1{color:var(--brand-navy);letter-spacing:-2.2px;margin:14px 0 8px;font-size:clamp(34px,4vw,52px);line-height:1.04}.product-subtitle{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.product-price-block{border-top:1px solid var(--line);border-bottom:1px solid var(--line);align-items:baseline;gap:12px;margin:28px 0 22px;padding:20px 0;display:flex}.product-price-block strong{color:var(--brand-navy);letter-spacing:-1px;font-size:30px}.product-price-block span{color:var(--muted);font-size:11px}.product-description{color:#53666d;margin:0 0 26px;font-size:14px;line-height:1.75}.product-options{gap:20px;margin:26px 0;display:grid}.product-options fieldset{border:0;margin:0;padding:0}.product-options legend{color:var(--brand-navy);margin-bottom:9px;font-size:12px;font-weight:800}.product-option-values{flex-wrap:wrap;gap:8px;display:flex}.product-option-values button{color:#50636a;cursor:pointer;background:#fff;border:1px solid #d6dfe1;border-radius:8px;min-height:38px;padding:0 14px;font-size:12px;font-weight:700}.product-option-values button.active{border-color:var(--brand-navy);background:var(--brand-navy);color:#fff}.product-stock{color:#4b721a;align-items:center;gap:8px;margin:22px 0 14px;font-size:12px;font-weight:750;display:flex}.product-stock-dot{background:var(--brand-green);border-radius:50%;width:8px;height:8px}.product-stock.unavailable{color:#a35050}.product-stock.unavailable .product-stock-dot{background:#c66363}.product-add-row{grid-template-columns:116px 1fr;gap:10px;display:grid}.product-qty{border:1px solid var(--line);border-radius:8px;grid-template-columns:36px 1fr 36px;height:50px;display:grid;overflow:hidden}.product-qty button{background:var(--soft);color:var(--brand-navy);cursor:pointer;border:0;font-size:17px}.product-qty button:disabled{opacity:.35;cursor:not-allowed}.product-qty span{color:var(--brand-navy);place-items:center;font-size:13px;font-weight:800;display:grid}.product-add-button{cursor:pointer;border:0;width:100%}.product-add-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-added{color:#4b721a;margin:10px 0 0;font-size:12px;font-weight:750}.product-add-error{color:#a35050;margin:10px 0 0;font-size:12px}.product-service-box{border-left:3px solid var(--brand-green);background:var(--soft);margin-top:26px;padding:20px 22px}.product-service-box strong{color:var(--brand-navy);font-size:14px}.product-service-box p{color:var(--muted);margin:5px 0 10px;font-size:12px;line-height:1.55}.product-service-box a{color:var(--brand-green-dark);font-size:12px;font-weight:800}.product-micro-benefits{color:#6c7d83;flex-wrap:wrap;gap:14px 20px;margin-top:21px;font-size:10px;font-weight:650;display:flex}@media (width<=900px){.product-detail-grid{grid-template-columns:1fr;gap:34px}.product-main-image{aspect-ratio:1/.82}.product-buybox{padding-top:0}}@media (width<=520px){.product-page{padding-top:22px}.product-main-image>img{padding:20px}.product-thumbnails{grid-template-columns:repeat(4,minmax(0,1fr))}.product-buybox h1{letter-spacing:-1.5px;font-size:34px}.product-price-block strong{font-size:26px}.product-add-row{grid-template-columns:1fr}.product-qty{width:122px}}.compact-page-hero{border-bottom:1px solid var(--line);background:linear-gradient(#f7faf9,#fff);padding:64px 0 52px}.compact-page-hero h1{color:var(--brand-navy);letter-spacing:-2.4px;margin:10px 0 12px;font-size:clamp(40px,5vw,62px);line-height:1}.compact-page-hero>.container>p{max-width:680px;color:var(--muted);margin:0;line-height:1.7}.catalog-browser{padding:52px 0 100px}.catalog-browser-grid{grid-template-columns:250px minmax(0,1fr);align-items:start;gap:42px;display:grid}.catalog-filters{border:1px solid var(--line);background:var(--soft);border-radius:12px;padding:24px;position:sticky;top:20px}.catalog-filters form{gap:18px;display:grid}.catalog-filters label{gap:7px;display:grid}.catalog-filters label>span{color:var(--brand-navy);font-size:11px;font-weight:800}.catalog-filters input,.catalog-filters select,.checkout-form input{width:100%;height:44px;color:var(--brand-navy);background:#fff;border:1px solid #d9e1e3;border-radius:8px;outline:none;padding:0 12px}.catalog-filters input:focus,.catalog-filters select:focus,.checkout-form input:focus{border-color:var(--brand-green);box-shadow:0 0 0 3px #81ae2a1a}.catalog-filters .btn{cursor:pointer;border:0;width:100%}.filter-clear,.secondary-plain,.text-action{color:var(--brand-green-dark);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:800;text-decoration:underline}.catalog-results-head{color:var(--muted);justify-content:space-between;margin-bottom:22px;font-size:12px;display:flex}.catalog-results-head strong{color:var(--brand-navy)}.catalog-loading{color:var(--muted);text-align:center;padding:70px 0}.catalog-empty-page{min-height:230px}.pagination{color:var(--muted);justify-content:center;align-items:center;gap:24px;margin-top:40px;font-size:12px;display:flex}.pagination a{color:var(--brand-green-dark);font-weight:800}.category-products-section{padding-top:52px}.checkout-page{background:#f8faf9;padding:56px 0 100px}.checkout-shell{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:38px;display:grid}.account-heading h1,.checkout-heading h1{color:var(--brand-navy);letter-spacing:-2px;margin:8px 0 0;font-size:46px}.checkout-steps{grid-template-columns:repeat(4,1fr);gap:8px;margin:26px 0;display:grid}.checkout-steps span{color:#93a0a5;text-align:center;border-bottom:2px solid #dce3e5;padding:10px 8px;font-size:10px;font-weight:800}.checkout-steps span.active{border-color:var(--brand-green);color:var(--brand-navy)}.account-auth-card,.account-card,.checkout-card{border:1px solid var(--line);background:#fff;border-radius:12px;padding:30px}.account-card h2,.checkout-card h2{color:var(--brand-navy);letter-spacing:-.7px;margin:0 0 22px;font-size:23px}.checkout-form{gap:18px;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.checkout-form>label,.form-grid label{gap:7px;display:grid}.checkout-form>label>span,.form-grid label>span{color:var(--brand-navy);font-size:11px;font-weight:800}.form-grid .full{grid-column:1/-1}.checkout-next{cursor:pointer;border:0;justify-self:end}.choice-list{gap:10px;display:grid}.choice-row{border:1px solid var(--line);cursor:pointer;border-radius:9px;align-items:center;gap:14px;padding:17px;display:flex}.choice-row:has(input:checked){border-color:var(--brand-green);background:#fbfdf8}.choice-row div{flex:1;justify-content:space-between;gap:20px;display:flex}.choice-row strong{color:var(--brand-navy);font-size:13px}.choice-row span{color:var(--muted);font-size:11px}.checkout-actions{justify-content:space-between;align-items:center;gap:16px;margin-top:26px;display:flex}.checkout-actions .btn{cursor:pointer;border:0}.checkout-message,.checkout-warning{color:#805a28;background:#fff5e8;border-radius:8px;margin:18px 0 0;padding:13px 15px;font-size:12px;line-height:1.55}.checkout-message{color:#934a4a;background:#fff0f0}.review-block{border-bottom:1px solid var(--line);padding:15px 0}.review-block strong{color:var(--brand-navy);font-size:12px}.review-block p{color:var(--muted);margin:6px 0 0;font-size:12px;line-height:1.6}.checkout-summary{border:1px solid var(--line);background:#fff;border-radius:12px;padding:26px;position:sticky;top:20px}.checkout-summary h2{color:var(--brand-navy);margin:0 0 18px}.checkout-summary-item{color:var(--muted);border-bottom:1px solid #edf1f2;justify-content:space-between;gap:18px;padding:10px 0;font-size:11px;display:flex}.checkout-summary-item strong{color:var(--brand-navy)}.checkout-summary dl{margin:16px 0 0}.checkout-summary dl>div{color:var(--muted);justify-content:space-between;padding:7px 0;font-size:11px;display:flex}.checkout-summary dd{color:var(--brand-navy);margin:0;font-weight:800}.checkout-summary .total{border-top:1px solid var(--line);color:var(--brand-navy);margin-top:8px;padding-top:14px;font-size:15px;font-weight:800}.error-page,.success-page{background:var(--soft);padding:86px 0 110px}.success-card{border:1px solid var(--line);text-align:center;background:#fff;border-radius:14px;max-width:760px;margin:0 auto;padding:52px}.success-check{background:var(--brand-green);color:#fff;border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 20px;font-size:26px;font-weight:900;display:grid}.success-card h1{color:var(--brand-navy);letter-spacing:-1.8px;margin:10px 0 14px;font-size:42px}.success-card>p{color:var(--muted);line-height:1.7}.order-reference{background:var(--soft);border-radius:8px;gap:5px;margin:20px auto;padding:14px 22px;display:inline-grid}.order-reference span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:10px}.order-reference strong{color:var(--brand-navy)}.success-card .hero-actions{justify-content:center}.account-page{background:var(--soft);padding:62px 0 100px}.account-wrap{max-width:760px}.account-heading{margin-bottom:28px}.account-card p{color:var(--muted)}.account-data{grid-template-columns:repeat(2,1fr);gap:12px;margin:24px 0;display:grid}.account-data>div{background:var(--soft);border-radius:8px;padding:16px}.account-data span,.account-data strong{display:block}.account-data span{color:var(--muted);font-size:10px}.account-data strong{color:var(--brand-navy);margin-top:5px;font-size:13px}.auth-tabs{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;margin:-30px -30px 28px;display:grid}.auth-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:17px;font-weight:800}.auth-tabs button.active{color:var(--brand-navy);box-shadow:inset 0 -2px var(--brand-green)}.account-auth-card .btn{cursor:pointer;border:0}.account-success{color:#4f711f;background:#f0f7e5;border-radius:7px;padding:12px;font-size:12px}.cart-checkout-button{justify-content:center;align-items:center;display:flex}@media (width<=900px){.catalog-browser-grid,.checkout-shell{grid-template-columns:1fr}.catalog-filters,.checkout-summary{position:static}.catalog-filters form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}}@media (width<=600px){.compact-page-hero{padding:46px 0 38px}.account-heading h1,.checkout-heading h1,.compact-page-hero h1{font-size:38px}.catalog-browser{padding-top:30px}.account-data,.catalog-filters form,.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.checkout-steps{gap:3px}.checkout-steps span{padding:8px 2px;font-size:8px}.account-auth-card,.account-card,.checkout-card{padding:22px}.auth-tabs{margin:-22px -22px 24px}.choice-row div{gap:4px;display:grid}.success-card{padding:34px 22px}.success-card h1{font-size:34px}}.terms-check{color:var(--muted);align-items:flex-start;gap:10px;margin-top:20px;font-size:11px;line-height:1.55;display:flex}.terms-check input{margin-top:2px}.terms-check a{color:var(--brand-green-dark);text-decoration:underline}
