.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:auto 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)}.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}.cart-page .cart-item__price-current{color:var(--app-accent);font-weight:600;font-size:13px}.cart-page .cart-item__price-old{color:#9ca3af;text-decoration:line-through;font-size:12px}.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-checkbox{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;z-index:2;gap:8px}.cart-page .cart-sticky__all{height:auto;min-width:0}.cart-page .cart-checkbox input{appearance:none;width:18px;height:18px;border-radius:4px;border:1.5px solid #cbd5e1;background:#fff;display:inline-block}.cart-page .cart-checkbox input:checked{background:var(--app-accent);border-color:var(--app-accent)}.cart-page .cart-checkbox input:checked:after{content:"";position:absolute;width:6px;height:10px;border:2px solid #fff;border-top:none;border-left:none;transform:translate(6px,2px) rotate(45deg)}.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-sticky__all{display:inline-flex;align-items:center;gap:8px;color:var(--app-muted);font-size:12px}.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-toolbar{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e5e7eb;background:#f8fafc;border-radius:12px 12px 0 0;margin-bottom:12px}.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:28px 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}.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:#f85606}.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-page .cart-notice--free-delivery{width:100%;max-width:100%;margin:0 0 12px;border-radius:10px;font-weight:600}.cart-page .cart-notice--free-delivery.is-eligible{background:#ecfdf3;border:1px solid #86efac;color:#166534;box-shadow:0 6px 16px rgba(22,101,52,.12)}.cart-page .cart-notice--free-delivery.is-pending{background:#fff7ed;border:1px solid #fdba74;color:#9a3412;box-shadow:0 6px 16px rgba(154,52,18,.1)}.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}}.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:var(--app-accent)}.checkout-page .checkout-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.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{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;border:none;background:transparent;padding:10px 0;font-size:13px;color:var(--app-muted);border-top:1px solid var(--app-border);border-bottom:1px solid var(--app-border);margin:8px 0}.checkout-page .checkout-free-delivery{border-radius:8px;padding:8px 10px;font-size:12px;font-weight:600;margin:8px 0}.checkout-page .checkout-free-delivery.is-eligible{background:#ecfdf3;border:1px solid #86efac;color:#166534}.checkout-page .checkout-free-delivery.is-pending{background:#fff7ed;border:1px solid #fdba74;color:#9a3412}.checkout-page .checkout-sticky{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--app-border);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;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-payment-icon[data-code=bkash]{background:#ffe1eb;color:#e11d48}.checkout-page .checkout-payment-icon[data-code=nagad]{background:#ffe9d6;color:#f97316}.checkout-page .checkout-payment-icon[data-code=rocket]{background:#e0f2fe;color:#0284c7}.checkout-page .checkout-payment-icon[data-code=cod]{background:#dcfce7;color:#16a34a}.checkout-page .checkout-payment-icon[data-code=sslcommerz]{background:#e0e7ff;color:#4338ca}.checkout-page .checkout-payment-icon[data-code=uddoktapay]{background:#fef3c7;color:#d97706}.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-cod ul{padding-left:18px;color:#374151;font-size:13px}.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__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:var(--app-accent)}.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:var(--app-accent)}.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:var(--app-accent)}.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-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-info{background:#f8fafc;border-radius:10px;padding:14px;margin-bottom:16px}.checkout-page .checkout-cod-info ul{padding-left:18px;font-size:12px;color:#374151}.checkout-page .checkout-skeleton-card{display:grid;gap:12px}@media (max-width:1023px){.checkout-page .checkout-desktop-grid{grid-template-columns:1fr}}@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");.account-page{--account-bg:#f2f4f8;--account-card:#ffffff;--account-border:#e5e7eb;--account-muted:#6b7280;--account-accent:#f2552c;--account-accent-strong:#e94a1c;min-height:100vh;background:var(--account-bg);color:#111827;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui}.account-page .account-screen{min-height:100vh;padding-bottom:40px}.account-page .account-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;color:#fff;background:linear-gradient(90deg,#f2552c,#f97316)}.account-page .account-header__left{display:flex;align-items:center;gap:10px}.account-page .account-header__btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;background:transparent;border:none}.account-page .account-header__title{font-size:16px;font-weight:600}.account-page .account-header__menu{position:relative}.account-page .account-menu-dropdown{position:absolute;top:40px;right:0;width:190px;background:#fff;border-radius:10px;box-shadow:0 12px 24px rgba(15,23,42,.18);border:1px solid #e5e7eb;display:none;z-index:20;overflow:hidden}.account-page .account-menu-dropdown.is-open{display:block}.account-page .account-menu-item{display:block;padding:10px 12px;font-size:13px;color:#111827;text-decoration:none;background:#fff}.account-page .account-menu-item:hover{background:#f3f4f6}.account-page .account-menu-item.is-current{background:#f9fafb;color:#111827;cursor:default}.account-page .account-menu-close{width:100%;display:flex;align-items:center;justify-content:flex-end;padding:6px 6px 0;background:#fff}.account-page .account-menu-close__btn{width:26px;height:26px;border-radius:999px;border:none;background:#f3f4f6;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1}.account-page .account-menu-close__btn:hover{background:#e5e7eb;color:#111827}.account-page .account-greeting{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--account-card);border-bottom:1px solid var(--account-border);padding:12px 16px;font-size:13px;color:#111827}.account-page .account-greeting__text{color:#111827;font-weight:500}.account-page .account-login-btn{border:none;background:var(--account-accent);color:#fff;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;letter-spacing:.3px;white-space:nowrap}.account-page .account-login-btn:hover{background:var(--account-accent-strong)}.account-page .account-menu{margin-top:12px;border-top:1px solid var(--account-border)}.account-page .account-item,.account-page .account-menu{background:var(--account-card);border-bottom:1px solid var(--account-border)}.account-page .account-item{display:flex;align-items:center;gap:12px;padding:14px 16px;font-size:14px;color:#111827;text-decoration:none}.account-page .account-item:last-child{border-bottom:none}.account-page .account-item.is-current{background:#f9fafb;cursor:default}.account-page .account-item__icon{width:20px;height:20px;color:#9ca3af;flex-shrink:0}.account-page .account-item__text{flex:1}.account-page .settings-screen{min-height:100vh}.account-page .settings-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;color:#fff;background:linear-gradient(90deg,var(--account-accent),#f97316)}.account-page .settings-header__left{display:flex;align-items:center;gap:10px}.account-page .settings-header__btn{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;border:none;background:transparent}.account-page .settings-header__title{font-size:16px;font-weight:600}.account-page .settings-menu{background:#fff;border-top:1px solid var(--account-border);border-bottom:1px solid var(--account-border);margin-top:8px}.account-page .settings-item{display:flex;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;color:#111827;font-size:14px;background:#fff;width:100%;border:none;border-bottom:1px solid var(--account-border)}.account-page .settings-item:last-child{border-bottom:none}.account-page .settings-item__icon{width:20px;height:20px;color:#9ca3af}.catalog-page{min-height:100vh;background:#eceff3;color:#1f2433;font-family:Poppins,Noto Sans Bengali,sans-serif}.catalog-shell{width:min(430px,100%);margin:0 auto;min-height:100vh;background:#f6f7fa;padding-bottom:72px}.catalog-page.is-desktop .catalog-shell{width:min(1180px,100%);border-left:1px solid #dfe4eb;border-right:1px solid #dfe4eb}.catalog-app-banner{justify-content:space-between;background:#f7f8fa;padding:12px 14px}.catalog-app-banner,.catalog-app-banner__left{display:flex;align-items:center;gap:10px}.catalog-app-banner__left img,.catalog-app-banner__placeholder{width:46px;height:46px;border-radius:10px;object-fit:cover;background:#dff3ff;color:#0a566f;font-size:14px;font-weight:800;display:grid;place-items:center}.catalog-app-banner__left h2{margin:0;font-size:25px;line-height:1;font-weight:700}.catalog-app-banner__left p{margin:4px 0 0;color:#7d8497;font-size:12px}.catalog-app-banner__button{text-decoration:none;border-radius:999px;padding:9px 20px;font-size:22px;line-height:1;font-weight:700;color:#fff;background:#ff6c00}.catalog-header-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;background:#fff;border-top:1px solid #ebeef4;border-bottom:1px solid #e7ebf2;padding:10px}.catalog-header-row h1{margin:0;font-size:29px;font-weight:700;color:#2a2f40}.catalog-icon-button{width:33px;height:33px;border:0;border-radius:999px;color:#2b3141;background:transparent;display:inline-grid;place-items:center;text-decoration:none;padding:0}.catalog-icon-button svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.catalog-muted{margin:12px 10px;border-radius:10px;background:#fff;border:1px solid #e9ecf3;color:#687186;font-size:13px;padding:14px}.catalog-hero{margin:0;min-height:144px;background:linear-gradient(120deg,#ff8f31,#ff4817);background-position:50%;background-size:cover}.catalog-hero__content{min-height:144px;padding:16px 14px;display:flex;flex-direction:column;justify-content:center;gap:4px;background:linear-gradient(90deg,rgba(255,221,186,.7),rgba(255,221,186,.2) 55%,rgba(255,221,186,0))}.catalog-hero__content span{font-size:12px;font-weight:700;color:#c13200}.catalog-hero__content h1{margin:0;font-size:36px;line-height:1.04;font-weight:800;color:#fff;text-transform:uppercase}.catalog-hero__content p{margin:0;font-size:15px;color:#fff;font-weight:600}.theme-mega .catalog-hero{background:linear-gradient(120deg,#7537df,#5312bc)}.theme-mega .catalog-hero__content{background:linear-gradient(90deg,rgba(204,188,252,.5),rgba(204,188,252,.12) 60%,rgba(204,188,252,0))}.theme-mega .catalog-hero__content span{color:#f8e4ff}.theme-vouchers .catalog-hero,.theme-vouchers .catalog-hero__content{min-height:0;display:none}.catalog-icon-row{background:#f3e5dc;border-bottom:1px solid #ead6c9}.theme-mega .catalog-icon-row{background:#e8def7;border-bottom-color:#dbcef2}.catalog-icon-row__track{display:flex;gap:10px;overflow-x:auto;padding:10px 8px 12px;scrollbar-width:none}.catalog-icon-row__track::-webkit-scrollbar{display:none}.catalog-icon-row__item{min-width:74px;text-decoration:none;color:#23293a;font-size:11px;font-weight:600;text-align:center;display:grid;justify-items:center;gap:6px}.catalog-icon-row__thumb{width:54px;height:54px;border-radius:999px;background:#fff;border:1px solid #f1c8b6;overflow:hidden;color:#ff6812;font-size:22px;display:grid;place-items:center}.theme-mega .catalog-icon-row__thumb{border-color:#ceb4f6;color:#6421d3}.catalog-icon-row__thumb img{width:100%;height:100%;object-fit:cover}.catalog-section{margin-top:8px}.catalog-group__head,.catalog-section__head{margin:0;display:flex;align-items:center;justify-content:space-between;padding:10px;background:#ff4f0d;color:#fff}.theme-mega .catalog-group__head,.theme-mega .catalog-section__head{background:#5217b5}.theme-vouchers .catalog-group__head,.theme-vouchers .catalog-section__head,.theme-wc .catalog-group__head,.theme-wc .catalog-section__head{background:#ff6600}.catalog-section__head--center{justify-content:center}.catalog-group__head h2,.catalog-section__head h2{margin:0;font-size:18px;font-weight:800}.catalog-group__head a,.catalog-section__head a{text-decoration:none;color:#fff;font-size:14px;font-weight:700}.catalog-grid{display:grid;gap:6px;padding:8px}.catalog-grid--deals{grid-template-columns:repeat(2,minmax(0,1fr));background:#f6ebde}.theme-mega .catalog-grid--deals{background:#ece4f7}.catalog-grid--bestof{grid-template-columns:repeat(2,minmax(0,1fr));background:#fbe8dd}.theme-mega .catalog-grid--bestof{background:#ede4fa}.catalog-grid--three{grid-template-columns:repeat(3,minmax(0,1fr));background:#fbe8dd}.theme-mega .catalog-grid--three{background:#ede4fa}.catalog-card{border-radius:4px;overflow:hidden;border:1px solid #e3d6cb;background:#fff}.theme-mega .catalog-card{border-color:#d9d0ec}.catalog-card__image{display:grid;place-items:center;position:relative;aspect-ratio:1/1;background:#f5f7fa;overflow:hidden;text-decoration:none}.catalog-card__image img{width:100%;height:100%;object-fit:cover}.catalog-card__discount{position:absolute;left:4px;top:4px;z-index:1;border-radius:4px;padding:1px 5px;font-size:11px;font-weight:700;color:#fff;background:#ff1e73}.catalog-card__placeholder{font-size:12px;color:#95a0b2}.catalog-card__name{display:block;text-decoration:none;color:#2d3345;font-size:14px;line-height:1.25;min-height:36px;margin:6px 6px 0}.catalog-card__price{margin:4px 6px 0;color:#df1a4f;font-size:16px;font-weight:800}.catalog-card__old-price{margin:2px 6px 0;color:#7d8498;text-decoration:line-through;font-size:12px}.catalog-card__old-price--empty{text-decoration:none}.catalog-card__meta{display:flex;justify-content:space-between;align-items:center;color:#7b8293;font-size:12px;margin:4px 6px 8px}.catalog-card__cta{display:block;margin:0 6px 8px;border-radius:4px;text-decoration:none;text-align:center;color:#fff;background:#ff1675;font-size:12px;line-height:30px;font-weight:700}.catalog-card--compact .catalog-card__cta{display:none}.catalog-center{display:flex;justify-content:center;padding:8px 10px 12px}.catalog-explore-btn{text-decoration:none;color:#3569d5;background:#fff;border-radius:999px;font-size:18px;font-weight:600;padding:8px 18px}.catalog-voucher-list{display:grid;gap:8px;padding:10px;background:#f6ebde}.catalog-voucher-card{border-radius:12px;background:#fff;border:1px solid #f2cdc0;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.catalog-voucher-card h3{margin:0;font-size:28px;color:#ff1f68;font-weight:800}.catalog-voucher-card p{margin:3px 0 0;font-size:16px;font-weight:700;color:#323947}.catalog-voucher-card small{display:block;margin-top:2px;color:#70798e;font-size:12px}.catalog-voucher-card__btn{text-decoration:none;border-radius:10px;padding:9px 14px;font-size:16px;line-height:1;font-weight:800;color:#fff;background:#ff0f70;white-space:nowrap}.catalog-richtext{margin:8px 10px;border-radius:10px;background:#fff;border:1px solid #f0d6c8;padding:12px;color:#303746}.catalog-richtext h2{margin:0 0 10px;font-size:18px;font-weight:800}.catalog-richtext p{margin:0 0 8px;line-height:1.45}.catalog-spinner-wrap{display:grid;place-items:center;padding:12px;background:#f6ebde}.catalog-spinner{width:22px;height:22px;border-radius:999px;border:3px solid rgba(255,69,0,.25);border-top-color:#ff4500;animation:catalog-spin .9s linear infinite}.theme-mega .catalog-spinner{border-color:#6327d2 rgba(99,39,210,.25) rgba(99,39,210,.25)}.catalog-sentinel{height:2px}.catalog-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(430px,100%);z-index:40;background:rgba(255,255,255,.98);border-top:1px solid #e7eaf2;display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.catalog-page.is-desktop .catalog-bottom-nav{width:min(1180px,100%)}.catalog-bottom-nav a{text-decoration:none;color:#2d3444;display:grid;justify-items:center;gap:4px;padding:8px 2px}.catalog-bottom-nav__icon{width:26px;height:26px;display:grid;place-items:center;border-radius:999px;background:#edf0f6;font-size:12px;overflow:hidden}.catalog-bottom-nav__icon img{width:100%;height:100%;object-fit:cover}.catalog-bottom-nav__label{font-size:11px;line-height:1}.catalog-bottom-nav a.is-active{color:#ff5500}.theme-mega .catalog-bottom-nav a.is-active{color:#6327d2}@media (min-width:768px){.catalog-bottom-nav,.catalog-shell{width:min(760px,100%)}.catalog-page.is-desktop .catalog-grid--bestof,.catalog-page.is-desktop .catalog-grid--deals,.catalog-page.is-desktop .catalog-grid--three{grid-template-columns:repeat(4,minmax(0,1fr))}}@keyframes catalog-spin{to{transform:rotate(1turn)}}.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-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;margin:0;min-height:36px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.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:21px;line-height:1.1;font-weight:800}.wishlist-header__title p{margin:3px 0 0;color:#7a8294;font-size:12px}.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:14px 12px;background:#fff;border:1px solid #e5e9f1;border-radius:12px;padding:20px 16px;text-align:center}.wishlist-empty h2{margin:0;font-size:20px;font-weight:800}.wishlist-empty p{margin:8px 0 0;color:#6e778d;font-size:13px;line-height:1.45}.wishlist-empty__cta{margin-top:14px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;background:#ff6c00;color:#fff;font-size:14px;font-weight:700;padding:10px 16px}.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}@keyframes wishlist-shimmer{to{transform:translateX(100%)}}