:root{--re-success: #2f7d5b;--re-success-bg: #e9f2ec;--re-save: #9a6a3c;--re-save-bg: #f5ece0;--re-buy-h: 54px}.btn--buy{min-height:var(--re-buy-h);font-size:15px;letter-spacing:.04em;font-weight:600;padding:15px 28px;border-radius:var(--radius);box-shadow:0 8px 22px #2c2c2c24;transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease),background var(--dur) var(--ease)}.btn--buy:hover{transform:translateY(-1px);box-shadow:0 12px 30px #2c2c2c33}.btn--buy:active{transform:translateY(0)}.btn--lg{min-height:var(--re-buy-h);font-size:15px;padding:15px 30px}.btn--ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}.btn--ghost:hover{background:var(--white);border-color:var(--ink)}.btn--block{display:flex;width:100%;align-items:center;justify-content:center;gap:8px}.btn--buynow{background:var(--white);color:var(--ink);border:1px solid var(--ink);min-height:var(--re-buy-h);font-weight:600}.btn--buynow:hover{background:var(--porcelain-deep)}.re-save{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.02em;color:var(--re-save);background:var(--re-save-bg);border-radius:999px;padding:4px 11px}.re-badge{position:absolute;top:12px;left:12px;z-index:2;font-family:var(--font-body);font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;background:var(--graphite-deep);color:var(--porcelain);border-radius:999px;padding:5px 11px}.re-badge--soldout{background:var(--taupe)}.re-badge--sale{background:var(--re-save)}.re-usps{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line-soft);border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}.re-usp{display:flex;align-items:center;gap:10px;padding:16px var(--margin);background:var(--porcelain)}.re-usp svg{width:22px;height:22px;flex:0 0 auto;color:var(--gold);stroke-width:1.5}.re-usp__t{font-size:12.5px;line-height:1.35;font-weight:500}.re-usp__s{display:block;font-size:11.5px;color:var(--taupe);font-weight:400}@media(min-width:750px){.re-usps{grid-template-columns:repeat(4,1fr)}.re-usp{justify-content:center;text-align:left;padding:20px 18px}}.re-reassure{display:flex;flex-wrap:wrap;gap:8px 18px;margin:14px 0 0}.re-reassure li{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--ink-soft);list-style:none}.re-reassure svg{width:16px;height:16px;color:var(--gold);flex:0 0 auto}.re-reassure ul{margin:0;padding:0;display:contents}.re-grid{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.re-grid{gap:22px;grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.re-grid--4{grid-template-columns:repeat(4,1fr)}}.re-card{position:relative;display:flex;flex-direction:column;background:var(--white);border:1px solid var(--line-soft);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow var(--dur) var(--ease),transform var(--dur) var(--ease)}.re-card:hover{box-shadow:var(--shadow-lift);transform:translateY(-2px)}.re-card__media{position:relative;display:block;aspect-ratio:1/1;background:var(--porcelain-deep);overflow:hidden}.re-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.re-card:hover .re-card__media img{transform:scale(1.04)}.re-card__body{display:flex;flex-direction:column;flex:1;padding:14px 14px 16px}.re-card__title{font-family:var(--font-body);font-size:14.5px;font-weight:600;line-height:1.3;margin:0 0 3px;color:var(--ink)}.re-card__benefit{font-size:12.5px;color:var(--taupe);line-height:1.4;margin:0 0 10px}.re-card__price{display:flex;align-items:baseline;gap:8px;margin-top:auto}.re-card__price .amt{font-family:var(--font-display);font-size:18px;color:var(--ink)}.re-card__price s{font-size:13px;color:var(--taupe)}.re-card__cta{margin-top:12px}.re-card__add{width:100%;min-height:44px;border:1px solid var(--ink);background:var(--white);color:var(--ink);border-radius:var(--radius);font-size:13px;font-weight:600;letter-spacing:.03em;transition:background var(--dur) var(--ease),color var(--dur) var(--ease)}.re-card__add:hover{background:var(--ink);color:var(--porcelain)}.re-card__add[disabled]{opacity:.55;cursor:default}.re-threshold{margin:0 0 4px}.re-threshold__label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;margin:0 0 8px;color:var(--ink)}.re-threshold__label svg{width:17px;height:17px;color:var(--gold);flex:0 0 auto}.re-threshold__label.is-unlocked{color:var(--re-success)}.re-threshold__label.is-unlocked svg{color:var(--re-success)}.re-threshold__track{height:7px;background:var(--porcelain-deep);border-radius:999px;overflow:hidden}.re-threshold__fill{height:100%;width:0;background:linear-gradient(90deg,var(--gold),var(--champagne));border-radius:999px;transition:width .5s var(--ease)}.re-threshold__fill.is-unlocked{background:var(--re-success)}.re-threshold__steps{display:flex;justify-content:space-between;margin-top:6px;font-size:11px;color:var(--taupe)}#StickyATC{position:fixed;left:0;right:0;bottom:0;z-index:80;background:var(--porcelain);border-top:1px solid var(--line);box-shadow:0 -8px 28px #2c2c2c1a;transform:translateY(110%);transition:transform var(--dur) var(--ease);padding:10px var(--margin);padding-bottom:calc(10px + env(safe-area-inset-bottom))}#StickyATC.is-visible,#StickyATC.is-action-hidden{transform:translateY(0)}.re-sticky__row{display:flex;align-items:center;gap:12px}.re-sticky__info{flex:1;min-width:0}.re-sticky__name{font-size:12.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.re-sticky__price{font-family:var(--font-display);font-size:16px;margin:0}.re-sticky__price s{font-size:12px;color:var(--taupe);margin-left:6px}.re-sticky__btn{flex:0 0 auto;min-height:46px;padding:0 24px}@media(min-width:990px){#StickyATC{display:none}}.re-compare{width:100%}.re-compare__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.re-compare table{width:100%;border-collapse:collapse;min-width:440px}.re-compare th,.re-compare td{padding:14px 12px;text-align:center;border-bottom:1px solid var(--line-soft);font-size:13.5px}.re-compare th:first-child,.re-compare td:first-child{text-align:left;font-weight:500;color:var(--ink-soft)}.re-compare thead th{font-family:var(--font-body);font-size:12px;letter-spacing:.04em;font-weight:600}.re-compare .re-compare__us{background:var(--porcelain-deep)}.re-compare thead .re-compare__us{color:var(--ink);border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.re-compare .yes{color:var(--re-success)}.re-compare .no{color:var(--taupe)}.re-compare svg{width:18px;height:18px;display:inline-block;vertical-align:middle}.re-shead{max-width:640px}.re-shead.re-center{margin-left:auto;margin-right:auto;text-align:center}.re-shead .eyebrow{margin-bottom:10px}.re-incentive{text-align:center}.re-incentive .re-threshold{max-width:520px;margin:22px auto 0}.re-search{position:relative}.re-search__field{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:var(--radius);padding:0 12px;background:var(--white)}.re-search__field svg{width:18px;height:18px;color:var(--taupe);flex:0 0 auto}.re-search__field input{border:0;outline:0;background:transparent;height:44px;width:100%;font-size:15px}.re-ps__results{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:70;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-lift);padding:6px;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity var(--dur) var(--ease),transform var(--dur) var(--ease),visibility var(--dur);max-height:70vh;overflow:auto}.re-ps__results.is-open{opacity:1;visibility:visible;transform:translateY(0)}.re-ps__item{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:var(--radius)}.re-ps__item:hover{background:var(--porcelain-deep)}.re-ps__item img,.re-ps__ph{width:46px;height:46px;object-fit:cover;border-radius:var(--radius);background:var(--porcelain-deep);flex:0 0 auto}.re-ps__meta{display:flex;flex-direction:column;gap:2px;min-width:0}.re-ps__t{font-size:13.5px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.re-ps__p{font-size:13px;color:var(--taupe)}.re-ps__all{display:block;text-align:center;padding:11px;font-size:13px;font-weight:600;letter-spacing:.03em;border-top:1px solid var(--line-soft);margin-top:4px}.re-ps__empty{padding:16px;text-align:center;color:var(--taupe);font-size:13.5px;margin:0}.re-rv__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,1fr);gap:14px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:6px}.re-rv__track>*{scroll-snap-align:start}@media(min-width:750px){.re-rv__track{grid-auto-columns:minmax(190px,1fr)}}.re-hide{display:none!important}.re-mt-0{margin-top:0}.re-anchor-offset{scroll-margin-top:calc(var(--header-h) + 12px)}.site-header{position:sticky;top:0;background:#faf9f6f5;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 1px 0 var(--line-soft)}@media(min-width:990px){.menu-toggle{display:none!important}}html,body{width:100%;max-width:100%;overflow-x:hidden}.template-product #MainContent,.template-product .shopify-section,.template-product .pdp,.template-product .pdp .container,.template-product .pdp__grid,.template-product .pdp__gallery,.template-product .pdp__info{min-width:0;max-width:100%}.calune-offers{position:relative;margin:4px 0 18px;padding:18px;overflow:hidden;border:1px solid rgba(11,27,51,.12);border-radius:18px;background:linear-gradient(145deg,#fffffff5,#f5f2eae6);box-shadow:0 16px 40px #0b1b330f}.calune-offers:before{content:"";position:absolute;width:170px;height:170px;right:-80px;top:-95px;border-radius:50%;background:radial-gradient(circle,#c8a96a42,#c8a96a00 70%);pointer-events:none}.calune-offers__head{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.calune-offers__head .label-caps{margin:0 0 7px;color:#8a6a2f}.calune-offers__head h2{font-size:22px;line-height:1.2;margin:0;color:#0b1b33}.calune-offers__hint{max-width:180px;color:var(--taupe);font-size:11.5px;line-height:1.45;text-align:right}.calune-offers__list{display:grid;gap:10px}.calune-offer{position:relative;width:100%;min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:13px;padding:11px 12px;text-align:left;color:#0b1b33;border:1px solid rgba(11,27,51,.12);border-radius:14px;background:#ffffffeb;box-shadow:0 6px 16px #0b1b3309;transition:border-color .24s ease,box-shadow .24s ease,transform .24s ease,background .24s ease}.calune-offer:hover{transform:translateY(-1px);border-color:#c8a96ac7;box-shadow:0 10px 24px #0b1b3314}.calune-offer:focus-visible{outline:2px solid #C8A96A;outline-offset:3px}.calune-offer.is-selected{border-color:#c8a96a;box-shadow:0 0 0 2px #c8a96a2e,0 12px 30px #0b1b3317;background:#fff}.calune-offer--best{background:linear-gradient(135deg,#0b1b33,#142a47);color:#f5f2ea;border-color:#d7c39a75}.calune-offer--best.is-selected{background:linear-gradient(135deg,#0b1b33,#142a47);border-color:#d7c39a;box-shadow:0 0 0 2px #d7c39a33,0 16px 36px #0b1b3333}.calune-offer__media{width:72px;height:72px;border-radius:11px;overflow:hidden;background:#f5f2ea;border:1px solid rgba(11,27,51,.08)}.calune-offer__media img{width:100%;height:100%;object-fit:cover}.calune-offer__content{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.calune-offer__top{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.calune-offer__badge,.calune-offer__save{display:inline-flex;align-items:center;min-height:20px;padding:3px 7px;border-radius:999px;font-size:9px;font-weight:700;line-height:1;letter-spacing:.08em;text-transform:uppercase}.calune-offer__badge{background:#f0e8d8;color:#71562b}.calune-offer__save{background:#c8d1c894;color:#2f4a3d}.calune-offer--best .calune-offer__badge{background:#d7c39a;color:#0b1b33}.calune-offer--best .calune-offer__save{background:#f5f2ea21;color:#f5f2ea;border:1px solid rgba(245,242,234,.2)}.calune-offer__title{display:block;width:100%;font-family:var(--font-display);font-size:16px;line-height:1.2}.calune-offer__copy{display:block;width:100%;font-size:11.5px;line-height:1.42;color:var(--ink-soft)}.calune-offer--best .calune-offer__copy{color:#f5f2eac7}.calune-offer__shipping{display:block;width:100%;font-size:10.5px;font-weight:600;line-height:1.35;color:#7b642e}.calune-offer--best .calune-offer__shipping{color:#d7c39a}.calune-offer__price{min-width:76px;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.calune-offer__price s{font-size:10.5px;color:var(--taupe)}.calune-offer--best .calune-offer__price s{color:#f5f2ea94}.calune-offer__price>strong{font-family:var(--font-display);font-size:18px;line-height:1.1}.calune-offer__selector{display:grid;place-items:center;width:22px;height:22px;margin-top:6px;border:1px solid rgba(11,27,51,.22);border-radius:50%;color:transparent;background:transparent;transition:all .22s ease}.calune-offer--best .calune-offer__selector{border-color:#f5f2ea61}.calune-offer.is-selected .calune-offer__selector{color:#0b1b33;background:#d7c39a;border-color:#d7c39a}.calune-offer__selector svg{width:13px;height:13px}.calune-offers__trust{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 16px;margin-top:12px;color:var(--taupe);font-size:10.5px}.calune-offers__trust span{position:relative;padding-left:13px}.calune-offers__trust span:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:#c8a96a}body.calune-orbit-open{overflow:hidden}.calune-orbit__trigger{position:fixed;left:22px;right:auto;bottom:24px;z-index:82;display:flex;align-items:center;gap:9px;min-width:64px;min-height:64px;padding:8px 14px 8px 8px;border:1px solid rgba(215,195,154,.72);border-radius:999px;color:#f5f2ea;background:linear-gradient(135deg,#071425,#0b1b33 58%,#183557);box-shadow:0 15px 38px #0b1b3347,inset 0 0 0 1px #ffffff0a;overflow:visible;isolation:isolate;transition:transform .26s ease,box-shadow .26s ease}.calune-orbit__trigger:hover{transform:translateY(-3px);box-shadow:0 20px 46px #0b1b3359,0 0 0 5px #c8a96a21}.calune-orbit__trigger:focus-visible{outline:2px solid #C8A96A;outline-offset:4px}.calune-orbit__halo{position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border:1px solid rgba(200,169,106,.34);border-radius:999px;z-index:-1;animation:caluneOrbitPulse 3.2s ease-out infinite}.calune-orbit__moon{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border-radius:50%;color:#d7c39a;background:radial-gradient(circle at 32% 28%,#ffffff29,#ffffff05 60%);box-shadow:inset 0 0 18px #d7c39a14}.calune-orbit__moon svg{width:34px;height:34px}.calune-orbit__trigger-copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.calune-orbit__trigger-copy small{font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:#f5f2eaad}.calune-orbit__trigger-copy strong{margin-top:5px;font-size:11px;letter-spacing:.16em}@keyframes caluneOrbitPulse{0%{opacity:.75;transform:scale(.94)}65%,to{opacity:0;transform:scale(1.16)}}.calune-orbit__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:109;background:#07142594;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);opacity:0;transition:opacity .35s ease}.calune-orbit.is-open .calune-orbit__scrim{opacity:1}.calune-orbit__panel{position:fixed;top:0;right:0;bottom:0;z-index:110;width:min(470px,100vw);display:flex;flex-direction:column;padding:28px 24px max(24px,env(safe-area-inset-bottom));color:#0b1b33;background:linear-gradient(165deg,#fcfbf8,#f1ece2);box-shadow:-24px 0 70px #07142533;transform:translate(104%);visibility:hidden;transition:transform .42s cubic-bezier(.2,0,0,1),visibility .42s}.calune-orbit.is-open .calune-orbit__panel{transform:none;visibility:visible}.calune-orbit__panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:20px;border-bottom:1px solid rgba(11,27,51,.1)}.calune-orbit__panel-head .label-caps{margin:0 0 9px;color:#8a6a2f}.calune-orbit__panel-head h2{font-size:29px;line-height:1.1;margin:0 0 8px}.calune-orbit__panel-head p:not(.label-caps){margin:0;max-width:340px;font-size:13px;line-height:1.5;color:var(--ink-soft)}.calune-orbit__close{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border:1px solid rgba(11,27,51,.12);border-radius:50%;color:#0b1b33;background:#fff}.calune-orbit__close svg{width:20px;height:20px}.calune-orbit__products{flex:1;min-height:0;overflow-y:auto;display:grid;align-content:start;gap:12px;padding:18px 2px 18px 0;scrollbar-width:thin}.calune-orbit-card{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;padding:12px;border:1px solid rgba(11,27,51,.1);border-radius:16px;background:#ffffffe0;box-shadow:0 9px 24px #0b1b330b}.calune-orbit-card__media{width:92px;height:92px;border-radius:12px;overflow:hidden;background:#f5f2ea}.calune-orbit-card__media img{width:100%;height:100%;object-fit:cover}.calune-orbit-card__body{min-width:0;display:flex;flex-direction:column}.calune-orbit-card__body h3{font-size:18px;margin:1px 0 4px}.calune-orbit-card__body p{font-size:11.5px;line-height:1.42;color:var(--ink-soft);margin:0 0 8px}.calune-orbit-card__foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.calune-orbit-card__foot>span{font-family:var(--font-display);font-size:17px}.calune-orbit-card__foot button{min-height:34px;padding:7px 12px;border:1px solid #0B1B33;border-radius:999px;color:#f5f2ea;background:#0b1b33;font-size:9.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}.calune-orbit-card__foot button[disabled]{opacity:.5}.calune-orbit__panel-foot{display:flex;flex-wrap:wrap;gap:7px 14px;padding-top:16px;border-top:1px solid rgba(11,27,51,.1);color:var(--taupe);font-size:10.5px}.calune-orbit__panel-foot span{position:relative;padding-left:12px}.calune-orbit__panel-foot span:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:#c8a96a}@media(max-width:989px){.mobile-menu,.cart-drawer{max-width:100vw}.template-product #MainContent{width:100%;overflow-x:hidden}.pdp{width:100%;padding:12px 0 36px}.pdp .container{width:100%;padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.pdp__crumbs{width:100%;margin-bottom:10px;padding-bottom:3px;overflow-x:auto;white-space:nowrap;flex-wrap:nowrap;scrollbar-width:none}.pdp__crumbs::-webkit-scrollbar{display:none}.pdp__grid{width:100%;grid-template-columns:minmax(0,1fr);gap:18px}.pdp__gallery,.pdp__info{width:100%;min-width:0}.pdp__main{width:min(100%,360px);max-height:360px;margin:0 auto;aspect-ratio:1/1;border-radius:14px}.pdp__main img{width:100%;height:100%;max-width:100%;object-fit:contain}.pdp__thumbs{width:100%;max-width:100%;gap:8px;margin-top:9px;padding:0 0 4px;overscroll-behavior-x:contain}.pdp__thumb{width:56px;height:56px}.pdp__title{max-width:100%;font-size:clamp(26px,7.2vw,32px);line-height:1.13;overflow-wrap:anywhere}.pdp__value{max-width:100%;font-size:14.5px;line-height:1.52}.pdp__price{gap:8px 10px;margin-bottom:14px}.pdp__price-now{font-size:28px}.pdp__price s{font-size:16px}.pdp-form,.pdp__options,.pdp__opt,.pdp__opt-values{width:100%;min-width:0;max-width:100%}.pdp__atc-row{width:100%;display:grid;grid-template-columns:minmax(0,1fr);gap:9px}.qty-stepper{width:100%;display:grid;grid-template-columns:48px minmax(0,1fr) 48px}.qty-stepper button,.qty-stepper input{width:100%;min-width:0}.pdp__atc,.pdp__dynamic,.pdp__dynamic>*,.shopify-payment-button,.shopify-payment-button__button{width:100%!important;min-width:0!important;max-width:100%!important}.pdp__ship-note{align-items:flex-start;font-size:12.5px;line-height:1.45}.pdp__pay{max-width:100%;overflow:hidden}.pdp__accordions,.pdp__accordions .faq-item,.pdp__accordions .faq-item__body,.pdp__accordions .faq-item__inner,.pdp__accordions .rte{width:100%;min-width:0;max-width:100%}.pdp__accordions .rte *{max-width:100%!important;box-sizing:border-box}.pdp__accordions .rte img{width:100%!important;height:auto!important}.pdp__accordions .rte a,.pdp__accordions .rte p,.pdp__accordions .rte li{overflow-wrap:anywhere;word-break:normal}.pdp__accordions .rte table,.pdp__accordions .rte pre{display:block;width:100%;overflow-x:auto}.calune-offers{width:100%;max-width:100%;padding:15px 13px;margin-bottom:15px;border-radius:16px}.calune-offers__head{align-items:flex-start;flex-direction:column;gap:4px;margin-bottom:12px}.calune-offers__head h2{font-size:21px}.calune-offers__hint{max-width:none;text-align:left;font-size:11px}.calune-offer{grid-template-columns:64px minmax(0,1fr);gap:11px;padding:10px}.calune-offer__media{width:64px;height:64px}.calune-offer__price{position:relative;grid-column:2;width:100%;min-width:0;align-items:flex-start;flex-direction:row;gap:7px;padding-right:32px}.calune-offer__price>strong{font-size:17px}.calune-offer__selector{position:absolute;right:0;bottom:0;margin:0}.calune-offer__copy{font-size:11px}.calune-offer__shipping{font-size:10px}.calune-offers__trust{justify-content:flex-start;font-size:10px}.calune-orbit__trigger{left:14px;right:auto;bottom:calc(88px + env(safe-area-inset-bottom));min-width:58px;min-height:58px;padding:6px}.calune-orbit__moon{width:46px;height:46px}.calune-orbit__trigger-copy{position:absolute;left:64px;right:auto;top:50%;padding:8px 10px;border:1px solid rgba(215,195,154,.5);border-radius:999px;color:#f5f2ea;background:#0b1b33;box-shadow:0 8px 22px #0b1b3338;transform:translateY(-50%);white-space:nowrap}.calune-orbit__panel{top:auto;left:0;right:0;bottom:0;width:100%;max-height:min(82dvh,720px);padding:22px 16px max(18px,env(safe-area-inset-bottom));border-radius:24px 24px 0 0;transform:translateY(104%)}.calune-orbit__panel-head h2{font-size:25px}.calune-orbit__products{padding-top:14px}.calune-orbit-card{grid-template-columns:78px minmax(0,1fr);gap:11px;padding:10px}.calune-orbit-card__media{width:78px;height:78px}.calune-orbit-card__body h3{font-size:16px}.calune-orbit-card__body p{font-size:10.8px;margin-bottom:6px}.calune-orbit-card__foot>span{font-size:16px}.calune-orbit-card__foot button{min-height:32px;padding:6px 10px;font-size:9px}}@media(max-width:370px){.pdp .container{padding-left:13px;padding-right:13px}.calune-offer{grid-template-columns:58px minmax(0,1fr)}.calune-offer__media{width:58px;height:58px}.calune-orbit__trigger-copy{display:none}}@media(prefers-reduced-motion:reduce){.calune-orbit__halo{animation:none}.calune-orbit__trigger,.calune-orbit__panel,.calune-orbit__scrim,.calune-offer{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/calune-sales.css.map */
