:root{--c-forest: #10331f;--c-primary: #2d6a4f;--c-primary-light: #52b788;--c-mint: #95d5b2;--c-pale: #e9f5ec;--c-cream: #f8f6f1;--c-white: #ffffff;--c-text: #1d2b22;--c-text-muted: #5c6b62;--c-border: #dce8de;--c-gold: #c9a227;--font-heading: "Fraunces", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 10px;--radius-md: 18px;--radius-lg: 28px;--shadow-soft: 0 10px 30px -12px rgba(16, 51, 31, .18);--shadow-hover: 0 18px 40px -14px rgba(16, 51, 31, .28);--ease: cubic-bezier(.22, 1, .36, 1);--header-h: 92px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--c-text);background:var(--c-cream);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--c-forest);margin:0 0 .4em;line-height:1.15;font-weight:600}p{line-height:1.7;color:var(--c-text-muted);margin:0 0 1em}button{font-family:inherit;cursor:pointer}.skip-to-content{position:absolute;left:-999px;top:0;background:var(--c-forest);color:#fff;padding:12px 18px;z-index:999;border-radius:0 0 8px}.skip-to-content:focus{left:0}.site-main{overflow-x:hidden}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;border-radius:999px;font-weight:600;font-size:15px;border:2px solid transparent;transition:all .35s var(--ease);cursor:pointer;white-space:nowrap}.btn--primary{background:linear-gradient(135deg,var(--c-primary),var(--c-primary-light));color:#fff;box-shadow:var(--shadow-soft)}.btn--primary:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.btn--ghost{border-color:var(--c-forest);color:var(--c-forest);background:transparent}.btn--ghost:hover{background:var(--c-forest);color:#fff}.btn--outline{border-color:var(--c-primary);color:var(--c-primary);background:#fff}.btn--outline:hover{background:var(--c-primary);color:#fff;transform:translateY(-2px)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.is-visible{opacity:1;transform:translateY(0)}.announcement-bar{background:var(--c-forest);color:var(--c-mint);text-align:center;font-size:13px;padding:9px 16px;letter-spacing:.02em}.announcement-bar p{margin:0;color:inherit}.site-header{position:sticky;top:0;z-index:100;background:#f8f6f1eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--c-border);transition:box-shadow .3s ease}.site-header.is-scrolled{box-shadow:0 6px 24px -12px #10331f40}.site-header__inner{max-width:1280px;margin:0 auto;padding:18px 32px;display:flex;align-items:center;gap:32px;min-height:var(--header-h)}.site-logo{display:flex;align-items:center;gap:8px;margin-right:auto}.site-logo__leaf{font-size:26px;transform:rotate(-10deg)}.site-logo__word{font-family:var(--font-heading);font-size:26px;font-weight:700;color:var(--c-forest);letter-spacing:.01em}.site-nav ul{display:flex;gap:30px}.site-nav>ul>li{position:relative}.site-nav a{font-weight:500;font-size:15px;color:var(--c-text);position:relative;padding:6px 0}.site-nav>ul>li>a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--c-primary);transition:width .3s var(--ease)}.site-nav>ul>li>a:hover:after{width:100%}.site-nav__dropdown{position:absolute;top:100%;left:0;background:#fff;min-width:200px;border-radius:var(--radius-sm);box-shadow:var(--shadow-hover);padding:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .25s var(--ease)}.site-nav>ul>li:hover .site-nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.site-nav__dropdown a{display:block;padding:8px 12px;border-radius:8px;font-size:14px}.site-nav__dropdown a:hover{background:var(--c-pale)}.header-actions{display:flex;align-items:center;gap:6px}.header-icon-btn{position:relative;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:50%;color:var(--c-forest);transition:background .25s ease}.header-icon-btn:hover{background:var(--c-pale)}.header-cart__count{position:absolute;top:-2px;right:-2px;background:var(--c-primary);color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header-cart__count:empty,.header-cart__count[data-count="0"]{display:none}.header-burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;border:none;background:transparent;cursor:pointer;flex-shrink:0;padding:0}.header-burger span{width:22px;height:2px;background:var(--c-forest);transition:all .3s var(--ease)}.header-burger.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header-burger.is-active span:nth-child(2){opacity:0}.header-burger.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-search{max-height:0;overflow:hidden;transition:max-height .35s var(--ease);background:var(--c-white);border-bottom:1px solid var(--c-border)}.header-search.is-open{max-height:90px}.header-search__form{max-width:1280px;margin:0 auto;padding:16px 32px;display:flex;gap:10px}.header-search__form input{flex:1;padding:12px 18px;border-radius:999px;border:1px solid var(--c-border);font-family:inherit}.header-search__form button{padding:12px 24px;border-radius:999px;border:none;background:var(--c-primary);color:#fff;font-weight:600}.mobile-nav-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a140e8c;z-index:200;opacity:0;visibility:hidden;transition:opacity .35s ease}.mobile-nav-scrim.is-active{opacity:1;visibility:visible}.site-nav__mobile-header{display:none}.site-logo__img{width:36px;height:36px;object-fit:contain;flex-shrink:0}#SiteNav{display:none}.site-nav__mobile-logo{display:flex;align-items:center;gap:8px}.hero{position:relative;overflow:hidden;padding:90px 32px 60px;display:flex;align-items:center;justify-content:center;text-align:center;min-height:640px;background:radial-gradient(ellipse at top,var(--c-pale),var(--c-cream) 60%)}.hero__blobs{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__blob{position:absolute;border-radius:50%;filter:blur(4px);opacity:.55;animation:float 9s ease-in-out infinite}.hero__blob--1{width:320px;height:320px;background:var(--c-mint);top:-80px;left:-60px;animation-delay:0s}.hero__blob--2{width:220px;height:220px;background:var(--c-primary-light);bottom:-60px;right:6%;animation-delay:1.5s}.hero__blob--3{width:160px;height:160px;background:var(--c-pale);top:30%;right:-40px;animation-delay:3s}.hero__leaf{position:absolute;font-size:34px;opacity:.7;animation:floatRotate 7s ease-in-out infinite}.hero__leaf--1{top:18%;left:10%;animation-delay:.2s}.hero__leaf--2{top:65%;left:6%;font-size:26px;animation-delay:1.8s}.hero__leaf--3{top:22%;right:12%;animation-delay:1s}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-24px) scale(1.05)}}@keyframes floatRotate{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-16px) rotate(12deg)}}.hero__inner{position:relative;z-index:1;max-width:760px}.hero__eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--c-primary);background:var(--c-white);padding:8px 18px;border-radius:999px;margin-bottom:22px;box-shadow:var(--shadow-soft)}.hero__title{font-size:clamp(36px,6vw,64px);margin-bottom:.3em}.hero__subtitle{font-size:18px;max-width:560px;margin:0 auto 34px}.hero__ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:44px}.hero__badges{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.hero__badge{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--c-forest);background:var(--c-white);padding:10px 16px;border-radius:999px;box-shadow:var(--shadow-soft)}.hero__scroll-cue{position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:1}.hero__scroll-cue span{display:block;width:2px;height:34px;background:var(--c-primary);animation:scrollcue 1.8s ease-in-out infinite}@keyframes scrollcue{0%{transform:scaleY(0);transform-origin:top;opacity:0}40%{transform:scaleY(1);transform-origin:top;opacity:1}60%{transform:scaleY(1);transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom;opacity:0}}.section{max-width:1280px;margin:0 auto;padding:90px 32px}.section__header{text-align:center;max-width:620px;margin:0 auto 50px}.section__eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--c-primary);margin-bottom:10px}.section__header h2{font-size:clamp(28px,4vw,40px)}.section__cta{text-align:center;margin-top:46px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.product-card{background:var(--c-white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .4s var(--ease),box-shadow .4s var(--ease);display:flex;flex-direction:column;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover)}.product-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--c-pale);display:block}.product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .5s var(--ease),transform .6s var(--ease)}.product-card__img--front{opacity:1}.product-card__img--back{display:none}.product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--c-forest);color:var(--c-mint);font-size:11px;font-weight:700;padding:5px 12px;border-radius:999px;z-index:1}.product-card__body{padding:18px 18px 6px;flex:1}.product-card__title{font-size:16px;margin-bottom:6px}.product-card__title a:hover{color:var(--c-primary)}.product-card__price{font-weight:700;color:var(--c-primary)}.product-card__price--compare{color:var(--c-text-muted);text-decoration:line-through;font-weight:400;margin-left:8px;font-size:14px}.product-card__add{margin:12px 18px 18px;padding:12px;border-radius:999px;border:2px solid var(--c-primary);background:transparent;color:var(--c-primary);font-weight:600;font-size:14px;transition:all .3s var(--ease)}.product-card__add:hover{background:var(--c-primary);color:#fff}.benefits{background:var(--c-forest)}.benefits__grid{max-width:1280px;margin:0 auto;padding:80px 32px;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.benefit-item{text-align:center;color:#fff}.benefit-item__icon{width:68px;height:68px;margin:0 auto 18px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-size:30px;transition:transform .4s var(--ease)}.benefit-item:hover .benefit-item__icon{transform:scale(1.12) rotate(-6deg)}.benefit-item h3{color:#fff;font-size:18px}.benefit-item p{color:var(--c-mint);font-size:14px;margin:0}.testimonials__track{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:var(--c-white);border:1px solid var(--c-border);border-radius:var(--radius-md);padding:30px;transition:transform .4s var(--ease),box-shadow .4s var(--ease)}.testimonial-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-soft)}.testimonial-card__stars{color:var(--c-gold);letter-spacing:2px;margin-bottom:12px}.testimonial-card p{color:var(--c-text);font-style:italic}.testimonial-card__author{font-weight:700;color:var(--c-forest);font-size:14px}.newsletter{position:relative;overflow:hidden;text-align:center;padding:90px 32px;background:linear-gradient(135deg,var(--c-primary),var(--c-forest));color:#fff}.newsletter__blobs span{position:absolute;border-radius:50%;background:#ffffff14;animation:float 10s ease-in-out infinite}.newsletter__blobs span:first-child{width:260px;height:260px;top:-100px;left:-60px}.newsletter__blobs span:last-child{width:200px;height:200px;bottom:-80px;right:-40px;animation-delay:2s}.newsletter__inner{position:relative;z-index:1;max-width:520px;margin:0 auto}.newsletter h2{color:#fff;font-size:clamp(26px,4vw,36px)}.newsletter p{color:var(--c-mint)}.newsletter__form{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap;justify-content:center}.newsletter__form input{flex:1;min-width:220px;padding:14px 20px;border-radius:999px;border:none;font-family:inherit}.newsletter__form button{padding:14px 28px;border-radius:999px;border:none;background:var(--c-mint);color:var(--c-forest);font-weight:700;transition:transform .3s var(--ease)}.newsletter__form button:hover{transform:translateY(-2px)}.newsletter__success{width:100%;color:var(--c-mint);font-weight:600;margin-top:8px}.site-footer{background:var(--c-forest);color:var(--c-mint)}.site-footer__inner{max-width:1280px;margin:0 auto;padding:70px 32px 40px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px}.site-logo--footer .site-logo__word,.site-logo--footer .site-logo__leaf{color:#fff}.footer-col--brand p{color:var(--c-mint);font-size:14px;margin-top:14px;max-width:280px}.footer-col h4{color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.footer-col ul li{margin-bottom:10px}.footer-col a{color:var(--c-mint);font-size:14px;transition:color .25s ease}.footer-col a:hover{color:#fff}.footer-socials{display:flex;gap:12px;margin-top:18px}.footer-socials a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer-socials a:hover{background:#fff;color:var(--c-forest)}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.12);text-align:center;padding:22px;font-size:13px;color:var(--c-mint)}.product-page{max-width:1280px;margin:0 auto;padding:60px 32px 100px}.product-page__inner{display:grid;grid-template-columns:1.1fr 1fr;gap:60px}.product-gallery__main{position:relative;aspect-ratio:1/1;border-radius:var(--radius-lg);overflow:hidden;background:var(--c-pale);box-shadow:var(--shadow-soft)}.product-gallery__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease}.product-gallery__image.is-active{opacity:1}.product-gallery__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:64px}.product-gallery__thumbs{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.product-gallery__thumb{width:76px;height:76px;border-radius:12px;overflow:hidden;border:2px solid transparent;padding:0;background:none;transition:border-color .25s ease}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb.is-active{border-color:var(--c-primary)}.product-info__vendor{color:var(--c-primary);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.product-info__title{font-size:clamp(28px,3.4vw,40px);margin-top:6px}.product-info__price{font-size:26px;font-weight:700;color:var(--c-primary);margin-bottom:8px}.product-info__price--compare{color:var(--c-text-muted);text-decoration:line-through;font-weight:400;font-size:18px;margin-left:10px}.product-info__save-badge{background:var(--c-pale);color:var(--c-primary);font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;margin-left:10px;vertical-align:middle}.product-info__stars{color:var(--c-gold);margin-bottom:18px;font-size:15px}.product-info__stars span{color:var(--c-text-muted);font-size:13px}.product-info__desc{color:var(--c-text-muted);margin-bottom:26px}.product-form__option{margin-bottom:20px}.product-form__option label{display:block;font-weight:600;margin-bottom:8px;font-size:14px}.product-form__swatches{display:flex;gap:10px;flex-wrap:wrap}.swatch{padding:10px 18px;border-radius:999px;border:1.5px solid var(--c-border);background:#fff;font-size:14px;font-weight:500;transition:all .25s ease}.swatch:hover{border-color:var(--c-primary)}.swatch.is-selected{background:var(--c-primary);border-color:var(--c-primary);color:#fff}.product-form__qty-add{display:flex;gap:14px;align-items:stretch;margin:26px 0}.qty-stepper{display:flex;align-items:center;border:1.5px solid var(--c-border);border-radius:999px;overflow:hidden}.qty-stepper__btn{width:42px;background:var(--c-pale);border:none;font-size:18px;color:var(--c-forest)}.qty-stepper input{width:46px;border:none;text-align:center;font-weight:600;font-family:inherit;-moz-appearance:textfield}.qty-stepper input::-webkit-outer-spin-button,.qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-form__submit{flex:1;justify-content:center}.product-form__submit .btn__icon{transition:transform .3s var(--ease)}.product-form__submit:hover .btn__icon{transform:rotate(15deg) scale(1.2)}.product-about{border-top:1px solid var(--c-border);margin-top:26px;padding-top:18px}.product-about__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:4px 0;cursor:pointer;font-family:var(--font-heading);font-size:18px;font-weight:600;color:var(--c-forest)}.product-about__arrow{transition:transform .3s var(--ease);flex-shrink:0}.product-about__toggle[aria-expanded=false] .product-about__arrow{transform:rotate(-90deg)}.product-about__content{display:grid;grid-template-rows:1fr;transition:grid-template-rows .35s var(--ease),opacity .3s ease;opacity:1;overflow:hidden}.product-about__content.is-collapsed{grid-template-rows:0fr;opacity:0}.product-about__inner{min-height:0;overflow:hidden;padding-top:12px;color:var(--c-text-muted);font-size:15px;line-height:1.7}.product-info__trust{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.product-info__trust span{font-size:12px;font-weight:600;background:var(--c-pale);color:var(--c-forest);padding:8px 14px;border-radius:999px}.related-products{background:var(--c-pale);border-radius:var(--radius-lg);max-width:1344px;margin:0 auto 90px;padding:70px 32px}.collection-banner{position:relative;overflow:hidden;text-align:center;padding:90px 32px 70px;background:linear-gradient(160deg,var(--c-pale),var(--c-cream))}.collection-banner__blobs span{position:absolute;border-radius:50%;background:var(--c-mint);opacity:.4;animation:float 9s ease-in-out infinite}.collection-banner__blobs span:first-child{width:220px;height:220px;top:-80px;right:10%}.collection-banner__blobs span:last-child{width:160px;height:160px;bottom:-60px;left:8%;animation-delay:2s}.collection-banner__inner{position:relative;z-index:1;max-width:640px;margin:0 auto}.collection-page{max-width:1280px;margin:0 auto;padding:50px 32px 100px}.collection-page__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:34px;flex-wrap:wrap;gap:14px}.collection-page__count{color:var(--c-text-muted);font-size:14px}.collection-page__sort select{padding:10px 16px;border-radius:999px;border:1.5px solid var(--c-border);font-family:inherit}.collection-page__layout{display:block}.collection-filters{background:#fff;border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-soft);position:sticky;top:calc(var(--header-h) + 20px)}.collection-filters h3{font-size:16px}.collection-filters__group{margin-bottom:20px}.collection-filters__group h4{font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:var(--c-text-muted);margin-bottom:10px}.collection-filters__option{display:block;font-size:14px;margin-bottom:8px;cursor:pointer}.collection-filters__price-inputs{display:flex;align-items:center;gap:8px;margin-bottom:10px}.collection-filters__price-field{flex:1;display:flex;flex-direction:column;gap:4px}.collection-filters__price-field label{font-size:11px;color:var(--c-text-muted)}.collection-filters__price-field input[type=number]{width:100%;padding:8px 10px;border-radius:8px;border:1.5px solid var(--c-border);font-family:inherit;font-size:13px;box-sizing:border-box}.collection-filters__price-sep{color:var(--c-text-muted);margin-top:14px}.collection-filters__price-apply{width:100%;padding:9px 0;border-radius:999px;border:none;background:var(--c-forest, var(--c-primary));color:#fff;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .2s}.collection-filters__price-apply:hover{opacity:.88}.product-grid--collection{grid-template-columns:repeat(3,1fr)}.collection-page__empty{color:var(--c-text-muted);grid-column:1/-1;text-align:center;padding:60px 0}.pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:50px;flex-wrap:wrap}.pagination__pages{display:flex;align-items:center;gap:6px}.pagination__page{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 4px;border-radius:999px;border:1.5px solid var(--c-border);font-size:14px;color:var(--c-text);text-decoration:none;transition:background .2s,border-color .2s,color .2s}a.pagination__page:hover{background:var(--c-pale);border-color:var(--c-primary)}.pagination__page--current{background:var(--c-forest);border-color:var(--c-forest);color:#fff;font-weight:700}.pagination__page--dots{border-color:transparent;color:var(--c-text-muted)}.pagination__btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 18px;border-radius:999px;border:1.5px solid var(--c-border);font-size:14px;font-weight:600;color:var(--c-forest);text-decoration:none;background:#fff;transition:background .2s,border-color .2s,color .2s}a.pagination__btn:hover{background:var(--c-forest);border-color:var(--c-forest);color:#fff}.pagination__btn--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}@media(max-width:640px){.pagination__btn span{display:none}.pagination__pages{order:3;width:100%;justify-content:center}}.cart-page{max-width:960px;margin:0 auto;padding:60px 32px 100px}.cart-table{width:100%;border-collapse:collapse;margin-bottom:30px}.cart-table th{text-align:left;font-size:12px;text-transform:uppercase;color:var(--c-text-muted);padding-bottom:14px;border-bottom:1px solid var(--c-border)}.cart-table td{padding:18px 8px;border-bottom:1px solid var(--c-border);vertical-align:middle}.cart-table__product{display:flex;gap:14px;align-items:center}.cart-table__product img{width:64px;height:64px;object-fit:cover;border-radius:10px}.cart-table__variant{display:block;font-size:12px;color:var(--c-text-muted)}.cart-summary{max-width:340px;margin-left:auto;text-align:right}.cart-summary__row{display:flex;justify-content:space-between;font-size:18px;margin-bottom:6px}.cart-summary__note{font-size:12px}.cart-summary__checkout{width:100%;justify-content:center;margin-top:10px}.cart-empty{text-align:center;padding:80px 0}.cart-empty span{font-size:48px;display:block;margin-bottom:16px}.cart-table__qty-row{display:flex;align-items:center;gap:12px}.cart-table__qty-row .qty-stepper{width:fit-content;flex:0 0 auto}.cart-remove-btn{flex-shrink:0;width:34px;height:34px;border:none;background:transparent;border-radius:50%;color:var(--c-text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease}.cart-remove-btn:hover{background:#fdeceb;color:#d64545}.cart-table__row.is-removing{opacity:.4;pointer-events:none;transition:opacity .25s ease}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cart-remove-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility 0s linear .25s}.cart-remove-modal.is-open{opacity:1;visibility:visible;transition:opacity .25s ease}.cart-remove-modal__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a140e8c}.cart-remove-modal__box{position:relative;background:#fff;border-radius:var(--radius-md);padding:28px 26px;max-width:340px;width:calc(100% - 40px);box-shadow:var(--shadow-hover);text-align:center;transform:translateY(18px) scale(.94);opacity:0;transition:transform .3s var(--ease),opacity .3s var(--ease)}.cart-remove-modal.is-open .cart-remove-modal__box{transform:translateY(0) scale(1);opacity:1}.cart-remove-modal__icon{width:52px;height:52px;margin:0 auto 14px;border-radius:50%;background:#fdeceb;color:#d64545;display:flex;align-items:center;justify-content:center}.cart-remove-modal__box p#CartRemoveModalTitle{color:var(--c-forest);font-weight:700;font-size:17px;margin-bottom:6px}.cart-remove-modal__item-name{color:var(--c-text-muted);font-size:14px;margin-bottom:22px}.cart-remove-modal__actions{display:flex;gap:12px;justify-content:center}.cart-remove-modal__actions .btn{flex:1;justify-content:center;padding:12px 18px}.cart-toast{position:fixed;bottom:28px;right:28px;z-index:200;background:var(--c-forest);color:#fff;padding:14px 22px;border-radius:999px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow-hover);transform:translateY(140%);opacity:0;transition:all .45s var(--ease)}.cart-toast.is-visible{transform:translateY(0);opacity:1}.basic-page,.error-page{max-width:760px;margin:0 auto;padding:90px 32px 120px;text-align:center}.error-page__icon{font-size:54px;display:block;margin-bottom:18px}.basic-page__content{text-align:left;margin-top:20px}.contact-page{max-width:1100px;margin:0 auto;padding:90px 32px 120px}.contact-page__header{text-align:center;max-width:560px;margin:0 auto 56px}.contact-page__header .section__eyebrow{display:block;margin-bottom:10px}.contact-page__header h1{font-size:clamp(30px,4.5vw,44px);margin-bottom:12px}.contact-page__header p{max-width:460px;margin:0 auto}.contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;max-width:740px;margin:0 auto}.contact-card{background:#fff;border-radius:var(--radius-lg);padding:36px 28px;box-shadow:var(--shadow-soft);text-align:center;display:flex;flex-direction:column;align-items:center;transition:transform .4s var(--ease),box-shadow .4s var(--ease)}.contact-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover)}.contact-card__icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:var(--c-primary);background:var(--c-pale);transition:transform .4s var(--ease)}.contact-card:hover .contact-card__icon{transform:scale(1.1) rotate(-6deg)}.contact-card__icon--whatsapp{color:#25d366;background:#e8faf0}.contact-card h3{font-size:18px;margin-bottom:6px}.contact-card p{margin:0;font-size:15px;word-break:break-word}.contact-card--whatsapp{background:linear-gradient(160deg,#25d366,#128c7e);color:#fff}.contact-card--whatsapp h3,.contact-card--whatsapp p{color:#fff}.contact-card--whatsapp .contact-card__icon--whatsapp{background:#ffffff2e;color:#fff;animation:whatsappPulse 2.4s ease-in-out infinite}.contact-card__cta{display:inline-flex;align-items:center;gap:6px;margin-top:18px;font-weight:700;font-size:14px;padding:10px 20px;border-radius:999px;background:#ffffff2e;transition:gap .25s var(--ease),background .25s ease}.contact-card--whatsapp:hover .contact-card__cta{gap:10px;background:#ffffff47}@keyframes whatsappPulse{0%,to{box-shadow:0 0 #ffffff59}50%{box-shadow:0 0 0 10px #fff0}}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.benefits__grid{grid-template-columns:repeat(2,1fr)}.testimonials__track{grid-template-columns:1fr}.site-footer__inner{grid-template-columns:1fr 1fr}.product-page__inner{grid-template-columns:1fr}.product-grid--collection{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){:root{--header-h: 72px}.site-header__inner{padding:12px 20px;gap:12px}.header-burger{display:flex}#SiteNavDesktop{display:none}#SiteNav{position:fixed;top:0;left:0;height:100vh;width:min(300px,80vw);background:#fff;z-index:201;padding:0;transform:translate(-100%);transition:transform .4s var(--ease);overflow-y:auto;box-shadow:12px 0 50px #10331f33;display:flex;flex-direction:column}#SiteNav.is-open{transform:translate(0)}.site-nav__mobile-header{display:flex!important;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--c-border);background:var(--c-pale)}.site-nav__mobile-logo{font-family:var(--font-heading);font-size:22px;font-weight:700;color:var(--c-forest)}.site-nav__mobile-logo img{border-radius:6px}.site-nav__close{width:36px;height:36px;border-radius:50%;border:none;background:#fff;color:var(--c-forest);font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease;box-shadow:0 2px 8px #10331f1a}.site-nav__close:hover{background:var(--c-mint);transform:rotate(90deg)}.site-nav>ul{padding:20px 12px;flex:1}.site-nav ul{flex-direction:column;gap:2px}.site-nav>ul>li>a{display:block;padding:14px 16px;font-size:17px;font-weight:600;border-radius:12px;transition:background .2s ease,color .2s ease,padding-left .2s ease}.site-nav>ul>li>a:after{display:none}.site-nav>ul>li>a:hover{background:var(--c-pale);color:var(--c-primary);padding-left:22px}.site-nav__dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;padding-left:12px;display:none}.site-nav li:hover .site-nav__dropdown,.site-nav li.is-open .site-nav__dropdown{display:block}.site-logo__word{font-size:21px}.hero{min-height:520px;padding:60px 20px 50px}.hero__badges{gap:8px}.hero__badge{font-size:11px;padding:8px 12px}.section{padding:60px 20px}.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}.product-grid--collection{grid-template-columns:repeat(2,1fr)}.benefits__grid{grid-template-columns:1fr 1fr;gap:18px;padding:60px 20px}.benefit-item__icon{width:56px;height:56px;font-size:24px}.site-footer__inner{grid-template-columns:1fr;padding:50px 20px 30px;gap:32px}.related-products{margin:0 20px 60px;padding:50px 20px}.product-page{padding:30px 20px 70px}.contact-page{padding:60px 20px 80px}.contact-cards{grid-template-columns:1fr;gap:18px}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table td{border:none;padding:6px 0}.cart-table__row{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--c-border)}.cart-table__qty-row{justify-content:space-between}.cart-summary{margin:0;max-width:none;text-align:left}.newsletter__form{flex-direction:column}}.ronaldo-banner{background:linear-gradient(135deg,var(--c-forest) 0%,#1a4a2e 100%);padding:60px 32px;margin:0}.ronaldo-banner__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.ronaldo-banner__images{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ronaldo-banner__img-wrap{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:3/4;box-shadow:0 20px 50px -10px #00000080}.ronaldo-banner__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.ronaldo-banner__img-wrap:hover img{transform:scale(1.04)}.ronaldo-banner__eyebrow{display:inline-block;background:var(--c-gold);color:var(--c-forest);font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:16px}.ronaldo-banner__title{font-family:var(--font-heading);color:#fff;font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:16px;line-height:1.2}.ronaldo-banner__text{color:var(--c-mint);font-size:15px;line-height:1.7;margin-bottom:28px}@media(max-width:768px){.ronaldo-banner__inner{grid-template-columns:1fr}.ronaldo-banner__images{order:-1}}.qty-stepper{display:flex;align-items:center;border:2px solid var(--c-border);border-radius:999px;overflow:hidden;background:#fff;height:52px}.qty-stepper__btn{width:44px;height:100%;border:none;background:transparent;font-size:20px;font-weight:400;color:var(--c-forest);cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.qty-stepper__btn:hover{background:var(--c-pale)}.qty-stepper input[type=number]{width:52px;text-align:center;border:none;border-left:1px solid var(--c-border);border-right:1px solid var(--c-border);font-size:16px;font-weight:600;color:var(--c-forest);background:transparent;height:100%;-moz-appearance:textfield;padding:0}.qty-stepper input[type=number]::-webkit-inner-spin-button,.qty-stepper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.product-grid.product-grid--featured{display:flex!important;flex-wrap:wrap;justify-content:center;gap:28px}.product-grid--featured .product-card{flex:0 1 260px;max-width:260px}@media(max-width:760px){.product-grid.product-grid--featured{gap:16px!important}.product-grid--featured .product-card{flex:0 1 calc(50% - 8px);max-width:calc(50% - 8px)}}.product-grid.product-grid--related{display:flex!important;flex-wrap:wrap;justify-content:center;gap:28px}.product-grid--related .product-card{flex:0 1 260px;max-width:260px}@media(max-width:760px){.product-grid.product-grid--related{gap:16px!important}.product-grid--related .product-card{flex:0 1 calc(50% - 8px);max-width:calc(50% - 8px)}}.collection-filters__option a{display:block;padding:4px 0;transition:color .2s;font-size:14px}.collection-filters__option a:hover{color:var(--c-primary)}.product-card__title{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;max-height:2.8em}@media(max-width:760px){.hero__leaf,.hero__blob{display:none}}.filter-toggle-btn{display:none;align-items:center;gap:8px;padding:10px 18px;border:2px solid var(--c-border);border-radius:999px;background:#fff;font-size:14px;font-weight:600;color:var(--c-forest);cursor:pointer;transition:all .2s}.filter-toggle-btn:hover{border-color:var(--c-primary);color:var(--c-primary)}.collection-filters__header{display:none;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--c-border)}.collection-filters__header h3{margin:0}.filter-close-btn{background:none;border:none;font-size:20px;cursor:pointer;color:var(--c-text-muted);padding:4px 8px}.filter-scrim{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:89;opacity:0;pointer-events:none;transition:opacity .3s}@media(max-width:1024px){.filter-toggle-btn,.collection-filters__header{display:flex}.filter-scrim{display:block}.collection-filters{position:fixed!important;top:0;left:0;height:100vh;width:min(340px,85vw);background:#fff;z-index:90;padding:28px 24px;overflow-y:auto;transform:translate(-100%);transition:transform .35s cubic-bezier(.22,1,.36,1);box-shadow:8px 0 40px #00000026}.collection-filters.is-open{transform:translate(0)}.filter-scrim.is-active{opacity:1;pointer-events:all}}@media(min-width:1025px){.filter-toggle-btn,.collection-filters__header{display:none}.filter-scrim{display:none!important}.collection-filters{position:sticky;top:100px;transform:none!important;height:auto;box-shadow:none;padding:0;background:transparent}.collection-page__layout{grid-template-columns:240px 1fr;display:grid;gap:32px}}@media(max-width:760px){.product-page__inner{gap:24px}.hero__title{font-size:clamp(2rem,8vw,3.5rem)}}.sticky-buy-bar{display:block;position:fixed;left:50%;transform:translate(-50%);bottom:-120px;z-index:150;background:#fff;border-radius:999px;box-shadow:0 12px 40px -8px #10331f4d;padding:10px 14px;transition:bottom .4s var(--ease),opacity .4s var(--ease);opacity:0;width:min(560px,calc(100% - 32px))}.sticky-buy-bar.is-visible{bottom:20px;opacity:1}.sticky-buy-bar__inner{display:flex;align-items:center;gap:14px}.sticky-buy-bar__img{width:48px;height:48px;border-radius:10px;object-fit:cover;flex-shrink:0}.sticky-buy-bar__info{display:flex;flex-direction:column;flex:1;min-width:0}.sticky-buy-bar__title{font-size:14px;font-weight:600;color:var(--c-forest);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-buy-bar__price{font-size:14px;color:var(--c-primary);font-weight:700}.sticky-buy-bar__btn{padding:12px 26px;font-size:14px;white-space:nowrap;flex-shrink:0}@media(max-width:760px){.sticky-buy-bar{left:16px;right:16px;transform:none;width:auto}}.cart-shipping-notice{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:28px;padding:16px 24px;background:linear-gradient(135deg,var(--c-pale),var(--c-mint));border-radius:var(--radius-md);font-size:14px;font-weight:600;color:var(--c-forest);text-align:center;animation:shippingPulse 2.4s ease-in-out infinite}.cart-shipping-notice svg{flex-shrink:0;animation:shippingBounce 1.8s ease-in-out infinite}.cart-shipping-notice .flag-icon{display:inline-block;width:18px;height:auto;vertical-align:-3px;margin-right:2px}@keyframes shippingPulse{0%,to{box-shadow:0 0 #2d6a4f40}50%{box-shadow:0 0 0 8px #2d6a4f00}}@keyframes shippingBounce{0%,to{transform:translate(0)}50%{transform:translate(4px)}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/theme.css.map */
