.CartBonusBar-module__egTRZW__card{align-items:center;gap:var(--s-3);padding:var(--s-4) var(--s-5);transition:background .32s var(--ease-smooth), border-color .32s var(--ease-smooth);background:#e8609a14;border:1px solid #e8609a2e;border-radius:12px;grid-template-columns:32px minmax(0,1fr) auto;display:grid}.CartBonusBar-module__egTRZW__cardReached{background:#c0357a14;border-color:#c0357a66}.CartBonusBar-module__egTRZW__icon{filter:grayscale(0);transition:transform .32s var(--ease-smooth);font-size:22px;line-height:1}.CartBonusBar-module__egTRZW__cardReached .CartBonusBar-module__egTRZW__icon{transform:scale(1.08)}.CartBonusBar-module__egTRZW__body{flex-direction:column;gap:8px;min-width:0;display:flex}.CartBonusBar-module__egTRZW__message{color:var(--ink-deep);margin:0;font-size:14px;line-height:1.4}.CartBonusBar-module__egTRZW__message strong{letter-spacing:-.005em;font-weight:700}.CartBonusBar-module__egTRZW__bar{background:#1f141014;border-radius:999px;width:100%;height:6px;position:relative;overflow:hidden}.CartBonusBar-module__egTRZW__barFill{background:linear-gradient(90deg, var(--brand-pink), var(--brand-magenta));transform-origin:0;width:100%;height:100%;transition:transform .6s var(--ease-smooth);will-change:transform;border-radius:999px;box-shadow:0 0 8px #c0357a59}.CartBonusBar-module__egTRZW__threshold{color:var(--ink-mute);letter-spacing:0;align-self:end;font-size:12px;font-weight:700}.CartBonusBar-module__egTRZW__cardReached .CartBonusBar-module__egTRZW__threshold{color:var(--brand-magenta)}@media (max-width:540px){.CartBonusBar-module__egTRZW__card{gap:var(--s-2);grid-template-rows:auto auto;grid-template-columns:28px 1fr}.CartBonusBar-module__egTRZW__threshold{grid-column:2/3;justify-self:end;font-size:11px}}
.MiniCartPanel-module__dTY_Ka__panelInner{background:var(--surface-paper);width:min(380px,100vw - 32px);padding:var(--s-4);gap:var(--s-4);animation:MiniCartPanel-module__dTY_Ka__miniCartIn .18s var(--ease-smooth);border-radius:18px;flex-direction:column;display:flex;box-shadow:0 24px 64px #1f141029,0 4px 12px #1f141014}@keyframes MiniCartPanel-module__dTY_Ka__miniCartIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.MiniCartPanel-module__dTY_Ka__lines{gap:var(--s-3);flex-direction:column;max-height:280px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.MiniCartPanel-module__dTY_Ka__line{gap:var(--s-3);padding-bottom:var(--s-3);border-bottom:1px solid #1f14100f;grid-template-columns:56px 1fr;align-items:start;display:grid}.MiniCartPanel-module__dTY_Ka__line:last-child{border-bottom:none;padding-bottom:0}.MiniCartPanel-module__dTY_Ka__lineImage{background:var(--surface-warm);border-radius:10px;flex-shrink:0;width:56px;height:70px;display:block;overflow:hidden}.MiniCartPanel-module__dTY_Ka__lineImg{object-fit:contain;width:100%;height:100%;padding:4px}.MiniCartPanel-module__dTY_Ka__lineBody{flex-direction:column;gap:6px;min-width:0;display:flex}.MiniCartPanel-module__dTY_Ka__lineName{color:var(--ink-deep);-webkit-line-clamp:2;transition:color .2s var(--ease-smooth);-webkit-box-orient:vertical;font-size:13px;font-weight:600;line-height:1.3;text-decoration:none;display:-webkit-box;overflow:hidden}.MiniCartPanel-module__dTY_Ka__lineName:hover{color:var(--brand-magenta)}.MiniCartPanel-module__dTY_Ka__lineMeta{align-items:center;gap:8px;font-size:12px;display:flex}.MiniCartPanel-module__dTY_Ka__qty{border:1px solid #1f141029;border-radius:999px;align-items:center;height:26px;display:inline-flex;overflow:hidden}.MiniCartPanel-module__dTY_Ka__qty button{width:24px;height:24px;color:var(--ink-deep);cursor:pointer;transition:background .15s var(--ease-smooth);background:0 0;border:none;font-size:14px;line-height:1}.MiniCartPanel-module__dTY_Ka__qty button:hover:not(:disabled){background:#1f14100f}.MiniCartPanel-module__dTY_Ka__qty button:disabled{opacity:.35;cursor:not-allowed}.MiniCartPanel-module__dTY_Ka__qtyValue{text-align:center;min-width:18px;font-size:12px;font-weight:600}.MiniCartPanel-module__dTY_Ka__unit{color:var(--ink-mute);font-size:12px}.MiniCartPanel-module__dTY_Ka__linePrice{color:var(--ink-deep);margin-left:auto;font-size:13px;font-weight:700}.MiniCartPanel-module__dTY_Ka__removeBtn{width:22px;height:22px;color:var(--ink-mute);cursor:pointer;transition:background .15s var(--ease-smooth), color .15s var(--ease-smooth);background:0 0;border:none;border-radius:50%;place-items:center;font-size:16px;line-height:1;display:grid}.MiniCartPanel-module__dTY_Ka__removeBtn:hover{color:var(--brand-magenta);background:#c0357a14}.MiniCartPanel-module__dTY_Ka__bonus{margin:0}.MiniCartPanel-module__dTY_Ka__cta{justify-content:center;gap:8px;width:100%;font-weight:600}@media (max-width:540px){.MiniCartPanel-module__dTY_Ka__panelInner{width:calc(100vw - 24px);padding:var(--s-3)}.MiniCartPanel-module__dTY_Ka__lines{max-height:240px}}
.Cart-module__MBuaua__skeleton{margin-top:var(--s-8);background:linear-gradient(110deg, var(--surface-paper) 30%, var(--surface-cream) 50%, var(--surface-paper) 70%);background-size:200% 100%;border-radius:12px;height:320px;animation:1.4s linear infinite Cart-module__MBuaua__shimmer}@keyframes Cart-module__MBuaua__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.Cart-module__MBuaua__layout{margin-top:var(--s-8);grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:clamp(32px,4vw,64px);display:grid}@media (max-width:900px){.Cart-module__MBuaua__layout{grid-template-columns:minmax(0,1fr)}}.Cart-module__MBuaua__aside{gap:var(--s-3);flex-direction:column;display:flex;position:sticky;top:clamp(80px,10vh,120px)}@media (max-width:900px){.Cart-module__MBuaua__aside{position:static}}@media (max-width:600px){.Cart-module__MBuaua__layout{margin-top:var(--s-4);gap:var(--s-4)}.Cart-module__MBuaua__aside{gap:var(--s-3)}.Cart-module__MBuaua__bonuses{padding:0}}.Cart-module__MBuaua__bonuses{flex-direction:column;gap:8px;display:flex}.Cart-module__MBuaua__lines{gap:var(--s-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Cart-module__MBuaua__line{gap:var(--s-5);padding:var(--s-5);background:var(--surface-paper);border:1px solid var(--line-soft);border-radius:12px;grid-template-columns:96px minmax(0,1fr) auto;align-items:center;min-width:0;max-width:100%;display:grid}.Cart-module__MBuaua__lineImage{background:var(--surface-cream);border-radius:6px;place-items:center;width:96px;height:120px;display:grid;overflow:hidden}.Cart-module__MBuaua__lineImg{object-fit:contain;width:auto;max-width:100%;height:100%;max-height:100%;padding:8px}.Cart-module__MBuaua__lineMain{min-width:0}.Cart-module__MBuaua__lineEyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute);margin:0;font-size:11px;font-weight:600}.Cart-module__MBuaua__lineName{letter-spacing:-.01em;color:var(--ink-deep);margin-top:4px;font-size:clamp(16px,1.4vw,18px);font-weight:700;text-decoration:none;display:inline-block}.Cart-module__MBuaua__lineName:hover{text-decoration:underline;text-decoration-thickness:1px}.Cart-module__MBuaua__lineDose{color:var(--ink-soft);margin:4px 0 0;font-size:13px}.Cart-module__MBuaua__lineControls{align-items:center;gap:var(--s-4);margin-top:var(--s-3);display:flex}.Cart-module__MBuaua__qty{border:1px solid var(--ink-deep);border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.Cart-module__MBuaua__qty button{cursor:pointer;width:32px;height:32px;color:var(--ink-deep);transition:background .2s var(--ease-smooth);background:0 0;border:0;padding:0;font-size:16px;font-weight:700}.Cart-module__MBuaua__qty button:hover:not(:disabled){background:var(--ink-deep);color:var(--surface-cream)}.Cart-module__MBuaua__qty button:disabled{opacity:.3;cursor:not-allowed}.Cart-module__MBuaua__qty span{text-align:center;min-width:32px;font-size:14px;font-weight:700}.Cart-module__MBuaua__removeBtn{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);cursor:pointer;text-underline-offset:4px;background:0 0;border:0;padding:0;font-size:12px;font-weight:600;text-decoration:underline}.Cart-module__MBuaua__removeBtn:hover{color:var(--brand-magenta)}.Cart-module__MBuaua__linePrice{flex-direction:column;align-items:flex-end;gap:2px;font-size:clamp(15px,1.4vw,18px);font-weight:700;display:flex}.Cart-module__MBuaua__linePerUnit{color:var(--ink-mute);font-size:11px;font-weight:500}@media (max-width:900px){.Cart-module__MBuaua__line{gap:var(--s-3);padding:var(--s-4);grid-template-columns:80px minmax(0,1fr)}.Cart-module__MBuaua__lineImage{width:80px;height:100px}.Cart-module__MBuaua__linePrice{margin-top:var(--s-2);grid-column:2/3;align-items:flex-start}}.Cart-module__MBuaua__summary{background:var(--surface-paper);border:1px solid var(--line-soft);padding:var(--s-6);gap:var(--s-4);border-radius:16px;flex-direction:column;display:flex}.Cart-module__MBuaua__summaryTitle{letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute);margin:0 0 var(--s-2);font-size:14px;font-weight:700}.Cart-module__MBuaua__summaryRow{color:var(--ink-deep);justify-content:space-between;align-items:baseline;font-size:15px;display:flex}.Cart-module__MBuaua__summaryDiscount{color:var(--brand-magenta);font-weight:600}.Cart-module__MBuaua__summaryDiscount .Cart-module__MBuaua__couponCodeBadge{letter-spacing:.08em;background:#c0357a1f;border-radius:4px;margin-left:4px;padding:1px 6px;font-family:inherit;font-size:11px;font-weight:700;display:inline-block}.Cart-module__MBuaua__summaryTotal{margin-top:var(--s-3);padding-top:var(--s-4);border-top:1px solid var(--ink-deep);font-size:clamp(18px,1.6vw,22px);font-weight:800}.Cart-module__MBuaua__couponBlock{margin-top:var(--s-2);gap:var(--s-2);flex-direction:column;display:flex}.Cart-module__MBuaua__couponLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-mute);font-size:12px;font-weight:700}.Cart-module__MBuaua__couponForm{gap:6px;display:flex}.Cart-module__MBuaua__couponInput{border:1px solid var(--line-soft);background:var(--surface-cream);letter-spacing:.04em;text-transform:uppercase;min-width:0;color:var(--ink-deep);transition:border-color .2s var(--ease-smooth);border-radius:8px;flex:1;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:600}.Cart-module__MBuaua__couponInput:focus{border-color:var(--brand-magenta);outline:none}.Cart-module__MBuaua__couponInput[aria-invalid=true]{border-color:var(--brand-magenta);background:#c0357a0f}.Cart-module__MBuaua__couponInput::placeholder{color:var(--ink-mute);text-transform:none;letter-spacing:0;font-weight:500}.Cart-module__MBuaua__couponApplyBtn{background:var(--ink-deep);color:var(--surface-cream);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s var(--ease-smooth);border:0;border-radius:8px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:700}.Cart-module__MBuaua__couponApplyBtn:hover:not(:disabled){background:var(--brand-magenta)}.Cart-module__MBuaua__couponApplyBtn:disabled{opacity:.4;cursor:not-allowed}.Cart-module__MBuaua__couponError{color:var(--brand-magenta);margin:4px 0 0;font-size:12px;font-weight:600}.Cart-module__MBuaua__couponApplied{justify-content:space-between;align-items:flex-start;gap:var(--s-3);padding:var(--s-3) var(--s-4);background:#c0357a14;border:1px solid #c0357a40;border-radius:8px;display:flex}.Cart-module__MBuaua__couponApplied strong{letter-spacing:.04em;color:var(--brand-magenta);font-size:14px;font-weight:800;display:block}.Cart-module__MBuaua__couponApplied p{color:var(--ink-soft);margin:2px 0 0;font-size:12px}.Cart-module__MBuaua__couponRemoveBtn{width:24px;height:24px;color:var(--ink-soft);cursor:pointer;transition:background .2s var(--ease-smooth), color .2s var(--ease-smooth);background:0 0;border:0;border-radius:999px;flex:none;place-items:center;font-size:18px;display:grid}.Cart-module__MBuaua__couponRemoveBtn:hover{background:var(--ink-deep);color:var(--surface-cream)}.Cart-module__MBuaua__checkoutBtn{margin-top:var(--s-3);width:100%}@media (max-width:1024px){.Cart-module__MBuaua__checkoutBtn,.Cart-module__MBuaua__checkoutNote{display:none}.Cart-module__MBuaua__backLink{margin-top:var(--s-4);display:inline-block}}.Cart-module__MBuaua__checkoutNote{color:var(--ink-mute);margin:0;font-size:12px;line-height:1.5}.Cart-module__MBuaua__backLink{margin-top:var(--s-2);color:var(--ink-soft);text-underline-offset:4px;font-size:13px;text-decoration:underline}.Cart-module__MBuaua__backLink:hover{color:var(--brand-magenta)}
.Nav-module__rbETsq__nav{z-index:100;-webkit-backdrop-filter:saturate(180%)blur(20px);height:60px;transition:background .3s var(--ease-smooth), height .3s var(--ease-smooth);background:#fdfaf8b8;border-bottom:1px solid #1f141014;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Nav-module__rbETsq__solid{background:#fdfaf8eb}.Nav-module__rbETsq__inner{width:100%;max-width:var(--container-max);padding-inline:var(--container-padding);justify-content:center;align-items:center;gap:var(--s-5);margin-inline:auto;display:flex}.Nav-module__rbETsq__spacer{display:none}.Nav-module__rbETsq__primaryLinks{align-items:center;gap:clamp(20px,2.4vw,36px);margin:0;padding:0;list-style:none;display:flex}.Nav-module__rbETsq__primaryLinks li{flex-shrink:0}.Nav-module__rbETsq__primaryLinks a{letter-spacing:-.005em;color:var(--ink-deep);white-space:nowrap;transition:color .2s var(--ease-smooth), opacity .2s var(--ease-smooth);font-size:14px;font-weight:700;text-decoration:none}.Nav-module__rbETsq__primaryLinks a:hover{color:var(--brand-magenta)}.Nav-module__rbETsq__brandLi{margin-right:clamp(4px,.8vw,12px)}.Nav-module__rbETsq__brandLogo{height:22px;transition:transform .3s var(--ease-smooth);align-items:center;line-height:22px;text-decoration:none;display:inline-flex}.Nav-module__rbETsq__brandLogo:hover{transform:scale(1.08)}.Nav-module__rbETsq__brandLogoImg{width:auto;height:22px;display:block;transform:translateY(4.5px)}.Nav-module__rbETsq__primaryLinks a{line-height:22px}.Nav-module__rbETsq__utility{align-items:center;gap:var(--s-4);margin-left:var(--s-12);flex-shrink:0;display:flex}.Nav-module__rbETsq__cartGroup{align-items:center;display:inline-flex;position:relative}.Nav-module__rbETsq__cartPanelWrap{z-index:110;pointer-events:auto;padding-top:12px;position:absolute;top:100%;right:0}@media (hover:none),(max-width:768px){.Nav-module__rbETsq__cartPanelWrap{display:none}}.Nav-module__rbETsq__cartLink{letter-spacing:-.005em;color:var(--ink-deep);white-space:nowrap;transition:color .2s var(--ease-smooth);align-items:center;gap:6px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex;position:relative}.Nav-module__rbETsq__cartLink:hover{color:var(--brand-magenta)}.Nav-module__rbETsq__cartLabel{display:inline}.Nav-module__rbETsq__cartBadge{background:var(--brand-magenta);font-variant-numeric:tabular-nums;letter-spacing:0;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:inline-grid;color:var(--surface-cream)!important}.Nav-module__rbETsq__lang{letter-spacing:.06em;background:#1f14100f;border:1px solid #1f141014;border-radius:999px;align-items:center;gap:0;margin:0;padding:3px;font-size:12px;font-weight:700;list-style:none;display:inline-flex}.Nav-module__rbETsq__lang li{display:flex}.Nav-module__rbETsq__lang a{min-width:30px;height:22px;transition:color .2s var(--ease-smooth), background .2s var(--ease-smooth), box-shadow .2s var(--ease-smooth);border-radius:999px;justify-content:center;align-items:center;padding:0 9px;text-decoration:none;display:inline-flex;color:var(--ink-mute)!important}.Nav-module__rbETsq__lang a:hover{background:#1f14100f;color:var(--ink-deep)!important}.Nav-module__rbETsq__langActive{background:var(--brand-magenta);box-shadow:0 2px 6px #c0357a52;color:var(--surface-paper)!important}.Nav-module__rbETsq__langActive:hover{background:var(--brand-magenta);color:var(--surface-paper)!important}.Nav-module__rbETsq__hamburger{cursor:pointer;width:36px;height:36px;transition:background .18s var(--ease-smooth);background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0;display:none}.Nav-module__rbETsq__hamburger:hover{background:#1f14100f}.Nav-module__rbETsq__hamburger span{background:var(--ink-deep);width:20px;height:2px;transition:transform .22s var(--ease-smooth), opacity .18s var(--ease-smooth);transform-origin:50%;border-radius:999px;display:block}.Nav-module__rbETsq__hamburgerOpen span:first-child{transform:translateY(6px)rotate(45deg)}.Nav-module__rbETsq__hamburgerOpen span:nth-child(2){opacity:0}.Nav-module__rbETsq__hamburgerOpen span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.Nav-module__rbETsq__mobileMenu{top:calc(100% + 8px);right:var(--container-padding);z-index:99;min-width:220px;padding:var(--s-3);-webkit-backdrop-filter:saturate(180%)blur(20px);animation:Nav-module__rbETsq__mobileMenuIn .2s var(--ease-smooth);background:#fdfaf8f5;border:1px solid #1f141014;border-radius:14px;position:absolute;box-shadow:0 18px 48px #1f141029,0 4px 12px #1f141014}@keyframes Nav-module__rbETsq__mobileMenuIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Nav-module__rbETsq__mobileMenu ul{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.Nav-module__rbETsq__mobileMenu a{color:var(--ink-deep);letter-spacing:-.005em;transition:background .15s var(--ease-smooth), color .15s var(--ease-smooth);border-radius:8px;padding:10px 14px;font-size:15px;font-weight:500;text-decoration:none;display:block}.Nav-module__rbETsq__mobileMenu a:hover{color:var(--brand-magenta);background:#1f14100f}@media (max-width:1024px){.Nav-module__rbETsq__primaryLinks{gap:clamp(16px,2vw,24px)}.Nav-module__rbETsq__utility{gap:var(--s-3);margin-left:var(--s-6)}}@media (max-width:768px){.Nav-module__rbETsq__inner{justify-content:space-between}.Nav-module__rbETsq__primaryLinks li:not(.Nav-module__rbETsq__brandLi),.Nav-module__rbETsq__cartLabel{display:none}.Nav-module__rbETsq__utility{gap:var(--s-2);margin-left:0}.Nav-module__rbETsq__hamburger{display:flex}}
.CookieConsent-module__oSSg1W__dialog{background:var(--surface-paper);width:min(720px,92vw);max-height:92vh;color:var(--ink-deep);border:0;border-radius:16px;margin:auto;padding:clamp(20px,2.5vw,32px);overflow-y:auto;box-shadow:0 24px 80px #1f141052}@media (max-width:600px){.CookieConsent-module__oSSg1W__dialog{border-radius:16px 16px 0 0;width:100vw;max-width:100vw;max-height:80vh;margin:0;padding:16px;position:fixed;inset:auto 0 0}.CookieConsent-module__oSSg1W__title{font-size:16px;line-height:1.3}.CookieConsent-module__oSSg1W__intro{font-size:13px;line-height:1.45}.CookieConsent-module__oSSg1W__row{padding:10px 0}.CookieConsent-module__oSSg1W__rowLabel strong{font-size:14px}.CookieConsent-module__oSSg1W__rowLabel p{font-size:12px;line-height:1.4}}.CookieConsent-module__oSSg1W__dialog::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1f14108c}.CookieConsent-module__oSSg1W__head{justify-content:space-between;align-items:center;gap:var(--s-3);display:flex}.CookieConsent-module__oSSg1W__title{letter-spacing:-.015em;text-transform:none;margin:0;font-size:clamp(20px,2.2vw,26px);font-weight:800}.CookieConsent-module__oSSg1W__closeBtn{width:32px;height:32px;color:var(--ink-soft);cursor:pointer;transition:background .2s var(--ease-smooth), color .2s var(--ease-smooth);background:0 0;border:0;border-radius:999px;place-items:center;font-size:24px;line-height:1;display:grid}.CookieConsent-module__oSSg1W__closeBtn:hover{background:var(--ink-deep);color:var(--surface-cream)}.CookieConsent-module__oSSg1W__intro{margin:var(--s-3) 0 var(--s-4);color:var(--ink-soft);font-size:14px;line-height:1.55}.CookieConsent-module__oSSg1W__categories{border:1px solid var(--line-soft);border-radius:12px;margin:0;padding:0;list-style:none}.CookieConsent-module__oSSg1W__row{align-items:center;gap:var(--s-4);padding:var(--s-4) var(--s-5);border-bottom:1px solid var(--line-soft);grid-template-columns:minmax(0,1fr) auto;display:grid}.CookieConsent-module__oSSg1W__row:last-child{border-bottom:0}.CookieConsent-module__oSSg1W__rowLabel strong{color:var(--ink-deep);font-size:14px;font-weight:700}.CookieConsent-module__oSSg1W__rowLabel p{color:var(--ink-soft);margin:4px 0 0;font-size:13px;line-height:1.5}.CookieConsent-module__oSSg1W__essentialBadge{color:var(--ink-mute);margin-left:4px;font-size:12px;font-style:normal}.CookieConsent-module__oSSg1W__locked{background:var(--ink-deep);width:32px;height:32px;color:var(--surface-cream);border-radius:999px;place-items:center;font-size:14px;font-weight:700;display:grid}.CookieConsent-module__oSSg1W__toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;display:inline-flex}.CookieConsent-module__oSSg1W__toggle input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.CookieConsent-module__oSSg1W__toggle span{border:1.5px solid var(--ink-deep);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-deep);transition:background .2s var(--ease-smooth), color .2s var(--ease-smooth);background:0 0;border-radius:8px;align-items:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:700;display:inline-flex}.CookieConsent-module__oSSg1W__toggle:hover span{background:var(--ink-deep);color:var(--surface-cream)}.CookieConsent-module__oSSg1W__toggle input:checked+span{background:var(--brand-magenta);border-color:var(--brand-magenta);color:var(--surface-cream)}.CookieConsent-module__oSSg1W__toggle input:checked+span:before{content:"✓";font-weight:800}.CookieConsent-module__oSSg1W__actions{gap:var(--s-3);margin-top:var(--s-5);flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.CookieConsent-module__oSSg1W__actionsRight{gap:var(--s-3);flex-wrap:wrap;display:flex}.CookieConsent-module__oSSg1W__ghostBtn,.CookieConsent-module__oSSg1W__darkBtn,.CookieConsent-module__oSSg1W__primaryBtn{letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background .2s var(--ease-smooth), color .2s var(--ease-smooth);border-radius:999px;padding:12px 20px;font-family:inherit;font-size:13px;font-weight:700}.CookieConsent-module__oSSg1W__ghostBtn{border:1.5px solid var(--ink-deep);color:var(--ink-deep);background:0 0}.CookieConsent-module__oSSg1W__ghostBtn:hover{background:var(--ink-deep);color:var(--surface-cream)}.CookieConsent-module__oSSg1W__darkBtn{background:var(--ink-deep);color:var(--surface-cream);border:0}.CookieConsent-module__oSSg1W__darkBtn:hover{background:#000}.CookieConsent-module__oSSg1W__primaryBtn{border:0}@media (max-width:540px){.CookieConsent-module__oSSg1W__row{grid-template-columns:1fr}.CookieConsent-module__oSSg1W__row .CookieConsent-module__oSSg1W__toggle,.CookieConsent-module__oSSg1W__row .CookieConsent-module__oSSg1W__locked{justify-self:flex-start}.CookieConsent-module__oSSg1W__actions{flex-direction:column;align-items:stretch}.CookieConsent-module__oSSg1W__actionsRight{flex-direction:column}.CookieConsent-module__oSSg1W__ghostBtn,.CookieConsent-module__oSSg1W__darkBtn,.CookieConsent-module__oSSg1W__primaryBtn{width:100%}}
.GradientBand-module__p5C-gW__band{isolation:isolate;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#000 14% 86%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 14% 86%,#0000 100%)}.GradientBand-module__p5C-gW__image{object-fit:cover;z-index:0}.GradientBand-module__p5C-gW__inner{z-index:1;width:100%;max-width:var(--container-max);padding:var(--s-12) var(--container-padding);gap:var(--s-5);flex-direction:column;margin-inline:auto;display:flex;position:relative}.GradientBand-module__p5C-gW__h_sm{min-height:80px}.GradientBand-module__p5C-gW__h_md{min-height:140px}.GradientBand-module__p5C-gW__h_lg{min-height:220px}.GradientBand-module__p5C-gW__h_full{min-height:100vh}.GradientBand-module__p5C-gW__p_top .GradientBand-module__p5C-gW__image{object-position:center top}.GradientBand-module__p5C-gW__p_center .GradientBand-module__p5C-gW__image{object-position:center}.GradientBand-module__p5C-gW__p_bottom .GradientBand-module__p5C-gW__image{object-position:center bottom}
.AngleLandingPage-module__h2Py4q__hero{padding-block:clamp(64px,9vw,128px) clamp(32px,5vw,56px)}.AngleLandingPage-module__h2Py4q__eyebrow{color:var(--ink-mute)}.AngleLandingPage-module__h2Py4q__title{margin-top:var(--s-4);letter-spacing:-.02em;max-width:18ch}.AngleLandingPage-module__h2Py4q__lead{margin-top:var(--s-5);color:var(--ink-soft);max-width:60ch}.AngleLandingPage-module__h2Py4q__heroActions{margin-top:var(--s-7);gap:var(--s-3);flex-wrap:wrap;display:flex}.AngleLandingPage-module__h2Py4q__section{padding-block:clamp(48px,7vw,96px)}.AngleLandingPage-module__h2Py4q__sectionAlt{background:var(--surface-warm)}.AngleLandingPage-module__h2Py4q__sectionDark{background:var(--ink-deep);color:var(--surface-cream)}.AngleLandingPage-module__h2Py4q__sectionDark h2,.AngleLandingPage-module__h2Py4q__sectionDark p{color:var(--surface-cream)}.AngleLandingPage-module__h2Py4q__sectionHead{max-width:720px;margin-bottom:clamp(24px,4vw,40px)}.AngleLandingPage-module__h2Py4q__sectionHead h2{letter-spacing:-.015em;margin:0}.AngleLandingPage-module__h2Py4q__sectionHead p{margin-top:var(--s-3);color:var(--ink-soft);font-size:17px;line-height:1.7}.AngleLandingPage-module__h2Py4q__sectionDark .AngleLandingPage-module__h2Py4q__sectionHead p{color:#fdfaf8c7}.AngleLandingPage-module__h2Py4q__split{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:center;gap:clamp(32px,5vw,80px);display:grid}.AngleLandingPage-module__h2Py4q__splitMedia{aspect-ratio:4/5;background:var(--surface-paper);border-radius:16px;position:relative;overflow:hidden}.AngleLandingPage-module__h2Py4q__splitMedia img{object-fit:cover}.AngleLandingPage-module__h2Py4q__splitText p{color:var(--ink-soft);font-size:17px;line-height:1.7}.AngleLandingPage-module__h2Py4q__splitText p+p{margin-top:var(--s-4)}.AngleLandingPage-module__h2Py4q__reasons{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,28px);display:grid}.AngleLandingPage-module__h2Py4q__reason{background:#fdfaf80a;border:1px solid #fdfaf824;border-radius:14px;padding:clamp(20px,2.4vw,28px)}.AngleLandingPage-module__h2Py4q__reasonNum{color:#fdfaf873;letter-spacing:.08em;margin-bottom:var(--s-3);font-size:13px;font-weight:700;display:block}.AngleLandingPage-module__h2Py4q__reasonTitle{margin:0 0 var(--s-3);letter-spacing:-.01em;color:var(--surface-cream);font-size:clamp(18px,1.8vw,22px);font-weight:800}.AngleLandingPage-module__h2Py4q__reasonBody{color:#fdfaf8c7;margin:0;font-size:15px;line-height:1.6}.AngleLandingPage-module__h2Py4q__timeline{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,2vw,24px);display:grid}.AngleLandingPage-module__h2Py4q__tlStep{border:1px solid var(--line-soft);background:var(--surface-paper);border-radius:12px;padding:clamp(16px,2vw,24px)}.AngleLandingPage-module__h2Py4q__tlWeek{letter-spacing:.08em;text-transform:uppercase;color:var(--brand-magenta);margin-bottom:var(--s-3);font-size:12px;font-weight:700;display:block}.AngleLandingPage-module__h2Py4q__tlBody{color:var(--ink-deep);margin:0;font-size:14px;line-height:1.55}@media (max-width:900px){.AngleLandingPage-module__h2Py4q__split,.AngleLandingPage-module__h2Py4q__reasons{grid-template-columns:1fr}.AngleLandingPage-module__h2Py4q__timeline{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.AngleLandingPage-module__h2Py4q__timeline{grid-template-columns:1fr}}
.ProductCard-module__M-FZOG__card{background:var(--surface-paper);border:1px solid var(--line-soft);transition:transform .2s var(--ease-smooth), box-shadow .2s var(--ease-smooth), border-color .2s var(--ease-smooth);border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.ProductCard-module__M-FZOG__cardCompact{border-radius:16px}.ProductCard-module__M-FZOG__cardCompact .ProductCard-module__M-FZOG__imageWrap{aspect-ratio:1;padding:var(--s-3)}.ProductCard-module__M-FZOG__cardCompact .ProductCard-module__M-FZOG__body{padding:var(--s-3) var(--s-4) var(--s-2);gap:4px}.ProductCard-module__M-FZOG__cardCompact .ProductCard-module__M-FZOG__desc{display:none}.ProductCard-module__M-FZOG__cardCompact .ProductCard-module__M-FZOG__nameCompact{letter-spacing:-.01em;margin:0;font-size:clamp(15px,1.3vw,17px);font-weight:800;line-height:1.15}.ProductCard-module__M-FZOG__cardCompact .ProductCard-module__M-FZOG__actions{padding:var(--s-2) var(--s-4) var(--s-3);gap:6px}.ProductCard-module__M-FZOG__cardCompact .ProductCard-module__M-FZOG__price{font-size:16px}.ProductCard-module__M-FZOG__cardCompact .ProductCard-module__M-FZOG__perDose{font-size:11px}.ProductCard-module__M-FZOG__cardCompact .ProductCard-module__M-FZOG__qty,.ProductCard-module__M-FZOG__cardCompact .ProductCard-module__M-FZOG__addBtn{height:38px}.ProductCard-module__M-FZOG__cardCompact .ProductCard-module__M-FZOG__qty button{font-size:14px}.ProductCard-module__M-FZOG__cardCompact .ProductCard-module__M-FZOG__qty span{font-size:13px}.ProductCard-module__M-FZOG__cardCompact .ProductCard-module__M-FZOG__addBtn{padding:0 var(--s-2);letter-spacing:.04em;font-size:11px}.ProductCard-module__M-FZOG__card:hover{box-shadow:var(--shadow-lift);border-color:var(--line-strong);transform:translateY(-4px)}.ProductCard-module__M-FZOG__linkArea{color:inherit;flex-direction:column;flex:1;text-decoration:none;display:flex}.ProductCard-module__M-FZOG__imageWrap{aspect-ratio:4/5;background:var(--surface-warm);padding:var(--s-5);justify-content:center;align-items:flex-end;display:flex;position:relative}.ProductCard-module__M-FZOG__image{object-fit:contain;object-position:center bottom;width:100%;height:100%;transform:scale(var(--imgScale,1));transform-origin:bottom;transition:transform .4s var(--ease-smooth)}.ProductCard-module__M-FZOG__card:hover .ProductCard-module__M-FZOG__image{transform:scale(calc(var(--imgScale,1) * 1.03))}.ProductCard-module__M-FZOG__placeholder{color:var(--ink-faint);letter-spacing:-.04em;font-size:56px;font-weight:800}.ProductCard-module__M-FZOG__body{padding:var(--s-5);gap:var(--s-2);flex-direction:column;flex:1;display:flex}.ProductCard-module__M-FZOG__desc{color:var(--ink-soft);margin-top:var(--s-2);flex:1;font-size:14px;line-height:1.5}.ProductCard-module__M-FZOG__actions{align-items:stretch;gap:var(--s-3);padding:var(--s-4) var(--s-5) var(--s-5);border-top:1px solid var(--line-soft);grid-template-columns:1fr 1fr;display:grid}.ProductCard-module__M-FZOG__priceWrap{justify-content:space-between;align-items:baseline;gap:var(--s-2);grid-column:1/-1;display:flex}.ProductCard-module__M-FZOG__price{letter-spacing:-.02em;color:var(--ink-deep);font-size:clamp(20px,1.8vw,24px);font-weight:800}.ProductCard-module__M-FZOG__perDose{color:var(--ink-mute);font-size:12px;font-weight:500}.ProductCard-module__M-FZOG__qty{border:1px solid var(--ink-deep);border-radius:999px;grid-template-columns:1fr 1fr 1fr;align-items:stretch;width:100%;height:48px;display:grid;overflow:hidden}.ProductCard-module__M-FZOG__qty button{cursor:pointer;color:var(--ink-deep);transition:background .2s var(--ease-smooth), color .2s var(--ease-smooth);background:0 0;border:0;place-items:center;padding:0;font-size:18px;font-weight:700;display:grid}.ProductCard-module__M-FZOG__qty button:hover:not(:disabled){background:var(--ink-deep);color:var(--surface-cream)}.ProductCard-module__M-FZOG__qty button:disabled{opacity:.3;cursor:not-allowed}.ProductCard-module__M-FZOG__qty span{border-left:1px solid #1f141024;border-right:1px solid #1f141024;place-items:center;font-size:16px;font-weight:700;display:grid}.ProductCard-module__M-FZOG__addBtn{width:100%;height:48px;padding:0 var(--s-3);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;text-align:center;justify-content:center;font-size:13px;font-weight:700}.ProductCard-module__M-FZOG__miniCart{display:none}@media (max-width:600px){.ProductCard-module__M-FZOG__miniCart{z-index:10;pointer-events:none;justify-content:flex-end;align-items:center;display:flex;position:absolute;bottom:10px;left:10px;right:10px}.ProductCard-module__M-FZOG__qty,.ProductCard-module__M-FZOG__addBtn{display:none}.ProductCard-module__M-FZOG__actions{padding:var(--s-2) var(--s-4) var(--s-4);border-top:none;display:block}.ProductCard-module__M-FZOG__imageWrap{overflow:visible}}
.produkty-module__1ap-Rq__rows{gap:var(--s-5);margin-top:var(--s-10);flex-direction:column;display:flex}.produkty-module__1ap-Rq__row{grid-template-columns:1fr 1fr;gap:clamp(12px,3vw,40px);width:100%;max-width:920px;margin-inline:auto;display:grid}@media (max-width:600px){.produkty-module__1ap-Rq__rows{gap:var(--s-3);margin-inline:calc(var(--container-padding) * -1)}.produkty-module__1ap-Rq__row{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:var(--s-3);padding:var(--s-2) 16px var(--s-4);scrollbar-width:none;overscroll-behavior-x:contain;flex-direction:row;max-width:none;margin-inline:0;scroll-padding-left:16px;display:flex;overflow:auto visible}.produkty-module__1ap-Rq__row::-webkit-scrollbar{display:none}.produkty-module__1ap-Rq__row>*{scroll-snap-align:start;flex:0 0 78%;max-width:78%}}
.Mario404Game-module__BAUwaq__overlay{z-index:99999;-webkit-backdrop-filter:blur(6px);background:#1f1410db;place-items:center;padding:clamp(12px,3vw,32px);animation:.2s ease-out Mario404Game-module__BAUwaq__gameFadeIn;display:grid;position:fixed;inset:0}@keyframes Mario404Game-module__BAUwaq__gameFadeIn{0%{opacity:0}to{opacity:1}}.Mario404Game-module__BAUwaq__frame{background:var(--surface-paper);border-radius:20px;flex-direction:column;width:100%;max-width:980px;animation:.22s ease-out Mario404Game-module__BAUwaq__gameSlideIn;display:flex;overflow:hidden;box-shadow:0 32px 80px #00000080}@keyframes Mario404Game-module__BAUwaq__gameSlideIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.Mario404Game-module__BAUwaq__topBar{justify-content:space-between;align-items:center;gap:var(--s-3);background:var(--surface-cream);border-bottom:1px solid #1f141014;padding:12px 18px;display:flex}.Mario404Game-module__BAUwaq__titleGroup{align-items:center;gap:10px;min-width:0;display:flex}.Mario404Game-module__BAUwaq__crown{flex-shrink:0;font-size:18px}.Mario404Game-module__BAUwaq__title{letter-spacing:.02em;color:var(--ink-deep);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.Mario404Game-module__BAUwaq__scoreboard{background:#1f14100f;border-radius:999px;align-items:center;gap:8px;padding:4px 12px;display:inline-flex}.Mario404Game-module__BAUwaq__scoreLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-mute);font-size:11px;font-weight:600}.Mario404Game-module__BAUwaq__scoreValue{color:var(--ink-deep);font-variant-numeric:tabular-nums;font-size:14px;font-weight:800}.Mario404Game-module__BAUwaq__closeBtn{width:32px;height:32px;color:var(--ink-deep);cursor:pointer;background:#1f14100f;border:none;border-radius:50%;flex-shrink:0;place-items:center;font-size:22px;line-height:1;transition:background .18s,color .18s,transform .18s;display:grid}.Mario404Game-module__BAUwaq__closeBtn:hover{background:var(--brand-magenta);color:var(--surface-paper);transform:rotate(90deg)}.Mario404Game-module__BAUwaq__canvasWrap{aspect-ratio:900/460;background:var(--surface-cream);width:100%;position:relative}.Mario404Game-module__BAUwaq__canvas{width:100%;height:100%;image-rendering:-moz-crisp-edges;image-rendering:pixelated;display:block}.Mario404Game-module__BAUwaq__endOverlay{-webkit-backdrop-filter:blur(8px);justify-content:center;align-items:center;gap:var(--s-4);text-align:center;padding:var(--s-6);color:var(--surface-paper);background:#1f1410b3;flex-direction:column;animation:.2s ease-out Mario404Game-module__BAUwaq__endOverlayIn;display:flex;position:absolute;inset:0}@keyframes Mario404Game-module__BAUwaq__endOverlayIn{0%{opacity:0}to{opacity:1}}.Mario404Game-module__BAUwaq__endTitle{letter-spacing:-.02em;color:var(--brand-magenta);margin:0;font-size:clamp(28px,4vw,44px);font-weight:800}.Mario404Game-module__BAUwaq__endLead{color:#ffffffd9;margin:0;font-size:16px}.Mario404Game-module__BAUwaq__endActions{margin-top:var(--s-2);flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.Mario404Game-module__BAUwaq__endBtn,.Mario404Game-module__BAUwaq__endBtnGhost{letter-spacing:.02em;cursor:pointer;border:none;border-radius:999px;padding:10px 22px;font-size:13px;font-weight:700;transition:transform .18s,background .18s,color .18s}.Mario404Game-module__BAUwaq__endBtn{background:var(--brand-magenta);color:var(--surface-paper)}.Mario404Game-module__BAUwaq__endBtn:hover{background:#a8296b;transform:translateY(-1px)}.Mario404Game-module__BAUwaq__endBtnGhost{color:var(--surface-paper);background:0 0;border:1px solid #fff6}.Mario404Game-module__BAUwaq__endBtnGhost:hover{background:#ffffff1f}.Mario404Game-module__BAUwaq__controls{justify-content:center;align-items:center;gap:var(--s-5);background:var(--surface-cream);color:var(--ink-soft);border-top:1px solid #1f141014;flex-wrap:wrap;padding:10px 18px 14px;font-size:12px;display:flex}.Mario404Game-module__BAUwaq__kbdGroup{align-items:center;gap:4px;display:inline-flex}.Mario404Game-module__BAUwaq__kbdGroup kbd{background:var(--surface-paper);min-width:22px;height:22px;color:var(--ink-deep);border:1px solid #1f14102e;border-bottom-width:2px;border-radius:5px;place-items:center;padding:0 6px;font-family:inherit;font-size:11px;font-weight:700;display:inline-grid}.Mario404Game-module__BAUwaq__controlsLabel{color:var(--ink-mute);margin-left:6px;font-weight:500}.Mario404Game-module__BAUwaq__touchPad{display:none}@media (hover:none),(pointer:coarse){.Mario404Game-module__BAUwaq__touchPad{background:var(--surface-cream);border-top:1px solid #1f141014;grid-template-columns:1fr 1fr auto;gap:10px;padding:12px 16px;display:grid}.Mario404Game-module__BAUwaq__controls{display:none}}.Mario404Game-module__BAUwaq__touchBtn{background:var(--ink-deep,#1f1410);min-width:64px;height:64px;color:var(--surface-paper);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:0;border-radius:14px;justify-content:center;align-items:center;font-size:26px;font-weight:700;transition:filter 80ms,transform 80ms;display:inline-flex}.Mario404Game-module__BAUwaq__touchBtn:active{filter:brightness(1.3);transform:scale(.96)}.Mario404Game-module__BAUwaq__touchBtnJump{background:var(--brand-magenta,#c0357a);min-width:88px}.Mario404Game-module__BAUwaq__touchBtnJump:active{filter:brightness(1.1);transform:scale(.96)}
.QuickAnswer-module__nYT26G__section{background:var(--surface-cream);padding-block:clamp(28px,4vw,48px)}.QuickAnswer-module__nYT26G__card{background:#c0357a0a;border:1px solid #c0357a2e;border-radius:12px;max-width:760px;padding:clamp(20px,2.5vw,32px) clamp(20px,2.8vw,36px)}.QuickAnswer-module__nYT26G__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--brand-magenta);margin:0 0 var(--s-3);font-size:12px;font-weight:700}.QuickAnswer-module__nYT26G__body{color:var(--ink-deep);margin:0;font-size:clamp(16px,1.4vw,18px);line-height:1.65}.QuickAnswer-module__nYT26G__body strong{font-weight:700}.QuickAnswer-module__nYT26G__body a{color:var(--ink-deep);border-bottom:1.5px solid var(--brand-magenta);transition:color .2s var(--ease-smooth)}.QuickAnswer-module__nYT26G__body a:hover{color:var(--brand-magenta)}
.product-module__djNT-a__hero{padding-block:clamp(96px,10vw,140px) clamp(32px,5vw,64px)}.product-module__djNT-a__tight{padding-block:clamp(36px,4.5vw,72px)}.product-module__djNT-a__heroInner{gap:var(--s-10);grid-template-columns:1fr 1fr;align-items:start;display:grid}.product-module__djNT-a__heroLeft{padding-top:28px;position:relative}.product-module__djNT-a__heroImage{object-fit:contain;filter:drop-shadow(0 24px 60px #78325029);width:100%;height:auto}.product-module__djNT-a__heroPlaceholder{aspect-ratio:4/5;background:var(--surface-warm);color:var(--ink-mute);border-radius:24px;place-items:center;font-weight:600;display:grid}.product-module__djNT-a__heroRight{gap:var(--s-4);flex-direction:column;display:flex}.product-module__djNT-a__supplementBadge{letter-spacing:.16em;text-transform:uppercase;color:var(--ink-mute);background:#1f14100f;border-radius:4px;align-self:flex-start;align-items:center;margin-top:-8px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.product-module__djNT-a__rating{color:var(--ink-deep);align-items:center;gap:8px;margin-top:-4px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.product-module__djNT-a__rating:hover .product-module__djNT-a__ratingCount{color:var(--brand-magenta);text-decoration:underline}.product-module__djNT-a__stars{letter-spacing:1px;color:#1f14102e;white-space:nowrap;font-size:16px;display:inline-block;position:relative}.product-module__djNT-a__starsFill{color:#f4b400;white-space:nowrap;pointer-events:none;position:absolute;top:0;left:0;overflow:hidden}.product-module__djNT-a__ratingValue{font-variant-numeric:tabular-nums;font-weight:700}.product-module__djNT-a__ratingCount{color:var(--ink-mute);text-underline-offset:3px;font-weight:500;text-decoration-thickness:1px}.product-module__djNT-a__statsRow{gap:var(--s-5);margin-top:var(--s-5);padding:var(--s-5) 0;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);grid-template-columns:repeat(3,1fr);display:grid}.product-module__djNT-a__stat{flex-direction:column;gap:4px;display:flex}.product-module__djNT-a__statValue{letter-spacing:-.02em;color:var(--ink-deep);font-size:clamp(20px,2.4vw,28px);font-weight:800;line-height:1}.product-module__djNT-a__statLabel{color:var(--ink-mute);letter-spacing:.005em;font-size:12px;font-weight:500}.product-module__djNT-a__priceCard{background:var(--surface-paper);border:1px solid var(--line-soft);padding:var(--s-6);box-shadow:var(--shadow-card);margin-top:var(--s-4);border-radius:20px}.product-module__djNT-a__priceRow{align-items:baseline;gap:var(--s-3);display:flex}.product-module__djNT-a__price{letter-spacing:-.02em;color:var(--ink-deep);font-size:clamp(28px,3.5vw,40px);font-weight:800}.product-module__djNT-a__perDose{color:var(--ink-mute);font-size:14px;font-weight:500}.product-module__djNT-a__doseCount{color:var(--ink-mute);margin-top:var(--s-1);font-size:13px}.product-module__djNT-a__buyBtn{width:100%;margin-top:var(--s-5);justify-content:center;padding:16px 24px;font-size:16px}.product-module__djNT-a__trustMini{gap:var(--s-3);color:var(--ink-mute);margin-top:var(--s-4);flex-wrap:wrap;font-size:13px;display:flex}.product-module__djNT-a__ingTable{width:100%;margin-top:var(--s-6);border-collapse:collapse;max-width:720px}.product-module__djNT-a__manufacturer{margin-top:var(--s-5);max-width:720px;color:var(--ink-mute);letter-spacing:.01em;font-size:12px;line-height:1.5}.product-module__djNT-a__manufacturer span{text-transform:uppercase;letter-spacing:.12em;color:var(--ink-soft);margin-right:6px;font-weight:700}.product-module__djNT-a__ingTable th,.product-module__djNT-a__ingTable td{padding:var(--s-3) var(--s-2);border-bottom:1px solid var(--line-soft);text-align:left}.product-module__djNT-a__ingTable th{color:var(--ink-deep);font-weight:500}.product-module__djNT-a__ingTable td{color:var(--ink-deep);text-align:right;font-variant-numeric:tabular-nums;font-weight:600}.product-module__djNT-a__steps{gap:var(--s-5);margin-top:var(--s-8);counter-reset:step;flex-direction:column;max-width:720px;list-style:none;display:flex}.product-module__djNT-a__step{gap:var(--s-5);grid-template-columns:auto 1fr;align-items:start;display:grid}.product-module__djNT-a__stepNum{background:var(--grad-signature);width:48px;height:48px;color:var(--surface-paper);border-radius:50%;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:inline-flex}.product-module__djNT-a__faqList{gap:var(--s-3);margin-top:var(--s-6);flex-direction:column;display:flex}.product-module__djNT-a__faqItem{border-bottom:1px solid var(--line-soft);padding:var(--s-4) 0}.product-module__djNT-a__faqItem[open] .product-module__djNT-a__faqQ:after{transform:rotate(45deg)}.product-module__djNT-a__faqQ{color:var(--ink-deep);cursor:pointer;justify-content:space-between;align-items:center;gap:var(--s-4);font-size:clamp(16px,1.4vw,18px);font-weight:600;list-style:none;display:flex}.product-module__djNT-a__faqQ::-webkit-details-marker{display:none}.product-module__djNT-a__faqQ:after{content:"+";color:var(--brand-magenta);transition:transform .2s var(--ease-smooth);font-size:22px;display:inline-block}.product-module__djNT-a__faqA{margin-top:var(--s-3);color:var(--ink-soft);line-height:1.6}@media (max-width:900px){.product-module__djNT-a__heroInner{grid-template-columns:1fr}.product-module__djNT-a__heroLeft{order:2;padding-top:0}.product-module__djNT-a__heroRight{order:1}.product-module__djNT-a__partnerCtas{grid-template-columns:1fr}.product-module__djNT-a__ingTable th,.product-module__djNT-a__ingTable td{padding:var(--s-3) var(--s-2)}.product-module__djNT-a__ingTable td{font-size:14px}.product-module__djNT-a__inlineBuy,.product-module__djNT-a__trustMini{display:none}}
.RecommendedProducts-module__VILtzq__wrap{background:var(--surface-warm);border-top:1px solid var(--line-soft);padding-block:clamp(48px,6vw,80px)}.RecommendedProducts-module__VILtzq__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--ink-mute);margin:0;font-size:11px;font-weight:700}.RecommendedProducts-module__VILtzq__heading{letter-spacing:-.02em;margin:8px 0 var(--s-6);max-width:28ch;font-size:clamp(20px,2.4vw,28px);font-weight:800;line-height:1.15}.RecommendedProducts-module__VILtzq__grid{gap:var(--s-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (max-width:768px){.RecommendedProducts-module__VILtzq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.RecommendedProducts-module__VILtzq__grid{grid-template-columns:1fr}}
.article-module__g9iM3W__article{padding-top:clamp(120px,14vw,200px)}.article-module__g9iM3W__head{padding-block:var(--s-8) var(--s-10)}.article-module__g9iM3W__translateNote{letter-spacing:.04em;text-transform:uppercase;color:var(--brand-magenta);margin-bottom:var(--s-5);background:#c0357a14;border-radius:100px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.article-module__g9iM3W__crumbs{color:var(--ink-mute);margin-bottom:var(--s-5);font-size:13px}.article-module__g9iM3W__crumbs a{color:var(--ink-mute);transition:color .2s var(--ease-smooth)}.article-module__g9iM3W__crumbs a:hover{color:var(--brand-magenta)}.article-module__g9iM3W__crumbs span:last-child{color:var(--ink-deep);font-weight:500}.article-module__g9iM3W__meta{color:var(--ink-mute);margin-bottom:var(--s-5)}.article-module__g9iM3W__title{letter-spacing:-.02em;max-width:18ch}.article-module__g9iM3W__excerpt{color:var(--ink-soft);margin-top:var(--s-5);max-width:60ch}.article-module__g9iM3W__heroFig{margin-top:var(--s-10)}.article-module__g9iM3W__heroImg{object-fit:cover;aspect-ratio:16/9;border-radius:16px;width:100%;height:auto}.article-module__g9iM3W__body{padding-block:var(--s-12);color:var(--ink-deep);font-size:17px;line-height:1.7}.article-module__g9iM3W__body h2{letter-spacing:-.02em;margin-top:var(--s-10);margin-bottom:var(--s-4);font-size:clamp(24px,2.6vw,32px);font-weight:700;line-height:1.2}.article-module__g9iM3W__body h3{letter-spacing:-.015em;margin-top:var(--s-8);margin-bottom:var(--s-3);font-size:clamp(20px,2vw,24px);font-weight:600;line-height:1.3}.article-module__g9iM3W__body p{margin-bottom:var(--s-4)}:is(.article-module__g9iM3W__body ul,.article-module__g9iM3W__body ol){margin-block:var(--s-4);padding-left:var(--s-5);list-style:revert}.article-module__g9iM3W__body li{margin-bottom:var(--s-2)}.article-module__g9iM3W__body a{color:var(--brand-magenta);text-underline-offset:3px;text-decoration:underline}.article-module__g9iM3W__body strong{color:var(--ink-deep);font-weight:700}.article-module__g9iM3W__body em{font-style:italic}.article-module__g9iM3W__content>p:first-of-type{color:var(--ink-deep);margin-bottom:var(--s-5);font-size:clamp(19px,1.8vw,21px);font-weight:500}.article-module__g9iM3W__perex{letter-spacing:-.015em;color:var(--ink-deep);margin:var(--s-8) 0 var(--s-5);font-size:clamp(22px,2.2vw,28px);font-weight:600;line-height:1.35}.article-module__g9iM3W__perex p{margin:0}.article-module__g9iM3W__figure{margin:var(--s-8) 0}.article-module__g9iM3W__figureImg{aspect-ratio:16/9;object-fit:cover;border-radius:12px;width:100%;height:auto}.article-module__g9iM3W__quote{border-left:3px solid var(--brand-magenta);padding-left:var(--s-5);margin:var(--s-8) 0;color:var(--ink-deep);font-size:clamp(20px,1.8vw,24px);font-style:italic;line-height:1.4}
.page-module__cEhTEW__hero{padding-block:clamp(64px,9vw,128px) clamp(32px,5vw,56px)}.page-module__cEhTEW__eyebrow{color:var(--ink-mute)}.page-module__cEhTEW__title{margin-top:var(--s-4);max-width:18ch}.page-module__cEhTEW__lead{margin-top:var(--s-5);color:var(--ink-soft);max-width:60ch}.page-module__cEhTEW__heroImage{aspect-ratio:16/9;background:var(--surface-warm);border-radius:16px;margin-top:clamp(32px,5vw,64px);position:relative;overflow:hidden}.page-module__cEhTEW__heroImage img{object-fit:cover}.page-module__cEhTEW__section{padding:clamp(48px,7vw,96px) 0}.page-module__cEhTEW__sectionAlt{background:var(--surface-warm)}.page-module__cEhTEW__sectionDark{background:var(--ink-deep);color:var(--surface-cream)}.page-module__cEhTEW__sectionDark .page-module__cEhTEW__h2,.page-module__cEhTEW__sectionDark p{color:var(--surface-cream)}.page-module__cEhTEW__sectionHead{max-width:720px;margin-bottom:clamp(32px,5vw,56px)}.page-module__cEhTEW__sectionHead h2{letter-spacing:-.015em;margin:0}.page-module__cEhTEW__sectionHead p{margin-top:var(--s-4);color:var(--ink-soft);font-size:17px;line-height:1.7}.page-module__cEhTEW__sectionDark .page-module__cEhTEW__sectionHead p{color:var(--surface-cream-soft,#fdfaf8c7)}.page-module__cEhTEW__about{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:center;gap:clamp(32px,5vw,80px);display:grid}.page-module__cEhTEW__aboutReverse{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.page-module__cEhTEW__aboutReverse .page-module__cEhTEW__aboutText{order:2}@media (max-width:900px){.page-module__cEhTEW__aboutReverse .page-module__cEhTEW__aboutText{order:0}}.page-module__cEhTEW__benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,2vw,24px);margin-top:clamp(32px,5vw,56px);display:grid}.page-module__cEhTEW__benefit{border:1px solid var(--line-soft);background:var(--surface-paper);border-radius:14px;padding:clamp(20px,2.5vw,28px)}.page-module__cEhTEW__benefitMushroom{letter-spacing:.06em;text-transform:uppercase;color:var(--brand-magenta);margin-bottom:var(--s-3);font-size:13px;font-weight:700;display:block}.page-module__cEhTEW__benefitTitle{margin:0 0 var(--s-3);letter-spacing:-.01em;font-size:clamp(18px,1.8vw,22px);font-weight:800}.page-module__cEhTEW__benefitBody{color:var(--ink-soft);margin:0;font-size:15px;line-height:1.6}@media (max-width:600px){.page-module__cEhTEW__benefits{grid-template-columns:1fr}}.page-module__cEhTEW__priceChips{margin-top:var(--s-5);gap:var(--s-3);flex-wrap:wrap;display:flex}.page-module__cEhTEW__chip{border:1.5px solid var(--ink-deep);letter-spacing:.04em;color:var(--ink-deep);border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex}.page-module__cEhTEW__aboutText p{color:var(--ink-soft);font-size:17px;line-height:1.7}.page-module__cEhTEW__aboutText p+p{margin-top:var(--s-4)}.page-module__cEhTEW__aboutBullets{margin:var(--s-6) 0 0;gap:var(--s-3);padding:0;list-style:none;display:grid}.page-module__cEhTEW__aboutBullets li{color:var(--ink-deep);padding-left:28px;font-size:16px;line-height:1.55;position:relative}.page-module__cEhTEW__aboutBullets li:before{content:"";background:var(--brand-magenta);border-radius:2px;width:16px;height:2px;position:absolute;top:9px;left:0}.page-module__cEhTEW__aboutMedia{aspect-ratio:4/5;background:var(--surface-paper);border-radius:16px;position:relative;overflow:hidden}.page-module__cEhTEW__aboutMedia img{object-fit:cover}.page-module__cEhTEW__rules{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,2vw,24px);display:grid}.page-module__cEhTEW__rule{border:1px solid var(--line-soft);background:var(--surface-paper);border-radius:14px;padding:clamp(20px,2.5vw,32px)}.page-module__cEhTEW__ruleDo{border-color:#28825a38}.page-module__cEhTEW__ruleDont{border-color:#b43c5038}.page-module__cEhTEW__ruleHead{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-mute);margin-bottom:var(--s-4);align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.page-module__cEhTEW__ruleDo .page-module__cEhTEW__ruleHead{color:#28825a}.page-module__cEhTEW__ruleDont .page-module__cEhTEW__ruleHead{color:#b43c50}.page-module__cEhTEW__ruleBody{color:var(--ink-deep);margin:0;font-size:16px;line-height:1.6}.page-module__cEhTEW__topics{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,28px);display:grid}.page-module__cEhTEW__topic{background:#fdfaf80a;border:1px solid #fdfaf824;border-radius:14px;padding:clamp(20px,2.5vw,28px)}.page-module__cEhTEW__topicNum{color:#fdfaf873;letter-spacing:.08em;margin-bottom:var(--s-3);font-size:14px;font-weight:700;display:block}.page-module__cEhTEW__topicTitle{margin:0 0 var(--s-3);letter-spacing:-.01em;color:var(--surface-cream);font-size:clamp(18px,1.8vw,22px);font-weight:800}.page-module__cEhTEW__topicBody{color:#fdfaf8c7;margin:0;font-size:15px;line-height:1.6}.page-module__cEhTEW__tips{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:clamp(32px,5vw,64px);display:grid}.page-module__cEhTEW__tipsCol h3{margin:0 0 var(--s-4);letter-spacing:-.015em;font-size:clamp(20px,2vw,26px);font-weight:800}.page-module__cEhTEW__tipsList{gap:var(--s-3);margin:0;padding:0;list-style:none;display:grid}.page-module__cEhTEW__tipsList li{color:var(--ink-soft);padding-left:24px;font-size:16px;line-height:1.6;position:relative}.page-module__cEhTEW__tipsList li:before{content:"→";color:var(--brand-magenta);font-weight:700;position:absolute;top:0;left:0}.page-module__cEhTEW__alcoholBadge{margin-top:var(--s-5);padding:var(--s-4) var(--s-5);border-left:3px solid var(--brand-magenta);background:var(--surface-warm);color:var(--ink-deep);border-radius:0 8px 8px 0;font-size:15px;line-height:1.55}.page-module__cEhTEW__ctaCard{background:var(--surface-paper);border:1px solid var(--line-soft);text-align:center;border-radius:18px;padding:clamp(32px,5vw,56px)}.page-module__cEhTEW__ctaTitle{letter-spacing:-.015em;margin:0}.page-module__cEhTEW__ctaLead{margin:var(--s-4) auto 0;color:var(--ink-soft);max-width:56ch;font-size:17px;line-height:1.7}.page-module__cEhTEW__ctaActions{margin-top:var(--s-7);gap:var(--s-3);flex-wrap:wrap;justify-content:center;display:flex}@media (max-width:900px){.page-module__cEhTEW__about,.page-module__cEhTEW__tips,.page-module__cEhTEW__topics{grid-template-columns:1fr}}@media (max-width:600px){.page-module__cEhTEW__rules{grid-template-columns:1fr}}
.page-module__jSApQW__hero{padding-block:clamp(64px,9vw,128px) clamp(32px,5vw,56px)}.page-module__jSApQW__eyebrow{color:var(--ink-mute)}.page-module__jSApQW__title{margin-top:var(--s-4);max-width:16ch}.page-module__jSApQW__lead{margin-top:var(--s-5);color:var(--ink-soft);max-width:60ch}.page-module__jSApQW__heroImage{aspect-ratio:16/9;background:var(--surface-warm);border-radius:16px;margin-top:clamp(32px,5vw,64px);position:relative;overflow:hidden}.page-module__jSApQW__heroImage img{object-fit:cover}.page-module__jSApQW__section{padding:clamp(48px,7vw,96px) 0}.page-module__jSApQW__sectionAlt{background:var(--surface-warm)}.page-module__jSApQW__split{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:center;gap:clamp(32px,5vw,80px);display:grid}.page-module__jSApQW__splitReverse{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.page-module__jSApQW__splitReverse .page-module__jSApQW__splitText{order:2}.page-module__jSApQW__splitText h2{margin:0 0 var(--s-5);letter-spacing:-.015em}.page-module__jSApQW__splitText p{color:var(--ink-soft);font-size:17px;line-height:1.7}.page-module__jSApQW__splitText p+p{margin-top:var(--s-4)}.page-module__jSApQW__splitMeta{gap:var(--s-4);margin-top:var(--s-6);padding-top:var(--s-5);border-top:1px solid var(--line-soft);flex-wrap:wrap;display:flex}.page-module__jSApQW__metaItem{flex:140px}.page-module__jSApQW__metaValue{letter-spacing:-.015em;font-size:clamp(22px,2.4vw,28px);font-weight:800;display:block}.page-module__jSApQW__metaLabel{color:var(--ink-mute);text-transform:uppercase;letter-spacing:.06em;margin-top:4px;font-size:13px;display:block}.page-module__jSApQW__splitMedia{gap:var(--s-3);grid-template-columns:1fr 1fr;display:grid}.page-module__jSApQW__splitMedia .page-module__jSApQW__mediaTall{aspect-ratio:16/9;grid-column:span 2}.page-module__jSApQW__media{aspect-ratio:3/4;background:var(--surface-paper);border-radius:14px;position:relative;overflow:hidden}.page-module__jSApQW__media img{object-fit:cover}.page-module__jSApQW__galleryHeading{margin-bottom:var(--s-6);letter-spacing:-.015em}.page-module__jSApQW__gallerySub{color:var(--ink-soft);margin-top:var(--s-3);max-width:60ch;font-size:17px;line-height:1.7}.page-module__jSApQW__gallery{gap:var(--s-3);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(32px,5vw,56px);display:grid}.page-module__jSApQW__galleryItem{aspect-ratio:4/5;background:var(--surface-paper);border-radius:12px;position:relative;overflow:hidden}.page-module__jSApQW__galleryItem img{object-fit:cover;transition:transform .6s var(--ease-smooth)}.page-module__jSApQW__galleryItem:hover img{transform:scale(1.03)}@media (max-width:900px){.page-module__jSApQW__split{grid-template-columns:1fr}.page-module__jSApQW__splitReverse .page-module__jSApQW__splitText{order:0}.page-module__jSApQW__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.page-module__jSApQW__gallery,.page-module__jSApQW__splitMedia{grid-template-columns:1fr}.page-module__jSApQW__splitMedia .page-module__jSApQW__mediaTall{grid-column:span 1}}
.not-found-module__qgxCFq__wrap{justify-content:center;align-items:center;width:100%;min-height:clamp(640px,88vh,920px);padding-block:clamp(40px,6vw,80px);display:flex;position:relative;overflow:visible}.not-found-module__qgxCFq__background3D{z-index:0;pointer-events:auto;width:calc(100% + 200px);height:calc(100% + 200px);position:absolute;top:0;left:0;transform:translate(130px,130px)}.not-found-module__qgxCFq__content{z-index:2;width:100%;max-width:920px;padding-inline:var(--container-padding);text-align:center;pointer-events:none;margin:0 auto;position:relative}.not-found-module__qgxCFq__hero{flex-direction:column;align-items:center;margin-bottom:clamp(40px,5vw,72px);display:flex}.not-found-module__qgxCFq__title{letter-spacing:-.025em;color:var(--ink-deep);margin:0 0 var(--s-4);text-shadow:0 2px 24px #fff8f0b3;font-size:clamp(32px,4.4vw,56px);font-weight:800;line-height:1.05}.not-found-module__qgxCFq__lead{color:var(--ink-soft);text-shadow:0 2px 16px #fff8f099;max-width:50ch;margin:0 auto;font-size:clamp(15px,1.3vw,18px);line-height:1.55}.not-found-module__qgxCFq__recovery{gap:var(--s-3);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));max-width:760px;margin:0 auto;display:grid}@media (max-width:700px){.not-found-module__qgxCFq__wrap{min-height:calc(100svh - 60px);padding-block:var(--s-3) var(--s-4);gap:var(--s-3);flex-direction:column;justify-content:center;display:flex}.not-found-module__qgxCFq__background3D{order:2;width:100%;height:28vh;min-height:200px;max-height:260px;position:relative;transform:none}.not-found-module__qgxCFq__content{display:contents}.not-found-module__qgxCFq__hero{order:1;margin-bottom:0}.not-found-module__qgxCFq__recovery{gap:var(--s-2);padding-inline:var(--container-padding);order:3;grid-template-columns:1fr 1fr;max-width:100%}.not-found-module__qgxCFq__recoveryItem{padding:var(--s-3) var(--s-3)}.not-found-module__qgxCFq__recoveryDesc{font-size:12px}.not-found-module__qgxCFq__title{font-size:clamp(26px,7vw,32px)}.not-found-module__qgxCFq__lead{font-size:13px}}.not-found-module__qgxCFq__recoveryItem{text-align:left;padding:var(--s-4) var(--s-5);-webkit-backdrop-filter:saturate(180%)blur(20px);color:var(--ink-deep);pointer-events:auto;transition:transform .24s var(--ease-smooth), background .24s var(--ease-smooth), border-color .24s var(--ease-smooth), box-shadow .24s var(--ease-smooth);background:#ffffffc7;border:1px solid #1f141014;border-radius:16px;flex-direction:column;align-items:flex-start;text-decoration:none;display:flex}.not-found-module__qgxCFq__recoveryItem:hover{background:#fffffff5;border-color:#c0357a38;transform:translateY(-3px);box-shadow:0 14px 32px #1f14101f}.not-found-module__qgxCFq__recoveryLabel{width:100%;color:var(--ink-deep);justify-content:space-between;align-items:center;margin-bottom:4px;font-size:16px;font-weight:700;display:flex}.not-found-module__qgxCFq__recoveryArrow{color:var(--brand-magenta);transition:transform .22s var(--ease-smooth);font-size:14px;display:inline-block}.not-found-module__qgxCFq__recoveryItem:hover .not-found-module__qgxCFq__recoveryArrow{transform:translate(4px)}.not-found-module__qgxCFq__recoveryDesc{color:var(--ink-soft);font-size:13px;font-weight:500;line-height:1.4}
.page-module__uBR1fq__hero{padding-block:clamp(64px,9vw,128px) clamp(32px,5vw,56px)}.page-module__uBR1fq__eyebrow{color:var(--ink-mute)}.page-module__uBR1fq__title{margin-top:var(--s-4);max-width:16ch}.page-module__uBR1fq__lead{margin-top:var(--s-5);color:var(--ink-soft);max-width:60ch}.page-module__uBR1fq__heroImage{aspect-ratio:16/9;background:var(--surface-warm);border-radius:16px;margin-top:clamp(32px,5vw,64px);position:relative;overflow:hidden}.page-module__uBR1fq__heroImage img{object-fit:cover}.page-module__uBR1fq__section{padding:clamp(48px,7vw,96px) 0}.page-module__uBR1fq__sectionAlt{background:var(--surface-warm)}.page-module__uBR1fq__sectionDark{background:var(--ink-deep);color:var(--surface-cream)}.page-module__uBR1fq__sectionHead{max-width:720px;margin-bottom:clamp(32px,5vw,56px)}.page-module__uBR1fq__sectionHead h2{letter-spacing:-.015em;margin:0}.page-module__uBR1fq__sectionHead p{margin-top:var(--s-4);color:var(--ink-soft);font-size:17px;line-height:1.7}.page-module__uBR1fq__sectionDark .page-module__uBR1fq__sectionHead p{color:#fdfaf8c7}.page-module__uBR1fq__split{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:center;gap:clamp(32px,5vw,80px);display:grid}.page-module__uBR1fq__splitReverse{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.page-module__uBR1fq__splitReverse .page-module__uBR1fq__splitText{order:2}.page-module__uBR1fq__splitText h2{margin:0 0 var(--s-5);letter-spacing:-.015em}.page-module__uBR1fq__splitText p{color:var(--ink-soft);font-size:17px;line-height:1.7}.page-module__uBR1fq__splitText p+p{margin-top:var(--s-4)}.page-module__uBR1fq__splitMeta{gap:var(--s-5);margin-top:var(--s-7);padding-top:var(--s-5);border-top:1px solid var(--line-soft);flex-wrap:wrap;display:flex}.page-module__uBR1fq__metaItem{flex:140px}.page-module__uBR1fq__metaValue{letter-spacing:-.015em;font-size:clamp(22px,2.4vw,28px);font-weight:800;display:block}.page-module__uBR1fq__metaLabel{color:var(--ink-mute);text-transform:uppercase;letter-spacing:.06em;margin-top:4px;font-size:13px;display:block}.page-module__uBR1fq__splitMedia{aspect-ratio:4/5;background:var(--surface-paper);border-radius:16px;position:relative;overflow:hidden}.page-module__uBR1fq__splitMedia img{object-fit:cover}.page-module__uBR1fq__values{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,28px);display:grid}.page-module__uBR1fq__value{background:#fdfaf80a;border:1px solid #fdfaf824;border-radius:14px;padding:clamp(24px,2.8vw,36px)}.page-module__uBR1fq__valueNum{color:#fdfaf873;letter-spacing:.08em;margin-bottom:var(--s-3);font-size:13px;font-weight:700;display:block}.page-module__uBR1fq__valueTitle{margin:0 0 var(--s-4);letter-spacing:-.01em;color:var(--surface-cream);font-size:clamp(19px,1.9vw,23px);font-weight:800}.page-module__uBR1fq__valueBody{color:#fdfaf8c7;margin:0;font-size:15px;line-height:1.6}.page-module__uBR1fq__founder{max-width:820px;margin:0 auto}.page-module__uBR1fq__founderEyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--brand-magenta);margin:0 0 var(--s-3);font-size:12px;font-weight:700}.page-module__uBR1fq__founderName{margin:0 0 var(--s-7);letter-spacing:-.02em;font-size:clamp(28px,3.5vw,42px);font-weight:800;line-height:1.15}.page-module__uBR1fq__founderName small{margin-top:var(--s-2);color:var(--ink-mute);letter-spacing:0;font-size:clamp(14px,1.2vw,16px);font-weight:600;display:block}.page-module__uBR1fq__founderBody{color:var(--ink-deep);font-size:clamp(16px,1.4vw,18px);line-height:1.75}.page-module__uBR1fq__founderBody p{margin:0}.page-module__uBR1fq__founderBody p+p{margin-top:var(--s-5)}.page-module__uBR1fq__founderSign{margin-top:var(--s-7);padding-top:var(--s-5);border-top:1px solid var(--line-soft);align-items:center;gap:var(--s-4);display:flex}.page-module__uBR1fq__founderSign strong{font-size:15px;font-weight:700}.page-module__uBR1fq__founderSign span{color:var(--ink-mute);font-size:14px}.page-module__uBR1fq__production{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:clamp(32px,5vw,80px);display:grid}.page-module__uBR1fq__productionMedia{aspect-ratio:4/3;border-radius:16px;position:relative;overflow:hidden}.page-module__uBR1fq__productionMedia img{object-fit:cover}.page-module__uBR1fq__productionText h2{margin:0 0 var(--s-4);letter-spacing:-.015em}.page-module__uBR1fq__productionText p{color:var(--ink-soft);font-size:17px;line-height:1.7}.page-module__uBR1fq__productionText p+p{margin-top:var(--s-4)}.page-module__uBR1fq__productionLink{margin-top:var(--s-6);color:var(--ink-deep);border-bottom:1.5px solid var(--ink-deep);transition:color .2s var(--ease-smooth), border-color .2s var(--ease-smooth);align-items:center;gap:6px;padding-bottom:2px;font-size:15px;font-weight:700;display:inline-flex}.page-module__uBR1fq__productionLink:hover{color:var(--brand-magenta);border-color:var(--brand-magenta)}.page-module__uBR1fq__ctaCard{background:var(--surface-paper);border:1px solid var(--line-soft);text-align:center;border-radius:18px;padding:clamp(32px,5vw,56px)}.page-module__uBR1fq__ctaTitle{letter-spacing:-.015em;margin:0}.page-module__uBR1fq__ctaLead{margin:var(--s-4) auto 0;color:var(--ink-soft);max-width:56ch;font-size:17px;line-height:1.7}.page-module__uBR1fq__ctaActions{margin-top:var(--s-7);gap:var(--s-3);flex-wrap:wrap;justify-content:center;display:flex}@media (max-width:900px){.page-module__uBR1fq__split,.page-module__uBR1fq__production{grid-template-columns:1fr}.page-module__uBR1fq__splitReverse .page-module__uBR1fq__splitText{order:0}.page-module__uBR1fq__values{grid-template-columns:1fr}}
.CheckoutStepper-module__Dfpt9W__stepper{padding-block:var(--s-5) var(--s-4);padding-inline:var(--container-padding)}.CheckoutStepper-module__Dfpt9W__list{margin:0;justify-content:space-between;align-items:flex-start;gap:8px;max-width:560px;margin-inline:auto;padding:0;list-style:none;display:flex}.CheckoutStepper-module__Dfpt9W__item{flex:1 1 0;min-width:0;position:relative}.CheckoutStepper-module__Dfpt9W__item+.CheckoutStepper-module__Dfpt9W__item:before{content:"";z-index:0;background:#1f14102e;width:100%;height:1px;position:absolute;top:14px;left:-50%}.CheckoutStepper-module__Dfpt9W__link,.CheckoutStepper-module__Dfpt9W__disabled{text-align:center;color:inherit;z-index:1;flex-direction:column;align-items:center;gap:6px;text-decoration:none;display:flex;position:relative}.CheckoutStepper-module__Dfpt9W__circle{background:var(--card-bg,#fff);color:#1f141073;border:1.5px solid #1f14102e;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;display:flex}.CheckoutStepper-module__Dfpt9W__done{background:var(--ink-deep,#1f1410);border-color:var(--ink-deep,#1f1410);color:var(--surface-paper)}.CheckoutStepper-module__Dfpt9W__active{background:var(--brand-magenta,#c0357a);border-color:var(--brand-magenta,#c0357a);color:var(--surface-paper)}.CheckoutStepper-module__Dfpt9W__label{color:#1f141099;font-size:12px;font-weight:500;line-height:1.3}.CheckoutStepper-module__Dfpt9W__labelActive{color:var(--ink-deep,#1f1410);font-weight:700}.CheckoutStepper-module__Dfpt9W__disabled .CheckoutStepper-module__Dfpt9W__label{color:#1f141059}@media (min-width:768px){.CheckoutStepper-module__Dfpt9W__stepper{padding-top:calc(60px + var(--s-6));padding-bottom:var(--s-5);padding-inline:var(--container-padding)}.CheckoutStepper-module__Dfpt9W__circle{width:32px;height:32px;font-size:14px}.CheckoutStepper-module__Dfpt9W__label{font-size:13px}}
.Footer-module__ct8Ydq__footer{background:var(--surface-warm);padding-block:var(--s-12) var(--s-8)}.Footer-module__ct8Ydq__newsletter{padding-block:var(--s-12);border-bottom:1px solid var(--line-soft);margin-bottom:var(--s-12)}.Footer-module__ct8Ydq__newsletterInner{gap:var(--s-10);grid-template-columns:1.2fr 1fr;align-items:end;display:grid}.Footer-module__ct8Ydq__form{gap:var(--s-3);align-items:stretch;display:flex}.Footer-module__ct8Ydq__input{border:1.5px solid var(--line-strong);background:var(--surface-paper);color:var(--ink-deep);transition:border-color .2s var(--ease-smooth);border-radius:100px;flex:1;padding:14px 20px;font-size:15px}.Footer-module__ct8Ydq__input:focus{border-color:var(--brand-magenta);outline:none}.Footer-module__ct8Ydq__input::placeholder{color:var(--ink-mute);opacity:1}.Footer-module__ct8Ydq__gdpr{color:var(--ink-mute);margin-top:var(--s-3);grid-column:1/-1;font-size:13px}.Footer-module__ct8Ydq__linksGrid{gap:var(--s-10);margin-bottom:var(--s-10);grid-template-columns:1.5fr 1fr 1fr;display:grid}.Footer-module__ct8Ydq__brandMark{letter-spacing:-.02em;color:var(--brand-magenta);margin-bottom:var(--s-4);font-size:28px;font-weight:400;display:inline-block}.Footer-module__ct8Ydq__address{color:var(--ink-mute);font-size:14px;line-height:1.7}.Footer-module__ct8Ydq__socials{gap:var(--s-3);margin-top:var(--s-5);display:flex}.Footer-module__ct8Ydq__socialLink{border:1.5px solid var(--line-strong);width:36px;height:36px;color:var(--ink-deep);transition:background .2s var(--ease-smooth), color .2s var(--ease-smooth), border-color .2s var(--ease-smooth);border-radius:999px;place-items:center;display:inline-grid}.Footer-module__ct8Ydq__socialLink:hover{background:var(--ink-deep);border-color:var(--ink-deep);color:var(--surface-cream)}.Footer-module__ct8Ydq__socialLink svg{width:18px;height:18px}.Footer-module__ct8Ydq__colHead{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-deep);margin-bottom:var(--s-4);font-size:12px;font-weight:600}.Footer-module__ct8Ydq__linksGrid ul li{margin-bottom:var(--s-2)}.Footer-module__ct8Ydq__linksGrid ul a{color:var(--ink-soft);transition:color .2s var(--ease-smooth);font-size:15px}.Footer-module__ct8Ydq__linksGrid ul a:hover{color:var(--brand-magenta)}.Footer-module__ct8Ydq__bottom{padding-top:var(--s-6);border-top:1px solid var(--line-soft);color:var(--ink-mute);justify-content:space-between;align-items:center;gap:var(--s-4);flex-wrap:wrap;font-size:13px;display:flex}.Footer-module__ct8Ydq__copy{color:var(--ink-mute)}.Footer-module__ct8Ydq__legal{gap:var(--s-5);flex-wrap:wrap;display:flex}.Footer-module__ct8Ydq__legal a{color:var(--ink-mute);transition:color .2s var(--ease-smooth)}.Footer-module__ct8Ydq__legal a:hover{color:var(--brand-magenta)}@media (max-width:900px){.Footer-module__ct8Ydq__newsletterInner{gap:var(--s-6);grid-template-columns:1fr}.Footer-module__ct8Ydq__linksGrid{gap:var(--s-6);grid-template-columns:1fr 1fr}.Footer-module__ct8Ydq__linksGrid>div:first-child{grid-column:1/-1}}@media (max-width:540px){.Footer-module__ct8Ydq__form{flex-direction:column}.Footer-module__ct8Ydq__bottom{justify-content:flex-start}}
