.cart-page{--app-bg:#f6f7fb;--app-card:#ffffff;--app-accent:#f2552c;--app-accent-strong:#e94a1c;--app-muted:#6b7280;--app-soft:#f3f4f6;--app-border:#e5e7eb;background:var(--app-bg);color:#111827;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui;min-height:100vh;overflow-x:hidden}.cart-page .text-accent{color:var(--app-accent)}.cart-page .app-card{background:var(--app-card);border-radius:18px;box-shadow:0 10px 20px rgba(15,23,42,.06)}.cart-page .app-card--flat{box-shadow:none;border:1px solid var(--app-border)}.cart-page .cart-screen{max-width:480px;margin:0 auto;padding:16px 16px 180px}.cart-page .cart-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;color:#111827}.cart-page .cart-topbar h1{font-size:18px;font-weight:600;flex:1;text-align:left;margin-left:4px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.1;display:block}.cart-page .cart-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;border:1px solid var(--app-border);background:#fff;color:#111827}.cart-page .cart-icon-btn svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;fill:none}.cart-page .cart-error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:14px;padding:12px 14px;font-size:13px;margin-bottom:16px}.cart-page .cart-empty{padding:20px;text-align:center}.cart-page .cart-empty p{color:var(--app-muted);margin-bottom:12px}.cart-page .cart-empty a{color:var(--app-accent);font-weight:600}.cart-page .cart-group{margin-bottom:14px;overflow:hidden}.cart-page .cart-group__header{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid var(--app-border)}.cart-page .cart-group__title{display:flex;align-items:center;gap:6px;font-weight:600;font-size:14px}.cart-page .cart-group__title svg{width:14px;height:14px;stroke:#9ca3af;stroke-width:2;fill:none}.cart-page .cart-item{display:grid;grid-template-columns:72px 1fr;gap:10px;padding:12px 14px;align-items:center;position:relative;border-bottom:1px solid var(--app-border);background:#fff}.cart-page .cart-item:last-child{border-bottom:none}.cart-page .cart-item__link{position:absolute;inset:0;z-index:1}.cart-page .cart-item__media{width:72px;height:72px;border-radius:12px;overflow:hidden;background:var(--app-soft);display:flex;align-items:center;justify-content:center;z-index:2}.cart-page .cart-item__media img{width:100%;height:100%;object-fit:cover}.cart-page .cart-item__info{display:flex;flex-direction:column;gap:4px;z-index:2}.cart-page .cart-item__name{font-size:13px;font-weight:600;line-height:1.3;color:#111827}.cart-page .cart-item__meta{font-size:12px;color:var(--app-muted);line-height:1.45}.cart-page .cart-item__meta a{color:var(--app-muted)}.cart-page .cart-item__meta a:hover{color:var(--app-accent)}.cart-page .cart-item__price-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px}.cart-page .cart-item__price-current{color:#111827;font-weight:600;font-size:14px}.cart-page .cart-item__price-old{color:#9ca3af;text-decoration:line-through;font-size:12px}.cart-page .cart-desktop-item__formula,.cart-page .cart-item__line-total{font-size:13px;font-weight:600;color:#111827;margin-top:2px}.cart-page .cart-item__qty{z-index:2;border:1px solid var(--app-border);border-radius:10px;overflow:hidden}.cart-page .cart-item__qty,.cart-page .qty-btn{display:inline-flex;align-items:center;background:#fff}.cart-page .qty-btn{width:28px;height:28px;border:none;color:#9ca3af;font-size:16px;line-height:1;justify-content:center}.cart-page .qty-input{width:32px;text-align:center;border:none;background:#fff;padding:4px 2px;font-size:13px;color:#111827}.cart-page .cart-notices{margin:16px 0;font-size:12px;color:var(--app-muted);display:grid;gap:8px}.cart-page .cart-notices a{color:var(--app-accent);font-weight:600}.cart-page .cart-sticky{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--app-border);padding:10px 16px calc(10px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:12px;justify-content:space-between;max-width:480px;margin:0 auto;z-index:20}.cart-page .cart-total{display:grid;gap:2px;font-size:12px;color:var(--app-muted);text-align:right}.cart-page .cart-total__line{display:inline-flex;align-items:center;gap:6px;justify-content:flex-end;white-space:nowrap}.cart-page .cart-total strong{color:#111827;font-size:14px}.cart-page .cart-total__saved{font-size:11px;color:#f97316}.cart-page .cart-sticky__summary{display:inline-flex;align-items:center;gap:12px;margin-left:auto}.cart-page .cart-checkout{background:var(--app-accent);color:#fff;border-radius:12px;padding:10px 16px;font-size:13px;font-weight:600;border:none;display:inline-flex;align-items:center;gap:6px}.cart-page .cart-checkout:hover{background:var(--app-accent-strong)}.cart-page .cart-desktop{background:#f5f5f7;color:#111827;min-height:100vh}.cart-page .desk-topbar{background:#f85606;color:#fff}.cart-page .desk-topbar a{color:#fff;opacity:.9}.cart-page .desk-topbar a:hover{opacity:1}.cart-page .desk-header{background:#f85606;color:#fff;border-bottom:1px solid rgba(255,255,255,.2)}.cart-page .desk-search{background:rgba(255,255,255,.15);border-radius:4px;overflow:hidden}.cart-page .desk-search input{background:#fff;border:none;outline:none;border-radius:4px 0 0 4px}.cart-page .desk-search button{background:#fff;border:none;border-radius:0 4px 4px 0;color:#f85606;font-weight:600}.cart-page .desk-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 8px 16px rgba(15,23,42,.06)}.cart-page .cart-desktop-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.cart-page .cart-desktop-group{margin-bottom:18px;overflow:hidden}.cart-page .cart-desktop-group__header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #e5e7eb;background:#fafafa}.cart-page .cart-desktop-item{display:grid;grid-template-columns:96px minmax(0,1fr) 120px 120px 80px;gap:12px;align-items:center;padding:16px;border-bottom:1px solid #f1f5f9}.cart-page .cart-desktop-item:last-child{border-bottom:none}.cart-page .cart-desktop-item__media{width:96px;height:96px;border-radius:8px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.cart-page .cart-desktop-item__media img{width:100%;height:100%;object-fit:cover}.cart-page .cart-desktop-item__info{display:grid;gap:6px}.cart-page .cart-desktop-item__name{font-size:14px;font-weight:600;color:#111827}.cart-page .cart-desktop-item__meta{font-size:12px;color:#6b7280;line-height:1.5}.cart-page .cart-desktop-item__old{font-size:12px;color:#9ca3af;text-decoration:line-through}.cart-page .cart-desktop-item__price{font-weight:600;color:#111827}.cart-page .cart-desktop-item__qty .qty-btn{width:30px;height:30px}.cart-page .cart-desktop-item__qty .qty-input{width:40px;font-size:13px}.cart-page .cart-desktop-item__remove{border:none;background:none;color:#ef4444;font-size:12px;font-weight:600}.cart-page .cart-summary{padding:18px;display:grid;gap:14px}.cart-page .cart-summary h3{font-size:16px;font-weight:700;color:#111827}.cart-page .cart-summary__row{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#4b5563}.cart-page .cart-summary__voucher{display:grid;grid-template-columns:1fr auto;gap:8px}.cart-page .cart-summary__voucher input{border:1px solid #d1d5db;border-radius:6px;padding:8px 10px;font-size:13px}.cart-page .cart-summary__voucher button{background:#3b82f6;color:#fff;border:none;border-radius:6px;padding:8px 12px;font-size:12px;font-weight:600}.cart-page .cart-summary__total{display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:700;color:#111827;border-top:1px dashed #e5e7eb;padding-top:12px}.cart-page .cart-summary__checkout{background:#f85606;color:#fff;border-radius:6px;padding:10px 12px;text-align:center;font-size:13px;font-weight:700;border:none;width:100%;display:inline-flex;align-items:center;justify-content:center}.cart-page .cart-summary__checkout:hover{background:#e94a1c}.cart-page .cart-summary__saved{margin-top:8px;font-size:12px;color:#f97316;text-align:right}.cart-page .cart-notice{border-radius:10px;padding:10px 12px;font-size:12px;font-weight:600;margin-bottom:12px}.cart-page .cart-notice--desktop{background:#fff7ed;border:1px solid #fdba74;color:#b45309;box-shadow:0 6px 16px rgba(251,146,60,.18);width:fit-content}.cart-page .cart-notice--mobile{background:rgba(15,23,42,.85);color:#fff;border-radius:14px;padding:12px 16px;margin:12px auto;text-align:center;max-width:260px}.cart-auth-screen,.cart-page .cart-auth-screen{min-height:60vh;display:flex;align-items:center;justify-content:center}.cart-auth-card,.cart-page .cart-auth-card{background:#fff;border:1px solid #e5e7eb;padding:16px 20px;border-radius:12px;font-size:13px;color:#475569;box-shadow:0 10px 20px rgba(15,23,42,.08)}.cart-page .cart-all-products{margin-top:18px}.cart-page .cart-all-products--desktop{margin-top:28px}.cart-page .cart-recommendation-section{margin-top:0}.cart-page .cart-recommendation-section .recommend-section__heading{margin-bottom:12px}.cart-page .cart-recommendation-section .recommend-section__heading h3{font-size:18px}.cart-page .cart-recommendation-section .recommend-section__accent{width:28px}@media (max-width:1200px){.cart-page .cart-desktop-grid{grid-template-columns:minmax(0,1fr) 280px}}@media (min-width:1024px){.cart-page .cart-recommendation-section .recommend-section__heading h3{font-size:22px}}@media (max-width:1024px){.cart-page .cart-desktop-grid{grid-template-columns:1fr}}@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");.checkout-page{--app-bg:#f6f7fb;--app-card:#ffffff;--app-accent:#f2552c;--app-accent-strong:#e94a1c;--app-muted:#6b7280;--app-soft:#f3f4f6;--app-border:#e5e7eb;background:var(--app-bg);color:#111827;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui;min-height:100vh}.checkout-page .text-accent{color:var(--app-accent)}.checkout-page .app-card{background:var(--app-card);border-radius:18px;box-shadow:0 10px 20px rgba(15,23,42,.06)}.checkout-page .checkout-error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:14px;padding:12px 14px;font-size:13px;margin:16px auto;max-width:520px}.checkout-page .checkout-empty{padding:20px;text-align:center;max-width:420px;margin:20px auto}.checkout-page .checkout-empty p{color:var(--app-muted);margin-bottom:12px}.checkout-page .checkout-topbar{display:flex;align-items:center;gap:12px;margin-bottom:16px}.checkout-page .checkout-topbar h1{font-size:18px;font-weight:600;flex:1}.checkout-page .checkout-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;border:1px solid var(--app-border);background:#fff;color:#111827}.checkout-page .checkout-icon-btn svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;fill:none}.checkout-page .checkout-screen{max-width:480px;margin:0 auto;padding:16px 16px 160px}.checkout-page .checkout-card{padding:16px;margin-bottom:14px}.checkout-page .checkout-address{display:grid;grid-template-columns:40px 1fr auto;gap:12px;align-items:center;cursor:pointer}.checkout-page .checkout-address__icon{width:36px;height:36px;border-radius:12px;background:#fff1ea;color:var(--app-accent);display:inline-flex;align-items:center;justify-content:center}.checkout-page .checkout-address__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.checkout-page .checkout-address__name{font-size:14px;font-weight:600;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.checkout-page .checkout-address__meta{font-size:12px;color:var(--app-muted);margin-top:4px}.checkout-page .checkout-address__tag{font-size:11px;font-weight:600;color:#2563eb;border:1px solid #c7d2fe;padding:2px 8px;border-radius:999px;background:#eef2ff}.checkout-page .checkout-address--empty .checkout-address__name{color:var(--app-accent)}.checkout-page .checkout-screen .checkout-item{display:grid;grid-template-columns:84px 1fr;gap:12px;align-items:center}.checkout-page .checkout-screen .checkout-item__media{width:84px;height:84px;border-radius:16px;background:var(--app-soft);overflow:hidden}.checkout-page .checkout-screen .checkout-item__media img{width:100%;height:100%;object-fit:cover}.checkout-page .checkout-screen .checkout-item__body{display:flex;flex-direction:column;gap:6px}.checkout-page .checkout-screen .checkout-item__vendor{font-size:12px;color:var(--app-muted)}.checkout-page .checkout-screen .checkout-item__name{font-size:14px;font-weight:600}.checkout-page .checkout-screen .checkout-item__meta{font-size:12px;color:var(--app-muted)}.checkout-page .checkout-screen .checkout-item__price{font-weight:600;color:#111827}.checkout-page .checkout-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.checkout-page .checkout-row[role=button]{cursor:pointer}.checkout-page .checkout-row__title{font-weight:600;font-size:14px}.checkout-page .checkout-row__meta{font-size:12px;color:var(--app-muted);margin-top:2px}.checkout-page .checkout-link{color:var(--app-accent);font-size:12px;font-weight:600}.checkout-page .checkout-summary__line,.checkout-page .checkout-summary__total{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;margin-bottom:10px}.checkout-page .checkout-summary__total{margin-top:12px}.checkout-page .checkout-summary__vat{font-size:11px;color:var(--app-muted);text-align:center}.checkout-page .checkout-summary__voucher{gap:10px;width:100%;border:none;background:transparent;padding:10px 0;font-size:13px;color:var(--app-muted);border-bottom:1px solid var(--app-border);margin:8px 0}.checkout-page .checkout-sticky,.checkout-page .checkout-summary__voucher{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--app-border)}.checkout-page .checkout-sticky{position:fixed;left:0;right:0;bottom:0;background:#fff;padding:12px 16px;gap:12px;flex-wrap:wrap;box-shadow:0 -8px 20px rgba(15,23,42,.08)}.checkout-page .checkout-sticky__label{font-size:12px;color:var(--app-muted)}.checkout-page .checkout-sticky__amount{font-weight:700;font-size:16px;color:var(--app-accent)}.checkout-page .checkout-primary{font-size:14px;padding:12px 22px;border-radius:12px}.checkout-page .checkout-group{display:flex;flex-direction:column;gap:12px;margin-bottom:14px}.checkout-page .checkout-group__title{font-size:12px;font-weight:600;color:#6b7280;padding-left:4px}.checkout-page .checkout-group__delivery{border:1px solid var(--app-border);background:#fff}.checkout-page .checkout-primary--full{width:100%;margin-top:16px}.checkout-page .checkout-banner{background:#e9f3ff;color:#316ac8;border-radius:12px}.checkout-page .checkout-payment-group{margin-bottom:16px}.checkout-page .checkout-payment-group__title{font-size:12px;color:var(--app-muted);margin-bottom:8px}.checkout-page .checkout-payment-row{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;background:#fff;border:1px solid var(--app-border);border-radius:14px;padding:12px;width:100%;text-align:left;margin-bottom:10px}.checkout-page .checkout-payment-row strong{display:block;font-size:14px;color:#111827}.checkout-page .checkout-payment-row span{font-size:12px;color:var(--app-muted)}.checkout-page .checkout-payment-row.is-active{border-color:var(--app-accent);box-shadow:0 0 0 2px rgba(242,85,44,.12)}.checkout-page .checkout-payment-row.is-disabled{opacity:.5}.checkout-page .checkout-payment-icon{width:36px;height:36px;border-radius:12px;background:#f0f4ff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:11px}.checkout-page .checkout-stripe-panel{border:1px solid var(--app-border);border-radius:12px;background:#fff;padding:14px;margin-bottom:16px;overflow:hidden}.checkout-page .checkout-stripe-panel__header{display:grid;gap:4px;margin-bottom:12px}.checkout-page .checkout-stripe-panel__header strong{font-size:14px;color:#111827}.checkout-page .checkout-stripe-panel__header span{font-size:12px;line-height:1.5;color:var(--app-muted)}.checkout-page .checkout-stripe-element{min-height:48px}.checkout-page .checkout-stripe-element.is-loading{height:1px;min-height:1px;opacity:0;overflow:hidden}.checkout-page .checkout-payment-skeleton{display:grid;gap:12px;min-height:132px}.checkout-page .checkout-payment-skeleton__tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.checkout-page .checkout-payment-skeleton__field,.checkout-page .checkout-payment-skeleton__line,.checkout-page .checkout-payment-skeleton__tabs span{position:relative;overflow:hidden;border-radius:10px;background:#eef1f6}.checkout-page .checkout-payment-skeleton__tabs span{height:36px}.checkout-page .checkout-payment-skeleton__line{height:14px}.checkout-page .checkout-payment-skeleton__line--wide{width:72%}.checkout-page .checkout-payment-skeleton__field{height:42px}.checkout-page .checkout-payment-skeleton__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.checkout-page .checkout-payment-skeleton__field:after,.checkout-page .checkout-payment-skeleton__line:after,.checkout-page .checkout-payment-skeleton__tabs span:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.82),transparent);animation:checkout-shimmer 1.2s infinite}@keyframes checkout-shimmer{to{transform:translateX(100%)}}.checkout-page .checkout-summary-footer{display:flex;justify-content:space-between;gap:12px;padding:14px 0;border-top:1px solid var(--app-border);font-size:13px}.checkout-page .checkout-summary-footer__label{font-size:11px;color:var(--app-muted)}.checkout-page .checkout-summary-footer__amount{color:var(--app-accent);font-weight:700;font-size:16px}.checkout-page .checkout-sheet{position:fixed;inset:0;z-index:50;display:flex;align-items:flex-end}.checkout-page .checkout-sheet__overlay{position:absolute;inset:0;background:rgba(15,23,42,.5)}.checkout-page .checkout-sheet__panel{position:relative;width:100%;background:#fff;border-radius:18px 18px 0 0;padding:18px 16px 20px;max-height:80vh;overflow:auto;z-index:1}.checkout-page .checkout-sheet--full{align-items:stretch}.checkout-page .checkout-sheet__panel--full{border-radius:0;max-height:none;height:100vh;padding:0 0 24px;display:flex;flex-direction:column}.checkout-page .checkout-sheet__topbar{display:flex;align-items:center;gap:12px;padding:14px 16px;background:linear-gradient(90deg,#f2552c,#f97316);color:#fff}.checkout-page .checkout-sheet__topbar h2{font-size:16px;font-weight:600;flex:1}.checkout-page .checkout-sheet__topbar .checkout-icon-btn{border-color:rgba(255,255,255,.3);background:transparent;color:#fff}.checkout-page .checkout-sheet__menu{width:28px;height:28px}.checkout-page .checkout-sheet__panel--full .checkout-sheet__body{padding:16px;flex:1;overflow:auto}.checkout-page .checkout-address-empty{font-size:13px;color:var(--app-muted);text-align:center;padding:20px 0}.checkout-page .checkout-sheet__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.checkout-page .checkout-sheet__header h2{font-size:16px;font-weight:600}.checkout-page .checkout-sheet__header button{background:transparent;border:none;font-size:20px}.checkout-page .checkout-sheet__option{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;border:1px solid var(--app-border);padding:12px;border-radius:14px;margin-bottom:10px}.checkout-page .checkout-sheet__option--schedule{grid-template-columns:1fr auto}.checkout-page .checkout-sheet__title{font-weight:600;font-size:14px}.checkout-page .checkout-sheet__meta{font-size:12px;color:var(--app-muted)}.checkout-page .checkout-sheet__price{font-weight:600;color:#111827}.checkout-page .checkout-schedule{display:grid;gap:10px;margin-top:12px}.checkout-page .checkout-schedule__title{font-size:12px;font-weight:600;color:var(--app-muted)}.checkout-page .checkout-schedule__options{display:grid;gap:10px}.checkout-page .checkout-schedule__form{display:grid;gap:8px;margin-top:2px}.checkout-page .checkout-input{width:100%;border:1px solid var(--app-border);border-radius:12px;padding:12px;font-size:14px}.checkout-page .checkout-add-address{width:100%;border:2px dashed #cbd5f5;padding:16px;border-radius:14px;background:#f8fafc;color:#2563eb;font-weight:600;margin-bottom:16px}.checkout-page .checkout-address-card{border:1px solid var(--app-border);border-radius:14px;padding:14px;margin-bottom:16px;font-size:13px;color:#374151;text-align:left;background:#fff;cursor:pointer}.checkout-page .checkout-address-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.checkout-page .checkout-address-card__header strong{display:inline-flex;align-items:center;gap:8px;font-size:14px}.checkout-page .checkout-address-card__tag{font-size:10px;font-weight:600;color:#2563eb;background:#eef2ff;border:1px solid #c7d2fe;padding:2px 8px;border-radius:999px}.checkout-page .checkout-address-card__landmark{margin-top:4px;color:var(--app-muted);font-size:12px}.checkout-page .checkout-address-card__labels{display:flex;gap:8px;margin-top:10px}.checkout-page .checkout-address-card__labels button{border:1px solid var(--app-border);background:#f8fafc;padding:6px 12px;border-radius:10px;font-size:11px}.checkout-page .checkout-address-card__default{margin-top:10px;font-size:11px;color:#2563eb}.checkout-page .checkout-address-card.is-selected{border-color:var(--app-accent);box-shadow:0 0 0 2px rgba(242,85,44,.12)}.checkout-page .checkout-address-form input,.checkout-page .checkout-address-form select,.checkout-page .checkout-address-form textarea{background:#fff}.checkout-page .checkout-address-form.is-hidden{display:none}.checkout-page .checkout-address-label{margin-top:16px}.checkout-page .checkout-address-label__title{font-size:12px;color:var(--app-muted);margin-bottom:10px}.checkout-page .checkout-address-label__options{display:flex;gap:12px}.checkout-page .checkout-address-label__options button{flex:1;border:1px solid var(--app-border);border-radius:12px;padding:10px 12px;background:#fff;font-weight:600;font-size:12px;color:#374151}.checkout-page .checkout-address-label__options button.is-active{border-color:var(--app-accent);color:var(--app-accent);box-shadow:0 0 0 2px rgba(242,85,44,.12)}.checkout-page .checkout-toggle{display:flex;align-items:center;justify-content:space-between;margin-top:16px;font-size:13px;color:#374151}.checkout-page .checkout-toggle__title{font-weight:600}.checkout-page .checkout-switch{position:relative;width:42px;height:24px;display:inline-flex;align-items:center}.checkout-page .checkout-switch input{opacity:0;width:0;height:0}.checkout-page .checkout-switch span{position:absolute;inset:0;background:#e5e7eb;border-radius:999px;transition:background .2s ease}.checkout-page .checkout-switch span:after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 2px 4px rgba(15,23,42,.2)}.checkout-page .checkout-switch input:checked+span{background:var(--app-accent)}.checkout-page .checkout-switch input:checked+span:after{transform:translateX(18px)}.checkout-page .checkout-form-error{margin-top:12px;font-size:12px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;padding:10px 12px;border-radius:10px}.checkout-page .checkout-delete{margin-top:16px;border:none;background:transparent;color:#dc2626;font-size:12px;font-weight:600;text-align:left;padding:0}.checkout-page .checkout-grid{display:grid;gap:12px}.checkout-page .checkout-grid-full{grid-column:1/-1}@media (min-width:480px){.checkout-page .checkout-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.checkout-page .checkout-desktop{background:var(--app-bg);min-height:100vh}.checkout-page .desk-topbar{background:#f97316;color:#fff}.checkout-page .desk-topbar a{color:#fff;text-decoration:none;opacity:.9}.checkout-page .desk-topbar a:hover{opacity:1}.checkout-page .desk-header{background:#f97316;color:#fff}.checkout-page .desk-search{background:#fff;border-radius:4px;overflow:hidden}.checkout-page .desk-search input{border:none;padding:10px 12px;font-size:13px;outline:none;flex:1}.checkout-page .desk-search button{border:none;background:#fff;color:#f97316;font-weight:600;padding:10px 16px}.checkout-page .desk-card{background:#fff;border-radius:12px;box-shadow:0 12px 24px rgba(15,23,42,.08);padding:18px}.checkout-page .checkout-stepper{display:flex;align-items:center;gap:12px;font-size:12px;letter-spacing:.04em;color:#9ca3af;margin-bottom:20px}.checkout-page .checkout-stepper .is-active{color:#111827;font-weight:600}.checkout-page .checkout-stepper__dot{width:6px;height:6px;border-radius:999px;background:#cbd5f5}.checkout-page .checkout-desktop-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}.checkout-page .checkout-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:14px}.checkout-page .checkout-card__header h2{font-size:16px;font-weight:600}.checkout-page .checkout-card__header p{font-size:12px;color:var(--app-muted)}.checkout-page .checkout-address-summary{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#374151}.checkout-page .checkout-address-summary strong{font-weight:600}.checkout-page .checkout-address-summary span{color:#6b7280;margin-left:8px}.checkout-page .checkout-address-form input,.checkout-page .checkout-address-form select,.checkout-page .checkout-address-form textarea{width:100%;border:1px solid var(--app-border);border-radius:10px;padding:10px 12px;font-size:13px}.checkout-page .checkout-address-form label{font-size:12px;color:#6b7280;margin-bottom:4px;display:block}.checkout-page .checkout-delivery{background:#f9fafb;border-radius:12px;padding:14px;margin-bottom:16px}.checkout-page .checkout-delivery__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:13px}.checkout-page .checkout-delivery__options{display:flex;gap:12px}.checkout-page .checkout-delivery-card{flex:1;display:flex;gap:10px;border:1px solid #cbd5f5;border-radius:12px;padding:12px;background:#fff;align-items:center}.checkout-page .checkout-delivery-card input{accent-color:var(--app-accent)}.checkout-page .checkout-delivery-card__price{font-weight:600;color:#111827}.checkout-page .checkout-delivery-card--schedule{align-items:flex-start}.checkout-page .checkout-delivery-card__name{font-size:13px;font-weight:600}.checkout-page .checkout-delivery-card__meta{font-size:11px;color:var(--app-muted)}.checkout-page .checkout-items{display:grid;gap:16px}.checkout-page .checkout-vendor__name{font-size:13px;font-weight:600;margin-bottom:8px}.checkout-page .checkout-desktop .checkout-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center}.checkout-page .checkout-desktop .checkout-item__media{width:64px;height:64px;border-radius:12px;overflow:hidden;background:var(--app-soft)}.checkout-page .checkout-desktop .checkout-item__media img{width:100%;height:100%;object-fit:cover}.checkout-page .checkout-desktop .checkout-item__name{font-size:13px;font-weight:600}.checkout-page .checkout-desktop .checkout-item__meta{font-size:11px;color:var(--app-muted);margin-top:4px}.checkout-page .checkout-desktop .checkout-item__price{font-size:13px;font-weight:600;color:#111827}.checkout-page .checkout-promo__row{display:flex;gap:8px}.checkout-page .checkout-promo__row input{flex:1;border:1px solid var(--app-border);border-radius:8px;padding:8px 10px;font-size:13px}.checkout-page .checkout-promo__row button{border:none;background:#0ea5e9;color:#fff;border-radius:8px;padding:8px 14px;font-weight:600}.checkout-page .checkout-summary{font-size:13px;color:#374151}.checkout-page .checkout-summary h3{font-size:14px;font-weight:600;margin-bottom:12px}.checkout-page .checkout-summary__row{display:flex;justify-content:space-between;margin-bottom:8px;color:var(--app-muted)}.checkout-page .checkout-summary__total{border-top:1px solid var(--app-border);padding-top:10px;display:flex;justify-content:space-between;font-size:15px;font-weight:600;color:#111827}.checkout-page .checkout-summary-card{display:grid;gap:14px}.checkout-page .checkout-primary{width:100%;border:none;background:linear-gradient(90deg,#f2552c,#f4702c);color:#fff;border-radius:10px;padding:12px 16px;font-weight:600;cursor:pointer}.checkout-page .checkout-secondary{width:100%;border:1px solid var(--app-accent);background:#fff;color:var(--app-accent);border-radius:10px;padding:12px 16px;font-weight:600;cursor:pointer}.checkout-page .checkout-primary:disabled,.checkout-page .checkout-secondary:disabled{opacity:.62;cursor:not-allowed}.checkout-page .checkout-payment-action strong{font-size:15px;color:#111827}.checkout-page .checkout-muted{font-size:11px;color:var(--app-muted);text-align:center}.checkout-page .checkout-banner{border:1px solid #f59e0b;color:#f97316;padding:10px 12px;border-radius:8px;font-size:12px;margin-bottom:14px;background:#fff7ed}.checkout-page .checkout-payment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}.checkout-page .checkout-payment-card{border:1px solid var(--app-border);border-radius:10px;padding:12px;background:#fff;text-align:left;display:flex;flex-direction:column;gap:6px;min-height:120px;cursor:pointer}.checkout-page .checkout-payment-card.is-active{border-color:var(--app-accent);box-shadow:0 0 0 2px rgba(242,85,44,.12)}.checkout-page .checkout-payment-card.is-disabled{opacity:.5;cursor:not-allowed}.checkout-page .checkout-payment-name{font-size:12px;font-weight:600;color:#111827}.checkout-page .checkout-payment-meta{font-size:11px;color:var(--app-muted)}.checkout-page .checkout-cod,.checkout-page .checkout-cod-info{border:1px solid var(--app-border);border-radius:10px;padding:16px;background:#fff;display:grid;gap:10px;margin-bottom:16px}.checkout-page .checkout-cod ul,.checkout-page .checkout-cod-info ul{margin:0;padding-left:18px;display:grid;gap:8px;color:var(--app-muted);font-size:13px;line-height:1.6}.checkout-page .checkout-cod li,.checkout-page .checkout-cod-info li{margin:0}.checkout-page .checkout-skeleton-card{display:grid;gap:12px}@media (max-width:1023px){.checkout-page .checkout-desktop-grid{grid-template-columns:1fr}}.earn-coins-page{--coin-bg:#f2f3f5;--coin-card:#ffffff;--coin-text:#1e1f24;--coin-muted:#7b7e87;--coin-pink:#f61f89;--coin-orange:#ff6e00;--coin-green:#0e9b77;--coin-border:#e7e8ed;min-height:100vh;background:var(--coin-bg);color:var(--coin-text);padding:18px 10px 40px}.earn-coins-page.is-desktop{padding:24px 20px 48px}.earn-coins-shell{max-width:980px;margin:0 auto;display:grid;gap:14px}.earn-coins-page.is-mobile .earn-coins-shell{max-width:420px}.earn-coins-app-banner{background:#ffffff;border-radius:10px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 16px rgba(0,0,0,.06)}.earn-coins-app-banner__left{display:flex;align-items:center;gap:10px}.earn-coins-app-banner__left img,.earn-coins-app-banner__placeholder{width:42px;height:42px;border-radius:10px;background:#d9f5ef;display:flex;align-items:center;justify-content:center}.earn-coins-app-banner__left img{object-fit:contain;background:#fff;border:1px solid var(--coin-border);padding:3px}.earn-coins-app-banner__placeholder{font-weight:700;color:#098b6b}.earn-coins-app-banner__left h2{margin:0;font-size:18px;font-weight:700}.earn-coins-app-banner__left p{margin:2px 0 0;font-size:13px;color:var(--coin-muted)}.earn-coins-app-banner__button{background:var(--coin-orange);color:#fff;border-radius:999px;padding:10px 18px;font-weight:700;font-size:14px;text-decoration:none}.earn-coins-balance-strip{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.earn-coins-balance-strip>div{background:#fff;border-radius:10px;border:1px solid var(--coin-border);padding:10px}.earn-coins-balance-strip__label{font-size:11px;color:var(--coin-muted);text-transform:uppercase;letter-spacing:.04em}.earn-coins-balance-strip__value{margin-top:4px;font-size:16px;font-weight:700}.earn-coins-streak-card{background:#f5e9a9;border-radius:12px;border:1px solid #edd878;padding:12px}.earn-coins-streak-card__header h3{margin:0;font-size:24px;font-weight:800}.earn-coins-streak-card__header p{margin:6px 0 0;font-size:15px;font-weight:600}.earn-coins-streak-track{margin-top:12px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(76px,1fr))}.earn-coins-streak-day{background:#ffffff;border-radius:10px;border:1px solid #efefef;padding:8px;text-align:center}.earn-coins-streak-day.is-today{border:2px solid #ff7a00;box-shadow:inset 0 -8px 0 #f61f89}.earn-coins-streak-day__label{font-size:12px;color:#52545b}.earn-coins-streak-day__coins{margin-top:8px;font-size:20px;font-weight:800;color:#ff9900}.earn-coins-checkin-button{margin-top:10px;width:100%;border:none;border-radius:999px;padding:12px;font-size:17px;font-weight:800;color:#fff;background:linear-gradient(180deg,#ff3cb1,#e10a74);cursor:pointer}.earn-coins-checkin-button[disabled]{opacity:.55;cursor:not-allowed}.earn-coins-campaign-banner{position:relative;border-radius:10px;overflow:hidden;min-height:92px}.earn-coins-campaign-banner img{width:100%;height:100%;min-height:92px;object-fit:cover;display:block}.earn-coins-campaign-banner__overlay{position:absolute;inset:0;background:linear-gradient(120deg,rgba(0,92,64,.7),rgba(5,31,31,.25));display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;color:#fff}.earn-coins-campaign-banner__overlay h3{margin:0;font-size:25px;font-weight:900;line-height:1.04;max-width:320px}.earn-coins-campaign-banner__overlay a{text-decoration:none;color:#ffd141;font-weight:700;border-bottom:1px solid rgba(255,209,65,.7)}.earn-coins-products{background:#fff;border:1px solid var(--coin-border);border-radius:12px;padding:12px}.earn-coins-products__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.earn-coins-products__header h3{margin:0;font-size:24px;font-weight:900}.earn-coins-products__header span{background:#ffecf5;color:#e11779;border-radius:999px;font-weight:700;font-size:12px;padding:4px 8px}.earn-coins-products__tabs{display:flex;gap:8px;margin-top:10px;border-bottom:1px solid var(--coin-border);padding-bottom:8px}.earn-coins-products__tabs button{border:none;background:transparent;color:#6f7482;padding:5px 8px;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer}.earn-coins-products__tabs button.is-active{color:#12131a;background:#fff5df}.earn-coins-products__grid{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.earn-coins-page.is-desktop .earn-coins-products__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.earn-coins-product-card{border-radius:10px;border:1px solid var(--coin-border);padding:8px;background:#fff;display:flex;flex-direction:column;min-height:308px}.earn-coins-product-card__image{display:block;border-radius:8px;overflow:hidden;height:150px;background:#f3f4f7}.earn-coins-page.is-desktop .earn-coins-product-card__image{height:190px}.earn-coins-product-card__image img{width:100%;height:100%;object-fit:cover;display:block}.earn-coins-product-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:12px;color:#79808f}.earn-coins-product-card__name{margin-top:8px;display:block;text-decoration:none;color:#222530;font-size:13px;line-height:1.3;min-height:52px;max-height:52px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.earn-coins-product-card__meta{margin-top:4px;color:#6b7280;font-size:12px;display:flex;align-items:center;gap:4px;white-space:nowrap;overflow:hidden}.earn-coins-product-card__meta span{flex-shrink:0}.earn-coins-product-card__meta span:last-child{overflow:hidden;text-overflow:ellipsis}.earn-coins-product-card__price{margin-top:auto;padding-top:8px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:6px}.earn-coins-product-card__price.is-no-save{grid-template-columns:1fr}.earn-coins-product-card__price strong{font-size:14px;color:#eb166f;display:block;line-height:1.15;white-space:nowrap}.earn-coins-product-card__price small{display:block;color:#eb166f;font-size:11px;margin-top:2px}.earn-coins-product-card__save{display:inline-flex;align-items:center;justify-content:center;background:#fff1cb;color:#cc6b00;border-radius:8px;padding:4px 6px;font-size:11px;font-weight:700;line-height:1.15;text-align:center;min-height:28px;max-width:88px;overflow-wrap:anywhere;word-break:break-word;white-space:normal;flex-shrink:0}.earn-coins-tasks{background:#fff;border:1px solid var(--coin-border);border-radius:12px;padding:12px}.earn-coins-tasks__header{display:flex;align-items:center;justify-content:space-between}.earn-coins-tasks__header h3{margin:0;font-size:22px;font-weight:800}.earn-coins-task-list{display:grid;gap:8px;margin-top:10px}.earn-coins-task-item{border-radius:10px;border:1px solid var(--coin-border);padding:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.earn-coins-task-item h4{margin:0;font-size:15px}.earn-coins-task-item p{margin:3px 0 0;font-size:12px;color:var(--coin-muted)}.earn-coins-task-item__right{display:flex;align-items:center;gap:8px}.earn-coins-task-item__right span{color:#f61f89;font-size:14px;font-weight:800}.earn-coins-task-item__right button{border:none;border-radius:999px;background:#f61f89;color:#fff;font-size:12px;font-weight:700;padding:6px 12px;cursor:pointer}.earn-coins-task-item__right button[disabled]{opacity:.5;cursor:not-allowed}.earn-coins-history{margin-top:14px}.earn-coins-history h4{margin:0;font-size:16px;font-weight:800}.earn-coins-history ul{list-style:none;margin:8px 0 0;padding:0;display:grid;gap:8px}.earn-coins-history li{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--coin-border);border-radius:8px;padding:8px}.earn-coins-history li strong{font-size:14px}.earn-coins-history li p{margin:2px 0 0;color:var(--coin-muted);font-size:11px}.earn-coins-history .is-positive{color:#138f63;font-weight:800}.earn-coins-history .is-negative{color:#d82751;font-weight:800}.earn-coins-muted{color:var(--coin-muted);font-size:13px}.earn-coins-message{background:#fff1c8;border:1px solid #f2dd95;color:#7e5900;border-radius:10px;padding:10px;font-size:13px;font-weight:600}@media (max-width:520px){.earn-coins-campaign-banner__overlay h3,.earn-coins-products__header h3,.earn-coins-streak-card__header h3{font-size:20px}.earn-coins-balance-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.earn-coins-product-card__price strong{font-size:13px}}.search-page{min-height:100vh;background:#eef0f2;color:#111827;padding-bottom:210px}.search-shell{max-width:980px;margin:0 auto;background:#eef0f2}.search-header{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:28px 1fr 28px;gap:8px;align-items:center;padding:8px 10px;background:#eef0f2}.search-back,.search-view-toggle{border:0;background:transparent;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:#374151}.search-back svg,.search-view-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.search-form{display:grid;grid-template-columns:1fr auto;gap:6px;align-items:center}.search-input-wrap{position:relative}.search-input-wrap input{width:100%;height:34px;border-radius:999px;border:1px solid #fb923c;padding:0 32px 0 10px;background:#fff;font-size:13px;color:#111827}.search-input-wrap input:focus{outline:none;border-color:#ea580c}.search-clear{position:absolute;right:9px;top:50%;transform:translateY(-50%);border:0;width:20px;height:20px;border-radius:999px;background:#d1d5db;color:#fff;line-height:1;font-size:16px}.search-submit{height:34px;border:0;border-radius:9px;padding:0 12px;background:#ff6a00;color:#fff;font-weight:700;font-size:13px}.search-suggestions{background:#f3f4f6;min-height:220px}.search-suggestion-row{width:100%;border:0;border-bottom:1px solid #e5e7eb;background:transparent;text-align:left;display:flex;align-items:center;justify-content:space-between;padding:12px;font-size:16px;color:#111827}.search-suggestion-label{display:block;min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:12px}.search-muted{color:#6b7280}.search-error,.search-muted{padding:18px 12px;font-size:14px}.search-error{color:#dc2626}.search-sort-row{display:flex;align-items:center;gap:14px;padding:4px 10px 8px;background:#fff;border-top:1px solid #e5e7eb}.search-sort-tab{border:0;background:transparent;color:#4b5563;font-size:13px;padding:0;text-transform:lowercase}.search-sort-tab.is-active{color:#f97316;font-weight:700}.search-filter-button{margin-left:auto;border:0;background:transparent;color:#374151;font-size:14px}.search-chip-row{display:flex;gap:6px;overflow-x:auto;padding:0 10px 10px;background:#fff}.search-chip{border:1px solid #e5e7eb;background:#f3f4f6;color:#4b5563;border-radius:999px;padding:6px 12px;font-size:12px;white-space:nowrap}.search-chip.is-active{border-color:#fb923c;color:#ea580c;background:#fff7ed}.search-chip:disabled{opacity:.5}.search-results.is-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 8px 8px}.search-results.is-list{display:grid;grid-template-columns:1fr;gap:8px;padding:0 8px 8px}.search-results--category,.search-results.mt-2{margin-top:8px}.search-card{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.search-results.is-list .search-card{display:grid;grid-template-columns:120px 1fr}.search-card__image{display:block;aspect-ratio:1/1;background:#f9fafb}.search-results.is-list .search-card__image{height:120px;width:120px;aspect-ratio:auto}.search-card__image img{width:100%;height:100%;object-fit:cover}.search-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:12px}.search-card__body{padding:6px 8px 8px}.search-card__badges{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:4px}.search-card__badges span{background:#fff7ed;color:#ea580c;font-size:10px;font-weight:700;border:1px solid #fdba74;padding:1px 4px;border-radius:4px}.search-card__title{display:block;color:#1f2937;font-size:13px;line-height:1.35;min-height:35px;max-height:35px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.search-card__price-row{margin-top:5px;display:flex;align-items:baseline;gap:6px}.search-card__price-row strong{color:#f97316;font-size:18px;font-weight:800;line-height:1.1}.search-card__price-row span{color:#f97316;font-size:12px}.search-card__old-price{color:#9ca3af;text-decoration:line-through;font-size:12px;margin-top:2px}.search-card__meta{margin-top:4px;display:flex;align-items:center;gap:8px;color:#4b5563;font-size:12px}.search-card__location{margin-top:3px;color:#6b7280;font-size:12px}.search-pagination-state{text-align:center;font-size:12px;color:#6b7280;padding-bottom:8px}.search-loader{margin:10px auto;width:24px;height:24px;border-radius:50%;border:2px solid #cbd5e1;border-top-color:#f97316;animation:search-spin .9s linear infinite}.search-sentinel{height:4px;width:100%}@keyframes search-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.search-filter-overlay{position:fixed;inset:0;z-index:60;background:rgba(17,24,39,.4);display:flex;align-items:stretch;justify-content:flex-end}.search-filter-panel{width:min(380px,92vw);height:100%;background:#fff;display:flex;flex-direction:column;overflow-y:auto}.search-filter-section{padding:12px 12px 6px;border-bottom:1px solid #f1f5f9}.search-filter-title{font-size:18px;color:#4b5563;margin-bottom:10px}.search-filter-chip-wrap{display:flex;flex-wrap:wrap;gap:8px}.search-filter-chip{border:1px solid #e5e7eb;background:#f3f4f6;color:#374151;padding:7px 10px;font-size:13px}.search-filter-chip.is-active{border-color:#fb923c;color:#ea580c;background:#fff7ed}.search-filter-actions{margin-top:auto;display:grid;grid-template-columns:1fr 1fr}.search-filter-done,.search-filter-reset{border:0;height:50px;color:#fff;font-size:28px;font-weight:700}.search-filter-reset{background:#22b8cf}.search-filter-done{background:#ff6a00}.search-install-banner{position:fixed;left:8px;right:8px;bottom:6px;z-index:40;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:10px 12px}.search-install-banner__close{position:absolute;right:10px;top:8px;border:0;background:transparent;color:#111827;font-size:22px;line-height:1}.search-install-banner__top{display:grid;grid-template-columns:54px 1fr;gap:12px;align-items:center;margin-bottom:10px}.search-install-banner__logo-placeholder,.search-install-banner__top img{width:54px;height:54px;border-radius:12px;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#334155}.search-install-banner__top img{object-fit:contain;background:#fff;border:1px solid #e2e8f0;padding:4px}.search-install-banner__top h3{margin:0;font-size:16px;font-weight:700;line-height:1.25}.search-install-banner__top p{margin:4px 0 0;color:#9ca3af;font-size:12px;line-height:1.3}.search-install-banner__button{display:block;text-align:center;background:#ff6a00;color:#fff;border-radius:8px;height:42px;line-height:42px;font-size:16px;font-weight:700}@media (min-width:768px){.search-page{padding-bottom:160px}.search-results.is-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.search-sort-tab{font-size:14px}}@media (min-width:1024px){.search-header{padding:10px 14px}.search-results.is-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.search-install-banner{left:auto;right:14px;width:360px}}.product-page{background:#0f172a;color:#e2e8f0}.product-mobile{background:#f5f5f7;color:#111827;padding-bottom:72px}.product-mobile-topbar{position:fixed;top:0;left:0;right:0;z-index:70;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;transition:background .2s ease,box-shadow .2s ease,border-color .2s ease}.product-mobile-topbar.is-transparent{background:transparent;border-bottom:1px solid transparent;box-shadow:none}.product-mobile-topbar.is-solid{background:rgba(255,255,255,.98);border-bottom:1px solid #e5e7eb;box-shadow:0 6px 16px rgba(15,23,42,.08)}.product-mobile-topbar__actions{display:flex;align-items:center;gap:10px}.product-mobile-topbar__menu{position:relative}.product-mobile-icon{position:relative;width:34px;height:34px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#111827}.product-mobile-icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.6;fill:none}.product-mobile-menu-icon{fill:currentColor;stroke:none}.product-mobile-icon--ghost{border-color:transparent;background:transparent}.product-mobile-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;border-radius:999px;background:#f85606;color:#fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}.product-mobile-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:min(210px,78vw);background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 12px 30px rgba(15,23,42,.18);padding:8px 0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;z-index:10}.product-mobile-menu-dropdown.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.product-mobile-menu-item{display:block;width:100%;text-decoration:none;background:transparent;border:0;text-align:left;color:#111827;font-size:15px;line-height:1.2;padding:10px 14px}.product-mobile-menu-item:hover{background:#f3f4f6}.product-mobile-hero{background:#fff;padding:0}.product-mobile .product-slider{border-radius:0!important}.product-mobile .product-gallery{padding:0 12px 8px}.product-mobile-flash{display:flex;align-items:center;gap:10px;padding:10px 12px;background:linear-gradient(90deg,#5d0054,#f85606);color:#fff;font-size:12px;font-weight:600}.product-mobile-flash .flash-pill{background:#fbbf24;color:#111827;font-weight:700;font-size:10px;padding:2px 6px;border-radius:999px;text-transform:uppercase}.product-mobile-body{padding:16px 12px 12px}.product-mobile-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;margin-bottom:12px}.product-mobile-overview-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.product-mobile-flash-pill{font-size:11px;font-weight:700;color:#f85606}.product-mobile-overview-actions{display:flex;align-items:center;gap:6px}.product-mobile-price-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-mobile-price{font-size:22px;font-weight:700;color:#f85606}.product-mobile-old{font-size:12px;color:#9ca3af;text-decoration:line-through}.product-mobile-discount{font-size:11px;font-weight:700;color:#f87171;background:#fee2e2;border-radius:6px;padding:2px 6px}.product-mobile-title{font-size:14px;font-weight:600;color:#111827;margin-top:6px;line-height:1.35}.product-mobile-rating{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280;margin-top:6px}.product-mobile .product-rating__star.is-filled{fill:#fbbf24;stroke:#fbbf24}.product-mobile-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-mobile-row__title{font-size:13px;font-weight:600;color:#111827}.product-mobile-row__meta{font-size:12px;color:#6b7280;margin-top:2px}.product-mobile-row__meta--accent{color:#f85606;font-weight:600}.product-mobile-row__value{font-size:12px;font-weight:600;color:#111827;white-space:nowrap}.product-mobile-row__chevron{font-size:18px;color:#cbd5f5}.product-mobile-service{margin-top:8px;padding-left:16px;font-size:12px;color:#6b7280;display:grid;gap:4px}.product-mobile-section-head{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;color:#6b7280;margin-bottom:10px}.product-mobile-section-head--spaced{margin-top:12px}.product-mobile-link{color:#f85606;font-size:12px;font-weight:600}.product-mobile-review{border-top:1px solid #f1f5f9;padding-top:10px;margin-top:10px}.product-mobile-review__header{display:flex;justify-content:space-between;font-size:12px;color:#111827;margin-bottom:6px}.product-mobile-review__stars{color:#fbbf24;font-size:12px}.product-mobile-review__comment{font-size:12px;color:#6b7280;line-height:1.4}.product-mobile-empty{font-size:12px;color:#9ca3af;text-align:center;margin:10px 0}.product-mobile-btn{width:100%;border:1px solid #f85606;color:#f85606;background:#fff;font-weight:600;border-radius:8px;padding:8px 10px;font-size:12px}.product-mobile-store{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-mobile-store__name{font-size:14px;font-weight:600;color:#111827}.product-mobile-store__meta{font-size:12px;color:#f85606;margin-top:4px}.product-mobile-follow{border:1px solid #f85606;color:#f85606;background:#fff;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600}.product-mobile-store__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px;font-size:11px;color:#6b7280;text-align:center}.product-mobile-store__stats strong{display:block;font-size:16px;color:#111827}.product-mobile-campaign .product-mobile-banner{border-radius:10px;padding:16px;background:linear-gradient(120deg,#4b016a,#f85606);color:#fff}.product-mobile-banner h3{font-size:14px;font-weight:700;margin-bottom:8px}.product-mobile-banner button{border:none;background:#facc15;color:#111827;font-size:11px;font-weight:700;border-radius:999px;padding:4px 10px}.product-mobile-highlights{padding-left:16px;font-size:12px;color:#6b7280;display:grid;gap:4px}.product-mobile-description{font-size:12px;color:#6b7280;line-height:1.6}.product-mobile-faqs details{border-top:1px solid #f1f5f9;padding-top:8px;margin-top:8px}.product-mobile-faqs summary{font-size:12px;font-weight:600;color:#111827;cursor:pointer}.product-mobile-faqs p{font-size:12px;color:#6b7280;margin-top:6px}.product-mobile-section-title{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:600;color:#111827;margin-bottom:12px}.product-mobile-section-title span:first-child,.product-mobile-section-title span:last-child{color:#f85606;font-size:12px}.product-mobile-related{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-mobile-related__card{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.product-mobile-related__card img{width:100%;height:140px;object-fit:cover;background:#f3f4f6}.product-mobile-related__placeholder{height:140px;background:#f3f4f6}.product-mobile-related__body{padding:8px;display:grid;gap:4px}.product-mobile-related__name{font-size:12px;color:#111827;font-weight:600;line-height:1.3;min-height:32px}.product-mobile-related__price{font-size:12px;font-weight:700;color:#f85606}.product-mobile-related__old{font-size:11px;color:#9ca3af;text-decoration:line-through}.product-mobile-error{font-size:12px;color:#ef4444;text-align:center;margin-bottom:12px}.product-mobile .product-subnav{display:none;position:sticky;top:52px;z-index:60;background:#fff;border-bottom:1px solid #e5e7eb;opacity:1;transform:none;pointer-events:auto;max-height:none;padding:4px 6px;border-radius:0}.product-mobile .product-subnav__inner{gap:0}.product-mobile .product-subnav.is-visible{display:block}.product-mobile .product-subnav__link{color:#6b7280;font-weight:500;border-radius:999px}.product-mobile .product-subnav__link.is-active{color:#f85606;font-weight:700;padding-left:18px}.product-mobile .product-subnav__link.is-active:after{content:"";position:absolute;left:4px;top:50%;transform:translateY(-50%);width:12px;height:12px;background:no-repeat 50%/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f97316'%3E%3Cpath d='M12 3c-3.31 0-6 2.69-6 6 0 4.5 6 12 6 12s6-7.5 6-12c0-3.31-2.69-6-6-6zm0 8.5c-1.38 0-2.5-1.12-2.5-2.5S10.62 6.5 12 6.5s2.5 1.12 2.5 2.5S13.38 11.5 12 11.5z'/%3E%3C/svg%3E")}.product-mobile .product-action-bar{background:#fff;border-top:1px solid #e5e7eb;position:fixed;left:0;right:0;bottom:0;z-index:65}.product-mobile-icon.is-active{color:#f85606}.product-mobile-icon.is-active svg{fill:currentColor;stroke:currentColor}.product-mobile .product-action-bar__item{color:#f85606}.product-mobile .product-action-bar__cta--buy{background:#36b6df;color:#fff}.product-mobile .product-action-bar__cta--cart{background:#f68b1f;color:#fff}.product-mobile .qty-stepper__input{color:#111827;background:#fff}.product-page .product-slider{position:relative;border-radius:20px;overflow:hidden;background:#0b1220;max-width:100%;min-width:0;box-sizing:border-box;--slider-height:clamp(240px,60vw,520px)}.product-page .product-slider__viewport{overflow:hidden;width:100%;max-width:100%;height:var(--slider-height);touch-action:pan-y;overscroll-behavior-x:contain;outline:none;box-sizing:border-box}.product-page .product-slider__track{display:flex;transition:transform .35s ease;will-change:transform;width:100%;max-width:100%;height:100%;box-sizing:border-box;align-items:stretch}.product-page .product-slide{flex:0 0 100%;width:100%;max-width:100%;height:100%;display:grid;place-items:center;background:#0b1220;box-sizing:border-box}.product-page .product-slide img{width:100%;height:100%;display:block;object-fit:contain;background:#0b1220}.product-page .product-slider__nav{position:absolute;top:50%;transform:translateY(-50%);border:none;width:42px;height:42px;border-radius:50%;background:rgba(15,23,42,.7);color:#e2e8f0;font-size:24px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.product-page .product-slider__nav--prev{left:12px}.product-page .product-slider__nav--next{right:12px}.product-page .product-slider__fullscreen{position:absolute;bottom:12px;right:12px;border:none;background:rgba(15,23,42,.7);color:#e2e8f0;font-size:14px;width:36px;height:36px;border-radius:50%;cursor:pointer}.product-page .product-gallery{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory;scrollbar-width:none;max-width:100%;min-width:0;overscroll-behavior-x:contain}.product-page .product-gallery::-webkit-scrollbar{display:none}.product-page .product-thumb{border:none;background:transparent;padding:0;cursor:pointer;flex:0 0 88px;scroll-snap-align:start}.product-page .product-thumb__image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px;border:1px solid #1e293b;background:#0f172a;display:block}.product-page .product-thumb.is-active .product-thumb__image{border-color:#34d399;box-shadow:0 0 0 2px rgba(52,211,153,.25)}.product-page .product-thumb:focus-visible{outline:2px solid #34d399;outline-offset:3px;border-radius:14px}.product-page .product-lightbox{position:fixed;inset:0;background:rgba(2,6,23,.92);display:none;align-items:center;justify-content:center;z-index:80;padding:16px}.product-page .product-lightbox.is-open{display:flex}.product-page .product-lightbox__panel{width:min(1000px,96vw);max-height:92vh;background:#0f172a;border-radius:20px;border:1px solid rgba(148,163,184,.25);overflow:hidden;display:flex;flex-direction:column;position:relative}.product-page .product-lightbox__viewport{overflow:hidden;flex:1;touch-action:pan-y}.product-page .product-lightbox__track{display:flex;transition:transform .35s ease}.product-page .product-lightbox__slide{min-width:100%;display:grid;place-items:center}.product-page .product-lightbox__slide img{max-width:100%;max-height:80vh;object-fit:contain}.product-page .product-lightbox__toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid rgba(148,163,184,.2)}.product-page .product-lightbox__nav{border:1px solid rgba(148,163,184,.3);background:transparent;color:#e2e8f0;padding:6px 12px;border-radius:8px;cursor:pointer;font-size:12px}.product-page .product-lightbox__close{position:absolute;top:calc(16px + env(safe-area-inset-top, 0px));right:calc(16px + env(safe-area-inset-right, 0px));width:40px;height:40px;border-radius:50%;border:1px solid rgba(148,163,184,.3);background:rgba(15,23,42,.85);color:#e2e8f0;cursor:pointer;z-index:2;display:inline-flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;line-height:1;touch-action:manipulation}.product-page .product-lightbox__count{font-size:12px;color:#cbd5f5}@media (max-width:640px){.product-page .product-slider{--slider-height:clamp(220px,72vw,360px)}.product-page .product-thumb{flex-basis:64px}.product-page .product-slider__nav{width:36px;height:36px;font-size:20px}.product-page .product-slider__fullscreen{width:32px;height:32px;font-size:12px}.product-page .product-lightbox{padding:0}.product-page .product-lightbox__panel{width:100%;height:100dvh;max-height:none;border-radius:0}.product-page .product-lightbox__close{position:fixed;top:calc(12px + env(safe-area-inset-top, 0px));right:calc(12px + env(safe-area-inset-right, 0px));width:44px;height:44px;z-index:100}.product-page .product-lightbox__slide img{max-height:70vh}}.product-desktop{background:#f5f5f7;color:#111827;min-height:100vh}.product-desktop .product-slide,.product-desktop .product-slide img,.product-desktop .product-slider{background:#fff}.product-desktop .product-thumb__image{background:#fff;border-color:#e5e7eb}.product-desk-header,.product-desk-topbar{background:#f85606;color:#fff}.product-desk-topbar a{color:#fff;opacity:.9}.product-desk-topbar a:hover{opacity:1}.product-desk-header{border-bottom:1px solid rgba(255,255,255,.2)}.product-desk-search{background:rgba(255,255,255,.15);border-radius:4px;overflow:hidden}.product-desk-search input{background:#fff;border:none;outline:none;border-radius:4px 0 0 4px}.product-desk-search button{background:#fff;border:none;border-radius:0 4px 4px 0;color:#f85606;font-weight:600}.product-desk-chipbar{background:#fff3e8;border-bottom:1px solid #fde3cf}.product-desk-chip{font-size:11px;color:#f85606;font-weight:600;padding:2px 8px;border-radius:999px;background:#fff;border:1px solid #fde3cf}.product-desk-wrap{max-width:1100px;margin:0 auto;padding:24px}.product-desk-breadcrumb{font-size:12px;color:#6b7280;margin-bottom:16px}.product-desk-breadcrumb a{color:#2563eb}.product-desk-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr) 300px;gap:24px;align-items:start}.product-desk-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 8px 16px rgba(15,23,42,.06)}.product-desk-gallery,.product-desk-info{padding:16px}.product-desk-info h1{font-size:20px;font-weight:600;color:#111827;margin-bottom:8px}.product-desk-rating{display:flex;align-items:center;gap:8px;font-size:12px;color:#6b7280}.product-desk-price{font-size:26px;color:#f85606;font-weight:700;margin:12px 0}.product-desk-price small{font-size:12px;color:#9ca3af;text-decoration:line-through;margin-left:8px}.product-desk-variant{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.product-desk-variant span{border:1px solid #e5e7eb;border-radius:4px;padding:6px 10px;font-size:12px;color:#111827}.product-desk-actions{display:flex;gap:10px;margin-top:16px}.product-desk-actions button{flex:1;border:none;border-radius:4px;padding:10px 12px;font-size:13px;font-weight:600;cursor:pointer}.product-desk-actions .buy-now{background:#40b7e9;color:#fff}.product-desk-actions .add-cart{background:#f85606;color:#fff}.product-desk-sidebar{padding:16px;display:grid;gap:12px}.product-desk-sidebar h3{font-size:13px;font-weight:600;color:#111827}.product-desk-sidebar .side-item{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#4b5563;border-bottom:1px solid #f1f5f9;padding-bottom:8px}.product-desk-qr{display:grid;grid-template-columns:80px 1fr;gap:12px;align-items:center;border:1px solid #f1f5f9;border-radius:8px;padding:10px}.product-desk-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:16px;margin-top:24px}.product-desk-section h2{font-size:16px;font-weight:600;color:#111827;margin-bottom:12px}.product-desk-reviews-grid{display:grid;grid-template-columns:200px 1fr;gap:24px}.product-desk-review{border-top:1px solid #f1f5f9;padding:14px 0}.product-desk-review .review-meta{color:#9ca3af}.product-desk-review:first-child{border-top:none;padding-top:0}.product-desk-review .review-meta{font-size:11px;color:#6b7280;margin-bottom:6px}.product-desk-related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}.product-desk-related-card{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff}.product-desk-related-card img{width:100%;height:140px;object-fit:cover;background:#f3f4f6}@media (max-width:1200px){.product-desk-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.product-desk-sidebar{grid-column:span 2}}@media (max-width:1024px){.product-desk-grid{grid-template-columns:1fr}}.product-toast{position:fixed;z-index:60;display:flex;align-items:center;gap:12px;border-radius:12px;padding:12px 16px;font-size:13px;font-weight:600;box-shadow:0 12px 24px rgba(15,23,42,.18)}.product-toast--desktop{top:110px;left:50%;transform:translateX(-50%);background:#ffffff;border:1px solid #e5e7eb;color:#14532d;min-width:320px}.product-toast--desktop span{flex:1}.product-toast__cta{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600}.product-toast__close{background:transparent;border:none;color:#94a3b8;font-size:18px;line-height:1}.product-toast--mobile{bottom:110px;left:50%;transform:translateX(-50%);background:rgba(15,23,42,.92);color:#fff;border-radius:14px;padding:12px 16px;width:min(320px,calc(100vw - 24px));justify-content:space-between;gap:12px}.product-toast--mobile span{flex:1;min-width:0;line-height:1.3}.product-toast--mobile button{background:transparent;border:none;color:#38bdf8;font-weight:600;white-space:nowrap;flex-shrink:0}.product-toast--center{top:50%;left:50%;transform:translate(-50%,-50%);width:min(340px,calc(100vw - 32px));justify-content:center;background:rgba(15,23,42,.94);color:#ffffff;border-radius:10px;text-align:center}.product-contact-buttons{display:grid;gap:8px}.product-contact-buttons__item{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;color:#fff;font-size:13px;font-weight:700;text-decoration:none;padding:10px 12px}.product-contact-buttons__item svg{width:18px;height:18px;fill:currentColor}.product-contact-buttons__item.is-whatsapp{background:#24b241}.product-contact-buttons__item.is-messenger{background:#1f5fc4}.product-contact-buttons__item.is-phone{background:#0f3757}.product-mobile-row--button{width:100%;border:1px solid #e5e7eb;text-align:left;padding:12px;background:#fff}.product-mobile-all-products{margin-top:12px}.product-recommendation-section{margin-top:0}.product-recommendation-section .recommend-section__heading{margin-bottom:12px}.product-recommendation-section .recommend-section__heading h3{font-size:18px}.product-recommendation-section .recommend-section__accent{width:28px}.product-question-list{display:grid;gap:10px;margin-bottom:10px}.product-question-item{border-top:1px solid #f1f5f9;padding-top:10px}.product-question-item:first-child{border-top:none;padding-top:0}.product-question-item__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:#64748b}.product-question-item__meta strong{color:#111827}.product-question-item__question{margin-top:6px;font-size:13px;color:#1f2937}.product-question-item__answer{margin-top:6px;font-size:13px;color:#475569}.product-question-success{margin:8px 0;border-radius:8px;border:1px solid #86efac;background:#ecfdf3;color:#166534;padding:8px 10px;font-size:12px;font-weight:600}.product-ask-modal,.product-variation-modal{position:fixed;inset:0;z-index:85;display:flex;align-items:flex-end;justify-content:center}.product-ask-modal__backdrop,.product-variation-modal__backdrop{position:absolute;inset:0;border:none;background:rgba(15,23,42,.56)}.product-ask-modal__card,.product-variation-modal__sheet{position:relative;width:min(520px,96vw);max-height:92vh;overflow:auto;border-radius:16px 16px 0 0;background:#fff}.product-ask-modal__head{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 10px;border-bottom:1px solid #e5e7eb}.product-ask-modal__head h3{margin:0;font-size:16px;font-weight:700;color:#111827}.product-ask-modal__head button{border:none;background:transparent;color:#64748b;font-size:22px;line-height:1}.product-ask-modal__form{padding:14px;display:grid;gap:10px}.product-ask-modal__form label{display:grid;gap:4px;font-size:12px;font-weight:600;color:#334155}.product-ask-modal__form input,.product-ask-modal__form textarea{border:1px solid #d1d5db;border-radius:8px;padding:10px;font-size:13px;color:#111827}.product-variation-modal__header{display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid #e5e7eb;padding:14px}.product-variation-modal__summary{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:center}.product-variation-modal__placeholder,.product-variation-modal__summary img{width:72px;height:72px;border-radius:8px;object-fit:cover;background:#f1f5f9}.product-variation-modal__summary h3{margin:0;font-size:14px;line-height:1.35;color:#111827}.product-variation-modal__price-row{margin-top:6px;display:flex;gap:8px;align-items:center}.product-variation-modal__price-row strong{color:#f85606;font-size:20px}.product-variation-modal__price-row span{font-size:12px;color:#9ca3af;text-decoration:line-through}.product-variation-modal__close{border:none;background:transparent;color:#94a3b8;font-size:24px;line-height:1}.product-variation-modal__body{padding:14px;display:grid;gap:14px}.product-variation-modal__group{display:grid;gap:8px}.product-variation-modal__label{font-size:13px;font-weight:600;color:#334155}.product-variation-modal__options{display:flex;flex-wrap:wrap;gap:8px}.product-variation-modal__option{border:1px solid #d1d5db;border-radius:999px;padding:6px 12px;font-size:13px;color:#475569;background:#fff}.product-variation-modal__option.is-selected{border-color:#f85606;color:#f85606;font-weight:700}.product-variation-modal__option:disabled{opacity:.45}.product-variation-modal__qty{display:flex;align-items:center;justify-content:space-between}.product-variation-modal__qty span{font-size:13px;font-weight:600;color:#334155}.product-variation-modal__qty-stepper{display:inline-flex;border:1px solid #d1d5db;border-radius:8px;overflow:hidden;background:#fff}.product-variation-modal__qty-stepper button{width:34px;border:none;background:#fff;color:#64748b;font-size:18px}.product-variation-modal__qty-stepper input{width:50px;border:none;text-align:center}.product-variation-modal__error{border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#991b1b;padding:8px 10px;font-size:12px;font-weight:600}.product-variation-modal__footer{position:sticky;bottom:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.product-variation-modal__cta{border:none;color:#fff;font-size:15px;font-weight:700;padding:13px}.product-variation-modal__cta--buy{background:#35b3df}.product-variation-modal__cta--cart{background:#f68b1f}.product-variation-modal__cta:disabled{opacity:.6}.product-question-list--desktop .product-question-item__answer,.product-question-list--desktop .product-question-item__question{font-size:14px}.product-desk-options-trigger{margin-top:10px}.product-desk-options-trigger .add-cart{display:inline-flex;align-items:center;justify-content:center;min-width:160px}.product-desk-section--all-products{padding-top:4px}@media (min-width:1024px){.product-recommendation-section .recommend-section__heading h3{font-size:22px}.product-ask-modal,.product-variation-modal{align-items:center}.product-ask-modal__card,.product-variation-modal__sheet{border-radius:16px}}.recommend-section{margin-top:20px}.recommend-section__heading{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:14px}.recommend-section__heading h3{font-size:20px;font-weight:700;color:#1f2937;margin:0;line-height:1.2}.recommend-section__accent{width:36px;height:3px;border-radius:999px;background:linear-gradient(90deg,#f97316,#fb923c);position:relative}.recommend-section__accent:after,.recommend-section__accent:before{content:"";position:absolute;top:-5px;width:8px;height:2px;background:#fb923c;border-radius:999px}.recommend-section__accent:before{left:2px}.recommend-section__accent:after{right:2px}.recommend-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.recommend-card{display:flex;flex-direction:column;min-height:260px;border-radius:14px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 8px 18px rgba(15,23,42,.06);overflow:hidden;text-decoration:none;color:inherit;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.recommend-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(15,23,42,.1);border-color:#d1d5db}.recommend-card__media{position:relative;aspect-ratio:1/1;background:linear-gradient(180deg,#f8fafc,#eef2f7);overflow:hidden}.recommend-card__media img{width:100%;height:100%;object-fit:cover;display:block}.recommend-card__placeholder{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(circle at 25% 20%,#f1f5f9 0,#e2e8f0 45%,#cbd5e1 100%)}.recommend-card__placeholder svg{width:34px;height:34px;stroke:#94a3b8;stroke-width:1.6;fill:none}.recommend-card__badge{position:absolute;top:8px;padding:3px 8px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.recommend-card__badge--discount{left:8px;color:#fff;background:#ef4444}.recommend-card__badge--new{right:8px;color:#334155;background:rgba(255,255,255,.95);border:1px solid #e5e7eb}.recommend-card__body{display:flex;flex-direction:column;gap:8px;padding:10px 10px 12px;flex:1}.recommend-card__title{font-size:13px;font-weight:600;color:#334155;line-height:1.35;min-height:36px}.recommend-card__description,.recommend-card__title{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recommend-card__description{min-height:2.1rem;max-height:2.1rem;font-size:12px;line-height:1.05rem;color:#64748b}.recommend-card__price{display:flex;align-items:baseline;gap:8px;min-height:20px}.recommend-card__price-current{font-size:20px;font-weight:700;color:#f2552c}.recommend-card__price-old{font-size:12px;color:#94a3b8;text-decoration:line-through}.recommend-card__meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:#64748b;min-height:16px}.recommend-card__rating{display:inline-flex;align-items:center;gap:4px}.recommend-card__star{width:13px;height:13px;color:#fbbf24}.recommend-card__stock{font-weight:600;color:#6b7280}.recommend-section__footer{margin-top:10px;display:flex;flex-direction:column;align-items:center;gap:8px}.recommend-section__spinner{width:20px;height:20px;border-radius:999px;border:2px solid #cbd5e1;border-top-color:#f97316;animation:recommend-spin .8s linear infinite}.recommend-section__done{font-size:12px;color:#94a3b8;text-align:center}.recommend-section__error{padding:10px 12px;border-radius:10px;border:1px solid #fecaca;background:#fff1f2;color:#b91c1c;font-size:12px}.recommend-section__sentinel{width:100%;height:2px}.recommend-card--skeleton{pointer-events:none}.recommend-card--skeleton .recommend-card__media,.recommend-skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 37%,#e5e7eb 63%);background-size:400% 100%;animation:recommend-shimmer 1.2s ease-in-out infinite}.recommend-skeleton{height:10px;border-radius:999px}.recommend-skeleton--title{width:100%}.recommend-skeleton--price{width:70%}.recommend-skeleton--meta{width:46%}@keyframes recommend-spin{to{transform:rotate(1turn)}}@keyframes recommend-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media (min-width:1024px){.recommend-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.recommend-card{min-height:278px}}.wishlist-page{min-height:100vh;background:#eceff3;color:#1e2433}.wishlist-shell{width:min(430px,100%);margin:0 auto;min-height:100vh;background:#f6f7fa;padding-bottom:88px}.wishlist-header{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;gap:10px;padding:12px 12px 10px;background:#fff;border-bottom:1px solid #e7ebf2;position:sticky;top:0;z-index:20}.wishlist-icon-button{position:relative;width:34px;height:34px;border:none;border-radius:999px;color:#2d3445;background:transparent;display:inline-grid;place-items:center;text-decoration:none}.wishlist-icon-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.wishlist-cart-badge{position:absolute;top:-4px;right:-6px;min-width:18px;height:18px;border-radius:999px;background:#f85606;color:#fff;border:2px solid #fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}.wishlist-header__title h1{margin:0;font-size:20px;line-height:1.1;font-weight:500}.wishlist-muted{margin:12px;border-radius:10px;border:1px solid #dce1ec;background:#fff;color:#646d82;font-size:13px;padding:14px}.wishlist-muted--error{border-color:#ffd2d8;color:#d91d43}.wishlist-empty{margin:18px 0 0;padding:44px 24px 24px;text-align:center}.wishlist-empty h2{margin:0;font-size:16px;font-weight:500;color:#6b7280}.wishlist-empty p{margin:8px auto 0;color:#6e778d;font-size:16px;line-height:1.45;max-width:320px}.wishlist-empty__cta{margin-top:24px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:4px;background:#fff;color:#ff6c00;border:1px solid #ff6c00;font-size:14px;font-weight:700;padding:10px 22px}.wishlist-list{display:grid;gap:10px;padding:12px}.wishlist-list--loading{gap:12px}.wishlist-item{background:#fff;border:1px solid #e3e8f1;border-radius:12px;padding:10px;display:grid;gap:10px}.wishlist-item,.wishlist-item--skeleton{grid-template-columns:92px 1fr}.wishlist-skeleton{position:relative;overflow:hidden;border-radius:8px;background:#ebeff6}.wishlist-skeleton:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);animation:wishlist-shimmer 1.2s ease-in-out infinite}.wishlist-skeleton--media{width:92px;height:92px;border-radius:10px}.wishlist-skeleton--line{height:12px}.wishlist-skeleton--title{width:88%;margin-top:2px}.wishlist-skeleton--price{width:52%}.wishlist-skeleton--action{width:64%}.wishlist-item__media{display:block;width:92px;height:92px;border-radius:10px;overflow:hidden;background:#eff2f8}.wishlist-item__media img{width:100%;height:100%;object-fit:cover;display:block}.wishlist-item__placeholder{width:100%;height:100%;display:grid;place-items:center;color:#8a92a5;font-size:12px}.wishlist-item__content{min-width:0;display:grid;gap:8px}.wishlist-item__name{text-decoration:none;color:#232b3d;font-size:14px;line-height:1.35;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wishlist-item__price{display:flex;align-items:baseline;gap:8px}.wishlist-item__price strong{color:#e5225b;font-size:18px;line-height:1;font-weight:800}.wishlist-item__price span{color:#8c94a6;font-size:12px;text-decoration:line-through}.wishlist-item__actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.wishlist-item__view{text-decoration:none;color:#334570;font-size:12px;font-weight:700}.wishlist-item__actions button{border:1px solid #ffcfd9;border-radius:999px;background:#fff5f7;color:#e23059;font-size:12px;font-weight:700;padding:7px 12px;cursor:pointer}.wishlist-item__actions button:disabled{opacity:.65;cursor:default}.wishlist-list--stacked{gap:0;padding:0;background:#fff}.wishlist-row{display:grid;grid-template-columns:84px 1fr;gap:12px;padding:14px 14px 12px;border-bottom:1px solid #e7ebf2;background:#fff}.wishlist-row__media{width:84px;height:84px;border-radius:8px;overflow:hidden;background:#eff2f8}.wishlist-row__media img{width:100%;height:100%;object-fit:cover;display:block}.wishlist-row__content{min-width:0}.wishlist-row__name{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#1f2937;text-decoration:none;font-size:15px;line-height:1.35}.wishlist-row__price{margin-top:10px;color:#f97316;font-size:18px;font-weight:500}.wishlist-row__actions{margin-top:12px;display:flex;align-items:center;justify-content:space-between}.wishlist-row__remove{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#b4bccb}.wishlist-row__remove svg{width:18px;height:18px}.wishlist-row__cart{min-width:48px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:4px;background:#ff8a1f;color:#fff}.wishlist-row__cart svg{width:20px;height:20px}.wishlist-recommendations{padding:18px 10px 100px}.wishlist-recommendations__feed{background:transparent}.wishlist-recommendations__feed #products{margin-top:0}.wishlist-recommendations__feed h3{font-size:20px;font-weight:500;color:#1e2433}.wishlist-recommendations__grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.wishlist-recommendation-card{position:relative;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e7ebf2;min-height:100%}.wishlist-recommendation-card__media{display:block;aspect-ratio:1/1;background:#eff2f8}.wishlist-recommendation-card__media img{width:100%;height:100%;object-fit:cover;display:block}.wishlist-recommendation-card__name{display:block;padding:10px 10px 0;min-height:52px;color:#374151;text-decoration:none;font-size:14px;line-height:1.35}.wishlist-recommendation-card__price{padding:8px 10px 12px;color:#f97316;font-size:18px;font-weight:700}.wishlist-recommendation-card__cart{position:absolute;right:10px;bottom:10px;width:28px;height:28px;border:none;border-radius:4px;background:#ff5d79;color:#fff;font-size:20px;line-height:1}.wishlist-bottom-bar{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(430px,100%);padding:10px;background:rgba(255,255,255,.96);border-top:1px solid #e7ebf2;z-index:30}.wishlist-bottom-bar__button{width:100%;min-height:48px;border:none;border-radius:0;background:#ff6c00;color:#fff;font-size:16px;font-weight:700}.wishlist-modal{position:fixed;inset:0;z-index:40}.wishlist-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.45)}.wishlist-modal__card{position:relative;width:calc(100% - 48px);max-width:300px;margin:180px auto 0;border-radius:14px;background:#fff;padding:22px 20px 16px;text-align:center;z-index:1}.wishlist-modal__card h2{margin:0;font-size:18px;font-weight:700}.wishlist-modal__card p{margin:14px 0 0;font-size:14px;color:#4b5563}.wishlist-modal__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px}.wishlist-modal__button{min-height:40px;border:none;border-radius:6px;background:#ff6c00;color:#fff;font-size:14px;font-weight:700}.wishlist-modal__button--ghost{border:1px solid #ff8a5c;background:#fff;color:#ff6c00}.wishlist-toast{position:fixed;left:50%;bottom:110px;transform:translateX(-50%);max-width:calc(100% - 40px);background:rgba(36,36,36,.92);color:#fff;border-radius:10px;padding:14px 18px;font-size:14px;text-align:center;z-index:50}@keyframes wishlist-shimmer{to{transform:translateX(100%)}}