body.purchase-popup-open{overflow:hidden}.purchase-popup[hidden]{display:none!important}.purchase-popup{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:clamp(18px,4vw,48px);opacity:0;pointer-events:none;transition:opacity .28s cubic-bezier(.16,1,.3,1)}.purchase-popup.is-open{opacity:1;pointer-events:auto}.purchase-popup__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(22,31,43,.62);backdrop-filter:blur(8px);cursor:default}.purchase-popup__dialog{position:relative;display:flex;flex-direction:column;width:min(1060px,100%);max-height:min(88dvh,760px);overflow:hidden;color:#202a35;background:var(--purchase-popup-surface, #fff);border:1px solid rgba(43,79,122,.14);border-radius:4px;box-shadow:0 34px 90px rgba(20,37,59,.22),inset 0 1px 0 rgba(255,255,255,.72);outline:0;transform:translateY(18px) scale(.985);transition:transform .36s cubic-bezier(.16,1,.3,1)}.purchase-popup.is-open .purchase-popup__dialog{transform:translateY(0) scale(1)}.purchase-popup__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:start;padding:30px clamp(24px,4vw,48px) 25px;border-bottom:1px solid rgba(43,79,122,.14)}.purchase-popup__eyebrow,.purchase-popup__main-label{display:block;margin:0 0 10px;color:var(--purchase-popup-accent, #2b4f7a);font:700 10px/1 var(--font-body, sans-serif);letter-spacing:.18em;text-transform:uppercase}.purchase-popup__title{margin:0;color:#202a35;font:700 clamp(24px,3vw,34px)/1.08 var(--font-body, sans-serif);letter-spacing:-.025em}.purchase-popup__description{max-width:650px;margin:10px 0 0;color:#68727e;font-size:14px;line-height:1.55}.purchase-popup__close{display:grid;place-items:center;width:40px;height:40px;padding:0;color:#394654;background:#f5f7f8;border:1px solid rgba(43,79,122,.14);border-radius:50%;transition:color .2s ease,background-color .2s ease,transform .2s ease}.purchase-popup__close:hover{color:#fff;background:var(--purchase-popup-accent, #2b4f7a)}.purchase-popup__close:active{transform:scale(.96)}.purchase-popup__content{display:grid;grid-template-columns:minmax(270px,.82fr) minmax(380px,1.18fr);min-height:0;overflow:auto}.purchase-popup__main{padding:32px clamp(24px,3.5vw,42px);background:#f5f7f8;border-right:1px solid rgba(43,79,122,.13)}.purchase-popup__main-product{display:grid;grid-template-columns:132px minmax(0,1fr);gap:22px;align-items:center}.purchase-popup__main-product>img{width:132px;height:132px;object-fit:contain;background:#fff;border:1px solid rgba(43,79,122,.1)}.purchase-popup__main-copy h3{margin:0 0 7px;color:#202a35;font:700 15px/1.35 var(--font-body, sans-serif)}.purchase-popup__main-copy>strong{display:block;color:var(--purchase-popup-accent, #2b4f7a);font-size:16px}.purchase-popup__variation{margin:0 0 7px;color:#6b7681;font-size:12px}.purchase-popup__included{display:inline-flex;gap:7px;align-items:center;margin-top:14px;color:#3d6f54;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.purchase-popup__offers{min-width:0;padding:32px clamp(24px,3.5vw,42px)}.purchase-popup__offers-head{display:flex;gap:18px;align-items:baseline;justify-content:space-between;margin-bottom:18px}.purchase-popup__offers-head h3{margin:0;color:#202a35;font:700 17px/1.2 var(--font-body, sans-serif)}.purchase-popup__offers-head>span{color:#7a8490;font-size:11px}.purchase-popup__offer-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.purchase-popup-offer{position:relative}.purchase-popup-offer__input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.purchase-popup-offer__body{display:grid;grid-template-columns:76px minmax(0,1fr) 25px;gap:15px;align-items:center;min-height:94px;padding:8px 12px 8px 8px;color:inherit;text-decoration:none;background:#fff;border:1px solid rgba(43,79,122,.14);cursor:pointer;transition:border-color .22s ease,background-color .22s ease,transform .22s ease}.purchase-popup-offer__body:hover{border-color:rgba(43,79,122,.38);transform:translateY(-1px)}.purchase-popup-offer__input:checked+.purchase-popup-offer__body{background:rgba(43,79,122,.045);border-color:var(--purchase-popup-accent, #2b4f7a)}.purchase-popup-offer__input:focus-visible+.purchase-popup-offer__body,.purchase-popup__dialog button:focus-visible,.purchase-popup__dialog a:focus-visible{outline:2px solid var(--purchase-popup-accent, #2b4f7a);outline-offset:2px}.purchase-popup-offer__body>img{width:76px;height:76px;object-fit:contain;background:#f5f7f8}.purchase-popup-offer__copy{display:grid;gap:5px;min-width:0}.purchase-popup-offer__copy>strong{overflow:hidden;color:#28333e;font-size:12px;line-height:1.35;text-overflow:ellipsis}.purchase-popup-offer__price{color:#53606d;font-size:12px;font-weight:700}.purchase-popup-offer__badge{width:max-content;max-width:100%;padding:4px 6px;overflow:hidden;color:var(--purchase-popup-accent, #2b4f7a);font-size:8px;font-weight:800;letter-spacing:.1em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;background:rgba(43,79,122,.08)}.purchase-popup-offer__check{display:grid;place-items:center;width:23px;height:23px;color:transparent;border:1px solid #a8b0b8;border-radius:50%;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease}.purchase-popup-offer__input:checked+.purchase-popup-offer__body .purchase-popup-offer__check{color:#fff;background:var(--purchase-popup-accent, #2b4f7a);border-color:var(--purchase-popup-accent, #2b4f7a);transform:scale(1.04)}.purchase-popup-offer__choose{color:var(--purchase-popup-accent, #2b4f7a);font-size:10px;font-weight:700;text-decoration:underline;text-underline-offset:3px}.purchase-popup-offer.is-variable .purchase-popup-offer__body{grid-template-columns:76px minmax(0,1fr)}.purchase-popup__empty{padding:28px;color:#5f6c78;background:#f5f7f8;border:1px solid rgba(43,79,122,.12)}.purchase-popup__empty strong{display:block;margin-bottom:6px;color:#293642}.purchase-popup__empty p{margin:0;font-size:13px}.purchase-popup__footer{position:relative;display:grid;grid-template-columns:auto minmax(360px,.9fr);gap:28px;align-items:center;padding:20px clamp(24px,4vw,48px);background:var(--purchase-popup-surface, #fff);border-top:1px solid rgba(43,79,122,.14)}.purchase-popup__total span{display:block;margin-bottom:3px;color:#7a8490;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.purchase-popup__total strong{color:#202a35;font-size:21px}.purchase-popup__actions{display:grid;grid-template-columns:auto minmax(210px,1fr);gap:10px}.purchase-popup__solo,.purchase-popup__confirm{min-height:46px;padding:0 18px;font:700 10px/1.2 var(--font-body, sans-serif);letter-spacing:.08em;text-transform:uppercase;transition:opacity .2s ease,transform .2s ease,background-color .2s ease}.purchase-popup__solo{color:var(--purchase-popup-accent, #2b4f7a);background:0 0;border:1px solid rgba(43,79,122,.25)}.purchase-popup__confirm{display:inline-flex;gap:12px;align-items:center;justify-content:center;color:#fff;background:var(--purchase-popup-accent, #2b4f7a);border:1px solid var(--purchase-popup-accent, #2b4f7a)}.purchase-popup__solo:hover{background:rgba(43,79,122,.055)}.purchase-popup__confirm:hover{opacity:.92}.purchase-popup__solo:active,.purchase-popup__confirm:active{transform:translateY(1px) scale(.99)}.purchase-popup__solo:disabled,.purchase-popup__confirm:disabled{cursor:wait;opacity:.58}.purchase-popup__status{position:absolute;right:clamp(24px,4vw,48px);bottom:3px;margin:0;color:#66727e;font-size:10px}.purchase-popup.has-error .purchase-popup__status{color:#a33f3f}.purchase-popup__dialog--loading{align-items:center;justify-content:center;gap:14px;min-height:240px;width:min(420px,100%);padding:48px 32px}.purchase-popup__spinner{width:34px;height:34px;border-radius:50%;border:3px solid rgba(43,79,122,.16);border-top-color:var(--purchase-popup-accent, #2b4f7a);animation:purchase-popup-spin .7s linear infinite}.purchase-popup__loading-text{margin:0;color:#66727e;font-size:13px}@keyframes purchase-popup-spin{to{transform:rotate(360deg)}}@media (max-width:760px){.purchase-popup{place-items:end center;padding:0}.purchase-popup__dialog{width:100%;max-height:92dvh;border-right:0;border-bottom:0;border-left:0;border-radius:12px 12px 0 0;transform:translateY(28px)}.purchase-popup__header{gap:16px;padding:22px 20px 18px}.purchase-popup__title{font-size:24px}.purchase-popup__description{font-size:13px}.purchase-popup__close{width:36px;height:36px}.purchase-popup__content{grid-template-columns:1fr}.purchase-popup__main{padding:20px;border-right:0;border-bottom:1px solid rgba(43,79,122,.13)}.purchase-popup__main-product{grid-template-columns:82px minmax(0,1fr);gap:16px}.purchase-popup__main-product>img{width:82px;height:82px}.purchase-popup__included{margin-top:9px}.purchase-popup__offers{padding:22px 20px 26px}.purchase-popup__footer{grid-template-columns:1fr;gap:13px;padding:15px 20px calc(17px + env(safe-area-inset-bottom))}.purchase-popup__total{display:flex;align-items:baseline;justify-content:space-between}.purchase-popup__actions{grid-template-columns:1fr}.purchase-popup__confirm{grid-row:1}.purchase-popup__solo{min-height:40px;border-color:transparent}.purchase-popup__status{position:static;grid-column:1;text-align:center}}@media (prefers-reduced-motion:reduce){.purchase-popup,.purchase-popup__dialog,.purchase-popup-offer__body,.purchase-popup__close,.purchase-popup__solo,.purchase-popup__confirm{transition-duration:.01ms!important}}