@font-face{font-family:MoMoTrustSans;src:url(/fonts/MoMoTrustSans-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:MoMoTrustSans;src:url(/fonts/MoMoTrustSans-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:MoMoTrustSans;src:url(/fonts/MoMoTrustSans-Medium.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:MoMoTrustDisplay;src:url(/fonts/MoMoTrustDisplay.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:MoMoSignature;src:url(/fonts/MoMoSignature.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}:root{--momo-brand:#a50064;--momo-primary:#eb2f96;--momo-primary-hover:#d42a87;--momo-primary-dark:#cb0b6f;--momo-primary-light:#fee5f6;--momo-primary-soft:#fef1f9;--momo-border-pink:#fecced;--momo-pink-border-soft:#fee5f6;--momo-gray-50:#faf9fa;--momo-gray-100:#f5f4f5;--momo-gray-200:#e7e4e6;--momo-gray-300:#d6d1d4;--momo-gray-400:#a69ba2;--momo-gray-500:#796b73;--momo-gray-600:#574d53;--momo-gray-700:#443b41;--momo-gray-800:#292427;--momo-gray-900:#1c171a;--momo-text-primary:var(--momo-gray-900);--momo-text-secondary:var(--momo-gray-500);--momo-white:#fff;--momo-black:#000;--momo-success:#18a058;--momo-warning:#f59e0b;--momo-error:#e41e29;--momo-focus-ring:color-mix(in srgb,var(--momo-primary) 32%,var(--momo-white));--momo-disabled-opacity:0.56;--momo-disabled-bg:var(--momo-gray-50);--font-fallback:"Segoe UI","Helvetica Neue",Arial,sans-serif;--font-family-sans:"MoMoTrustSans",var(--font-fallback);--font-family-display:"MoMoTrustDisplay","MoMoTrustSans",var(--font-fallback);--font-family-signature:"MoMoSignature",var(--font-fallback);--font-weight-regular:400;--font-weight-medium:600;--font-weight-strong:700;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-pill:999px;--shadow-soft:0 0 5px rgba(0,0,0,.02),0 2px 10px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.3);--shadow-card:0 0 15px rgba(0,0,0,.03),0 2px 30px rgba(0,0,0,.08),0 0 1px rgba(0,0,0,.3);--shadow-large:0 0 30px rgba(0,0,0,.04),0 30px 60px rgba(0,0,0,.12),0 0 1px rgba(0,0,0,.3);--state-focus:0 0 0 3px var(--momo-focus-ring);--state-error-border:var(--momo-error);--state-disabled-opacity:var(--momo-disabled-opacity);color-scheme:light}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,var(--momo-primary-soft) 0,var(--momo-white) 46%,var(--momo-gray-50) 100%);color:var(--momo-text-primary);font-weight:var(--font-weight-regular);line-height:1.4}.brand-name,.brand-trust-bullet-label,.brand-trust-title,.success-title,.ui-button,body,h1,h2,h3,label{font-family:var(--font-family-sans)}.ui-button,h2,h3,label{font-weight:var(--font-weight-medium)}.ui-button{border:none;border-radius:var(--radius-md);background:var(--momo-primary);color:var(--momo-white);padding:12px 16px;cursor:pointer;font-size:16px;line-height:1.2;font-weight:var(--font-weight-strong);box-shadow:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.ui-button:hover:not(:disabled){background:var(--momo-primary-hover)}.ui-button:focus-visible{outline:none;box-shadow:0 0 0 1px var(--momo-primary) inset,var(--state-focus)}.ui-button:disabled{opacity:var(--state-disabled-opacity);cursor:default}.ui-spinner{display:inline-block;width:1em;height:1em;border-radius:50%;border:2px solid hsla(0,0%,100%,.4);border-top-color:#fff;animation:ui-spin .8s linear infinite;vertical-align:middle;margin-right:6px;margin-top:-2px}@keyframes ui-spin{to{transform:rotate(1turn)}}.ui-button--secondary{border:1px solid var(--momo-border-pink);background:var(--momo-white);color:var(--momo-primary)}.ui-button--secondary:hover:not(:disabled){border-color:var(--momo-primary);background:var(--momo-primary-soft)}.ui-button--ghost{border:1px solid transparent;background:transparent;color:var(--momo-text-primary);box-shadow:none}.ui-button--ghost:hover:not(:disabled){background:var(--momo-gray-100)}.ui-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.ui-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);border:1px solid var(--momo-border-pink);padding:2px 8px;background:var(--momo-primary-light);color:var(--momo-primary);font-family:var(--font-family-sans);font-weight:var(--font-weight-medium)}.ui-badge--outline{background:var(--momo-white)}.icon-asset{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.icon-asset-image{width:100%;height:100%;object-fit:contain;display:block}.icon-asset-fallback{font-size:12px;line-height:1;font-weight:var(--font-weight-medium)}.page{width:100%;padding:16px 12px 108px;display:flex;justify-content:center}.mobile-app{width:100%;max-width:430px;position:relative}.sticky-cta-shell{position:fixed;left:50%;bottom:12px;z-index:30;width:min(calc(100% - 24px),430px);transform:translateX(-50%);pointer-events:none;padding-bottom:env(safe-area-inset-bottom);opacity:1;transition:opacity .16s ease,transform .16s ease}.sticky-cta-shell.is-hidden{opacity:0;transform:translateX(-50%) translateY(12px);pointer-events:none}.sticky-cta{pointer-events:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;border:1px solid var(--momo-gray-200);border-radius:var(--radius-lg);background:hsla(0,0%,100%,.96);box-shadow:var(--shadow-large);padding:10px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sticky-cta-copy{display:grid;grid-gap:2px;gap:2px;min-width:0}.sticky-cta-copy span{color:var(--momo-text-secondary);font-size:12px;font-weight:var(--font-weight-medium)}.sticky-cta-copy strong{color:var(--momo-text-primary);font-size:18px;overflow-wrap:anywhere}.sticky-cta-button,.sticky-cta-copy strong{line-height:1.2;font-weight:var(--font-weight-strong)}.sticky-cta-button{min-width:96px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:var(--radius-md);background:var(--momo-primary);color:var(--momo-white);font-size:15px;text-decoration:none;transition:background-color .15s ease,box-shadow .15s ease}.sticky-cta-button:hover{background:var(--momo-primary-hover)}.sticky-cta-button:focus-visible{outline:none;box-shadow:0 0 0 1px var(--momo-primary) inset,var(--state-focus)}.app-header{margin-bottom:12px}.brand-trust-widget{width:100%;padding:12px;background:var(--momo-white);border:1px solid rgba(216,45,139,.16);border-radius:12px;box-shadow:0 4px 12px rgba(165,0,100,.05);display:grid;grid-template-columns:auto minmax(0,1fr);justify-content:space-between;align-items:center;grid-gap:6px 10px;gap:6px 10px}@media (min-width:1024px){.brand-trust-widget{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:20px;padding:16px 20px}}.brand-trust-logos{display:flex;align-items:center;gap:12px}@media (min-width:1024px){.brand-trust-logos{margin-right:auto}}.brand-trust-logo-box-momo{width:30px;height:30px;display:inline-flex}.brand-trust-vertical-divider{width:1px;height:24px;background:rgba(216,45,139,.25);display:inline-block;align-self:center;flex-shrink:0;transform:translateY(1px)}.desktop-only-divider{display:none}.mobile-br{display:block}.brand-trust-logo-box-ipos{width:84px;height:26px;display:inline-flex}@media (min-width:1024px){.brand-trust-logo-box-momo{width:40px;height:40px}.brand-trust-vertical-divider{height:32px;transform:none}.brand-trust-logo-box-ipos{width:112px;height:32px}.mobile-br{display:none}}.brand-trust-logo{display:block;width:100%;height:100%;object-fit:contain}.brand-trust-product{display:flex;align-items:center;gap:6px;justify-content:flex-end;text-align:left}@media (min-width:1024px){.brand-trust-product{justify-content:center;text-align:left;flex:0 0 auto;gap:6px}}.brand-trust-product-icon-box{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}@media (min-width:1024px){.brand-trust-product-icon-box{width:26px;height:26px}}.brand-trust-product-icon{width:100%;height:100%;object-fit:contain}.brand-trust-title{color:#d82d8b;font-size:11px;font-weight:700;line-height:1.3}@media (min-width:1024px){.brand-trust-title{font-size:13px;font-weight:700;color:#d82d8b;white-space:nowrap;line-height:1}}.brand-trust-badges{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px;margin-top:4px;padding-top:4px;border-top:1px solid rgba(216,45,139,.15);width:100%}@media (min-width:1024px){.brand-trust-badges{display:flex;flex:0 0 auto;justify-content:flex-end;gap:20px;flex-wrap:nowrap;margin-top:0;padding-top:0;border-top:none;width:auto}}.brand-trust-badge-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#f8f8f8;border-radius:6px;padding:6px 2px;text-align:center;width:100%}@media (min-width:1024px){.brand-trust-badge-item{flex-direction:row;background:transparent;padding:0;gap:6px;white-space:nowrap;width:auto}}.brand-trust-badge-icon-box{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}@media (min-width:1024px){.brand-trust-badge-icon-box{width:24px;height:24px}}.brand-trust-badge-icon{width:100%;height:100%;object-fit:contain}.brand-trust-badge-label{color:#333;font-size:10px;font-weight:500;line-height:1.2}@media (min-width:1024px){.brand-trust-badge-label{font-size:13px;font-weight:600;line-height:1}}.brand-trust-fallback{color:var(--momo-brand);font-size:10px;line-height:1;font-weight:var(--font-weight-strong);white-space:nowrap}.hero-banner{background:#feeff4;border:1px solid var(--momo-pink-border-soft);border-radius:var(--radius-lg);padding:6px;margin-bottom:12px;overflow:hidden;box-shadow:var(--shadow-soft)}.hero-product-image{display:block;width:100%;aspect-ratio:2.06/1;max-height:186px;object-fit:cover;object-position:center;border-radius:var(--radius-md);background:var(--momo-primary-soft)}.hero-product-image[data-fallback-src-applied="1"]{object-fit:contain;padding:8px}.card{background:var(--momo-white);border:1px solid var(--momo-gray-200);border-radius:var(--radius-lg);padding:var(--space-3);margin-bottom:var(--space-3);box-shadow:var(--shadow-card)}.checkout-card{display:flex;flex-direction:column}.checkout-unified-card{display:contents}.hidden-on-mobile{display:none!important}.order-form.is-review{opacity:.6;pointer-events:none}.review-step-card{display:flex;flex-direction:column;gap:16px;background:var(--momo-white);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow-card);border:1px solid var(--momo-border-pink)}.review-subtitle{font-size:14px;color:var(--momo-text-secondary);margin-bottom:4px;margin-top:-4px}.review-section{padding:16px;border:1px solid var(--momo-gray-200);border-radius:12px;background:var(--momo-gray-50)}.review-section h3{font-size:15px;margin:0 0 12px;color:var(--momo-text-primary);font-weight:600}.review-product-list{list-style:none;padding:0;margin:0}.review-product-item{display:flex;justify-content:space-between;font-size:14px;padding:8px 0;border-bottom:1px dashed var(--momo-gray-200)}.review-product-item:last-child{border-bottom:none;padding-bottom:0}.review-info-grid{display:grid;grid-template-columns:110px 1fr;grid-gap:8px 12px;gap:8px 12px;font-size:14px}.review-info-grid strong{word-break:break-word}.review-summary-list{list-style:none;margin:12px 0 0;border-top:1px solid var(--momo-gray-200);padding:12px 0 0}.review-summary-list li{display:flex;justify-content:space-between;font-size:13px;margin-bottom:8px}.review-summary-list .review-grand-total{font-size:16px;font-weight:600;margin-top:12px;color:var(--momo-primary);margin-bottom:0}.boundary-note{font-size:13px;color:var(--momo-text-secondary);text-align:center;padding:12px;background:rgba(216,45,139,.05);border-radius:8px;margin-top:4px}.review-actions{display:flex;flex-direction:column;gap:12px;margin-top:8px}.order-form{display:grid;grid-gap:11px;gap:11px;margin-top:11px}.submit-disabled-feedback{margin-top:8px;font-size:13px;color:var(--momo-error);background:var(--momo-primary-soft);padding:8px 12px;border-radius:8px}.checkout-submit-btn{margin-top:10px}.checkout-divider,.unified-support-text{display:none}.submit-area{display:contents}.cta-helper-text{font-size:11px;line-height:1.4;text-align:center;color:#666;margin:0;padding:4px 16px}@media (min-width:1024px){.cta-helper-text{font-size:12px;color:var(--momo-text-secondary,#666)}input,select,textarea{font-size:14px}}.section-title-line{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.card h2,.section-title-line h2{margin:0;font-size:20px;line-height:1.25;color:var(--momo-text-primary)}.link-cta{color:var(--momo-primary);text-decoration:none;font-size:13px;font-weight:var(--font-weight-medium)}.product-list{display:grid;grid-gap:8px;gap:8px}.product-empty-state{margin:0;padding:16px 12px;border:1px dashed var(--momo-border-pink);border-radius:var(--radius-md);background:var(--momo-primary-soft);color:var(--momo-text-secondary);font-size:13px;line-height:1.35;text-align:center}.sim-addon-section{margin-top:var(--space-3)}.sim-addon-title{margin:0 0 8px;font-size:14px;color:var(--momo-text-primary);font-weight:var(--font-weight-medium)}.sim-addon-card{border:1px solid var(--momo-gray-200);border-radius:var(--radius-md);background:var(--momo-white);padding:10px;display:grid;grid-gap:10px;gap:10px}.sim-addon-copy{display:grid;min-width:0}.sim-addon-heading-line{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.sim-addon-name{margin:0;font-size:14px;color:var(--momo-text-primary)}.sim-addon-badge,.sim-addon-name{font-weight:var(--font-weight-medium)}.sim-addon-badge{border:1px solid var(--momo-border-pink);border-radius:var(--radius-pill);background:var(--momo-primary-soft);color:var(--momo-primary);padding:2px 8px;font-size:11px}.sim-addon-description{margin:6px 0 0;font-size:12px;color:var(--momo-text-secondary)}.sim-addon-price{margin:8px 0 0;font-size:15px;color:var(--momo-primary);font-weight:var(--font-weight-medium)}.sim-addon-price-line{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 7px;min-width:0;margin-top:8px}.sim-addon-price-line .sim-addon-price{margin-top:0}.sim-addon-original-price{margin:0;color:var(--momo-text-secondary);font-size:12px;line-height:1.2;text-decoration:line-through;white-space:nowrap}.sim-addon-action{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.sim-addon-btn{width:auto;margin-top:0;padding:8px 12px}.sim-addon-added-label{font-weight:var(--font-weight-medium)}.sim-addon-added-label,.sim-addon-helper{font-size:12px;color:var(--momo-text-secondary)}.sim-addon-helper{margin:8px 2px 0}.product-row{position:relative;display:grid;grid-template-columns:56px 1fr auto;grid-gap:10px;gap:10px;align-items:center;border:1px solid var(--momo-gray-200);border-radius:var(--radius-md);padding:8px;cursor:pointer;background:var(--momo-white);transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.product-row.is-recommended .qty-controls{align-self:end}.product-row.active{border-color:var(--momo-primary);box-shadow:inset 0 0 0 1px var(--momo-primary);background:var(--momo-primary-soft)}.product-row:hover{border-color:var(--momo-gray-300);background:var(--momo-gray-50)}.product-row.active:hover{border-color:var(--momo-primary);background:var(--momo-primary-soft)}.product-image{width:56px;height:56px;border-radius:10px;object-fit:cover;border:1px solid var(--momo-gray-200);background:var(--momo-primary-soft)}.product-meta{display:grid;align-items:start;grid-gap:4px;gap:4px;min-width:0}.product-title-line{display:flex;align-items:flex-start;gap:6px;min-width:0}.product-title-line .product-title{flex:1 1 auto;min-width:0}.product-title{margin:0;font-size:17px;font-family:var(--font-family-sans);font-weight:var(--font-weight-medium);color:var(--momo-text-primary)}.product-recommended-badge{position:absolute;top:0;right:0;z-index:2;min-width:94px;height:24px;padding:0 12px;border:0;border-radius:0 var(--radius-md) 0 8px;background:linear-gradient(135deg,#f05a28,#d9361b);color:var(--momo-white);box-shadow:0 5px 12px rgba(217,54,27,.18);font-size:12px;line-height:1;font-weight:var(--font-weight-medium);letter-spacing:0;text-align:center}.product-code{width:-moz-fit-content;width:fit-content;margin:0;padding:2px 8px;border-radius:999px;border:1px solid var(--momo-gray-200);background:var(--momo-gray-50);color:var(--momo-text-secondary);font-size:11px;font-weight:400;line-height:1.3}.product-price{margin:0;color:var(--momo-primary);font-weight:var(--font-weight-medium);font-size:15px}.product-pricing{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 7px;min-width:0}.product-original-price{margin:0;color:var(--momo-text-secondary);font-size:12px;line-height:1.2;text-decoration:line-through;white-space:nowrap}.qty-controls{display:flex;align-items:center;gap:8px}.inline-qty-controls button,.qty-controls button{width:30px;height:30px;border:1px solid var(--momo-gray-300);background:var(--momo-white);color:var(--momo-text-primary);border-radius:999px;font-size:19px;line-height:1;padding:0;cursor:pointer}.inline-qty-controls button:active,.inline-qty-controls button:focus-visible,.qty-controls button:active,.qty-controls button:focus-visible{border-color:var(--momo-primary);background:var(--momo-primary);color:var(--momo-white);outline:none}.inline-qty-controls span,.qty-controls span{min-width:18px;text-align:center;font-weight:var(--font-weight-medium);color:var(--momo-text-primary)}.primary-btn{width:100%;margin-top:10px;display:flex;justify-content:center;align-items:center;text-align:center;min-height:52px;padding:6px 16px}.primary-btn-stack{display:grid;justify-items:center;grid-gap:2px;gap:2px;line-height:1.2}.primary-btn-label{font-size:16px;font-weight:700}.primary-btn-value{font-size:13px;font-weight:var(--font-weight-medium)}.secondary-btn{width:100%;margin-top:0;border:1px solid var(--momo-border-pink);background:var(--momo-white);color:var(--momo-primary)}.location-btn{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px}.location-btn-icon{width:18px;height:18px;color:var(--momo-primary)}.location-helper{margin:-2px 0 0;font-size:12px;color:var(--momo-text-secondary)}.location-helper.error{color:var(--momo-error)}.phone-helper{color:var(--momo-text-secondary)}.form-field-error,.form-helper,.phone-helper{margin:-2px 0 0;font-size:12px;font-weight:var(--font-weight-regular)}.form-field-error,.form-helper{line-height:1.35}.form-helper{color:var(--momo-text-secondary)}.form-field-error{color:var(--momo-error)}.order-summary{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--momo-gray-200);border-radius:10px;background:var(--momo-gray-50);padding:9px 10px;margin-top:10px}.order-summary p{margin:0;color:var(--momo-text-secondary)}.order-summary strong{color:var(--momo-primary);font-size:19px;font-weight:600}.checkout-summary{margin-top:var(--space-3);border:1px solid var(--momo-gray-200);border-radius:var(--radius-md);background:var(--momo-gray-50);padding:var(--space-3)}.checkout-summary h3{margin:0 0 var(--space-2);font-size:16px;color:var(--momo-text-primary);font-weight:var(--font-weight-medium)}.summary-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:var(--space-2);gap:var(--space-2)}.summary-item{display:grid;grid-template-columns:1fr auto;grid-gap:var(--space-3);gap:var(--space-3);align-items:start}.summary-item-main{min-width:0}.summary-item-name{margin:0;font-size:14px;color:var(--momo-text-primary);font-family:var(--font-family-sans);font-weight:var(--font-weight-medium)}.summary-item-meta{margin:5px 0 0;display:flex;align-items:center;gap:8px;font-size:12px;color:var(--momo-text-secondary);font-weight:var(--font-weight-regular)}.summary-item-code{display:inline-block;border:1px solid var(--momo-gray-200);border-radius:999px;background:var(--momo-white);padding:2px 7px}.summary-item-total{margin:0;font-size:14px;color:var(--momo-text-primary);font-weight:var(--font-weight-medium)}.summary-totals{margin-top:var(--space-3);border-top:1px solid var(--momo-gray-200);padding-top:var(--space-3);display:grid;grid-gap:6px;gap:6px}.summary-totals p{margin:0;display:flex;justify-content:space-between;align-items:center;color:var(--momo-text-secondary);font-size:14px}.summary-totals strong{color:var(--momo-text-primary);font-weight:var(--font-weight-medium)}.summary-grand-total strong{color:var(--momo-primary);font-size:18px}.summary-empty{margin:0;font-size:13px;color:var(--momo-text-secondary)}.submit-note{margin-top:-2px}.payment-section{margin-top:var(--space-3);border:1px solid var(--momo-gray-200);border-radius:var(--radius-md);background:var(--momo-white);padding:var(--space-3)}.payment-section h3{margin:0 0 var(--space-2);font-size:16px;color:var(--momo-text-primary);font-weight:var(--font-weight-medium)}.payment-method-list{display:grid;grid-gap:8px;gap:8px}.payment-option{width:100%;border:1px solid var(--momo-gray-300);border-radius:var(--radius-md);background:var(--momo-white);color:var(--momo-text-primary);padding:10px 11px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;margin:0;font-weight:400;box-shadow:none}.payment-option.selected{border-color:var(--momo-primary);background:var(--momo-primary-soft);box-shadow:inset 0 0 0 1px var(--momo-primary)}.payment-option:hover:not(:disabled){border-color:var(--momo-gray-400);background:var(--momo-gray-50)}.payment-option.selected:hover:not(:disabled){border-color:var(--momo-primary);background:var(--momo-primary-soft)}.payment-option:focus-visible{box-shadow:inset 0 0 0 1px var(--momo-primary),var(--state-focus)}.payment-option.disabled{opacity:.78;background:var(--momo-gray-50)}.payment-option-main{display:flex;align-items:flex-start;gap:8px;min-width:0}.payment-option-icon{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:var(--radius-pill);background:color-mix(in srgb,var(--momo-primary-light) 55%,var(--momo-white));color:var(--momo-primary);flex:0 0 auto}.payment-option-icon-image{width:17px;height:17px}.payment-option-copy{display:grid;grid-gap:2px;gap:2px}.payment-option-label{font-size:14px;color:var(--momo-text-primary);font-family:var(--font-family-sans);font-weight:var(--font-weight-medium)}.payment-option-description{font-size:12px;color:var(--momo-text-secondary);font-weight:var(--font-weight-regular)}.payment-option-side{margin-left:auto;flex:0 0 auto}.payment-badge{border:1px solid var(--momo-border-pink);border-radius:var(--radius-pill);background:var(--momo-white);color:var(--momo-primary);padding:2px 8px;font-size:11px;font-weight:var(--font-weight-medium)}.payment-radio{display:inline-flex;width:18px;height:18px;border-radius:999px;border:1px solid var(--momo-gray-300);background:var(--momo-white);align-items:center;justify-content:center}.payment-radio span{width:9px;height:9px;border-radius:999px;background:transparent}.payment-radio.checked{border-color:var(--momo-primary)}.payment-radio.checked span{background:var(--momo-primary)}.form-field,.recipient-fields,.recipient-section{display:contents}.recipient-section-title{display:none}label{font-size:14px;font-weight:var(--font-weight-medium)}input,label,select,textarea{color:var(--momo-text-primary);font-family:var(--font-family-sans)}input,select,textarea{width:100%;padding:12px;border:1px solid var(--momo-gray-300);border-radius:var(--radius-sm);background:var(--momo-white);font-size:16px;font-weight:var(--font-weight-regular);margin-top:5px}input::placeholder,textarea::placeholder{color:var(--momo-text-secondary)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--momo-primary);box-shadow:0 0 0 1px var(--momo-primary) inset}input:hover,select:hover,textarea:hover{border-color:var(--momo-gray-400)}textarea{min-height:84px;resize:vertical}.searchable-select{position:relative;width:100%;margin-top:5px}.searchable-select input{margin-top:0}.searchable-select input:disabled{background:var(--momo-disabled-bg);color:var(--momo-text-secondary);cursor:not-allowed}.searchable-select-list{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;margin:0;padding:4px;list-style:none;max-height:240px;overflow-y:auto;background:var(--momo-white);border:1px solid var(--momo-gray-300);border-radius:var(--radius-sm);box-shadow:var(--shadow-large)}.searchable-select-option{padding:10px 12px;border-radius:var(--radius-sm);font-size:14px;color:var(--momo-text-primary);cursor:pointer}.searchable-select-option.is-highlighted,.searchable-select-option:hover{background:var(--momo-gray-100)}.searchable-select-empty{padding:10px 12px;font-size:14px;color:var(--momo-text-secondary)}.learn-more-links{margin:0 0 16px;padding:12px;border:1px solid rgba(216,45,139,.12);border-radius:var(--radius-lg);background:hsla(0,0%,100%,.72)}.learn-more-heading{display:grid;grid-gap:4px;gap:4px;margin-bottom:10px}.learn-more-links h2{margin:0;font-size:14px;line-height:1.25;color:var(--momo-text-primary);font-weight:var(--font-weight-medium)}.learn-more-heading p{margin:0;color:var(--momo-text-secondary);font-size:12px;line-height:1.35}.learn-more-link-list{display:grid;grid-gap:8px;gap:8px}.learn-more-link{position:relative;display:grid;grid-gap:5px;gap:5px;min-width:0;padding:10px 32px 10px 10px;border:1px solid rgba(216,45,139,.13);border-radius:10px;background:var(--momo-white);color:var(--momo-text-primary);text-decoration:none}.learn-more-link:hover{border-color:rgba(216,45,139,.28);background:rgba(253,242,248,.44)}.learn-more-source{color:var(--momo-brand);font-size:11px;line-height:1.2;font-weight:var(--font-weight-medium)}.learn-more-title{color:var(--momo-text-primary);font-size:13px;line-height:1.32}.learn-more-arrow{position:absolute;top:10px;right:10px;color:var(--momo-text-secondary);font-size:12px;line-height:1}.inline-qty-controls{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--momo-border-pink);border-radius:999px;padding:6px 8px;width:-moz-fit-content;width:fit-content}.state{margin-top:2px;border-radius:10px;padding:12px}.state.error{border:1px solid var(--state-error-border);background:var(--momo-primary-soft);color:var(--momo-error)}.state h3,.state p{margin:0}.state p{margin-top:4px}.payment-card{display:flex;align-items:center;gap:8px;border:1px solid var(--momo-border-pink);border-radius:10px;background:var(--momo-primary-soft);padding:9px 10px}.payment-card input[type=radio]{margin:0;width:16px;height:16px;accent-color:var(--momo-primary)}.payment-card label{margin:0;font-weight:600}.payment-text{margin:0;font-size:14px}.payment-text,.support-card{color:var(--momo-text-primary);font-weight:400}.support-card{margin-top:var(--space-3);width:100%;border:1px solid #cce1ff;background:#f8fbff;border-radius:var(--radius-md);padding:10px;display:flex;align-items:center;gap:10px;text-align:left;box-shadow:none}.support-card:hover:not(:disabled){border-color:#9bc2f2;background:#f8fbff}.support-icon{width:30px;height:30px;border-radius:var(--radius-pill);background:#eaf3ff;color:#2f67b8}.support-icon-image{width:18px;height:18px}.support-copy{display:grid;grid-gap:2px;gap:2px;min-width:0}.support-desktop-copy{display:none}.support-copy strong{font-size:14px;color:var(--momo-text-primary);font-weight:var(--font-weight-medium)}.support-copy small{font-size:12px;color:var(--momo-text-secondary);font-weight:var(--font-weight-regular)}.support-chevron{margin-left:auto;color:#6b89b8;font-size:20px;line-height:1}.success-screen{text-align:left;padding:18px 16px 16px;border-radius:20px;border-color:#f3bfd9}.success-header{outline:none}.soundbox-success-page,.success-header{scroll-margin-top:12px}.soundbox-success-page>.app-header,.soundbox-success-page>.success-screen{width:100%}.success-celebration{position:relative;width:100%;max-width:280px;margin:4px auto 10px;height:88px}.success-confetti{position:absolute;display:inline-flex;border-radius:999px;opacity:.9}.confetti-left-1{width:14px;height:4px;background:#ff4f9f;left:8px;top:22px;transform:rotate(-28deg)}.confetti-left-2{width:8px;height:8px;background:#72ba3d;left:10px;top:44px;transform:rotate(18deg);border-radius:2px}.confetti-right-1{width:14px;height:4px;background:#ff4f9f;right:10px;top:22px;transform:rotate(32deg)}.confetti-right-2{width:8px;height:8px;background:#72ba3d;right:10px;top:44px;transform:rotate(-20deg);border-radius:2px}.confetti-star-left,.confetti-star-right{width:10px;height:10px;background:transparent;border:1.5px solid #72ba3d;transform:rotate(45deg)}.confetti-star-left{left:38px;top:26px}.confetti-star-right{right:38px;top:26px}.success-actions{display:grid;grid-gap:10px;gap:10px;margin-top:14px}.success-icon{width:auto;max-width:100%;height:80px;margin:24px auto 0;display:flex;align-items:center;justify-content:center}.success-icon-glyph{width:100%;height:100%}.success-icon-image{color:var(--momo-white)}.success-title{margin:0;font-size:32px;line-height:1.2;font-weight:var(--font-weight-medium);color:var(--momo-text-primary)}.success-subtitle,.success-title{text-align:center;font-family:var(--font-family-sans)}.success-subtitle{margin:6px 0 0;font-size:14px;line-height:1.35;font-weight:var(--font-weight-regular);color:var(--momo-text-secondary)}.success-info-card{margin-top:14px;border:1px solid #f0dbe6;border-radius:14px;background:#fff;overflow:hidden}.success-info-row{display:grid;grid-template-columns:24px minmax(78px,auto) 1fr;align-items:start;grid-gap:10px;gap:10px;padding:11px 12px;min-width:0}.success-info-row+.success-info-row{border-top:1px solid #f3e7ee}.success-info-icon{width:22px;height:22px;color:var(--momo-primary)}.success-info-icon-image{width:18px;height:18px}.success-info-label{margin:1px 0 0;font-size:13px;line-height:1.3;color:#7c7c85}.success-info-label,.success-info-value{font-family:var(--font-family-sans);font-weight:var(--font-weight-regular)}.success-info-value{margin:0;font-size:15px;line-height:1.32;color:var(--momo-text-primary);text-align:right;word-break:break-word;overflow-wrap:anywhere;min-width:0}.success-info-value-code{font-size:16px;font-weight:var(--font-weight-medium);word-break:break-all;cursor:pointer;display:flex;align-items:center;justify-content:flex-end;gap:6px;color:var(--momo-primary)}.success-info-value-multiline{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.success-note{margin:12px 2px 0;font-size:14px;line-height:1.35;color:var(--momo-text-secondary);font-family:var(--font-family-sans);font-weight:var(--font-weight-regular)}.success-screen .checkout-summary{margin-top:12px;border-color:#f2d8e6;background:#fff8fc}.success-screen .checkout-summary h3{font-size:15px;font-weight:var(--font-weight-medium)}.success-screen .summary-totals{margin-top:10px;padding-top:10px}.success-screen .summary-totals p{font-size:13px}.success-screen .summary-grand-total strong{font-size:17px}.success-screen .primary-btn{margin-top:0;padding-top:12px;padding-bottom:12px}.success-screen .secondary-btn{margin-top:0}.track-order-page{display:grid;grid-gap:14px;gap:14px}.track-section-card{text-align:left;padding:16px}.track-delivery-card{background:var(--momo-white)}.track-delivery-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.track-status-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--momo-border-pink);padding:3px 10px;font-size:11px;font-family:var(--font-family-sans);font-weight:var(--font-weight-medium);white-space:nowrap;line-height:1.2}.track-status-badge.is-pending{background:#fff4fa;color:#8e3f68}.track-status-badge.is-in-progress{background:#fef0f7;color:var(--momo-primary)}.track-status-badge.is-completed{background:#e9f9ef;border-color:#b8e9cb;color:#158a4b}.track-delivery-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:6px;gap:6px}.track-delivery-step{text-align:center;min-width:0}.track-step-date,.track-step-time{margin:0;font-size:11px;color:#6e6e77;line-height:1.2;font-family:var(--font-family-sans);font-weight:var(--font-weight-regular)}.track-step-date{margin-top:1px}.track-step-marker{position:relative;height:26px;display:flex;margin-top:6px}.track-step-dot,.track-step-marker{justify-content:center;align-items:center}.track-step-dot{width:22px;height:22px;border-radius:50%;border:1.5px solid #efd3e3;background:var(--momo-white);display:inline-flex;font-size:11px;color:transparent;z-index:1}.track-step-connector{position:absolute;top:50%;left:calc(50% + 11px);width:calc(100% - 3px);height:1.5px;background:#eecfdf;transform:translateY(-50%)}.track-delivery-step.active .track-step-dot,.track-delivery-step.done .track-step-dot{background:var(--momo-primary);border-color:#f1bdd8;color:var(--momo-white)}.track-delivery-step.active .track-step-dot{box-shadow:0 0 0 2px rgba(165,0,100,.14)}.track-delivery-step.active .track-step-connector,.track-delivery-step.done .track-step-connector{background:#e7adc9}.track-step-label{margin:5px 0 0;font-size:12px;color:var(--momo-text-primary);line-height:1.3;min-height:32px;font-family:var(--font-family-sans);font-weight:var(--font-weight-regular)}.track-delivery-step.active .track-step-label{color:var(--momo-primary);font-weight:var(--font-weight-medium)}.track-section-title{margin:0 0 10px;font-size:19px;color:var(--momo-text-primary);font-family:var(--font-family-sans);font-weight:var(--font-weight-medium)}.track-delivery-heading{margin-bottom:0}.track-info-list{display:grid;grid-gap:9px;gap:9px}.track-info-row{margin:0;display:flex;justify-content:space-between;align-items:flex-start;gap:10px;color:#616161;font-size:13px;font-family:var(--font-family-sans);font-weight:var(--font-weight-regular)}.track-info-row strong{color:var(--momo-text-primary);font-weight:var(--font-weight-medium);text-align:right;word-break:break-word;overflow-wrap:anywhere}.track-product-list{display:grid;grid-gap:8px;gap:8px}.track-product-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding-bottom:8px;border-bottom:1px dashed #eddce7}.track-product-row:last-child{padding-bottom:0;border-bottom:none}.track-product-copy{min-width:0}.track-product-name{margin:0;font-size:14px;color:var(--momo-text-primary);font-weight:var(--font-weight-medium);font-family:var(--font-family-sans)}.track-product-sku{margin:2px 0 0;font-size:12px;color:var(--momo-text-secondary);font-family:var(--font-family-sans);font-weight:var(--font-weight-regular)}.track-product-meta{text-align:right}.track-product-meta p{margin:0;font-size:12px;color:var(--momo-text-secondary);font-family:var(--font-family-sans);font-weight:var(--font-weight-regular)}.track-product-meta strong{display:block;margin-top:2px;font-size:14px;color:var(--momo-text-primary);font-family:var(--font-family-sans);font-weight:var(--font-weight-medium)}.track-empty-copy{margin:0;font-size:13px;color:var(--momo-text-secondary);font-family:var(--font-family-sans);font-weight:var(--font-weight-regular)}.track-support-card{border-color:var(--momo-border-pink);background:var(--momo-primary-soft)}.track-support-copy{margin:0;font-size:13px;color:var(--momo-text-secondary);font-family:var(--font-family-sans);font-weight:var(--font-weight-regular)}.track-support-link{margin-top:8px;display:inline-flex;font-size:14px;color:var(--momo-primary);font-weight:var(--font-weight-medium);text-decoration:none}.track-support-link:hover{text-decoration:underline}.track-back-shop-btn{width:100%}.btn-inline{display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-icon{width:16px;height:16px;color:var(--momo-white)}.btn-icon-image{width:14px;height:14px}.track-order-meta{border:1px solid var(--momo-border-pink);border-radius:12px;background:var(--momo-primary-soft);padding:10px;margin-bottom:12px;display:grid;grid-gap:8px;gap:8px}.track-order-row{margin:0;display:flex;justify-content:space-between;align-items:center;gap:8px;color:var(--momo-text-secondary);font-size:14px}.track-order-row strong{color:var(--momo-text-primary);font-weight:600}.btn-link{display:block;text-decoration:none;text-align:center;margin-top:12px}.success-screen .timeline{text-align:left;border:1px solid #f1d9e8;border-radius:14px;background:#fff;padding:12px 12px 10px;margin-top:12px}.success-screen .timeline h2{margin:0 0 10px;font-size:16px;line-height:1.25;color:var(--momo-text-primary);font-family:var(--font-family-sans);font-weight:var(--font-weight-medium)}.success-screen .timeline ol{list-style:none;margin:0;padding:0}.success-screen .timeline li{position:relative;display:grid;grid-template-columns:14px 1fr;grid-gap:9px;gap:9px;padding:0 0 10px}.success-screen .timeline li:last-child{padding-bottom:0}.success-screen .timeline li:not(:last-child):after{content:"";position:absolute;left:6px;top:14px;width:1px;height:calc(100% - 2px);background:#efcde0}.success-screen .timeline .dot{width:14px;height:14px;border-radius:50%;background:#f6deeb;border:1px solid #edc0d9;margin-top:2px;display:inline-flex;align-items:center;justify-content:center;position:relative}.success-screen .timeline li.active .dot,.success-screen .timeline li.done .dot{background:var(--momo-primary);border-color:#e29ec2}.success-screen .timeline li.done .dot:after{content:"";width:6px;height:3px;border-left:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(-45deg);margin-top:-1px}.success-screen .timeline strong{display:block;font-size:13px;line-height:1.25;font-family:var(--font-family-sans);font-weight:var(--font-weight-medium);color:var(--momo-text-primary)}.success-screen .timeline p{margin:2px 0 0;font-size:12px;line-height:1.35;font-family:var(--font-family-sans);font-weight:var(--font-weight-regular);color:var(--momo-text-secondary)}@media (min-width:431px){.page{padding-top:20px;padding-bottom:120px}.learn-more-link-list{grid-template-columns:repeat(2,minmax(0,1fr))}.sticky-cta-shell{bottom:18px}.soundbox-success-page{max-width:768px;margin:0 auto}}@media (max-width:430px){.product-row{grid-template-columns:52px minmax(0,1fr) auto;gap:8px;padding:7px}.product-image{width:52px;height:52px}.product-title{font-size:15px;line-height:1.25}.product-title-line{flex-wrap:wrap;gap:4px 6px}.product-recommended-badge{min-width:88px;height:23px;padding:0 10px;font-size:11px}.product-price{font-size:14px}.product-original-price,.sim-addon-original-price{font-size:11.5px}input,select,textarea{padding:11px}.learn-more-links{padding:10px}.sticky-cta{gap:8px;padding:8px}.sticky-cta-copy strong{font-size:16px}.sticky-cta-button{min-width:82px}.hero-banner{border-radius:16px;padding:5px}.hero-product-image{aspect-ratio:2/1;max-height:172px;border-radius:12px}.track-section-title{font-size:18px}.track-section-card{padding:14px}.track-status-badge{font-size:10px;padding:3px 8px}.track-step-date,.track-step-time{font-size:11px}.track-step-label{font-size:11px;min-height:30px}.success-screen{padding:12px}.success-celebration{width:100%;max-width:280px;height:84px;margin-bottom:8px}.success-title{font-size:26px}.success-subtitle{font-size:13px}.success-info-row{grid-template-columns:20px minmax(70px,auto) 1fr;gap:8px;padding:10px}.success-info-icon{width:20px;height:20px}.success-info-value{font-size:14px}.success-note{font-size:13px}.success-screen .timeline{padding:10px}.success-screen .timeline p,.success-screen .timeline strong{font-size:12px}}.soundbox-checkout-page .product-selection-card{display:flex;flex-direction:column;gap:12px}.soundbox-checkout-page .product-row{box-shadow:0 2px 8px rgba(0,0,0,.04);margin-bottom:0}@media (min-width:1024px){body:has(.soundbox-checkout-page),body:has(.soundbox-success-page){background:radial-gradient(circle at 14% 4%,rgba(235,47,150,.12),transparent 30%),radial-gradient(circle at 88% 10%,rgba(165,0,100,.08),transparent 28%),linear-gradient(180deg,var(--momo-primary-soft) 0,var(--momo-white) 44%,var(--momo-gray-50) 100%)}.page:has(.soundbox-checkout-page),.page:has(.soundbox-success-page){align-items:flex-start;min-height:100vh;padding:28px clamp(24px,3vw,44px) 76px}.soundbox-success-page{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"header" "main" "legal";align-items:start;width:100%;max-width:1200px;margin:0 auto;grid-gap:20px;gap:20px}.soundbox-success-page .app-header{grid-area:header;margin-bottom:0}.soundbox-success-page .brand-trust-widget{width:100%}.soundbox-success-page .success-screen{grid-area:main;width:100%;max-width:none}.soundbox-success-page>.legal-footer{grid-area:legal;width:100%;margin-top:0}.soundbox-checkout-page{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"header" "main" "learn" "legal";align-items:start;grid-gap:20px;gap:20px;width:min(100%,1200px);max-width:1200px}.soundbox-checkout-page .app-header{grid-area:header;margin-bottom:0}.soundbox-checkout-page .desktop-main-grid{grid-area:main;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);grid-gap:22px;gap:22px;align-items:start;min-width:0}.soundbox-checkout-page .desktop-commerce-panel{display:grid;grid-gap:16px;gap:16px;min-width:0}.soundbox-checkout-page .hero-banner{margin-bottom:0;padding:8px;border-radius:18px;box-shadow:0 18px 45px rgba(165,0,100,.08),0 0 1px rgba(0,0,0,.12)}.soundbox-checkout-page .hero-product-image{width:100%;min-height:0;max-height:390px;aspect-ratio:16/9;border-radius:14px;object-fit:cover}.soundbox-checkout-page .checkout-card,.soundbox-checkout-page .product-selection-card{margin-bottom:0}.soundbox-checkout-page .checkout-card{position:static;top:auto}.soundbox-checkout-page .learn-more-links{grid-area:learn;margin:0}.soundbox-checkout-page .sticky-cta-shell{position:-webkit-sticky;position:sticky;bottom:24px;left:auto;transform:none;width:100%;margin-top:16px}.soundbox-checkout-page .card{padding:16px;box-shadow:0 16px 38px rgba(28,23,26,.08),0 0 1px rgba(0,0,0,.12)}.soundbox-checkout-page .section-title-line{margin-bottom:12px}.soundbox-checkout-page .card h2,.soundbox-checkout-page .section-title-line h2{font-size:20px}.soundbox-checkout-page .product-list{grid-template-columns:1fr;gap:10px}.soundbox-checkout-page .product-empty-state{grid-column:1/-1}.soundbox-checkout-page .product-row{min-height:auto;grid-template-columns:56px minmax(0,1fr) auto;grid-template-rows:auto;align-items:center;gap:10px;padding:10px 12px;border-radius:14px}.soundbox-checkout-page .product-image{width:56px;height:56px;grid-row:auto;border-radius:12px}.soundbox-checkout-page .product-meta{padding-right:0}.soundbox-checkout-page .product-row.is-recommended .product-meta{padding-top:0}.soundbox-checkout-page .product-title{font-size:15px;line-height:1.25}.soundbox-checkout-page .product-price{font-size:15px}.soundbox-checkout-page .qty-controls{grid-column:auto;justify-self:auto;align-self:center}.soundbox-checkout-page .product-row.is-recommended .qty-controls{align-self:center}.soundbox-checkout-page .sim-addon-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;border-radius:14px;padding:12px}.soundbox-checkout-page .checkout-card{display:flex;flex-direction:column;gap:12px;padding:16px 17px}.soundbox-checkout-page .checkout-card>h2{order:0;margin-bottom:0;font-size:18px}.soundbox-checkout-page .checkout-summary h3,.soundbox-checkout-page .payment-section h3,.soundbox-checkout-page .recipient-section-title{margin:0 0 8px;font-size:16px;line-height:1.25;color:var(--momo-text-primary);font-weight:var(--font-weight-medium)}.soundbox-checkout-page .checkout-summary,.soundbox-checkout-page .payment-section{padding:0;margin:0;background:transparent;border:none;order:0}.soundbox-checkout-page .checkout-submit-btn{margin-top:4px;order:0}.soundbox-checkout-page .checkout-submit-state,.soundbox-checkout-page .submit-disabled-feedback{order:0}.soundbox-checkout-page .recipient-section-title{display:block;margin-bottom:0}.soundbox-checkout-page .recipient-fields{display:grid;grid-gap:10px 12px;gap:10px 12px;min-width:0}.soundbox-checkout-page .form-field{display:grid;grid-gap:4px;gap:4px}.soundbox-checkout-page .form-field-full-name{order:1}.soundbox-checkout-page .form-field-phone{order:2}.soundbox-checkout-page .form-field-email{order:3}.soundbox-checkout-page .form-field-national-id{order:4}.soundbox-checkout-page .form-field-province{order:5}.soundbox-checkout-page .form-field-ward{order:6}.soundbox-checkout-page .form-field-address{grid-column:1/-1;order:7}.soundbox-checkout-page .form-field-note{grid-column:1/-1;order:8}.soundbox-checkout-page .sticky-cta-shell.is-hidden{opacity:1;transform:none;pointer-events:auto}.soundbox-checkout-page label{font-size:12px;line-height:1.25}.soundbox-checkout-page input,.soundbox-checkout-page select,.soundbox-checkout-page textarea{margin-top:0;padding:8px 10px;font-size:16px;line-height:1.35}.soundbox-checkout-page input,.soundbox-checkout-page select{min-height:38px}.soundbox-checkout-page textarea{min-height:68px}.soundbox-checkout-page .form-field-error,.soundbox-checkout-page .form-helper,.soundbox-checkout-page .location-helper,.soundbox-checkout-page .phone-helper{margin:0;font-size:11px;line-height:1.3}.soundbox-checkout-page .location-btn{min-height:38px;padding:8px 12px;font-size:13px}.soundbox-checkout-page .payment-section{order:4;margin-top:0;border-radius:14px;padding:11px 12px}.soundbox-checkout-page .payment-method-list{gap:7px}.soundbox-checkout-page .payment-option{padding:8px 10px;min-height:48px;gap:8px}.soundbox-checkout-page .payment-option-icon{width:24px;height:24px}.soundbox-checkout-page .payment-option-icon-image{width:16px;height:16px}.soundbox-checkout-page .payment-option-label{font-size:13px}.soundbox-checkout-page .payment-option-description{font-size:11px;line-height:1.3}.soundbox-checkout-page .payment-badge{padding:2px 7px;font-size:10px}.soundbox-checkout-page .payment-radio{width:17px;height:17px}.soundbox-checkout-page .submit-note{order:5}.soundbox-checkout-page .checkout-submit-state{order:6;margin-top:0;padding:10px}.soundbox-checkout-page .checkout-submit-btn{order:7}.soundbox-checkout-page .primary-btn{min-height:52px;padding:6px 16px;margin-top:0;font-size:15px}.soundbox-checkout-page .primary-btn-label{font-size:15px}.soundbox-checkout-page .primary-btn-value{font-size:12px}.soundbox-checkout-page .support-card{order:8;justify-content:center;margin-top:-2px;border:0;border-radius:10px;background:transparent;padding:2px 4px 0;color:var(--momo-text-secondary);box-shadow:none}.soundbox-checkout-page .support-card:hover:not(:disabled){background:transparent}.soundbox-checkout-page .support-chevron,.soundbox-checkout-page .support-copy,.soundbox-checkout-page .support-icon{display:none}.soundbox-checkout-page .support-desktop-copy{display:inline;font-size:12px;line-height:1.35;text-align:center}.soundbox-checkout-page .support-desktop-copy strong{color:var(--momo-primary);font-weight:var(--font-weight-medium)}.soundbox-checkout-page .desktop-main-grid{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);grid-auto-rows:auto;gap:18px 22px}.soundbox-checkout-page .hero-banner{grid-column:1;grid-row:1;align-self:stretch}.soundbox-checkout-page .product-selection-card{grid-column:2;grid-row:1;align-self:stretch}.soundbox-checkout-page .mobile-only-title{display:none}.soundbox-checkout-page .checkout-unified-card{grid-column:2;grid-row:2;align-self:stretch;background:#fff;border-radius:18px;padding:16px 18px;border:1px solid var(--momo-border-pink);box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:12px}.soundbox-checkout-page .checkout-unified-card>.support-card{display:none}.soundbox-checkout-page .checkout-divider{display:block;border-top:1px solid rgba(216,45,139,.12)}.soundbox-checkout-page .submit-area{display:flex;flex-direction:column;gap:10px}.soundbox-checkout-page .unified-support-text{display:block;font-size:12px;line-height:1.35;text-align:center;color:var(--momo-text-secondary)}.soundbox-checkout-page .unified-support-text strong{color:var(--momo-primary);font-weight:var(--font-weight-medium)}.soundbox-checkout-page .recipient-section{display:grid;grid-gap:12px;gap:12px;min-width:0}.soundbox-checkout-page .order-form{grid-column:1;grid-row:2;align-self:stretch;display:block;order:0;min-height:clamp(500px,44vw,540px);padding:17px 18px;border:1px solid var(--momo-gray-200);border-radius:18px;background:var(--momo-white);box-shadow:0 16px 38px rgba(28,23,26,.08),0 0 1px rgba(0,0,0,.12)}.soundbox-checkout-page .recipient-fields{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto auto auto auto;column-gap:16px;row-gap:12px;align-items:start;align-content:start}.soundbox-checkout-page .form-field{display:flex;flex-direction:column;gap:5px;min-width:0;height:100%}.soundbox-checkout-page input,.soundbox-checkout-page select{height:40px;min-height:40px;box-sizing:border-box}.soundbox-checkout-page textarea{min-height:72px;box-sizing:border-box}.soundbox-checkout-page .form-field-email .form-field-error,.soundbox-checkout-page .form-field-email .form-helper,.soundbox-checkout-page .form-field-national-id .form-field-error{min-height:28px}.soundbox-checkout-page .form-field-national-id:after{content:"";display:block;min-height:28px}.soundbox-checkout-page .form-field-national-id:has(.form-field-error):after{display:none}.soundbox-checkout-page .hidden-on-mobile{display:block!important}.soundbox-checkout-page .review-step-card{grid-column:2;grid-row:2;align-self:stretch;min-height:auto;padding:16px 18px}.soundbox-checkout-page .learn-more-links{padding:16px;background:hsla(0,0%,100%,.82)}.soundbox-checkout-page .learn-more-heading{margin-bottom:14px}.soundbox-checkout-page .learn-more-links h2{font-size:18px}.soundbox-checkout-page .learn-more-heading p{font-size:13px}.soundbox-checkout-page .learn-more-link-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.soundbox-checkout-page .learn-more-link{min-height:88px;padding:12px 34px 12px 12px}}@media (min-width:1280px){.soundbox-checkout-page{max-width:1240px}.soundbox-checkout-page .desktop-main-grid{grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr);gap:24px}}.ipos-checkout-shell{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,var(--momo-primary-soft) 0,var(--momo-white) 46%,var(--momo-gray-50) 100%)}.ipos-checkout-header-wrapper{width:100%;max-width:520px;margin:0 auto;padding:16px 16px 0}.ipos-checkout-page{width:100%;max-width:520px;margin:0 auto;padding:16px;display:flex;flex-direction:column}.ipos-checkout-card{width:100%;display:flex!important;flex-direction:column!important;grid-template-columns:none!important;background:var(--momo-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:32px 20px}.ipos-checkout-title{font-family:var(--font-family-display);font-size:24px;margin-bottom:8px;color:var(--momo-text-primary);text-align:left}.ipos-checkout-subtitle{color:var(--momo-text-secondary);margin-bottom:24px;font-size:14px;text-align:left}.ipos-checkout-section,.ipos-checkout-summary-section{display:flex;flex-direction:column;margin-bottom:24px;width:100%}.ipos-checkout-summary-section{background:var(--momo-background-surface,#f8f9fa);padding:16px;border-radius:var(--radius-md)}.ipos-checkout-section-title{font-family:var(--font-family-sans);font-size:16px;font-weight:var(--font-weight-medium);margin-bottom:12px;border-bottom:1px solid var(--momo-border-color,#eee);padding-bottom:8px;color:var(--momo-text-primary);text-align:left}.ipos-checkout-buttons{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:8px}@media (min-width:1024px){.ipos-checkout-page{padding:32px 16px}}@keyframes skeleton-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-block{background:linear-gradient(90deg,var(--momo-gray-100) 25%,var(--momo-gray-200) 50%,var(--momo-gray-100) 75%);background-size:800px 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite;border-radius:var(--radius-sm)}.product-row-skeleton{display:grid;grid-template-columns:56px 1fr auto;grid-gap:10px;gap:10px;align-items:center;border:1px solid var(--momo-gray-200);border-radius:var(--radius-md);padding:8px;background:var(--momo-white)}.product-row-skeleton .skeleton-image{width:56px;height:56px;border-radius:10px}.product-row-skeleton .skeleton-meta{display:flex;flex-direction:column;gap:6px}.product-row-skeleton .skeleton-title{height:14px;width:70%}.product-row-skeleton .skeleton-code{height:11px;width:35%}.product-row-skeleton .skeleton-price{height:14px;width:50%}.product-row-skeleton .skeleton-qty{display:flex;align-items:center;gap:6px}.product-row-skeleton .skeleton-qty-btn{width:28px;height:28px;border-radius:50%}.product-row-skeleton .skeleton-qty-num{width:20px;height:14px}.product-gallery{display:flex;flex-direction:column;gap:12px;width:100%}.product-gallery-main{position:relative;width:100%;border-radius:12px;overflow:hidden;background:#f8f9fa;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.product-gallery-main-image{width:100%;height:100%;object-fit:contain;transition:opacity .3s ease}.product-gallery-main-nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.8);border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .2s ease}.product-gallery-main-nav:hover:not(:disabled){background:#fff;transform:translateY(-50%) scale(1.05);box-shadow:0 4px 8px rgba(0,0,0,.15)}.product-gallery-main-nav:disabled{opacity:.3;cursor:not-allowed}.product-gallery-main-nav.prev{left:12px}.product-gallery-main-nav.next{right:12px}.product-gallery-main-nav svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.product-gallery-thumb-controls{display:flex;align-items:center;gap:8px;width:100%;position:relative}.product-gallery-thumb-nav{width:32px;height:32px;border-radius:50%;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#333;transition:all .2s ease;flex-shrink:0}.product-gallery-thumb-nav:hover:not(:disabled){background:#f0f0f0}.product-gallery-thumb-nav:disabled{opacity:.2;cursor:not-allowed}.product-gallery-thumb-nav svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.product-gallery-thumbs-viewport{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;flex-grow:1;scrollbar-width:none;-ms-overflow-style:none}.product-gallery-thumbs-viewport::-webkit-scrollbar{display:none}.product-gallery-thumbs-track{display:flex;gap:12px;padding:4px}.product-gallery-thumb{width:60px;height:60px;border-radius:8px;border:2px solid transparent;padding:2px;background:transparent;cursor:pointer;transition:all .2s ease;flex-shrink:0;position:relative;overflow:hidden}.product-gallery-thumb.is-active{border-color:var(--primary-color,#d82c4d)}.product-gallery-thumb-image{width:100%;height:100%;object-fit:cover;border-radius:4px}@media (min-width:768px){.product-gallery-thumb{width:70px;height:70px}}.product-gallery-thumbnail-progress{position:absolute;left:0;bottom:0;height:3px;width:100%;transform-origin:left center;transform:scaleX(0);background-color:var(--primary-color,#d82c4d);z-index:2;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.product-gallery-thumbnail-progress.is-running{animation:thumbnail-progress 3s linear forwards}@keyframes thumbnail-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.learn-more-section{width:100%;margin-bottom:24px}.learn-more-heading{margin-bottom:16px;text-align:center}.learn-more-heading h2{margin:0;font-size:20px;line-height:1.3;color:var(--momo-text-primary);font-weight:var(--font-weight-bold)}.learn-more-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.learn-more-card{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid rgba(216,45,139,.12);border-radius:var(--radius-lg);background:hsla(0,0%,100%,.72)}.learn-more-card-image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px}.learn-more-card-title{margin:0;font-size:16px;line-height:1.3;color:var(--momo-text-primary);font-weight:var(--font-weight-bold)}.learn-more-card-description{margin:0;color:var(--momo-text-secondary);font-size:14px;line-height:1.4}@media (max-width:767px){.learn-more-section{width:100%;padding-inline:16px}.learn-more-heading{text-align:left;margin-bottom:12px}.learn-more-heading h2{font-size:18px}.learn-more-grid{display:flex;overflow-x:auto;gap:14px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px;margin-inline:-16px;padding-inline:16px}.learn-more-grid::-webkit-scrollbar{display:none}.learn-more-grid{scrollbar-width:none}.learn-more-card{flex:0 0 84%;scroll-snap-align:center}.learn-more-card-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}.legal-footer{grid-area:legal;margin-top:clamp(32px,5vw,64px);padding:28px 16px 100px;background:#f7f7f7;border-top:1px solid rgba(17,24,39,.08)}@media (min-width:1024px){.legal-footer{padding-bottom:32px}}.legal-footer-inner{width:min(100%,1120px);margin-inline:auto;text-align:center;color:#4b5563;font-size:13px;line-height:1.6}.legal-footer-logo{display:block;width:150px;height:auto;margin:0 auto 12px}.legal-footer-company{margin-top:8px;font-weight:600;color:#374151}.legal-footer-info{margin-top:12px}.legal-footer-info p{margin:4px 0}.legal-footer-copyright{margin-top:10px;color:#6b7280}@media (min-width:1024px){.soundbox-checkout-page .learn-more-section{grid-area:learn;margin:0;border-radius:18px}}.why-choose-hero{background:#fff0f5;border-radius:24px;padding:32px 24px;margin-bottom:24px;position:relative;overflow:hidden}.why-choose-title{font-size:28px;font-weight:700;color:#333;margin-bottom:24px}.why-choose-title em{color:#d82c4d;font-style:normal}.why-choose-benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;position:relative;z-index:2}.benefit-item{display:flex;align-items:center;gap:12px;background:hsla(0,0%,100%,.8);padding:12px 16px;border-radius:12px;max-width:280px;box-shadow:0 4px 12px rgba(216,45,139,.05)}.benefit-icon img{width:24px;height:24px}.benefit-text{font-size:14px;font-weight:600;color:#333;line-height:1.4}.why-choose-illustration{position:absolute;bottom:-20px;right:-20px;width:200px;z-index:1}.why-choose-illustration img{width:100%;height:auto}.checkout-desktop-layout,.checkout-flow-column{display:flex;flex-direction:column;gap:16px}.checkout-flow-column{align-items:stretch;width:100%;min-width:0}@media (min-width:1024px){.soundbox-checkout-page .checkout-desktop-layout{grid-area:main;display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);grid-gap:clamp(24px,3vw,48px);gap:clamp(24px,3vw,48px);align-items:start}.checkout-visual-column{min-width:0;position:-webkit-sticky;position:sticky;top:96px}.checkout-visual-column .product-gallery-main{max-height:calc(100vh - 210px);padding:24px}}@media (min-width:1120px){.soundbox-checkout-page .checkout-desktop-layout{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}}.typography-price-cta,.typography-price-line-item,.typography-price-old,.typography-price-product,.typography-price-total{font-family:var(--font-family-sans),Arial,sans-serif;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"tnum";white-space:nowrap}.typography-price-product{font-size:15px;font-weight:600;color:var(--momo-primary);line-height:1.2}.typography-price-old{font-size:11.5px;font-weight:400;color:var(--momo-text-secondary);text-decoration:line-through;line-height:1.2}.typography-price-line-item{font-size:13px;font-weight:500;color:var(--momo-text-primary);line-height:1.25}.typography-price-total{font-size:15px;font-weight:700;color:var(--momo-primary);line-height:1.15}.typography-price-cta{font-size:13px;font-weight:700;color:inherit;line-height:1.2}@media (min-width:1024px){.typography-price-product{font-size:16px}.typography-price-old{font-size:12px}.typography-price-line-item{font-size:14px}.typography-price-total{font-size:18px}.typography-price-cta{font-size:14px}}