p3d-cart-popup{--p3d-red:#e3272d;--p3d-muted:#b5b5bd;--color-button:227,39,45;--color-button-text:255,255,255}
.p3d-popup{box-sizing:border-box;position:fixed;inset:0;width:100%;height:100%;height:100dvh;max-width:none;max-height:none;margin:0;padding:clamp(1.6rem,4vw,5.6rem);border:0;background:rgba(8,8,10,.98);color:#fff;overflow:auto;overscroll-behavior:contain;font-family:var(--font-body-family);scrollbar-gutter:stable}
.p3d-popup::backdrop{background:#08080a}
.p3d-popup [hidden]{display:none!important}
.p3d-popup *{box-sizing:border-box}
.p3d-popup__shell{position:relative;max-width:128rem;margin:0 auto;padding:3.6rem;border:1px solid #482427;border-top:3px solid var(--p3d-red);border-radius:.8rem;background:radial-gradient(ellipse at top right,rgba(227,39,45,.1),transparent 55%),#101013;box-shadow:0 0 5rem #e3272d0a}
.p3d-popup[open] .p3d-popup__shell{animation:p3d-popup-enter .2s ease-out}
.p3d-popup__header{padding-right:4rem;margin-bottom:3.2rem}
.p3d-popup__eyebrow{font-size:1.1rem;font-weight:800;letter-spacing:.16em;color:#ff7479;margin:0 0 1.2rem;text-transform:uppercase}
.p3d-popup__eyebrow span{padding:0 .8rem;color:#6e6e76}
.p3d-popup h2,.p3d-popup h3,.p3d-popup h4{color:#fff;font-family:var(--font-heading-family);letter-spacing:-.025em;margin:0;overflow-wrap:anywhere}
.p3d-popup h2{font-size:clamp(3rem,4vw,5.4rem);line-height:1.08;font-weight:800}
.p3d-popup__close{position:absolute;right:1.5rem;top:1.5rem;display:grid;place-items:center;width:4.4rem;height:4.4rem;border:1px solid #48484f;border-radius:50%;background:#202024;color:#fff;font-size:3rem;cursor:pointer}
.p3d-popup__layout{display:grid;grid-template-columns:minmax(0, .9fr) minmax(0,1.3fr);gap:4rem;align-items:start}
.p3d-popup__layout:has(.p3d-popup__recommendations[hidden]){grid-template-columns:minmax(0,1fr);max-width:70rem;margin:auto}
.p3d-popup__confirmation{min-width:0}
.p3d-popup__added-item{display:flex;align-items:center;gap:2rem;padding:0 0 2.4rem;margin-bottom:1rem;border-bottom:1px solid #323238}
.p3d-popup__added-item>img{width:38%;max-width:18rem;height:auto;aspect-ratio:1;object-fit:contain;background:#1d1d22;border-radius:.6rem}
.p3d-popup__added-item>div{min-width:0}
.p3d-popup__added-item h3{font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.25}
.p3d-popup__added-item p{font-size:1.3rem;line-height:1.5;margin:.35rem 0;color:var(--p3d-muted);overflow-wrap:anywhere}
.p3d-popup__added-item .p3d-popup__line-price{font-size:1.8rem;color:#fff;font-weight:700;margin-top:1rem}
.p3d-popup s{color:var(--p3d-muted);font-size:1.2rem;font-weight:400}
.p3d-popup__total{margin:2.2rem 0}
.p3d-popup__total>div{display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;font-size:1.6rem}
.p3d-popup__total strong{font-size:2.2rem}
.p3d-popup__total small{font-size:1.2rem;color:var(--p3d-muted)}
.p3d-popup__total p{font-size:1.3rem;color:#ff9397}
.p3d-popup .button{width:100%;min-height:4.8rem;background:var(--p3d-red);border:1px solid var(--p3d-red);border-radius:.4rem;color:#fff;font-family:inherit;font-weight:700;font-size:1.35rem;letter-spacing:.04em;text-decoration:none;cursor:pointer;padding:1.2rem 1.4rem;transition:background .15s}
.p3d-popup .button::before,.p3d-popup .button::after{display:none}
.p3d-popup .button:hover{background:#b91d24}
.p3d-popup .button:disabled{opacity:.55;cursor:default}
.p3d-popup .p3d-popup__checkout{min-height:5.8rem;justify-content:space-between;font-size:1.6rem;text-transform:uppercase}
.p3d-popup .p3d-popup__view{background:transparent;border-color:#62626a;margin-top:1rem}
.p3d-popup__continue{display:block;margin:1.8rem auto 0;padding:1rem;border:0;background:none;color:#fff;text-decoration:underline;text-underline-offset:4px;font:inherit;font-size:1.4rem;cursor:pointer;min-height:4.4rem}
.p3d-popup__fine{text-align:center;font-size:1.15rem;color:var(--p3d-muted);margin:.8rem 0 0}
.p3d-popup__recommendations{padding-left:3.6rem;border-left:1px solid #323238;min-width:0}
.p3d-popup__recommendations h3{font-size:clamp(2.2rem,2.5vw,3.2rem);line-height:1.15;font-weight:700;margin-bottom:2rem;max-width:40rem}
.p3d-popup__offer{font-size:1.4rem;color:#ff9a9e;margin:-.6rem 0 2rem}
.p3d-popup__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem}
.p3d-popup__card{border:1px solid #3b3b42;border-radius:.6rem;background:#1b1b20;overflow:hidden;display:flex;flex-direction:column;min-width:0}
.p3d-popup__media{display:block;aspect-ratio:1;overflow:hidden;background:#242429}
.p3d-popup__media img{display:block;width:100%;height:100%;object-fit:contain}
.p3d-popup__card-body{padding:1.5rem;display:flex;flex-direction:column;flex:1}
.p3d-popup__card h4{font-size:1.6rem;font-weight:700;line-height:1.25}
.p3d-popup__card h4 a{color:inherit;text-decoration:none}
.p3d-popup__price{font-size:1.5rem;font-weight:700;margin:1rem 0 .5rem;display:flex;flex-wrap:wrap;gap:.7rem;align-items:center}
.p3d-popup__saving{align-self:flex-start;font-size:1.1rem;color:#ffb7ba;background:#4c2026;padding:.3rem .65rem;border-radius:.3rem;margin:0 0 .8rem}
.p3d-popup__card form{margin-top:auto;padding-top:1rem}
.p3d-popup label{display:block;font-size:1.1rem;color:#d0d0d5;margin-bottom:.5rem}
.p3d-popup input,.p3d-popup select{width:100%;max-width:100%;height:4.4rem;padding:.6rem;border:1px solid #62626b;border-radius:.3rem;background:#121216;color:#fff;font-family:inherit;font-size:1.6rem;color-scheme:dark}
.p3d-popup__add-row{display:grid;grid-template-columns:6.5rem minmax(0,1fr);gap:1rem;align-items:end;margin-top:1rem}
.p3d-popup__add-row .button{min-height:4.4rem;padding:.8rem;font-size:1.2rem}
.p3d-popup__error,.p3d-popup__status{font-size:1.25rem;line-height:1.5;color:#ffd4d6;margin:1rem 0 0;overflow-wrap:anywhere}
.p3d-popup__error:empty,.p3d-popup__status:empty{display:none}
.p3d-popup :focus-visible{outline:3px solid #fff;outline-offset:4px;box-shadow:0 0 0 6px #e3272d}
.p3d-popup h2:focus{outline:none}
@keyframes p3d-popup-enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:989px){.p3d-popup__shell{padding:2.4rem}.p3d-popup__layout{grid-template-columns:minmax(0,1fr);gap:3rem}.p3d-popup__recommendations{padding:2.6rem 0 0;border-left:0;border-top:1px solid #323238}.p3d-popup__added-item>img{width:13rem}.p3d-popup__recommendations h3{max-width:none}.p3d-popup__header{margin-bottom:2.4rem}}
@media(max-width:599px){.p3d-popup{padding:1rem}.p3d-popup__shell{padding:2rem 1.4rem}.p3d-popup__header{padding-top:3.5rem;padding-right:0}.p3d-popup__eyebrow{font-size:.95rem}.p3d-popup__grid{grid-template-columns:minmax(0,1fr)}.p3d-popup__card{display:grid;grid-template-columns:34% minmax(0,1fr)}.p3d-popup__media{height:100%;aspect-ratio:auto}.p3d-popup__media img{min-height:14rem}.p3d-popup__card-body{padding:1.2rem}.p3d-popup__added-item{gap:1.3rem}.p3d-popup__added-item>img{width:10rem}.p3d-popup__added-item h3{font-size:1.8rem}.p3d-popup__add-row{grid-template-columns:5.8rem minmax(0,1fr);gap:.7rem}}
@media(prefers-reduced-motion:reduce){.p3d-popup[open] .p3d-popup__shell{animation:none}.p3d-popup .button{transition:none}}
.p3d-popup__repeat{padding:2rem;margin:1.6rem 0 2.4rem;border:1px solid #e3272d;border-left:4px solid #ff6267;border-radius:.6rem;background:linear-gradient(120deg,#35171c,#1a1317)}
.p3d-popup__repeat h3{font-size:2.3rem;font-weight:800;line-height:1.15}
.p3d-popup__repeat-message{font-size:1.55rem;line-height:1.5;color:#fff;margin:1rem 0}
.p3d-popup__repeat-options{font-size:1.2rem;color:#c9bdc0;line-height:1.4;margin:.7rem 0 1.6rem}
.p3d-popup__repeat .p3d-popup__eyebrow{color:#ffb4b8;font-size:1rem}
.p3d-popup__repeat .button{background:#fff;color:#99121a;border-color:#fff;font-size:1.4rem}
.p3d-popup__repeat .button:hover{background:#ffe9eb}
