:root{--teal: #0a7c6e;--teal-dark: #065c52;--teal-light: #e6f5f3;--teal-mid: #c2e8e3;--orange: #f47c20;--orange-dark:#d4620e;--orange-light:#fff3e9;--navy: #0f2237;--navy-mid: #1e3a52;--white: #ffffff;--off: #f7f9fb;--gray-1: #eef1f5;--gray-2: #d4dae3;--gray-3: #9aaabb;--gray-4: #5a6e82;--text: #0f2237;--font-head: "Playfair Display", Georgia, serif;--font-body: "Outfit", "Helvetica Neue", sans-serif;--r-sm: 6px;--r-md: 12px;--r-lg: 20px;--r-xl: 32px;--max-w: 1280px;--pad: clamp(1rem, 4vw, 2.5rem);--shadow-sm: 0 2px 12px rgba(10,60,50,.07);--shadow-md: 0 6px 30px rgba(10,60,50,.12);--shadow-lg: 0 16px 60px rgba(10,60,50,.15);--transition: .28s cubic-bezier(.4,0,.2,1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:400;color:var(--text);background:var(--white);line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-head);font-weight:700;line-height:1.15}h1{font-size:clamp(2.2rem,5vw,4rem)}h2{font-size:clamp(1.8rem,4vw,3rem)}h3{font-size:clamp(1.3rem,2.5vw,1.9rem)}h4{font-size:1.15rem}p{color:var(--gray-4);line-height:1.8}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button{cursor:pointer;font-family:var(--font-body)}.wrap{max-width:var(--max-w);margin:0 auto;padding:0 var(--pad)}.section{padding:clamp(3rem,7vw,6rem) 0}.section--sm{padding:clamp(2rem,4vw,3.5rem) 0}.section--dark{background:var(--navy)}.section--teal{background:var(--teal)}.section--off{background:var(--off)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.75rem 1.6rem;font-family:var(--font-body);font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border:2px solid transparent;border-radius:var(--r-md);transition:var(--transition);white-space:nowrap;text-decoration:none}.btn--teal{background:var(--teal);color:var(--white);border-color:var(--teal)}.btn--teal:hover{background:var(--teal-dark);border-color:var(--teal-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--orange{background:var(--orange);color:var(--white);border-color:var(--orange)}.btn--orange:hover{background:var(--orange-dark);border-color:var(--orange-dark);transform:translateY(-1px);box-shadow:0 6px 24px #f47c2059}.btn--ghost{background:transparent;color:var(--teal);border-color:var(--teal)}.btn--ghost:hover{background:var(--teal);color:var(--white)}.btn--white{background:var(--white);color:var(--teal);border-color:var(--white)}.btn--white:hover{background:var(--teal-light)}.btn--outline-white{background:transparent;color:var(--white);border-color:#fff9}.btn--outline-white:hover{background:#ffffff1f;border-color:var(--white)}.btn--full{width:100%}.btn--lg{padding:.95rem 2rem;font-size:.88rem}.btn--xl{padding:1.1rem 2.5rem;font-size:.9rem}.skip-link{position:absolute;z-index:9999;top:-100%;left:1rem;background:var(--teal);color:#fff;padding:.5rem 1rem;border-radius:var(--r-sm)}.skip-link:focus{top:1rem}.topbar{background:var(--navy);color:#ffffffbf;text-align:center;padding:.55rem 1rem;font-size:.75rem;letter-spacing:.07em}.topbar strong{color:var(--orange)}.topbar a{color:var(--teal-mid);text-decoration:underline}.site-header{position:sticky;top:0;z-index:200;background:#fffffff7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1.5px solid var(--gray-1);transition:box-shadow var(--transition)}.site-header.scrolled{box-shadow:var(--shadow-md)}.header-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:1rem var(--pad)}.header-logo{font-family:var(--font-head);font-size:1.55rem;font-weight:700;color:var(--teal-dark);display:flex;align-items:center;gap:.5rem}.header-logo span{color:var(--orange)}.header-logo img{height:40px;width:auto}.header-nav{display:flex;align-items:center;gap:2rem;justify-content:center}.header-nav a{font-size:.82rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-4);transition:color var(--transition);position:relative}.header-nav a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:var(--orange);border-radius:2px;transition:width var(--transition)}.header-nav a:hover{color:var(--teal)}.header-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:1rem}.header-actions a,.header-actions button{background:none;border:none;color:var(--gray-4);transition:color var(--transition);display:flex;align-items:center;position:relative;padding:.3rem}.header-actions a:hover,.header-actions button:hover{color:var(--teal)}.cart-badge{position:absolute;top:-5px;right:-5px;background:var(--orange);color:#fff;font-size:.58rem;font-weight:700;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-toggle{display:none}@media(max-width:900px){.header-inner{grid-template-columns:auto 1fr auto}.header-nav{display:none;position:fixed;inset:0 0 0 auto;width:min(320px,90vw);background:var(--white);flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:1.8rem;box-shadow:-4px 0 40px #00000026;z-index:300;overflow-y:auto}.header-nav.open{display:flex}.header-nav a{font-size:1rem}.mobile-toggle{display:flex}}.hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;background:var(--navy)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,var(--navy) 0%,#163250 50%,#0a4a3d 100%)}.hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.35}.hero__blob{position:absolute;border-radius:50%;filter:blur(70px);opacity:.18;animation:blobFloat 8s ease-in-out infinite alternate}.hero__blob--1{width:500px;height:500px;background:var(--teal);top:-100px;right:-100px;animation-delay:0s}.hero__blob--2{width:350px;height:350px;background:var(--orange);bottom:-50px;left:10%;animation-delay:3s}@keyframes blobFloat{0%{transform:scale(1) translateY(0)}to{transform:scale(1.12) translateY(-30px)}}.hero__inner{position:relative;z-index:2;max-width:var(--max-w);margin:0 auto;padding:5rem var(--pad);display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero__tag{display:inline-flex;align-items:center;gap:.5rem;background:#f47c2026;border:1px solid rgba(244,124,32,.35);color:var(--orange);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .9rem;border-radius:99px;margin-bottom:1.4rem}.hero__tag:before{content:"";width:6px;height:6px;background:var(--orange);border-radius:50%}.hero__title{color:var(--white);margin-bottom:1.4rem}.hero__title em{color:var(--orange);font-style:normal}.hero__desc{color:#ffffffad;font-size:1.05rem;line-height:1.8;margin-bottom:2.2rem;max-width:480px}.hero__cta{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.hero__trust{margin-top:2.5rem;display:flex;gap:2rem;flex-wrap:wrap}.hero__trust-item{display:flex;align-items:center;gap:.5rem;color:#fff9;font-size:.8rem}.hero__trust-item strong{color:var(--white)}.hero__visual{display:flex;justify-content:center;align-items:center;position:relative}.hero__product-img{width:100%;max-width:460px;border-radius:var(--r-xl);box-shadow:var(--shadow-lg);position:relative;z-index:1;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hero__badge-float{position:absolute;background:var(--white);border-radius:var(--r-lg);padding:.9rem 1.3rem;box-shadow:var(--shadow-md);font-size:.82rem;font-weight:600;display:flex;align-items:center;gap:.6rem;z-index:2}.hero__badge-float--1{top:8%;left:-10%}.hero__badge-float--2{bottom:14%;right:-8%}.badge-icon{font-size:1.4rem}.badge-label{color:var(--gray-4);font-weight:400;font-size:.72rem;display:block}.badge-val{color:var(--teal-dark)}@media(max-width:900px){.hero__inner{grid-template-columns:1fr}.hero__visual{display:none}.hero{min-height:75vh}}.pain-zones{background:var(--off)}.pain-zones__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.2rem;margin-top:3rem}.pain-zone-card{background:var(--white);border:2px solid var(--gray-1);border-radius:var(--r-lg);padding:1.8rem 1.2rem;text-align:center;cursor:pointer;transition:var(--transition);position:relative;overflow:hidden}.pain-zone-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--teal-light),transparent);opacity:0;transition:opacity var(--transition)}.pain-zone-card:hover{border-color:var(--teal);transform:translateY(-4px);box-shadow:var(--shadow-md)}.pain-zone-card:hover:before{opacity:1}.pain-zone-card__icon{font-size:2.4rem;margin-bottom:.8rem;display:block}.pain-zone-card__name{font-size:.88rem;font-weight:600;color:var(--text);margin-bottom:.2rem}.pain-zone-card__sub{font-size:.75rem;color:var(--gray-3)}.s-head{text-align:center;max-width:640px;margin:0 auto 3rem}.s-head .eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:.8rem}.s-head h2{margin-bottom:.8rem}.s-head p{font-size:.95rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.8rem}.product-card{background:var(--white);border:1.5px solid var(--gray-1);border-radius:var(--r-lg);overflow:hidden;transition:var(--transition);position:relative}.product-card:hover{border-color:var(--teal-mid);box-shadow:var(--shadow-md);transform:translateY(-3px)}.product-card__img{aspect-ratio:1/1;overflow:hidden;background:var(--teal-light);position:relative}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__img img{transform:scale(1.06)}.product-card__badge{position:absolute;top:.9rem;left:.9rem;padding:.28rem .7rem;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:99px}.badge--new{background:var(--teal);color:#fff}.badge--hot{background:var(--orange);color:#fff}.badge--sale{background:#e53935;color:#fff}.badge--bundle{background:var(--navy);color:#fff}.product-card__quick{position:absolute;bottom:.9rem;left:.9rem;right:.9rem;opacity:0;transform:translateY(8px);transition:var(--transition)}.product-card:hover .product-card__quick{opacity:1;transform:translateY(0)}.product-card__body{padding:1.2rem 1.3rem 1.4rem}.product-card__zone{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:.35rem}.product-card__title{font-family:var(--font-head);font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.5rem;line-height:1.3}.product-card__desc{font-size:.8rem;color:var(--gray-3);margin-bottom:.9rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__foot{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-size:1.15rem;font-weight:700;color:var(--teal-dark)}.product-card__price s{font-size:.82rem;color:var(--gray-3);font-weight:400;margin-left:.3rem}.product-card__cta{font-size:.72rem}.how-it-works{background:var(--navy)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:3rem;position:relative}.steps:before{content:"";position:absolute;top:2.5rem;left:10%;right:10%;height:2px;background:linear-gradient(90deg,var(--teal),var(--orange));opacity:.3}.step{text-align:center;position:relative}.step__num{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:#fff;font-size:1.15rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.3rem;box-shadow:0 0 0 8px #0a7c6e26}.step:nth-child(3) .step__num{background:linear-gradient(135deg,var(--orange),var(--orange-dark));box-shadow:0 0 0 8px #f47c2026}.step__icon{font-size:2rem;margin-bottom:.8rem;display:block}.step__title{font-family:var(--font-head);font-size:1.1rem;color:var(--white);margin-bottom:.5rem}.step__desc{font-size:.83rem;color:#ffffff8c;line-height:1.7}.benefits-band{background:linear-gradient(135deg,var(--teal) 0%,var(--teal-dark) 100%);padding:3rem 0}.benefits-band__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.benefit-item{color:#fff}.benefit-item__icon{font-size:2rem;margin-bottom:.7rem;display:block}.benefit-item__title{font-size:.85rem;font-weight:600;letter-spacing:.05em;margin-bottom:.25rem}.benefit-item__desc{font-size:.78rem;opacity:.7}.testimonials{background:var(--off)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.testi-card{background:var(--white);border:1.5px solid var(--gray-1);border-radius:var(--r-lg);padding:1.8rem;position:relative;transition:var(--transition)}.testi-card:hover{border-color:var(--teal-mid);box-shadow:var(--shadow-sm)}.testi-card__quote{position:absolute;top:1.3rem;right:1.5rem;font-size:3rem;line-height:1;color:var(--teal-mid);font-family:serif}.testi-stars{color:var(--orange);font-size:.9rem;margin-bottom:.9rem;letter-spacing:.1em}.testi-zone{display:inline-block;background:var(--teal-light);color:var(--teal-dark);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.2rem .7rem;border-radius:99px;margin-bottom:.9rem}.testi-text{font-size:.9rem;color:var(--gray-4);line-height:1.8;margin-bottom:1.3rem;font-style:italic}.testi-author{display:flex;align-items:center;gap:.75rem}.testi-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:#fff;font-size:.78rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.testi-name{font-size:.85rem;font-weight:600;color:var(--text)}.testi-location{font-size:.73rem;color:var(--gray-3)}.testi-verified{display:flex;align-items:center;gap:.3rem;color:var(--teal);font-size:.68rem;font-weight:600;margin-top:.2rem}.stats-bar{background:var(--navy);padding:3.5rem 0}.stats-bar__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:2rem;text-align:center}.stat-item__num{font-family:var(--font-head);font-size:2.8rem;font-weight:700;color:var(--orange);line-height:1;margin-bottom:.4rem}.stat-item__label{font-size:.8rem;color:#ffffff8c;letter-spacing:.06em}.split-promo{display:grid;grid-template-columns:1fr 1fr;min-height:500px}.split-promo__panel{padding:4rem 3rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.split-promo__panel img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.split-promo__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.split-promo__overlay--teal{background:#0a3c34bf}.split-promo__overlay--orange{background:#b44105c7}.split-promo__content{position:relative;z-index:1;color:#fff;text-align:center;max-width:340px}.split-promo__content h3{color:#fff;margin-bottom:.7rem}.split-promo__content p{color:#ffffffbf;margin-bottom:1.5rem;font-size:.9rem}@media(max-width:640px){.split-promo{grid-template-columns:1fr}}.newsletter{background:linear-gradient(135deg,var(--teal-dark) 0%,var(--navy) 100%)}.newsletter-wrap{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.newsletter__text h2{color:#fff;margin-bottom:1rem}.newsletter__text p{color:#ffffffa6;margin-bottom:0}.newsletter__form-row{display:flex;gap:0}.newsletter__input{flex:1;padding:.9rem 1.2rem;background:#ffffff1a;border:1.5px solid rgba(255,255,255,.2);border-right:none;border-radius:var(--r-md) 0 0 var(--r-md);color:#fff;font-family:var(--font-body);font-size:.88rem;outline:none;transition:border-color var(--transition)}.newsletter__input::placeholder{color:#fff6}.newsletter__input:focus{border-color:var(--orange)}.newsletter__btn{border-radius:0 var(--r-md) var(--r-md) 0}.newsletter__note{font-size:.72rem;color:#fff6;margin-top:.7rem}@media(max-width:768px){.newsletter-wrap{grid-template-columns:1fr;gap:2rem}}.site-footer{background:#07161f;color:#fff9;padding:5rem 0 2rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand__logo{font-family:var(--font-head);font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer-brand__logo span{color:var(--orange)}.footer-brand p{font-size:.85rem;line-height:1.8;max-width:280px;margin-bottom:1.5rem}.footer-social{display:flex;gap:.6rem}.footer-social a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:#ffffff80;font-size:.72rem;font-weight:700;transition:var(--transition)}.footer-social a:hover{background:var(--teal);border-color:var(--teal);color:#fff}.footer-col h5{color:#fff;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1.2rem;font-family:var(--font-body);font-weight:600}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{font-size:.84rem;color:#ffffff80;transition:color var(--transition)}.footer-col a:hover{color:var(--orange)}.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.76rem}.pay-icons{display:flex;gap:.5rem;flex-wrap:wrap}.pay-icon{background:#ffffff14;color:#ffffff80;font-size:.62rem;font-weight:700;letter-spacing:.05em;padding:.25rem .6rem;border-radius:4px}@media(max-width:900px){.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media(max-width:540px){.footer-top{grid-template-columns:1fr}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;pointer-events:none}.cart-drawer.open{pointer-events:all}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#07161f99;opacity:0;transition:opacity .35s ease}.cart-drawer.open .cart-drawer__backdrop{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;width:min(400px,95vw);height:100%;background:var(--white);display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 50px #0000002e}.cart-drawer.open .cart-drawer__panel{transform:translate(0)}.cart-drawer__head{padding:1.4rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1.5px solid var(--gray-1)}.cart-drawer__title{font-family:var(--font-head);font-size:1.3rem;font-weight:700}.cart-drawer__close{background:none;border:none;padding:.3rem;color:var(--gray-3);transition:color var(--transition)}.cart-drawer__close:hover{color:var(--text)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.2rem 1.5rem}.cart-drawer__foot{padding:1.4rem 1.5rem 2rem;border-top:1.5px solid var(--gray-1)}.cart-total-row{display:flex;justify-content:space-between;font-size:.92rem;font-weight:600;margin-bottom:1rem}.cart-item{display:grid;grid-template-columns:72px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--gray-1)}.cart-item img{width:72px;height:90px;object-fit:cover;border-radius:var(--r-sm);background:var(--teal-light)}.cart-item__name{font-size:.88rem;font-weight:600;margin-bottom:.2rem}.cart-item__variant{font-size:.75rem;color:var(--gray-3);margin-bottom:.4rem}.cart-item__price{font-size:.9rem;color:var(--teal-dark);font-weight:600}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;padding:3rem 0 5rem}.product-gallery__main{aspect-ratio:1/1;border-radius:var(--r-xl);overflow:hidden;background:var(--teal-light);margin-bottom:1rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem}.product-gallery__thumb{aspect-ratio:1;overflow:hidden;border-radius:var(--r-md);cursor:pointer;border:2px solid transparent;transition:border-color var(--transition)}.product-gallery__thumb.active{border-color:var(--teal)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery{position:sticky;top:90px}.product-info__zone{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.4rem}.product-info h1{font-size:2.4rem;margin-bottom:.8rem}.product-info__rating{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--gray-4);margin-bottom:1.4rem}.product-info__rating .stars{color:var(--orange)}.product-info__price{font-family:var(--font-head);font-size:2rem;color:var(--teal-dark);font-weight:700;display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.5rem}.product-info__price .orig{font-size:1.1rem;color:var(--gray-3);text-decoration:line-through;font-weight:400}.product-info__price .save{font-size:.8rem;background:#ffe9e9;color:#c62828;padding:.2rem .6rem;border-radius:99px;font-family:var(--font-body);font-weight:600}.product-info__desc{font-size:.9rem;line-height:1.9;margin-bottom:1.8rem}.option-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text);margin-bottom:.7rem;display:block}.option-pills{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.pill{padding:.5rem 1.1rem;border:2px solid var(--gray-2);border-radius:99px;font-size:.8rem;font-weight:500;cursor:pointer;transition:var(--transition)}.pill:hover{border-color:var(--teal);color:var(--teal)}.pill.active{border-color:var(--teal);background:var(--teal);color:#fff}.pill.sold-out{opacity:.4;text-decoration:line-through;cursor:not-allowed}.qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.3rem}.qty-selector{display:flex;align-items:center;border:2px solid var(--gray-2);border-radius:var(--r-md);overflow:hidden}.qty-selector button{width:40px;height:42px;background:none;border:none;font-size:1.2rem;color:var(--gray-4);transition:background var(--transition)}.qty-selector button:hover{background:var(--gray-1);color:var(--text)}.qty-selector input{width:48px;height:42px;border:none;border-left:2px solid var(--gray-2);border-right:2px solid var(--gray-2);text-align:center;font-family:var(--font-body);font-size:.9rem;font-weight:600;outline:none}.product-actions{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.8rem}.product-features{display:flex;flex-direction:column;gap:.65rem;padding-top:1.5rem;border-top:1.5px solid var(--gray-1)}.product-feature{display:flex;align-items:center;gap:.75rem;font-size:.82rem;color:var(--gray-4)}.product-feature .check{width:20px;height:20px;border-radius:50%;background:var(--teal-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--teal);font-size:.7rem}@media(max-width:900px){.product-page{grid-template-columns:1fr}.product-gallery{position:static}}.collection-hero{background:linear-gradient(135deg,var(--teal-dark) 0%,var(--navy) 100%);padding:3.5rem 0;color:#fff}.collection-hero h1{color:#fff;margin-bottom:.5rem}.collection-hero p{color:#ffffffa6}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-bottom:1.5px solid var(--gray-1);margin-bottom:2rem}.collection-count{font-size:.82rem;color:var(--gray-4)}.sort-select{padding:.55rem 2rem .55rem .9rem;border:1.5px solid var(--gray-2);border-radius:var(--r-md);font-family:var(--font-body);font-size:.82rem;background:var(--white);cursor:pointer;outline:none;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235a6e82' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.cart-page-layout{display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:start;padding:3rem 0 5rem}.cart-page-layout h1{margin-bottom:2rem}.cart-tbl{width:100%;border-collapse:collapse}.cart-tbl th{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-3);padding:0 0 1rem;border-bottom:1.5px solid var(--gray-1);text-align:left}.cart-tbl td{padding:1.3rem 0;border-bottom:1px solid var(--gray-1);vertical-align:middle}.cart-tbl .c-product{display:flex;gap:1rem;align-items:center}.cart-tbl .c-product img{width:75px;height:90px;object-fit:cover;border-radius:var(--r-md);background:var(--teal-light)}.cart-summary-box{background:var(--off);border:1.5px solid var(--gray-1);border-radius:var(--r-lg);padding:2rem;position:sticky;top:90px}.cart-summary-box h3{margin-bottom:1.5rem;font-size:1.3rem}.cs-line{display:flex;justify-content:space-between;font-size:.88rem;margin-bottom:.8rem}.cs-total{display:flex;justify-content:space-between;font-size:1rem;font-weight:700;border-top:1.5px solid var(--gray-2);padding-top:1rem;margin:1rem 0 1.5rem}@media(max-width:900px){.cart-page-layout{grid-template-columns:1fr}.cart-summary-box{position:static}}.breadcrumbs{display:flex;gap:.4rem;flex-wrap:wrap;font-size:.77rem;color:var(--gray-3);padding:.8rem 0}.breadcrumbs a{color:var(--gray-3);transition:color var(--transition)}.breadcrumbs a:hover{color:var(--teal)}.breadcrumbs span{color:var(--gray-2)}.rte p{font-size:.95rem;line-height:1.9;margin-bottom:1rem}.rte h2,.rte h3{margin:1.5rem 0 .7rem}.rte ul,.rte ol{padding-left:1.4rem;margin-bottom:1rem}.rte li{font-size:.9rem;line-height:1.8;color:var(--gray-4)}.page-content{max-width:760px;margin:4rem auto;padding:0 var(--pad)}.page-content h1{margin-bottom:2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .6s ease forwards}.fade-up-1{animation-delay:.1s;opacity:0}.fade-up-2{animation-delay:.2s;opacity:0}.fade-up-3{animation-delay:.3s;opacity:0}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.steps:before{display:none}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}.hero__cta{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
