*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--background);color:var(--foreground);font-family:var(--font-body);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-heading);margin:0}p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit;cursor:pointer}input,textarea,select{font:inherit}ul{list-style:none;margin:0;padding:0}::selection{background:var(--sand);color:var(--brand-dark)}.visually-hidden,.sr-only{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-to-content{position:fixed;top:-100%;left:1rem;z-index:200;background:var(--forest);color:#fff;padding:.75rem 1.25rem;border-radius:999px}.skip-to-content:focus{top:1rem}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 1.25rem}@media(min-width:640px){.container{padding:0 2rem}}@media(min-width:1024px){.container{padding:0 3rem}}@media(min-width:1280px){.container{padding:0 4rem}}@keyframes rootly-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}[data-animate-in]{animation:rootly-fade-up .6s cubic-bezier(.22,1,.36,1) both}@keyframes rootly-ticker{to{transform:translate(-50%)}}.hero__ticker{animation:rootly-ticker 24s linear infinite}.hero__ticker:hover{animation-play-state:paused}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero__ticker,[data-animate-in]{animation:none}}.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--brand);margin:0 0 1rem}.eyebrow--on-dark{color:#fff9}.rte :is(p,ul,ol)+:is(p,ul,ol){margin-top:1em}.rte a{text-decoration:underline;text-underline-offset:3px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;font-weight:600;font-size:.9rem;min-height:3rem;padding:0 1.75rem;border:1px solid transparent;transition:transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-2px) scale(1.01)}.btn:active{transform:translateY(0) scale(.985)}.btn--primary{background:var(--brand);border-color:var(--brand);color:#fff}.btn--primary:hover{background:var(--brand-dark);border-color:var(--brand-dark)}.btn--secondary{background:transparent;border-color:var(--brand);color:var(--brand)}.btn--secondary:hover{background:var(--sand)}.btn--ghost{background:transparent;border-color:transparent;color:var(--foreground);padding-left:0;padding-right:0}.btn--ghost:hover{color:var(--brand);background:transparent;transform:none}.btn--lg{min-height:3.5rem;padding:0 2rem;font-size:1rem}.btn[disabled]{opacity:.5;pointer-events:none}.announcement-bar{background:var(--forest);color:var(--background)}.announcement-bar__inner{min-height:2.25rem;display:flex;align-items:center;justify-content:center;padding-top:.5rem;padding-bottom:.5rem}.announcement-bar__text{text-align:center;font-size:.75rem;font-weight:600;letter-spacing:.02em}@media(min-width:640px){.announcement-bar__text{font-size:.875rem}}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--background) 95%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-header__inner{height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}@media(min-width:1024px){.site-header__inner{height:80px;grid-template-columns:auto 1fr auto}}.site-header__menu-toggle{justify-self:start}@media(min-width:1024px){.site-header__menu-toggle{display:none}}.site-header__logo{justify-self:center}.site-header__logo img{height:auto;width:7rem}@media(min-width:640px){.site-header__logo img{width:8rem}}@media(min-width:1024px){.site-header__logo{justify-self:start}}.site-header__nav{display:none;justify-self:center}@media(min-width:1024px){.site-header__nav{display:block}}.site-header__nav ul{display:flex;align-items:center;gap:2rem}.site-header__nav a{font-size:.9rem;font-weight:600;transition:color .2s ease}.site-header__nav a:hover{color:var(--brand)}.site-header__actions{display:flex;align-items:center;justify-self:end}.icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;border:none;background:transparent;color:var(--foreground);transition:background-color .2s ease}.icon-btn:hover{background:var(--sand)}.icon-btn--desktop{display:none}@media(min-width:1024px){.icon-btn--desktop{display:inline-flex}}.cart-count{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:999px;background:var(--brand);color:#fff;font-size:.625rem;font-weight:700}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100}.mobile-menu[hidden]{display:none}@media(min-width:1024px){.mobile-menu{display:none!important}}.mobile-menu__scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#25241f66;padding:0}.mobile-menu__panel{position:absolute;inset:0 auto 0 0;display:flex;flex-direction:column;width:min(88%,380px);background:var(--background);padding:1.25rem 1.5rem;box-shadow:0 25px 50px -12px #0006}.mobile-menu__top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:1.25rem}.mobile-menu__nav{margin-top:2.5rem}.mobile-menu__nav li{border-bottom:1px solid var(--border)}.mobile-menu__nav a{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;font-family:var(--font-heading);font-size:1.875rem;font-weight:600;color:var(--forest)}.mobile-menu__footer{margin-top:auto;border-top:1px solid var(--border);padding-top:1.5rem}.mobile-menu__footer p{font-size:.875rem;line-height:1.5rem;color:var(--muted)}.mobile-menu__eyebrow{margin-top:1.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--brand)}.site-footer{margin-top:auto;background:var(--footer-bg);color:var(--footer-text);padding:3rem 0}.site-footer__inner{display:grid;gap:2.5rem}@media(min-width:640px){.site-footer__inner{grid-template-columns:1fr 1fr;align-items:end}}.site-footer__name{font-size:1.875rem;font-weight:600;letter-spacing:-.04em}.site-footer__description{margin-top:.75rem;max-width:28rem;font-size:.875rem;line-height:1.5rem;color:color-mix(in srgb,var(--footer-text) 70%,transparent)}.site-footer__nav-col{text-align:left}@media(min-width:640px){.site-footer__nav-col{text-align:right}}.site-footer__nav{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem}@media(min-width:640px){.site-footer__nav{justify-content:flex-end}}.site-footer__nav a{font-size:.875rem;color:color-mix(in srgb,var(--footer-text) 70%,transparent)}.site-footer__nav a:hover{color:var(--footer-text)}.site-footer__copyright{margin-top:1.25rem;font-size:.75rem;color:color-mix(in srgb,var(--footer-text) 45%,transparent)}.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--border);background:radial-gradient(circle at 78% 43%,rgba(124,137,109,.18),transparent 28%),radial-gradient(circle at 66% 18%,rgba(231,218,197,.72),transparent 24%)}.hero__glow{position:absolute;top:2.5rem;right:-5rem;width:20rem;height:20rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--brand) 10%,transparent);display:none}@media(min-width:640px){.hero__glow{display:block}}.hero__grid{position:relative;display:grid;align-items:center;gap:2.25rem;padding:2.75rem 0}@media(min-width:1024px){.hero__grid{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:2.5rem;padding:4rem 0}}.hero__copy{position:relative;z-index:10;min-width:0;max-width:600px}.hero__eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--brand)}@media(min-width:640px){.hero__eyebrow{font-size:.875rem}}.hero__title{margin-top:1.25rem;font-family:var(--font-heading);font-weight:600;line-height:.98;color:var(--forest);font-size:clamp(2.625rem,8vw,5rem)}.hero__title-line{display:block}.hero__title-line--underline{position:relative;display:inline-block;padding-bottom:.18em}.hero__title-line--underline:after{content:"";position:absolute;bottom:0;left:0;height:.13em;width:82%;border-radius:999px;background:var(--sand)}.hero__description{margin-top:1.5rem;max-width:36rem;font-size:1rem;line-height:1.75rem;color:var(--muted)}@media(min-width:640px){.hero__description{font-size:1.125rem;line-height:2rem}}.hero__actions{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.hero__actions{flex-direction:row;flex-wrap:wrap}.hero__actions .btn{width:auto}}.hero__actions .btn{width:100%}.hero__cta:hover svg{transform:translate(4px)}.hero__cta svg{transition:transform .2s ease}.hero__ticker-mask{margin-top:2rem;overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:.75rem 0;-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.hero__ticker{display:flex;width:max-content;align-items:center}.hero__ticker-group{display:flex;flex-shrink:0;align-items:center}.hero__ticker-group li{display:flex;flex-shrink:0;align-items:center;font-size:.75rem;font-weight:600;color:var(--muted)}@media(min-width:640px){.hero__ticker-group li{font-size:.875rem}}.hero__ticker-dot{margin:0 1rem;width:.25rem;height:.25rem;border-radius:999px;background:var(--sage)}.hero-stage{position:relative;margin:0 auto;width:100%;max-width:620px;height:460px;perspective:1200px}@media(min-width:480px){.hero-stage{height:480px}}@media(min-width:768px){.hero-stage{height:520px}}@media(min-width:1024px){.hero-stage{height:540px}}.hero-stage__ring{position:absolute;left:50%;top:44%;display:none;width:68%;height:78%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid color-mix(in srgb,var(--brand) 15%,transparent)}@media(min-width:768px){.hero-stage__ring{display:block}}.hero-stage__track{position:absolute;top:0;right:0;bottom:0;left:0}.hero-stage__slide{position:absolute;inset:.5rem 0 auto;display:flex;justify-content:center;pointer-events:none;opacity:0;transform:translate(0) scale(.86) translateY(18px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);z-index:10}.hero-stage__slide.is-active{opacity:1;pointer-events:auto;transform:translate(0) scale(1) translateY(0);z-index:30}.hero-stage__slide.is-prev{opacity:.56;transform:translate(-18%) scale(.86) translateY(18px)}.hero-stage__slide.is-next{opacity:.56;transform:translate(18%) scale(.86) translateY(18px)}@media(min-width:768px){.hero-stage__slide.is-prev{transform:translate(-29%) scale(.84) translateY(26px)}.hero-stage__slide.is-next{transform:translate(29%) scale(.84) translateY(26px)}}.hero-stage__card{position:relative;display:block;width:78vw;max-width:320px;aspect-ratio:4 / 5;overflow:hidden;border-radius:1.5rem;border:1px solid var(--border);background:var(--sand);box-shadow:0 24px 60px #2e443233}@media(min-width:768px){.hero-stage__card{width:320px;border-radius:1.75rem}}@media(min-width:1280px){.hero-stage__card{width:360px;max-width:360px}}.hero-stage__card img{width:100%;height:100%;object-fit:cover}.hero-stage__placeholder{display:flex;align-items:center;justify-content:center;height:100%;padding:0 1.5rem;text-align:center;font-size:.875rem;color:var(--muted)}.hero-stage__caption{position:absolute;inset:auto 0 0;padding:4rem 1.25rem 1.25rem;background:linear-gradient(to top,rgba(46,68,50,.95),rgba(46,68,50,.78),transparent);color:#fff}.hero-stage__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;line-height:1}@media(min-width:640px){.hero-stage__title{font-size:1.875rem}}.hero-stage__meta{margin-top:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.hero-stage__meta span:first-child{font-size:.75rem;color:#ffffffbf;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero-stage__view{display:inline-flex;flex-shrink:0;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600}.hero-stage__counter{position:absolute;top:.5rem;right:.5rem;z-index:40;border-radius:999px;background:var(--forest);color:#fff;padding:.5rem .75rem;font-size:.75rem;font-weight:600}@media(min-width:640px){.hero-stage__counter{top:1rem;right:1rem}}.hero-stage__nav{position:absolute;top:44%;z-index:40;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;border:none;background:var(--forest);color:#fff;box-shadow:0 6px 16px #00000026;transition:transform .2s ease}.hero-stage__nav:hover{transform:translateY(-50%) scale(1.04)}.hero-stage__nav--prev{left:.25rem;transform:translateY(-50%)}.hero-stage__nav--next{right:.25rem;transform:translateY(-50%)}@media(min-width:640px){.hero-stage__nav--prev{left:.75rem}.hero-stage__nav--next{right:.75rem}}.hero-stage__dots{position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:40;display:flex;align-items:center;border-radius:999px;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 95%,transparent);padding:0 .25rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-stage__dot{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:none;background:transparent;border-radius:999px}.hero-stage__dot:after{content:"";display:block;width:.375rem;height:.375rem;border-radius:999px;background:var(--border);transition:transform .2s ease,background-color .2s ease}.hero-stage__dot.is-active:after{background:var(--brand);transform:scale(1.5)}.trust-strip{border-bottom:1px solid var(--border);background:var(--surface)}.trust-strip__grid{display:grid;gap:0}@media(min-width:640px){.trust-strip__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.trust-strip__grid{grid-template-columns:repeat(4,1fr)}}.trust-strip__item{display:flex;gap:1rem;padding:1.75rem 0}@media(min-width:1024px){.trust-strip__item{padding:2.25rem 1.5rem;border-right:1px solid var(--border)}.trust-strip__item:last-child{border-right:none}}.trust-strip__icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;background:var(--sand);color:var(--brand)}.trust-strip__item h2{font-family:var(--font-body);font-size:.875rem;font-weight:700}.trust-strip__item p{margin-top:.25rem;max-width:240px;font-size:.875rem;line-height:1.5rem;color:var(--muted)}.section-heading{margin-top:1rem;font-size:2.5rem;font-weight:600;line-height:.95;color:var(--forest)}@media(min-width:640px){.section-heading{font-size:3rem}}.section-lede{margin-top:1.25rem;max-width:36rem;font-size:1rem;line-height:1.75rem;color:var(--muted)}.featured-products{padding:3.5rem 0}@media(min-width:640px){.featured-products{padding:4.5rem 0}}@media(min-width:1024px){.featured-products{padding:5rem 0}}.featured-products__head{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:640px){.featured-products__head{flex-direction:row;align-items:flex-end;justify-content:space-between}}.featured-products__link{width:fit-content}.product-grid{display:grid;gap:1.5rem 1.5rem;margin-top:3rem}@media(min-width:640px){.product-grid--3col{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid--3col{grid-template-columns:repeat(3,1fr)}}.product-card__link{display:block;transition:transform .3s ease}.product-card__link:hover{transform:translateY(-2px)}.product-card__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;border-radius:1.75rem;border:1px solid var(--border);background:var(--sand)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card__link:hover .product-card__media img{transform:scale(1.03)}.product-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:0 1.5rem;text-align:center;font-size:.875rem;color:var(--muted)}.product-card__badge{position:absolute;left:1rem;right:1rem;bottom:1rem;border-radius:999px;background:var(--foreground);color:#fff;padding:.5rem 1rem;text-align:center;font-size:.75rem;font-weight:700}.product-card__body{margin-top:1.25rem}.product-card__type{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--brand)}.product-card__heading{margin-top:.5rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.product-card__heading h3{font-size:1.5rem;font-weight:600;line-height:1.2;color:var(--forest)}@media(min-width:640px){.product-card__heading h3{font-size:1.875rem}}.product-card__heading svg{margin-top:.25rem;flex-shrink:0;transition:transform .2s ease}.product-card__link:hover .product-card__heading svg{transform:translate(4px,-4px)}.product-card__description{margin-top:.75rem;font-size:.875rem;line-height:1.5rem;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{margin-top:1rem;font-weight:600}.empty-state{padding:2rem 0}.empty-state--bordered{margin-top:3rem;padding:2.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.empty-state--bordered h2{font-size:1.875rem;font-weight:600;color:var(--forest)}.empty-state--bordered p,.empty-state p{margin-top:.75rem;max-width:36rem;font-size:.875rem;line-height:1.5rem;color:var(--muted)}.page-intro{border-bottom:1px solid var(--border);padding:5rem 0 7rem}@media(min-width:640px){.page-intro{padding:5rem 0 7rem}}.page-intro__inner{max-width:48rem}.page-intro__title{font-family:var(--font-heading);font-weight:600;line-height:.95;color:var(--forest);font-size:clamp(2.5rem,6vw,4.5rem)}.page-intro__description{margin-top:1.5rem;max-width:42rem;font-size:1rem;line-height:1.75rem;color:var(--muted)}@media(min-width:640px){.page-intro__description{font-size:1.125rem}}.page-intro__body{margin-top:2.5rem}.collection-banner{background:#536654;color:#f8f5ed;padding:5rem 0}@media(min-width:640px){.collection-banner{padding:7rem 0}}.collection-banner__title{max-width:48rem;font-family:var(--font-heading);font-size:3.5rem;font-weight:600;line-height:1.05;letter-spacing:-.03em;color:#f8f5ed}.collection-banner__description{margin-top:1.25rem;max-width:36rem;font-size:1.125rem;line-height:2rem;opacity:.7}.collection-grid-section{padding:4rem 0}@media(min-width:640px){.collection-grid-section{padding:6rem 0}}.collection-list-section{padding:4rem 0}.collection-list{display:grid;gap:1.25rem}@media(min-width:640px){.collection-list{grid-template-columns:repeat(2,1fr)}}.collection-list__item{display:block;min-height:18rem;border-radius:2rem;padding:2rem;background:#c8b994;color:#253426;transition:transform .2s ease}.collection-list__item:hover{transform:translateY(-4px)}.collection-list__item--dark{background:#536654;color:#fff}.collection-list__index{font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;opacity:.65}.collection-list__item h3{margin-top:6rem;font-family:var(--font-heading);font-size:2.25rem}.collection-list__item p{margin-top:.75rem;max-width:24rem;font-size:.875rem;line-height:1.5rem;opacity:.7}.wellness-goals-section{padding:4rem 0}.wellness-goals-list{display:grid;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.wellness-goals-list__item{display:grid;align-items:center;gap:.75rem;padding:1.75rem 0;border-bottom:1px solid var(--border)}.wellness-goals-list__item:last-child{border-bottom:none}@media(min-width:640px){.wellness-goals-list__item{grid-template-columns:3rem 1fr auto}}.wellness-goals-list__index{font-size:.75rem;font-weight:600;color:var(--brand)}.wellness-goals-list__copy h3{font-size:1.25rem;font-weight:600}.wellness-goals-list__copy p{margin-top:.25rem;font-size:.875rem;color:var(--muted)}.wellness-goals-list__item svg{transition:transform .2s ease}.wellness-goals-list__item:hover svg{transform:translate(4px)}.wellness-goal-banner{background:#f3efe6;padding:5rem 0}@media(min-width:640px){.wellness-goal-banner{padding:7rem 0}}.wellness-goal-banner__description{margin-top:1.25rem;max-width:36rem;font-size:1.125rem;line-height:2rem;color:#253426a6}.wellness-goal-detail__label{margin-bottom:2rem;font-size:.875rem;font-weight:600;color:#2534268c}.contact-page{display:grid;gap:3rem;padding:5rem 0 7rem}@media(min-width:1024px){.contact-page{grid-template-columns:repeat(2,1fr)}}.contact-page__title{font-size:clamp(2.5rem,6vw,3.75rem)}.contact-page__description{margin-top:1.25rem;max-width:28rem;font-size:1.125rem;line-height:2rem;color:#25342699}.contact-page__card{border-radius:2rem;background:#f3efe6;padding:2rem}@media(min-width:640px){.contact-page__card{padding:2.5rem}}.contact-page__card-label{font-size:.875rem;font-weight:600}.contact-page__email{margin-top:.75rem;display:block;font-family:var(--font-heading);font-size:1.875rem;color:#87652f;text-decoration:underline;text-underline-offset:8px}.contact-page__note{margin-top:2.5rem;border-top:1px solid rgba(37,52,38,.15);padding-top:1.5rem;font-size:.875rem;line-height:1.5rem;color:#25342699}.form-field{margin-top:1.25rem;display:flex;flex-direction:column;gap:.4rem}.form-field label{font-size:.8rem;font-weight:600;color:var(--foreground)}.form-field input,.form-field textarea,.product-detail__option select,.product-detail__quantity input{border:1px solid var(--border);border-radius:.75rem;padding:.75rem 1rem;background:var(--surface);color:var(--foreground)}.form-field input:focus,.form-field textarea:focus{outline:2px solid var(--brand);outline-offset:1px}.contact-page form .btn{margin-top:1.75rem}.form-success{margin-top:1rem;border-radius:.75rem;background:var(--sand);color:var(--brand-dark);padding:.75rem 1rem;font-size:.875rem}.form-error{margin-top:1rem;border-radius:.75rem;background:#fbe4e1;color:#8a2c22;padding:.75rem 1rem;font-size:.875rem}.product-detail{display:grid;gap:2.5rem;padding:3rem 0}@media(min-width:768px){.product-detail{grid-template-columns:repeat(2,1fr);align-items:start;gap:4rem}}.product-detail__media img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:1.75rem;border:1px solid var(--border);background:var(--sand)}.product-detail__thumbs{margin-top:1rem;display:flex;gap:.75rem;flex-wrap:wrap}.product-detail__thumb{border:2px solid transparent;border-radius:.75rem;overflow:hidden;padding:0;background:none}.product-detail__thumb img{width:4rem;height:5rem;object-fit:cover;border-radius:.6rem}.product-detail__thumb.is-active{border-color:var(--brand)}.product-detail__info{padding-top:.5rem}@media(min-width:768px){.product-detail__info{position:sticky;top:7rem}}.product-detail__label{font-size:.875rem;text-transform:uppercase;letter-spacing:.16em;color:var(--muted)}.product-detail__price{margin-top:.5rem;font-family:var(--font-heading);font-size:2.25rem;font-weight:600;color:var(--forest)}.product-detail__availability{margin-top:1.25rem;font-size:.875rem;font-weight:600}.product-detail__option,.product-detail__quantity{margin-top:1.25rem;display:flex;flex-direction:column;gap:.4rem;max-width:16rem}.product-detail__option label,.product-detail__quantity label{font-size:.8rem;font-weight:600}.product-detail__add{margin-top:1.75rem;width:100%}@media(min-width:640px){.product-detail__add{width:auto}}.product-detail__description{margin-top:2rem;font-size:.9375rem;line-height:1.6rem;color:var(--muted)}.cart-section{padding:3rem 0 5rem}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);padding-bottom:1rem;border-bottom:1px solid var(--border)}.cart-table td{padding:1.25rem .5rem 1.25rem 0;border-bottom:1px solid var(--border);vertical-align:top}.cart-table__product{display:flex;gap:1rem}.cart-table__media img{width:5rem;height:6.25rem;object-fit:cover;border-radius:.75rem;border:1px solid var(--border)}.cart-table__title{font-weight:600}.cart-table__variant{margin-top:.25rem;font-size:.8rem;color:var(--muted)}.cart-table__price{margin-top:.25rem;font-size:.85rem;color:var(--muted)}.cart-table__qty{width:4rem}.cart-table__remove{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px}.cart-table__remove:hover{background:var(--sand)}.cart-summary{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem;align-items:flex-end}.cart-summary__totals{width:100%;max-width:22rem;display:flex;flex-direction:column;gap:1rem}.cart-summary__subtotal{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:600}.cart-summary__checkout{width:100%}.search-form{margin-top:2rem;display:flex;gap:.75rem;max-width:32rem}.search-form input{flex:1;border:1px solid var(--border);border-radius:999px;padding:.75rem 1.25rem;background:var(--surface)}.search-form button{border-radius:999px;border:1px solid var(--brand);background:var(--brand);color:#fff;padding:0 1.5rem;font-weight:600}.not-found{min-height:60vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:5rem 0}.not-found__description{margin-top:1.25rem;color:#25342699}.not-found .btn{margin-top:2rem}.auth-page{max-width:28rem;padding:3rem 0 6rem}.auth-page__link{display:inline-block;margin-top:1rem;font-size:.85rem;text-decoration:underline;color:var(--muted)}.auth-page__recover-panel{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.auth-page__switch{margin-top:2rem;font-size:.875rem;color:var(--muted)}.auth-page__switch a{color:var(--brand);font-weight:600;text-decoration:underline}.auth-page .btn{margin-top:1.75rem}.account-page{padding:3rem 0 6rem}.account-page__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.account-orders{width:100%;border-collapse:collapse}.account-orders th{text-align:left;font-size:.75rem;text-transform:uppercase;color:var(--muted);padding-bottom:.75rem;border-bottom:1px solid var(--border)}.account-orders td{padding:1rem .5rem 1rem 0;border-bottom:1px solid var(--border)}.account-page__empty{color:var(--muted)}.account-page__total{margin-top:1.5rem;font-weight:600;font-size:1.125rem}.address-card{margin-top:1.5rem;padding:1.5rem;border:1px solid var(--border);border-radius:1rem}.blog-grid{padding:3rem 0 5rem}.blog-grid__list{display:grid;gap:2rem}@media(min-width:640px){.blog-grid__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-grid__list{grid-template-columns:repeat(3,1fr)}}.blog-card img{border-radius:1.25rem;aspect-ratio:3 / 2;object-fit:cover}.blog-card__date{margin-top:1rem;font-size:.75rem;color:var(--muted)}.blog-card h3{margin-top:.5rem;font-size:1.5rem}.blog-card p{margin-top:.5rem;font-size:.875rem;color:var(--muted)}.article-body{padding:3rem 0 5rem}.article-body__image{margin-bottom:2rem;border-radius:1.25rem;width:100%;aspect-ratio:16 / 9;object-fit:cover}.gift-card-page{background:var(--background);min-height:100vh;display:flex;align-items:center;justify-content:center}.gift-card{text-align:center;padding:3rem;border-radius:1.5rem;border:1px solid var(--border);background:var(--surface)}.gift-card img{margin:0 auto}.gift-card__amount{margin-top:1.5rem;font-family:var(--font-heading);font-size:2.5rem;color:var(--forest)}.gift-card__code{margin-top:.75rem;font-size:1.25rem;letter-spacing:.1em}.gift-card__note{margin-top:1.5rem;font-size:.875rem;color:var(--muted)}.pagination{margin-top:3rem;display:flex;justify-content:center;gap:.5rem}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;border-radius:999px;border:1px solid var(--border);padding:0 .5rem}.pagination .current{background:var(--brand);border-color:var(--brand);color:#fff}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
