*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-padding-top:5rem;-webkit-text-size-adjust:100%}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img,video,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none}h1,h2,h3,h4,h5,h6{line-height:1.1;font-weight:700;text-rendering:optimizeLegibility}.skip-to-content{position:absolute;top:-100%;left:1rem;z-index:9999;padding:.75rem 1.5rem;background:var(--color-deep);color:#fff;border-radius:var(--radius-s);font-weight:700;transition:top var(--dur-s) var(--ease)}.skip-to-content:focus{top:1rem}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:4px}.page-width{width:min(100% - (var(--gutter) * 2),var(--page-width));margin-inline:auto}.narrow-width{width:min(100% - (var(--gutter) * 2),900px);margin-inline:auto}.section{padding-block:clamp(3.5rem,8vw,7rem)}.section--tight{padding-block:clamp(2rem,4vw,3.5rem)}.section--flush{padding-block:0}.section--surface{background-color:var(--color-surface)}.section--deep{background-color:var(--color-deep);color:#fff}.eyebrow{display:inline-block;color:var(--color-accent);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.75rem}.display-xl{font-family:var(--font-display);font-size:clamp(2.4rem,9vw,5.5rem);letter-spacing:-.03em;line-height:.95;color:var(--color-deep)}.display-l{font-family:var(--font-display);font-size:clamp(1.9rem,5vw,3.4rem);letter-spacing:-.025em;line-height:1.05;color:var(--color-deep)}.display-m{font-family:var(--font-display);font-size:clamp(1.4rem,3.5vw,2.2rem);letter-spacing:-.02em;line-height:1.1;color:var(--color-deep)}.section--deep .display-xl,.section--deep .display-l,.section--deep .display-m{color:#fff}.body-l{font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.7;color:var(--color-muted)}.body-m{font-size:1rem;line-height:1.65;color:var(--color-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:var(--touch);padding:.75rem 1.75rem;border-radius:var(--radius-pill);font-weight:700;font-size:.9375rem;letter-spacing:.01em;transition:transform var(--dur-s) var(--ease),background var(--dur-s) var(--ease),box-shadow var(--dur-s) var(--ease),opacity var(--dur-s) var(--ease);-webkit-tap-highlight-color:transparent;touch-action:manipulation;white-space:nowrap}.btn:active{transform:scale(.97)}.btn:disabled,.btn[disabled],.btn.is-disabled,.btn[aria-disabled=true]{opacity:.45;pointer-events:none}.btn--primary{background:var(--color-accent);color:var(--color-deep);border:2px solid var(--color-accent)}.btn--primary:hover{background:#f7c84b;border-color:#f7c84b;box-shadow:var(--shadow-m)}.btn--purchase{background:var(--color-purchase);color:#fff;border:2px solid var(--color-purchase)}.btn--purchase:hover{background:#267a3c;border-color:#267a3c;box-shadow:0 8px 24px #2f8f464d}.btn--ghost{background:transparent;color:var(--color-deep);border:2px solid var(--color-line)}.btn--ghost:hover{border-color:var(--color-deep);background:#0e22380a}.btn--ghost-white{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}.btn--ghost-white:hover{background:#ffffff1f;border-color:#ffffffb3}.btn--wide{width:100%}.btn--sm{min-height:40px;padding:.5rem 1.25rem;font-size:.875rem}.btn.is-loading{pointer-events:none;position:relative;color:transparent}.btn.is-loading:after{content:"";position:absolute;width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.btn--primary.is-loading:after,.btn--purchase.is-loading:after{border-top-color:var(--color-deep);border-color:#0e223833}.btn.is-success{background:var(--color-purchase)!important;border-color:var(--color-purchase)!important;color:#fff!important}@keyframes spin{to{transform:rotate(360deg)}}.badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:var(--radius-pill);font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--color-accent-soft);color:var(--color-deep)}.badge--accent{background:var(--color-accent)}.badge--muted{background:var(--color-line);color:var(--color-muted)}.badge--purchase{background:var(--color-purchase);color:#fff}.badge--soft{background:#ffffffe6;color:var(--color-muted);border:1px solid rgba(216,222,234,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-transform:none;letter-spacing:.01em}.badge--ink{background:#0e2238e6;color:#fff;letter-spacing:.02em;text-transform:none}.badge.is-hidden{display:none}.announcement-bar{background:var(--color-deep);color:#ffffffe6;text-align:center;padding:.55rem var(--gutter);font-size:.8125rem;font-weight:500;letter-spacing:.02em;line-height:1.35;text-wrap:balance}.announcement-bar a{color:var(--color-accent);font-weight:700}.announcement-bar a:hover{text-decoration:underline}.site-header{position:sticky;top:0;z-index:100;padding:.75rem var(--gutter);background:#f5f1e8e0;backdrop-filter:blur(28px) saturate(1.1);-webkit-backdrop-filter:blur(28px) saturate(1.1);border-bottom:1px solid transparent;transition:background var(--dur-m) var(--ease),border-color var(--dur-m) var(--ease),box-shadow var(--dur-m) var(--ease)}.site-header.is-scrolled{background:#f5f1e8f5;border-bottom-color:var(--color-line);box-shadow:var(--shadow-s)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:var(--page-width);margin-inline:auto;min-width:0}.site-header__logo{display:flex;align-items:center;flex-shrink:0;z-index:2}.site-header__logo img{height:40px;width:auto;max-width:min(220px,42vw);object-fit:contain;transition:opacity var(--dur-s) var(--ease)}.site-header__logo:hover img{opacity:.75}.site-header__nav{display:none;align-items:center;gap:clamp(1.25rem,2vw,2rem);flex:1;justify-content:center}.site-header__nav a{font-size:.9375rem;font-weight:500;color:var(--color-text);padding:.25rem 0;position:relative;transition:color var(--dur-s) var(--ease)}.site-header__nav a:after{content:"";position:absolute;bottom:-2px;left:0;right:100%;height:2px;background:var(--color-accent);border-radius:1px;transition:right var(--dur-m) var(--ease)}.site-header__nav a:hover{color:var(--color-deep)}.site-header__nav a:hover:after{right:0}.site-header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.site-header__search-row{width:100%;max-width:var(--page-width);margin:.6rem auto 0}.search-form--header{max-width:min(100%,34rem);margin-inline:auto;box-shadow:0 10px 24px #0e22380d}.search-form--header input{min-width:0}.search-form--header button{min-width:6.5rem;white-space:nowrap}.site-header__cart{position:relative;display:flex;align-items:center;justify-content:center;width:var(--touch);height:var(--touch);border-radius:var(--radius-pill);color:var(--color-deep);transition:background var(--dur-s) var(--ease)}.site-header__cart:hover{background:#0e22380f}.site-header__cart svg{width:22px;height:22px}.cart-count{position:absolute;top:6px;right:6px;min-width:18px;height:18px;padding:0 4px;background:var(--color-purchase);color:#fff;font-size:.65rem;font-weight:700;border-radius:var(--radius-pill);display:flex;align-items:center;justify-content:center;pointer-events:none;transition:transform var(--dur-s) var(--ease),background var(--dur-s) var(--ease)}.cart-count:empty,.cart-count[data-cart-count="0"]{background:transparent}.site-header__hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:var(--touch);height:var(--touch);border-radius:var(--radius-pill);flex-shrink:0;transition:background var(--dur-s) var(--ease)}.site-header__hamburger:hover{background:#0e22380f}.site-header__hamburger span{display:block;width:22px;height:1.5px;background:var(--color-deep);border-radius:1px;margin-inline:auto;transform-origin:center;transition:transform var(--dur-m) var(--ease),opacity var(--dur-s) var(--ease),width var(--dur-m) var(--ease)}.site-header__hamburger.is-open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.site-header__hamburger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.site-header__hamburger.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;display:flex;flex-direction:column;background:var(--color-surface);transform:translate(-100%);transition:transform var(--dur-l) var(--ease-out);overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:5.5rem;padding-bottom:env(safe-area-inset-bottom,1.5rem)}.mobile-nav.is-open{transform:translate(0)}.mobile-nav__links{padding:var(--s3) var(--gutter);display:flex;flex-direction:column;gap:.25rem}.mobile-nav__links a{display:flex;align-items:center;padding:1rem 0;font-size:1.25rem;font-weight:600;color:var(--color-deep);border-bottom:1px solid var(--color-line);transition:color var(--dur-s) var(--ease),padding-left var(--dur-s) var(--ease)}.mobile-nav__links a:last-child{border-bottom:none}.mobile-nav__links a:active{color:var(--color-accent);padding-left:.5rem}.mobile-nav__footer{margin-top:auto;padding:var(--s4) var(--gutter) var(--s3);border-top:1px solid var(--color-line)}.mobile-nav__footer a{display:flex;align-items:center;gap:.5rem;padding:.75rem 0;font-size:.9375rem;font-weight:500;color:var(--color-muted);transition:color var(--dur-s) var(--ease)}.mobile-nav__footer a:hover{color:var(--color-deep)}@media(min-width:1024px){.site-header__nav{display:flex}.site-header__hamburger{display:none}.site-header__search-row{margin-top:.8rem}.site-header__logo img{height:48px;max-width:250px}.site-header .btn--primary{display:inline-flex}}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0e223880;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity var(--dur-m) var(--ease)}.overlay.is-active{opacity:1;pointer-events:auto}.hero{position:relative;min-height:100svh;display:grid;place-items:center;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 16% 18%,rgba(240,179,35,.18),transparent 28%),radial-gradient(circle at 84% 16%,rgba(107,148,79,.16),transparent 24%),linear-gradient(135deg,#07121d,#0e2238 48%,#163556)}.hero:before{content:"";position:absolute;left:-8%;bottom:8%;width:clamp(240px,36vw,520px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(240,179,35,.22),transparent 68%);filter:blur(18px);pointer-events:none;z-index:0}.hero__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero__backdrop picture{display:block;width:100%;height:100%}.hero__backdrop img{width:100%;height:100%;object-fit:cover;object-position:center center;opacity:.3;transition:opacity 1s var(--ease);transform:scale(1.04);filter:saturate(1.08) contrast(1.04) brightness(.78)}.hero__backdrop:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(118deg,#07111cd6,#09182875 42%,#0b1b2ccc),radial-gradient(circle at 18% 22%,rgba(240,179,35,.22),transparent 26%),radial-gradient(circle at 84% 18%,rgba(107,148,79,.18),transparent 24%)}.hero__content{position:relative;z-index:2;padding:clamp(5rem,12vw,9rem) clamp(1.5rem,4vw,3rem) clamp(3rem,6vw,5rem);text-align:center;max-width:780px;margin-inline:auto;width:100%;background:linear-gradient(135deg,#07101cbd,#0b1b2c61);border:1px solid rgba(255,255,255,.12);border-radius:clamp(1.5rem,4vw,2.2rem);box-shadow:0 32px 80px #050c1457;backdrop-filter:blur(12px) saturate(1.08);-webkit-backdrop-filter:blur(12px) saturate(1.08);overflow:hidden}.hero__content:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:1px;background:linear-gradient(90deg,#f0b323cc,#fff0);opacity:.7}.hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-accent);font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1.25rem;padding:.55rem .95rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff0f;opacity:0;animation:fadeUp .6s var(--ease-out) .1s forwards}.hero__eyebrow:before,.hero__eyebrow:after{content:"";display:block;width:24px;height:1px;background:var(--color-accent)}.hero__title{font-family:var(--font-display);font-size:clamp(2.6rem,10vw,6rem);font-weight:800;letter-spacing:-.03em;line-height:.93;color:#fff;margin-bottom:1.25rem;max-width:11ch;text-wrap:balance;opacity:0;animation:fadeUp .7s var(--ease-out) .25s forwards}.hero__title-prefix,.hero__title-accent{display:block}.hero__title em{font-style:italic;color:var(--color-accent)}.hero__sub{font-size:clamp(1rem,2vw,1.125rem);line-height:1.65;color:#ffffffe0;max-width:560px;margin-inline:auto;margin-bottom:2.25rem;opacity:0;animation:fadeUp .7s var(--ease-out) .4s forwards}.hero__actions{display:flex;flex-direction:column;gap:.75rem;align-items:center;opacity:0;animation:fadeUp .7s var(--ease-out) .55s forwards}.hero__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:clamp(2.25rem,5vw,3.5rem);padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);opacity:0;animation:fadeUp .7s var(--ease-out) .7s forwards}.hero__metric{padding:1rem .9rem;background:linear-gradient(180deg,#ffffff17,#ffffff0a);border:1px solid rgba(255,255,255,.09);border-radius:1.1rem;box-shadow:inset 0 1px #ffffff14}.hero__metric-value{display:block;font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800;color:var(--color-accent);letter-spacing:-.02em;line-height:1;margin-bottom:.3rem}.hero__metric-label{font-size:.75rem;color:#ffffffbd;font-weight:500;line-height:1.4}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.4rem;color:#ffffff73;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;animation:bounce 2.5s ease-in-out infinite 1.5s;opacity:0;animation:fadeIn 1s var(--ease-out) 1.2s forwards,bounce 2.5s ease-in-out infinite 2.5s}.hero__scroll-line{width:1px;height:28px;background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent)}@media(min-width:768px){.hero__actions{flex-direction:row;justify-content:center}.hero__content{text-align:left}.hero__eyebrow{margin-inline:0}.hero__title-prefix,.hero__title-accent{display:inline}.hero__title-prefix{margin-right:.18em}.hero__sub{margin-inline:0}.hero__actions{justify-content:flex-start}}@media(max-width:767px){html,body{touch-action:manipulation}.announcement-bar{padding:.45rem 1rem;font-size:.75rem;letter-spacing:.01em}.announcement-bar .page-width{max-width:34ch}.site-header{background:#f5f1e8f5;backdrop-filter:none;-webkit-backdrop-filter:none}.hero:before{display:none}.hero__content{padding-inline:1.25rem;padding-top:clamp(6rem,18vw,7.5rem);border-radius:1.5rem;background:linear-gradient(160deg,#07101ceb,#0a1929ad);box-shadow:0 16px 36px #050c1438;backdrop-filter:none;-webkit-backdrop-filter:none}.hero__backdrop img{opacity:.24;transform:none;filter:none}.hero__backdrop:after{background:linear-gradient(180deg,#07111cd6,#09182894 42%,#0b1b2ce6)}.hero__eyebrow,.hero__title,.hero__sub,.hero__actions,.hero__metrics{animation:none;opacity:1}.hero__eyebrow{padding:.45rem .8rem;letter-spacing:.14em}.hero__title{font-size:clamp(2.25rem,11.5vw,3.55rem);line-height:.98;max-width:8.5ch;text-wrap:pretty;margin-inline:auto;text-align:center}.hero__title-prefix,.hero__title-accent,.hero__title-suffix{text-align:center}.hero__title-accent{display:block;margin-top:.08em}.hero__metrics{grid-template-columns:1fr}.hero__metric{background:#ffffff0d;box-shadow:none}.hero__scroll{display:none}}@supports (content-visibility: auto){body.template-index #MainContent>.shopify-section:not(:first-child){content-visibility:auto;contain-intrinsic-size:960px}}.trust-bar{background:var(--color-surface);border-block:1px solid var(--color-line);padding-block:clamp(1.5rem,3vw,2.25rem);overflow:hidden}.trust-bar__track{display:flex;gap:1.25rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;padding-inline:var(--gutter)}.trust-bar__track::-webkit-scrollbar{display:none}.trust-bar__item{flex-shrink:0;scroll-snap-align:start;display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:var(--color-surface-s);border:1px solid var(--color-line);border-radius:var(--radius-m);min-width:210px;transition:box-shadow var(--dur-s) var(--ease),border-color var(--dur-s) var(--ease)}.trust-bar__item:hover{border-color:var(--color-accent);box-shadow:var(--shadow-s)}.trust-bar__icon{flex-shrink:0;width:40px;height:40px;background:var(--color-accent-soft);border-radius:var(--radius-s);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.trust-bar__text strong{display:block;font-size:.875rem;font-weight:700;color:var(--color-deep);line-height:1.3}.trust-bar__text span{font-size:.75rem;color:var(--color-muted);line-height:1.4}@media(min-width:1024px){.trust-bar__track{justify-content:center;overflow-x:visible;gap:1.5rem}.trust-bar__item{min-width:0}}.categories__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}.categories__quick-links{margin-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.categories__quick-links a{display:inline-flex;align-items:center;justify-content:center;min-width:0;padding:.85rem 1.15rem;border-radius:999px;border:1px solid var(--color-line);background:var(--color-surface);color:var(--color-deep);font-size:.9375rem;font-weight:600;text-align:center;transition:transform var(--dur-s) var(--ease),border-color var(--dur-s) var(--ease),box-shadow var(--dur-s) var(--ease),color var(--dur-s) var(--ease)}.categories__quick-links a:hover{color:var(--color-accent-strong);border-color:var(--color-accent-soft);box-shadow:0 14px 28px #0b1c3314;transform:translateY(-2px)}.category-tile{position:relative;display:block;border-radius:var(--radius-l);overflow:hidden;min-height:240px;background:var(--color-deep);transition:transform var(--dur-m) var(--ease),box-shadow var(--dur-m) var(--ease);-webkit-tap-highlight-color:transparent}.category-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-l)}.category-tile:active{transform:scale(.99)}.category-tile__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.55;transition:transform var(--dur-l) var(--ease),opacity var(--dur-m) var(--ease)}.category-tile:hover .category-tile__image{transform:scale(1.04);opacity:.45}.category-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0e223899,#0e223833)}.category-tile__content{position:relative;z-index:2;display:flex;flex-direction:column;height:100%;min-height:240px;padding:1.75rem;justify-content:flex-end}.category-tile__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.4rem}.category-tile__title{font-family:var(--font-display);font-size:clamp(1.4rem,4vw,2rem);font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.02em;margin-bottom:.75rem}.category-tile__cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:700;color:#fffc;transition:color var(--dur-s) var(--ease),gap var(--dur-s) var(--ease)}.category-tile:hover .category-tile__cta{color:var(--color-accent);gap:.65rem}.category-tile__cta svg{width:14px;height:14px}.category-tile--featured .category-tile__content{min-height:320px;justify-content:flex-end}.category-tile--featured .category-tile__title{font-size:clamp(1.7rem,5vw,2.6rem)}@media(min-width:640px){.categories__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-tile--featured{grid-column:1 / -1}.category-tile--featured .category-tile__content{min-height:360px}.categories__quick-links{margin-top:1.75rem}}@media(min-width:1024px){.categories__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-tile--featured{grid-column:auto}.category-tile{min-height:320px}.categories__quick-links{margin-top:2rem}}.section-heading{text-align:center;max-width:680px;margin-inline:auto;margin-bottom:clamp(2.5rem,5vw,4rem)}.section-heading--left{text-align:left;margin-inline:0}.section-heading--split{text-align:left;max-width:none;display:flex;flex-direction:column;gap:1rem;margin-bottom:clamp(2rem,4vw,3.5rem)}.section-heading--split>*{min-width:0}@media(min-width:768px){.section-heading--split{flex-direction:row;justify-content:space-between;align-items:flex-end}}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product-grid>*{min-width:0}@media(min-width:640px){.product-grid{gap:1.25rem}}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}@media(min-width:1200px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-card{background:var(--color-surface-s);border:1px solid var(--color-line);border-radius:var(--radius-l);overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:transform var(--dur-m) var(--ease),box-shadow var(--dur-m) var(--ease),border-color var(--dur-m) var(--ease)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card);border-color:var(--color-accent-soft)}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-bg);display:block;flex-shrink:0}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-l) var(--ease)}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__secondary{opacity:0;transition:opacity var(--dur-m) var(--ease)}.product-card:hover .product-card__secondary{opacity:1}.product-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-wrap:wrap;gap:.3rem;z-index:2}.product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:var(--color-muted);background:var(--color-bg)}.product-card__body{padding:.875rem;display:flex;flex-direction:column;flex:1;gap:.5rem;min-width:0}@media(min-width:640px){.product-card__body{padding:1rem 1.125rem 1.125rem}}.product-card__vendor{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.product-card__copy{display:grid;gap:.25rem;min-width:0}.product-card__title{font-size:.9375rem;font-weight:700;color:var(--color-deep);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title a{transition:color var(--dur-s) var(--ease)}.product-card__title a:hover{color:var(--color-accent)}.product-card__subtitle{font-size:.8rem;color:var(--color-muted);line-height:1.45}.product-card__pricing{display:grid;gap:.25rem;min-width:0}.product-card__price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-card__price-current{font-size:1rem;font-weight:700;color:var(--color-deep)}.product-card__price-compare{font-size:.8125rem;font-weight:500;color:var(--color-muted);text-decoration:line-through}.product-card__unit-price{font-size:.78rem;font-weight:600;color:var(--color-purchase)}.product-card__purchase{margin-top:auto;padding-top:.875rem;border-top:1px solid var(--color-line);display:flex;flex-direction:column;gap:.625rem;min-width:0}.product-card__form{display:grid;gap:.625rem;min-width:0}.product-card__form .btn{min-height:42px;padding:.6875rem .875rem;font-size:.8125rem;line-height:1.2;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__form .qty-picker{height:42px;grid-template-columns:40px minmax(52px,1fr) 40px}.product-card__form .qty-picker__btn{width:40px;height:40px}.product-card__form .qty-picker__display{font-size:.8125rem;padding-inline:.3rem}.product-card__status{font-size:.7rem;color:var(--color-muted);min-height:1rem;transition:color var(--dur-s) var(--ease)}.product-card__helper{font-size:.72rem;line-height:1.45;color:var(--color-muted);overflow-wrap:anywhere}.product-card__status.is-success{color:var(--color-purchase);font-weight:600}.product-card__status.is-error{color:#c0392b;font-weight:600}.product-card__status,.product-card__price,.product-card__title,.product-card__title a{min-width:0}.qty-picker{display:grid;grid-template-columns:44px minmax(52px,1fr) 44px;align-items:stretch;border:1.5px solid var(--color-line);border-radius:var(--radius-pill);overflow:hidden;background:var(--color-surface);height:44px;width:100%;transition:border-color var(--dur-s) var(--ease)}.qty-picker:focus-within{border-color:var(--color-deep)}.qty-picker__btn{-webkit-appearance:none;appearance:none;border:0;background:transparent;position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center;align-self:stretch;padding:0;font-size:0;line-height:0;color:var(--color-deep);flex-shrink:0;transition:background var(--dur-s) var(--ease),color var(--dur-s) var(--ease);-webkit-tap-highlight-color:transparent}.qty-picker__btn:before,.qty-picker__btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;border-radius:999px;background:currentColor}.qty-picker__btn:before{width:12px;height:2px}.qty-picker__btn:after{width:2px;height:12px}.qty-picker__btn--minus:after{display:none}.qty-picker__btn:hover{background:var(--color-bg)}.qty-picker__btn:active{background:var(--color-line)}.qty-picker__btn:disabled{color:#0e223859;cursor:not-allowed}.qty-picker__display{display:flex;align-items:center;justify-content:center;align-self:stretch;font-size:.875rem;font-weight:700;color:var(--color-deep);-webkit-user-select:none;user-select:none;line-height:1;padding-inline:.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:none;min-width:0;border-inline:1px solid var(--color-line)}.qty-picker[data-qty-mode=variant] .qty-picker__display{font-size:.9rem;letter-spacing:.01em}@media(min-width:1024px){.qty-picker{height:46px;grid-template-columns:46px minmax(52px,1fr) 46px}.qty-picker__btn{width:46px;height:46px}}.story{display:grid;grid-template-columns:minmax(0,1fr);gap:2.5rem;align-items:center}.story__visual{border-radius:var(--radius-l);overflow:hidden;aspect-ratio:4/3;min-height:340px;background:linear-gradient(145deg,#ffffffb8,#f0b32324);border:1px solid rgba(216,222,234,.9);box-shadow:var(--shadow-s);width:100%;max-width:100%;min-width:0}.story__visual img{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-l) var(--ease)}.story__visual:hover img{transform:scale(1.03)}.story__visual--placeholder{display:flex;align-items:stretch;justify-content:stretch}.story__visual-placeholder{position:relative;width:100%;max-width:100%;height:100%;min-height:340px;padding:1.5rem;display:flex;align-items:flex-start;justify-content:flex-start;background:radial-gradient(circle at top right,rgba(240,179,35,.24),transparent 34%),linear-gradient(180deg,#ffffffd1,#ffffff80)}.story__visual-chip{position:relative;z-index:1;display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:var(--radius-pill);border:1px solid rgba(216,222,234,.95);background:#ffffffeb;color:var(--color-deep);font-size:.78rem;font-weight:700;letter-spacing:.01em}.story__visual-frame{position:absolute;top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem;border-radius:calc(var(--radius-l) - 10px);border:1.5px dashed rgba(88,112,138,.35)}.story__content{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.story__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:.5rem}.story__stat{padding:1rem;background:var(--color-bg);border:1px solid var(--color-line);border-radius:var(--radius-m);min-width:0}.story__stat-value{display:block;font-family:var(--font-display);font-size:1.75rem;font-weight:800;color:var(--color-accent);letter-spacing:-.02em}.story__stat-label{font-size:.8125rem;color:var(--color-muted);font-weight:500;margin-top:.2rem}@media(min-width:768px){.story{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem}}@media(min-width:1024px){.story{grid-template-columns:minmax(0,55fr) minmax(0,45fr);gap:5rem}}.contact-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}.contact-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--color-surface-s);border:1px solid var(--color-line);border-radius:var(--radius-l);transition:border-color var(--dur-s) var(--ease),box-shadow var(--dur-s) var(--ease),transform var(--dur-s) var(--ease);text-decoration:none;width:100%;max-width:100%;min-width:0}.contact-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow-s);transform:translateY(-2px)}.contact-card__icon{flex-shrink:0;width:48px;height:48px;background:var(--color-accent-soft);border-radius:var(--radius-m);display:flex;align-items:center;justify-content:center;font-size:1.4rem}.contact-card--whatsapp .contact-card__icon{background:#dcf8c6}.contact-card--phone .contact-card__icon{background:var(--color-accent-soft)}.contact-card__label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.2rem}.contact-card>:last-child{flex:1;min-width:0}.contact-card__value{font-size:1.0625rem;font-weight:700;color:var(--color-deep);overflow-wrap:anywhere}.contact-card__sub{font-size:.8125rem;color:var(--color-muted);margin-top:.15rem;overflow-wrap:anywhere}@media(min-width:640px){.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.contact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.site-footer{background:var(--color-deep);color:#ffffffb3;padding-block:clamp(3rem,6vw,5rem);padding-inline:var(--gutter)}.footer-inner{max-width:var(--page-width);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr);gap:2.5rem}.footer-brand__logo{height:44px;width:auto;margin-bottom:1rem;filter:none;opacity:1;background:#fffffffa;padding:.35rem .9rem;border-radius:999px;box-shadow:0 14px 32px #0000003d}.footer-brand p{font-size:.875rem;line-height:1.7;max-width:300px}.footer-col__title{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.625rem}.footer-links a{font-size:.9375rem;font-weight:500;color:#ffffffb3;transition:color var(--dur-s) var(--ease)}.footer-links a:hover{color:var(--color-accent)}.footer-bottom{max-width:var(--page-width);margin-inline:auto;margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1rem}.footer-bottom p{font-size:.8125rem}.footer-social{display:flex;gap:.75rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-pill);color:#fff9;font-size:1rem;transition:border-color var(--dur-s) var(--ease),color var(--dur-s) var(--ease),background var(--dur-s) var(--ease)}.footer-social a:hover{border-color:var(--color-accent);color:var(--color-accent);background:#f0b32314}.payment-badges{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.payment-badge{display:inline-flex;align-items:center;padding:.25rem .6rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:6px;font-size:.7rem;font-weight:600;color:#ffffff80;letter-spacing:.04em}@media(min-width:640px){.footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.footer-inner{grid-template-columns:minmax(0,2fr) repeat(3,minmax(0,1fr))}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.collection-hero{padding:clamp(3rem,6vw,5rem) var(--gutter) clamp(2rem,4vw,3rem);text-align:center;background:var(--color-surface);border-bottom:1px solid var(--color-line)}.collection-filters{display:grid;gap:.9rem;padding-block:1rem 1.25rem;border-bottom:1px solid var(--color-line)}.collection-filter-group{display:grid;gap:.45rem;min-width:0}.collection-filter-group--sort{width:100%;max-width:16rem}.collection-filter-group__label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted)}.collection-filter-select{display:grid;gap:.45rem}.filter-pills{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;min-width:0;padding-bottom:.1rem;scroll-snap-type:x proximity}.filter-pills::-webkit-scrollbar{display:none}.filter-pill{flex:0 0 auto;padding:.45rem 1rem;border:1.5px solid var(--color-line);border-radius:var(--radius-pill);font-size:.8125rem;font-weight:600;color:var(--color-text);background:var(--color-surface-s);transition:border-color var(--dur-s) var(--ease),background var(--dur-s) var(--ease),color var(--dur-s) var(--ease);white-space:nowrap;scroll-snap-align:start}.filter-pill:hover{border-color:var(--color-deep);color:var(--color-deep)}.filter-pill.is-active{background:var(--color-deep);border-color:var(--color-deep);color:#fff}.filter-pill--soft{background:#ffffffeb}.sort-select{-webkit-appearance:none;appearance:none;padding:.45rem 2rem .45rem .875rem;border:1.5px solid var(--color-line);border-radius:var(--radius-pill);font-size:.8125rem;font-weight:600;color:var(--color-text);background:var(--color-surface-s) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%2358708a'/%3E%3C/svg%3E") no-repeat right .75rem center;cursor:pointer;min-width:0;width:100%;transition:border-color var(--dur-s) var(--ease)}.sort-select:focus{border-color:var(--color-deep);outline:none}.collection-grid-wrap{padding-block:clamp(2rem,4vw,3rem)}@media(max-width:767px){.site-header{padding-top:.65rem;padding-bottom:.85rem}.site-header__inner{gap:.75rem}.site-header__search-row{margin-top:.5rem}.search-form--header{max-width:100%}.search-form--header input{padding:.8rem 1rem;font-size:.95rem}.search-form--header button{min-width:5.5rem;padding-inline:1rem;font-size:.8rem}.collection-filters{gap:.75rem;padding-block:.9rem 1.05rem}.collection-filter-group{padding:.75rem;border:1px solid rgba(23,51,83,.08);border-radius:calc(var(--radius-m) + 2px);background:linear-gradient(180deg,#fffffff0,#f8f4ebf0);box-shadow:0 12px 28px #0e22380a}.collection-filter-group--sort{max-width:none}.filter-pills{gap:.45rem}.filter-pill{padding:.55rem .9rem;font-size:.78rem}}@media(min-width:768px){.collection-filters{grid-template-columns:minmax(0,1fr)}.collection-filter-group--sort{justify-self:end}}.empty-state{text-align:center;padding:clamp(3rem,8vw,6rem) var(--gutter)}.empty-state h3{font-family:var(--font-display);font-size:clamp(1.3rem,3vw,1.8rem);color:var(--color-deep);margin-bottom:.75rem}.empty-state p{color:var(--color-muted);max-width:420px;margin-inline:auto}.product-page{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(1.25rem,3vw,2.5rem);padding:clamp(1rem,3vw,2rem) var(--gutter) 0;align-items:start}.product-page__gallery{background:linear-gradient(180deg,#ffffffeb,#f8f4ebeb);border:1px solid rgba(23,51,83,.08);border-radius:calc(var(--radius-l) + 4px);overflow:hidden;box-shadow:0 22px 44px #0e223814;width:100%;max-width:100%;min-width:0}.gallery-main{aspect-ratio:1;overflow:hidden;position:relative;background:linear-gradient(180deg,#fffdf8,#f6efe1);display:grid;place-items:center;padding:clamp(1rem,3vw,1.5rem)}.gallery-main__frame{width:min(100%,640px);aspect-ratio:1 / 1;display:grid;place-items:center;border-radius:calc(var(--radius-l) - 2px);background:linear-gradient(180deg,#fffffff5,#f8f4ebf5);box-shadow:inset 0 0 0 1px #1733530f,0 20px 36px #0e22380d;overflow:hidden}.gallery-main img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;transition:transform var(--dur-l) var(--ease);padding:clamp(1rem,3vw,2rem)}.gallery-thumbs{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;padding:.875rem;background:#ffffffeb;border-top:1px solid rgba(23,51,83,.08)}.gallery-thumbs::-webkit-scrollbar{display:none}.gallery-thumb{flex-shrink:0;width:68px;height:68px;border-radius:var(--radius-s);overflow:hidden;border:1px solid rgba(23,51,83,.1);background:#fff;cursor:pointer;transition:border-color var(--dur-s) var(--ease),transform var(--dur-s) var(--ease),box-shadow var(--dur-s) var(--ease)}.gallery-thumb:hover{transform:translateY(-1px);border-color:#1733533d}.gallery-thumb.is-active{border-color:var(--color-accent);box-shadow:0 10px 24px #f0b32329}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-page__info{padding:clamp(1.5rem,4vw,3rem);background:#ffffffe0;border:1px solid rgba(23,51,83,.08);border-radius:calc(var(--radius-l) + 4px);box-shadow:0 22px 44px #0e223814;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:100%;max-width:100%;min-width:0}.product-summary__vendor{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.5rem}.product-summary__title{font-family:var(--font-display);font-size:clamp(1.6rem,5vw,2.8rem);font-weight:700;letter-spacing:-.025em;color:var(--color-deep);margin-bottom:1rem}.product-summary__price{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.product-summary__price-current{font-size:1.5rem;font-weight:800;color:var(--color-deep)}.product-summary__price-compare{font-size:1rem;color:var(--color-muted);text-decoration:line-through}.product-summary__unit-price{margin-top:-.75rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:600;color:var(--color-purchase)}.product-options{margin-bottom:1.5rem}.product-options__label{font-size:.875rem;font-weight:700;color:var(--color-deep);margin-bottom:.625rem}.product-options__label span{font-weight:400;color:var(--color-muted)}.option-pills{display:flex;flex-wrap:wrap;gap:.5rem}.option-pill{position:relative;cursor:pointer}.option-pill input{position:absolute;opacity:0;width:0;height:0}.option-pill__label{display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:44px;padding:.4rem 1rem;border:1px solid rgba(23,51,83,.14);border-radius:var(--radius-pill);font-size:.875rem;font-weight:600;color:var(--color-text);background:#ffffffeb;cursor:pointer;transition:border-color var(--dur-s) var(--ease),background var(--dur-s) var(--ease),color var(--dur-s) var(--ease),box-shadow var(--dur-s) var(--ease)}.option-pill__label:hover{border-color:#17335347;box-shadow:0 12px 24px #0e223812}.option-pill input:checked+.option-pill__label{border-color:#f0b32380;background:#f0b3231f;color:var(--color-deep);box-shadow:inset 0 0 0 1px #f0b32329}.option-pill--unavailable .option-pill__label{opacity:.4;text-decoration:line-through;pointer-events:none}.product-add{display:flex;flex-direction:column;gap:.875rem;margin-bottom:1.75rem}.product-add__row{display:flex;gap:.75rem;align-items:center;min-width:0}.product-add__qty{flex-shrink:0;min-width:0}.product-add__btn{flex:1;min-width:0}.product-helper{font-size:.75rem;line-height:1.45;color:var(--color-muted)}.product-status{font-size:.8125rem;color:var(--color-muted);min-height:1.2rem;transition:color var(--dur-s) var(--ease)}.product-status.is-success{color:var(--color-purchase);font-weight:600}.product-status.is-error{color:#c0392b}.product-trust{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;background:linear-gradient(180deg,#ffffffeb,#f8f4ebd1);border-radius:var(--radius-m);border:1px solid rgba(23,51,83,.08)}.product-trust__item{display:flex;align-items:center;gap:.6rem;font-size:.875rem;font-weight:500;color:var(--color-text)}.product-trust__icon{font-size:1rem;flex-shrink:0;width:28px;text-align:center}.product-description-wrap{padding:clamp(1.75rem,4vw,3rem) var(--gutter) 0}.product-description{padding:clamp(1.5rem,4vw,2.5rem);background:radial-gradient(circle at top left,rgba(240,179,35,.08),transparent 42%),linear-gradient(180deg,#fffffff5,#f9f5ecf5);border:1px solid rgba(23,51,83,.08);border-radius:calc(var(--radius-l) + 4px);box-shadow:0 24px 48px #0e223814}.product-description h3{font-size:.875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.875rem}.rte{font-size:.9375rem;line-height:1.75;color:var(--color-muted)}.rte p{margin-bottom:.875rem}.rte p:last-child{margin-bottom:0}.rte strong{color:var(--color-deep);font-weight:700}.product-description .lp-raminho,.product-description .lp-raminho>section,.product-description .lp-raminho>header{display:grid;gap:1rem}.product-description .lp-raminho{color:var(--color-text)}.product-description .lp-raminho .hero,.product-description .lp-raminho .origem,.product-description .lp-raminho .sabor,.product-description .lp-raminho .saude{position:static;min-height:auto;padding:0;margin:0;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;text-align:left}.product-description .lp-raminho .hero:before,.product-description .lp-raminho .hero:after,.product-description .lp-raminho .origem:before,.product-description .lp-raminho .origem:after,.product-description .lp-raminho .sabor:before,.product-description .lp-raminho .sabor:after,.product-description .lp-raminho .saude:before,.product-description .lp-raminho .saude:after{content:none;display:none}.product-description .lp-raminho h1,.product-description .lp-raminho h2,.product-description .lp-raminho h3{font-family:var(--font-display);color:var(--color-deep);letter-spacing:-.02em;margin:0}.product-description .lp-raminho h1{font-size:clamp(1.5rem,4vw,2.25rem)}.product-description .lp-raminho h2{font-size:clamp(1.2rem,3vw,1.55rem)}.product-description .lp-raminho p,.product-description .lp-raminho li,.product-description .lp-raminho blockquote{color:var(--color-text)}.product-description .lp-raminho ul{margin:0;padding-left:1.1rem;display:grid;gap:.55rem}.product-description .lp-raminho blockquote{margin:0;padding:1rem 1.25rem;border-left:3px solid var(--color-accent);border-radius:var(--radius-m);background:#ffffffb8;font-style:italic}.product-description .lp-raminho .disclaimer{padding-top:1rem;border-top:1px solid rgba(23,51,83,.08);font-size:.8125rem;color:var(--color-muted)}@media(min-width:768px){.product-page{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);align-items:start}.gallery-main{aspect-ratio:auto;min-height:clamp(26rem,42vw,34rem);padding:clamp(1.5rem,2.8vw,2.25rem)}.gallery-main__frame{width:min(82%,560px);aspect-ratio:.95 / 1}.product-page__info{padding:clamp(2rem,4vw,3.25rem)}.product-page__gallery{position:sticky;top:5rem}.product-description .lp-raminho{grid-template-columns:repeat(12,minmax(0,1fr));gap:1.5rem}.product-description .lp-raminho>header,.product-description .lp-raminho>section,.product-description .lp-raminho>p{grid-column:span 6}.product-description .lp-raminho>header:only-child,.product-description .lp-raminho>section:only-child,.product-description .lp-raminho>p:only-child{grid-column:1 / -1}}.cart-drawer{position:fixed;z-index:200;background:var(--color-surface-s);box-shadow:var(--shadow-l);display:flex;flex-direction:column;max-height:90svh;transition:transform var(--dur-l) var(--ease-out);overflow:hidden;bottom:0;left:0;right:0;border-radius:var(--radius-l) var(--radius-l) 0 0;transform:translateY(110%)}.cart-drawer.is-open{transform:translateY(0)}@media(min-width:640px){.cart-drawer{top:0;bottom:0;right:0;left:auto;width:min(420px,92vw);border-radius:0;max-height:100svh;transform:translate(110%)}.cart-drawer.is-open{transform:translate(0)}}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-line);flex-shrink:0}.cart-drawer__title{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--color-deep)}.cart-drawer__count{font-size:.8125rem;font-weight:600;color:var(--color-muted);margin-left:.4rem}.cart-drawer__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);color:var(--color-muted);transition:background var(--dur-s) var(--ease),color var(--dur-s) var(--ease)}.cart-drawer__close:hover{background:var(--color-bg);color:var(--color-deep)}.cart-drawer__close svg{width:18px;height:18px}.cart-drawer__progress{padding:.875rem 1.5rem;border-bottom:1px solid var(--color-line);background:var(--color-bg);flex-shrink:0}.cart-drawer__progress-text{font-size:.8125rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem}.cart-drawer__progress-text span{color:var(--color-purchase)}.cart-drawer__progress-bar{height:4px;background:var(--color-line);border-radius:2px;overflow:hidden}.cart-drawer__progress-fill{height:100%;background:var(--color-purchase);border-radius:2px;transition:width .5s var(--ease-out)}.cart-drawer__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:72px minmax(0,1fr);gap:.875rem;align-items:start;padding-bottom:1rem;border-bottom:1px solid var(--color-line)}.cart-item:last-child{border-bottom:none;padding-bottom:0}.cart-item__image{width:72px;height:72px;border-radius:var(--radius-s);overflow:hidden;background:var(--color-bg);flex-shrink:0}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-size:.9rem;font-weight:700;color:var(--color-deep);line-height:1.3;margin-bottom:.2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item__variant{font-size:.75rem;color:var(--color-muted);margin-bottom:.5rem}.cart-item__controls{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.cart-item__qty{display:flex;align-items:center;gap:.25rem;background:var(--color-bg);border:1.5px solid var(--color-line);border-radius:var(--radius-pill);overflow:hidden;height:36px}.cart-item__qty button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:var(--color-deep);transition:background var(--dur-s) var(--ease)}.cart-item__qty button:hover{background:var(--color-line)}.cart-item__qty span{min-width:24px;text-align:center;font-size:.875rem;font-weight:700;color:var(--color-deep)}.cart-item__price{font-size:.9375rem;font-weight:700;color:var(--color-deep)}.cart-item__remove{font-size:.75rem;font-weight:600;color:var(--color-muted);padding:.25rem 0;border-bottom:1px solid var(--color-muted);transition:color var(--dur-s) var(--ease),border-color var(--dur-s) var(--ease)}.cart-item__remove:hover{color:#c0392b;border-color:#c0392b}.cart-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;flex:1;gap:1rem}.cart-empty-state__icon{font-size:3rem;opacity:.3}.cart-empty-state h3{font-family:var(--font-display);font-size:1.2rem;color:var(--color-deep)}.cart-empty-state p{font-size:.875rem;color:var(--color-muted)}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--color-line);background:var(--color-surface-s);flex-shrink:0;padding-bottom:max(1.25rem,env(safe-area-inset-bottom))}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem}.cart-subtotal__label{font-size:.875rem;font-weight:600;color:var(--color-muted)}.cart-subtotal__value{font-size:1.1rem;font-weight:800;color:var(--color-deep)}.cart-minimum-warning{font-size:.75rem;color:#c0392b;font-weight:600;margin-bottom:.75rem;display:none}.cart-minimum-warning.is-visible{display:block}.cart-drawer__checkout{margin-top:.875rem}.cart-checkout-note{font-size:.75rem;color:var(--color-muted);margin-bottom:.25rem}.cart-drawer__checkout .btn.is-disabled{box-shadow:none;cursor:not-allowed}.cart-drawer__view-cart{display:block;width:100%;text-align:center;font-size:.875rem;font-weight:600;color:var(--color-deep);background:transparent;border:1.5px solid var(--color-line);border-radius:var(--radius-m);padding:.6875rem 1rem;margin-top:.5rem;cursor:pointer;transition:border-color var(--dur-s) var(--ease),color var(--dur-s) var(--ease),background var(--dur-s) var(--ease)}.cart-drawer__view-cart:hover{border-color:var(--color-deep);background:var(--color-deep);color:#fff}.cart-page{padding-block:clamp(2.5rem,5vw,4rem)}.cart-page__inner{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem}.cart-page__title{font-family:var(--font-display);font-size:clamp(1.8rem,5vw,2.8rem);font-weight:700;color:var(--color-deep);letter-spacing:-.025em;margin-bottom:2rem}.cart-page__items{display:flex;flex-direction:column;gap:1px;background:var(--color-line);border:1px solid var(--color-line);border-radius:var(--radius-l);overflow:hidden}.cart-page-item{display:grid;grid-template-columns:80px minmax(0,1fr);gap:1rem;padding:1.25rem;background:var(--color-surface-s);align-items:start}.cart-page-item__image{border-radius:var(--radius-s);overflow:hidden;aspect-ratio:1}.cart-page-item__image img{width:100%;height:100%;object-fit:cover}.cart-page__summary{padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-l);position:sticky;top:5.5rem}.cart-page__summary h2{font-size:1rem;font-weight:700;color:var(--color-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.25rem}.cart-summary-row{display:flex;justify-content:space-between;font-size:.9375rem;padding:.5rem 0;border-bottom:1px solid var(--color-line)}.cart-summary-row:last-of-type{border-bottom:none}.cart-summary-row--total .cart-summary-row__label{font-weight:800;color:var(--color-deep);font-size:1rem}.cart-summary-row--total .cart-summary-row__value{font-weight:800;color:var(--color-deep);font-size:1.1rem}@media(min-width:1024px){.cart-page__inner{grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:start}}@media(max-width:767px){.product-card__badges{display:none}.btn--wide,.product-add .btn{min-width:0;white-space:normal;text-align:center;line-height:1.25;padding-inline:1rem}.product-card__form .btn{white-space:nowrap;padding-inline:.75rem}.product-page{padding-inline:clamp(.875rem,4vw,1rem)}.product-page__info{padding:1.25rem}.product-add__row{flex-direction:column;align-items:stretch}.product-add__qty,.product-add__btn{width:100%}}.search-page{padding-block:clamp(2.5rem,5vw,4rem)}.search-hero{text-align:center;max-width:600px;margin-inline:auto;margin-bottom:2.5rem}.search-form{display:flex;border:2px solid var(--color-line);border-radius:var(--radius-pill);overflow:hidden;background:var(--color-surface-s);transition:border-color var(--dur-s) var(--ease);max-width:500px;margin-inline:auto}.search-form:focus-within{border-color:var(--color-deep)}.search-form input{flex:1;padding:.875rem 1.25rem;background:none;border:none;color:var(--color-text);font-size:1rem}.search-form input::placeholder{color:var(--color-muted)}.search-form input:focus{outline:none}.search-form button{padding:0 1.25rem;background:var(--color-deep);color:#fff;font-size:.875rem;font-weight:700;border-radius:var(--radius-pill);margin:4px;transition:background var(--dur-s) var(--ease)}.search-form button:hover{background:var(--color-accent);color:var(--color-deep)}.page-content{padding-block:clamp(2.5rem,6vw,5rem);max-width:800px;margin-inline:auto;padding-inline:var(--gutter)}.page-content h1{font-family:var(--font-display);font-size:clamp(1.8rem,5vw,2.8rem);color:var(--color-deep);letter-spacing:-.025em;margin-bottom:1.5rem}.page-content h2{font-size:1.3rem;color:var(--color-deep);margin:1.75rem 0 .75rem}.page-content p,.page-content li{font-size:1rem;line-height:1.75;color:var(--color-muted);margin-bottom:.875rem}.site-main{min-height:50svh}@media(prefers-reduced-motion:no-preference){.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal--delay-1{transition-delay:.1s}.reveal--delay-2{transition-delay:.2s}.reveal--delay-3{transition-delay:.3s}.reveal--delay-4{transition-delay:.4s}}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.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}.text-center{text-align:center}.text-muted{color:var(--color-muted)}.divider{height:1px;background:var(--color-line);border:none}.skeleton{background:linear-gradient(90deg,var(--color-line) 25%,var(--color-surface-s) 50%,var(--color-line) 75%);background-size:400% 100%;animation:shimmer 1.4s infinite;border-radius:8px}@keyframes shimmer{to{background-position:-400% 0}}@media print{.site-header,.site-footer,.cart-drawer,.announcement-bar{display:none}}
/*# sourceMappingURL=/cdn/shop/t/67/assets/theme.css.map */
