:root{--taupe:#b09e99;--soft-blush:#fee9e1;--peach-fuzz:#fad4c0;--tropical-teal:#64b6ac;--icy-aqua:#c0fdfb;--bg:#fee9e1;--surface:#fff;--surface-2:#c0fdfb;--text:#1f1f1f;--muted:#1f1f1f;--accent:#64b6ac;--accent-deep:#64b6ac;--accent-dark:#3f8f86;--text-soft:#5f6a78;--success:#64b6ac;--danger:#b09e99;--warning:#fad4c0;--line:#b09e99;--radius:16px}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;-webkit-text-size-adjust:100%;width:100%;max-width:100%;overflow-x:hidden;overflow-x:clip}body{background:var(--bg);color:var(--text);font-family:var(--font-sitewide),sans-serif;line-height:1.6}body.gift-editor-open,html.gift-editor-open{overflow:hidden}@media (min-width:901px){body.gift-editor-open .product-detail-head,body.gift-editor-open .product-detail-info-sections{visibility:hidden}}.site-theme-shell{min-height:100vh;background:var(--bg);color:var(--text)}h1,h2,h3,h4,h5,h6{font-family:var(--font-sitewide),sans-serif;letter-spacing:-.02em;line-height:1.1;margin:0}p{margin:0}a{color:inherit;text-decoration:none}.container{width:min(1120px,92vw);margin:0 auto;max-width:100%;overflow:visible}.top-notification-banner{background:var(--accent);color:#fff;border-bottom:1px solid var(--accent)}.top-notification-inner{min-height:46px;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;grid-gap:0;gap:0;overflow:hidden}.top-notification-track{display:flex;width:100%;transition:transform .26s ease}.top-notification-slide{min-width:100%;display:flex;align-items:center;justify-content:center;gap:1rem}.top-notification-slide-mobile{position:relative;justify-content:center;min-height:22px}.top-notification-item{display:inline-flex;align-items:center;gap:.34rem;font-size:.84rem;font-weight:700;line-height:1;white-space:nowrap}.top-notification-item svg{width:14px;height:14px;stroke-width:2.4}.top-notification-item-mobile{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) translateY(8px);opacity:0;pointer-events:none;transition:opacity .26s ease,transform .26s ease;white-space:nowrap}.top-notification-item-mobile.active{opacity:1;transform:translate(-50%,-50%) translateY(0)}.top-notification-slide-promo{gap:.5rem}.top-notification-promo-text{display:inline-flex;align-items:center;gap:.34rem;font-size:.84rem;font-weight:800;line-height:1;white-space:nowrap}.top-notification-promo-text svg{width:14px;height:14px;stroke-width:2.4}.top-notification-promo-suffix{font-size:.82rem;font-weight:700;line-height:1;white-space:nowrap}.top-notification-dots{display:inline-flex;align-items:center;gap:.28rem}.top-notification-dot{width:16px;height:6px;border:1px solid hsla(0,0%,100%,.72);border-radius:999px;background:transparent;padding:0;cursor:pointer}.top-notification-dot.active{background:#fff;border-color:#fff}.sr-only{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:var(--surface);border-bottom:1px solid var(--line)}.site-header-inner{grid-template-columns:max-content 1fr max-content;align-items:center;min-height:68px;padding-top:.45rem;grid-gap:.8rem;gap:.8rem}.brand{font-family:var(--font-sitewide),sans-serif;font-size:1.45rem;font-weight:700}.brand span{color:var(--accent)}.nav-links{list-style:none;display:flex;gap:.65rem;margin:0;padding:0;justify-content:center}.nav-links a{padding:.5rem .75rem;border-radius:10px;font-weight:700;color:var(--text)}.nav-links a:hover{background:var(--icy-aqua)}.site-nav-center{justify-self:center}.header-top-controls{display:flex;gap:.4rem;position:relative}.header-control-btn{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--line);border-radius:12px;padding:.38rem .62rem;font-size:.8rem;font-weight:700;cursor:pointer}.header-control-btn.active{border-color:var(--accent);background:#e9d8d2}.header-control-btn:hover{background:#e9d8d2}.login-panel-wrap{position:relative}.login-chevron{transition:transform .14s ease}.login-chevron.open{transform:rotate(180deg)}.login-panel{position:absolute;top:calc(100% + .4rem);right:0;width:min(420px,90vw);border:1px solid var(--line);border-radius:16px;background:#fff;padding:1rem;display:grid;grid-gap:.75rem;gap:.75rem;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;z-index:70}.login-panel.open{opacity:1;visibility:visible;transform:translateY(0)}.login-panel-title{font-size:1.35rem;font-weight:700}.login-panel-subtitle{margin-top:-.3rem;color:var(--muted);font-size:.9rem}.login-form{display:grid;grid-gap:.6rem;gap:.6rem}.login-field{display:grid;grid-gap:.22rem;gap:.22rem;font-size:.82rem;font-weight:700}.login-input-wrap{display:flex;align-items:center;gap:.45rem;border:1px solid var(--line);border-radius:12px;padding:.46rem .6rem;background:#fff}.login-input-wrap input{border:0;border-radius:0;background:transparent;padding:0;outline:none;min-width:0}.login-form-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.remember-me{display:inline-flex;align-items:center;gap:.3rem;font-size:.8rem;color:var(--muted)}.remember-me input{width:auto;margin:0}.login-link{color:var(--accent);font-size:.82rem;font-weight:700}.login-primary-action{border:1px solid var(--accent);border-radius:16px;background:var(--accent);color:#fff;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem;font-weight:700;cursor:pointer}.login-divider{display:flex;align-items:center;gap:.55rem;color:var(--muted);font-size:.8rem}.login-divider:after,.login-divider:before{content:"";flex:1 1;border-top:1px solid var(--line)}.social-login-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.5rem;gap:.5rem}.social-login-btn{border:1px solid var(--accent);border-radius:12px;background:#fff;color:var(--accent);min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:.3rem;font-weight:700;font-size:.82rem;cursor:pointer}.login-register-line{color:var(--muted);font-size:.83rem}.dropdown-wrap{position:relative}.dropdown-trigger{min-width:82px;justify-content:space-between}.mini-dropdown{position:absolute;top:calc(100% + .35rem);right:0;min-width:180px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:.3rem;display:grid;grid-gap:.2rem;gap:.2rem;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .14s ease,transform .14s ease,visibility .14s ease;z-index:70}.mini-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.mini-dropdown-item{width:100%;border:1px solid transparent;border-radius:10px;background:#fff;color:var(--text);min-height:36px;padding:.3rem .5rem;display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:700;cursor:pointer}.mini-dropdown-item:hover{border-color:var(--line);background:var(--soft-blush)}.mini-dropdown-flag{border-radius:999px}.mini-dropdown-flag,.mini-dropdown-flag svg{width:18px;height:18px}.language-switch{display:inline-flex;align-items:center;gap:.3rem}.flag-btn{width:26px;height:26px;border:1px solid var(--line);border-radius:999px;padding:0;display:grid;place-items:center;background:#fff;cursor:pointer;overflow:hidden}.flag-btn svg{width:22px;height:22px;border-radius:999px}.flag-btn.active{border-color:var(--accent)}.header-tools{grid-template-columns:minmax(260px,320px) minmax(0,1fr);padding-top:1.1rem;padding-bottom:.95rem}.header-tools-meta{display:none}.category-browser{position:relative}.category-static-panel{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;height:100%}.category-static-title{margin:0;padding:.7rem .9rem;font-size:1.05rem;font-weight:600;background:var(--accent);color:#fff;border-bottom:1px solid var(--line)}.category-static-list{list-style:none;margin:0;padding:0}.category-static-list li+li{border-top:1px solid var(--line)}.category-static-link{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.75rem .9rem;font-weight:700}.category-static-link:hover{background:var(--soft-blush)}.category-static-link-left{display:inline-flex;align-items:center;gap:.6rem}.category-static-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:var(--accent);font-size:1.2rem}.category-static-icon svg{stroke-width:2.8}.hero-swiper{border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;display:grid;grid-template-rows:1fr auto;min-height:340px;position:relative}.hero-swiper-track{display:flex;width:100%;transition:transform .24s ease}.hero-slide{min-width:100%;padding:1.3rem 1.45rem 1.2rem;display:grid;grid-gap:.85rem;gap:.85rem;align-content:center;position:relative}.hero-slide-layout{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:1rem;gap:1rem}.hero-slide-has-bundle .hero-slide-layout{grid-template-columns:minmax(0,1fr);align-items:flex-start}.hero-slide-content{display:grid;grid-gap:.78rem;gap:.78rem;max-width:62ch}.hero-slide-has-bundle .hero-slide-content{max-width:none;align-content:flex-start;padding-right:250px;position:relative;z-index:1;display:flex;flex-direction:column;gap:.7rem;min-height:0}.hero-slide-has-bundle{align-content:flex-start}.hero-slide-a{background:var(--icy-aqua)}.hero-slide-b{background:var(--soft-blush)}.hero-slide-c{background:var(--peach-fuzz)}.hero-slide-perplexity{background:#113a37}.hero-slide-perplexity .hero-slide-highlight{border-color:currentColor;background:transparent;color:inherit}.hero-slide-perplexity .hero-slide-layout{grid-template-columns:minmax(0,1fr) minmax(220px,260px);align-items:flex-start}.hero-slide-perplexity{align-content:flex-start}.hero-slide-perplexity .hero-slide-content{display:flex;flex-direction:column;justify-content:flex-start;gap:.8rem}.hero-perplexity-under-logo{width:-moz-fit-content;width:fit-content;max-width:220px;display:inline-flex;align-items:center;justify-content:center;margin-top:2.1rem}.hero-perplexity-under-logo-image{width:min(220px,100%);height:auto;display:block}.hero-perplexity-wrap{display:grid;grid-gap:.8rem;gap:.8rem;align-content:flex-start;justify-items:stretch}.hero-perplexity-panel{border:1px solid #fff;border-radius:18px;background:#fff;color:#113a37;padding:1rem;display:grid;grid-gap:.6rem;gap:.6rem;position:relative;overflow:visible}.hero-perplexity-price-row{display:flex;align-items:center;gap:.75rem;justify-content:center;width:100%;margin-top:1.2rem}.hero-perplexity-price-label{color:inherit;font-size:.96rem;font-weight:700;line-height:1}.hero-perplexity-price-chip{border:1px solid #20808d;border-radius:10px;background:#fff;color:#13343b;padding:.38rem .86rem;font-size:1.4rem;font-weight:800;line-height:1}.hero-perplexity-head{display:inline-flex;align-items:center;gap:.4rem}.hero-perplexity-panel h3{margin:0;font-size:1.2rem;line-height:1.1}.hero-perplexity-panel ul{margin:0;padding-left:1rem;display:grid;grid-gap:.2rem;gap:.2rem;font-size:.9rem;line-height:1.35}.hero-slide-kicker{font-weight:700;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}.hero-slide-top{display:flex;align-items:center;justify-content:flex-start;gap:.6rem}.hero-slide-highlight{border:1px solid var(--text);border-radius:999px;background:#fff;color:var(--text);font-size:.9rem;font-weight:700;line-height:1;padding:.5rem .85rem;white-space:nowrap;margin-left:auto}.hero-slide-highlight-main{margin-left:0;font-size:clamp(.92rem,1.25vw,1.18rem);padding:.5rem .9rem;line-height:1.05}.hero-slide h2{font-size:clamp(2rem,2.8vw,3rem);line-height:1.1;max-width:22ch}.hero-slide p{font-size:1.05rem;max-width:56ch}.hero-offer-line{display:inline-flex;align-items:baseline;gap:.6rem;margin:0}.hero-offer-block{display:grid;grid-gap:.35rem;gap:.35rem}.hero-offer-description{margin:0;max-width:64ch;font-size:1rem;line-height:1.4}.hero-slide-price{margin:0;font-size:clamp(2rem,3.2vw,2.9rem);font-weight:700;line-height:1;letter-spacing:-.03em}.hero-price-currency{font-size:.55em;vertical-align:top;margin-right:.1em}.hero-app-bundle{position:static;display:flex;align-items:center;gap:.8rem;flex-wrap:nowrap;margin-left:auto}.hero-office-pack{position:absolute;top:10px;right:18px;width:230px;min-height:270px;display:grid;grid-gap:.75rem;gap:.75rem;align-content:flex-start;opacity:1;pointer-events:none;z-index:0}.hero-office-price-badge{position:absolute;left:-56px;top:98px;width:106px;height:106px;border-radius:999px;border:0;background:#d83b01;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.9rem;font-weight:700;line-height:1;letter-spacing:-.02em;box-shadow:0 8px 20px rgba(0,0,0,.08);isolation:isolate}.hero-office-price-badge:before{content:"";position:absolute;inset:-10px;background:#d83b01;border-radius:999px;z-index:-1}.hero-office-pack-image{width:100%;height:270px;object-fit:contain;object-position:right center;display:block}.hero-office-pack-icons{display:flex;align-items:center;justify-content:flex-start;gap:.65rem;flex-wrap:nowrap}.hero-office-inline{display:flex;flex-direction:column;gap:.35rem;margin-top:2.35rem;position:relative;z-index:1}.hero-office-mobile-price-row{display:none}.hero-office-inline-note{margin:0;font-size:.9rem;font-weight:700;color:var(--text)}.hero-app-tile{width:auto;height:auto;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.hero-app-logo-image{width:38px;height:38px;display:block}.hero-slide-actions{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;width:100%;margin-top:.15rem}.hero-slide-has-bundle .hero-slide-actions{justify-content:flex-start;flex-wrap:nowrap}.hero-slide-cta{border-radius:14px;min-height:48px;padding:.56rem 1.2rem;display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;font-weight:700;font-size:1.02rem}.hero-slide-cta-primary{border:1px solid var(--text);background:var(--text);color:#fff}.hero-slide-cta-secondary{border:1px solid var(--text);background:#fff;color:var(--text)}.hero-swiper-controls{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .85rem;background:#fff}.hero-controls-left{min-width:0}.hero-controls-right{display:inline-flex;align-items:center;gap:.75rem}.hero-controls-cta{border:1px solid var(--text);border-radius:12px;min-height:40px;padding:.35rem .95rem;display:inline-flex;align-items:center;justify-content:center;background:var(--text);color:#fff;font-weight:700;font-size:.95rem}.hero-nav-btn{width:34px;height:34px;border:0;background:transparent;color:var(--accent);display:grid;place-items:center;cursor:pointer;padding:0;font-size:1.4rem;border-radius:999px;position:relative}.hero-nav-btn:before{content:"";position:absolute;inset:4px;border-radius:999px;background:transparent;transition:background-color .12s ease;z-index:0}.hero-nav-btn svg{position:relative;z-index:1}.hero-nav-btn:hover{color:#fff;opacity:1}.hero-nav-btn:hover:before{background:var(--accent)}.hero-dots{display:inline-flex;align-items:center;gap:.45rem}.hero-dot{width:16px;height:8px;border:1px solid var(--line);border-radius:999px;background:#fff;cursor:pointer;padding:0;transition:width .16s ease,background-color .16s ease,border-color .16s ease}.hero-dot.active{background:var(--accent);border-color:var(--accent);width:30px}.category-trigger{width:100%;border:1px solid var(--line);border-radius:20px;background:var(--peach-fuzz);color:var(--text);padding:.84rem .95rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-weight:800;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.category-trigger-label{flex:1 1;text-align:left}.burger-lottie{display:inline-flex;align-items:center;justify-content:center}.burger-lottie,.burger-lottie>div{width:24px;height:24px}.category-chevron-ring{width:34px;height:34px;border-radius:999px;border:1px solid var(--line);display:grid;place-items:center;flex:none}.category-chevron{transition:transform .18s ease}.category-chevron.open{transform:rotate(180deg)}.category-panel{position:absolute;top:calc(100% + .6rem);left:0;width:min(560px,93vw);background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:1rem;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:60}.category-panel.open{opacity:1;visibility:visible;transform:translateY(0)}.category-panel-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.32rem;gap:.32rem}.category-panel-link{display:flex;align-items:center;justify-content:space-between;gap:.9rem;border-radius:14px;padding:.6rem .55rem}.category-panel-link:hover{background:var(--soft-blush)}.category-panel-link-left{display:inline-flex;align-items:center;gap:.65rem;font-weight:700;font-size:1.02rem}.category-sale-tag{border-radius:8px;background:var(--accent);color:#fff;padding:.1rem .42rem;font-size:.7rem;letter-spacing:.04em}.category-arrow{color:var(--accent);font-size:1.3rem;line-height:1}.category-link-action{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:var(--text);color:#fff}.category-panel-more{display:inline-flex;align-items:center;gap:.45rem;margin-top:.7rem;border-radius:14px;padding:.5rem .7rem;border:1px solid var(--line);background:var(--soft-blush);font-weight:700}.header-search-shell,.top-search-shell{position:relative;width:100%;margin:0 auto}.header-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.header-search-shell input,.top-search-shell input{width:100%;border:2px solid var(--line);border-radius:12px;background:#fff;padding:.68rem .9rem .68rem 2.55rem;font-weight:600;box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none}.header-search-shell input:focus,.top-search-shell input:focus{outline:none;border-color:var(--accent);box-shadow:none}.header-search-results{position:absolute;top:calc(100% + .55rem);left:0;right:0;background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden;z-index:55}.header-search-results ul{list-style:none;margin:0;padding:0}.header-search-results li+li{border-top:1px solid var(--line)}.header-search-results a{padding:.66rem .8rem}.header-search-results a:hover{background:var(--peach-fuzz)}.header-search-result-link{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;grid-gap:.65rem;gap:.65rem}.header-search-thumb{width:38px;height:38px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background:var(--icy-aqua);border:1px solid var(--accent)}.header-search-thumb img{width:74%;height:74%;display:block;object-fit:contain}.header-search-thumb-icon{font-size:1.45rem;line-height:1;display:block}.header-search-text{min-width:0;display:grid;grid-gap:.08rem;gap:.08rem}.header-search-text strong{line-height:1.2}.header-search-meta{color:var(--muted);font-size:.84rem;line-height:1.2}.header-search-price{font-weight:700;white-space:nowrap;color:var(--text)}.header-search-empty{margin:0;padding:.9rem;color:var(--muted);font-weight:600}.header-search-suggestions{display:grid;grid-gap:.6rem;gap:.6rem;padding:.72rem}.header-search-section-title{margin:0;font-size:.74rem;font-weight:800;line-height:1;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.header-search-tag-list{display:flex;flex-wrap:wrap;gap:.42rem}.header-search-tag{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);padding:.24rem .58rem;font-size:.8rem;font-weight:700;line-height:1.2;cursor:pointer}.header-search-tag.is-active,.header-search-tag:active,.header-search-tag:focus-visible,.header-search-tag:hover{border-color:var(--peach-fuzz);background:var(--peach-fuzz);color:var(--text);outline:none}.header-search-popular-list{list-style:none;margin:0;padding:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.header-search-popular-item{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;grid-gap:.65rem;gap:.65rem;padding:.6rem .66rem}.header-search-popular-item:hover{background:var(--peach-fuzz)}.site-footer{margin:2.8rem auto 1.4rem}.site-footer-shell{background:var(--surface);border:1px solid var(--line);border-radius:26px;padding:1.2rem}.site-footer-grid{display:grid;grid-template-columns:1.2fr .8fr .9fr;grid-gap:1rem;gap:1rem}.footer-brand-column h3{font-size:1.3rem;margin-bottom:.4rem}.footer-brand-column p{color:var(--muted);max-width:46ch}.site-footer h4{margin-bottom:.45rem;font-size:1rem}.footer-link-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.35rem;gap:.35rem}.footer-link-list a{color:var(--text);font-weight:600;transition:color .14s ease}.footer-link-list a:hover{color:var(--accent)}.footer-trustpilot{min-width:0}.footer-support-live{border:1px solid var(--line);border-radius:14px;background:#fff;padding:.6rem .75rem;display:grid;grid-gap:.3rem;gap:.3rem;margin-bottom:.55rem}.footer-support-live-head{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;line-height:1.2}.footer-support-dot{width:10px;height:10px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 1px rgba(34,197,94,.25)}.footer-support-link{color:var(--text);font-size:.83rem;font-weight:700;line-height:1.3;width:-moz-fit-content;width:fit-content;transition:color .14s ease}.footer-support-link:hover{color:var(--accent)}.footer-trustpilot-card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:.65rem .75rem;display:grid;grid-gap:.3rem;gap:.3rem}.footer-trustpilot-stars{display:inline-flex;align-items:center;gap:.22rem;color:var(--accent);font-size:.86rem;line-height:1}.footer-trustpilot-score{font-size:.9rem;font-weight:700;line-height:1.3}.footer-trustpilot-meta{font-size:.76rem;color:var(--text);line-height:1.35}.footer-trustpilot-link{color:var(--text);font-size:.82rem;font-weight:700;line-height:1.3;width:-moz-fit-content;width:fit-content;transition:color .14s ease}.footer-trustpilot-link:hover{color:var(--accent)}.payment-logo-grid{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:.8rem;flex-wrap:nowrap;overflow-x:auto}.payment-logo-item{flex:0 0 auto}.payment-logo-item img{display:block;width:auto;max-height:24px}.site-footer-bottom{margin-top:.95rem;padding-top:.8rem;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:.6rem;color:var(--muted);font-size:.88rem}.site-footer-legal-block{display:grid;grid-gap:.2rem;gap:.2rem}.site-footer-legal-row{margin:0;line-height:1.35}.site-footer-legal-links-row{margin:0;display:inline-flex;align-items:center;gap:.55rem;flex-wrap:wrap;color:var(--text-soft)}.footer-owner-link{color:var(--accent);font-weight:400;text-decoration:none}.footer-legal-link{color:var(--text);font-weight:400;text-decoration:none}.footer-legal-link:hover{color:var(--accent)}.cookie-consent-banner{position:fixed;left:50%;bottom:.9rem;transform:translateX(-50%);width:min(760px,calc(100vw - 1.1rem));border:1px solid var(--line);border-radius:14px;background:#fff;padding:.75rem;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.65rem;gap:.65rem;align-items:center;box-shadow:0 14px 28px rgba(0,0,0,.12);z-index:160}.cookie-consent-content{display:grid;grid-gap:.25rem;gap:.25rem;min-width:0}.cookie-consent-title{margin:0;font-size:.93rem;font-weight:800;line-height:1.2}.cookie-consent-text{margin:0;font-size:.81rem;line-height:1.38}.cookie-consent-link{color:var(--accent);font-weight:700;text-decoration:underline;text-underline-offset:.12em}.cookie-consent-actions{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}.cookie-consent-btn{border-radius:10px;min-height:38px;padding:.45rem .78rem;font-size:.82rem;font-weight:700;line-height:1}.cookie-consent-btn-secondary{border:1px solid var(--line);background:#fff;color:var(--text)}.cookie-consent-btn-secondary:hover{border-color:var(--accent);background:var(--soft-blush);color:var(--text)}.cookie-consent-btn-primary{border:1px solid var(--accent);background:var(--accent);color:#fff}.cookie-consent-btn-primary:hover{border-color:var(--accent);background:var(--accent);color:#fff}.legal-policy-wrap{margin-top:1.4rem}.legal-policy-panel{display:grid;grid-gap:.95rem;gap:.95rem}.legal-policy-head{display:grid;grid-gap:.46rem;gap:.46rem}.legal-policy-head h1{font-size:clamp(1.45rem,2.4vw,2rem)}.legal-policy-head p{font-size:.93rem;line-height:1.58}.legal-policy-nav{display:inline-flex;flex-wrap:wrap;gap:.4rem;width:-moz-fit-content;width:fit-content}.legal-policy-nav a{border:1px solid var(--line);border-radius:999px;padding:.24rem .6rem;background:#fff;font-size:.8rem;font-weight:600;line-height:1.2;text-decoration:none}.legal-policy-nav a:hover{border-color:var(--accent);color:var(--accent)}.legal-policy-updated{margin:0;font-size:.82rem;color:var(--text)}.legal-policy-layout{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:.82rem;gap:.82rem}.legal-policy-toc{border:1px solid var(--line);border-radius:14px;background:#fff;padding:.72rem;display:grid;grid-gap:.55rem;gap:.55rem;height:-moz-fit-content;height:fit-content}.legal-policy-toc p{margin:0;font-size:.88rem;font-weight:700;color:var(--text)}.legal-policy-toc ol{margin:0;padding-left:1.08rem;display:grid;grid-gap:.42rem;gap:.42rem}.legal-policy-toc li{margin:0}.legal-policy-toc a{color:var(--text);text-decoration:none;font-size:.88rem;line-height:1.45}.legal-policy-toc a:hover{color:var(--accent)}.legal-policy-inline-btn{border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);min-height:38px;width:-moz-fit-content;width:fit-content;padding:.44rem .7rem;font-size:.82rem;font-weight:600;line-height:1.2}.legal-policy-inline-btn:hover{border-color:var(--accent);background:var(--soft-blush);color:var(--accent)}.legal-policy-sections{display:grid;grid-gap:.75rem;gap:.75rem}.legal-policy-section{scroll-margin-top:108px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:.75rem;display:grid;grid-gap:.36rem;gap:.36rem}.legal-policy-sections h2{margin:0;font-size:1.02rem}.legal-policy-sections p{margin:0;font-size:.9rem;line-height:1.58}.legal-policy-list{margin:.12rem 0 0;padding-left:1.15rem;display:grid;grid-gap:.34rem;gap:.34rem}.legal-policy-list li{margin:0;font-size:.9rem;line-height:1.48}@media (min-width:980px){.legal-policy-layout{grid-template-columns:minmax(220px,260px) minmax(0,1fr);align-items:start}.legal-policy-toc{position:-webkit-sticky;position:sticky;top:100px}}.page-orb{display:none}.hero{margin-top:1.6rem;background:var(--tropical-teal);color:#fff;border-radius:28px;padding:2rem;display:grid;grid-template-columns:1.3fr 1fr;grid-gap:1.8rem;gap:1.8rem;border:1px solid var(--line)}.hero h1{font-size:clamp(1.9rem,2.5vw,3.1rem);margin-bottom:.85rem}.hero p{color:#fff;max-width:52ch}.topup-hero{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:radial-gradient(circle at top right,rgba(192,253,251,.65),transparent 46%),linear-gradient(138deg,var(--tropical-teal) 0,#4ba398 56%,#2f857b 100%);padding:1.35rem;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);grid-gap:1rem;gap:1rem;color:#fff}.topup-hero:after{content:"";position:absolute;width:230px;height:230px;right:-72px;top:-92px;border-radius:50%;background:rgba(192,253,251,.16);pointer-events:none}.topup-hero-main{position:relative;z-index:1;display:grid;grid-gap:.75rem;gap:.75rem}.topup-hero-kicker{display:inline-flex;align-items:center;gap:.38rem;width:-moz-fit-content;width:fit-content;border:1px solid hsla(0,0%,100%,.62);border-radius:999px;padding:.28rem .58rem;background:hsla(0,0%,100%,.12);font-size:.8rem;font-weight:700;line-height:1}.topup-hero-kicker svg{width:14px;height:14px}.topup-hero h1{font-size:clamp(1.7rem,2.7vw,2.5rem);line-height:1.07;max-width:18ch}.topup-hero-subtitle{color:#fff;font-size:.98rem;line-height:1.52;max-width:53ch}.topup-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.62rem}.topup-hero-actions .button-link{border-color:#fff}.topup-hero-actions .button-link,.topup-hero-actions .button-link:hover{background:#fff;color:var(--text)}.topup-hero-secondary-link{font-size:.9rem;font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.14em}.topup-hero-highlights{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.45rem}.topup-hero-highlights li{border:1px solid hsla(0,0%,100%,.55);border-radius:999px;padding:.26rem .56rem;font-size:.78rem;font-weight:700;line-height:1.2;background:hsla(0,0%,100%,.12)}.topup-hero-side{position:relative;z-index:1;display:grid;grid-gap:.65rem;gap:.65rem;align-content:start}.topup-hero-point-grid{display:grid;grid-gap:.5rem;gap:.5rem}.topup-hero-point{border:1px solid var(--line);border-radius:14px;background:hsla(0,0%,100%,.94);color:var(--text);padding:.55rem .62rem;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:.55rem;gap:.55rem}.topup-hero-point-icon{width:31px;height:31px;border-radius:999px;border:1px solid var(--line);background:var(--soft-blush);display:inline-flex;align-items:center;justify-content:center}.topup-hero-point-icon svg{width:15px;height:15px}.topup-hero-point strong{display:block;font-size:.86rem;line-height:1.2}.topup-hero-point p{margin-top:.08rem;font-size:.76rem;line-height:1.35}.topup-hero-providers-title{font-size:.92rem;line-height:1.2}.topup-hero-provider-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.38rem}.topup-hero-provider-list li{border:1px solid hsla(0,0%,100%,.55);border-radius:999px;background:hsla(0,0%,100%,.12);padding:.26rem .58rem;font-size:.8rem;font-weight:700;line-height:1.2}.topup-products-section{scroll-margin-top:110px}@media (max-width:1040px){.topup-hero{grid-template-columns:1fr}}.hero-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.badge-card{background:var(--icy-aqua);border:1px solid var(--line);color:var(--text);padding:.85rem;border-radius:14px}.badge-card strong{display:block;font-size:1.25rem}.section{margin-top:2rem}.section-heading{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.section-heading h2{font-size:1.55rem}.section-heading p{color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.product-card{min-width:0}.product-card,.product-card-link{display:grid;grid-gap:.45rem;gap:.45rem}.product-card-link{text-decoration:none;color:var(--text);-webkit-tap-highlight-color:transparent}.product-hero-image-link{display:block;color:inherit;text-decoration:none}.product-card-media{border:0;border-radius:16px;min-height:138px;width:100%;aspect-ratio:16/9;padding:1rem;display:flex;align-items:center;justify-content:center;text-align:center;transition:box-shadow .14s ease;box-shadow:0 0 0 0 transparent;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.product-card-link:focus-visible .product-card-media{box-shadow:0 0 0 3px var(--accent)}.product-card-media img,.product-hero-image img{-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.product-card-media>*{pointer-events:none}@media (hover:hover) and (pointer:fine){.product-card:hover .product-card-media{box-shadow:0 0 0 5px var(--accent)}}.product-card-logo-center{display:inline-flex;align-items:center;justify-content:center;font-size:clamp(2.8rem,3.5vw,4.5rem);color:#fff}.product-card-logo-center-large{font-size:clamp(3.2rem,4vw,5rem)}.product-card-logo-image{display:block;width:min(90%,205px);height:auto;max-height:102px}.product-card-logo-image-original{filter:none}.tiktok-logo-duotone{position:relative;width:1em;height:1em;display:inline-grid;place-items:center}.tiktok-logo-layer{position:absolute;width:1em;height:1em;display:inline-flex;align-items:center;justify-content:center;line-height:1}.tiktok-logo-cyan{color:#25f4ee;transform:translate(-.06em,-.03em)}.tiktok-logo-pink{color:#fe2c55;transform:translate(.06em,.03em)}.tiktok-logo-main{color:#fff}.product-card-logo-image-google{width:min(56%,116px);max-height:62px}.product-card-title{margin:0;font-size:.95rem;font-weight:700;line-height:1.2;text-align:center;color:var(--text)}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1rem}.home-promo-split{align-items:start}.checkout-promo-block{margin-top:0;border:0;border-radius:0;background:transparent;padding:0;display:grid;grid-gap:.4rem;gap:.4rem;align-content:start}.checkout-promo-block strong{font-size:1.02rem;line-height:1.2}.checkout-promo-block p,.home-topup-block p{margin:0;font-size:.94rem;line-height:1.42}.home-topup-block{display:grid;grid-gap:.4rem;gap:.4rem;align-content:start}.home-topup-block h3{font-size:1.02rem;line-height:1.2}.home-topup-cta{margin-top:.9rem}@media (min-width:901px){.checkout-promo-block{grid-template-columns:minmax(0,1fr) 260px;grid-template-areas:"title coupon" "text coupon";column-gap:.9rem;align-items:center}.checkout-promo-block strong{grid-area:title;font-size:1.06rem;line-height:1.2;white-space:nowrap}.checkout-promo-block p{grid-area:text;max-width:48ch}.checkout-promo-block .promo-code-copy-btn{grid-area:coupon;justify-self:end;align-self:center}.promo-code-copy-btn-inline{width:248px;min-width:248px;min-height:110px;padding:.58rem .72rem;flex-direction:row;align-items:center;justify-content:center;gap:.4rem;text-align:center;border-width:3px;border-radius:16px}.promo-code-copy-btn-inline>span:first-child{font-size:1.1rem;font-weight:800;letter-spacing:.02em;line-height:1}.promo-code-copy-btn-inline>span:last-child{font-size:1.06rem;font-weight:700;line-height:1.2}.promo-code-copy-btn-inline .promo-copy-state{width:54px;height:54px;min-width:54px;padding:0;border-radius:14px;background:transparent}.promo-code-copy-btn-inline .promo-copy-state svg{width:30px;height:30px}}.promo-code-copy-btn{border:3px dashed var(--accent);border-radius:12px;background:#fff;color:var(--text);padding:.46rem .65rem;min-height:40px;display:inline-flex;align-items:center;justify-content:space-between;gap:.65rem;width:-moz-fit-content;width:fit-content;font-size:.84rem;font-weight:800;transition:border-color .14s ease,color .14s ease,background-color .14s ease,border-style .14s ease}.promo-code-copy-btn:hover{border-color:var(--accent);color:var(--text);background:#fff}.promo-code-copy-btn:focus-visible{outline:none;border-color:var(--accent);box-shadow:none}.promo-code-copy-btn.is-copied{border-style:solid}.promo-copy-state{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 .45rem;gap:.26rem;border:0;border-radius:9px;color:var(--accent);font-size:.75rem;font-weight:800;line-height:1}.promo-copy-state svg{width:20px;height:20px;stroke-width:2.2}.promo-code-copy-btn-inline{min-width:230px;justify-content:center;gap:.4rem}.promo-code-copy-btn-banner{border-color:#fff;background:#fff;color:var(--accent);min-height:34px;border-radius:10px;padding:.36rem .58rem}.promo-code-copy-btn-banner:hover{border-color:#fff;background:#fff;color:#1f1f1f}.seo-copy-section{margin-top:2.8rem;margin-bottom:2.8rem;width:100%}.seo-copy-flow{padding:0;display:grid;grid-gap:1.25rem;gap:1.25rem;width:100%;max-width:100%}.seo-copy-flow h2{font-size:1.34rem;margin:0 0 .4rem}.seo-copy-flow p{color:#383838;font-size:1rem;line-height:1.85;margin:0}.list{margin:0;padding-left:1.1rem;color:var(--text)}.list li+li{margin-top:.4rem}.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";grid-gap:1.2rem;gap:1.2rem;align-items:start}.product-detail-head{grid-area:head}.product-detail-info-sections{grid-area:info;display:grid;grid-gap:.8rem;gap:.8rem;min-width:0}.product-detail-right-column{grid-area:buybox;min-width:0;align-self:stretch}.product-buybox{align-self:start;position:-webkit-sticky;position:sticky;top:92px;max-height:calc(100dvh - 92px - 1rem);overflow-y:auto}.product-detail-head{display:grid;grid-gap:.85rem;gap:.85rem}.product-detail-heading{margin-bottom:0}.product-detail-heading h1{font-size:clamp(1.55rem,2.3vw,2.1rem)}.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;-moz-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-info-block{border:1px solid var(--line);border-radius:16px;background:#fff;padding:.95rem;display:grid;grid-gap:.55rem;gap:.55rem}.product-info-block h2{font-size:1.16rem}.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;grid-gap:.55rem;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;grid-gap:.6rem;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;grid-gap:.55rem;gap:.55rem}.product-usable-country{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:.7rem;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);background:#fff}.product-country-variant-links{margin-top:.8rem;display:grid;grid-gap:.42rem;gap:.42rem}.product-country-variant-links h3{margin:0;font-size:.92rem;color:var(--text-soft)}.product-country-variant-links-list{display:grid;grid-gap:.36rem;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-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;grid-gap:.85rem;gap:.85rem;min-width:0;width:100%;max-width:100%;overflow-x:hidden;overflow-x:clip}.product-checkout-wizard .wizard-head{display:grid;grid-gap:.2rem;gap:.2rem}.product-checkout-wizard .wizard-head h2{font-size:1.33rem}.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));grid-gap:.34rem;gap:.34rem;width:100%;max-width:100%;min-width:0;overflow-x:clip;padding-top:.16rem;--wizard-progress:0%}.product-checkout-wizard .wizard-steps:before{content:"";position:absolute;left:18px;right:18px;top:15px;height:4px;border-radius:999px;background:#d9d6df;z-index:0}.product-checkout-wizard .wizard-steps:after{content:"";position:absolute;left:18px;top:15px;width:calc(100% - 36px);height:4px;border-radius:999px;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:transparent;color:var(--text);padding:0;display:grid;justify-items:start;grid-gap:.44rem;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}.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-checkout-wizard .wizard-card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:.85rem;display:grid;grid-gap:.75rem;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}.product-checkout-wizard .wizard-price-grid{display:grid;grid-template-columns:1fr;grid-gap:.5rem;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;grid-gap:.44rem;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;grid-gap:.48rem;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:transparent;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:transparent;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;grid-gap:.24rem;gap:.24rem;justify-items:center;text-align:center;box-shadow:0 0 0 0 transparent;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-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-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:transparent!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;grid-gap:.55rem;gap:.55rem;min-width:0}.wizard-validation-text{color:#767676;font-size:.88rem}.product-checkout-wizard .wizard-field-grid label{display:grid;grid-gap:.28rem;gap:.28rem;font-size:.86rem;font-weight:700;min-width:0}.product-checkout-wizard .wizard-label-with-required{display:inline-flex;align-items:baseline;gap:.42rem;flex-wrap:wrap}.product-checkout-wizard .wizard-required-indicator{font-size:.74rem;font-weight:700;color:var(--accent);line-height:1.2}.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;grid-gap:.5rem;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;grid-gap:.65rem;gap:.65rem}.product-checkout-wizard .wizard-klarna-preview-logo{display:inline-flex;align-items:center;justify-content:center;padding:0;background:transparent}.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;grid-gap:.55rem;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;-moz-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:transparent;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:46px;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-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;grid-gap:.7rem;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;grid-gap:.12rem;gap:.12rem;min-width:156px;flex:0 0 auto;scroll-snap-align:start;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-column-gap:.5rem;column-gap:.5rem}.product-checkout-wizard .wizard-template-option:before{content:"";width:.78rem;height:.78rem;border-radius:999px;border:1px solid hsla(0,0%,9%,.14);background:#d0cbc8}.product-checkout-wizard .wizard-template-option-aurora:before{background:#e35b8f}.product-checkout-wizard .wizard-template-option-classic:before{background:#c8972c}.product-checkout-wizard .wizard-template-option-confetti:before{background:#7b5be3}.product-checkout-wizard .wizard-template-option-midnight:before{background:#2f73ff}.product-checkout-wizard .wizard-template-option-sunset:before{background:#39a091}.product-checkout-wizard .wizard-template-option-stripes:before{background:#8c4de2}.product-checkout-wizard .wizard-template-option-foodie:before{background:#dc6b2f}.product-checkout-wizard .wizard-template-option-tiles:before{background:#4f7bc8}.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:hsla(0,0%,7%,.62);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-aurora{--gift-bg:#ffe8f1;--gift-ink:#351120;--gift-chip:#fff9fc;--gift-line:#d89ab1;--gift-logo-chip-bg:#351120;--gift-logo-chip-line:#351120;--gift-logo-filter:brightness(0) invert(1);--gift-logo-fallback-ink:#fff;--gift-small:rgba(53,17,32,.72)}.gift-card-visual-classic{--gift-bg:#23180f;--gift-ink:#f3d890;--gift-chip:#2f2116;--gift-line:#9f7930;--gift-logo-chip-bg:#f0c86b;--gift-logo-chip-line:#d5ab4d;--gift-logo-filter:brightness(0);--gift-logo-fallback-ink:#1f140a;--gift-small:hsla(44,80%,76%,.82)}.gift-card-visual-confetti{--gift-bg:#f1ecff;--gift-ink:#1e1736;--gift-chip:#fff;--gift-line:#b9addf;--gift-logo-chip-bg:#fff;--gift-logo-chip-line:#b9addf;--gift-logo-filter:brightness(0);--gift-logo-fallback-ink:#1e1736;--gift-small:rgba(30,23,54,.66)}.gift-card-visual-midnight{--gift-bg:#101f34;--gift-ink:#f2f6ff;--gift-chip:#1b2f4e;--gift-line:#3c5f92;--gift-logo-chip-bg:#fff;--gift-logo-chip-line:#c4d5ef;--gift-logo-filter:brightness(0);--gift-logo-fallback-ink:#111;--gift-small:rgba(242,246,255,.72)}.gift-card-visual-sunset{--gift-bg:#e4f3ef;--gift-ink:#103830;--gift-chip:#f7fbfa;--gift-line:#89bcb2;--gift-logo-chip-bg:#103830;--gift-logo-chip-line:#103830;--gift-logo-filter:brightness(0) invert(1);--gift-logo-fallback-ink:#fff;--gift-small:rgba(16,56,48,.7)}.gift-card-visual-stripes{--gift-bg:#f4ecff;--gift-ink:#26183f;--gift-chip:#fff;--gift-line:#bfaedb;--gift-logo-chip-bg:#fff;--gift-logo-chip-line:#bfaedb;--gift-logo-filter:brightness(0);--gift-logo-fallback-ink:#26183f;--gift-small:rgba(38,24,63,.68)}.gift-card-visual-foodie{--gift-bg:#fff0e3;--gift-ink:#372312;--gift-chip:#fffaf5;--gift-line:#d8b48f;--gift-logo-chip-bg:#372312;--gift-logo-chip-line:#372312;--gift-logo-filter:brightness(0) invert(1);--gift-logo-fallback-ink:#fff;--gift-small:rgba(55,35,18,.72)}.gift-card-visual-tiles{--gift-bg:#ebf1ff;--gift-ink:#11223f;--gift-chip:#fff;--gift-line:#acc0e8;--gift-logo-chip-bg:#11223f;--gift-logo-chip-line:#11223f;--gift-logo-filter:brightness(0) invert(1);--gift-logo-fallback-ink:#fff;--gift-small:rgba(17,34,63,.68)}.gift-card-visual-decoration{position:absolute;inset:0;z-index:0;opacity:.28;pointer-events:none}.gift-card-visual-aurora .gift-card-visual-decoration{opacity:.3;background-color:#ffe8f1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' viewBox='0 0 88 88'%3E%3Cg fill='%23B96388' fill-opacity='0.34'%3E%3Cpath fill-rule='evenodd' d='M29.42 29.41c.36-.36.58-.85.58-1.4V0h-4v26H0v4h28c.55 0 1.05-.22 1.41-.58h.01zm0 29.18c.36.36.58.86.58 1.4V88h-4V62H0v-4h28c.56 0 1.05.22 1.41.58zm29.16 0c-.36.36-.58.85-.58 1.4V88h4V62h26v-4H60c-.55 0-1.05.22-1.41.58h-.01zM62 26V0h-4v28c0 .55.22 1.05.58 1.41.37.37.86.59 1.41.59H88v-4H62zM18 36c0-1.1.9-2 2-2h10a2 2 0 1 1 0 4H20a2 2 0 0 1-2-2zm0 16c0-1.1.9-2 2-2h10a2 2 0 1 1 0 4H20a2 2 0 0 1-2-2zm16-26a2 2 0 0 1 2-2 2 2 0 0 1 2 2v4a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-4zm16 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2v4a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-4zM34 58a2 2 0 0 1 2-2 2 2 0 0 1 2 2v4a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-4zm16 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2v4a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-4zM34 78a2 2 0 0 1 2-2 2 2 0 0 1 2 2v6a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-6zm16 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2v6a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-6zM34 4a2 2 0 0 1 2-2 2 2 0 0 1 2 2v6a2 2 0 0 1-2 2 2 2 0 0 1-2-2V4zm16 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2v6a2 2 0 0 1-2 2 2 2 0 0 1-2-2V4zm-8 82a2 2 0 1 1 4 0v2h-4v-2zm0-68a2 2 0 1 1 4 0v10a2 2 0 1 1-4 0V18zM66 4a2 2 0 1 1 4 0v8a2 2 0 1 1-4 0V4zm0 72a2 2 0 1 1 4 0v8a2 2 0 1 1-4 0v-8zm-48 0a2 2 0 1 1 4 0v8a2 2 0 1 1-4 0v-8zm0-72a2 2 0 1 1 4 0v8a2 2 0 1 1-4 0V4zm24-4h4v2a2 2 0 1 1-4 0V0zm0 60a2 2 0 1 1 4 0v10a2 2 0 1 1-4 0V60zm14-24c0-1.1.9-2 2-2h10a2 2 0 1 1 0 4H58a2 2 0 0 1-2-2zm0 16c0-1.1.9-2 2-2h10a2 2 0 1 1 0 4H58a2 2 0 0 1-2-2zm-28-6a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8 26a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm16 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM36 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm16 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-8-8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 68a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm16-34a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm16-12a2 2 0 1 0 0 4 6 6 0 1 1 0 12 2 2 0 1 0 0 4 10 10 0 1 0 0-20zm-64 0a2 2 0 1 1 0 4 6 6 0 1 0 0 12 2 2 0 1 1 0 4 10 10 0 1 1 0-20zm56-12a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 48a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-48 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0-48a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm24 32a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm0-4a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm36-36a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-4a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM10 44c0-1.1.9-2 2-2h8a2 2 0 1 1 0 4h-8a2 2 0 0 1-2-2zm56 0c0-1.1.9-2 2-2h8a2 2 0 1 1 0 4h-8a2 2 0 0 1-2-2zm8 24c0-1.1.9-2 2-2h8a2 2 0 1 1 0 4h-8a2 2 0 0 1-2-2zM3 68c0-1.1.9-2 2-2h8a2 2 0 1 1 0 4H5a2 2 0 0 1-2-2zm0-48c0-1.1.9-2 2-2h8a2 2 0 1 1 0 4H5a2 2 0 0 1-2-2zm71 0c0-1.1.9-2 2-2h8a2 2 0 1 1 0 4h-8a2 2 0 0 1-2-2zm6 66a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-4a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM8 86a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-4a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0-68A6 6 0 1 1 8 2a6 6 0 0 1 0 12zm0-4a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm36 36a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3C/g%3E%3C/svg%3E")}.gift-card-visual-classic .gift-card-visual-decoration{opacity:1;background-color:#23180f;background-image:url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81.28 88H68.413l19.298 19.298L81.28 88zm2.107 0h13.226L90 107.838 83.387 88zm15.334 0h12.866l-19.298 19.298L98.72 88zm-32.927-2.207L73.586 78h32.827l.5.5 7.294 7.293L115.414 87l-24.707 24.707-.707.707L64.586 87l1.207-1.207zm2.62.207L74 80.414 79.586 86H68.414zm16 0L90 80.414 95.586 86H84.414zm16 0L106 80.414 111.586 86h-11.172zm-8-6h11.173L98 85.586 92.414 80zM82 85.586L87.586 80H76.414L82 85.586zM17.414 0L.707 16.707 0 17.414V0h17.414zM4.28 0L0 12.838V0h4.28zm10.306 0L2.288 12.298 6.388 0h8.198zM180 17.414L162.586 0H180v17.414zM165.414 0l12.298 12.298L173.612 0h-8.198zM180 12.838L175.72 0H180v12.838zM0 163h16.413l.5.5 7.294 7.293L25.414 172l-8 8H0v-17zm0 10h6.613l-2.334 7H0v-7zm14.586 7l7-7H8.72l-2.333 7h8.2zM0 165.414L5.586 171H0v-5.586zM10.414 171L16 165.414 21.586 171H10.414zm-8-6h11.172L8 170.586 2.414 165zM180 163h-16.413l-7.794 7.793-1.207 1.207 8 8H180v-17zm-14.586 17l-7-7h12.865l2.333 7h-8.2zM180 173h-6.613l2.334 7H180v-7zm-21.586-2l5.586-5.586 5.586 5.586h-11.172zM180 165.414L174.414 171H180v-5.586zm-8 5.172l5.586-5.586h-11.172l5.586 5.586zM152.933 25.653l1.414 1.414-33.94 33.942-1.416-1.416 33.943-33.94zm1.414 127.28l-1.414 1.414-33.942-33.94 1.416-1.416 33.94 33.943zm-127.28 1.414l-1.414-1.414 33.94-33.942 1.416 1.416-33.943 33.94zm-1.414-127.28l1.414-1.414 33.942 33.94-1.416 1.416-33.94-33.943zM0 85c2.21 0 4 1.79 4 4s-1.79 4-4 4v-8zm180 0c-2.21 0-4 1.79-4 4s1.79 4 4 4v-8zM94 0c0 2.21-1.79 4-4 4s-4-1.79-4-4h8zm0 180c0-2.21-1.79-4-4-4s-4 1.79-4 4h8z' fill='%23C8972C' fill-opacity='0.34' fill-rule='evenodd'/%3E%3C/svg%3E")}.gift-card-visual-confetti .gift-card-visual-decoration{opacity:.36;background-color:#f1ecff;background-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zm33.414-6l5.95-5.95L45.95.636 40 6.586 34.05.636 32.636 2.05 38.586 8l-5.95 5.95 1.414 1.414L40 9.414l5.95 5.95 1.414-1.414L41.414 8zM40 48c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zM9.414 40l5.95-5.95-1.414-1.414L8 38.586l-5.95-5.95L.636 34.05 6.586 40l-5.95 5.95 1.414 1.414L8 41.414l5.95 5.95 1.414-1.414L9.414 40z' fill='%237B5BE3' fill-opacity='0.35' fill-rule='evenodd'/%3E%3C/svg%3E")}.gift-card-visual-midnight .gift-card-visual-decoration{opacity:.34;background-color:#101f34;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%236BA3FF' fill-opacity='0.34' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3C/svg%3E")}.gift-card-visual-sunset .gift-card-visual-decoration{opacity:.3;background-color:#e4f3ef;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%2339A091' fill-opacity='0.24'%3E%3Cpath fill-rule='evenodd' d='M11 0l5 20H6l5-20zm42 31a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM0 72h40v4H0v-4zm0-8h31v4H0v-4zm20-16h20v4H20v-4zM0 56h40v4H0v-4zm63-25a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm10 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM53 41a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm10 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm10 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-30 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-28-8a5 5 0 0 0-10 0h10zm10 0a5 5 0 0 1-10 0h10zM56 5a5 5 0 0 0-10 0h10zm10 0a5 5 0 0 1-10 0h10zm-3 46a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm10 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM21 0l5 20H16l5-20zm43 64v-4h-4v4h-4v4h4v4h4v-4h4v-4h-4zM36 13h4v4h-4v-4zm4 4h4v4h-4v-4zm-4 4h4v4h-4v-4zm8-8h4v4h-4v-4z'/%3E%3C/g%3E%3C/svg%3E")}.gift-card-visual-stripes .gift-card-visual-decoration{opacity:.32;background-color:#f4ecff;background-image:url("data:image/svg+xml,%3Csvg width='40' height='1' viewBox='0 0 40 1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h20v1H0z' fill='%238C4DE2' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E")}.gift-card-visual-foodie .gift-card-visual-decoration{opacity:.28;background-color:#fff0e3;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23C96A37' fill-opacity='0.32'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zM159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm90 127a22 22 0 1 0 0-44 22 22 0 0 0 0 44z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.gift-card-visual-tiles .gift-card-visual-decoration{opacity:.32;background-color:#ebf1ff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%234F7BC8' fill-opacity='0.32'%3E%3Cpath fill-rule='evenodd' d='M0 0h40v40H0V0zm40 40h40v40H40V40zm0-40h2l-2 2V0zm0 4l4-4h2l-6 6V4zm0 4l8-8h2L40 10V8zm0 4L52 0h2L40 14v-2zm0 4L56 0h2L40 18v-2zm0 4L60 0h2L40 22v-2zm0 4L64 0h2L40 26v-2zm0 4L68 0h2L40 30v-2zm0 4L72 0h2L40 34v-2zm0 4L76 0h2L40 38v-2zm0 4L80 0v2L42 40h-2zm4 0L80 4v2L46 40h-2zm4 0L80 8v2L50 40h-2zm4 0l28-28v2L54 40h-2zm4 0l24-24v2L58 40h-2zm4 0l20-20v2L62 40h-2zm4 0l16-16v2L66 40h-2zm4 0l12-12v2L70 40h-2zm4 0l8-8v2l-6 6h-2zm4 0l4-4v2l-2 2h-2z'/%3E%3C/g%3E%3C/svg%3E")}.gift-card-visual-inner{position:relative;z-index:1;min-height:266px;padding:.95rem;display:grid;align-content:space-between;grid-gap:.74rem;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;grid-gap:.55rem;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));grid-gap:.7rem;gap:.7rem}.gift-card-visual-pill{display:grid;grid-gap:.15rem;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;grid-gap:.55rem;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:hsla(20,33%,98%,.97)}.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 rgba(0,0,0,.26);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;grid-gap:.22rem;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);grid-gap:.74rem;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;grid-gap:.56rem;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));grid-gap:.62rem;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:transparent;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:transparent}.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;grid-gap:.5rem;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:transparent;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:transparent;color:var(--accent);text-decoration:underline}.product-checkout-wizard .wizard-summary{display:grid;grid-gap:.45rem;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;grid-gap:.5rem;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));grid-gap:.45rem;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-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 rgba(31,31,31,.18);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:.6rem;gap:.6rem;padding:.5rem .56rem}.product-checkout-wizard .wizard-mobile-return-copy{min-width:0;display:grid;grid-gap:.08rem;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;grid-gap:1rem;gap:1rem;margin-top:1.5rem}.form-grid{display:grid;grid-gap:.85rem;gap:.85rem}.form-grid label{display:grid;grid-gap:.35rem;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;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent)}.product-checkout-wizard .wizard-qty-control:focus-within{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));grid-gap:.9rem;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;grid-gap:1rem;gap:1rem}.admin-sidebar{background:var(--taupe);color:#fff;border-radius:16px;padding:1rem;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;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;grid-gap:.35rem;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;grid-gap:1rem;gap:1rem}.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));grid-gap:1rem;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,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:static}.header-tools{grid-template-columns:1fr;gap:.7rem}.header-tools-meta{display:none}.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}.nav-links{gap:.35rem;flex-wrap:wrap;justify-content:flex-start}.site-header-inner{align-items:stretch;grid-template-columns:1fr;gap:.35rem;padding:.6rem 0 0}.site-nav-center{justify-self:start}.header-top-controls{justify-self:start;flex-wrap:wrap}.login-panel{left:0;right:auto;width:min(420px,96vw)}.hero-badges,.metrics-grid,.product-grid,.site-footer-grid,.social-login-grid{grid-template-columns:1fr}.footer-trustpilot{grid-column:auto}.site-footer-bottom{flex-direction:column;align-items:flex-start}.cookie-consent-banner{left:.55rem;right:.55rem;transform:none;width:auto;bottom:calc(.55rem + env(safe-area-inset-bottom));grid-template-columns:1fr;gap:.55rem}.cookie-consent-actions{width:100%;justify-content:stretch}.cookie-consent-btn{flex:1 1 150px}.category-panel{width:min(96vw,560px)}.product-hero-image{min-height:180px}}.site-header-inner{display:grid;grid-template-columns:1fr;grid-gap:.6rem;gap:.6rem;padding:.65rem 0 .75rem}.site-header-mainrow{display:grid;width:100%;grid-template-columns:236px minmax(0,1fr) 220px 104px;align-items:center;grid-gap:1rem;gap:1rem;justify-content:stretch}.desktop-search-order{display:block;min-width:0;width:100%}.mobile-search-row{display:none}.mobile-search-shell,.top-search-shell{position:relative;width:100%}.mobile-search-shell input,.top-search-shell input{width:100%;border:2px solid var(--line);border-radius:12px;background:#fff;padding:.7rem .95rem .7rem 2.55rem;font-size:1rem;font-weight:500;line-height:1.25;box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none}.mobile-search-shell input:focus,.top-search-shell input:focus{outline:none;border-color:var(--accent);box-shadow:none}.orderstatus-link{font-size:.98rem;font-weight:800;color:var(--text);white-space:nowrap}.desktop-orderstatus{display:inline-flex;width:220px;justify-content:flex-start}.orderstatus-link:hover{color:var(--accent)}.header-top-controls{display:inline-flex;width:104px;align-items:center;gap:.6rem;justify-content:flex-end;justify-self:end}.header-control-btn{border-radius:10px;padding:.3rem .56rem;font-size:.78rem;gap:.3rem;background:#fff;color:var(--text)}.header-control-btn.active,.header-control-btn:hover{background:#fff;border-color:var(--accent);color:var(--text)}.language-trigger{width:96px;min-width:96px;justify-content:space-between;box-shadow:none;padding:.16rem .12rem;gap:.16rem}.language-trigger,.language-trigger.active,.language-trigger:hover{border:0!important;background:transparent!important}.language-flag-large{width:24px;height:18px;border-radius:4px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center}.language-flag-large img,.language-flag-large svg{width:100%;height:100%;object-fit:contain}.language-short{font-weight:800;font-size:.95rem;letter-spacing:.01em;line-height:1;margin-left:.02rem}.language-trigger .login-chevron{width:16px;height:16px;stroke-width:2.8}.lang-dropdown{top:100%;width:100%;min-width:100%;right:0;padding:.25rem}.mini-dropdown-item{min-height:42px;padding:.36rem .52rem;font-size:.95rem;font-weight:800}.mini-dropdown-flag{width:22px;height:16px;border-radius:4px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center}.mini-dropdown-flag img,.mini-dropdown-flag svg{width:100%;height:100%;object-fit:contain}.mobile-menu-btn,.mobile-menu-close{width:40px;height:40px;border:0;border-radius:10px;background:transparent;color:var(--text);display:grid;place-items:center;cursor:pointer;padding:0;transition:background-color .18s ease,color .18s ease}.mobile-menu-btn:focus-visible,.mobile-menu-btn:hover,.mobile-menu-btn[aria-expanded=true],.mobile-menu-close:active,.mobile-menu-close:focus-visible,.mobile-menu-close:hover{background:var(--accent);color:#fff}.hamburger-lines{width:22px;height:16px;display:grid;align-content:center;grid-gap:4px;gap:4px;position:relative}.hamburger-lines span{display:block;width:100%;height:2.4px;border-radius:99px;background:#111;transition:transform .22s ease,opacity .22s ease,background-color .18s ease}.mobile-menu-btn:focus-visible .hamburger-lines span,.mobile-menu-btn:hover .hamburger-lines span,.mobile-menu-btn[aria-expanded=true] .hamburger-lines span,.mobile-menu-close:active .hamburger-lines span,.mobile-menu-close:focus-visible .hamburger-lines span,.mobile-menu-close:hover .hamburger-lines span{background:#fff}.hamburger-lines.open span:first-child{transform:translateY(6.5px) rotate(45deg)}.hamburger-lines.open span:nth-child(2){opacity:0}.hamburger-lines.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-menu-meta{display:grid;grid-gap:.55rem;gap:.55rem;padding-top:.2rem}.mobile-menu-orderstatus{display:block;font-size:1rem;font-weight:800;color:var(--text)}.mobile-menu-language-wrap{position:relative;width:-moz-fit-content;width:fit-content}.mobile-menu-language-trigger{width:auto;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);min-height:36px;padding:.28rem .48rem;display:inline-flex;align-items:center;justify-content:flex-start;gap:.34rem;font-size:.86rem;font-weight:800;line-height:1;cursor:pointer}.mobile-menu-language-trigger.open{border-color:var(--accent);background:var(--soft-blush)}.mobile-menu-language-dropdown{position:absolute;left:0;top:auto;bottom:calc(100% + .35rem);border:1px solid var(--line);border-radius:10px;background:#fff;padding:.25rem;display:grid;grid-gap:.2rem;gap:.2rem;min-width:132px;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .14s ease,transform .14s ease,visibility .14s ease;z-index:3}.mobile-menu-language-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-menu-language-option{width:100%;border:1px solid transparent;border-radius:8px;background:#fff;color:var(--text);min-height:34px;padding:.24rem .4rem;display:inline-flex;align-items:center;gap:.32rem;justify-content:flex-start;font-size:.84rem;font-weight:800;cursor:pointer}.mobile-menu-language-option:hover{border-color:var(--line);background:var(--soft-blush)}.mobile-nav-overlay{position:fixed;inset:0;background:rgba(31,31,31,.28);opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease;z-index:120}.mobile-nav-overlay.open{opacity:1;visibility:visible}.mobile-nav-sheet{position:absolute;inset:0;background:#fff;padding:1rem;transform:translateX(100%);transition:transform .22s ease;display:grid;grid-gap:1rem;gap:1rem;grid-template-rows:auto auto minmax(0,1fr) auto;align-content:stretch}.mobile-nav-overlay.open .mobile-nav-sheet{transform:translateX(0)}.mobile-nav-head{display:flex;align-items:center;justify-content:space-between}.mobile-nav-sheet nav{min-height:0;overflow-y:auto}.mobile-menu-categories{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.mobile-menu-categories-head{border-bottom:1px solid var(--line);background:var(--accent);min-height:52px;padding:.68rem .8rem;display:flex;align-items:center}.mobile-menu-categories-head h3{margin:0;font-size:1.12rem;font-weight:700;color:#fff}.mobile-menu-back-btn{border:0;border-radius:0;background:transparent;color:#fff;width:100%;min-height:0;padding:0;display:inline-flex;align-items:center;gap:.34rem;justify-content:flex-start;font-size:1.12rem;font-weight:700}.mobile-menu-categories-list,.mobile-menu-sub-list{list-style:none;margin:0;padding:0}.mobile-menu-panels{overflow:hidden}.mobile-menu-panels-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:200%;transform:translateX(0);transition:transform .22s ease}.mobile-menu-panels-track.is-sub-open{transform:translateX(-50%)}.mobile-menu-panel{min-width:0}.mobile-menu-categories-list li+li,.mobile-menu-sub-list li+li{border-top:1px solid var(--line)}.mobile-menu-category-btn,.mobile-menu-sub-link{border:0;border-radius:0;background:#fff;color:var(--text);width:100%;min-height:56px;padding:.68rem .8rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.98rem;font-weight:700;text-align:left;text-decoration:none}.mobile-menu-category-btn:active,.mobile-menu-category-btn:focus-visible,.mobile-menu-category-btn:hover,.mobile-menu-sub-link:active,.mobile-menu-sub-link:focus-visible,.mobile-menu-sub-link:hover{background:#fff;color:var(--text)}@media (max-width:1180px) and (min-width:901px){.site-header-mainrow{grid-template-columns:210px minmax(0,1fr) 186px 92px;gap:.72rem}.orderstatus-link{font-size:.92rem}.desktop-orderstatus{width:186px}.header-top-controls{width:92px}.language-trigger{width:88px;min-width:88px}}.mobile-menu-category-left{display:inline-flex;align-items:center;gap:.5rem}.mobile-menu-category-icon{width:20px;height:20px;color:var(--accent);display:inline-flex;align-items:center;justify-content:center;font-size:1rem}.mobile-menu-category-icon svg{stroke-width:2.5}.header-tools{display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1fr);grid-gap:1rem;gap:1rem;align-items:stretch;padding-top:1.15rem;padding-bottom:1rem}.category-shell{position:relative;z-index:30;align-self:start}.category-master-btn{width:100%;border:0;border-radius:0;background:#fff;min-height:52px;padding:.5rem .82rem;display:flex;align-items:center;justify-content:space-between;gap:.7rem;text-align:left;font:inherit;color:var(--text);cursor:pointer;transition:background-color .14s ease;font-weight:500}.category-master-btn.active,.category-master-btn:hover{background:var(--soft-blush);color:var(--text);font-weight:700}.category-master-label{transition:font-weight .14s ease}.category-static-list-main{min-height:0}.category-mega-panel{position:absolute;top:0;left:calc(100% + .1rem);width:max-content;min-width:280px;max-width:min(420px,80vw);border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 18px 36px rgba(0,0,0,.08)}.category-mega-title{margin:0;padding:.7rem .9rem;font-size:1.05rem;font-weight:600;color:#fff;background:var(--accent);border-bottom:1px solid var(--line)}.category-mega-grid{display:grid;grid-template-columns:1fr}.category-mega-link{border:0;border-top:1px solid var(--line);background:#fff;min-height:52px;padding:.5rem .82rem;display:flex;align-items:center;justify-content:space-between;gap:.7rem;font-weight:500;transition:background-color .14s ease;white-space:nowrap}.category-mega-link:hover{background:var(--soft-blush);font-weight:700}.category-mega-link-left{display:inline-flex;align-items:center;gap:.5rem}.category-mega-brand-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:var(--accent);font-size:1rem}.hero-swiper{min-height:320px;align-self:stretch}.popular-products-section{grid-column:1/-1}.popular-products-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:1rem;gap:1rem}.popular-product-card{display:grid;grid-gap:.45rem;gap:.45rem;min-width:0}.popular-products-heading{margin-bottom:.7rem}.popular-products-heading h2{font-size:1.45rem}.popular-product-media{border:0;border-radius:16px;min-height:138px;width:100%;aspect-ratio:16/9;padding:1rem;display:flex;align-items:center;justify-content:center;text-align:center;transition:box-shadow .14s ease;box-shadow:0 0 0 0 transparent;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.popular-product-media:focus-visible{box-shadow:0 0 0 3px var(--accent)}.popular-product-media>*{pointer-events:none}.popular-product-media img{-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@media (hover:hover) and (pointer:fine){.popular-product-card:hover .popular-product-media{box-shadow:0 0 0 5px var(--accent)}}.popular-product-logo{color:#fff;font-size:clamp(2.35rem,2.9vw,3.6rem);line-height:1;display:inline-flex;align-items:center;justify-content:center}.popular-product-logo-image{display:block;width:min(70%,150px);height:auto;max-height:86px}.popular-product-logo-image-white{filter:brightness(0) invert(1)}.popular-product-label{text-align:center;font-size:.95rem;font-weight:600}.order-status-wrap{margin-top:1.3rem;display:flex;justify-content:center}.order-status-panel{width:min(540px,100%)}.order-status-error{margin:.9rem 0 0;color:#8b4f4f;font-size:.9rem}.order-status-result{margin-top:.9rem;border:1px solid var(--line);border-radius:14px;background:#fff;padding:.72rem;display:grid;grid-gap:.45rem;gap:.45rem}.order-status-result h2{margin:0;font-size:1rem}.order-status-result p{margin:0;font-size:.88rem;line-height:1.4}.order-status-state strong{font-weight:700}.order-status-actions{margin-top:.15rem;display:flex;flex-wrap:wrap;gap:.55rem}.order-status-pending{color:#6f6a64}.order-confirm-section{margin-top:1.4rem}.order-confirm-panel{display:grid;grid-gap:1rem;gap:1rem}.order-confirm-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem;flex-wrap:wrap}.order-confirm-title-wrap{display:grid;grid-gap:.35rem;gap:.35rem}.order-confirm-title-wrap h1{font-size:clamp(1.5rem,2.2vw,2rem)}.order-confirm-title-wrap p{max-width:64ch;color:var(--text);font-size:.96rem;line-height:1.45}.order-confirm-status{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);min-height:40px;padding:.34rem .72rem;display:inline-flex;align-items:center;gap:.45rem;font-size:.86rem;font-weight:700;white-space:nowrap}.order-confirm-status svg{width:16px;height:16px;stroke-width:2.2}.order-confirm-status.is-delivered{border-color:var(--accent);color:var(--accent)}.order-confirm-status.is-failed{border-color:var(--danger);color:#7d5752}.order-confirm-spinner{animation:order-confirm-spin .8s linear infinite}.order-confirm-timeline{--order-progress:0;position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.4rem;gap:.4rem;padding-top:.05rem}.order-confirm-timeline:after,.order-confirm-timeline:before{content:"";position:absolute;left:16px;right:16px;top:14px;height:2px;border-radius:999px}.order-confirm-timeline:before{background:var(--line)}.order-confirm-timeline:after{width:calc((100% - 32px) * var(--order-progress));right:auto;background:var(--accent);transition:width .36s ease}.order-confirm-step{position:relative;z-index:1;display:grid;justify-items:start;grid-gap:.26rem;gap:.26rem}.order-confirm-step:nth-child(2){justify-items:center}.order-confirm-step:nth-child(3){justify-items:end}.order-confirm-step span{width:28px;height:28px;border-radius:999px;border:2px solid var(--line);background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;line-height:1}.order-confirm-step small{font-size:.78rem;line-height:1;font-weight:700;color:#7c7c7c}.order-confirm-step.active span,.order-confirm-step.done span{border-color:var(--accent)}.order-confirm-step.done span{background:var(--accent);color:#fff}.order-confirm-step.active small,.order-confirm-step.done small{color:var(--text)}.order-confirm-error,.order-confirm-loader-block{border:1px solid var(--line);border-radius:14px;background:#fff;min-height:52px;padding:.6rem .75rem;display:inline-flex;align-items:center;gap:.55rem;width:-moz-fit-content;width:fit-content}.order-confirm-error svg,.order-confirm-loader-block svg{width:18px;height:18px}.order-confirm-error p,.order-confirm-loader-block p{margin:0;font-size:.9rem;line-height:1.35}.order-confirm-error{border-color:var(--danger);color:#7d5752}.order-confirm-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.order-confirm-card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:.85rem;display:grid;grid-gap:.75rem;gap:.75rem}.order-confirm-card h2{font-size:1.04rem}.order-confirm-kv-list{display:grid;grid-gap:.5rem;gap:.5rem}.order-confirm-kv{margin:0;display:flex;justify-content:space-between;align-items:flex-end;gap:.7rem;font-size:.88rem}.order-confirm-kv span{color:#757575}.order-confirm-kv strong{font-size:.93rem;text-align:right}.order-confirm-email-status{border:1px solid var(--line);border-radius:12px;background:#fff;padding:.55rem .65rem;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:.45rem;gap:.45rem}.order-confirm-email-status svg{width:16px;height:16px;color:var(--accent)}.order-confirm-email-status p{margin:0;font-size:.86rem;line-height:1.35}.order-confirm-gift-note{border:1px solid var(--line);border-radius:12px;background:#fff;padding:.6rem .68rem;display:grid;grid-gap:.35rem;gap:.35rem}.order-confirm-gift-note p{margin:0;font-size:.85rem;line-height:1.4}.order-confirm-gift-link{margin-top:.2rem;border:1px solid var(--accent);border-radius:10px;background:var(--accent);color:#fff;min-height:40px;padding:.48rem .65rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-size:.84rem;font-weight:700}.order-confirm-gift-link:hover{background:#2f8279;border-color:#2f8279}.order-confirm-code-warning{border:1px solid var(--line);border-radius:12px;background:var(--soft-blush);padding:.55rem .65rem;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;grid-gap:.45rem;gap:.45rem}.order-confirm-code-warning svg{width:16px;height:16px;margin-top:.15rem}.order-confirm-code-warning p{margin:0;font-size:.85rem;line-height:1.38}.order-confirm-reveal-btn{width:100%;border:1px solid var(--accent);border-radius:12px;background:#fff;color:var(--accent);min-height:44px;padding:.52rem .75rem;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-size:.9rem;font-weight:700}.order-confirm-reveal-btn:hover{background:var(--soft-blush)}.order-confirm-code-list{border:1px solid var(--line);border-radius:12px;background:#fff;padding:.55rem;display:grid;grid-gap:.42rem;gap:.42rem}.order-confirm-code-list code{border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);min-height:40px;padding:.5rem .62rem;font-size:.88rem;font-weight:700;display:inline-flex;align-items:center}.order-confirm-code-list.masked code{letter-spacing:.07em;color:#7f7f7f}.order-confirm-note{margin:0;display:grid;grid-gap:.35rem;gap:.35rem}.order-confirm-note p{margin:0;font-size:.86rem;line-height:1.45}.order-confirm-note-error{color:#7f7f7f;font-size:.8rem}.order-confirm-actions{display:flex;align-items:center;justify-content:flex-start;gap:.6rem;flex-wrap:wrap}.order-confirm-secondary-btn{border-color:var(--line);background:#fff;color:var(--text)}.order-confirm-secondary-btn:hover{border-color:var(--accent);background:var(--soft-blush)}.gift-view-section{margin-top:1.4rem;display:flex;justify-content:center}.gift-view-panel{width:min(760px,100%);display:grid;grid-gap:.88rem;gap:.88rem}.gift-view-head{display:grid;grid-gap:.26rem;gap:.26rem}.gift-view-head p{margin:0;font-size:.92rem;line-height:1.45}.gift-view-visual{min-height:330px}.gift-view-code-block{border:1px solid var(--line);border-radius:14px;background:#fff;padding:.75rem;display:grid;grid-gap:.5rem;gap:.5rem}.gift-view-code-block h2{margin:0;font-size:1rem}.gift-view-code-block p{margin:0;font-size:.9rem;line-height:1.45}.gift-view-code-list{display:grid;grid-gap:.42rem;gap:.42rem}.gift-view-code-list code{border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);min-height:40px;padding:.48rem .65rem;display:inline-flex;align-items:center;font-size:.88rem;font-weight:700}.gift-view-actions{display:flex;flex-wrap:wrap;gap:.55rem}.gift-view-secondary-btn{background:#fff;color:var(--text);border:1px solid var(--line)}.payment-processing-page{min-height:100vh;position:relative;overflow:hidden;background:radial-gradient(circle at 12% 14%,rgba(124,195,183,.22),transparent 48%),radial-gradient(circle at 88% 84%,hsla(29,68%,84%,.3),transparent 54%),#fffdf9;display:grid;place-items:center;padding:clamp(1.25rem,4vw,2.5rem)}.payment-processing-page:after,.payment-processing-page:before{content:"";position:absolute;border-radius:999px;border:1px solid rgba(110,186,170,.25);pointer-events:none}.payment-processing-page:before{width:220px;height:220px;top:-70px;right:-48px}.payment-processing-page:after{width:170px;height:170px;bottom:-56px;left:-38px}.payment-processing-card{width:min(620px,100%);position:relative;z-index:1}.payment-processing-shell{border:1px solid var(--line);border-radius:24px;background:hsla(0,0%,100%,.92);padding:clamp(1rem,3vw,1.5rem);display:grid;grid-gap:.75rem;gap:.75rem;justify-items:center;text-align:center;box-shadow:0 20px 36px rgba(24,31,37,.08)}.payment-processing-kicker{margin:0;border:1px solid rgba(96,173,159,.5);border-radius:999px;background:rgba(232,248,244,.92);color:#205c4f;padding:.32rem .72rem;font-size:.73rem;font-weight:800;line-height:1;letter-spacing:.03em;text-transform:uppercase}.payment-processing-title{margin:0;font-size:clamp(1.2rem,3.4vw,1.6rem);line-height:1.24;color:#101414;max-width:28ch;animation:payment-processing-fade 1.4s ease-in-out infinite}.payment-processing-subtitle{margin:0;color:#384247;font-size:clamp(.88rem,2.1vw,.98rem);line-height:1.45;max-width:40ch}.payment-processing-progress{width:min(320px,84%);height:9px;border-radius:999px;border:1px solid rgba(103,178,164,.4);background:#fff;overflow:hidden}.payment-processing-progress span{display:block;width:42%;height:100%;border-radius:999px;background:linear-gradient(90deg,#60ad9f,#8ccfc2);animation:payment-processing-progress 1.2s ease-in-out infinite}.payment-processing-dots{display:inline-flex;gap:.5rem;align-items:center;justify-content:center;margin-top:.1rem}.payment-processing-dots span{width:9px;height:9px;border-radius:999px;background:#63b3a4;opacity:.28;animation:payment-processing-dot .9s ease-in-out infinite}.payment-processing-dots span:nth-child(2){animation-delay:.15s}.payment-processing-dots span:nth-child(3){animation-delay:.3s}.payment-processing-error{margin-top:.5rem;display:grid;grid-gap:.6rem;gap:.6rem;justify-items:center}.payment-processing-error p{margin:0;color:#b00020;font-size:.88rem}.payment-processing-error button{border:1px solid var(--accent);background:#fff;color:var(--accent);border-radius:999px;min-height:40px;padding:.48rem .92rem;font-size:.84rem;font-weight:700}.payment-processing-error button:hover{background:var(--soft-blush)}@keyframes payment-processing-progress{0%{transform:translateX(-62%)}55%{transform:translateX(122%)}to{transform:translateX(122%)}}@keyframes payment-processing-fade{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.45;transform:translateY(-2px)}}@keyframes payment-processing-dot{0%,to{transform:translateY(0) scale(1);opacity:.2}50%{transform:translateY(-2px) scale(1.1);opacity:1}}@media (max-width:640px){.payment-processing-shell{border-radius:18px;gap:.68rem;padding:.92rem}.payment-processing-progress{width:100%}}@media (prefers-reduced-motion:reduce){.payment-processing-dots span,.payment-processing-progress span,.payment-processing-title{animation:none}}.checkout-terms{display:inline-flex!important;align-items:center;gap:.5rem}.checkout-terms input{width:auto;margin:0}.product-breadcrumb{display:block;font-size:.87rem;color:var(--text)}.product-breadcrumb-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.product-breadcrumb-back{border:1px solid var(--line);border-radius:999px;background:linear-gradient(180deg,#fff,#fbfbfb);color:var(--text);font-size:.82rem;font-weight:700;line-height:1;padding:.38rem .62rem;display:inline-flex;align-items:center;gap:.36rem;cursor:pointer;position:relative;overflow:hidden;transition:transform .15s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease;-webkit-tap-highlight-color:transparent}.product-breadcrumb-back:hover{border-color:var(--accent-dark);background:var(--accent);color:#fff;transform:translateY(-1px);box-shadow:0 6px 16px hsla(0,0%,9%,.16)}.product-breadcrumb-back:active{transform:translateY(0);box-shadow:0 3px 10px hsla(0,0%,9%,.12)}.product-breadcrumb-back:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.product-breadcrumb-back svg{width:.88rem;height:.88rem;transition:transform .18s ease}.product-breadcrumb-back:hover svg{transform:translateX(-2px)}.product-breadcrumb-trail{display:inline-flex;align-items:center;gap:.45rem;min-width:0;flex-wrap:wrap}.product-value-points{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.85rem}.product-value-points span{border:1px solid var(--line);border-radius:999px;background:var(--soft-blush);padding:.24rem .62rem;font-size:.82rem;font-weight:700}.product-buybox{height:-moz-fit-content;height:fit-content}.product-cta-full{width:100%;text-align:center}.buybox-note{margin-top:.75rem;font-size:.86rem}@media (min-width:901px){.mobile-menu-btn,.mobile-nav-overlay{display:none}}@media (max-width:900px){body,html{overflow-x:hidden}.mobile-search-shell input,.top-search-shell input,input,select,textarea{font-size:16px!important}.mobile-search-shell input,.top-search-shell input{font-weight:500;line-height:1.2}.top-notification-inner{min-height:44px;padding:.34rem 0}.top-notification-slide{gap:0;justify-content:center}.site-header-mainrow{grid-template-columns:1fr auto}.desktop-language-wrap,.desktop-orderstatus,.desktop-search-order{display:none}.mobile-search-row{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:0;gap:0}.checkout-promo-block .promo-code-copy-btn-inline{width:100%;min-width:0}.header-tools{grid-template-columns:1fr}.product-buybox{max-height:none;overflow:visible}.product-buybox,.product-detail-right-column{position:static;top:auto}.product-detail-columns{grid-template-columns:1fr;grid-template-areas:"head" "buybox" "info"}.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}.product-breadcrumb-row{align-items:flex-start;gap:.48rem}.product-breadcrumb-back{padding:.34rem .56rem}.category-mega-panel,.category-shell{display:none}.category-static-list-main{min-height:0}.hero-slide-layout,.hero-slide-perplexity .hero-slide-layout{grid-template-columns:1fr}.hero-office-pack{display:none}.hero-swiper{min-height:0}.hero-slide{padding:1rem 1rem .9rem;gap:.62rem;align-content:flex-start}.hero-slide p{font-size:.92rem;line-height:1.52}.hero-slide-highlight-main{font-size:1.08rem;padding:.48rem .84rem}.hero-slide-has-bundle .hero-slide-content{gap:.62rem}.hero-office-inline{margin-top:1.1rem}.hero-office-inline-note{font-size:.92rem;margin-top:4.6rem}.hero-office-mobile-price-row{display:inline-flex;align-items:center;gap:.75rem;justify-content:flex-start;width:100%;margin-top:.35rem}.hero-office-mobile-price-label{color:var(--text);font-size:.96rem;font-weight:700;line-height:1}.hero-office-mobile-price-chip{border:1px solid var(--accent);border-radius:10px;background:#fff;color:#13343b;padding:.38rem .86rem;font-size:1.4rem;font-weight:800;line-height:1}.hero-office-pack-icons{gap:.62rem;margin-top:.2rem}.hero-app-logo-image{width:54px;height:54px}.hero-perplexity-under-logo{margin-top:.5rem;max-width:180px}.hero-perplexity-panel{border-radius:14px;padding:.8rem;gap:.45rem}.hero-perplexity-panel h3{font-size:1.05rem}.hero-perplexity-panel ul{font-size:.84rem;line-height:1.3}.hero-perplexity-price-row{margin-top:.35rem;justify-content:flex-start}.hero-slide-has-bundle .hero-slide-actions{justify-content:flex-start;flex-wrap:wrap}.hero-swiper-controls{flex-wrap:nowrap;justify-content:space-between;align-items:flex-end;position:relative;min-height:68px}.hero-controls-left{width:100%}.hero-controls-cta{width:100%;min-height:46px}.hero-controls-right{position:absolute;right:.85rem;top:-38px;width:auto;margin-left:auto;justify-content:flex-end;gap:0}.hero-nav-btn{display:none}.hero-dots{margin-left:0}.hero-slide-has-bundle .hero-slide-content{padding-right:0}.popular-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:90}.section-heading{display:block;margin-bottom:.72rem}.section-heading h2{font-size:1.95rem;line-height:1.06;white-space:nowrap}.section-heading p{display:none}}@media (max-width:800px){.topup-hero{border-radius:18px;padding:1rem}.topup-hero h1{font-size:clamp(1.5rem,7vw,2rem);max-width:100%}.topup-hero-subtitle{font-size:.92rem}.topup-hero-actions{width:100%;gap:.5rem}.topup-hero-actions .button-link{width:100%;text-align:center}.topup-hero-point{padding:.52rem .56rem}.topup-hero-provider-list li{font-size:.76rem}.product-checkout-wizard .wizard-steps{gap:.24rem;padding-top:0}.product-checkout-wizard .wizard-steps:after,.product-checkout-wizard .wizard-steps:before{left:14px;right:14px;width:calc(100% - 28px);top:11px;height:3px}.product-checkout-wizard .wizard-step-dot{width:26px;height:26px;font-size:.72rem}.product-checkout-wizard .wizard-step-label{font-size:.7rem;line-height:1.12}.product-checkout-wizard .wizard-gift-toggle{grid-template-columns:minmax(0,1fr);align-items:start}.product-checkout-wizard .wizard-gift-edit-link{margin:0;justify-self:end;text-align:right}.top-notification-inner{grid-template-columns:1fr;padding:.34rem 0;gap:0}.top-notification-slide{justify-content:center}.top-notification-item{font-size:.76rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-value-points{justify-content:center}.hero-swiper{min-height:260px}.hero-app-bundle{gap:.55rem}.hero-app-logo-image,.hero-app-tile{width:54px;height:54px}.payment-logo-grid{gap:.65rem}.product-checkout-wizard .wizard-payment-grid{grid-template-columns:1fr}.product-checkout-wizard .wizard-price-grid.wizard-price-grid-compact{grid-template-columns:repeat(var(--wizard-price-columns-mobile),minmax(0,1fr))}.product-checkout-wizard .wizard-template-grid{gap:.45rem}.product-checkout-wizard .wizard-template-option{min-width:142px}.product-checkout-wizard .wizard-gift-card-preview{min-height:224px}.product-checkout-wizard .wizard-gift-editor-overlay{padding:0}.product-checkout-wizard .wizard-gift-editor-dialog{width:100%;max-height:100dvh;border-radius:0;border-left:0;border-right:0}.product-checkout-wizard .wizard-gift-editor-head{padding:.78rem .85rem}.product-checkout-wizard .wizard-gift-editor-head-close{min-height:36px;padding-inline:.78rem}.product-checkout-wizard .wizard-gift-editor-body{padding:.75rem .62rem}.product-checkout-wizard .wizard-gift-editor-actions{grid-template-columns:minmax(0,1fr);padding:.68rem .85rem .78rem}.product-checkout-wizard .wizard-field-grid,.product-checkout-wizard .wizard-field-grid label,.product-checkout-wizard .wizard-gift-collapse,.product-checkout-wizard .wizard-gift-wrap,.product-checkout-wizard .wizard-qty-control{min-width:0;max-width:100%}.product-checkout-wizard .wizard-gift-wrap{padding:.64rem}.product-checkout-wizard .wizard-gift-editor-dialog .wizard-field-grid input:focus,.product-checkout-wizard .wizard-gift-editor-dialog .wizard-field-grid input:focus-visible,.product-checkout-wizard .wizard-gift-editor-dialog .wizard-field-grid select:focus,.product-checkout-wizard .wizard-gift-editor-dialog .wizard-field-grid select:focus-visible,.product-checkout-wizard .wizard-gift-editor-dialog .wizard-field-grid textarea:focus,.product-checkout-wizard .wizard-gift-editor-dialog .wizard-field-grid textarea:focus-visible{box-shadow:inset 0 0 0 1px var(--accent)}.product-checkout-wizard .wizard-price-option.compact{min-height:72px;padding:.52rem .62rem}.product-checkout-wizard .wizard-price-option.wizard-price-option-named{display:flex;align-items:center;justify-content:center;min-height:96px;padding:.72rem .68rem}.product-checkout-wizard .wizard-price-line.wizard-price-line-named{width:100%;align-items:center;gap:.6rem}.product-checkout-wizard .wizard-price-variant-inline{white-space:normal;overflow:hidden;text-overflow:clip;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;line-height:1.2;font-size:1rem}.product-checkout-wizard .wizard-price-line.wizard-price-line-named .wizard-price-value{flex:0 0 auto;text-align:right;line-height:1.05}.product-checkout-wizard .wizard-klarna-preview{grid-template-columns:auto 1fr;align-items:center;gap:.56rem;padding:.58rem .66rem;border-radius:14px}.product-checkout-wizard .wizard-klarna-preview-logo img{width:48px;border-radius:10px}.product-checkout-wizard .wizard-klarna-preview p{font-size:.9rem;line-height:1.34}.product-checkout-wizard .wizard-klarna-preview p strong{font-size:1rem}.product-checkout-wizard .wizard-klarna-suffix{display:block;margin-top:.1rem}.product-checkout-wizard .wizard-price-option-custom .wizard-custom-amount-meta{flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem}.product-checkout-wizard .wizard-price-option-custom .wizard-custom-amount-meta span{text-align:right;white-space:nowrap}.order-confirm-grid{grid-template-columns:1fr}.order-confirm-error,.order-confirm-loader-block{width:100%}.order-confirm-actions .button-link{width:100%;text-align:center}.gift-view-visual{min-height:250px}.gift-view-actions .button-link{width:100%;text-align:center}}@media (min-width:980px){.product-checkout-wizard .wizard-gift-editor-main{grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr);gap:.82rem}.product-checkout-wizard .wizard-gift-wrap-overlay .wizard-gift-card-preview{min-height:212px}.product-checkout-wizard .wizard-gift-fields-overlay{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:.58rem;row-gap:.56rem}.product-checkout-wizard .wizard-gift-fields-overlay label:nth-child(3),.product-checkout-wizard .wizard-gift-fields-overlay label:nth-child(4){grid-column:1/-1}}@keyframes order-confirm-spin{to{transform:rotate(1turn)}}