:root{--color-emerald-deep: #0b3227;--color-emerald: #176b4f;--color-gold: #d4af37;--color-gold-light: #f0d78c;--color-ivory: #fbf8f1;--color-sand: #f0e9d8;--color-charcoal: #141412;--color-white: #ffffff;--color-sage: #6f8f80;--color-muted: #3d3d38;--color-error: #b42318;--font-display: "Fraunces", "Cormorant Garamond", Georgia, serif;--font-body: "Manrope", system-ui, -apple-system, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 6.5rem;--container-max: 1200px;--container-pad: clamp(1.15rem, 4.5vw, 2.5rem);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 24px;--radius-pill: 999px;--shadow-sm: 0 4px 16px rgba(14, 59, 46, .08);--shadow-md: 0 16px 48px rgba(14, 59, 46, .12);--shadow-lg: 0 24px 64px rgba(14, 59, 46, .16);--shadow-gold: 0 12px 32px rgba(199, 161, 74, .3);--header-h: 72px;--announce-h: 36px;--ease: cubic-bezier(.25, .46, .45, .94);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--transition: .3s var(--ease);--transition-slow: .6s var(--ease);--z-header: 1000;--z-mobile: 1001;--z-drawer: 1100;--z-float: 900}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:1rem;line-height:1.65;color:var(--color-charcoal);background:var(--color-ivory);overflow-x:hidden;min-height:100vh}body.overflow-hidden{overflow:hidden}img,video{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}input,textarea,select{font-family:inherit;font-size:1rem}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:500;line-height:1.15;letter-spacing:-.02em}h1{font-size:clamp(2.1rem,5vw,3.75rem)}h2{font-size:clamp(1.55rem,3.2vw,2.5rem)}h3{font-size:clamp(1.15rem,2vw,1.45rem)}p{max-width:68ch}em{font-style:italic;color:var(--color-gold)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-999px;top:0;z-index:9999;background:var(--color-gold);color:var(--color-emerald-deep);padding:.75rem 1.25rem;font-weight:600}.skip-link:focus{left:1rem;top:1rem}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad)}.section{padding-block:var(--space-xl)}.section--sm{padding-block:var(--space-lg)}.section--dark{background:var(--color-emerald-deep);color:var(--color-white)}.section--sand{background:var(--color-sand)}.section--emerald{background:var(--color-emerald);color:var(--color-white)}.section--ivory{background:var(--color-ivory)}.eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-gold);display:block;margin-bottom:.9rem}.section-header{text-align:center;margin-bottom:clamp(2rem,4vw,3.25rem)}.section-header p{margin:.9rem auto 0;color:var(--color-sage);max-width:42rem}.section--dark .section-header p{color:#ffffffb8}.shopify-section-group-header-group{position:sticky;top:0;z-index:var(--z-header)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.95rem 1.85rem;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:.9rem;font-weight:600;letter-spacing:.03em;transition:var(--transition);white-space:nowrap;border:1.5px solid transparent;line-height:1.2;text-align:center;min-height:48px}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.btn-primary{background:var(--color-gold);color:var(--color-emerald-deep)}.btn-primary:hover:not(:disabled){background:var(--color-gold-light);transform:translateY(-2px);box-shadow:var(--shadow-gold)}.btn-secondary{background:var(--color-emerald);color:var(--color-white)}.btn-secondary:hover:not(:disabled){background:var(--color-emerald-deep);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--color-white);border-color:#fff6}.btn-outline:hover:not(:disabled){border-color:var(--color-gold);color:var(--color-gold);transform:translateY(-2px)}.btn-outline-dark{background:transparent;color:var(--color-emerald-deep);border-color:#0e3b2e47}.btn-outline-dark:hover:not(:disabled){background:var(--color-emerald-deep);color:var(--color-white);border-color:var(--color-emerald-deep);transform:translateY(-2px)}.btn-full{width:100%}.btn-sm{padding:.65rem 1.15rem;font-size:.82rem;min-height:40px}.btn.is-loading{position:relative;color:transparent!important;pointer-events:none}.btn.is-loading:after{content:"";position:absolute;width:18px;height:18px;border:2px solid rgba(14,59,46,.25);border-top-color:var(--color-emerald-deep);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.announcement-bar{background:linear-gradient(90deg,#0a2e24,#14543f 40%,#0e3b2e);border-bottom:1px solid rgba(199,161,74,.28);overflow:hidden;height:var(--announce-h);display:flex;align-items:center}.announcement-marquee{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.announcement-track{display:flex;align-items:center;width:max-content;animation:cleeaura-marquee 38s linear infinite;will-change:transform}.announcement-marquee:hover .announcement-track{animation-play-state:paused}.announcement-item{display:inline-flex;align-items:center;gap:.55rem;padding:0 1.75rem;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-gold-light);white-space:nowrap}.announcement-dot{width:5px;height:5px;border-radius:50%;background:var(--color-gold);box-shadow:0 0 0 3px #c7a14a2e;flex-shrink:0}@keyframes cleeaura-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.announcement-track{animation:none}}.site-header{background:#0e3b2ef7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(199,161,74,.15);z-index:var(--z-header)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--header-h);position:relative}.header-logo{display:flex;align-items:center;gap:.65rem;z-index:2;flex-shrink:0}.header-logo img,.logo-icon{height:40px;width:auto;max-height:44px;object-fit:contain;filter:brightness(1.08) saturate(1.05);border-radius:4px}.logo-wordmark{font-family:var(--font-display);font-size:1.4rem;font-weight:600;color:var(--color-gold);letter-spacing:-.02em;line-height:1}.logo-wordmark span{color:var(--color-gold-light)}.header-nav{display:none}.header-nav__list{display:flex;align-items:center;gap:.15rem}.header-nav a{font-size:.875rem;font-weight:500;color:#ffffffd1;padding:.5rem 1rem;border-radius:var(--radius-sm);position:relative}.header-nav a:after{content:"";position:absolute;bottom:2px;left:50%;right:50%;height:2px;background:var(--color-gold);transition:var(--transition);border-radius:2px}.header-nav a:hover,.header-nav a.is-active,.header-nav a[aria-current=page]{color:var(--color-white)}.header-nav a:hover:after,.header-nav a.is-active:after,.header-nav a[aria-current=page]:after{left:1rem;right:1rem}.header-nav a.is-active,.header-nav a[aria-current=page]{color:var(--color-gold)}.header-actions{display:flex;align-items:center;gap:.35rem;z-index:2}.header-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;color:var(--color-white);background:#ffffff14;transition:var(--transition)}.header-icon-btn:hover{background:#c7a14a38;color:var(--color-gold)}.cart-count-bubble{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 5px;border-radius:var(--radius-pill);background:var(--color-gold);color:var(--color-emerald-deep);font-size:.65rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1}.cart-count-bubble:empty,.cart-count-bubble[data-count="0"]{display:none}.hamburger{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;border-radius:var(--radius-sm);background:#ffffff14}.hamburger span{display:block;width:20px;height:2px;background:var(--color-white);border-radius:2px;transition:var(--transition)}.hamburger.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.is-active span:nth-child(2){opacity:0}.hamburger.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(min-width:900px){.header-nav{display:block}.header-nav.primary-nav{position:absolute;left:50%;transform:translate(-50%)}.hamburger{display:none}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-mobile);pointer-events:none;visibility:hidden}.mobile-nav.is-open{pointer-events:auto;visibility:visible}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a1e188c;opacity:0;transition:opacity .35s var(--ease)}.mobile-nav.is-open .mobile-nav__overlay{opacity:1}.mobile-nav__panel{position:absolute;top:0;right:0;width:min(360px,92vw);height:100%;background:var(--color-emerald-deep);padding:1.35rem 1.5rem 2.5rem;transform:translate(100%);transition:transform .38s var(--ease);display:flex;flex-direction:column;gap:1.75rem;box-shadow:-12px 0 40px #00000059;overflow-y:auto}.mobile-nav.is-open .mobile-nav__panel{transform:translate(0)}.mobile-nav__top{display:flex;justify-content:space-between;align-items:center}.mobile-nav__list a{display:block;padding:.95rem 0;font-family:var(--font-display);font-size:1.45rem;font-weight:500;color:var(--color-white);border-bottom:1px solid rgba(255,255,255,.08)}.mobile-nav__list a:hover{color:var(--color-gold)}.hero{position:relative;background:linear-gradient(135deg,var(--color-emerald-deep) 0%,var(--color-emerald) 55%,#0a2d22 100%);color:var(--color-white);overflow:hidden;padding-block:clamp(3rem,7vw,5.5rem) clamp(3.5rem,8vw,6.5rem)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 80% 50%,rgba(199,161,74,.1) 0%,transparent 70%),radial-gradient(ellipse 40% 60% at 20% 80%,rgba(20,84,63,.55) 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to bottom,transparent,var(--color-ivory));pointer-events:none;opacity:.9}.hero-inner{position:relative;z-index:2;display:grid;gap:2.5rem;align-items:center}@media(min-width:900px){.hero-inner{grid-template-columns:1.05fr .95fr;gap:3.5rem;min-height:min(70vh,640px)}}.hero-title{color:var(--color-white);margin-bottom:0}.hero-title em{color:var(--color-gold)}.hero-subtitle{margin-top:1.25rem;color:#ffffffc2;font-size:clamp(1rem,1.5vw,1.1rem);max-width:38rem;line-height:1.7}.hero-ctas{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.85rem}.hero-image{position:relative;justify-self:center;width:100%;max-width:480px}.hero-image img{width:100%;border-radius:var(--radius-lg);object-fit:cover;box-shadow:0 30px 80px #00000073,0 0 0 1px #c7a14a26;animation:floatY 6s ease-in-out infinite}.hero-glow{position:absolute;top:8%;right:5%;bottom:8%;left:5%;background:radial-gradient(circle,rgba(199,161,74,.28),transparent 70%);filter:blur(28px);z-index:-1}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.trust-strip{background:var(--color-emerald-deep);border-bottom:1px solid rgba(199,161,74,.15);padding-block:1.5rem}.trust-strip__list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.25rem 2.25rem}.trust-strip__item{display:flex;align-items:center;gap:.6rem;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffffd9}.trust-strip__icon{display:inline-flex;color:var(--color-gold);flex-shrink:0}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem}@media(min-width:700px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}@media(min-width:1000px){.product-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-card{background:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(14,59,46,.08);transition:var(--transition-slow);height:100%;display:flex;flex-direction:column;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:#c7a14a47}.product-card__stretch{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:inherit}.product-card__media{position:relative;aspect-ratio:1;background:var(--color-ivory);overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card__media img,.product-card__img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .8s var(--ease)}.product-card:hover .product-card__media img,.product-card:hover .product-card__img{transform:scale(1.06)}.product-card__badge{position:absolute;top:.85rem;left:.85rem;z-index:3;background:var(--color-gold);color:var(--color-emerald-deep);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .7rem;border-radius:var(--radius-pill);pointer-events:none}.product-card__badge--sold{background:var(--color-charcoal);color:var(--color-white)}.product-card__body{padding:1.35rem 1.25rem 1.4rem;display:flex;flex-direction:column;gap:.35rem;flex:1;position:relative;z-index:1}.product-card__tier{font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-sage)}.product-card__title{font-family:var(--font-display);font-size:clamp(1.05rem,1.5vw,1.3rem);font-weight:500;color:var(--color-emerald-deep);line-height:1.25}.product-card__desc{font-size:.85rem;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:none}.product-card__footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--color-sand);display:flex;align-items:center;justify-content:space-between;gap:.5rem}.product-card__price .price,.product-card__price{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--color-gold)}.product-card__link{font-size:.82rem;font-weight:600;color:var(--color-emerald);position:relative;z-index:3}.split-section{display:grid;gap:2.5rem;align-items:center}@media(min-width:900px){.split-section{grid-template-columns:1fr 1fr;gap:4.5rem}.split-section--reverse .split-section__media{order:2}}.split-section__media{border-radius:var(--radius-lg);overflow:hidden;position:relative}.split-section__media img{width:100%;border-radius:var(--radius-lg);object-fit:cover;aspect-ratio:4/5;max-height:560px;transition:transform .8s var(--ease)}.split-section__media:hover img{transform:scale(1.04)}.split-section__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-lg);border:1px solid rgba(199,161,74,.2);pointer-events:none}.split-section__content .btn{margin-top:1.5rem}.split-section__content p,.split-section__content .rte{margin-top:1rem;color:var(--color-muted)}.split-section__content .rte p+p{margin-top:.85rem}.features-grid{display:grid;gap:1.15rem;grid-template-columns:1fr}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background:var(--color-white);border-radius:var(--radius-md);padding:1.5rem 1.35rem;border:1px solid rgba(14,59,46,.07);height:100%;transition:var(--transition)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#c7a14a40}.feature-card__icon{width:48px;height:48px;border-radius:12px;background:#14543f1a;color:var(--color-emerald);display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:1rem}.feature-card h3{font-size:1.15rem;color:var(--color-emerald-deep);margin-bottom:.5rem}.feature-card p{font-size:.92rem;color:var(--color-sage);max-width:none}.testimonials-grid{display:grid;gap:1.15rem}@media(min-width:800px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--color-white);border-radius:var(--radius-md);padding:1.5rem;border:1px solid rgba(14,59,46,.07);height:100%;display:flex;flex-direction:column;transition:var(--transition)}.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.testimonial-card__stars{color:var(--color-gold);letter-spacing:.08em;margin-bottom:.85rem}.testimonial-card__quote{font-size:.95rem;color:var(--color-charcoal);flex:1;max-width:none}.testimonial-card__author{margin-top:1.25rem;display:flex;align-items:center;gap:.75rem}.testimonial-card__avatar{width:42px;height:42px;border-radius:50%;background:var(--color-emerald);color:var(--color-gold-light);display:flex;align-items:center;justify-content:center;font-weight:700}.testimonial-card__name{font-weight:600;font-size:.92rem;color:var(--color-emerald-deep)}.testimonial-card__meta{font-size:.78rem;color:var(--color-sage)}.cta-banner{text-align:center}.cta-banner p{margin:1rem auto 0;color:#ffffffbf}.cta-banner__actions{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center;margin-top:1.75rem}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem;margin:1.5rem 0 1.75rem}.stat-item{background:#ffffff0f;border:1px solid rgba(199,161,74,.2);border-radius:var(--radius-md);padding:1.1rem .75rem;text-align:center}.stat-item strong{display:block;font-family:var(--font-display);font-size:clamp(1.15rem,2vw,1.65rem);color:var(--color-gold);font-weight:600;line-height:1.1}.stat-item span{font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c}.product-page{padding-block:clamp(2rem,5vw,3.75rem);background:linear-gradient(180deg,#fbf8f1,#f3eee3)}.product-page__grid{display:grid;gap:2rem;min-width:0}.product-page__grid>*{min-width:0;max-width:100%}@media(min-width:900px){.product-page__grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:clamp(2.5rem,5vw,4.5rem);align-items:start}}.product-gallery{position:relative;width:100%;max-width:100%;background:var(--color-white);border-radius:20px;padding:.75rem;border:1px solid rgba(14,59,46,.08);box-shadow:0 12px 36px #0e3b2e12;overflow:hidden;isolation:isolate}@media(min-width:900px){.product-gallery{position:sticky;top:calc(var(--header-h) + var(--announce-h) + 1rem)}}.product-gallery__main{position:relative;border-radius:14px;overflow:hidden;background:#fff;aspect-ratio:1 / 1;width:100%;max-width:100%}.product-gallery__main img,.product-gallery__main>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center;padding:8%;box-sizing:border-box;display:block}.product-gallery__thumbs{display:flex;gap:.55rem;margin-top:.75rem;overflow-x:auto;overflow-y:hidden;padding:.1rem 0 .25rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;max-width:100%}.product-gallery__thumb{flex:0 0 64px;width:64px;height:64px;border-radius:10px;overflow:hidden;border:1.5px solid rgba(14,59,46,.1);opacity:.85;cursor:pointer;background:#faf8f3;padding:0;transition:var(--transition)}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{border-color:var(--color-gold);opacity:1}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-info{padding:.25rem 0 .5rem}.product-info .eyebrow{margin-bottom:.55rem}.product-info__title{color:var(--color-emerald-deep);margin-bottom:.85rem;font-size:clamp(1.85rem,4.2vw,2.65rem);line-height:1.12}.product-info__price,.product-info .price{font-family:var(--font-display);font-size:clamp(1.55rem,3vw,1.9rem);font-weight:600;color:var(--color-gold);margin-bottom:1.15rem;letter-spacing:.01em}.product-info .price .price-item,.product-info__price .price-item{letter-spacing:.02em}.price--on-sale .price__sale{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.price--on-sale .price__regular{display:none}.price--on-sale s,.price-item--compare{color:var(--color-sage);font-size:1.05rem;font-weight:500}.product-info__desc{color:var(--color-muted);margin-bottom:1.65rem;line-height:1.75;font-size:.98rem;max-width:40rem}.product-form{display:flex;flex-direction:column;gap:1.35rem}.product-form__options{display:flex;flex-direction:column;gap:1.35rem;padding:1.15rem 0 .25rem;border-top:1px solid rgba(14,59,46,.08)}.product-option__header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.product-option__label{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-emerald-deep)}.product-option__value{font-size:.9rem;font-weight:600;color:var(--color-gold)}.swatch-list{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.swatch{--swatch-size: 36px;width:var(--swatch-size);height:var(--swatch-size);border-radius:50%;padding:0;border:none;background:transparent;position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s var(--ease)}.swatch__ball{width:28px;height:28px;border-radius:50%;background:var(--swatch, #c8c8c8);border:1px solid rgba(0,0,0,.12);box-shadow:none;position:relative;z-index:1}.swatch:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1.5px solid transparent;transition:border-color .2s var(--ease)}.swatch:hover{transform:scale(1.05)}.swatch:hover:after{border-color:#0e3b2e38}.swatch.is-selected:after{border-color:var(--color-emerald-deep)}.swatch.is-selected .swatch__ball{border-color:#00000029}.swatch[data-value=White] .swatch__ball,.swatch[data-value=Ivory] .swatch__ball,.swatch[data-value=Cream] .swatch__ball,.swatch[data-value=Pearl] .swatch__ball{border-color:#00000024;box-shadow:inset 0 0 0 1px #0000000a}.pill-list{display:flex;flex-wrap:wrap;gap:.55rem}.option-pill{min-height:42px;padding:.55rem 1.05rem;border-radius:var(--radius-pill);border:1.5px solid rgba(14,59,46,.14);background:var(--color-white);font-size:.88rem;font-weight:600;color:var(--color-emerald-deep);transition:var(--transition)}.option-pill:hover{border-color:var(--color-gold)}.option-pill.is-selected{background:var(--color-emerald-deep);border-color:var(--color-emerald-deep);color:var(--color-gold-light)}.product-form__buy{display:flex;flex-direction:column;gap:.95rem;padding-top:.35rem}.quantity-row{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.quantity-selector{display:inline-flex;align-items:center;border:1.5px solid rgba(14,59,46,.14);border-radius:var(--radius-pill);overflow:hidden;background:var(--color-white);box-shadow:var(--shadow-sm)}.quantity-selector button{width:46px;height:48px;font-size:1.15rem;color:var(--color-emerald-deep);font-weight:600}.quantity-selector button:hover{background:#176b4f14;color:var(--color-emerald)}.quantity-selector input{width:52px;text-align:center;border:none;background:transparent;font-weight:700;color:var(--color-emerald-deep);-moz-appearance:textfield}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none}.product-form__atc{min-height:54px;font-size:.95rem;box-shadow:0 10px 28px #d4af3747}.product-trust{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem;margin-top:1.65rem;padding:1.15rem 1rem;border-radius:var(--radius-md);background:#176b4f0d;border:1px solid rgba(23,107,79,.1)}.product-trust__item{font-size:.86rem;font-weight:600;color:var(--color-emerald-deep);display:flex;align-items:center;gap:.5rem;line-height:1.3}.product-trust__icon{font-size:1rem;flex-shrink:0}.product-whatsapp{margin-top:1rem;min-height:50px}.product-description{margin-top:3rem;padding:1.75rem 1.35rem 2rem;border-radius:var(--radius-lg);background:var(--color-white);border:1px solid rgba(14,59,46,.07);box-shadow:var(--shadow-sm)}.product-description h2{margin-bottom:1.1rem;color:var(--color-emerald-deep)}.product-description .rte{color:var(--color-charcoal);max-width:70ch;line-height:1.75}.product-description .rte p+p{margin-top:.95rem}.product-description .rte ul{list-style:disc;padding-left:1.25rem;margin:1rem 0}.product-description .rte li{margin-bottom:.45rem}.collection-header{text-align:center;padding-block:clamp(1.75rem,4vw,3rem) .75rem}.collection-header p{margin:.75rem auto 0;color:var(--color-sage)}.collection-count{font-size:.85rem;color:var(--color-sage);margin-bottom:1.25rem;text-align:center}.cart-page{padding-block:clamp(1.75rem,4vw,3rem);max-width:900px;margin:0 auto}.cart-page h1{color:var(--color-emerald-deep);margin-bottom:1.5rem}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding:1.1rem 0;border-bottom:1px solid rgba(14,59,46,.08)}@media(min-width:500px){.cart-item{grid-template-columns:96px 1fr}}.cart-item__image{border-radius:var(--radius-sm);overflow:hidden;background:var(--color-sand);aspect-ratio:1}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:600;color:var(--color-emerald-deep)}.cart-item__variant{font-size:.82rem;color:var(--color-sage);margin-top:.15rem}.cart-item__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;margin-top:.75rem}.cart-item__price{font-weight:700;color:var(--color-emerald-deep)}.cart-item__remove{font-size:.82rem;color:var(--color-sage);text-decoration:underline}.cart-item__remove:hover{color:var(--color-error)}.cart-footer{margin-top:1.5rem;padding:1.35rem;background:var(--color-white);border-radius:var(--radius-md);border:1px solid rgba(14,59,46,.08)}.cart-subtotal{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:700;color:var(--color-emerald-deep);margin-bottom:.5rem}.cart-note-field{width:100%;min-height:80px;padding:.85rem 1rem;border-radius:var(--radius-sm);border:1.5px solid rgba(14,59,46,.15);margin:1rem 0;resize:vertical;background:var(--color-ivory)}.cart-empty{text-align:center;padding:3.5rem 1rem}.cart-empty p{margin:.75rem auto 1.5rem;color:var(--color-sage)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-drawer);pointer-events:none;visibility:hidden}.cart-drawer.is-open{pointer-events:auto;visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0e3b2e80;opacity:0;transition:opacity .3s var(--ease)}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;width:min(400px,100vw);height:100%;background:var(--color-ivory);display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s var(--ease);box-shadow:var(--shadow-lg)}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.15rem 1.25rem;border-bottom:1px solid rgba(14,59,46,.08);background:var(--color-emerald-deep);color:var(--color-white)}.cart-drawer__header h2{font-size:1.2rem;color:var(--color-white)}.cart-drawer__header .header-icon-btn{background:#ffffff1a}.cart-drawer__body{flex:1;overflow-y:auto;padding:.5rem 1.15rem 1rem}.cart-drawer__footer{padding:1.15rem 1.25rem 1.5rem;border-top:1px solid rgba(14,59,46,.08);background:var(--color-white)}.cart-drawer__empty{text-align:center;padding:3rem 1rem;color:var(--color-sage)}.cart-drawer .cart-item{grid-template-columns:72px 1fr}.page-content{padding-block:clamp(1.75rem,4vw,3rem);max-width:760px;margin:0 auto}.page-content h1{color:var(--color-emerald-deep);margin-bottom:1.25rem}.rte a{color:var(--color-emerald);text-decoration:underline;text-underline-offset:2px}.rte h2,.rte h3{margin:1.5rem 0 .65rem;color:var(--color-emerald-deep)}.rte p+p{margin-top:.85rem}.utility-page{text-align:center;padding:clamp(3.5rem,10vw,6rem) var(--container-pad)}.utility-page h1{color:var(--color-emerald-deep);margin-bottom:.75rem}.utility-page p{margin:0 auto 1.5rem;color:var(--color-sage)}.search-form{display:flex;flex-wrap:wrap;gap:.5rem;max-width:480px;margin:0 auto 2rem}.search-form input{flex:1 1 200px;padding:.85rem 1.1rem;border-radius:var(--radius-pill);border:1.5px solid rgba(14,59,46,.15);background:var(--color-white);min-width:0}.site-footer{background:var(--color-emerald-deep);color:#ffffffd9;padding-block:3.5rem 1.75rem;margin-top:auto}.footer-grid{display:grid;gap:2.25rem}@media(min-width:800px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:3rem}}.footer-brand{font-family:var(--font-display);font-size:1.6rem;color:var(--color-white);margin-bottom:.75rem}.footer-brand span{color:var(--color-gold)}.footer-text{font-size:.92rem;color:#ffffffa6;max-width:28rem}.footer-heading{font-family:var(--font-body);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-gold);margin-bottom:1rem}.footer-links a{display:block;padding:.35rem 0;font-size:.92rem;color:#ffffffbf}.footer-links a:hover,.footer-contact a{color:var(--color-gold-light)}.footer-bottom{margin-top:2.75rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;font-size:.82rem;color:#ffffff80}.payment-icons{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.payment-icons svg{height:24px;width:auto}.whatsapp-float{position:fixed;right:1.15rem;bottom:1.15rem;z-index:var(--z-float);width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #25d36666;transition:var(--transition)}.whatsapp-float:hover{transform:scale(1.07) translateY(-2px);box-shadow:0 12px 28px #25d36680}.pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-top:2.5rem}.pagination a,.pagination span{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-weight:600;font-size:.9rem}.pagination a{background:var(--color-white);border:1px solid rgba(14,59,46,.1)}.pagination a:hover{border-color:var(--color-gold)}.pagination .pagination__current{background:var(--color-emerald);color:var(--color-white)}[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .7s var(--ease)}[data-reveal].is-visible{opacity:1;transform:none}.main-content{min-height:50vh}@media(max-width:1024px){.hero-image{order:-1;max-width:420px}.stats-row{grid-template-columns:repeat(3,1fr)}.product-gallery{position:static}}@media(max-width:768px){:root{--space-xl: 4rem;--space-lg: 2.75rem;--header-h: 64px}.hero{padding-block:2.5rem 3.25rem}.hero-ctas{flex-direction:column;align-items:stretch}.hero-ctas .btn{width:100%}.hero-image img{animation:none}.trust-strip{padding-block:1.35rem}.trust-strip__list{gap:1rem 1.25rem;justify-content:flex-start}.trust-strip__item{flex:1 1 calc(50% - 1rem);font-size:.72rem;min-width:140px}.product-page{padding-block:1.35rem 2.5rem}.product-gallery{padding:.65rem;border-radius:var(--radius-lg)}.product-gallery__thumb{flex:0 0 68px;width:68px;height:68px}.product-info__title{font-size:clamp(1.7rem,7vw,2.1rem);margin-bottom:.65rem}.product-info__price,.product-info .price{font-size:1.55rem;margin-bottom:.95rem}.product-info__desc{margin-bottom:1.25rem;font-size:.95rem}.product-form__options{gap:1.15rem}.swatch{--swatch-size: 38px}.swatch__ball{width:28px;height:28px}.product-gallery__main img,.product-gallery__main>img{padding:10%}.product-trust{grid-template-columns:1fr;gap:.7rem;margin-top:1.35rem}.product-description{margin-top:2rem;padding:1.35rem 1.1rem 1.5rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product-card__body{padding:1.05rem .95rem 1.1rem}.product-card__title{font-size:1.02rem}.product-card__desc{display:none}.product-card__price,.product-card__price .price{font-size:1.1rem}.product-card__footer{padding-top:.8rem}.stats-row{grid-template-columns:repeat(2,1fr)}.cta-banner__actions{flex-direction:column;align-items:stretch}.cta-banner__actions .btn{width:100%}.footer-grid{grid-template-columns:1fr;gap:1.75rem}.footer-bottom{flex-direction:column;text-align:center}.section-header{margin-bottom:1.85rem}.whatsapp-float{right:.85rem;bottom:.85rem;width:52px;height:52px}}@media(max-width:480px){.product-grid{grid-template-columns:1fr;gap:1.15rem}.product-card__desc{display:-webkit-box}.trust-strip__item{flex:1 1 100%;justify-content:flex-start}.stats-row{grid-template-columns:1fr 1fr}.announcement-item{padding:0 1.15rem;font-size:.68rem}.header-logo img,.logo-icon{height:34px}.logo-wordmark{font-size:1.2rem}.product-gallery__thumbs{gap:.55rem}.product-form__atc{min-height:52px}}.shopify-section,.main-content,.site-footer{overflow-x:clip}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.hero-image img{animation:none}[data-reveal]{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
