.orderstatus-wrap{margin-top:1.4rem}.orderstatus-panel{max-width:600px;margin:0 auto;padding:2rem 1.5rem 2.5rem}.orderstatus-page{max-width:480px;margin:0 auto;display:grid;gap:1rem}.orderstatus-hero{text-align:center;padding:.5rem 0;display:grid;gap:.55rem;justify-items:center}.orderstatus-icon-wrap{width:52px;height:52px;border-radius:16px;background:var(--soft-blush,#fce8ed);border:1.5px solid var(--line);display:inline-flex;align-items:center;justify-content:center;color:var(--accent)}.orderstatus-hero h1{font-size:clamp(1.35rem,3vw,1.75rem);margin:0}.orderstatus-hero p{margin:0;font-size:.93rem;color:color-mix(in oklab,var(--text) 62%,#0000);line-height:1.5;max-width:36ch}.orderstatus-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:1.4rem;display:grid;gap:.9rem}.orderstatus-fields{display:grid;gap:.7rem}.orderstatus-field{display:grid;gap:.3rem}.orderstatus-field label{font-size:.83rem;font-weight:600}.orderstatus-field input{width:100%;min-height:46px;padding:.6rem .85rem;border:1px solid var(--line);border-radius:11px;font-size:.95rem;background:#fff;color:var(--text);outline:none;transition:border-color .14s ease;font-size:16px}.orderstatus-field input:focus{border-color:var(--accent)}.orderstatus-submit{width:100%;min-height:48px;padding:.7rem 1rem;background:var(--accent);color:#fff;border:none;border-radius:13px;font-size:.96rem;font-weight:700;cursor:pointer;transition:opacity .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.2rem}.orderstatus-submit:disabled{opacity:.65;cursor:default}.orderstatus-submit:not(:disabled):hover{opacity:.88}@keyframes orderstatus-spin{to{transform:rotate(1turn)}}.orderstatus-spinner{width:16px;height:16px;border:2px solid #fff6;border-top-color:#fff;border-radius:999px;animation:orderstatus-spin .7s linear infinite;flex-shrink:0}.orderstatus-error{margin:0;padding:.65rem .85rem;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#b42318;font-size:.88rem;line-height:1.4}.orderstatus-hint{margin:0;font-size:.82rem;color:color-mix(in oklab,var(--text) 52%,#0000);line-height:1.5}.orderstatus-result{background:#fff;border:1px solid var(--line);border-radius:20px;padding:1.25rem 1.4rem;display:grid;gap:.6rem}.orderstatus-result-label{margin:0;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:color-mix(in oklab,var(--text) 50%,#0000)}.orderstatus-badge{display:inline-flex;align-items:center;gap:.38rem;padding:.3rem .72rem;border-radius:999px;font-size:.82rem;font-weight:700;width:-moz-fit-content;width:fit-content}.orderstatus-badge--delivered{background:#dcfce7;color:#15803d}.orderstatus-badge--pending{background:#fef9c3;color:#854d0e}.orderstatus-badge--failed{background:#fee2e2;color:#b91c1c}.orderstatus-result-msg{margin:0;font-size:.9rem;color:var(--text)}.orderstatus-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.2rem}.orderstatus-action-btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.1rem;border-radius:11px;font-size:.88rem;font-weight:700;text-decoration:none;transition:opacity .15s ease;min-height:42px}.orderstatus-action-btn--primary{background:var(--accent);color:#fff;border:1px solid var(--accent)}.orderstatus-action-btn--secondary{background:#fff;color:var(--text);border:1px solid var(--line)}.orderstatus-action-btn:hover{opacity:.82}.orderstatus-pending-msg{margin:0;font-size:.87rem;color:color-mix(in oklab,var(--text) 58%,#0000);line-height:1.45}.order-confirm-section{margin-top:1.4rem}.order-confirm-panel{display:grid;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;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));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;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));gap:.85rem}.order-confirm-card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:.85rem;display:grid;gap:.75rem}.order-confirm-card h2{font-size:1.04rem}.order-confirm-kv-list{display:grid;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;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-spam-note{margin:0;font-size:.78rem;color:var(--text-soft);line-height:1.4}.order-confirm-gift-note{border:1px solid var(--line);border-radius:12px;background:#fff;padding:.6rem .68rem;display:grid;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;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;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-code-row{display:flex;align-items:stretch;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.order-confirm-code-row code{flex:1 1;min-width:0;border:none;border-radius:0;background:#0000}.order-confirm-code-copy-btn{flex-shrink:0;position:relative;width:40px;display:flex;align-items:center;justify-content:center;border:0;border-left:1px solid var(--line);background:#f7f8fa;color:#6b7280;cursor:pointer;transition:background .15s ease,color .15s ease}.order-confirm-code-copy-btn:hover{background:var(--accent);color:#fff}.order-confirm-code-copy-btn svg{width:15px;height:15px;flex-shrink:0}.order-confirm-copy-tooltip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);background:#1f2937;color:#fff;font-size:.72rem;font-weight:500;font-family:inherit;padding:.25rem .55rem;border-radius:6px;white-space:nowrap;pointer-events:none;z-index:1}.order-confirm-copy-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:4px solid #0000;border-top-color:#1f2937}.order-confirm-note{margin:0;display:grid;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;gap:.88rem}.gift-view-head{display:grid;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;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;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)}.gift-view-message{margin:.1rem 0 0;padding:.55rem .85rem;border-left:3px solid var(--accent);background:var(--bg-soft,#fdf5f7);border-radius:0 10px 10px 0;font-size:.92rem;font-style:italic;color:var(--text-soft);line-height:1.5}.gift-view-redeem{border:1px solid var(--line);border-radius:14px;background:#fff;padding:1rem 1.1rem}.gift-view-redeem h2{margin:0 0 .65rem;font-size:.95rem}.gift-view-redeem-steps{margin:0;padding-left:1.3rem;display:grid;gap:.38rem}.gift-view-redeem-steps li{font-size:.88rem;line-height:1.5;color:var(--text-soft)}.gift-view-disclaimer{margin:0;font-size:.8rem;color:var(--text-soft);line-height:1.55;padding:.6rem .8rem;background:#f9f9f9;border-radius:10px;border:1px solid var(--line)}.payment-processing-page{min-height:100vh;position:relative;overflow:hidden;background:radial-gradient(circle at 12% 14%,#e11d481a,#0000 48%),radial-gradient(circle at 88% 84%,#fce8edb3,#0000 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 #e11d482e;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:#ffffffeb;padding:clamp(1rem,3vw,1.5rem);display:grid;gap:.75rem;justify-items:center;text-align:center;box-shadow:0 20px 36px #181f2514}.payment-processing-kicker{margin:0;border:1px solid #e11d4859;border-radius:999px;background:#fce8edeb;color:#a61b40;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 #e11d4840;background:#fff;overflow:hidden}.payment-processing-progress span{display:block;width:42%;height:100%;border-radius:999px;background:linear-gradient(90deg,#e11d48,#f06b8a);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:#e11d48;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-estimate{margin-top:.15rem;font-size:.82rem;color:var(--muted);opacity:.7}.payment-processing-cancel{margin-top:.6rem;border:1px solid var(--line);border-radius:8px;background:#0000;color:var(--muted);font-size:.82rem;padding:.4rem 1rem;cursor:pointer;transition:border-color .18s ease,color .18s ease}.payment-processing-cancel:hover{border-color:var(--accent);color:var(--accent)}.payment-processing-error{margin-top:.5rem;display:grid;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}}.order-event-log{border:1px solid var(--line);border-radius:14px;background:#fff;padding:.85rem;display:grid;gap:.65rem}.order-event-log-header{display:flex;align-items:center;gap:.5rem}.order-event-log-header svg{width:16px;height:16px;color:var(--taupe);flex-shrink:0}.order-event-log-header h3{font-size:.96rem;margin:0}.order-event-log-list{list-style:none;margin:0;padding:0;display:grid;gap:0;position:relative}.order-event-log-list:before{content:"";position:absolute;left:6px;top:10px;bottom:10px;width:1px;background:var(--line)}.order-event-log-item{display:grid;grid-template-columns:14px 1fr auto;align-items:center;gap:.55rem;padding:.42rem 0;position:relative}.order-event-log-dot{width:13px;height:13px;border-radius:999px;border:2px solid var(--line);background:#fff;position:relative;z-index:1;flex-shrink:0}.order-event-log-item.is-success .order-event-log-dot{border-color:var(--accent);background:var(--accent)}.order-event-log-item.is-failed .order-event-log-dot{border-color:var(--danger);background:#fff}.order-event-log-label{font-size:.85rem;line-height:1.3}.order-event-log-item.is-success .order-event-log-label{font-weight:600}.order-event-log-item.is-failed .order-event-log-label{color:var(--danger)}.order-event-log-time{font-size:.76rem;color:var(--taupe);white-space:nowrap}@media (max-width:800px){.products-daisy-hero{background-position:var(
        --products-page-banner-position-mobile,var(--products-page-banner-position-desktop,50%)
      ) center}.products-hub-hero{grid-template-columns:1fr;gap:.7rem}.products-hub-stats{width:100%}.products-hub-controls{grid-template-columns:1fr}.products-hub-results-meta{text-align:center}.products-daisy-filters-grid{grid-template-columns:1fr}.products-daisy-filters-footer{justify-content:flex-start}.not-found-card{padding:1.2rem .85rem}.not-found-actions{display:grid;width:100%;grid-template-columns:minmax(0,1fr)}.not-found-actions .button-link,.not-found-secondary-link{width:100%;text-align:center}.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;--wizard-step-dot-size:26px}.product-checkout-wizard .wizard-steps:after,.product-checkout-wizard .wizard-steps:before{left:calc(var(--wizard-step-dot-size) / 2);right:calc(var(--wizard-step-dot-size) / 2);width:calc(100% - var(--wizard-step-dot-size));top:calc((var(--wizard-step-dot-size) - 3px) / 2);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-static-media-height:200px}.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-sale-badge{font-size:.62rem;top:6px;left:6px;padding:.12rem .36rem}.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-price-line.wizard-price-line-named .wizard-price-value-stack{justify-items:end}.product-checkout-wizard .wizard-price-compare{font-size:.66rem}.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}.product-checkout-wizard .wizard-transaction-reference-row{grid-template-columns:1fr}.product-checkout-wizard .wizard-transaction-copy-btn{justify-content:center;width:100%}.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}}@keyframes order-confirm-spin{to{transform:rotate(1turn)}}.product-chat-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem 1rem;border-radius:999px;border:1.5px solid var(--color-accent,#e63946);background:#0000;color:var(--color-accent,#e63946);font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.product-chat-pill:hover{background:var(--color-accent,#e63946);color:#fff}.back-to-top{position:fixed;bottom:1.5rem;right:5rem;z-index:8999;width:44px;height:44px;border-radius:50%;background:var(--card);color:var(--foreground);border:1px solid var(--border);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #00000026;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .25s,transform .25s,background-color .15s;font-size:1.15rem}.back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{background:var(--accent);color:#fff;border-color:var(--accent)}