.product-detail{margin-top:1.7rem}.product-detail-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"head buybox" "info buybox";gap:1.2rem;align-items:start}.product-detail-head{grid-area:head;min-width:0}.product-detail-info-sections{grid-area:info;display:grid;gap:.8rem;min-width:0}.product-detail-right-column{grid-area:buybox;min-width:0;align-self:stretch}.product-buybox{align-self:start;position:sticky;top:92px;height:-moz-fit-content;height:fit-content}.product-detail-head{display:grid;gap:.85rem}.product-detail-heading{margin-bottom:0}.product-detail-heading h1{font-size:clamp(1.55rem,2.3vw,2.1rem);font-weight:800}.product-detail-heading p{font-size:.95rem}.product-hero-image{border:1px solid var(--line);border-radius:20px;min-height:172px;aspect-ratio:16/9;width:100%;padding:.85rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:manipulation}.product-hero-image-logo{width:min(88%,360px);height:auto;max-height:142px;object-fit:contain}.product-hero-image-icon{font-size:clamp(3.8rem,6.4vw,5.2rem);line-height:1;display:inline-flex}.product-hero-image-fallback{color:#fff;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:800;letter-spacing:.04em}.product-hero-image-label{position:absolute;left:.75rem;bottom:.75rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);padding:.2rem .6rem;font-size:.8rem;font-weight:700}.product-hero-image-extra{background:#fff;padding:0}.product-hero-image-extra-media{width:100%;height:100%;object-fit:cover}.product-hero-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);padding:.3rem;border:0;border-radius:999px;background:#0000;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:none;opacity:0;transition:opacity .18s ease,background-color .18s ease}.product-hero-gallery-nav.prev{left:.5rem}.product-hero-gallery-nav.next{right:.5rem}.product-hero-gallery:focus-within .product-hero-gallery-nav,.product-hero-gallery:hover .product-hero-gallery-nav{opacity:1}.product-hero-gallery-nav:hover{background:var(--soft-blush);color:var(--accent)}.product-hero-gallery-dots{position:absolute;right:.78rem;bottom:.78rem;display:inline-flex;align-items:center;justify-content:center;gap:.24rem;border:1px solid #0000001f;border-radius:999px;background:#ffffffdb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.25rem .36rem;z-index:2}.product-hero-gallery-dots span{width:6px;height:6px;border-radius:999px;border:0;background:#b5b0b7;opacity:.75}.product-hero-gallery-dots span.active{width:16px;background:var(--accent);opacity:1}.product-hero-gallery-nav svg{width:58px;height:58px;stroke-width:1.8;filter:drop-shadow(0 1px 3px rgba(0,0,0,.25))}@media (hover:none),(pointer:coarse){.product-hero-gallery-nav{display:none}}.product-hero-lightbox{position:fixed;inset:0;z-index:150;display:grid;place-items:center;padding:1rem;touch-action:none;overscroll-behavior:none}.product-hero-lightbox-backdrop{position:absolute;inset:0;border:0;background:#0c0e16cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:zoom-out}.product-hero-lightbox-inner{position:relative;z-index:1;width:min(1100px,96vw);height:min(86vh,760px);border:1px solid color-mix(in oklab,var(--line) 55%,#fff 45%);border-radius:22px;background:color-mix(in oklab,#0f1118 92%,#fff 8%);box-shadow:0 26px 80px #0000006b;padding:1rem;display:grid;grid-template-rows:1fr auto;overflow:hidden}.product-hero-lightbox-close{position:absolute;top:.75rem;right:.75rem;width:42px;height:42px;border:1px solid #ffffff73;border-radius:999px;background:#00000059;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;line-height:1;cursor:pointer;z-index:2;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.product-hero-lightbox-close:hover{background:#00000094;border-color:#fff;transform:scale(1.04)}.product-hero-lightbox-stage{width:100%;height:100%;min-height:0;overflow:hidden;touch-action:pan-y}.product-hero-lightbox-track{display:flex;width:100%;height:100%;transition:transform .36s cubic-bezier(.22,1,.36,1);will-change:transform}.product-hero-lightbox-slide{flex:0 0 100%;min-width:100%;max-width:100%;display:flex;align-items:center;justify-content:center;padding:.5rem}.product-hero-image-lightbox{width:100%;height:100%;min-height:0;border:0;border-radius:16px;aspect-ratio:auto}.product-hero-image-lightbox .product-hero-image-logo{width:min(88%,620px);max-height:70vh}.product-hero-image-lightbox .product-hero-image-extra-media{width:100%;height:100%;object-fit:contain}.product-hero-lightbox-controls{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.5rem 0 .25rem}.product-hero-lightbox-nav{width:44px;height:44px;border:1px solid #ffffff73;border-radius:999px;background:#00000057;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.product-hero-lightbox-nav:hover{background:#00000094;border-color:#fff;transform:scale(1.04)}.product-hero-lightbox-nav svg{width:22px;height:22px;stroke-width:2.8}.product-hero-lightbox-dots{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;border:1px solid #ffffff57;border-radius:999px;background:#ffffff17;padding:.35rem .52rem}.product-hero-lightbox-dots span{width:7px;height:7px;border-radius:999px;border:0;background:#ffffff85;transition:width .26s ease,background-color .26s ease}.product-hero-lightbox-dots span.active{width:18px;background:#fff}.product-info-block{border:1px solid var(--line);border-radius:16px;background:#fff;padding:.95rem;display:grid;gap:.55rem}.product-info-block h2{font-size:1.16rem;font-weight:800}.product-info-small{font-size:.9rem;line-height:1.55;color:var(--text)}.product-instructions-list{margin-top:.1rem;font-size:.96rem}.product-faq-block{gap:.5rem}.product-faq-list{display:grid;gap:.55rem}.product-faq-item{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:clip;transition:border-color .22s ease,box-shadow .22s ease}.product-faq-item.open{border-color:var(--line);box-shadow:none}.product-faq-trigger{width:100%;border:0;background:#fff;color:#111;text-align:left;cursor:pointer;padding:.65rem .8rem;font-size:.95rem;font-weight:600;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.6rem}.product-faq-trigger>span:first-child{line-height:1.35;font-weight:600;color:#111}.product-faq-item.open .product-faq-trigger>span:first-child{font-weight:800}.product-faq-item.open .product-faq-trigger,.product-faq-trigger:hover{background:#fff;color:#111}.product-faq-trigger:focus-visible{outline:1px solid var(--line);outline-offset:-1px}.product-faq-icon{position:relative;width:1.4rem;height:1.4rem;border:1px solid var(--line);border-radius:999px;color:#111;background:#fff;display:inline-grid;place-items:center;transition:border-color .22s ease,background-color .22s ease,color .22s ease}.product-faq-icon:after,.product-faq-icon:before{content:"";position:absolute;left:50%;top:50%;width:.62rem;height:2px;border-radius:999px;background:currentColor;transform:translate(-50%,-50%)}.product-faq-icon:after{transition:opacity .2s ease,transform .2s ease;transform:translate(-50%,-50%) rotate(90deg)}.product-faq-item.open .product-faq-icon{border-color:var(--line);background:#fff;color:#111}.product-faq-item.open .product-faq-icon:after{opacity:0;transform:translate(-50%,-50%) rotate(0deg)}.product-faq-panel{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-6px);transition:grid-template-rows .26s cubic-bezier(.22,1,.36,1),opacity .2s ease,transform .2s ease}.product-faq-item.open .product-faq-panel{grid-template-rows:1fr;opacity:1;transform:translateY(0)}.product-faq-panel-inner{overflow:hidden}.product-faq-item.open .product-faq-panel-inner{border-top:1px solid var(--line)}.product-faq-answer{margin:0;padding:.6rem .8rem .72rem;font-size:.9rem;line-height:1.55;color:#111}@media (prefers-reduced-motion:reduce){.product-faq-icon,.product-faq-icon:after,.product-faq-item,.product-faq-panel{transition:none}}.product-usable-country-list{display:grid;grid-template-columns:1fr;gap:.55rem}.product-usable-country{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.7rem;border:1px solid var(--line);border-radius:12px;padding:.5rem .6rem;background:#fff}.product-usable-country strong{display:block;margin-bottom:.12rem;font-size:.98rem}.product-usable-country-flag{width:52px;height:36px;object-fit:cover;border-radius:8px;border:1px solid var(--line)}.product-usable-country-flag--global{object-fit:contain;padding:4px;background:#fff}.product-country-variant-links{margin-top:.8rem;display:grid;gap:.42rem}.product-country-variant-links h3{margin:0;font-size:.92rem;color:var(--text-soft);font-weight:800}.product-country-variant-links-list{display:grid;gap:.36rem}.product-country-variant-links-list a{color:var(--accent-dark);font-size:.94rem;font-weight:600;line-height:1.35;text-decoration:underline;text-underline-offset:2px}.product-country-variant-links-list a:hover{color:var(--accent)}.product-compatible-platform-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.product-compatible-inline{display:grid;gap:.42rem;margin-top:.25rem}.product-compatible-inline-title{font-size:.84rem;font-weight:800;color:#6a6468}.product-compatible-platform{border:1px solid var(--line);border-radius:12px;background:#fff;padding:.5rem .65rem;display:inline-flex;align-items:center;gap:.45rem}.product-compatible-platform-icon{width:24px;height:24px;border-radius:8px;border:1px solid var(--line);background:var(--soft-blush);display:inline-flex;align-items:center;justify-content:center;color:var(--text)}.product-compatible-platform-icon svg{width:14px;height:14px}.product-review-stars{display:inline-flex;align-items:center;gap:.34rem;color:var(--accent);font-size:1.3rem}.product-seo-copy h2{font-size:1.05rem}.product-checkout-wizard{display:grid;gap:.85rem;min-width:0;width:100%;max-width:100%;overflow-x:hidden;overflow-x:clip}.product-checkout-wizard .wizard-head{display:grid;gap:.2rem}.product-checkout-wizard .wizard-head h2{font-size:1.33rem;font-weight:800}.product-checkout-wizard .wizard-head p{font-size:.89rem}.product-checkout-wizard .wizard-steps{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.34rem;width:100%;max-width:100%;min-width:0;overflow-x:clip;padding-top:.16rem;--wizard-progress:0%;--wizard-step-dot-size:32px}.product-checkout-wizard .wizard-steps:before{right:calc(var(--wizard-step-dot-size) / 2);background:#d9d6df;z-index:0}.product-checkout-wizard .wizard-steps:after,.product-checkout-wizard .wizard-steps:before{content:"";position:absolute;left:calc(var(--wizard-step-dot-size) / 2);top:calc((var(--wizard-step-dot-size) - 4px) / 2 + .16rem);height:4px;border-radius:999px}.product-checkout-wizard .wizard-steps:after{width:calc(100% - var(--wizard-step-dot-size));background:var(--accent);z-index:1;transform-origin:left center;transform:scaleX(var(--wizard-progress));transition:transform .42s cubic-bezier(.22,1,.36,1)}.product-checkout-wizard .wizard-step{border:0;background:#0000;color:var(--text);padding:0;display:grid;justify-items:start;gap:.44rem;font-size:.77rem;font-weight:700;line-height:1;cursor:pointer;transition:color .22s ease;position:relative;z-index:2;text-align:left;min-width:0}.product-checkout-wizard .wizard-step:nth-child(2){justify-items:center;text-align:center}.product-checkout-wizard .wizard-step:nth-child(3){justify-items:end;text-align:right}.product-checkout-wizard .wizard-step:disabled{opacity:.55;cursor:not-allowed}.product-checkout-wizard .wizard-step-dot{width:32px;height:32px;border-radius:999px;border:2px solid var(--line);background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.84rem;font-weight:800;line-height:1;transition:border-color .22s ease,background-color .22s ease,color .22s ease;box-shadow:0 0 0 3px #fff}.product-checkout-wizard .wizard-step-label{display:block;min-width:0;max-width:100%;font-size:.82rem;line-height:1.2;white-space:normal;overflow-wrap:anywhere;transition:color .22s ease}.product-checkout-wizard .wizard-step:hover:not(:disabled){color:var(--accent)}.product-checkout-wizard .wizard-step:hover:not(:disabled) .wizard-step-dot{border-color:var(--accent)}.product-checkout-wizard .wizard-step.active .wizard-step-dot,.product-checkout-wizard .wizard-step.done .wizard-step-dot{border-color:var(--accent);background:var(--accent);color:#fff}.product-checkout-wizard .wizard-step.active .wizard-step-label,.product-checkout-wizard .wizard-step.done .wizard-step-label{color:var(--text)}.product-checkout-wizard .wizard-step.done .wizard-step-dot{font-size:.8rem}.product-description{line-height:1.65;color:inherit}.product-description-wrap{position:relative;overflow:hidden;transition:max-height .32s cubic-bezier(.22,1,.36,1)}.product-description-wrap.is-collapsed{max-height:calc(1.65rem * 5.5)}.product-description-wrap.is-expanded{max-height:600px}.product-description-fade{position:absolute;inset:auto 0 0;height:2.6rem;pointer-events:none;background:linear-gradient(180deg,#fff0,#fff 90%)}.product-description-toggle-link{display:inline;margin-top:.35rem;padding:0;background:none;border:none;cursor:pointer;color:#d31545;font-size:.9rem;font-weight:600;text-decoration:none}.product-description-toggle-link:hover{background:none;color:#111}.product-description-info-points{margin:.75rem 0 0;padding-left:1.1rem;display:grid;gap:.3rem}.product-description-info-points li{font-size:.92rem;color:#27313f;line-height:1.45}.product-description p{margin:0 0 .75em;line-height:1.65}.product-description p:last-child{margin-bottom:0}.product-description h2{font-size:1.05rem;font-weight:700;margin:1.2em 0 .4em}.product-description h3{font-size:.95rem;font-weight:700;margin:1em 0 .35em}.product-description ol,.product-description ul{padding-left:1.5em;margin-bottom:.75em}.product-description li{margin-bottom:.25em;line-height:1.6}.product-description a{color:var(--accent,#2563eb);text-decoration:underline}.product-description a:hover{opacity:.8}.product-description img{max-width:100%;height:auto;border-radius:8px;margin:.5em 0;display:block}.product-description b,.product-description strong{font-weight:700}.product-description em,.product-description i{font-style:italic}.product-checkout-wizard .wizard-card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:.85rem;display:grid;gap:.75rem;min-width:0;overflow-x:hidden;transition:opacity .22s ease,transform .22s ease;animation:wizard-card-fade-in .26s ease}.product-checkout-wizard .wizard-card.is-fading{opacity:0;transform:translateY(8px);pointer-events:none}.product-checkout-wizard .wizard-card h3{font-size:1.08rem;font-weight:800}.product-checkout-wizard .wizard-price-grid{display:grid;grid-template-columns:1fr;gap:.5rem}.product-checkout-wizard .wizard-price-grid.wizard-price-grid-compact{--wizard-price-columns:4;--wizard-price-columns-mobile:2;grid-template-columns:repeat(var(--wizard-price-columns),minmax(0,1fr));gap:.45rem}.product-checkout-wizard .wizard-custom-amount{margin-top:.3rem;border:1px solid var(--line);border-radius:14px;padding:.62rem;display:grid;gap:.44rem}.product-checkout-wizard .wizard-custom-amount.selected{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent);background:var(--soft-blush)}.product-checkout-wizard .wizard-custom-amount.disabled{opacity:.55;cursor:not-allowed;background:#f2f2f2;box-shadow:none}.product-checkout-wizard .wizard-custom-amount label{font-size:.88rem;font-weight:700}.product-checkout-wizard .wizard-custom-amount-input-wrap{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.48rem;border:1px solid var(--line);border-radius:12px;padding:.32rem .5rem;background:#fff}.product-checkout-wizard .wizard-custom-amount.selected .wizard-custom-amount-input-wrap{border-color:var(--accent)}.product-checkout-wizard .wizard-custom-amount-input-wrap>span{font-size:1rem;font-weight:800;line-height:1}.product-checkout-wizard .wizard-custom-amount-input-wrap input{border:0;background:#0000;padding:.38rem 0;font-size:1rem;font-weight:700;color:var(--text)}.product-checkout-wizard .wizard-custom-amount-input-wrap input:focus,.product-checkout-wizard .wizard-custom-amount-input-wrap input:focus-visible{outline:none;border-color:#0000;box-shadow:none}.product-checkout-wizard .wizard-custom-amount-input-wrap:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent)}.product-checkout-wizard .wizard-custom-amount.disabled .wizard-custom-amount-input-wrap:focus-within{border-color:var(--line);box-shadow:none}.product-checkout-wizard .wizard-custom-amount-hint{margin:0;font-size:.8rem;color:#7a7a7a}.product-checkout-wizard .wizard-price-option{border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--text);padding:.8rem .75rem;display:grid;gap:.24rem;justify-items:center;text-align:center;box-shadow:0 0 0 0 #0000;transition:border-color .14s ease,box-shadow .14s ease;width:100%;position:relative}.product-checkout-wizard .wizard-price-option.compact{min-height:88px;padding:.6rem .5rem;align-content:center}.product-checkout-wizard .wizard-price-option.compact .wizard-price-value{font-size:1.2rem}.product-checkout-wizard .wizard-price-option.wizard-price-option-named{min-height:112px;padding:1rem .9rem}.product-checkout-wizard .wizard-price-option-custom{justify-items:stretch;align-content:center;text-align:left;cursor:default;gap:.42rem}.product-checkout-wizard .wizard-price-grid.wizard-price-grid-compact .wizard-price-option-custom{grid-column:1/-1;min-height:88px;width:100%}.product-checkout-wizard .wizard-price-option-custom .wizard-custom-amount-meta{display:flex;align-items:center;justify-content:space-between;gap:.55rem}.product-checkout-wizard .wizard-price-option-custom .wizard-custom-amount-meta strong{font-size:.98rem;font-weight:800;color:var(--text);line-height:1.2}.product-checkout-wizard .wizard-price-option-custom .wizard-custom-amount-meta span{font-size:.82rem;font-weight:700;color:#7a7a7a;text-align:right;line-height:1.25;white-space:nowrap}.product-checkout-wizard .wizard-price-option-custom .wizard-custom-amount-input-wrap{padding:.28rem .44rem;border-radius:10px;width:100%}.product-checkout-wizard .wizard-price-option-custom .wizard-custom-amount-input-wrap input{font-size:.94rem;padding:.32rem 0}.product-checkout-wizard .wizard-price-hot{position:absolute;top:-14px;right:10px;width:34px;height:34px;border-radius:999px;border:2px solid var(--accent);background:var(--soft-blush);display:inline-flex;align-items:center;justify-content:center;line-height:1;color:#ef4444;pointer-events:none;z-index:2}.product-checkout-wizard .wizard-price-hot svg{width:24px;height:24px;fill:currentColor;stroke:currentColor;stroke-width:2.1}.product-checkout-wizard .wizard-price-sale-badge{position:absolute;top:8px;left:8px;border:1px solid var(--accent);background:var(--soft-blush);color:var(--accent-dark);border-radius:999px;padding:.14rem .45rem;font-size:.68rem;font-weight:800;line-height:1;z-index:1;pointer-events:none}.product-checkout-wizard .wizard-price-line{display:flex;align-items:flex-end;justify-content:center;width:100%}.product-checkout-wizard .wizard-price-line.wizard-price-line-named{align-items:center;justify-content:space-between;gap:.75rem}.product-checkout-wizard .wizard-price-variant-inline{min-width:0;flex:1 1 auto;font-size:1.12rem;font-weight:700;line-height:1.2;color:var(--text);text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-checkout-wizard .wizard-price-value-stack{display:grid;justify-items:end;align-items:center;gap:.06rem;line-height:1}.product-checkout-wizard .wizard-price-value-stack-centered{justify-items:center}.product-checkout-wizard .wizard-price-compare{font-size:.72rem;font-weight:700;color:#7b7b7b;text-decoration:line-through;text-underline-offset:2px}.product-checkout-wizard .wizard-price-variant-name{font-size:.84rem;font-weight:700;line-height:1.2;color:var(--text)}.product-checkout-wizard .wizard-price-option:hover{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent);background:#fff}.product-checkout-wizard .wizard-price-option.wizard-price-option-custom:hover{border-color:var(--line);box-shadow:none;background:#fff}.product-checkout-wizard .wizard-price-option.selected{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent);background:var(--soft-blush)}.product-checkout-wizard .wizard-price-option.wizard-price-option-custom.selected{border-color:var(--line);box-shadow:none;background:#fff}.product-checkout-wizard .wizard-price-option.disabled,.product-checkout-wizard .wizard-price-option:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;background:#f2f2f2}.product-checkout-wizard .wizard-price-option.disabled:hover,.product-checkout-wizard .wizard-price-option:disabled:hover{border-color:var(--line);box-shadow:none;background:#f2f2f2}.product-checkout-wizard .wizard-price-option.wizard-price-option-custom.disabled .wizard-custom-amount-input-wrap{pointer-events:none}.product-checkout-wizard .wizard-price-value{font-size:1.34rem;font-weight:800;line-height:1.1}.product-checkout-wizard .wizard-delivery-badge{border:0!important;border-radius:0!important;background:#0000!important;box-shadow:none!important;color:#868686;padding:0;font-size:.84rem;font-weight:600;line-height:1.2;letter-spacing:0}.product-checkout-wizard .wizard-field-grid{display:grid;gap:.55rem;min-width:0}.wizard-validation-text{color:#767676;font-size:.88rem}.product-checkout-wizard .wizard-field-grid label{min-width:0}.product-checkout-wizard .wizard-qty-field{display:grid}.wizard-float-field{position:relative;min-width:0}.wizard-float-field input,.wizard-float-field textarea{padding-top:1.3rem;padding-bottom:.35rem}.wizard-float-field textarea{padding-top:1.6rem}.wizard-float-field>label{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);font-size:.86rem;font-weight:500;color:#888;pointer-events:none;transition:top .14s ease,transform .14s ease,font-size .14s ease,font-weight .14s ease,color .14s ease;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 1.5rem)}.wizard-float-field input:focus~label,.wizard-float-field input:not(:placeholder-shown)~label{top:.42rem;transform:none;font-size:.7rem;font-weight:600}.wizard-float-field input:focus~label{color:var(--accent)}.wizard-float-field textarea~label{top:.55rem;transform:none;font-size:.7rem;font-weight:600}.wizard-float-field textarea:focus~label,.wizard-req-star{color:var(--accent)}.wizard-req-star{margin-left:.08em}.wizard-field-hint{font-size:.78rem;color:var(--muted);margin-top:4px;margin-bottom:0;line-height:1.4}.product-checkout-wizard .wizard-field-grid input,.product-checkout-wizard .wizard-field-grid select,.product-checkout-wizard .wizard-field-grid textarea{min-width:0;max-width:100%}.product-checkout-wizard .wizard-field-grid input:focus,.product-checkout-wizard .wizard-field-grid input:focus-visible,.product-checkout-wizard .wizard-field-grid select:focus,.product-checkout-wizard .wizard-field-grid select:focus-visible,.product-checkout-wizard .wizard-field-grid textarea:focus,.product-checkout-wizard .wizard-field-grid textarea:focus-visible{outline:none;border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.product-checkout-wizard .wizard-actions{display:grid;grid-template-columns:1fr;gap:.5rem}.product-checkout-wizard .wizard-klarna-preview{margin-top:.1rem;border:1px solid var(--line);border-radius:16px;background:#fff;padding:.62rem .72rem;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.65rem}.product-checkout-wizard .wizard-klarna-preview-logo{display:inline-flex;align-items:center;justify-content:center;padding:0;background:#0000}.product-checkout-wizard .wizard-klarna-preview-logo img{width:54px;height:auto;display:block;border:1px solid var(--line);border-radius:12px}.product-checkout-wizard .wizard-klarna-preview p{margin:0;color:var(--text);font-size:.88rem;line-height:1.4;font-weight:600}.product-checkout-wizard .wizard-klarna-preview p strong{font-size:1rem;font-weight:800}.product-checkout-wizard .wizard-klarna-suffix{display:inline}.product-checkout-wizard .wizard-btn{border:1px solid var(--accent);border-radius:12px;background:var(--accent);color:#fff;padding:.72rem .9rem;font-size:.98rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:52px}.product-checkout-wizard .wizard-btn:hover{border-color:var(--accent);background:var(--accent)}.product-checkout-wizard .wizard-btn:disabled{opacity:.58;cursor:not-allowed}.product-checkout-wizard .wizard-btn-secondary{border-color:var(--line);background:#fff;color:var(--text)}.product-checkout-wizard .wizard-btn-secondary:hover{border-color:var(--accent);background:var(--soft-blush)}.product-checkout-wizard .wizard-error{margin:0;color:var(--danger);font-size:.8rem;font-weight:700}.product-checkout-wizard .wizard-gift-toggle{border-bottom:1px solid var(--line);padding-bottom:.72rem;min-width:0;display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:.55rem;overflow:hidden;contain:inline-size}.product-checkout-wizard .wizard-gift-pill{border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--text);min-height:52px;padding:.7rem .9rem;display:inline-flex;align-items:center;gap:.55rem;font-size:.96rem;font-weight:700;line-height:1.2;cursor:pointer;-webkit-user-select:none;user-select:none;width:100%;min-width:0;max-width:100%;box-sizing:border-box;contain:inline-size;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease,color .14s ease}.product-checkout-wizard .wizard-gift-pill-icon{width:22px;height:22px;border:2px solid var(--line);border-radius:999px;background:#fff;display:inline-flex;align-items:center;justify-content:center;transition:border-color .14s ease,background-color .14s ease,color .14s ease;flex:none}.product-checkout-wizard .wizard-gift-pill-icon svg{width:12px;height:12px;color:var(--accent);transition:color .14s ease}.product-checkout-wizard .wizard-gift-pill:hover{border-color:var(--accent);background:#fff}.product-checkout-wizard .wizard-gift-pill.active{border-color:var(--accent);background:var(--soft-blush);box-shadow:inset 0 0 0 1px var(--accent)}.product-checkout-wizard .wizard-gift-pill.active .wizard-gift-pill-icon{border-color:var(--accent);background:var(--accent)}.product-checkout-wizard .wizard-gift-pill.active .wizard-gift-pill-icon svg{color:#fff}.product-checkout-wizard .wizard-gift-toggle-label{display:block;min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.product-checkout-wizard .wizard-gift-edit-link{border:0;background:#0000;color:var(--accent-deep);font-size:.9rem;font-weight:700;line-height:1.3;text-decoration:underline;text-underline-offset:3px;padding:0;cursor:pointer;margin:0;justify-self:end;max-width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere;text-align:right}.product-checkout-wizard .wizard-gift-edit-link:hover:not(:disabled){color:var(--accent-dark)}.product-checkout-wizard .wizard-gift-edit-link:disabled{opacity:.5;cursor:not-allowed}.product-checkout-wizard .wizard-gift-pill:focus-visible .wizard-gift-pill-icon{box-shadow:0 0 0 2px var(--accent)}.product-checkout-wizard .wizard-qty-control{border:1px solid var(--line);border-radius:14px;background:#fff;min-height:52px;display:grid;grid-template-columns:46px minmax(0,1fr) 46px;align-items:center;overflow:hidden}.product-checkout-wizard .wizard-qty-btn{border:0;border-right:1px solid var(--line);border-radius:0;background:#fff;color:var(--text);height:100%;min-height:46px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;font-weight:700;line-height:1;cursor:pointer}.product-checkout-wizard .wizard-qty-btn:last-child{border-right:0;border-left:1px solid var(--line)}.product-checkout-wizard .wizard-qty-btn:hover:not(:disabled){background:var(--soft-blush);color:var(--accent)}.product-checkout-wizard .wizard-qty-btn:disabled{opacity:.4;cursor:not-allowed}.product-checkout-wizard .wizard-qty-value{text-align:center;font-size:.98rem;font-weight:800;color:var(--text)}.product-checkout-wizard .wizard-qty-gift-row{display:flex;gap:.65rem;align-items:center}.product-checkout-wizard .wizard-qty-gift-row>.wizard-gift-toggle{flex:6 1;min-width:0}.product-checkout-wizard .wizard-qty-gift-row>.wizard-qty-field{flex:4 1;min-width:0}.product-checkout-wizard .wizard-qty-gift-row .wizard-gift-toggle{border-bottom:none;padding-bottom:0;display:flex;flex-direction:column}@media (max-width:500px){.product-checkout-wizard .wizard-qty-gift-row{flex-direction:column;align-items:stretch}}.product-checkout-wizard .wizard-gift-collapse{width:100%;min-width:0;max-width:100%;max-height:0;opacity:0;transform:translateY(-6px);overflow:hidden;pointer-events:none;transition:max-height .32s ease,opacity .24s ease,transform .24s ease}.product-checkout-wizard .wizard-gift-collapse.open{max-height:1200px;opacity:1;transform:translateY(0);pointer-events:auto}.product-checkout-wizard .wizard-gift-wrap{width:100%;min-width:0;max-width:100%;border:1px solid var(--line);border-radius:14px;background:#fff;padding:.75rem;display:grid;gap:.7rem;margin-top:.15rem}.product-checkout-wizard .wizard-gift-wrap h4{margin:0;font-size:.96rem}.product-checkout-wizard .wizard-template-grid{width:100%;max-width:100%;display:flex;gap:.55rem;overflow-x:auto;padding:.1rem 0 .35rem;min-width:0;scroll-snap-type:x proximity;scrollbar-width:thin}.product-checkout-wizard .wizard-template-grid::-webkit-scrollbar{height:6px}.product-checkout-wizard .wizard-template-grid::-webkit-scrollbar-thumb{background:#d8d2cf;border-radius:999px}.product-checkout-wizard .wizard-template-option{border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--text);padding:.62rem .7rem;text-align:left;display:grid;gap:.12rem;min-width:156px;flex:0 0 auto;scroll-snap-align:start;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:.5rem}.product-checkout-wizard .wizard-template-option:before{content:"";width:.78rem;height:.78rem;border-radius:999px;border:1px solid #17171724;background:#d0cbc8}.product-checkout-wizard .wizard-template-option-pijlen:before{background:#dceffa}.product-checkout-wizard .wizard-template-option-schijf:before{background:#527}.product-checkout-wizard .wizard-template-option-roggen:before{background:#037b79}.product-checkout-wizard .wizard-template-option-confetti:before{background:#a33}.product-checkout-wizard .wizard-template-option-diamant:before{background:#70f}.product-checkout-wizard .wizard-template-option-driehoek:before{background:#00b7ff}.product-checkout-wizard .wizard-template-option-quantum:before{background:#f42}.product-checkout-wizard .wizard-template-option-gloed:before{background:#c57}.product-checkout-wizard .wizard-template-option-vortex:before{background:#ff9d00}.product-checkout-wizard .wizard-template-option-chevron:before{background:#9c4}.product-checkout-wizard .wizard-template-option-raster:before{background:#987}.product-checkout-wizard .wizard-template-option-strepen:before{background:#aaa}.product-checkout-wizard .wizard-template-option-tornado:before{background:#e52}.product-checkout-wizard .wizard-template-option-lijnen:before{background:#346}.product-checkout-wizard .wizard-template-option-ster:before{background:#0cf}.product-checkout-wizard .wizard-template-option-zigzag:before{background:#0b7}.product-checkout-wizard .wizard-template-option strong{font-size:.9rem;line-height:1.1;grid-column:2}.product-checkout-wizard .wizard-template-option span{font-size:.78rem;color:var(--taupe);grid-column:2}.product-checkout-wizard .wizard-template-option.selected,.product-checkout-wizard .wizard-template-option:hover{border-color:var(--accent);background:#f9f9f9}.gift-card-visual{--gift-bg:#e8e5df;--gift-ink:#151515;--gift-chip:#fff;--gift-line:#c6bfba;--gift-logo-chip-bg:#111;--gift-logo-chip-line:#111;--gift-logo-filter:brightness(0) invert(1);--gift-logo-fallback-ink:#fff;--gift-small:#1111119e;position:relative;min-width:0;border-radius:18px;border:1px solid var(--gift-line);overflow:hidden;background:var(--gift-bg);isolation:isolate}.gift-card-visual-pijlen{--gift-bg:#dceffa;--gift-ink:#1a2a3a;--gift-chip:#fff;--gift-line:#a8d0e8;--gift-logo-chip-bg:#fff;--gift-logo-chip-line:#a8d0e8;--gift-logo-filter:brightness(0);--gift-logo-fallback-ink:#1a2a3a;--gift-small:#1a2a3ab3}.gift-card-visual-schijf{--gift-bg:#000;--gift-ink:#eee8ff;--gift-chip:#230046;--gift-line:#3b075e;--gift-logo-chip-bg:#230046;--gift-logo-chip-line:#3b075e;--gift-logo-filter:brightness(0) invert(1);--gift-logo-fallback-ink:#eee8ff;--gift-small:#eee8ffb3}.gift-card-visual-roggen{--gift-bg:#fff;--gift-ink:#003040;--gift-chip:#e8f8ff;--gift-line:#92deba;--gift-logo-chip-bg:#e8f8ff;--gift-logo-chip-line:#92deba;--gift-logo-filter:brightness(0);--gift-logo-fallback-ink:#003040;--gift-small:#003040b3}.gift-card-visual-confetti{--gift-bg:#a33;--gift-ink:#fee;--gift-chip:#ffffff2e;--gift-line:#d55;--gift-logo-chip-bg:#ffffff2e;--gift-logo-chip-line:#d55;--gift-logo-filter:brightness(0) invert(1);--gift-logo-fallback-ink:#fee;--gift-small:#ffeeeeb3}.gift-card-visual-diamant{--gift-bg:#70f;--gift-ink:#fff;--gift-chip:#ffffff26;--gift-line:#94f;--gift-logo-chip-bg:#ffffff26;--gift-logo-chip-line:#94f;--gift-logo-filter:brightness(0) invert(1);--gift-logo-fallback-ink:#fff;--gift-small:#ffffffb3}.gift-card-visual-driehoek{--gift-bg:#00b7ff;--gift-ink:#001830;--gift-chip:#ffffffe6;--gift-line:#0090cc;--gift-logo-chip-bg:#ffffffe6;--gift-logo-chip-line:#0090cc;--gift-logo-filter:brightness(0);--gift-logo-fallback-ink:#001830;--gift-small:#001830b3}.gift-card-visual-quantum{--gift-bg:red;--gift-ink:#fff0e8;--gift-chip:#ffffff26;--gift-line:#c20;--gift-logo-chip-bg:#ffffff26;--gift-logo-chip-line:#c20;--gift-logo-filter:brightness(0) invert(1);--gift-logo-fallback-ink:#fff0e8;--gift-small:#fff0e8b3}.gift-card-visual-gloed{--gift-bg:#c57;--gift-ink:#fff0f5;--gift-chip:#fff3;--gift-line:#d68;--gift-logo-chip-bg:#fff3;--gift-logo-chip-line:#d68;--gift-logo-filter:brightness(0) invert(1);--gift-logo-fallback-ink:#fff0f5;--gift-small:#fff0f5b3}.gift-card-visual-vortex{--gift-bg:#ff9d00;--gift-ink:#3a1500;--gift-chip:#ffffffe6;--gift-line:#c70;--gift-logo-chip-bg:#ffffffe6;--gift-logo-chip-line:#c70;--gift-logo-filter:brightness(0);--gift-logo-fallback-ink:#3a1500;--gift-small:#3a1500b3}.gift-card-visual-chevron{--gift-bg:#dfa;--gift-ink:#1a2a00;--gift-chip:#ffffffe6;--gift-line:#9c4;--gift-logo-chip-bg:#ffffffe6;--gift-logo-chip-line:#9c4;--gift-logo-filter:brightness(0);--gift-logo-fallback-ink:#1a2a00;--gift-small:#1a2a00b3}.gift-card-visual-raster{--gift-bg:#ba9;--gift-ink:#2a1a0a;--gift-chip:#ffffffd9;--gift-line:#987;--gift-logo-chip-bg:#ffffffd9;--gift-logo-chip-line:#987;--gift-logo-filter:brightness(0);--gift-logo-fallback-ink:#2a1a0a;--gift-small:#2a1a0ab3}.gift-card-visual-strepen{--gift-bg:#f5f5f5;--gift-ink:#1a1a1a;--gift-chip:#fff;--gift-line:#ccc;--gift-logo-chip-bg:#fff;--gift-logo-chip-line:#ccc;--gift-logo-filter:brightness(0);--gift-logo-fallback-ink:#1a1a1a;--gift-small:#1a1a1ab3}.gift-card-visual-tornado{--gift-bg:#e52;--gift-ink:#fff5f0;--gift-chip:#fff3;--gift-line:#c41;--gift-logo-chip-bg:#fff3;--gift-logo-chip-line:#c41;--gift-logo-filter:brightness(0) invert(1);--gift-logo-fallback-ink:#fff5f0;--gift-small:#fff5f0b3}.gift-card-visual-lijnen{--gift-bg:#002;--gift-ink:#e8f0ff;--gift-chip:#e8f0ff26;--gift-line:#124;--gift-logo-chip-bg:#e8f0ff26;--gift-logo-chip-line:#124;--gift-logo-filter:brightness(0) invert(1);--gift-logo-fallback-ink:#e8f0ff;--gift-small:#e8f0ffb3}.gift-card-visual-ster{--gift-bg:#fff;--gift-ink:#001a2a;--gift-chip:#f0feff;--gift-line:#8ef;--gift-logo-chip-bg:#f0feff;--gift-logo-chip-line:#8ef;--gift-logo-filter:brightness(0);--gift-logo-fallback-ink:#001a2a;--gift-small:#001a2ab3}.gift-card-visual-zigzag{--gift-bg:#0b7;--gift-ink:#003320;--gift-chip:#ffffffe6;--gift-line:#009960;--gift-logo-chip-bg:#ffffffe6;--gift-logo-chip-line:#009960;--gift-logo-filter:brightness(0);--gift-logo-fallback-ink:#003320;--gift-small:#003320b3}.gift-card-visual-decoration{position:absolute;inset:0;z-index:0;pointer-events:none;background-size:cover;background-position:50%}.gift-card-visual-pijlen .gift-card-visual-decoration{background-image:url(/patterns/alternating-arrowhead.svg);opacity:1}.gift-card-visual-schijf .gift-card-visual-decoration{background-image:url(/patterns/bullseye-gradient.svg);opacity:1}.gift-card-visual-roggen .gift-card-visual-decoration{background-image:url(/patterns/colorful-stingrays.svg);opacity:1}.gift-card-visual-confetti .gift-card-visual-decoration{background-image:url(/patterns/confetti-doodles.svg);opacity:1}.gift-card-visual-diamant .gift-card-visual-decoration{background-image:url(/patterns/diamond-sunset.svg);opacity:1}.gift-card-visual-driehoek .gift-card-visual-decoration{background-image:url(/patterns/large-triangles.svg);opacity:1}.gift-card-visual-quantum .gift-card-visual-decoration{background-image:url(/patterns/quantum-gradient.svg);opacity:1}.gift-card-visual-gloed .gift-card-visual-decoration{background-image:url(/patterns/radiant-gradient.svg);opacity:1}.gift-card-visual-vortex .gift-card-visual-decoration{background-image:url(/patterns/rainbow-vortex.svg);opacity:1}.gift-card-visual-chevron .gift-card-visual-decoration{background-image:url(/patterns/repeating-chevrons.svg);opacity:1}.gift-card-visual-raster .gift-card-visual-decoration{background-image:url(/patterns/repeating-triangles.svg);opacity:1}.gift-card-visual-strepen .gift-card-visual-decoration{background-image:url(/patterns/subtle-stripes.svg);opacity:1}.gift-card-visual-tornado .gift-card-visual-decoration{background-image:url(/patterns/sun-tornado.svg);opacity:1}.gift-card-visual-lijnen .gift-card-visual-decoration{background-image:url(/patterns/vanishing-stripes.svg);opacity:1}.gift-card-visual-ster .gift-card-visual-decoration{background-image:url(/patterns/wintery-sunburst.svg);opacity:1}.gift-card-visual-zigzag .gift-card-visual-decoration{background-image:url(/patterns/zig-zag.svg);opacity:1}.gift-card-visual-inner{position:relative;z-index:1;min-height:266px;padding:.95rem;display:grid;align-content:space-between;gap:.74rem}.gift-card-visual-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.gift-card-visual-amount,.gift-card-visual-brand{border-radius:999px;border:1px solid var(--gift-line);background:var(--gift-chip);color:var(--gift-ink);padding:.35rem .64rem;font-size:.79rem;line-height:1}.gift-card-visual-brand{font-weight:700}.gift-card-visual-amount{font-weight:800;font-size:1.14rem;line-height:1;padding:.42rem .78rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gift-card-visual-content{display:grid;gap:.55rem}.gift-card-visual-product{width:-moz-fit-content;width:fit-content;max-width:168px;min-height:38px;padding:.38rem .62rem;border:1px solid var(--gift-logo-chip-line);border-radius:12px;background:var(--gift-logo-chip-bg);display:inline-flex;align-items:center;justify-content:center}.gift-card-visual-product img{display:block;width:auto;height:20px;max-width:140px;object-fit:contain;filter:var(--gift-logo-filter)}.gift-card-visual-product-icon{width:1.4rem;height:1.4rem;color:var(--gift-logo-fallback-ink)}.gift-card-visual-product span{font-size:.78rem;font-weight:700;color:var(--gift-logo-fallback-ink)}.gift-card-visual-content h3{margin:0;color:var(--gift-ink);font-size:1.2rem;line-height:1.15}.gift-card-visual-message-static{margin:0;width:100%;border:1px solid var(--gift-line);border-radius:12px;background:var(--gift-chip);color:var(--gift-ink);font-size:.9rem;line-height:1.45;text-align:left;padding:.46rem .62rem;max-width:44ch}.gift-card-visual-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.gift-card-visual-pill{display:grid;gap:.15rem;min-width:0;width:100%;border:1px solid var(--gift-line);border-radius:12px;background:var(--gift-chip);padding:.4rem .56rem;text-align:left}.gift-card-visual-footer small{font-size:.7rem;font-weight:700;color:var(--gift-small)}.gift-card-visual-footer strong{font-size:.9rem;line-height:1.2;color:var(--gift-ink)}.product-checkout-wizard .wizard-gift-preview-block{width:100%;min-width:0;max-width:100%;border:1px solid var(--line);border-radius:14px;padding:.66rem;background:#fbfaf9;display:grid;gap:.55rem}.product-checkout-wizard .wizard-gift-preview-head{display:block}.product-checkout-wizard .wizard-gift-preview-head h5{margin:0;font-size:.9rem}.product-checkout-wizard .wizard-gift-card-preview{width:100%;min-width:0;max-width:100%;min-height:240px}.product-checkout-wizard .wizard-gift-preview-hint{margin:0;color:var(--text-soft);font-size:.82rem;line-height:1.4}.product-checkout-wizard .wizard-gift-fields{grid-template-columns:minmax(0,1fr)}.product-checkout-wizard .wizard-gift-fields textarea{resize:vertical;min-height:84px}.product-checkout-wizard .wizard-gift-editor-overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:stretch;justify-content:center;padding:clamp(.6rem,1.8vw,1.1rem);background:#fcfaf9f7}.product-checkout-wizard .wizard-gift-editor-dialog{width:min(1060px,100%);max-height:100%;border:1px solid var(--line);border-radius:18px;background:#fcfbfa;box-shadow:0 20px 42px #00000042;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.product-checkout-wizard .wizard-gift-editor-head{border-bottom:1px solid var(--line);background:#fff;padding:.8rem .95rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.product-checkout-wizard .wizard-gift-editor-heading{display:grid;gap:.22rem}.product-checkout-wizard .wizard-gift-editor-heading h4{margin:0;font-size:1rem;line-height:1.25}.product-checkout-wizard .wizard-gift-editor-heading p{margin:0;font-size:.84rem;color:var(--text-soft);line-height:1.35}.product-checkout-wizard .wizard-gift-editor-head-close{width:auto;min-height:40px;padding-inline:.95rem;flex:none}.product-checkout-wizard .wizard-gift-editor-body{overflow-y:auto;padding:.82rem}.product-checkout-wizard .wizard-gift-wrap-overlay{margin-top:0}.product-checkout-wizard .wizard-gift-editor-main{display:grid;grid-template-columns:minmax(0,1fr);gap:.74rem;align-items:start}.product-checkout-wizard .wizard-gift-editor-form-col,.product-checkout-wizard .wizard-gift-editor-preview-col{min-width:0}.product-checkout-wizard .wizard-gift-editor-form-col{display:grid;gap:.56rem;align-content:start}.product-checkout-wizard .wizard-gift-fields-overlay{grid-template-columns:minmax(0,1fr)}.product-checkout-wizard .wizard-gift-editor-actions{border-top:1px solid var(--line);background:#fff;padding:.75rem .95rem .9rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.62rem}.product-checkout-wizard .wizard-field-grid-single{grid-template-columns:minmax(0,1fr)}.product-checkout-wizard .wizard-promo-accordion{border:1px solid var(--line);border-radius:14px;padding:.45rem .7rem;display:block;background:#fff}.product-checkout-wizard .wizard-promo-accordion-applied{padding:.48rem .7rem}.product-checkout-wizard .wizard-promo-applied-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.product-checkout-wizard .wizard-promo-applied-left{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent)}.product-checkout-wizard .wizard-promo-applied-left svg{width:15px;height:15px}.product-checkout-wizard .wizard-promo-applied-left strong{font-size:.86rem;font-weight:700;line-height:1.2}.product-checkout-wizard .wizard-promo-toggle{width:100%;border:0;background:#0000;color:var(--text);padding:.3rem 0;min-height:0;display:flex;align-items:center;justify-content:space-between;gap:.8rem}.product-checkout-wizard .wizard-promo-toggle:hover{background:#0000}.product-checkout-wizard .wizard-promo-toggle-left{display:inline-flex;align-items:center;gap:.55rem}.product-checkout-wizard .wizard-promo-toggle-left svg{width:18px;height:18px;color:var(--accent)}.product-checkout-wizard .wizard-promo-toggle-left strong{font-size:.86rem;font-weight:700;line-height:1.2}.product-checkout-wizard .wizard-promo-toggle-right{display:inline-flex;align-items:center;gap:.35rem;color:var(--accent);font-size:.86rem;font-weight:700}.product-checkout-wizard .wizard-promo-toggle-right svg{width:17px;height:17px}.product-checkout-wizard .wizard-promo-collapse{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease}.product-checkout-wizard .wizard-promo-accordion.open .wizard-promo-collapse{grid-template-rows:1fr}.product-checkout-wizard .wizard-promo-collapse-inner{min-height:0;overflow:hidden;opacity:0;transform:translateY(-4px);transition:opacity .22s ease,transform .22s ease}.product-checkout-wizard .wizard-promo-accordion.open .wizard-promo-collapse-inner{opacity:1;transform:translateY(0);padding-top:.45rem}.product-checkout-wizard .wizard-promo-help{margin:0 0 .5rem;font-size:.86rem;color:var(--text);line-height:1.4}.product-checkout-wizard .wizard-promo-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem}.product-checkout-wizard .wizard-promo-row input:focus,.product-checkout-wizard .wizard-promo-row input:focus-visible{outline:none;border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.product-checkout-wizard .wizard-promo-btn{border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--text);padding:.58rem .82rem;font-size:.84rem;font-weight:700;width:auto;min-height:0}.product-checkout-wizard .wizard-promo-btn:hover{border-color:var(--accent);color:var(--accent);background:#fff}.product-checkout-wizard .wizard-promo-feedback{margin:.45rem 0 0;font-size:.78rem;font-weight:700}.product-checkout-wizard .wizard-promo-feedback-success{color:var(--accent)}.product-checkout-wizard .wizard-promo-feedback-error{color:var(--danger)}.product-checkout-wizard .wizard-promo-remove{border:0;padding:0;width:-moz-fit-content;width:fit-content;min-height:0;background:#0000;color:var(--accent);font-size:.78rem;font-weight:700;margin-top:.35rem}.product-checkout-wizard .wizard-promo-remove-inline{margin-top:0;font-size:.86rem;font-weight:700;line-height:1.2}.product-checkout-wizard .wizard-promo-remove:hover{background:#0000;color:var(--accent);text-decoration:underline}.product-checkout-wizard .wizard-summary{display:grid;gap:.45rem}.product-checkout-wizard .wizard-summary-row{margin:0;display:flex;justify-content:space-between;align-items:baseline;gap:.7rem;font-size:.9rem}.product-checkout-wizard .wizard-summary-row strong{text-align:right}.product-checkout-wizard .wizard-summary-row-product{align-items:center}.product-checkout-wizard .wizard-summary-product-value{display:inline-flex;align-items:center;justify-content:flex-end;gap:.45rem;min-width:0}.product-checkout-wizard .wizard-summary-product-value>span:last-child{display:inline-block}.product-checkout-wizard .wizard-summary-product-logo{width:1.72rem;height:1.72rem;border-radius:.42rem;border:1px solid var(--line);background:#fff;display:inline-grid;place-items:center;overflow:hidden;flex-shrink:0}.product-checkout-wizard .wizard-summary-product-logo img{width:72%;height:72%;object-fit:contain;display:block}.product-checkout-wizard .wizard-summary-product-icon{width:70%;height:70%;color:#fff}.product-checkout-wizard .wizard-summary-product-initials{font-size:.62rem;font-weight:700;line-height:1;letter-spacing:.04em}.product-checkout-wizard .wizard-total{border-top:1px solid var(--line);padding-top:.45rem;font-size:1.02rem}.product-checkout-wizard .wizard-note{margin:0;font-size:.82rem;line-height:1.45}.product-checkout-wizard .wizard-payment-wrap{border:1px solid var(--line);border-radius:14px;background:#fff;padding:.7rem;display:grid;gap:.5rem}.product-checkout-wizard .wizard-payment-label{margin:0;font-size:.86rem;font-weight:700}.product-checkout-wizard .wizard-payment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.product-checkout-wizard .wizard-payment-option{border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--text);min-height:52px;padding:.55rem .6rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-size:.82rem;font-weight:700;line-height:1;cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.product-checkout-wizard .wizard-payment-option img{width:auto;max-height:18px;object-fit:contain;display:block}.product-checkout-wizard .wizard-payment-option.selected,.product-checkout-wizard .wizard-payment-option:hover{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent)}.product-checkout-wizard .wizard-payment-option.selected{background:var(--soft-blush)}.product-checkout-wizard .wizard-payment-feedback{margin:0;color:var(--accent);font-size:.82rem;font-weight:700}.product-checkout-wizard .wizard-transaction-reference{border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:.62rem;display:grid;gap:.38rem}.product-checkout-wizard .wizard-transaction-reference-label{margin:0;font-size:.76rem;font-weight:800;color:var(--text)}.product-checkout-wizard .wizard-transaction-reference-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.5rem}.product-checkout-wizard .wizard-transaction-reference-row code{border:1px solid var(--line);border-radius:10px;background:#fff;padding:.46rem .58rem;font-size:.82rem;font-weight:800;color:var(--text);min-width:0;overflow-wrap:anywhere}.product-checkout-wizard .wizard-transaction-copy-btn{min-height:0;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);padding:.42rem .6rem;display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:800}.product-checkout-wizard .wizard-transaction-copy-btn:hover{border-color:var(--accent);color:var(--accent);background:#fff}.product-checkout-wizard .wizard-transaction-copy-btn svg{width:14px;height:14px}.product-checkout-wizard .wizard-transaction-reference-hint{margin:0;font-size:.74rem;color:#66615d;line-height:1.3}.product-checkout-wizard .wizard-mobile-return{position:fixed;left:0;right:0;bottom:calc(env(safe-area-inset-bottom) + .62rem);z-index:120;padding:0 .56rem;opacity:0;transform:translateY(calc(100% + 16px));pointer-events:none;transition:transform .24s cubic-bezier(.22,1,.36,1),opacity .2s ease}.product-checkout-wizard .wizard-mobile-return.show{opacity:1;transform:translateY(0);pointer-events:auto}.product-checkout-wizard .wizard-mobile-return-shell{border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 12px 26px #1f1f1f2e;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.6rem;padding:.5rem .56rem}.product-checkout-wizard .wizard-mobile-return-copy{min-width:0;display:grid;gap:.08rem}.product-checkout-wizard .wizard-mobile-return-copy strong{font-size:.82rem;font-weight:800;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-checkout-wizard .wizard-mobile-return-copy span{font-size:.74rem;font-weight:700;color:#66615d;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-checkout-wizard .wizard-mobile-return-btn{border:1px solid var(--accent);border-radius:10px;background:var(--accent);color:#fff;min-height:40px;width:auto;min-width:0;padding:.45rem .62rem;display:inline-flex;align-items:center;gap:.3rem;font-size:.76rem;font-weight:800;line-height:1}.product-checkout-wizard .wizard-mobile-return-btn svg{width:14px;height:14px}@media (min-width:901px){.product-checkout-wizard .wizard-mobile-return{display:none}}@keyframes wizard-card-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.denominations{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.denomination-pill{border:1px solid var(--line);background:var(--soft-blush);padding:.4rem .7rem;border-radius:999px;font-weight:700}.checkout-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:1rem;margin-top:1.5rem}.form-grid{display:grid;gap:.85rem}.form-grid label{display:grid;gap:.35rem;font-weight:600}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:.65rem .75rem;background:#fff}input:focus,select:focus,textarea:focus{outline:none}.product-checkout-wizard .wizard-qty-control:focus-within,input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent)}.button-link,button{border:1px solid var(--accent);border-radius:12px;color:#fff;padding:.65rem 1rem;font-weight:700;cursor:pointer;display:inline-block}.button-link,.button-link:hover,button,button:hover{background:var(--accent)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.93rem}td,th{padding:.72rem .6rem;border-bottom:1px solid var(--line);text-align:left}th{font-family:var(--font-sitewide),sans-serif;font-size:.78rem;letter-spacing:.06em;color:var(--text)}.status,th{text-transform:uppercase}.status{display:inline-block;border-radius:999px;font-size:.76rem;padding:.2rem .55rem;font-weight:700}.status.success{background:var(--icy-aqua);color:var(--text)}.status.warning{background:var(--peach-fuzz);color:var(--text)}.status.neutral{background:var(--soft-blush);color:var(--text)}.status.danger,.status.muted{background:var(--taupe);color:#fff}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.metric-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:.95rem}.metric-card strong{display:block;font-family:var(--font-sitewide),sans-serif;font-size:1.35rem;margin-top:.2rem}.metric-card span{color:var(--muted);font-size:.86rem}.admin-layout{margin-top:1.5rem;display:grid;grid-template-columns:240px 1fr;gap:1rem}.admin-sidebar{background:var(--taupe);color:#fff;border-radius:16px;padding:1rem;height:-moz-fit-content;height:fit-content;position:sticky;top:100px;border:1px solid var(--line)}.admin-sidebar h2{font-size:1rem;margin-bottom:.75rem;color:#fff}.admin-sidebar ul{list-style:none;padding:0;margin:0;display:grid;gap:.35rem}.admin-sidebar a{display:block;border-radius:10px;padding:.45rem .6rem;color:#fff;font-weight:600}.admin-sidebar a:hover{background:var(--soft-blush);color:var(--text)}.admin-main{display:grid;gap:1rem}.admin-codes-details{white-space:nowrap}.admin-codes-summary{cursor:pointer;font-size:.82rem;color:var(--accent);font-weight:600;-webkit-user-select:none;user-select:none;list-style:none}.admin-codes-summary::-webkit-details-marker{display:none}.admin-codes-summary:before{content:"▸ ";font-size:.7rem}details[open] .admin-codes-summary:before{content:"▾ "}.admin-codes-list{margin:.4rem 0 0;padding:0;list-style:none;display:grid;gap:.25rem}.admin-codes-list code{display:block;font-size:.8rem;background:#f5f5f5;border-radius:6px;padding:.2rem .45rem;-webkit-user-select:all;user-select:all;cursor:text}.callout{background:var(--tropical-teal);color:#fff;border-radius:16px;padding:1rem;border:1px solid var(--line)}.split-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.warning-box{border-left:5px solid var(--warning);background:var(--soft-blush);border-radius:12px;padding:.8rem;color:var(--text);border:1px solid var(--line)}@media (max-width:1080px){.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:static}.site-footer-grid{grid-template-columns:1fr 1fr}.footer-trustpilot{grid-column:span 2}}@media (max-width:800px){.checkout-grid,.hero,.split-two{grid-template-columns:1fr}.header-top-controls{justify-self:start;flex-wrap:wrap}.hero-badges,.metrics-grid,.site-footer-grid{grid-template-columns:1fr}.footer-trustpilot{grid-column:auto}.site-footer-bottom{flex-direction:column;align-items:flex-start}.product-hero-image{min-height:180px}}@media (max-width:900px){.product-detail-columns{grid-template-columns:1fr;grid-template-areas:"head" "buybox" "info"}.product-buybox{max-height:none;overflow:visible}.product-buybox,.product-detail-right-column{position:static;top:auto}.product-buybox,.product-checkout-wizard,.product-checkout-wizard .wizard-card,.product-checkout-wizard .wizard-field-grid,.product-checkout-wizard .wizard-gift-preview-block,.product-checkout-wizard .wizard-gift-wrap,.product-detail,.product-detail-columns,.product-detail-head,.product-detail-info-sections,.product-detail-right-column{width:100%;max-width:100%;min-width:0;overflow-x:hidden}}