:root{--sh-bg:#f1f1f1;--sh-surface:#fff;--sh-border:#e1e3e5;--sh-border-strong:#c9cccf;--sh-text:#202223;--sh-text-sub:#6d7175;--sh-text-dim:#8c9196;--sh-sidebar:#1a1c1e;--sh-sidebar-hover:#2a2d31;--sh-sidebar-active:#2e3338;--sh-sidebar-text:#d2d5d8;--sh-sidebar-text-dim:#8a8d91;--sh-radius:12px;--sh-radius-sm:8px;--sh-shadow:0 1px 0 #0000000d, 0 1px 3px #0000000a;--sh-shadow-lg:0 4px 16px #00000014;--sh-success:#29845a;--sh-success-bg:#e3f1df;--sh-warning:#b54708;--sh-warning-bg:#ffeed1;--sh-info:#1e5dab;--sh-info-bg:#d4ebf9;--sh-danger:#c5260f;--sh-danger-bg:#fadbd7}body.admin-fullscreen{color:var(--sh-text);background:var(--sh-bg)!important;max-width:100%!important}.admin-shell{background:var(--sh-bg);min-height:100vh}.admin-topbar{background:var(--sh-surface);border-bottom:1px solid var(--sh-border);z-index:200;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0}.admin-logo{font-family:var(--font-display);color:var(--sh-text);font-size:18px;font-weight:800}.admin-logo-tag{color:var(--sh-text-sub);text-transform:uppercase;letter-spacing:.5px;margin-left:4px;font-size:10px;font-weight:700}.admin-topbar-btn{background:var(--sh-bg);border:1px solid var(--sh-border);color:var(--sh-text);border-radius:var(--sh-radius-sm);cursor:pointer;align-items:center;gap:6px;padding:7px 12px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.admin-topbar-btn:hover{border-color:var(--sh-border-strong);background:#fff}.admin-topbar-btn.danger{color:var(--sh-danger)}.admin-topbar-btn.danger:hover{background:var(--sh-danger-bg);border-color:var(--sh-danger)}.admin-nav{background:var(--sh-sidebar);scrollbar-width:none;white-space:nowrap;z-index:190;gap:4px;padding:8px 12px;display:flex;position:sticky;top:53px;overflow-x:auto}.admin-nav::-webkit-scrollbar{display:none}.admin-nav-btn{border-radius:var(--sh-radius-sm);color:var(--sh-sidebar-text-dim);font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.admin-nav-btn:hover{background:var(--sh-sidebar-hover);color:#fff}.admin-nav-btn.active{background:var(--sh-sidebar-active);color:#fff}.admin-nav-btn svg{stroke-width:1.8px;width:16px;height:16px}.admin-nav-soon{opacity:.6;margin-left:auto;font-size:10px}.admin-content{padding:16px;animation:.2s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (width>=900px){.admin-shell{grid-template-rows:60px 1fr;grid-template-columns:240px 1fr;display:grid}.admin-topbar{background:var(--sh-sidebar);border-bottom:none;grid-column:1/3;height:60px;padding:0 24px}.admin-logo{color:#fff;font-size:20px}.admin-logo-tag{color:#ffffff80}.admin-topbar-btn{color:#ffffffd9;background:#ffffff14;border-color:#ffffff1a}.admin-topbar-btn:hover{background:#ffffff26;border-color:#fff3}.admin-topbar-btn.danger{color:#ff8a80}.admin-topbar-btn.danger:hover{background:#ef444433}.admin-nav{background:var(--sh-sidebar);white-space:normal;flex-direction:column;grid-area:2/1;gap:2px;padding:12px;position:static;overflow:hidden auto}.admin-nav-btn{border-radius:8px;justify-content:flex-start;gap:10px;width:100%;padding:9px 12px;font-size:13.5px}.admin-nav-btn svg{width:18px;height:18px}.admin-content{background:var(--sh-bg);grid-area:2/2;max-height:calc(100vh - 60px);padding:28px 32px;overflow-y:auto}.metric-grid{grid-template-columns:repeat(4,1fr);gap:16px}.sh-page-title{font-size:26px}}.sh-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.sh-page-title{font-family:var(--font-display);color:var(--sh-text);margin:0;font-size:22px;font-weight:700}.sh-page-subtitle{color:var(--sh-text-sub);margin-top:2px;font-size:13px}.sh-page-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sh-btn{border:1px solid var(--sh-border);background:var(--sh-surface);color:var(--sh-text);border-radius:var(--sh-radius-sm);cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-body);align-items:center;gap:6px;padding:8px 14px;text-decoration:none;transition:all .15s;display:inline-flex}.sh-btn:hover{border-color:var(--sh-border-strong);background:#fafbfc}.sh-btn:disabled{opacity:.5;cursor:default}.sh-btn-primary{background:var(--orange);color:#fff;border-color:var(--orange)}.sh-btn-primary:hover{background:#e94f00;border-color:#e94f00}.sh-btn-danger{background:var(--sh-danger);color:#fff;border-color:var(--sh-danger)}.sh-btn-danger:hover{background:#a91d09;border-color:#a91d09}.sh-btn-ghost{background:0 0;border-color:#0000}.sh-btn-ghost:hover{background:var(--sh-bg)}.sh-btn-sm{padding:5px 10px;font-size:12px}.sh-btn-block{justify-content:center;width:100%}.sh-card{background:var(--sh-surface);border-radius:var(--sh-radius);border:1px solid var(--sh-border);box-shadow:var(--sh-shadow);margin-bottom:16px;overflow:hidden}.sh-card-header{border-bottom:1px solid var(--sh-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.sh-card-title{font-family:var(--font-display);color:var(--sh-text);margin:0;font-size:15px;font-weight:700}.sh-card-body{padding:20px}.sh-card-body.flush{padding:0}.sh-card-body p{color:var(--sh-text-sub);font-size:13px;line-height:1.5}.metric-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;display:grid}.metric-card{background:var(--sh-surface);border:1px solid var(--sh-border);border-radius:var(--sh-radius);box-shadow:var(--sh-shadow);padding:16px}.metric-label{color:var(--sh-text-sub);margin-bottom:6px;font-size:12px;font-weight:600}.metric-value{font-family:var(--font-display);color:var(--sh-text);font-size:24px;font-weight:700;line-height:1.1}.metric-value.orange{color:var(--orange)}.metric-value.green{color:var(--sh-success)}.metric-change{color:var(--sh-text-sub);margin-top:4px;font-size:11px;font-weight:500}.sh-table-wrap{overflow-x:auto}.sh-table{border-collapse:collapse;width:100%;font-size:13px}.sh-table th{text-align:left;color:var(--sh-text-sub);border-bottom:1px solid var(--sh-border);white-space:nowrap;background:#fafbfc;padding:12px 16px;font-size:12px;font-weight:600}.sh-table td{border-bottom:1px solid var(--sh-border);vertical-align:middle;color:var(--sh-text);padding:14px 16px}.sh-table tr:last-child td{border-bottom:none}.sh-table tr.clickable{cursor:pointer;transition:background .12s}.sh-table tr.clickable:hover td{background:#fafbfc}.sh-table .col-id{color:var(--sh-text);font-weight:700}.sh-table .col-muted{color:var(--sh-text-sub);font-size:12px}.orders-pro-table-wrap{display:none}.orders-pro-cards{flex-direction:column;gap:10px;padding:12px;display:flex}@media (width>=900px){.orders-pro-table-wrap{display:block;overflow-x:auto}.orders-pro-cards{display:none}}.orders-pro-table .order-date{flex-direction:column;line-height:1.3;display:flex}.orders-pro-table .order-date .d{color:var(--sh-text);font-weight:600}.orders-pro-table .order-date .t{color:var(--sh-text-sub);font-size:12px}.order-customer-name{color:var(--sh-text);font-weight:600}.order-customer-sub{color:var(--sh-text-sub);font-size:12px;line-height:1.4}.pay-method{flex-direction:column;line-height:1.3;display:flex}.pay-method-name{color:var(--sh-text);font-weight:600}.pay-method-hint{color:var(--sh-text-sub);font-size:11px}.order-card{border:1px solid var(--sh-border);border-radius:var(--sh-radius-sm);cursor:pointer;background:#fff;flex-direction:column;gap:8px;padding:12px;display:flex}.order-card:active{background:#fafbfc}.order-card-top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.order-card-id{color:var(--sh-text);font-size:14px;font-weight:800}.order-card-date{text-align:right;flex-direction:column;line-height:1.3;display:flex}.order-card-date .d{color:var(--sh-text);font-size:12px;font-weight:600}.order-card-date .t{color:var(--sh-text-sub);font-size:12px}.order-card-bottom{border-top:1px solid var(--sh-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding-top:8px;display:flex}.order-card-total{color:var(--sh-text);font-size:15px;font-weight:800}.order-card-btn{flex:1;min-width:0}.order-card-actions{gap:8px;margin-top:10px;display:flex}.order-card-actions .orders-pro-copy{flex:none}.orders-pro-actions{justify-content:flex-end;align-items:center;gap:6px;display:inline-flex}.orders-pro-copy{color:var(--sh-text-sub);border-color:var(--sh-border);background:#f4f5f7;padding:5px 8px}.orders-pro-copy:hover:not(:disabled){color:var(--orange);background:#fff8f3;border-color:#ff5c0059}.orders-subfilters{flex-wrap:wrap;align-items:center;gap:10px;padding:0 16px 12px;display:flex}.orders-sort{color:var(--sh-text-sub);align-items:center;gap:6px;font-size:13px;display:inline-flex}.orders-sort select{border:1px solid var(--sh-border);border-radius:var(--sh-radius-sm);color:var(--sh-text);font-size:13px;font-family:var(--font-body);cursor:pointer;background:#fff;padding:6px 10px}.orders-pay-segment{flex-wrap:wrap}.orders-pagination{justify-content:center;align-items:center;gap:12px;padding:14px 16px;display:flex}.orders-pagination-info{color:var(--sh-text-sub);font-size:13px}.status-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.status-badge:before{content:"";opacity:.7;background:currentColor;border-radius:50%;width:8px;height:8px}.status-pending{background:var(--sh-warning-bg);color:var(--sh-warning)}.status-paid{background:var(--sh-success-bg);color:var(--sh-success)}.status-shipped{background:var(--sh-info-bg);color:var(--sh-info)}.status-delivered{color:#166534;background:#d4f4d6}.status-cancelled{background:var(--sh-danger-bg);color:var(--sh-danger)}.status-separating{color:#6d28d9;background:#ede9fe}.status-analysis{color:#ea580c;background:#fff7ed}.status-lead{color:#4338ca;background:#eef2ff}.order-lead-id{letter-spacing:.5px;color:#4338ca;background:#eef2ff;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:800;display:inline-block}.pay-method-none{color:var(--sh-text-sub);font-style:italic}.order-total-empty{color:var(--sh-text-sub)}.orders-sync{align-items:center;gap:10px;display:flex}.orders-sync-status{color:var(--sh-text-sub);white-space:nowrap;font-size:12px}.orders-sync-status.is-live{color:var(--sh-success)}.od-card-analysis-banner{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;margin-bottom:12px;padding:12px 14px}.od-card-analysis-banner p{color:#9a3412;margin:6px 0 0;font-size:12px;line-height:1.4}.od-card-analysis-badge{color:#c2410c;background:#ffedd5;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.lead-score-badge{white-space:nowrap;border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.lead-score--frio{color:#6b7280;background:#f3f4f6}.lead-score--morno{color:#a16207;background:#fef9c3}.lead-score--quente{color:#ea580c;background:#fff7ed}.lead-score--cliente{color:#15803d;background:#f0fdf4}.activity-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.activity-stat-label{color:var(--sh-text-sub);margin-bottom:2px;font-size:11px}.activity-stat-value{color:var(--sh-text);word-break:break-word;font-size:13px;font-weight:700}.activity-chips{flex-wrap:wrap;gap:6px;display:flex}.activity-chip{color:#c2410c;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.activity-timeline{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.activity-timeline-item{align-items:flex-start;gap:10px;display:flex}.activity-timeline-icon{background:#f9fafb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:inline-flex}.activity-timeline-title{color:var(--sh-text);font-size:13px;font-weight:700}.activity-timeline-detail{color:var(--sh-text-sub);margin-top:2px;font-size:12px}.activity-timeline-date{color:var(--sh-text-sub);margin-top:2px;font-size:11px}.attr-badge-meta{color:#1877f2;background:#e7f0ff}.attr-badge-google{color:#1a73e8;background:#e8f1fe}.attr-badge-tiktok{color:#111827;background:#f3f4f6}.attr-badge-organic{color:#166534;background:#f0fdf4}.attr-badge-direct{color:#4b5563;background:#f3f4f6}.attr-badge-unknown{color:#9ca3af;background:#f9fafb}.sh-filter-bar{border-bottom:1px solid var(--sh-border);background:#fafbfc;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;display:flex}.sh-search{flex:1;min-width:200px;position:relative}.sh-search input{border:1px solid var(--sh-border);border-radius:var(--sh-radius-sm);width:100%;font-size:13px;font-family:var(--font-body);background:#fff;outline:none;padding:8px 12px 8px 36px}.sh-search input:focus{border-color:var(--orange);box-shadow:0 0 0 3px #ff5c001a}.sh-search:before{content:"🔍";opacity:.5;pointer-events:none;font-size:13px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.sh-order-hint{color:var(--sh-text-sub);flex:none;margin:0;font-size:12px}.sh-order-controls{align-items:center;gap:6px;display:flex}.sh-order-num{border:1px solid var(--sh-border);text-align:center;border-radius:8px;width:44px;padding:6px 4px;font-family:inherit;font-size:13px;font-weight:700}.sh-order-num:focus{border-color:var(--orange);outline:none;box-shadow:0 0 0 3px #ff5c001f}.sh-order-btns{flex-direction:column;gap:2px;display:flex}.sh-order-btn{border:1px solid var(--sh-border);cursor:pointer;width:28px;height:22px;color:var(--sh-text);background:#fff;border-radius:6px;padding:0;font-size:12px;line-height:1}.sh-order-btn:hover:not(:disabled){border-color:var(--orange);color:var(--orange)}.sh-order-btn:disabled{opacity:.35;cursor:not-allowed}.sh-segment{background:var(--sh-bg);border:1px solid var(--sh-border);border-radius:var(--sh-radius-sm);gap:4px;padding:3px;display:inline-flex}.sh-segment button{color:var(--sh-text-sub);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-body);background:0 0;border:none;border-radius:6px;padding:6px 12px}.sh-segment button.active{color:var(--sh-text);box-shadow:var(--sh-shadow);background:#fff}.sh-form-row{flex-wrap:wrap;gap:16px;margin-bottom:16px;display:flex}.sh-form-group{flex:1;min-width:180px}.sh-label{color:var(--sh-text);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.sh-help{color:var(--sh-text-sub);margin-top:4px;font-size:12px}.sh-input,.sh-select{border:1px solid var(--sh-border-strong);border-radius:var(--sh-radius-sm);width:100%;font-size:14px;font-family:var(--font-body);color:var(--sh-text);background:#fff;outline:none;padding:9px 12px;transition:border-color .15s,box-shadow .15s}.sh-input:focus,.sh-select:focus{border-color:var(--orange);box-shadow:0 0 0 3px #ff5c001a}.sh-order-line{border-bottom:1px solid var(--sh-border);align-items:center;gap:12px;padding:12px 0;display:flex}.sh-order-line:last-child{border-bottom:none}.sh-order-thumb{border-radius:var(--sh-radius-sm);background:var(--sh-bg);background-position:50%;background-size:cover;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.sh-order-line-info{flex:1;min-width:0}.sh-order-line-name{color:var(--sh-text);font-size:14px;font-weight:600}.sh-order-line-meta{color:var(--sh-text-sub);margin-top:2px;font-size:12px}.sh-order-line-price{color:var(--sh-text);white-space:nowrap;font-weight:700}.sh-summary-row{justify-content:space-between;padding:8px 0;font-size:14px;display:flex}.sh-summary-row.total{border-top:1px solid var(--sh-border);margin-top:8px;padding-top:12px;font-size:16px;font-weight:700}.sh-customer-block{color:var(--sh-text);font-size:13px;line-height:1.7}.sh-customer-label{color:var(--sh-text-sub);text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px;font-size:11px;font-weight:700}.sh-empty{text-align:center;color:var(--sh-text-sub);padding:60px 20px}.sh-empty-icon{opacity:.6;margin-bottom:12px;font-size:48px}.sh-empty-title{color:var(--sh-text);margin-bottom:6px;font-size:16px;font-weight:600}.sh-empty-text{color:var(--sh-text-sub);font-size:13px}.chart-container{align-items:flex-end;gap:8px;height:160px;padding:8px 0;display:flex}.chart-bar-wrap{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.chart-bar{background:linear-gradient(180deg, var(--orange) 0%, #ff8534 100%);border-radius:6px 6px 0 0;width:100%;min-height:4px;transition:height .5s cubic-bezier(.25,.46,.45,.94)}.chart-bar.empty{background:#e1e3e5}.chart-label{color:var(--sh-text-sub);font-size:11px;font-weight:500}.chart-val{color:var(--sh-text-sub);font-size:10px;font-weight:600}.od-overlay{z-index:400;background:#0006;justify-content:flex-end;animation:.15s odFade;display:flex;position:fixed;inset:0}@keyframes odFade{0%{opacity:0}to{opacity:1}}.od-drawer{background:var(--sh-bg);width:min(480px,100%);height:100%;animation:.22s odSlide;overflow-y:auto;box-shadow:-8px 0 30px #0000002e}.od-drawer--wide{width:min(920px,100vw - 32px)}@media (width>=1024px){.od-drawer--wide .od-body{gap:16px;padding:20px 28px 28px}.od-drawer--wide .sh-form-row{gap:16px}}@keyframes odSlide{0%{opacity:.6;transform:translate(24px)}to{opacity:1;transform:none}}@media (width<=640px){.od-drawer,.od-drawer--wide{width:100%}}.od-head{background:var(--sh-surface);border-bottom:1px solid var(--sh-border);z-index:1;align-items:center;gap:12px;padding:14px 18px;display:flex;position:sticky;top:0}.od-head-title{font-family:var(--font-display);font-size:16px;font-weight:700}.od-head-date{color:var(--sh-text-sub);margin-top:1px;font-size:12px}.od-close{background:var(--sh-bg);cursor:pointer;width:32px;height:32px;color:var(--sh-text-sub);border:none;border-radius:8px;margin-left:auto;font-size:18px}.od-close:hover{background:var(--sh-border)}.od-body{flex-direction:column;gap:14px;padding:16px 18px;display:flex}.sh-toggle{color:var(--sh-text);cursor:pointer;align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.sh-toggle input{width:18px;height:18px;accent-color:var(--orange);cursor:pointer}.sh-product-preview{align-items:center;gap:10px;margin-top:12px;display:flex}.sh-divider{background:var(--sh-border);height:1px;margin:16px 0}.sh-file-hidden{display:none}.pd-gallery-editor{margin-top:4px}.pd-gallery-title{color:var(--sh-text);margin:0 0 6px;font-size:13px;font-weight:700}.pd-gallery-url-row{align-items:center;gap:8px;margin-top:10px;display:flex}.pd-gallery-url-row .sh-input{flex:1;min-width:0}.pd-reel-videos-editor{margin-top:4px}.pd-reel-videos-list{flex-direction:column;gap:8px;margin:10px 0 0;padding:0;list-style:none;display:flex}.pd-reel-videos-item{border:1px solid var(--sh-border);border-radius:var(--sh-radius-sm);background:#fafbfc;align-items:center;gap:8px;padding:8px 10px;display:flex}.pd-reel-videos-ico{width:28px;height:28px;color:var(--orange);background:#fff3ea;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;display:flex}.pd-reel-videos-url{min-width:0;color:var(--sh-text-sub);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:11px;overflow:hidden}.pd-reel-videos-remove{flex-shrink:0;position:static}.pd-reel-videos-grid{grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:8px;margin-top:10px;display:grid}.pd-reel-videos-card{border-radius:var(--sh-radius-sm);border:1px solid var(--sh-border);background:#111827;min-height:148px;position:relative;overflow:hidden}.pd-reel-videos-preview{object-fit:cover;background:#111827;width:100%;height:120px;display:block}.pd-reel-videos-caption{color:var(--sh-text-sub);white-space:nowrap;text-overflow:ellipsis;background:#fafbfc;padding:4px 6px 6px;font-size:10px;display:block;overflow:hidden}.pd-reel-videos-caption--warn{color:#b45309;background:#fffbeb}.pd-reel-videos-convert{z-index:2;min-height:0;padding:2px 6px;font-size:10px;position:absolute;bottom:28px;left:6px}.pd-reel-videos-add{min-height:148px}.pd-specs-editor{margin-top:0}.pd-specs-empty{color:var(--sh-text-sub);padding:12px 0;font-size:13px}.pd-specs-add{margin-top:10px}.pd-specs-table-wrap{border:1px solid var(--sh-border);border-radius:var(--sh-radius-sm);background:#fafbfc;padding:4px 10px}.sh-spec-row{border-bottom:1px solid var(--sh-border);grid-template-columns:1fr 1.4fr 36px;align-items:center;gap:8px;padding:8px 0;display:grid}.sh-spec-row:last-child{border-bottom:none}.sh-spec-row--head{color:var(--sh-text-sub);text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid var(--sh-border);padding-bottom:6px;font-size:11px;font-weight:600}.sh-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px;margin-top:10px;display:grid}.sh-gallery-item{aspect-ratio:1;border-radius:var(--sh-radius-sm);background:var(--sh-bg) center / cover no-repeat;border:1px solid var(--sh-border);position:relative;overflow:hidden}.sh-gallery-remove-btn{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;display:flex;position:absolute;top:4px;right:4px}.sh-gallery-convert-btn{background:var(--sh-primary,#f97316);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:700;line-height:1.4;position:absolute;bottom:4px;left:4px}.sh-gallery-convert-btn:disabled{opacity:.6;cursor:default}.sh-gallery-add{aspect-ratio:1;border:2px dashed var(--sh-border-strong);border-radius:var(--sh-radius-sm);cursor:pointer;color:var(--sh-text-sub);background:#fafbfc;justify-content:center;align-items:center;padding:0;font-size:24px;transition:all .15s;display:flex}.sh-gallery-add:hover:not(:disabled){border-color:var(--orange);color:var(--orange);background:#fff7f0}.sh-gallery-add:disabled{opacity:.6;cursor:wait}@media (width<=720px){.pd-gallery-url-row{flex-direction:column;align-items:stretch}}.admin-login{background:var(--sh-bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.admin-login-card{background:var(--sh-surface);border:1px solid var(--sh-border);border-radius:var(--sh-radius);width:100%;max-width:360px;box-shadow:var(--sh-shadow-lg);padding:28px 24px}.admin-login-brand{font-family:var(--font-display);color:var(--sh-text);letter-spacing:-.5px;font-size:26px;font-weight:800}.admin-login-brand span{color:var(--orange)}.admin-login-sub{color:var(--sh-text-sub);margin:4px 0 20px;font-size:13px}.admin-login-error{background:var(--sh-danger-bg);color:var(--sh-danger);border-radius:var(--sh-radius-sm);margin:12px 0 4px;padding:10px 12px;font-size:13px;font-weight:600}.admin-login-warn{background:var(--sh-warning-bg);color:var(--sh-warning);border-radius:var(--sh-radius-sm);margin-bottom:16px;padding:10px 12px;font-size:12.5px}.admin-login-warn code{font-family:monospace}.admin-login-back{width:100%;color:var(--sh-text-sub);cursor:pointer;background:0 0;border:none;margin-top:14px;font-size:13px}.admin-login-back:hover{color:var(--sh-text)}.pd-editor{flex-direction:column;gap:12px;display:flex}.pd-editor-toolbar{flex-wrap:wrap;gap:8px;display:flex}.pd-editor-chip{border:1px solid var(--sh-border-strong);color:var(--sh-text);cursor:pointer;background:#fff;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;transition:border-color .15s,background .15s}.pd-editor-chip:hover{border-color:var(--orange);background:#fff7f2}.pd-editor-chip--accent{color:var(--orange);background:#fff3ea;border-color:#ff5a0059}.pd-editor-textarea{resize:vertical;min-height:220px;line-height:1.55;font-family:var(--font-body)}.pd-editor-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.pd-editor-count{color:var(--sh-text-sub);font-size:12px;font-weight:600}.pd-editor-image-box{border:1px dashed var(--sh-border-strong);border-radius:var(--sh-radius-sm);background:#fafbfc;padding:12px}.pd-editor-image-title{color:var(--sh-text);margin-bottom:10px;font-size:13px;font-weight:700}.pd-editor-image-row{grid-template-columns:1.4fr 1fr auto;align-items:center;gap:8px;display:grid}.pd-editor-preview{border:1px solid var(--sh-border);border-radius:var(--sh-radius-sm);overflow:hidden}.pd-editor-preview-toggle{width:100%;color:var(--sh-text);cursor:pointer;background:#fafbfc;border:none;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:700;display:flex}.pd-editor-preview-chevron{color:var(--sh-text-sub);transition:transform .15s}.pd-editor-preview-chevron.open{transform:rotate(180deg)}.pd-editor-preview-body{border-top:1px solid var(--sh-border);background:#fff;max-height:360px;padding:14px;overflow:auto}.pd-editor-preview-content .shop-desc-h2{font-size:16px}.pd-editor-preview-content .shop-desc-h3{font-size:14px}@media (width<=720px){.pd-editor-image-row{grid-template-columns:1fr}}.pd-reviews-ai{border:1px solid var(--sh-border);border-radius:var(--sh-radius-sm);overflow:hidden}.pd-reviews-ai-toggle{width:100%;color:var(--sh-text);cursor:pointer;background:#fafbfc;border:none;justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;font-size:14px;font-weight:700;display:flex}.pd-reviews-ai-body{border-top:1px solid var(--sh-border);flex-direction:column;gap:12px;padding:14px;display:flex}.pd-reviews-ai-warn{color:var(--sh-warning);background:var(--sh-warning-bg);border-radius:var(--sh-radius-sm);margin:0;padding:8px 10px;font-size:12px}.pd-reviews-ai-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.pd-reviews-ai-field{flex-direction:column;gap:4px;display:flex}.pd-reviews-ai-list{flex-direction:column;gap:12px;margin-top:4px;display:flex}.pd-reviews-ai-item{border:1px solid var(--sh-border);border-radius:var(--sh-radius-sm);background:#fff;padding:12px}.pd-reviews-ai-item-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;font-size:13px;display:flex}.pd-reviews-ai-focus{color:var(--sh-text-sub);background:var(--sh-bg);border-radius:999px;padding:2px 8px;font-size:11px}.pd-reviews-ai-text{resize:vertical;min-height:72px}.pd-reviews-ai-item-row{flex-wrap:wrap;align-items:flex-end;gap:8px;margin-top:8px;display:flex}.pd-reviews-ai-mini{flex-direction:column;flex:1;gap:4px;min-width:120px;font-size:12px;font-weight:600;display:flex}.pd-reviews-ai-chars{color:var(--sh-text-sub);margin-left:auto;font-size:11px}.pd-reviews-ai-item-actions{gap:8px;margin-top:8px;display:flex}.pd-reviews-mgr{flex-direction:column;gap:16px;display:flex}.pd-reviews-mgr-summary{flex-direction:column;gap:12px;display:flex}.pd-reviews-mgr-breakdown-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.pd-reviews-mgr-breakdown-item{flex-direction:column;gap:4px;font-size:12px;font-weight:600;display:flex}.pd-reviews-mgr-comments-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.pd-review-author-row{align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.pd-review-avatar-preview{background:var(--sh-bg) center / cover no-repeat;border:1px solid var(--sh-border);width:44px;height:44px;color:var(--sh-text-sub);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.pd-review-author-fields{flex:1;min-width:0}.pd-review-photos-box{margin-top:10px}.pd-review-photos-grid{flex-wrap:wrap;gap:8px;margin:8px 0;display:flex}.pd-review-photo-thumb{background:var(--sh-bg) center / cover no-repeat;border:1px solid var(--sh-border);border-radius:8px;width:64px;height:64px;position:relative}.pd-review-photo-remove{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;width:20px;height:20px;font-size:10px;position:absolute;top:4px;right:4px}.pd-review-photos-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pd-review-photos-actions .sh-input{flex:1;min-width:160px}@media (width<=720px){.pd-reviews-ai-options{grid-template-columns:1fr}.pd-reviews-mgr-breakdown-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pd-review-photos-actions{flex-direction:column;align-items:stretch}}.pd-options-editor{flex-direction:column;gap:14px;display:flex}.pd-options-group-card{border:1px solid var(--sh-border);background:var(--sh-bg);border-radius:12px;flex-direction:column;gap:10px;padding:12px;display:flex}.pd-options-group-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.pd-options-values{flex-direction:column;gap:8px;display:flex}.pd-options-value-head{color:var(--sh-text-sub);text-transform:uppercase;letter-spacing:.03em;grid-template-columns:minmax(120px,1.2fr) 110px 110px minmax(160px,2fr) 32px;gap:10px;padding:0 2px 2px;font-size:11px;font-weight:700;display:none}.pd-options-value-head--text{grid-template-columns:minmax(120px,1.4fr) 110px 110px 32px}.pd-options-value-row{align-items:flex-end;gap:8px;display:flex}.pd-options-value-row--text .pd-options-mobile-label,.pd-options-value-row .pd-options-mobile-label{display:block}@media (width>=720px){.pd-options-value-head{display:grid}.pd-options-value-row,.pd-options-value-row--text{align-items:end;gap:10px;display:grid}.pd-options-value-row{grid-template-columns:minmax(120px,1.2fr) 110px 110px minmax(160px,2fr) 32px}.pd-options-value-row--text{grid-template-columns:minmax(120px,1.4fr) 110px 110px 32px}.pd-options-value-row--no-price{grid-template-columns:minmax(120px,1fr) minmax(160px,2fr) 32px}.pd-options-value-row--no-price.pd-options-value-row--text{grid-template-columns:minmax(120px,1fr) 32px}.pd-options-value-row .pd-options-mobile-label{display:none}.pd-options-value-row .sh-form-group{margin-bottom:0}}.pd-options-remove{color:var(--sh-danger,#dc2626);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:8px 4px;font-size:12px;font-weight:600}.pd-options-value-row .pd-options-remove{padding-bottom:10px;font-size:18px;line-height:1}.email-editor-grid{grid-template-columns:240px minmax(0,1fr) 220px;align-items:start;gap:16px;display:grid}.email-tpl-list{padding:0;overflow:hidden}.email-tpl-item{text-align:left;border:none;border-bottom:1px solid var(--sh-border);cursor:pointer;width:100%;color:var(--sh-text);background:0 0;justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;font-size:13px;display:flex}.email-tpl-item:hover{background:var(--sh-bg)}.email-tpl-item.active{box-shadow:inset 3px 0 0 var(--orange);background:#fff7ed}.email-form-row{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.email-html-area{resize:vertical;min-height:240px;font-family:ui-monospace,Menlo,monospace;font-size:12px;line-height:1.5}.email-actions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.email-vars{padding:0}.email-var-list{flex-wrap:wrap;gap:6px;display:flex}.email-var-chip{background:var(--sh-bg);border:1px solid var(--sh-border);cursor:pointer;color:var(--sh-text-sub);border-radius:6px;padding:4px 7px;font-family:ui-monospace,Menlo,monospace;font-size:11px}.email-var-chip:hover{border-color:var(--orange);color:var(--orange)}.email-var-rows{flex-direction:column;gap:5px;display:flex}.email-var-row{text-align:left;background:var(--sh-bg);border:1px solid var(--sh-border);cursor:pointer;border-radius:8px;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:7px 9px;display:flex}.email-var-row:hover{border-color:var(--orange)}.email-var-token{color:var(--orange);font-family:ui-monospace,Menlo,monospace;font-size:11px;font-weight:700}.email-var-desc{color:var(--sh-text-sub);font-size:11px;line-height:1.35}.email-estimate{background:var(--sh-bg);border-radius:var(--sh-radius-sm);margin-top:14px;padding:10px 14px;font-size:14px}.email-modal-backdrop{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.email-modal{background:#fff;border-radius:14px;width:100%;max-width:720px;max-height:90vh;overflow:auto;box-shadow:0 20px 60px #00000040}.email-modal-sm{max-width:440px}.email-modal-head{border-bottom:1px solid var(--sh-border);align-items:center;gap:12px;padding:16px;display:flex}.email-modal-head .sh-card-title{margin:0}.email-modal-head .sh-segment{margin-left:auto}.email-preview-meta{border-bottom:1px solid var(--sh-border);gap:4px;padding:12px 16px;font-size:13px;display:grid}.email-preview-stage{background:#f4f5f7;justify-content:center;padding:16px;display:flex}.email-preview-frame{border:1px solid var(--sh-border);background:#fff;border-radius:10px;width:100%;height:60vh}.email-preview-stage.mobile .email-preview-frame{width:390px;max-width:100%}@media (width<=900px){.email-editor-grid,.email-form-row{grid-template-columns:1fr}}.mon-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.mon-title{color:var(--sh-text);margin:0;font-size:22px;font-weight:800}.mon-subtitle{color:var(--sh-text-sub);margin:4px 0 0;font-size:13px}.mon-header-actions{align-items:center;gap:10px;display:flex}.mon-live-pill{letter-spacing:.06em;color:var(--sh-text-sub);background:#f3f4f6;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:800;display:inline-flex}.mon-live-pill--on{color:#c2410c;background:#fff7ed}.mon-live-dot{background:#9ca3af;border-radius:50%;width:8px;height:8px}.mon-live-pill--on .mon-live-dot{background:#ff5a00;animation:1.4s infinite mon-pulse;box-shadow:0 0 0 4px #ff5a0033}@keyframes mon-pulse{0%,to{opacity:1}50%{opacity:.5}}.mon-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px;display:grid}@media (width<=1100px){.mon-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.mon-metric{border:1px solid var(--sh-border,#e5e7eb);background:#fff;border-radius:14px;padding:14px 16px;box-shadow:0 1px 2px #0000000a}.mon-metric-value{color:var(--sh-text);font-size:28px;font-weight:800;line-height:1}.mon-metric-label{color:var(--sh-text-sub);margin-top:6px;font-size:12px;font-weight:600}.mon-metric--orange .mon-metric-value{color:#ea580c}.mon-metric--checkout .mon-metric-value{color:#7c3aed}.mon-metric--pix .mon-metric-value{color:#0d9488}.mon-metric--card .mon-metric-value{color:#c2410c}.mon-metric--order .mon-metric-value{color:#15803d}.mon-metric--warn .mon-metric-value{color:#b45309}.mon-funnel{margin-bottom:16px}.mon-funnel-hint{color:var(--sh-text-sub);font-size:11px}.mon-funnel-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;padding:0 14px 14px;display:grid}.mon-funnel-col{background:#fafafa;border:1px solid #eee;border-radius:12px;min-height:88px;padding:10px}.mon-stage--online{background:#f0fdf4;border-color:#bbf7d0}.mon-stage--online .mon-funnel-col-count{color:#15803d}.mon-stage--abandono{background:#fef2f2;border-color:#fecaca}.mon-stage--abandono .mon-funnel-col-count{color:#b91c1c}.mon-funnel-col-head{justify-content:space-between;align-items:center;gap:6px;margin-bottom:6px;display:flex}.mon-funnel-col-label{color:var(--sh-text-sub);font-size:11px;font-weight:700}.mon-funnel-col-count{color:#ea580c;font-size:18px}.mon-funnel-products{color:var(--sh-text);margin:0;padding:0;font-size:10px;line-height:1.35;list-style:none}.mon-funnel-empty{color:var(--sh-text-sub);font-size:11px}.mon-stage-filters{flex-wrap:wrap}.mon-online{border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.mon-online--yes{color:#15803d;background:#f0fdf4}.mon-online--no{color:#6b7280;background:#f3f4f6}.mon-online--hidden{color:#c2410c;background:#fff7ed}.mon-online--awaiting{color:#1d4ed8;background:#eff6ff}.mon-stage-badge{white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.mon-stage--loja,.mon-stage--produto{color:#c2410c;background:#fff7ed}.mon-stage--carrinho,.mon-stage--cupons{color:#a16207;background:#fef9c3}.mon-stage--dados,.mon-stage--entrega,.mon-stage--pagamento{color:#6d28d9;background:#ede9fe}.mon-stage--cartao,.mon-stage--pix{color:#ea580c;background:#fff7ed}.mon-stage--aprovado{color:#15803d;background:#f0fdf4}.mon-stage--analise{color:#c2410c;background:#ffedd5}.mon-idle-badge{border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.mon-idle--ok{color:#6b7280;background:#f3f4f6}.mon-idle--warn{color:#a16207;background:#fef9c3}.mon-idle--danger{color:#b91c1c;background:#fef2f2}.mon-score--frio{color:#6b7280;background:#f3f4f6}.mon-score--morno{color:#a16207;background:#fef9c3}.mon-score--quente{color:#ea580c;background:#fff7ed}.mon-score--muito_quente{color:#c2410c;background:#ffedd5}.mon-drawer{max-width:440px}.mon-kv-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.mon-kv-label{color:var(--sh-text-sub);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:700}.mon-kv-value{color:var(--sh-text);word-break:break-word;font-size:13px;font-weight:600}.mon-kv-mono{font-family:ui-monospace,monospace;font-size:11px}.mon-cart-list{margin:0;padding:0;font-size:12px;line-height:1.45;list-style:none}.mon-table th{font-size:11px}.mon-table--compact td,.mon-table--compact th{padding:10px 12px}.mon-last-action{max-width:220px;font-size:13px;line-height:1.35}.mon-cart-summary{margin:0 0 10px;font-size:13px}.mon-cart-list--detail{flex-direction:column;gap:8px;display:flex}.mon-cart-item{align-items:center;gap:10px;display:flex}.mon-cart-item-media{background:#f3f4f6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.mon-cart-item-img{object-fit:cover;width:100%;height:100%}.mon-cart-item-emoji{font-size:18px}.mon-cart-item-info{flex-direction:column;gap:2px;min-width:0;display:flex}.mon-cart-item-name{font-size:13px;font-weight:600}.mon-product-card{align-items:center;gap:12px;padding:0 16px 14px;display:flex}.mon-product-card-media{background:#fff7ed;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.mon-product-emoji{font-size:22px}.mon-product-card-name{font-size:14px;font-weight:700}.mon-product-card-price{color:#ea580c;font-size:13px;font-weight:700}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;min-width:0;display:grid}.product-card{cursor:pointer;background:#fff;border:none;border-radius:16px;flex-direction:column;align-self:start;min-width:0;height:auto;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000a,0 4px 14px #0000000d}.product-card:active{transform:scale(.985);box-shadow:0 2px 10px #00000012}.product-card-media{aspect-ratio:1;box-sizing:border-box;background:#f5f5f7;flex-shrink:0;width:100%;padding:0;position:relative;overflow:hidden}.product-card-media:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(#fff9f5a6 0%,#0000 38%);position:absolute;inset:0}.product-card-media-img,.product-card-media .card-media-img{z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:0;width:100%;max-width:none;height:100%;max-height:none;position:absolute;inset:0}.product-card-emoji{z-index:1;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 2px 8px #ff5c0014);justify-content:center;align-items:center;font-size:clamp(40px,12vw,52px);line-height:1;display:flex;position:absolute;inset:0}.product-card-badges{z-index:3;pointer-events:none;position:absolute;top:0;left:0}.product-card .badge-discount{color:#fff;letter-spacing:-.2px;background:linear-gradient(135deg,#f43f5e 0%,#ff5c00 100%);border-radius:0 0 9px;padding:3px 6px;font-size:8.5px;font-weight:800;line-height:1.15;display:inline-block;box-shadow:0 2px 4px #f43f5e38}.product-card .badge-bestseller{z-index:3;color:#fff;letter-spacing:.15px;pointer-events:none;background:#f59e0bf2;border-radius:4px;padding:2px 5px;font-size:7px;font-weight:800;position:absolute;inset:auto auto 6px 6px;box-shadow:0 1px 3px #0000001f}.product-card .product-fav-btn{z-index:4;position:absolute;top:4px;right:4px}.product-card .product-fav-btn .fav-btn--sm{opacity:.92;background:#fffffff0;border:none;width:22px;height:22px;font-size:11px;box-shadow:0 1px 4px #0000001a}.product-card .product-fav-btn .fav-btn--on{opacity:1}.product-card-body{flex-direction:column;flex:none;gap:3px;min-width:0;padding:7px 8px 8px;display:flex}.product-card-name{color:#1f2937;-webkit-line-clamp:2;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:none;hyphens:none;-webkit-box-orient:vertical;max-height:2.56em;margin:0;font-size:clamp(11.5px,3.15vw,12.5px);font-weight:600;line-height:1.28;display:-webkit-box;overflow:hidden}.product-card-ship{color:#15803d;white-space:nowrap;background:#f0fdf4;border:1px solid #dcfce7;border-radius:999px;align-self:flex-start;margin:1px 0 0;padding:2px 8px;font-size:9px;font-weight:600;line-height:1.2;display:inline-block}.product-card-pricing{flex-direction:column;gap:1px;min-width:0;margin-top:0;display:flex}.product-card-price-row{flex-wrap:wrap;align-items:baseline;gap:2px 5px;min-width:0;line-height:1.1;display:flex}.product-card .product-price{font-family:var(--font-display);color:#ff5c00;letter-spacing:-.35px;white-space:nowrap;flex-shrink:0;font-size:clamp(14px,4.1vw,16px);font-weight:800}.product-card .product-price .cents{font-size:.7em;font-weight:800}.product-card .product-old-price{color:#a1a1aa;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:10px;font-weight:500;text-decoration:line-through;overflow:hidden}.product-card-installment{color:#15803d;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:clamp(9.5px,2.7vw,10.5px);font-weight:600;line-height:1.25;overflow:hidden}.product-card-sold{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:clamp(9px,2.5vw,10px);font-weight:500;line-height:1.2;overflow:hidden}.product-img{width:100%;position:relative}.product-info{padding:8px}.product-name{font-size:12px}.product-installment{color:#15803d;font-size:10px}.product-stats{color:#9ca3af;font-size:9.5px}@media (width<=390px){.product-card-emoji{font-size:clamp(36px,11vw,48px)}}@media (width<=360px){.product-card-body{gap:2px;padding:6px 7px 7px}.product-card .product-price{font-size:14px}}@media (width<=340px){.product-grid{gap:7px}.product-card{border-radius:14px}.product-card-emoji{font-size:38px}.product-card-name{font-size:11px;line-height:1.25}.product-card .product-price{font-size:13px}.product-card-installment{font-size:9px}.product-card .product-fav-btn .fav-btn--sm{width:20px;height:20px;font-size:10px}}:root{--orange:#ff5c00;--orange-light:#ff8534;--orange-dark:#e54e00;--orange-dim:#fff3eb;--orange-glow:#ff5c0047;--dark:#1a1a2e;--ink:#2d2d44;--gray:#71717a;--gray-light:#e8e8ed;--gray-soft:#f4f4f6;--bg:#f6f6f8;--white:#fff;--green:#00a862;--green-dim:#e3f9ef;--red:#f43f5e;--red-dim:#ffe8ec;--gold:#f59e0b;--radius:14px;--radius-sm:10px;--radius-lg:20px;--shadow-xs:0 1px 3px #1a1a2e0f;--shadow:0 2px 12px #1a1a2e12;--shadow-md:0 4px 20px #1a1a2e1a;--shadow-lg:0 12px 40px #1a1a2e24;--shadow-orange:0 6px 20px #ff5c004d;--font-display:"Sora", sans-serif;--font-body:"DM Sans", sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--dark);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;max-width:480px;min-height:100vh;margin:0 auto;font-size:14px;line-height:1.5;position:relative;overflow-x:hidden}button{font-family:var(--font-body)}input,textarea,select{font-size:16px}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}#root{background:var(--bg);width:100%;min-height:100dvh}body.admin-fullscreen{max-width:100%}.route-fallback{background:var(--bg);min-height:100dvh;padding:calc(14px + env(safe-area-inset-top,0px)) 12px 14px}.route-fallback-top{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.route-fallback-brand{font-family:var(--font-display);color:var(--orange);font-size:18px;font-weight:800}.route-fallback-spinner{border:2.5px solid var(--orange-dim);border-top-color:var(--orange);border-radius:50%;width:22px;height:22px;animation:.75s linear infinite route-fallback-spin}@keyframes route-fallback-spin{to{transform:rotate(360deg)}}.route-fallback-reload{background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:20px;padding:14px 16px;font-size:14px;font-weight:700;display:block}.route-fallback-bar{background:linear-gradient(90deg,#f2f2f4 0%,#eaeaee 50%,#f2f2f4 100%) 0 0/200% 100%;border-radius:6px;height:12px;margin-bottom:10px;animation:1.2s ease-in-out infinite route-fallback-shimmer}.route-fallback-bar--mid{width:72%}.route-fallback-bar--short{width:48%}.route-fallback-block{background:linear-gradient(90deg,#f6f6f8 0%,#ececef 50%,#f6f6f8 100%) 0 0/200% 100%;border-radius:12px;height:120px;margin-top:16px;animation:1.2s ease-in-out infinite route-fallback-shimmer}@keyframes route-fallback-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.app-error-screen{background:var(--bg);justify-content:center;align-items:center;min-height:100dvh;padding:24px 16px;display:flex}.app-error-card{width:100%;max-width:360px;box-shadow:var(--shadow-md);text-align:center;background:#fff;border-radius:20px;padding:28px 22px}.app-error-logo{font-family:var(--font-display);color:var(--orange);margin-bottom:12px;font-size:22px;font-weight:800}.app-error-title{font-family:var(--font-display);margin-bottom:8px;font-size:18px}.app-error-msg{color:var(--gray);margin-bottom:20px;font-size:14px;line-height:1.5}.app-error-btn{background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:14px 16px;font-size:15px;font-weight:700}.page{min-height:100vh;padding-bottom:72px;animation:.25s fadeIn;overflow-x:hidden}.header{z-index:100;background:linear-gradient(#ff5c00 0%,#ff6e1a 100%);align-items:center;gap:10px;padding:10px 12px;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #ff6a0040}.header-hamburger{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.header-logo{font-family:var(--font-display);color:#fff;letter-spacing:-.5px;flex-shrink:0;font-size:20px;font-weight:800}.header-logo span{color:#ffd9bf}.loomi-brand{--logo-bag:#ff5c00;--logo-face:#fff;--logo-ink:var(--dark);--logo-mi:#ff5c00;vertical-align:middle;align-items:center;gap:.32em;line-height:1;display:inline-flex}.loomi-brand .loomi-mark{flex-shrink:0;width:1.1em;height:1.1em;display:block}.loomi-brand .loomi-word{font-family:var(--font-display);letter-spacing:-.04em;color:var(--logo-ink);font-size:1em;font-weight:800}.loomi-brand .loomi-word span{color:var(--logo-mi)}.loomi-brand.on-orange{--logo-bag:#fff;--logo-face:#ff5c00;--logo-ink:#fff;--logo-mi:#ffe0cc}.loomi-brand.on-dark{--logo-bag:#ff5c00;--logo-face:#fff;--logo-ink:#fff;--logo-mi:#ff7a2e}.header-icons{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}.icon-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex;position:relative}.icon-btn:active{background:#fff3}.cart-badge{color:#fff;background:#22c55e;border:1.5px solid #ff5c00;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:9px;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px}.search-row{z-index:99;background:#ff6e1a;padding:0 12px 8px;position:sticky;top:50px}.header-search{background:#fff;border-radius:30px;align-items:center;gap:8px;padding:4px 4px 4px 18px;display:flex;box-shadow:0 2px 8px #0000001f}.header-search input{font-family:var(--font-body);color:var(--dark);background:0 0;border:none;outline:none;width:100%;font-size:14px}.header-search input::placeholder{color:#9ca3af}.header-search-btn{cursor:pointer;background:#ff5c00;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.location-strip{color:#fff;background:#e54e00;align-items:center;gap:6px;padding:7px 12px;font-size:11.5px;font-weight:500;display:flex}.location-strip svg{flex-shrink:0}.location-strip strong{font-weight:700}.ship-progress{color:#fff;background:linear-gradient(135deg,#ff6500 0%,#ff8a1f 100%);border-radius:12px;margin:8px 12px;padding:8px 10px;position:relative;overflow:hidden;box-shadow:0 3px 10px #ff650038}.ship-progress:before{content:"";pointer-events:none;background:#ffffff1a;border-radius:50%;width:90px;height:90px;position:absolute;top:-30px;right:-30px}.ship-progress-text{z-index:1;letter-spacing:-.1px;flex-wrap:wrap;align-items:center;gap:5px 7px;min-width:0;margin-bottom:5px;font-size:11px;font-weight:600;line-height:1.35;display:flex;position:relative}.ship-progress-text .dico-sh{flex-shrink:0}.ship-progress-text strong{font-family:var(--font-display);color:#e94f00;background:#fff0e6;border-radius:5px;padding:1px 6px;font-size:10.5px;font-weight:800}.ship-progress-bar{z-index:1;background:#ffffff47;border-radius:4px;height:4px;position:relative;overflow:hidden}.ship-progress-fill{background:linear-gradient(90deg,#ffe9b0 0%,#fff 100%);border-radius:4px;height:100%;transition:width .5s;box-shadow:0 0 8px #fff6}.side-menu-overlay{z-index:400;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;position:fixed;inset:0}.side-menu-overlay.open{opacity:1;pointer-events:all}.side-menu{z-index:401;background:#fff;width:78%;max-width:320px;transition:transform .3s cubic-bezier(.25,.46,.45,.94);position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.side-menu-overlay.open .side-menu{transform:translate(0)}.side-menu-head{color:#fff;background:linear-gradient(135deg,#ff5c00,#ff6e1a);padding:24px 20px}.side-menu-head .logo{font-family:var(--font-display);font-size:26px;font-weight:800}.side-menu-head .tag{opacity:.8;margin-top:2px;font-size:12px}.side-menu-list{padding:8px 0}.side-menu-item{cursor:pointer;color:var(--dark);text-align:left;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:14px 20px;font-size:14px;font-weight:500;display:flex}.side-menu-item:active{background:var(--bg)}.side-menu-item .ico{text-align:center;width:24px;font-size:18px}.side-menu-section-label{color:var(--gray);text-transform:uppercase;letter-spacing:.5px;padding:14px 20px 6px;font-size:11px;font-weight:700}.section{padding:10px 12px}.section-header{justify-content:space-between;align-items:center;gap:8px;min-width:0;max-width:100%;margin-bottom:8px;display:flex}.dico{object-fit:contain;vertical-align:-.28em;filter:drop-shadow(0 1px 2px #0000001f);flex:none;width:1.35em;height:1.35em;display:inline-block}.dico-lg{width:1.55em;height:1.55em}.dico-sh{vertical-align:-.3em;filter:drop-shadow(0 1px 3px #00000040);width:1.5em;height:1.5em}.section-title{font-family:var(--font-display);color:var(--dark);letter-spacing:-.3px;flex:1;align-items:center;gap:6px;min-width:0;font-size:14px;font-weight:700;display:flex}.section-link{color:var(--orange);background:var(--orange-dim);white-space:nowrap;border-radius:20px;flex-shrink:0;align-items:center;gap:3px;padding:4px 10px;font-size:11px;font-weight:700;transition:background .2s;display:flex}.section-link:active{background:#ffe4d1}.banner-img-wrap{box-shadow:none;cursor:pointer;border-radius:0;width:100%;max-width:100%;margin:0;line-height:0;overflow:hidden}.banner-img-wrap img{aspect-ratio:16/7;object-fit:cover;object-position:center;border-radius:0;width:100%;height:auto;min-height:148px;max-height:none;display:block}.banner-img-wrap:active{opacity:.96;transition:opacity .15s}.coupons-marquee{padding:0 0 4px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 32px calc(100% - 32px),#0000);mask-image:linear-gradient(90deg,#0000 0,#000 32px calc(100% - 32px),#0000)}.coupons-track{gap:8px;width:max-content;padding:4px 0;animation:28s linear infinite coupons-scroll;display:flex}.coupons-marquee:hover .coupons-track{animation-play-state:paused}@keyframes coupons-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.coupon-pill{border:1.5px dashed var(--orange);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#fff4ec 0%,#ffead9 100%);border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:8px 14px 8px 12px;font-size:13px;transition:transform .15s,box-shadow .15s;display:inline-flex}.coupon-pill:hover,.coupon-pill:active{transform:scale(.97);box-shadow:0 4px 12px #ff5c002e}.coupon-pill .icon.icon--img{background:0 0;border-radius:6px;flex-shrink:0;width:26px;height:26px;padding:0;overflow:hidden}.coupon-pill .icon.icon--img img{object-fit:cover;border-radius:6px;width:100%;height:100%;display:block}.coupon-pill .icon{background:var(--orange);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;display:flex}.coupon-pill .label{font-family:var(--font-display);color:var(--orange);font-size:13px;font-weight:800}.coupon-pill .sep{background:var(--orange);opacity:.4;border-radius:50%;width:3px;height:3px}.coupon-pill .code{color:var(--dark);letter-spacing:.4px;font-family:monospace;font-size:12px;font-weight:700}.categories{scrollbar-width:none;gap:12px;padding:0 12px;display:flex;overflow-x:auto}.categories::-webkit-scrollbar{display:none}.cat-item{cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;gap:7px;width:60px;display:flex}.cat-icon{background:var(--white);width:52px;height:52px;box-shadow:var(--shadow);border:1px solid var(--gray-soft);border-radius:16px;justify-content:center;align-items:center;font-size:24px;transition:all .2s;display:flex}.cat-item:active .cat-icon{box-shadow:var(--shadow-md);transform:scale(.9)}.cat-name{color:var(--ink);text-align:center;font-size:10.5px;font-weight:600;line-height:1.2}.card-media-wrap{position:relative;overflow:hidden}.card-media-img{background:var(--bg) center / cover no-repeat;position:absolute;inset:0}.flash-sale{background:linear-gradient(135deg,#e94f00 0%,#ff6500 45%,#ff8a1f 100%);margin:6px 0 0;padding:10px 0 12px;position:relative;overflow:hidden}.flash-sale:before{content:"";pointer-events:none;background:#ffffff12;border-radius:50%;width:150px;height:150px;position:absolute;top:-50px;right:-40px}.flash-sale:after{content:"";pointer-events:none;background:#ffffff0d;border-radius:50%;width:100px;height:100px;position:absolute;bottom:-40px;left:-20px}.flash-header{z-index:1;grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px 8px;max-width:100%;margin-bottom:8px;padding:0 12px;display:grid;position:relative}.flash-title{font-family:var(--font-display);color:#fff;letter-spacing:-.3px;text-shadow:0 1px 4px #0000001f;text-overflow:ellipsis;white-space:nowrap;grid-area:1/1;align-items:center;gap:4px;min-width:0;font-size:14px;font-weight:800;display:flex;overflow:hidden}.flash-timer{flex-shrink:0;grid-area:2/1/auto/-1;justify-self:start;align-items:center;gap:3px;max-width:100%;display:inline-flex}.flash-timer-label{color:#fff0e6;margin-right:2px;font-size:9px;font-weight:600}.flash-time-box{color:#fff;font-size:10px;font-weight:800;font-family:var(--font-display);text-align:center;letter-spacing:.4px;background:#2b1a10;border-radius:4px;min-width:20px;padding:2px 5px;box-shadow:0 2px 5px #0000002e}.flash-time-sep{color:#fff;font-size:12px;font-weight:800}.flash-link{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;white-space:nowrap;background:#ffffff2e;border-radius:999px;flex-shrink:0;grid-area:1/2;justify-self:end;padding:4px 9px;font-size:10px;font-weight:700}.flash-products{scrollbar-width:none;-webkit-overflow-scrolling:touch;z-index:1;scroll-snap-type:x mandatory;gap:8px;padding:2px 12px 4px;scroll-padding-left:12px;display:flex;position:relative;overflow-x:auto}.flash-products::-webkit-scrollbar{display:none}.flash-card{cursor:pointer;scroll-snap-align:start;background:#fff;border-radius:14px;flex-shrink:0;width:110px;transition:transform .15s;overflow:hidden;box-shadow:0 6px 16px #2b1a102e}.flash-card:active{transform:scale(.96)}.flash-card-img{aspect-ratio:1;background:linear-gradient(135deg,#fff4ec,#ffe4cc) 50%/cover no-repeat;justify-content:center;align-items:center;width:100%;font-size:44px;display:flex;position:relative;overflow:hidden}.flash-card-discount{color:#fff;background:#e94f00;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:800;position:absolute;top:6px;left:6px;box-shadow:0 2px 6px #0003}.flash-card-info{padding:6px 8px 8px}.flash-card-price{color:#e94f00;font-size:13px;font-weight:800;font-family:var(--font-display);letter-spacing:-.3px;line-height:1.1}.flash-card-old{color:#94735a;margin-top:2px;font-size:10px;text-decoration:line-through}.empty-title{font-family:var(--font-display);margin-bottom:8px;font-size:17px;font-weight:700}.home-reels-section{padding-top:4px;padding-bottom:6px}.home-reels-head{justify-content:space-between;align-items:flex-end;gap:8px;margin-bottom:8px;display:flex}.home-reels-title{font-family:var(--font-display);color:var(--dark);font-size:14px;font-weight:800}.home-reels-sub{color:var(--gray);margin-top:1px;font-size:11px}.home-reels-cta{background:var(--orange,#ff5c00);color:#fff;cursor:pointer;font-size:11px;font-weight:700;font-family:var(--font-body);border:none;border-radius:16px;flex-shrink:0;padding:6px 11px}.home-reels-row{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.home-reels-row::-webkit-scrollbar{display:none}.home-reel-mini{cursor:pointer;flex-shrink:0;width:96px}.home-reel-mini-media{background:linear-gradient(160deg,#ff5c00 0%,#1a1a2e 100%);border-radius:10px;justify-content:center;align-items:center;height:108px;display:flex;position:relative;overflow:hidden}.home-reel-mini-media .card-media-img{background-position:50%;background-size:cover;position:absolute;inset:0}.home-reel-mini-emoji{z-index:1;font-size:40px}.home-reel-mini-play{z-index:2;color:#fff;background:#0000008c;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;display:flex;position:absolute;bottom:8px;right:8px}.home-reel-mini-price{color:var(--orange,#ff5c00);margin-top:4px;padding-left:2px;font-size:12px;font-weight:800}.home-continue-section{padding-top:4px;padding-bottom:4px}.cust-shelf{width:100%}.cust-shelf-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.cust-shelf-title{font-family:var(--font-display);color:var(--dark);margin:0;font-size:14px;font-weight:800}.cust-shelf-link{color:var(--orange,#ff5c00);cursor:pointer;font-size:12px;font-weight:700;font-family:var(--font-body);background:0 0;border:none;padding:4px 0}.cust-shelf-row{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.cust-shelf-row::-webkit-scrollbar{display:none}.cust-shelf-card{cursor:pointer;flex-shrink:0;width:100px}.cust-shelf-thumb{background:linear-gradient(135deg,#fafafb,#f0f0f3);border-radius:10px;justify-content:center;align-items:center;height:100px;display:flex;position:relative;overflow:hidden}.cust-shelf-thumb .card-media-img{background-position:50%;background-size:cover;position:absolute;inset:0}.cust-shelf-emoji{font-size:36px}.cust-shelf-name{color:var(--dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:6px;font-size:11px;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.cust-shelf-price{color:var(--orange,#ff5c00);margin-top:2px;font-size:13px;font-weight:800}.mt-6{margin-top:6px}.mt-8{margin-top:8px}.mt-10{margin-top:10px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.home-page{max-width:100%;padding-bottom:calc(76px + env(safe-area-inset-bottom,0));background:#f7f7f8;overflow-x:hidden}.home-page .home-top{z-index:100;background:linear-gradient(#ff5c00 0%,#ff6a14 100%);position:sticky;top:0;box-shadow:0 2px 10px #ff5c002e}.home-page .home-top .header{box-shadow:none;background:0 0;gap:8px;padding:6px 12px;position:relative;top:auto}.home-page .home-top .header-hamburger{width:28px;height:28px}.home-page .home-top .loomi-brand .loomi-mark{width:1.05em;height:1.05em}.home-page .home-top .loomi-brand .loomi-word{font-size:clamp(16px,4.6vw,18px)}.home-page .home-top .header-icons{gap:6px}.home-page .home-top .icon-btn{width:30px;height:30px}.home-page .home-top .cart-badge{min-width:15px;height:15px;font-size:8px}.home-page .home-top .header{min-width:0}.home-page .home-top .header-logo{flex:1;min-width:0;overflow:hidden}.home-page .home-top .search-row{z-index:auto;background:0 0;width:100%;min-width:0;padding:0 12px 6px;position:relative;top:auto}.home-page .home-top .header-search{border-radius:24px;width:100%;min-width:0;padding:2px 2px 2px 12px;box-shadow:0 1px 6px #0000001a}.home-page .home-top .header-search input{flex:1;min-width:0;font-size:clamp(12px,3.4vw,13px)}.home-page .home-top .header-search-btn{width:32px;height:32px}.home-page .home-top .location-strip{white-space:nowrap;text-overflow:ellipsis;background:#0000001a;flex-wrap:nowrap;gap:5px;padding:5px 12px;font-size:clamp(10px,2.8vw,11px);overflow:hidden}.home-page .home-top .location-strip svg:last-child{flex-shrink:0;margin-left:auto}.home-main{flex-direction:column;gap:10px;min-width:0;padding-top:0;display:flex;overflow-x:hidden}.home-banner-zone{background:linear-gradient(#ff5c00 0%,#ff6a14 48%,#ff5c00 100%);flex-shrink:0;width:100%;min-height:170px;margin:0;line-height:0}.home-banner{cursor:pointer;background:0 0;border:none;border-radius:0;width:100%;margin:0;padding:0;line-height:0;display:block;overflow:hidden}.home-banner:active{opacity:.96}.home-banner-img{aspect-ratio:1672/941;vertical-align:top;width:100%;height:auto;display:block}.home-ship{background:#fff;border:1px solid #eee;border-radius:12px;margin:0 10px;padding:8px 10px;box-shadow:0 1px 4px #0000000a}.home-ship-text{color:#374151;overflow-wrap:anywhere;min-width:0;margin:0;font-size:clamp(10.5px,2.9vw,11.5px);font-weight:600;line-height:1.35}.home-ship-text strong{color:#e94f00;font-weight:800}.home-ship-bar{background:#f0f0f2;border-radius:3px;height:3px;margin-top:6px;overflow:hidden}.home-ship-fill{background:linear-gradient(90deg,#ff5c00,#ff8a1f);border-radius:3px;height:100%;transition:width .45s}.home-flash{background:#fff;border:1px solid #ececef;border-radius:14px;margin:0 10px;overflow:hidden;box-shadow:0 1px 8px #0000000d}.home-flash-head{background:#fff;border-bottom:2px solid #ff5c00;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:4px 6px;padding:7px 10px;display:grid}.home-flash-title{font-family:var(--font-display);color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;min-width:0;margin:0;font-size:clamp(11.5px,3.2vw,12.5px);font-weight:800;display:flex;overflow:hidden}.home-flash-ico{object-fit:contain;flex-shrink:0;width:14px;height:14px}.home-flash-timer{flex-shrink:0;align-items:center;gap:1px;display:inline-flex}.home-flash-t{color:#fff;font-size:9px;font-weight:800;font-family:var(--font-display);text-align:center;letter-spacing:.2px;background:#1f2937;border-radius:3px;min-width:16px;padding:2px 3px;line-height:1.2}.home-flash-sep{color:#9ca3af;padding:0 1px;font-size:9px;font-weight:700}.home-flash-link{color:#ff5c00;cursor:pointer;font-size:9px;font-weight:700;font-family:var(--font-body);white-space:nowrap;text-underline-offset:2px;background:0 0;border:none;border-radius:0;flex-shrink:0;padding:2px 4px;text-decoration:underline}.home-flash-scroll{scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scroll-snap-type:x mandatory;justify-content:flex-start;align-items:flex-start;gap:0;height:143px;padding:7px 12px 8px 10px;scroll-padding-left:10px;scroll-padding-right:12px;display:flex;overflow-x:auto}.home-flash-scroll::-webkit-scrollbar{display:none}.home-page .home-flash .flash-card{border:1px solid #f0f0f2;border-radius:10px;width:clamp(80px,24vw,92px);box-shadow:0 1px 5px #0000000f}.home-page .home-flash .flash-card-img{aspect-ratio:1;background:linear-gradient(145deg,#fff9f5,#fff0e8);justify-content:center;align-items:center;height:90px;max-height:90px;font-size:26px;display:flex}.home-page .home-flash .flash-card-img .card-media-img{background-position:50%;background-size:contain;width:90px;height:90px;padding:0}.home-page .home-flash .flash-card-info{height:39px;padding:4px 5px 6px}.home-page .home-flash .flash-card-price{white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.15;overflow:hidden}.home-page .home-flash .flash-card-old{white-space:nowrap;text-overflow:ellipsis;font-size:8.5px;overflow:hidden}.home-page .home-flash .flash-card-discount{padding:1px 4px;font-size:8px;top:3px;left:3px}.home-reels{background:#fff;border:1px solid #ececef;border-radius:12px;margin:0 10px;padding:8px 10px 9px;box-shadow:0 1px 5px #0000000a}.home-reels-top{justify-content:space-between;align-items:center;gap:6px;margin-bottom:6px;display:flex}.home-reels-title{font-family:var(--font-display);color:var(--dark);margin:0;font-size:12.5px;font-weight:800}.home-reels-link{color:var(--orange);cursor:pointer;font-size:9.5px;font-weight:700;font-family:var(--font-body);text-underline-offset:2px;background:0 0;border:none;flex-shrink:0;padding:0;text-decoration:underline}.home-reels-scroll{scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scroll-snap-type:x mandatory;gap:8px;scroll-padding-left:0;scroll-padding-right:8px;display:flex;overflow-x:auto}.home-reels-scroll::-webkit-scrollbar{display:none}.home-reel-card{cursor:pointer;min-width:0;font-family:var(--font-body);text-align:left;scroll-snap-align:start;scroll-snap-stop:always;background:0 0;border:none;flex:0 0 calc(33.3333% - 5.33333px);padding:0}.home-reels-sentinel{pointer-events:none;flex:0 0 1px;align-self:stretch;width:1px;height:1px}.home-reel-thumb{aspect-ratio:9/16;background:#f7f7f8 50%/cover no-repeat;border:1px solid #ececef;border-radius:10px;width:100%;display:block;position:relative;overflow:hidden}.home-reel-thumb .card-media-img{opacity:.92;background-position:50%;background-size:cover;position:absolute;inset:0}.home-reel-thumb-video{object-fit:cover;object-position:center;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.home-reel-emoji{z-index:1;justify-content:center;align-items:center;font-size:32px;line-height:1;display:flex;position:absolute;inset:0}.home-reel-play{z-index:2;color:#fff;background:#ff5c00eb;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:8px;display:flex;position:absolute;bottom:6px;right:6px;box-shadow:0 1px 4px #00000026}.home-reel-price{color:var(--orange);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;padding-left:1px;font-size:10px;font-weight:800;line-height:1.2;display:block;overflow:hidden}.home-block{min-width:0;padding:0 10px}.home-block--tight{margin-top:-2px}.home-page .home-block .section-header{gap:6px;margin-bottom:5px}.home-page .home-block .section-title{font-size:clamp(12px,3.3vw,13.5px);line-height:1.2}.home-page .home-block .section-link{background:#fff4ec;padding:2px 7px;font-size:9.5px}.home-page .categories{gap:10px;padding:0}.home-page .cat-item{gap:5px;width:54px}.home-page .cat-icon{border-radius:14px;width:46px;height:46px;font-size:22px}.home-page .cat-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10px;overflow:hidden}.home-coupons-block{min-width:0;margin:0;overflow:hidden}.home-coupons-block .home-block{padding-bottom:0}.home-coupons-block .section-header{margin-bottom:4px}.home-page .home-coupons-block .coupons-marquee{width:calc(100% - 20px);max-width:100%;margin:0 10px;padding:2px 0 0;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 12px calc(100% - 12px),#0000);mask-image:linear-gradient(90deg,#0000 0,#000 12px calc(100% - 12px),#0000)}.home-page .coupons-track{gap:6px;padding:2px 0 4px}.home-page .coupon-pill{border-width:1px;padding:5px 9px 5px 7px;font-size:10.5px}.home-page .coupon-pill .label{font-size:10.5px}.home-page .coupon-pill .code{font-size:10px}.home-page .coupon-pill .icon.icon--img{width:20px;height:20px}.home-continue-block .cust-shelf-head{margin-bottom:6px}.home-continue-block .cust-shelf-title{margin:0;font-size:clamp(12px,3.3vw,13px)}.home-continue-block .cust-shelf-row{gap:8px;padding-bottom:2px}.home-page .home-continue-block .cust-shelf-card{width:clamp(72px,22vw,80px)}.home-page .home-continue-block .cust-shelf-thumb{border-radius:10px;height:clamp(72px,22vw,80px)}.home-page .home-continue-block .cust-shelf-name{margin-top:4px;font-size:10px}.home-page .home-continue-block .cust-shelf-price{font-size:11px}.home-feed{padding-bottom:4px}.home-feed .section-header{margin-bottom:6px}.home-feed .product-grid{gap:8px}.home-feed-body{min-width:0}.home-feed-sentinel{pointer-events:none;visibility:hidden;width:100%;height:1px;margin:0}.home-feed--early{margin-top:4px}.home-feed-skeleton-trail,.home-feed-skeleton-scroll{margin-top:8px}.home-feed-error{text-align:center;padding:16px 12px 20px}.home-feed-error p{color:#9ca3af;margin:0 0 10px;font-size:12px;line-height:1.4}.home-feed-retry{border:1px solid var(--gray-light);background:var(--white);color:var(--dark);cursor:pointer;border-radius:10px;padding:8px 14px;font-family:inherit;font-size:12px;font-weight:700}.home-feed-retry:active{background:var(--bg)}.product-card-enter{opacity:1;animation:.18s ease-out productFadeIn}@keyframes productFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.home-feed-loading--initial{padding-top:2px;padding-bottom:10px}.product-grid--skeleton{pointer-events:none}.product-card-skeleton{flex-direction:column;gap:8px;min-width:0;display:flex}.product-card-skeleton-img{aspect-ratio:1;background:linear-gradient(90deg,#f3f4f6 0%,#e5e7eb 50%,#f3f4f6 100%) 0 0/200% 100%;border-radius:12px;width:100%;animation:1.2s ease-in-out infinite product-skeleton-shimmer}.product-card-skeleton-line{background:linear-gradient(90deg,#f3f4f6 0%,#e5e7eb 50%,#f3f4f6 100%) 0 0/200% 100%;border-radius:6px;width:72%;height:10px;animation:1.2s ease-in-out infinite product-skeleton-shimmer}.product-card-skeleton-line--wide{width:92%}.product-card-skeleton-line--price{width:48%;height:12px;margin-top:2px}@keyframes product-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.home-feed-loading,.home-feed-end,.home-feed-empty{text-align:center;color:#9ca3af;margin:0;padding:10px 12px 14px;font-size:11px;font-weight:500;line-height:1.35}.home-feed-loading{color:#6b7280;padding-top:6px;padding-bottom:18px}.home-feed-end{padding-bottom:calc(12px + env(safe-area-inset-bottom,0));color:#a1a1aa}.home-feed-empty{color:#9ca3af;padding:20px 12px 24px;font-size:12px}.home-page .cust-shelf-title{font-size:13px}.home-page .cust-shelf-card{width:88px}.home-page .cust-shelf-thumb{height:88px}@media (width<=430px){.home-page .home-top .header-search input{font-size:13px}}@media (width<=390px){.home-page .home-flash .flash-card{width:84px}.home-page .home-flash .flash-card-img{height:58px;max-height:58px}}@media (width<=360px){.home-page .home-top .header{padding:5px 10px}.home-page .home-flash .flash-card{width:80px}}@media (width<=340px){.home-page .home-top .loomi-brand .loomi-word{font-size:15px}.home-page .home-top .header-search{padding-left:10px}.home-flash-head{gap:3px 4px;padding:6px 8px}.home-flash-t{min-width:14px;padding:2px;font-size:8px}.home-flash-link{font-size:8.5px}.home-page .home-flash .flash-card{width:76px}.home-page .home-flash .flash-card-img{height:54px;max-height:54px;font-size:22px}.home-page .cat-item{width:50px}.home-page .cat-icon{width:42px;height:42px;font-size:20px}.home-page .coupon-pill{padding:4px 8px;font-size:10px}.home-page .section-link{font-size:9px}.home-page .home-block .section-title{font-size:12px}}.bottom-nav{z-index:100;background:var(--white);border-top:1px solid var(--gray-light);width:100%;max-width:480px;padding-bottom:env(safe-area-inset-bottom,0);display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -4px 20px #00000014}.nav-item{cursor:pointer;font-family:var(--font-body);color:#9ca3af;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:3px;padding:8px 4px 7px;font-size:10px;font-weight:600;transition:color .2s;display:flex;position:relative}.nav-item.active{color:var(--orange)}.nav-item.active:before{content:"";background:var(--orange);border-radius:0 0 3px 3px;width:32px;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.nav-item svg{width:23px;height:23px;transition:transform .2s}.nav-item.active svg{transform:translateY(-1px)}.pub-page{background:var(--bg,#f5f5f5);--pub-topbar-offset:calc(56px + env(safe-area-inset-top,0px));min-height:100vh;padding-bottom:80px;animation:.25s fadeIn}.pub-topbar{z-index:100;box-sizing:border-box;min-height:56px;padding:10px 12px;padding-top:calc(10px + env(safe-area-inset-top,0px));background:linear-gradient(#ff5c00 0%,#ff6e1a 100%);align-items:center;gap:8px;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #ff6a0033}.pub-topbar-back{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.pub-topbar-title{font-family:var(--font-display);color:#fff;white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:17px;font-weight:800;overflow:hidden}.pub-topbar-right{flex-shrink:0;justify-content:flex-end;min-width:36px;display:flex}.pub-topbar-spacer{width:36px}.pub-topbar-search{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.pub-loading{text-align:center;color:var(--gray);padding:48px 16px;font-size:14px}.pub-chips-wrap{border-bottom:1px solid var(--gray-light,#eee);background:#fff;padding:10px 0 10px 12px}.pub-chips{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;display:flex;overflow-x:auto}.pub-chips::-webkit-scrollbar{display:none}.pub-chip{border:1px solid var(--gray-light,#e5e7eb);color:var(--dark);cursor:pointer;white-space:nowrap;background:#fff;border-radius:20px;flex-shrink:0;align-items:center;gap:4px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.pub-chip.active{background:var(--orange,#ff5c00);border-color:var(--orange,#ff5c00);color:#fff}.pub-chip-emoji{font-size:14px}.pub-toolbar{border-bottom:1px solid var(--gray-light,#eee);top:var(--pub-topbar-offset);z-index:90;background:#fff;padding:10px 12px 12px;position:sticky}.pub-toolbar-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.pub-sort-label{color:var(--gray);align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.pub-sort-select{border:1px solid var(--gray-light,#e5e7eb);color:var(--dark);background:#fff;border-radius:8px;max-width:160px;padding:6px 8px;font-size:13px;font-weight:600}.pub-result-count{color:var(--gray);font-size:12px;font-weight:600}.pub-filter-chips{flex-wrap:wrap;gap:6px;display:flex}.pub-filter-chip{border:1px solid var(--gray-light,#e5e7eb);color:var(--dark);cursor:pointer;background:#f9fafb;border-radius:16px;padding:6px 12px;font-size:12px;font-weight:600}.pub-filter-chip.on{border-color:var(--orange,#ff5c00);color:var(--orange,#ff5c00);background:#fff3eb}.pub-content{padding:12px}.pub-empty{text-align:center;color:var(--gray);padding:40px 20px}.pub-empty-icon{margin-bottom:12px;font-size:48px}.pub-empty-title{color:var(--dark);margin-bottom:8px;font-size:16px;font-weight:700}.pub-empty-text{margin:0 0 16px;font-size:13px;line-height:1.5}.pub-btn{border-radius:var(--radius,10px);cursor:pointer;font-size:13px;font-weight:700;font-family:var(--font-body);border:none;padding:10px 16px}.pub-btn-primary{background:var(--orange,#ff5c00);color:#fff}.pub-btn-outline{color:var(--orange,#ff5c00);border:1.5px solid var(--orange,#ff5c00);background:#fff}.pub-coupons-list{flex-direction:column;gap:12px;padding:12px;display:flex}.pub-coupon-card{box-shadow:var(--shadow-xs,0 1px 4px #00000014);border:1px solid var(--gray-light,#eee);background:#fff;border-radius:12px;display:flex;overflow:hidden}.pub-coupon-left{color:#fff;text-align:center;background:linear-gradient(160deg,#ff5c00 0%,#ff8533 100%);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:108px;padding:14px 10px;display:flex}.pub-coupon-ico{object-fit:contain;border-radius:8px;flex-shrink:0;width:36px;height:36px;display:block}.pub-coupon-value{font-size:15px;font-weight:800;line-height:1.2}.pub-coupon-min{opacity:.9;font-size:10px;line-height:1.3}.pub-coupon-badge{background:#ffffff40;border-radius:4px;margin-top:4px;padding:2px 6px;font-size:9px;font-weight:700}.pub-coupon-right{flex-direction:column;flex:1;justify-content:center;min-width:0;padding:12px 14px;display:flex}.pub-coupon-code-label{color:var(--gray);font-size:11px;font-weight:600}.pub-coupon-code{color:var(--dark);letter-spacing:.5px;margin:2px 0 10px;font-size:18px;font-weight:800}.pub-coupon-actions{flex-wrap:wrap;gap:8px;display:flex}.pub-coupon-actions .pub-btn{flex:1;min-width:88px;padding:8px 10px;font-size:12px}.pub-coupon-auto{flex-direction:column;gap:5px;display:flex}.pub-coupon-auto-tag{color:var(--green,#16a34a);background:var(--green-dim,#e8f7ee);border-radius:999px;align-self:flex-start;padding:4px 10px;font-size:11px;font-weight:800;line-height:1.2}.pub-coupon-auto-hint{color:var(--gray);font-size:11px;line-height:1.35}.pub-search-header{z-index:100;background:linear-gradient(#ff5c00 0%,#ff6e1a 100%);position:sticky;top:0;box-shadow:0 2px 10px #ff6a0033}.pub-search-header .pub-topbar{box-shadow:none;position:relative}.pub-search-bar{padding:0 12px 12px}.pub-search-form{margin:0}.pub-search-field{background:#fff;border-radius:30px;align-items:center;gap:8px;padding:4px 4px 4px 14px;display:flex;box-shadow:0 2px 8px #0000001a}.pub-search-field input{font-size:14px;font-family:var(--font-body);color:var(--dark);background:0 0;border:none;outline:none;flex:1;min-width:0}.pub-search-field input::placeholder{color:#9ca3af}.pub-search-submit{background:var(--orange,#ff5c00);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.pub-suggestions{border-bottom:1px solid var(--gray-light,#eee);background:#fff;padding:12px}.pub-suggestions-label{color:var(--gray);margin-bottom:8px;font-size:12px;font-weight:700}.pub-suggestion-chips{flex-wrap:wrap;gap:8px;display:flex}.pub-suggestion-chip{border:1px solid var(--gray-light,#e5e7eb);color:var(--dark);cursor:pointer;background:#f9fafb;border-radius:20px;padding:8px 14px;font-size:13px;font-weight:600}.pub-search-meta{color:var(--gray);word-break:break-word;padding:10px 12px 0;font-size:12px;font-weight:600}.pub-notfound{justify-content:center;align-items:center;padding-bottom:24px;display:flex}.pub-notfound-inner{text-align:center;max-width:320px;padding:32px 24px}.pub-notfound-icon{margin-bottom:12px;font-size:48px;display:block}.pub-notfound-title{font-family:var(--font-display);color:var(--dark);margin:0 0 8px;font-size:18px;font-weight:800}.pub-notfound-text{color:var(--gray);margin:0 0 20px;font-size:14px;line-height:1.5}.pub-notfound-cta{width:100%;max-width:260px}.product-page{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px));overflow-x:hidden}.product-topbar{z-index:100;background:#fff;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0;box-shadow:0 1px 8px #00000012}.product-topbar-title{font-family:var(--font-display);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:15px;font-weight:700;overflow:hidden}.product-topbar .icon-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:relative}.fav-btn{cursor:pointer;background:#ffffffeb;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;line-height:1;display:flex;box-shadow:0 1px 6px #0000001f}.fav-btn--sm{width:28px;height:28px;font-size:14px}.fav-btn--md{width:36px;height:36px;font-size:18px}.fav-btn--on{background:#fff5f0}.fav-btn:active{transform:scale(.92)}.product-gallery{background:var(--white);justify-content:center;align-items:center;height:280px;font-size:80px;display:flex;position:relative;overflow:hidden}.product-detail{background:var(--white);border-radius:20px;margin-bottom:8px;padding:16px}.product-detail-name{font-family:var(--font-display);margin-bottom:8px;font-size:17px;font-weight:700;line-height:1.3}.product-detail-rating{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:12px;display:flex}.stars{color:#f59e0b;font-size:13px}.rating-count{color:var(--gray);font-size:12px}.product-detail-price-block{margin-bottom:12px}.product-detail-old{color:var(--gray);font-size:13px;text-decoration:line-through}.product-detail-price{font-family:var(--font-display);color:var(--orange);font-size:28px;font-weight:800}.product-detail-install{color:var(--gray);margin-top:2px;font-size:13px}.product-detail-discount{background:var(--red-dim);color:var(--red);border-radius:20px;margin-top:6px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-block}.product-freeship-tag{background:var(--green-dim);color:var(--green);border-radius:20px;padding:3px 10px;font-size:11px;font-weight:700}.product-offer{background:linear-gradient(#fff8f3 0%,#fff 100%);border:1px solid #ffe4d1;border-radius:12px;margin-bottom:12px;padding:12px 14px}.product-offer-limited{color:var(--red,#e11d48);text-transform:uppercase;letter-spacing:.3px;margin-bottom:8px;font-size:11px;font-weight:700}.product-offer-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.product-offer-old{color:var(--gray);margin-bottom:2px;font-size:14px;text-decoration:line-through}.product-offer-price{font-family:var(--font-display);color:var(--orange);letter-spacing:-.5px;font-size:32px;font-weight:800;line-height:1.05}.product-offer-currency{margin-right:2px;font-size:18px;font-weight:700}.product-offer-install-pill{color:#374151;background:#f7f7f8;border-radius:999px;align-items:center;max-width:100%;margin-top:8px;padding:6px 11px;font-size:12px;font-weight:600;line-height:1.3;display:inline-flex}.product-offer-badge{color:#fff;background:linear-gradient(135deg,#f43f5e,#ff5c00);border-radius:10px;flex-shrink:0;padding:8px 10px;font-size:14px;font-weight:800;line-height:1}.qty-selector{align-items:center;gap:16px;padding:12px 0;display:flex}.qty-btn{border:1.5px solid var(--gray-light);background:var(--white);cursor:pointer;width:36px;height:36px;color:var(--dark);border-radius:50%;justify-content:center;align-items:center;font-size:18px;font-weight:700;transition:all .15s;display:flex}.qty-btn:active{background:var(--orange-dim);border-color:var(--orange)}.qty-value{text-align:center;min-width:30px;font-size:18px;font-weight:700}.product-options{flex-direction:column;gap:16px;padding:4px 0 8px;display:flex}.product-options-head{border-bottom:1px solid var(--gray-light);padding-bottom:14px;position:relative}.product-options-close{width:32px;height:32px;color:var(--dark);cursor:pointer;background:0 0;border:none;font-size:24px;line-height:1;position:absolute;top:-4px;right:0}.product-options-close-spacer{height:8px;display:block}.product-options-head-row{align-items:flex-start;gap:12px;padding-right:28px;display:flex}.product-options-thumb{background:#f5f5f7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:28px;display:flex;overflow:hidden}.product-options-thumb img{object-fit:cover;width:100%;height:100%}.product-options-head-info{flex:1;min-width:0}.product-options-price-row{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.product-options-price{font-family:var(--font-display);color:var(--dark);font-size:22px;font-weight:800}.product-options-old{color:var(--gray);font-size:13px;text-decoration:line-through}.product-options-disc{color:#e11d48;font-size:12px;font-weight:600}.product-options-summary{color:var(--gray);margin-top:6px;font-size:13px;line-height:1.35}.product-options-group{flex-direction:column;gap:10px;display:flex}.product-options-label{color:var(--dark);font-size:14px}.product-options-label strong{font-weight:700}.product-options-label span{color:var(--gray);font-weight:500}.product-options-grid{gap:8px;display:grid}.product-options-grid--image,.product-options-grid--text{grid-template-columns:repeat(3,minmax(0,1fr))}.product-options-card{cursor:pointer;background:#fff;border:1.5px solid #e8e8ed;border-radius:8px;flex-direction:column;align-items:center;gap:6px;padding:6px;transition:border-color .15s,box-shadow .15s;display:flex}.product-options-card.is-active{border-color:var(--dark);box-shadow:0 0 0 1px var(--dark)}.product-options-card-media{aspect-ratio:1;background:#f5f5f7;border-radius:6px;justify-content:center;align-items:center;width:100%;font-size:22px;display:flex;overflow:hidden}.product-options-card-media img{object-fit:cover;width:100%;height:100%}.product-options-card-label{color:var(--dark);text-align:center;word-break:break-word;font-size:12px;line-height:1.2}.product-options-chip{min-height:40px;color:var(--dark);cursor:pointer;background:#fff;border:1.5px solid #e8e8ed;border-radius:8px;padding:8px 6px;font-size:12px;font-weight:500;transition:border-color .15s,box-shadow .15s}.product-options-chip.is-active{border-color:var(--dark);box-shadow:0 0 0 1px var(--dark);font-weight:700}.product-options-qty{justify-content:space-between;align-items:center;padding-top:4px;display:flex}.product-options-qty-label{color:var(--dark);font-size:14px;font-weight:700}.product-options-qty-control{background:#fafafa;border:1.5px solid #e8e8ed;border-radius:8px;align-items:center;display:flex;overflow:hidden}.product-options-qty-btn{width:40px;height:36px;color:var(--dark);cursor:pointer;background:0 0;border:none;font-size:18px;font-weight:700}.product-options-qty-btn:active{background:var(--orange-dim)}.product-options-qty-value{text-align:center;border-left:1.5px solid #e8e8ed;border-right:1.5px solid #e8e8ed;min-width:36px;font-size:15px;font-weight:700;line-height:36px}.product-options-overlay{z-index:300;background:#00000073;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.product-options-sheet{width:100%;max-width:480px;max-height:88vh;padding:16px 16px calc(16px + env(safe-area-inset-bottom,0px));background:#fff;border-radius:16px 16px 0 0;animation:.22s ease-out product-options-slide-up;overflow-y:auto}@keyframes product-options-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.product-options-sheet-actions{border-top:1px solid var(--gray-light);gap:8px;margin-top:16px;padding-top:12px;display:flex}.product-options-sheet-actions .btn-cart,.product-options-sheet-actions .btn-buy{flex:1;min-height:44px}.product-trust{flex-direction:column;gap:10px;display:flex}.product-trust-item{color:var(--dark);align-items:center;gap:10px;font-size:13px;display:flex}.product-trust-item .trust-ic{font-size:18px;line-height:1}.product-trust-item small{color:var(--gray);font-size:11px;display:block}.product-fixed-bar{z-index:200;background:var(--white);width:100%;max-width:480px;padding:10px 14px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0));border-radius:20px 20px 0 0;align-items:center;gap:10px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -4px 20px #0000001a}.btn-cart{border:2px solid var(--orange);background:var(--white);color:var(--orange);font-family:var(--font-display);cursor:pointer;border-radius:10px;flex:1;min-height:50px;padding:14px 10px;font-size:13px;font-weight:700}.btn-cart:active{background:var(--orange-dim)}.btn-buy{color:#fff;font-family:var(--font-display);cursor:pointer;background:linear-gradient(135deg,#ff5c00,#ff8534);border:none;border-radius:10px;flex:1.35;min-height:50px;padding:14px 12px;font-size:15px;font-weight:800;box-shadow:0 4px 14px #ff6a0059}.btn-buy:active{transform:scale(.98)}.shop-gallery{aspect-ratio:1;background:#fff;width:100%;position:relative;overflow:hidden}.shop-gallery-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;width:100%;height:100%;display:flex;overflow:auto hidden}.shop-gallery-track::-webkit-scrollbar{display:none}.shop-gallery-slide{scroll-snap-align:start;scroll-snap-stop:always;background:#fff 50%/contain no-repeat;border:0 #0000;border-radius:0;flex:0 0 100%;justify-content:center;align-items:center;width:100%;min-width:100%;height:100%;font-size:96px;display:flex}.shop-gallery-slide img{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;max-width:100%;height:100%;max-height:100%}.shop-gallery-slide video,.shop-gallery-slide iframe{object-fit:contain;border:none;width:100%;height:100%}.shop-gallery-dots{background:#00000080;border-radius:999px;gap:6px;padding:6px 10px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.shop-gallery-dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:all .2s}.shop-gallery-dot.active{background:#fff;border-radius:4px;width:20px}.shop-gallery-thumbs{scrollbar-width:none;border-radius:0;justify-content:center;align-items:center;gap:6px;padding:8px 12px;display:flex;overflow-x:auto}.shop-gallery-thumbs::-webkit-scrollbar{display:none}.shop-gallery-thumb{background:var(--bg) center / cover no-repeat;cursor:pointer;border:2px solid #0000;border-radius:8px;flex:0 0 56px;justify-content:center;align-items:center;width:56px;height:56px;padding:0;font-size:24px;transition:border-color .15s;display:flex;position:relative}.shop-gallery-thumb.active{border-color:var(--orange)}.shop-gallery-thumb.is-video:after{content:"▶";color:#fff;pointer-events:none;background:#0006;border-radius:6px;justify-content:center;align-items:center;font-size:16px;display:flex;position:absolute;inset:0}.shop-desc-block{margin-bottom:12px}.shop-desc-block.align-left{text-align:left}.shop-desc-block.align-center{text-align:center}.shop-desc-block.align-right{text-align:right}.shop-desc-block img{border-radius:8px;max-width:100%;display:inline-block}.shop-desc-block video,.shop-desc-video{aspect-ratio:9/16;object-fit:cover;object-position:center;border-radius:14px;width:100%;max-width:min(100%,420px);margin-inline:auto;display:block}.shop-desc-block p{color:var(--dark);white-space:pre-wrap;margin:0;font-size:14px;line-height:1.6}.shop-desc-rich{flex-direction:column;gap:12px;display:flex}.shop-desc-plain{color:var(--gray);white-space:pre-wrap;margin:0;font-size:14px;line-height:1.65}.shop-desc-h2{color:var(--dark);margin:4px 0 0;font-size:17px;font-weight:800;line-height:1.3}.shop-desc-h3{color:var(--dark);margin:2px 0 0;font-size:15px;font-weight:700;line-height:1.35}.shop-desc-p{color:#000;white-space:pre-wrap;word-break:break-word;margin:0;font-family:DM Sans;font-size:12px;font-weight:300;line-height:1.65}.shop-desc--center{text-align:center}.shop-desc--right{text-align:right}.shop-desc-figure.shop-desc--center,.shop-desc-figure.shop-desc--right{flex-direction:column;align-items:center;display:flex}.shop-desc-figure.shop-desc--right{align-items:flex-end}.shop-desc-list.shop-desc--center{padding-left:0;list-style-position:inside}.shop-desc-list.shop-desc--right{text-align:right;padding-left:0;list-style-position:inside}.shop-desc-highlight{color:#171426;background:#fff3ea;border:1px solid #ff5a002e;border-radius:12px;padding:12px 14px;font-size:14px;font-weight:600;line-height:1.55}.shop-desc-list{flex-direction:column;gap:6px;margin:0;padding-left:20px;display:flex}.shop-desc-list li{color:var(--gray);font-size:14px;line-height:1.55}.shop-desc-list--ordered{padding-left:22px}.shop-desc-figure{margin:4px 0 0}.shop-desc-figure:has(.shop-desc-video){flex-direction:column;align-items:center;display:flex}.shop-desc-image{object-fit:cover;border-radius:14px;width:100%;max-width:100%;height:auto;display:block}.shop-desc-caption{color:var(--gray);text-align:center;margin-top:6px;font-size:12px}.shop-specs{border-top:1px solid var(--gray-light)}.shop-spec-item{border-bottom:1px solid var(--gray-light);align-items:center;gap:12px;padding:10px 0;display:flex}.shop-spec-image{background:var(--bg) center / cover no-repeat;border-radius:8px;flex-shrink:0;width:48px;height:48px}.shop-spec-text{flex:1;min-width:0}.shop-spec-key{color:var(--gray);font-size:12px;font-weight:600}.shop-spec-value{color:var(--dark);font-size:14px;font-weight:500}.product-specs-section .product-section-title{margin-bottom:4px}.product-specs-subtitle{color:var(--dark);margin:0 0 10px;font-size:13px;font-weight:700}.shop-specs-table{border-collapse:collapse;width:100%}.shop-specs-table tr{border-bottom:1px solid var(--gray-light)}.shop-specs-table tr:last-child{border-bottom:none}.shop-specs-table th,.shop-specs-table td{vertical-align:top;text-align:left;padding:11px 0;font-size:13px;line-height:1.4}.shop-specs-table th{width:42%;color:var(--gray);padding-right:14px;font-weight:600}.shop-specs-table td{color:var(--dark);font-weight:500}.product-video-section{margin-bottom:8px}.product-video-list{flex-direction:column;gap:12px;display:flex}.product-video-figure{margin:0}.product-video-unavailable{aspect-ratio:9/16;color:#f9fafb;text-align:center;background:linear-gradient(160deg,#1f2937 0%,#111827 100%);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;max-width:min(100%,420px);margin-inline:auto;padding:20px;display:flex}.product-video-unavailable-icon{opacity:.7;background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;display:flex}.product-video-unavailable-title{margin:0;font-size:14px;font-weight:700}.product-video-unavailable-hint{color:#f9fafbbf;max-width:240px;margin:0;font-size:12px;line-height:1.4}.shop-gallery-slide .product-video-unavailable{aspect-ratio:auto;max-width:100%;height:100%}.product-video-embed{aspect-ratio:16/9;max-height:280px}.shop-reviews-header{border-bottom:1px solid var(--gray-light);align-items:center;gap:16px;padding:16px 0;display:flex}.shop-reviews-avg{font-family:var(--font-display);color:var(--dark);font-size:32px;font-weight:800;line-height:1}.shop-review-item{border-bottom:1px solid var(--gray-light);padding:12px 0}.shop-review-item:last-child{border-bottom:none}.shop-review-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.shop-review-author{font-size:13px;font-weight:700}.shop-review-date{color:var(--gray);font-size:11px}.shop-review-text{color:var(--dark);margin-bottom:6px;font-size:13px;line-height:1.5}.shop-review-image{background:var(--bg) center / cover no-repeat;border-radius:8px;width:80px;height:80px;margin-top:6px}.product-section-title{margin-bottom:8px;font-size:14px;font-weight:700}.product-recommended{background:var(--white);border-radius:20px;padding:16px}.product-block-title{color:var(--dark);margin:0 0 4px;font-size:14px;font-weight:700}.product-block-subtitle{color:var(--gray);margin:0 0 10px;font-size:12px;line-height:1.4}.product-reviews-block{margin-bottom:8px}.product-reviews-summary{margin-bottom:0}.product-reviews-stars{color:#fbbf24;font-size:16px}.product-reviews-count{color:var(--gray);margin-top:4px;font-size:12px}.product-reviews-summary-wrap{border-bottom:1px solid var(--gray-light);margin-bottom:4px}.product-reviews-breakdown{flex-direction:column;gap:6px;padding:0 0 14px;display:flex}.product-reviews-breakdown-row{grid-template-columns:36px 1fr 32px;align-items:center;gap:8px;display:grid}.product-reviews-breakdown-star{color:var(--dark);white-space:nowrap;font-size:12px}.product-reviews-breakdown-bar{background:#e5e7eb;border-radius:999px;height:6px;overflow:hidden}.product-reviews-breakdown-fill{background:var(--dark);border-radius:999px;min-width:0;height:100%;transition:width .2s}.product-reviews-breakdown-count{color:var(--gray);text-align:right;font-size:12px}.product-reviews-list{margin-top:4px}.product-review-card-stars{color:#fbbf24;font-size:13px}.product-reviews-empty{text-align:center;color:var(--gray);padding:20px 12px 8px}.product-reviews-empty-icon{color:var(--gray-light);margin-bottom:8px;font-size:28px;line-height:1;display:block}.product-reviews-empty p{margin:0;font-size:13px;line-height:1.5}.product-reviews-catalog-label{color:var(--gray);margin-top:4px;font-size:12px}.product-reviews-catalog-note{text-align:center;max-width:280px;margin:0 auto}.product-review-card-top{align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.product-review-avatar{color:#fff;background:50%/cover no-repeat;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:11px;font-weight:800;display:inline-flex}.product-review-avatar.has-photo{color:#0000}.product-review-photos{gap:8px;margin-top:8px;display:flex}.product-review-photo{background:var(--bg) center / cover no-repeat;border-radius:8px;flex-shrink:0;width:72px;height:72px;position:relative;overflow:hidden}.product-review-photo-more{color:#fff;background:#00000073;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex;position:absolute;inset:0}.product-review-badge{color:#ff5a00;background:#fff3ea;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.product-reviews-more-btn{width:100%;color:var(--orange);cursor:pointer;background:#fff;border:1px solid #ff5a0040;border-radius:12px;margin-top:10px;padding:10px 14px;font-size:13px;font-weight:700}.product-reviews-more-btn:hover{background:#fff7f2}.product-questions-block{margin-bottom:8px}.product-questions-disclaimer{color:var(--gray);margin:0 0 12px;font-size:11px;line-height:1.4}.product-faq-list{flex-direction:column;gap:8px;display:flex}.product-faq-item{background:var(--gray-soft,#f3f4f6);border-radius:10px;overflow:hidden}.product-faq-question{color:var(--dark);cursor:pointer;padding:12px 14px;font-size:13px;font-weight:600;line-height:1.4;list-style:none}.product-faq-question::-webkit-details-marker{display:none}.product-faq-item[open] .product-faq-question{padding-bottom:6px}.product-faq-answer{color:var(--gray);margin:0;padding:0 14px 12px;font-size:12px;line-height:1.55}.product-ask-form{margin-top:14px}.product-ask-label{color:var(--dark);margin-bottom:8px;font-size:12px;font-weight:600;display:block}.product-ask-row{align-items:stretch;gap:8px;display:flex}.product-ask-input{border:1px solid var(--gray-light);background:var(--white);min-width:0;color:var(--dark);border-radius:10px;flex:1;padding:12px 14px;font-size:14px}.product-ask-input:focus{border-color:var(--orange);outline:none}.product-ask-submit{color:var(--orange);background:var(--white);border:2px solid var(--orange);cursor:pointer;border-radius:10px;flex-shrink:0;padding:0 16px;font-size:13px;font-weight:700}.product-ask-submit:active{opacity:.85}.product-page--skeleton{min-height:100vh;padding-bottom:calc(88px + env(safe-area-inset-bottom,0px));pointer-events:none}.product-page--skeleton .product-skel-topbar--live{z-index:100;pointer-events:auto;background:#fff;align-items:center;gap:10px;padding:12px 16px;display:flex;position:sticky;top:0;box-shadow:0 1px 8px #00000012}.product-skel-line--topbar-title{flex:1;height:14px;margin:0 8px}.product-skel-pill--icon{flex-shrink:0;width:34px;height:34px}.product-skel-dots{justify-content:center;gap:6px;padding:10px 0 4px;display:flex}.product-skel-dot{background:#e5e7eb;border-radius:50%;width:7px;height:7px}.product-skel-dot--on{background:#d1d5db;border-radius:4px;width:18px}.product-skel-line--rating{width:44%;height:11px}.product-skel-line--installment{width:52%;height:10px;margin-top:2px}.product-skel-desc{flex-direction:column;gap:8px;margin-top:12px;display:flex}.product-skel-line--section{width:38%;height:13px}.product-skel-bar--live{pointer-events:none}.product-skel-btn--cart{flex:.9}.product-skel-btn--buy{flex:1.4}.product-main-enter,.product-secondary-enter{opacity:1;animation:.18s ease-out productFadeIn}.product-related-skeleton{margin-top:4px}.product-state-card{border:1px solid var(--gray-light);text-align:center;background:#fff;border-radius:14px;margin:24px 16px;padding:20px 16px}.product-state-card--center{margin-top:48px}.product-state-card p{color:#6b7280;margin:0;font-size:13px;line-height:1.45}.product-state-title{color:var(--dark)!important;margin-top:8px!important;font-size:17px!important;font-weight:700!important}.product-state-text{margin-top:8px!important}.product-state-icon{font-size:40px;line-height:1}.product-state-actions{flex-direction:column;gap:8px;margin-top:14px;display:flex}.product-state-btn{background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:11px 14px;font-family:inherit;font-size:13px;font-weight:700}.product-state-btn--ghost{color:var(--dark);border:1px solid var(--gray-light);background:#fff}.product-state-cta{width:100%;max-width:280px;margin-top:16px}.product-skel-topbar{justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.product-skel-pill{background:linear-gradient(90deg,#f3f4f6 0%,#e5e7eb 50%,#f3f4f6 100%) 0 0/200% 100%;border-radius:10px;width:34px;height:34px;animation:1.2s ease-in-out infinite product-skeleton-shimmer}.product-skel-pill--short{width:72px}.product-skel-gallery{aspect-ratio:1;background:linear-gradient(90deg,#f3f4f6 0%,#e5e7eb 50%,#f3f4f6 100%) 0 0/200% 100%;width:100%;max-height:72vw;animation:1.2s ease-in-out infinite product-skeleton-shimmer}.product-skel-body{flex-direction:column;gap:10px;padding:14px 16px 10px;display:flex}.product-skel-line{background:linear-gradient(90deg,#f3f4f6 0%,#e5e7eb 50%,#f3f4f6 100%) 0 0/200% 100%;border-radius:6px;width:88%;height:12px;animation:1.2s ease-in-out infinite product-skeleton-shimmer}.product-skel-line--title{height:14px}.product-skel-line--narrow{width:62%}.product-skel-line--price{width:42%;height:22px}.product-skel-line--old{width:28%;height:12px}.product-skel-line--chip{border-radius:8px;width:36%;height:24px}.product-skel-line--chip2{width:48%}.product-skel-price-row{align-items:flex-end;gap:10px;margin-top:4px;display:flex}.product-skel-bar{padding:10px 14px calc(10px + env(safe-area-inset-bottom,0));border-top:1px solid var(--gray-light);background:#fff;gap:10px;display:flex;position:fixed;bottom:0;left:0;right:0}.product-skel-btn{background:linear-gradient(90deg,#f3f4f6 0%,#e5e7eb 50%,#f3f4f6 100%) 0 0/200% 100%;border-radius:12px;flex:1;height:46px;animation:1.2s ease-in-out infinite product-skeleton-shimmer}.product-skel-btn--ghost{flex:0 0 46px}.product-skel-btn--primary{flex:1.4}.cart-page{min-height:100vh;padding-bottom:0;overflow-x:hidden}.cart-topbar{z-index:40;background:var(--white);padding:13px 12px;padding-top:calc(13px + env(safe-area-inset-top,0));border-bottom:1px solid var(--gray-light);border-radius:0 0 20px 20px;align-items:center;gap:8px;display:flex;position:sticky;top:0}.cart-topbar .cart-back{cursor:pointer;width:34px;height:34px;color:var(--dark);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cart-topbar-title{text-align:center;font-family:var(--font-display);color:var(--dark);flex:1;font-size:17px;font-weight:800}.cart-edit-btn{color:var(--orange);cursor:pointer;text-align:right;min-width:48px;font-size:14px;font-weight:700}.cart-content{box-sizing:border-box;max-width:100%;padding:12px 14px 112px;overflow-x:hidden}.cart-group{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:12px;padding:12px 14px;overflow:hidden}.cart-group-head{align-items:center;gap:10px;margin-bottom:8px;display:flex}.cart-group-name{color:var(--dark);align-items:center;gap:4px;font-size:14px;font-weight:800;display:flex}.cart-group-name svg{opacity:.45}.tk-check{border:2px solid var(--gray-light);background:var(--white);cursor:pointer;color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:flex}.tk-check.on{background:var(--orange);border-color:var(--orange)}.tk-check svg{opacity:0;transition:all .12s}.tk-check.on svg{opacity:1}.cart-ship-banner{background:var(--green-dim);color:var(--green);border-radius:10px;align-items:center;gap:8px;margin-bottom:10px;padding:9px 12px;font-size:12px;font-weight:700;display:flex}.cart-ship-progress{background:var(--orange-dim);border-radius:10px;margin-bottom:10px;padding:9px 12px}.cart-ship-progress-text{color:var(--orange-dark);font-size:12px;font-weight:600}.cart-ship-progress-text strong{font-weight:800}.cart-ship-progress-track{background:#00000014;border-radius:999px;height:6px;margin-top:7px;overflow:hidden}.cart-ship-progress-fill{background:var(--orange);border-radius:999px;height:100%;transition:width .3s}.tk-cart-item{border-top:1px solid var(--gray-light);box-sizing:border-box;align-items:flex-start;gap:11px;width:100%;min-width:0;margin-top:12px;padding-top:12px;display:flex}.cart-group .tk-cart-item:first-of-type{border-top:none;margin-top:0;padding-top:0}.tk-cart-item>.tk-check{flex-shrink:0;margin-top:28px}.tk-item-wrap{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.tk-item-top{align-items:flex-start;gap:11px;width:100%;min-width:0;display:flex}.tk-item-img{background:var(--bg);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:34px;display:flex;overflow:hidden}.tk-item-img img,.tk-item-img>div{object-fit:cover;background-position:50%;background-size:cover;width:100%;height:100%}.tk-item-main{flex:1;min-width:0;overflow:hidden}.tk-item-name{color:var(--dark);-webkit-line-clamp:2;cursor:pointer;word-break:break-word;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.tk-item-variant{color:var(--gray);margin-top:2px;font-size:11px;line-height:1.3}.tk-item-tag{background:var(--orange-dim);color:var(--orange-dark);border-radius:5px;max-width:100%;margin:6px 0 0;padding:2px 7px;font-size:10px;font-weight:800;display:inline-block}.tk-item-footer{justify-content:space-between;align-items:center;gap:8px;width:100%;min-width:0;display:flex}.tk-item-priceblock{flex-wrap:wrap;flex:1 1 0;align-items:baseline;gap:2px 6px;min-width:0;display:flex}.tk-item-price{color:var(--orange);white-space:nowrap;font-size:15px;font-weight:800;line-height:1.2}.tk-item-price .disc{background:var(--orange-dim);white-space:nowrap;vertical-align:middle;border-radius:4px;margin-left:4px;padding:1px 5px;font-size:10px;font-weight:800}.tk-item-old{color:var(--gray);white-space:nowrap;font-size:11px;font-weight:500;text-decoration:line-through}.qty-stepper{border:1px solid var(--gray-light);border-radius:8px;flex-shrink:0;align-items:center;max-width:100%;display:inline-flex;overflow:hidden}.qty-stepper button{background:var(--white);width:32px;height:32px;color:var(--dark);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:flex}.qty-stepper button:active{background:var(--bg)}.qty-stepper span{text-align:center;min-width:28px;padding:0 2px;font-size:13px;font-weight:700}.tk-item-remove{color:var(--gray);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:6px 0;font-family:inherit;font-size:11px;display:inline-block}.trust-box{background:linear-gradient(145deg,#fff 0%,#fffaf6 55%,#fff4ec 100%);border:1px solid #ff5c001f;border-radius:16px;margin-bottom:14px;padding:14px 14px 12px;position:relative;overflow:hidden;box-shadow:0 6px 20px #ff5c0012}.trust-box:before{content:"";background:linear-gradient(90deg, var(--orange) 0%, #ff9a4d 100%);height:3px;position:absolute;top:0;left:0;right:0}.trust-box-head{align-items:center;gap:11px;margin-bottom:12px;display:flex}.trust-box-shield{background:linear-gradient(135deg, var(--orange) 0%, #ff8534 100%);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 4px 12px #ff5c0047}.trust-box-shield svg{width:22px;height:22px}.trust-box-head-text{min-width:0}.trust-box-title{font-family:var(--font-display);color:var(--dark);letter-spacing:-.02em;margin:0;font-size:14px;font-weight:800;line-height:1.2}.trust-box-sub{color:var(--gray);margin:3px 0 0;font-size:11px;font-weight:600;line-height:1.3}.trust-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.trust-chip{background:#ffffffe0;border:1px solid #1118270d;border-radius:12px;align-items:flex-start;gap:8px;padding:9px 10px;display:flex;box-shadow:0 1px 4px #0f172a0a}.trust-chip-ico{background:var(--green-dim);color:#059669;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.trust-chip-ico svg{width:14px;height:14px}.trust-chip-text{color:#4b5563;padding-top:1px;font-size:11px;font-weight:600;line-height:1.35}.cart-recos-title{font-family:var(--font-display);color:var(--dark);letter-spacing:-.02em;align-items:center;gap:8px;margin:4px 2px 12px;font-size:16px;font-weight:800;display:flex}.cart-recos-title:before{content:"";background:linear-gradient(180deg, var(--orange), #ff9a4d);border-radius:4px;flex-shrink:0;width:4px;height:16px}.cart-recos{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px;display:grid}.cart-coupons-pill{background:var(--white);border:1px solid var(--orange-dim);width:100%;box-shadow:var(--shadow);cursor:pointer;color:var(--dark);text-align:left;border-radius:12px;align-items:center;gap:10px;margin-bottom:12px;padding:12px 14px;font-size:13px;font-weight:700;display:flex}.cart-coupons-pill .ico{background:linear-gradient(135deg,var(--orange),var(--orange-light));color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;display:flex}.cart-coupons-pill .arrow{color:var(--gray);margin-left:auto}.cart-bottombar{z-index:120;background:var(--white);width:100%;max-width:480px;padding:10px 14px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0));border-radius:20px 20px 0 0;align-items:center;gap:10px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -4px 18px #1a1a2e1f}.cart-bottombar .selall{color:var(--dark);cursor:pointer;flex-shrink:0;align-items:center;gap:7px;font-size:12.5px;font-weight:600;display:flex}.cart-bottombar .totals{text-align:right;flex:1;min-width:0;line-height:1.1}.cart-bottombar .totals .lbl{color:var(--gray);font-size:10.5px}.cart-bottombar .totals .val{font-family:var(--font-display);color:var(--orange);font-size:19px;font-weight:800}.cart-bottombar .totals .save{color:var(--green);font-size:10px;font-weight:700}.cart-cta{background:var(--orange);color:#fff;cursor:pointer;box-shadow:var(--shadow-orange);white-space:nowrap;border:none;border-radius:24px;flex-shrink:0;padding:13px 22px;font-size:15px;font-weight:800}.cart-cta:disabled{background:var(--gray-light);color:var(--gray);box-shadow:none;cursor:default}.empty-state{text-align:center;color:var(--gray);padding:60px 20px}.empty-icon{margin-bottom:16px;font-size:56px}.empty-title{font-family:var(--font-display);color:var(--dark);margin-bottom:8px;font-size:17px;font-weight:700}.empty-text{color:var(--gray);margin-bottom:20px;font-size:13px;line-height:1.5}.btn-primary{color:#fff;border-radius:var(--radius-sm);width:100%;font-family:var(--font-display);cursor:pointer;background:linear-gradient(135deg,#ff5c00,#ff8534);border:none;margin-top:8px;padding:16px;font-size:16px;font-weight:700;transition:transform .15s;box-shadow:0 4px 16px #ff6a0059}@media (width<=380px){.tk-item-img{width:68px;height:68px;font-size:26px}.tk-cart-item{gap:8px}.tk-cart-item>.tk-check{margin-top:22px}.tk-item-name{font-size:12px}.tk-item-price{font-size:14px}.qty-stepper button{width:30px;height:30px;font-size:17px}.trust-grid{gap:7px}.trust-chip{gap:6px;padding:8px}.trust-chip-text{font-size:10.5px}.trust-box-shield{border-radius:10px;width:38px;height:38px}}.reels-page{background:#0f0f0f;height:100dvh;position:relative;overflow:hidden}.reels-topbar{z-index:120;padding:10px 12px;padding-top:max(10px, env(safe-area-inset-top));pointer-events:none;background:linear-gradient(#0000008c 0%,#0000 100%);align-items:center;gap:8px;display:flex;position:fixed;top:0;left:0;right:0}.reels-topbar-back{pointer-events:auto;color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.reels-topbar-title{pointer-events:none;font-family:var(--font-display);color:#fff;text-shadow:0 1px 4px #0006;font-size:15px;font-weight:800}.reels-feed{scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;scrollbar-width:none;height:100dvh;overflow:hidden scroll}.reels-feed::-webkit-scrollbar{display:none}.reel-slide{scroll-snap-align:start;scroll-snap-stop:always;flex-direction:column;flex-shrink:0;justify-content:flex-end;height:100dvh;min-height:100dvh;display:flex;position:relative;overflow:hidden}.reel-media{z-index:0;position:absolute;inset:0}.reel-media-bg{background-position:50%;background-size:cover;animation:18s ease-in-out infinite alternate reelKenBurns;position:absolute;inset:0;transform:scale(1.05)}@keyframes reelKenBurns{0%{transform:scale(1.05)}to{transform:scale(1.12)}}.reel-media-video{object-fit:cover;background:#111;width:100%;height:100%}.reel-media-loading{z-index:2;pointer-events:none;background:#00000040;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}.reel-media-loading-dot{background:#ffffffd9;border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite reelLoadingPulse}.reel-media-loading-dot:nth-child(2){animation-delay:.15s}.reel-media-loading-dot:nth-child(3){animation-delay:.3s}@keyframes reelLoadingPulse{0%,80%,to{opacity:.35;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}.reel-media-fallback{z-index:2;text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex;position:absolute;inset:0}.reel-media-fallback-icon{filter:drop-shadow(0 4px 12px #00000059);font-size:56px;line-height:1}.reel-media-fallback-text{color:#ffffffeb;text-shadow:0 1px 8px #00000073;margin:0;font-size:14px;font-weight:600}.reel-media-emoji{filter:drop-shadow(0 8px 24px #00000059);justify-content:center;align-items:center;font-size:min(28vw,120px);display:flex;position:absolute;inset:0}.reel-overlay{z-index:1;pointer-events:none;background:linear-gradient(#0000 40%,#00000059 70%,#000000bf 100%);position:absolute;inset:0}.reel-tap-zone{inset:0;bottom:calc(150px + env(safe-area-inset-bottom,0px));z-index:5;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:0;position:absolute}.reel-pause-indicator{z-index:6;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.reel-pause-indicator-icon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#00000073;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;padding-left:4px;display:flex;box-shadow:0 4px 20px #00000059}.reel-bottom{z-index:10;padding:0 12px calc(96px + env(safe-area-inset-bottom,0px));box-sizing:border-box;align-items:flex-end;gap:8px;width:100%;display:flex;position:relative}.reel-product-wrap{flex:1;min-width:0}.reel-actions-col{flex-direction:column;flex-shrink:0;align-items:center;gap:14px;padding-bottom:4px;display:flex}.reel-action-btn{color:#fff;cursor:pointer;font-family:var(--font-body);background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;padding:0;display:flex}.reel-action-icon{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;transition:transform .15s,background .15s;display:flex}.reel-action-btn:active .reel-action-icon{transform:scale(.92)}.reel-action-icon.liked,.reel-action-icon--sound-on{background:#ff5c00d9}.reel-action-icon svg{display:block}.reel-action-label{text-shadow:0 1px 2px #00000080;font-size:10px;font-weight:600}.reel-product-card{background:#fffffff5;border-radius:14px;align-items:center;gap:10px;max-width:100%;padding:10px 12px;display:flex;box-shadow:0 4px 20px #00000040}.reel-product-thumb{background:#f3f4f6 50%/cover;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;display:flex}.reel-product-info{flex:1;min-width:0}.reel-product-name{color:var(--dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.reel-product-prices{flex-wrap:wrap;align-items:baseline;gap:6px;margin-top:4px;display:flex}.reel-product-price{color:var(--orange,#ff5c00);font-size:16px;font-weight:800}.reel-product-old{color:var(--gray);font-size:12px;text-decoration:line-through}.reel-product-btns{gap:6px;margin-top:8px;display:flex}.reel-btn{cursor:pointer;font-size:12px;font-weight:700;font-family:var(--font-body);border:none;border-radius:8px;flex:1;min-width:0;padding:8px 10px}.reel-btn-buy{background:var(--orange,#ff5c00);color:#fff}.reel-btn-cart{color:var(--orange,#ff5c00);border:1.5px solid var(--orange,#ff5c00);background:#fff;flex:none;padding:8px 12px}.reels-skeleton-feed{height:100dvh;position:relative;overflow:hidden}.reels-skeleton-slide{pointer-events:none}.reels-skeleton-media{position:relative;overflow:hidden}.reels-skeleton-shimmer{background:linear-gradient(105deg,#0000 0%,#ffffff14 45%,#0000 70%);animation:1.4s ease-in-out infinite reelsShimmer;position:absolute;inset:0}@keyframes reelsShimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.reels-topbar--skeleton{z-index:130;position:fixed}.reels-topbar--static{pointer-events:auto;background:linear-gradient(#0000008c 0%,#0000 100%);position:relative}.reels-skeleton-product{background:#ffffffeb!important}.reels-skeleton-thumb{background:linear-gradient(90deg,#ececec 0%,#f5f5f5 50%,#ececec 100%) 0 0/200% 100%;border-radius:10px;flex-shrink:0;width:56px;height:56px;animation:1.2s ease-in-out infinite reelsSkelPulse}.reels-skeleton-product-body{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.reels-skeleton-line{background:linear-gradient(90deg,#ececec 0%,#f5f5f5 50%,#ececec 100%) 0 0/200% 100%;border-radius:6px;height:10px;animation:1.2s ease-in-out infinite reelsSkelPulse}.reels-skeleton-line--title{width:88%;height:12px}.reels-skeleton-line--price{width:42%;height:14px}.reels-skeleton-btns{gap:6px;margin-top:4px;display:flex}.reels-skeleton-btn{background:linear-gradient(90deg,#ececec 0%,#f5f5f5 50%,#ececec 100%) 0 0/200% 100%;border-radius:8px;flex:1;height:32px;animation:1.2s ease-in-out infinite reelsSkelPulse}.reels-skeleton-btn--sm{flex:0 0 72px}.reels-skeleton-actions{gap:14px}.reels-skeleton-action{background:#fff3;border-radius:50%;width:44px;height:44px;animation:1.2s ease-in-out infinite reelsSkelPulse}@keyframes reelsSkelPulse{0%{background-position:100% 0}to{background-position:-100% 0}}.reels-state-card{text-align:center;color:#fff;background:#ffffff1f;border-radius:14px;margin:80px 20px 24px;padding:20px 16px}.reels-state-card p{opacity:.95;margin:0 0 12px;font-size:13px;line-height:1.45}.reels-state-btn{color:var(--orange,#ff5c00);cursor:pointer;background:#fff;border:none;border-radius:10px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:700}.reels-empty,.reels-loading{text-align:center;color:#fff;background:linear-gradient(160deg,#ff5c00 0%,#1a1a2e 100%);flex-direction:column;justify-content:center;align-items:center;height:100dvh;padding:24px;display:flex}.reels-empty-icon{margin-bottom:12px;font-size:48px}.reels-empty-title{margin-bottom:8px;font-size:18px;font-weight:800}.reels-empty-text{opacity:.9;max-width:280px;margin-bottom:20px;font-size:14px}.reels-empty-cta{color:var(--orange,#ff5c00);cursor:pointer;background:#fff;border:none;border-radius:10px;padding:12px 20px;font-size:14px;font-weight:700}.acc-page{background:var(--bg,#f5f5f5);min-height:100vh;padding-bottom:80px;animation:.25s fadeIn}.acc-welcome{color:#fff;background:linear-gradient(135deg,#ff5c00 0%,#ff8533 100%);border-radius:14px;margin:12px;padding:16px;box-shadow:0 4px 14px #ff5c0040}.acc-welcome-title{font-family:var(--font-display);margin:0 0 6px;font-size:20px;font-weight:800}.acc-welcome-text{opacity:.95;margin:0;font-size:13px;line-height:1.45}.acc-welcome-note{background:#fff3;border-radius:8px;margin-top:10px;padding:8px 10px;font-size:12px;line-height:1.4}.acc-section{padding:0 12px 12px}.acc-section-title{color:var(--gray);margin:0 0 8px;padding-left:2px;font-size:13px;font-weight:700}.acc-links{grid-template-columns:1fr 1fr;gap:10px;display:grid}.acc-link{border:1px solid var(--gray-light,#eee);cursor:pointer;text-align:left;font-family:var(--font-body);box-shadow:var(--shadow-xs,0 1px 3px #0000000f);background:#fff;border-radius:12px;flex-direction:column;align-items:flex-start;gap:6px;padding:14px;display:flex}.acc-link:active{transform:scale(.98)}.acc-link-icon{font-size:22px;line-height:1}.acc-link-label{color:var(--dark);font-size:14px;font-weight:700}.acc-link-desc{color:var(--gray);font-size:11px;line-height:1.3}.acc-order-card{border:1px solid var(--gray-light,#eee);box-shadow:var(--shadow-xs,0 1px 3px #0000000f);cursor:pointer;background:#fff;border-radius:12px;padding:14px}.acc-order-card:active{opacity:.95}.acc-order-head{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.acc-order-id{color:var(--dark);font-size:15px;font-weight:800}.acc-order-date{color:var(--gray);margin-top:2px;font-size:11px}.acc-badges{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.acc-badge{white-space:nowrap;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:700}.acc-badge-pay-pending{color:#92400e;background:#fef3c7}.acc-badge-pay-paid{color:#166534;background:#dcfce7}.acc-badge-pay-canceled{color:#991b1b;background:#fee2e2}.acc-badge-del{color:#374151;background:#f3f4f6}.acc-order-items{color:var(--gray);margin-bottom:10px;font-size:12px;line-height:1.4}.acc-order-foot{justify-content:space-between;align-items:center;display:flex}.acc-order-total{color:var(--orange,#ff5c00);font-size:16px;font-weight:800}.acc-order-cta{color:var(--orange,#ff5c00);font-size:12px;font-weight:700}.acc-lookup{border:1px solid var(--gray-light,#eee);background:#fff;border-radius:12px;margin-bottom:12px;padding:14px}.acc-lookup-title{color:var(--dark);margin:0 0 4px;font-size:14px;font-weight:700}.acc-lookup-hint{color:var(--gray);margin:0 0 12px;font-size:12px;line-height:1.4}.acc-field{margin-bottom:10px}.acc-field label{color:var(--gray);margin-bottom:4px;font-size:11px;font-weight:600;display:block}.acc-input{border:1px solid var(--gray-light,#e5e7eb);width:100%;font-size:14px;font-family:var(--font-body);color:var(--dark);box-sizing:border-box;border-radius:8px;padding:10px 12px}.acc-input:focus{border-color:var(--orange,#ff5c00);outline:none}.acc-btn{border-radius:var(--radius,10px);cursor:pointer;font-size:14px;font-weight:700;font-family:var(--font-body);border:none;width:100%;padding:12px 16px}.acc-btn-primary{background:var(--orange,#ff5c00);color:#fff}.acc-btn-outline{color:var(--orange,#ff5c00);border:1.5px solid var(--orange,#ff5c00);background:#fff}.acc-btn-wa{color:#fff;background:#25d366;justify-content:center;align-items:center;gap:8px;display:flex}.acc-btn-row{flex-direction:column;gap:8px;margin-top:12px;display:flex}.acc-detail-card{border:1px solid var(--gray-light,#eee);background:#fff;border-radius:12px;margin-bottom:12px;padding:14px}.acc-detail-title{color:var(--gray);text-transform:uppercase;letter-spacing:.3px;margin:0 0 10px;font-size:13px;font-weight:700}.acc-line-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;gap:8px;padding:6px 0;font-size:13px;display:flex}.acc-line-row:last-child{border-bottom:none}.acc-line-name{color:var(--dark);flex:1}.acc-line-meta{color:var(--gray);font-size:12px}.acc-line-price{color:var(--dark);white-space:nowrap;font-weight:700}.acc-total-row{border-top:1px dashed var(--gray-light,#e5e7eb);justify-content:space-between;margin-top:6px;padding-top:10px;font-size:16px;font-weight:800;display:flex}.acc-msg-ok{color:#166534;background:#ecfdf5;border-radius:10px;margin-bottom:12px;padding:12px;font-size:13px;line-height:1.45}.acc-support{border:1px solid var(--gray-light,#eee);text-align:center;background:#fff;border-radius:12px;padding:16px}.acc-support-icon{margin-bottom:8px;font-size:40px}.acc-support-title{margin:0 0 6px;font-size:16px;font-weight:700}.acc-support-text{color:var(--gray);margin:0 0 14px;font-size:13px;line-height:1.45}.acc-support-phone{color:var(--dark);letter-spacing:.01em;margin:0 0 10px;font-size:15px;font-weight:700}.acc-support-phone--hero{margin-bottom:8px;font-size:17px}.acc-soon{text-align:center;padding:40px 20px}.acc-soon-icon{margin-bottom:12px;font-size:48px}.acc-soon-title{margin:0 0 8px;font-size:18px;font-weight:800}.acc-soon-text{color:var(--gray);margin:0 0 16px;font-size:13px;line-height:1.5}.acc-loading,.acc-empty{text-align:center;color:var(--gray);padding:32px 16px;font-size:14px}.acc-empty-icon{margin-bottom:8px;font-size:40px}.acc-empty-title{color:var(--dark);margin-bottom:6px;font-size:15px;font-weight:700}.acc-empty-text{max-width:280px;margin:0 auto;font-size:13px;line-height:1.45}.acc-order-list{flex-direction:column;gap:10px;display:flex}.acc-section .cust-shelf-title{color:var(--gray);text-transform:none;letter-spacing:0;font-size:13px;font-weight:700}.acc-addresses{padding-bottom:16px}.acc-addr-list{flex-direction:column;gap:10px;margin-bottom:12px;display:flex}.acc-addr-card{border:1px solid var(--gray-light,#eee);box-shadow:var(--shadow-xs,0 1px 3px #0000000f);background:#fff;border-radius:18px;padding:14px}.acc-addr-card-top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.acc-addr-card-name{color:var(--dark);font-size:15px;font-weight:800;line-height:1.2}.acc-addr-badge{color:#15803d;background:#f0fdf4;border:1px solid #dcfce7;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:9px;font-weight:700}.acc-addr-line{color:var(--dark);margin:0 0 4px;font-size:13px;line-height:1.4}.acc-addr-line.acc-addr-muted{color:var(--gray);font-size:12px}.acc-addr-label{color:var(--gray);font-size:11px;font-weight:600}.acc-addr-actions{border-top:1px solid #f3f4f6;flex-wrap:wrap;gap:6px 10px;margin-top:12px;padding-top:10px;display:flex}.acc-addr-action{color:var(--orange,#ff5c00);cursor:pointer;font-size:12px;font-weight:700;font-family:var(--font-body);background:0 0;border:none;padding:0}.acc-addr-action--danger{color:#dc2626}.acc-addr-empty .acc-addr-cta{max-width:260px;margin:14px auto 0}.acc-addr-add{margin-top:4px}.acc-field-error{color:#dc2626;margin-top:4px;font-size:11px;line-height:1.3;display:block}.acc-field-row{align-items:flex-end;gap:8px;display:flex}.acc-field--grow{flex:1;min-width:0}.acc-field--sm{flex:0 0 88px}.acc-field--uf{flex:0 0 56px}.acc-cep-btn{background:var(--dark,#1a1a2e);color:#fff;cursor:pointer;font-size:12px;font-weight:700;font-family:var(--font-body);border:none;border-radius:8px;flex-shrink:0;margin-bottom:10px;padding:10px 12px}.acc-switch{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;margin:4px 0 8px;display:flex}.acc-switch-input{opacity:0;width:0;height:0;position:absolute}.acc-switch-ui{background:#e5e7eb;border-radius:999px;flex-shrink:0;width:40px;height:22px;transition:background .2s;position:relative}.acc-switch-ui:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.acc-switch-input:checked+.acc-switch-ui{background:var(--orange,#ff5c00)}.acc-switch-input:checked+.acc-switch-ui:after{transform:translate(18px)}.acc-switch-label{color:var(--dark);font-size:13px;font-weight:600}.acc-sheet-overlay{z-index:500;background:#00000073;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.acc-sheet{background:#fff;border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-width:480px;max-height:88vh;animation:.28s accSheetUp;display:flex;box-shadow:0 -8px 32px #0000001f}@keyframes accSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.acc-sheet-head{border-bottom:1px solid #f3f4f6;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px 10px;display:flex}.acc-sheet-title{color:var(--dark);margin:0;font-size:16px;font-weight:800}.acc-sheet-close{width:32px;height:32px;color:var(--gray);cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;flex-shrink:0;font-size:14px}.acc-sheet-body{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:12px 16px 8px;overflow-y:auto}.acc-sheet-foot{flex-shrink:0;padding:8px 0 12px}.acc-welcome-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.acc-welcome-email{opacity:.9;word-break:break-all;margin:4px 0 0;font-size:12px}.acc-welcome-logout{color:#fff;cursor:pointer;font-size:11px;font-weight:700;font-family:var(--font-body);background:#ffffff1f;border:1px solid #ffffff73;border-radius:999px;flex-shrink:0;padding:6px 10px}.acc-login{padding:16px 12px 24px}.acc-login-card{border:1px solid var(--gray-light,#eee);box-shadow:var(--shadow-xs,0 1px 3px #0000000f);background:#fff;border-radius:20px;padding:18px 16px}.acc-login-title{font-family:var(--font-display);color:var(--dark);margin:0 0 6px;font-size:18px;font-weight:800}.acc-login-sub{color:var(--gray);margin:0 0 14px;font-size:13px;line-height:1.45}.acc-login-spam{color:var(--gray);text-align:center;margin:12px 0 0;font-size:11px;line-height:1.4}.acc-login-resend{margin-top:8px}.acc-input-code{letter-spacing:.28em;text-align:center;font-weight:700}.acc-delivery-list{flex-direction:column;gap:10px;display:flex}.acc-delivery-card{border:1px solid var(--gray-light,#eee);box-shadow:var(--shadow-xs,0 1px 3px #0000000f);background:#fff;border-radius:18px;padding:14px}.acc-delivery-top{justify-content:space-between;gap:8px;margin-bottom:8px;display:flex}.acc-delivery-id{color:var(--dark);font-size:14px;font-weight:800}.acc-delivery-date{color:var(--gray);margin-top:2px;font-size:11px}.acc-delivery-status{color:#15803d;background:#f0fdf4;border-radius:999px;flex-shrink:0;height:fit-content;padding:4px 8px;font-size:10px;font-weight:700}.acc-delivery-pay,.acc-delivery-meta,.acc-delivery-tracking{color:var(--dark);margin:0 0 4px;font-size:12px;line-height:1.4}.acc-delivery-label{color:var(--gray);margin-right:4px;font-weight:700}.acc-delivery-cta{color:var(--orange,#ff5c00);cursor:pointer;font-size:12px;font-weight:700;font-family:var(--font-body);background:0 0;border:none;margin-top:10px;padding:0}.acc-delivery-status--analysis{color:#c2410c;background:#fff7ed}.acc-delivery-status--declined{color:#b91c1c;background:#fef2f2}.acc-delivery-status--progress{color:#c2410c;background:#fff7ed}.acc-delivery-status--default{color:#15803d;background:#f0fdf4}.acc-delivery-track{flex-direction:column;gap:14px;display:flex}.acc-delivery-track-head{margin:0}.acc-delivery-track-order{color:var(--gray);margin:0 0 6px;font-size:14px}.acc-delivery-track-order strong{color:var(--dark);font-weight:800}.acc-delivery-track-greet{color:var(--dark);margin:0;font-size:14px;line-height:1.45}.acc-delivery-track-code-card{border:1px solid var(--gray-light,#eee);background:#fff;border-radius:16px;padding:14px}.acc-delivery-track-code-label{color:var(--gray);margin-bottom:8px;font-size:11px;font-weight:700;display:block}.acc-delivery-track-code-pill{color:var(--dark);letter-spacing:.02em;background:#f3f4f6;border-radius:10px;padding:8px 12px;font-size:14px;font-weight:800;display:inline-block}.acc-delivery-track-code-pill--analysis{color:#c2410c;background:#fff7ed}.acc-delivery-track-code-pill--unavailable{color:#b91c1c;background:#fef2f2}.acc-delivery-track-code-hint{color:var(--gray);margin:10px 0 0;font-size:12px;line-height:1.4}.acc-delivery-track-timeline-wrap{border:1px solid var(--gray-light,#eee);background:#fff;border-radius:16px;padding:14px}.acc-delivery-track-timeline-title{color:var(--dark);margin:0 0 12px;font-size:14px;font-weight:800}.acc-delivery-track-timeline{margin:0;padding:0;list-style:none}.acc-delivery-track-step{gap:10px;padding-bottom:16px;display:flex;position:relative}.acc-delivery-track-step:not(.acc-delivery-track-step--last):before{content:"";background:#e5e7eb;width:2px;position:absolute;top:32px;bottom:0;left:15px}.acc-delivery-track-step--done:not(.acc-delivery-track-step--last):before,.acc-delivery-track-step--active:not(.acc-delivery-track-step--last):before{background:var(--orange,#ff5c00)}.acc-delivery-track-step-icon{color:#9ca3af;z-index:1;background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:relative}.acc-delivery-track-step--done .acc-delivery-track-step-icon,.acc-delivery-track-step--active .acc-delivery-track-step-icon{background:var(--orange,#ff5c00);color:#fff}.acc-delivery-track-step--error .acc-delivery-track-step-icon{color:#dc2626;background:#fef2f2}.acc-delivery-track-step-body{flex:1;min-width:0;padding-top:4px}.acc-delivery-track-step-title{color:var(--dark);margin-bottom:2px;font-size:13px;font-weight:800}.acc-delivery-track-step--blocked .acc-delivery-track-step-title,.acc-delivery-track-step--blocked .acc-delivery-track-step-text{color:#9ca3af}.acc-delivery-track-step-text{color:var(--gray);font-size:12px;line-height:1.4}.acc-delivery-track-decline-hint{color:var(--gray);background:#fff;border:1px solid #fecaca;border-radius:12px;margin:0;padding:12px;font-size:12px;line-height:1.45}.acc-delivery-track-continue{background:var(--orange,#ff5c00);color:#fff;cursor:pointer;width:100%;font-size:14px;font-weight:800;font-family:var(--font-body);border:none;border-radius:14px;padding:14px 16px}.acc-delivery-track-footer{text-align:center;color:var(--gray);margin:0;font-size:10px;line-height:1.4}.acc-pay-list{flex-direction:column;gap:10px;display:flex}.acc-pay-card{border:1px solid var(--gray-light,#eee);background:#fff;border-radius:18px;padding:14px}.acc-pay-top{justify-content:space-between;gap:8px;margin-bottom:8px;display:flex}.acc-pay-label{color:var(--dark);font-size:14px;font-weight:800}.acc-pay-brand{color:var(--gray);text-transform:capitalize;margin-top:2px;font-size:11px}.acc-saved-cart-card{border:1px solid var(--gray-light,#eee);background:#fff;border-radius:18px;margin-bottom:10px;padding:14px}.acc-saved-cart-title{color:var(--dark);margin:0 0 6px;font-size:14px;font-weight:800}.acc-saved-cart-text{color:var(--gray);margin:0 0 10px;font-size:13px;line-height:1.4}@media (width<=340px){.acc-field-row{flex-wrap:wrap}.acc-field--sm,.acc-field--uf{flex:1;min-width:0}.acc-cep-btn{width:100%;margin-bottom:0}.acc-sheet-body{padding-left:12px;padding-right:12px}}.checkout-page,.pix-page-tt,.order-approved{--checkout-bg:#f7f7f8;--checkout-card:#fff;--checkout-border:#1118270f;--checkout-shadow:0 10px 30px #0f172a0f;--checkout-radius:22px;--checkout-radius-sm:16px;--checkout-soft-orange:#fff4ec;--checkout-soft-green:#e9fbf1;--checkout-surface:#f8f8fa}.checkout-page{background:var(--checkout-bg);min-height:100dvh;padding-bottom:calc(152px + env(safe-area-inset-bottom,0px))}.checkout-shell-top{z-index:110;padding-top:env(safe-area-inset-top,0px);-webkit-backdrop-filter:blur(20px)saturate(1.05);background:linear-gradient(#fffffff7 0%,#ffffffe6 100%);border:none;border-radius:0 0 24px 24px;margin:0 0 16px;position:sticky;top:0;overflow:hidden;box-shadow:0 12px 36px #0f172a0f}.checkout-shell-top--solo{margin-bottom:14px}.checkout-header{-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border:none;grid-template-columns:42px 1fr auto;align-items:center;gap:8px;margin:0;padding:12px 18px 6px;display:grid;position:relative}.checkout-shell-top--solo .checkout-header{padding-bottom:14px}.back-btn{background:var(--checkout-surface);color:#374151;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,transform .1s;display:flex;box-shadow:0 2px 8px #0f172a0a}.back-btn:active{background:#eef0f3;transform:scale(.96)}.checkout-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--dark);text-align:center;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:17px;font-weight:700;line-height:1.2;overflow:hidden}.checkout-logo{opacity:.92;transform-origin:100%;justify-self:end;align-items:center;display:flex;transform:scale(.88)}.checkout-logo .loomi-brand{--logo-bag:#ff5c00;--logo-face:#fff;--logo-ink:var(--dark,#16181d);--logo-mi:#ff5c00;vertical-align:middle;align-items:center;gap:4px;line-height:1;display:inline-flex}.checkout-logo .loomi-mark{flex-shrink:0;width:1.1em;height:1.1em;display:block}.checkout-logo .loomi-word{font-family:var(--font-display,inherit);letter-spacing:-.04em;color:var(--logo-ink);font-size:15px;font-weight:800}.checkout-logo .loomi-word span{color:var(--logo-mi)}.progress-bar{background:0 0;align-items:flex-start;gap:0;margin:0;padding:10px 20px 14px;display:flex}.progress-step{flex-direction:column;flex:1;align-items:center;gap:4px;min-width:0;display:flex;position:relative}.progress-step:after{content:"";background:#11182712;border-radius:2px;height:1.5px;position:absolute;top:12px;left:calc(50% + 13px);right:calc(13px - 50%)}.progress-step:last-child:after{display:none}.progress-step.done:after{background:linear-gradient(90deg,#22c55e 0%,#ff5c0059 100%)}.progress-step.active:after{background:linear-gradient(90deg,#22c55e 0%,#ff5c0033 55%,#1118270f 100%)}.step-circle{color:#9ca3af;z-index:1;background:#fff;border:1px solid #1118270d;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:10px;font-weight:700;display:flex;box-shadow:0 2px 6px #0f172a12}.progress-step.active .step-circle{background:var(--orange);color:#fff;border-color:#0000;box-shadow:0 3px 12px #ff5c0038}.progress-step.done .step-circle{color:#fff;background:#22c55e;border-color:#0000;box-shadow:0 2px 8px #22c55e2e}.step-label{color:#a1a1aa;letter-spacing:.01em;font-size:9px;font-weight:600;line-height:1.2}.progress-step.active .step-label{color:var(--orange);font-weight:700}.progress-step.done .step-label{color:#16a34a}.checkout-section{background:var(--checkout-card);border-radius:var(--checkout-radius);box-shadow:var(--checkout-shadow);border:1px solid var(--checkout-border);margin:0 14px 12px;padding:18px}.checkout-section-title{font-family:var(--font-display);color:var(--dark);letter-spacing:-.01em;margin-bottom:14px;font-size:15px;font-weight:700}.checkout-section-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.checkout-section-head .checkout-section-title{margin-bottom:0}.checkout-edit-link{color:var(--orange);cursor:pointer;font-size:13px;font-weight:700;font-family:var(--font-body);text-underline-offset:2px;background:0 0;border:none;flex-shrink:0;padding:4px 0;text-decoration:underline}.dados-summary{flex-direction:column;gap:12px;display:flex}.dados-summary-row{flex-direction:column;gap:3px;display:flex}.dados-summary-row span{color:var(--gray);text-transform:uppercase;letter-spacing:.35px;font-size:11px;font-weight:700}.dados-summary-row strong{color:var(--dark);word-break:break-word;font-size:15px;font-weight:600;line-height:1.35}.checkout-delivery-subtitle{color:var(--gray);margin:-6px 0 14px;font-size:13px;line-height:1.45}.checkout-entrega-form{display:contents}.field-row--num-comp .field-group--num{flex:.55;min-width:0}.field-row--num-comp .field-group--comp{flex:1;min-width:0}.field-row--city-uf .field-group--city{flex:1.5;min-width:0}.field-row--city-uf .field-group--uf{flex:.55;min-width:0}.field-row .field-input{min-width:0}.shipping-loading-hint{color:var(--gray);font-size:13px}.shipping-error-block{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.shipping-retry-btn{color:var(--orange);cursor:pointer;font-size:13px;font-weight:700;font-family:var(--font-body);text-underline-offset:2px;background:0 0;border:none;padding:0;text-decoration:underline}.shipping-section-error{margin-top:10px}.field-group{margin-bottom:12px}.field-label{color:var(--dark);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.field-input{border-radius:var(--checkout-radius-sm);width:100%;font-size:16px;font-family:var(--font-body);background:var(--checkout-surface);color:var(--dark);border:1px solid #0000;outline:none;padding:14px 15px;transition:border-color .2s,box-shadow .2s,background .2s}.field-input:focus{background:#fff;border-color:#ff5c0059;box-shadow:0 0 0 3px #ff5c0014}.field-input.error{border-color:var(--red);box-shadow:0 0 0 3px #dc262614}.field-error{color:var(--red);margin-top:4px;font-size:11px}.field-row{gap:10px;display:flex}.field-row .field-group{flex:1;min-width:0}.summary-row{border-bottom:1px solid #1118270d;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px;display:flex}.summary-row:last-child{border:none}.summary-row.total{font-family:var(--font-display);color:var(--orange);font-size:17px;font-weight:800}.summary-row.discount{color:var(--green)}.divider{background:#1118270f;height:1px;margin:12px 0}.summary-saved{color:#047857;background:var(--checkout-soft-green);text-align:center;border:none;border-radius:999px;margin-top:8px;padding:6px 12px;font-size:11px;font-weight:700}.checkout-bar{z-index:120;-webkit-backdrop-filter:blur(14px);width:100%;max-width:480px;padding:14px 16px;padding-bottom:calc(14px + env(safe-area-inset-bottom,0px));background:#fffffff0;border-top:none;border-radius:22px 22px 0 0;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -8px 32px #0f172a14}.checkout-bar .bar-total{justify-content:space-between;align-items:center;display:flex}.checkout-bar .bar-total .lbl{color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.checkout-bar .bar-total .val{font-family:var(--font-display);color:var(--orange);letter-spacing:-.02em;font-size:19px;font-weight:800}.checkout-bar .btn-primary{margin:0}.btn-primary{color:#fff;width:100%;font-family:var(--font-display);cursor:pointer;background:linear-gradient(135deg,#ff5c00,#ff8534);border:none;border-radius:18px;padding:16px;font-size:16px;font-weight:700;transition:transform .15s,box-shadow .15s;box-shadow:0 8px 22px #ff6a0038}.btn-primary:active{transform:scale(.985)}.btn-primary:disabled{color:#9ca3af;box-shadow:none;cursor:default;background:#e5e7eb;transform:none}.selector-card{text-align:left;background:var(--checkout-card);border:1px solid var(--checkout-border);cursor:pointer;width:100%;box-shadow:none;border-radius:18px;align-items:center;gap:13px;margin-bottom:10px;padding:15px 14px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.selector-card.selected{background:var(--checkout-soft-orange);box-shadow:var(--checkout-shadow);border-color:#ff5c0047}.selector-card .sel-icon{background:var(--checkout-surface);width:46px;height:46px;color:var(--dark);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.selector-card.selected .sel-icon{color:var(--orange);background:#fff}.selector-card .sel-body{flex-direction:column;flex:1;min-width:0;display:flex}.selector-card .sel-title-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.selector-card .sel-title{color:var(--dark);font-size:14px;font-weight:700;line-height:1.25}.selector-card .sel-badge{color:var(--green);background:var(--green-dim);white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:800}.selector-card.selected .sel-badge{color:#047857;background:#d1fae5}.selector-card.recommended{padding-top:22px;position:relative}.selector-card .sel-recommended{letter-spacing:.02em;color:var(--orange);background:var(--orange-dim);border-radius:999px;padding:3px 8px;font-size:10px;font-weight:800;position:absolute;top:10px;right:12px}.selector-card.selected .sel-title{color:var(--orange-dark)}.selector-card .sel-desc{color:var(--gray);margin-top:2px;font-size:12px;line-height:1.35}.selector-card .sel-value{color:var(--dark);white-space:nowrap;font-size:14px;font-weight:800}.selector-card .sel-value--below{margin-top:6px;font-size:15px;display:block}.selector-card.selected .sel-value{color:var(--orange)}.selector-card .sel-value.free{color:var(--green)}.sel-control{flex-shrink:0;justify-content:center;align-items:center;display:flex}.sel-radio{background:#fff;border:2px solid #1118271f;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:flex}.selector-card.selected .sel-radio{border-color:var(--orange);background:var(--orange);box-shadow:0 2px 8px #ff5c0033}.sel-radio:after{content:"";opacity:0;background:#fff;border-radius:50%;width:8px;height:8px;transition:all .12s}.selector-card.selected .sel-radio:after{opacity:1}.sel-check{border:2px solid var(--gray-light);background:var(--white);color:#fff;border-radius:7px;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:flex}.selector-card.selected .sel-check{border-color:var(--orange);background:var(--orange)}.sel-check svg{opacity:0;transition:all .12s}.selector-card.selected .sel-check svg{opacity:1}.sel-arrow{color:var(--gray)}.installments-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.installment-chip{border:1px solid var(--checkout-border);border-radius:var(--checkout-radius-sm);background:var(--checkout-card);cursor:pointer;font-family:var(--font-body);text-align:left;appearance:none;width:100%;box-shadow:none;padding:12px;transition:border-color .2s,background .2s,box-shadow .2s}.installment-chip.selected{background:var(--checkout-soft-orange);border-color:#ff5c0047;box-shadow:0 4px 16px #ff5c0014}.installment-chip .ic-line{font-family:var(--font-display);color:var(--dark);font-size:14px;font-weight:800;line-height:1.25}.installment-chip.selected .ic-line{color:var(--orange-dark)}.installment-chip .ic-total{color:var(--gray);margin-top:4px;font-size:11px}.installment-chip .ic-free{color:var(--green);margin-top:2px;font-size:10px;font-weight:800}.agency-card{background:var(--checkout-surface);border-radius:var(--checkout-radius-sm);border:none;align-items:flex-start;gap:12px;margin-top:6px;padding:14px;display:flex}.agency-card .ag-pin{background:var(--checkout-soft-orange);width:42px;height:42px;color:var(--orange);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.agency-name{color:var(--dark);font-size:14px;font-weight:700}.agency-addr{color:var(--gray);margin-top:3px;font-size:12px;line-height:1.4}.agency-tag{color:#047857;background:var(--checkout-soft-green);border-radius:999px;margin-top:7px;padding:4px 9px;font-size:10px;font-weight:800;display:inline-block}.checkout-ship-progress{border-radius:var(--checkout-radius-sm);color:#fff;background:linear-gradient(135deg,#ff6500 0%,#ff8a1f 100%);margin:0 0 12px;padding:12px 14px;box-shadow:0 4px 14px #ff650038}.checkout-ship-progress-text{align-items:center;gap:7px;margin-bottom:8px;font-size:12.5px;font-weight:600;line-height:1.35;display:flex}.checkout-ship-progress-text strong{font-family:var(--font-display);color:#e94f00;background:#fff0e6;border-radius:6px;padding:1px 7px;font-size:12px;font-weight:800}.checkout-ship-progress-bar{background:#ffffff47;border-radius:4px;height:7px;overflow:hidden}.checkout-ship-progress-fill{background:linear-gradient(90deg,#ffe9b0 0%,#fff 100%);border-radius:4px;height:100%;transition:width .45s}.shipping-promo-hint{color:#047857;margin:0 0 10px;font-size:12px;font-weight:600}.checkout-ship-unlocked{border-radius:var(--checkout-radius-sm);color:#047857;text-align:center;background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border:1px solid #05966926;margin:0 0 12px;padding:11px 14px;font-size:13px;font-weight:700}.order-bump{background:#fff7f0;border:1px solid #ff5c001a;border-radius:12px;margin:0 0 10px;padding:12px}.order-bump-head{margin-bottom:10px}.order-bump-title{font-family:var(--font-display);color:var(--dark);letter-spacing:-.02em;font-size:14px;font-weight:800}.order-bump-sub{color:var(--gray);margin:4px 0 0;font-size:12px;line-height:1.35}.order-bump-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ob-card{background:#fff;border:1px solid #1118270d;border-radius:12px;flex-direction:column;gap:6px;width:100%;min-width:0;padding:8px;display:flex;box-shadow:0 2px 8px #0f172a0d}.ob-thumb{aspect-ratio:1;background:#f6f7f9;border:1px solid #1118270a;border-radius:12px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.ob-thumb img{object-fit:contain;object-position:center;box-sizing:border-box;width:100%;height:100%;padding:6px;display:block}.ob-emoji{font-size:32px;line-height:1}.ob-badge{z-index:1;color:#fff;letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;background:#ff5c00eb;border-radius:999px;max-width:calc(100% - 12px);padding:3px 7px;font-size:9px;font-weight:800;line-height:1.2;position:absolute;bottom:6px;left:6px;overflow:hidden}.order-bump-sub strong{color:var(--orange);font-weight:800}.ob-name{color:var(--dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:31px;margin:0;font-size:12px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.ob-foot{flex-direction:column;align-items:stretch;gap:6px;margin-top:auto;display:flex}.ob-price{font-family:var(--font-display);color:var(--orange);font-size:14px;font-weight:800;line-height:1.2}.ob-add{background:linear-gradient(135deg, var(--orange) 0%, #ff7a1a 100%);color:#fff;cursor:pointer;border:none;border-radius:999px;width:100%;padding:8px 10px;font-size:12px;font-weight:800;box-shadow:0 2px 8px #ff5c0038}.ob-add:active{transform:scale(.98)}@media (width<=480px){.order-bump{margin-bottom:12px;padding:12px 10px}.order-bump-title{font-size:15px}.order-bump-sub{font-size:12.5px}.order-bump-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ob-card{border-radius:14px;gap:8px;width:100%;min-width:0;padding:10px}.ob-thumb{border-radius:12px}.ob-thumb img{padding:8px}.ob-name{-webkit-line-clamp:2;min-height:35px;font-size:13px;line-height:1.35}.ob-price{font-size:15px}.ob-add{min-height:44px;padding:11px 14px;font-size:13px}}.checkout-coupon-picker{margin:0 0 12px}.checkout-coupon-picker-title{font-family:var(--font-display);color:var(--dark);margin-bottom:8px;font-size:14px;font-weight:700}.checkout-coupon-trigger{background:var(--checkout-card);cursor:pointer;text-align:left;border:1px solid #ff5c0038;border-radius:18px;align-items:center;gap:13px;width:100%;padding:14px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex;box-shadow:0 2px 12px #ff5c000f}.checkout-coupon-trigger--active{background:var(--checkout-soft-orange);box-shadow:var(--checkout-shadow);border-color:#ff5c0061}.checkout-coupon-trigger-icon{background:linear-gradient(145deg,#fff4ec 0%,#ffe8d6 100%);border:1px solid #ff5c002e;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex;overflow:hidden}.checkout-coupon-trigger--active .checkout-coupon-trigger-icon{background:#fff;border-color:#ff5c001f}.checkout-coupon-trigger-icon img{object-fit:contain;width:28px;height:28px;display:block}.checkout-coupon-trigger-body{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.checkout-coupon-trigger-title{color:var(--dark);font-size:14px;font-weight:700;line-height:1.25}.checkout-coupon-trigger-top{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.checkout-coupon-trigger-code{background:linear-gradient(135deg, var(--orange), #ff8a1a);color:#fff;letter-spacing:.02em;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:800;display:inline-block}.checkout-coupon-trigger-code--ship{background:linear-gradient(135deg,#059669,#10b981)}.checkout-coupon-trigger-badge{color:var(--orange-dark);text-transform:uppercase;letter-spacing:.03em;font-size:10px;font-weight:800}.checkout-coupon-trigger-desc{color:var(--gray);font-size:12px;font-weight:500;line-height:1.35}.checkout-coupon-trigger--active .checkout-coupon-trigger-desc{color:#6b7280;font-weight:600}.checkout-coupon-trigger-control{flex-shrink:0;justify-content:center;align-items:center;display:flex}.checkout-coupon-trigger-arrow{color:#9ca3af;justify-content:center;align-items:center;display:flex}.checkout-coupon-trigger--active .checkout-coupon-trigger-arrow{color:var(--orange)}.checkout-coupon-manual-link{color:var(--gray);cursor:pointer;background:0 0;border:none;margin-top:8px;padding:0;font-size:12px;font-weight:600;text-decoration:underline}.checkout-section--coupon-pay{padding:14px 16px}.coupon-sheet-overlay{z-index:210;-webkit-backdrop-filter:blur(6px);--checkout-card:#fff;--checkout-border:#1118270f;--checkout-shadow:0 10px 30px #0f172a0f;--checkout-radius-sm:16px;--checkout-soft-orange:#fff4ec;--checkout-surface:#f8f8fa;background:#0f172a9e;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.coupon-sheet{isolation:isolate;background:#fff;border-radius:22px 22px 0 0;flex-direction:column;width:100%;max-width:480px;max-height:85vh;display:flex;position:relative;box-shadow:0 -12px 40px #0f172a2e}.coupon-sheet-handle{background:#1118271f;border-radius:999px;flex-shrink:0;width:40px;height:4px;margin:-4px auto 10px}.coupon-sheet-close{color:#6b7280;cursor:pointer;z-index:2;background:#f8f8fa;border:none;border-radius:50%;width:32px;height:32px;font-size:22px;line-height:1;position:absolute;top:14px;right:14px}.coupon-sheet-title{font-family:var(--font-display);color:var(--dark);flex-shrink:0;margin:0;padding:18px 48px 8px 18px;font-size:17px;font-weight:700}.coupon-sheet-body{-webkit-overflow-scrolling:touch;padding:0 14px calc(18px + env(safe-area-inset-bottom,0px));background:#fff;flex:1;min-height:0;overflow-y:auto}.coupon-sheet-loading,.coupon-sheet-empty{color:var(--gray);text-align:center;padding:20px 8px;font-size:13px}.coupon-sheet-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.coupon-sheet-card{background:#fff;border:1.5px solid #ff5c0038;border-radius:16px;padding:14px;position:relative;box-shadow:0 2px 10px #ff5c000f}.coupon-sheet-card--available{border-color:#ff5c0052}.coupon-sheet-card-row{align-items:flex-start;gap:12px;display:flex}.coupon-sheet-ico-wrap{background:linear-gradient(145deg,#fff4ec 0%,#ffe8d6 100%);border:1px solid #ff5c0024;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.coupon-sheet-card--applied .coupon-sheet-ico-wrap{background:#fff}.coupon-sheet-card--disabled .coupon-sheet-ico-wrap{filter:grayscale(.35);background:#f0f0f3;border-color:#e8e8ed}.coupon-sheet-ico{object-fit:contain;flex-shrink:0;width:26px;height:26px;display:block}.coupon-sheet-card-body{flex:1;min-width:0}.coupon-sheet-card--applied{border-color:var(--orange);background:#fff4ec;box-shadow:0 4px 16px #ff5c001f}.coupon-sheet-card--disabled{box-shadow:none;background:#fafafa;border-color:#e8e8ed}.coupon-sheet-card-top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.coupon-sheet-tag{background:linear-gradient(135deg, var(--orange), #ff8a1a);color:#fff;letter-spacing:.02em;border-radius:6px;padding:4px 9px;font-size:11px;font-weight:800;display:inline-block}.coupon-sheet-tag--ship{background:linear-gradient(135deg,#059669,#10b981)}.coupon-sheet-tag--muted{color:#71717a;background:#e8e8ed}.coupon-sheet-applied-badge{color:var(--orange-dark);text-transform:uppercase;font-size:10px;font-weight:800}.coupon-sheet-benefit{color:var(--dark);font-size:15px;font-weight:800;line-height:1.25}.coupon-sheet-card--disabled .coupon-sheet-benefit{color:#9ca3af}.coupon-sheet-min{color:var(--gray);margin-top:4px;font-size:11px}.coupon-sheet-reason{color:#b45309;margin-top:6px;font-size:11px;font-weight:600;line-height:1.35}.coupon-sheet-use{background:linear-gradient(135deg, var(--orange), #ff7a1a);color:#fff;cursor:pointer;border:none;border-radius:999px;width:100%;margin-top:12px;padding:12px 14px;font-size:14px;font-weight:800;box-shadow:0 4px 14px #ff5c0047}.coupon-sheet-locked{color:#71717a;text-align:center;background:#f0f0f3;border-radius:10px;margin-top:10px;padding:8px 12px;font-size:12px;font-weight:700}.coupon-sheet-check{background:var(--orange);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:14px;font-weight:800;display:flex}.coupon-sheet-manual{background:#fafafa;border:1px solid #1118270f;border-radius:16px;margin-top:16px;padding:14px}.coupon-sheet-manual-label{color:var(--dark);margin:0 0 10px;font-size:13px;font-weight:700}.coupon-sheet-manual-row{align-items:stretch;gap:8px;display:flex}.coupon-sheet-manual-input{flex:1;min-width:0;background:#fff!important;border:1.5px solid #1118271a!important;border-radius:12px!important;padding:12px 13px!important;font-size:14px!important}.coupon-sheet-manual-btn{background:linear-gradient(135deg, var(--orange), #ff7a1a);color:#fff;cursor:pointer;border:none;border-radius:12px;flex-shrink:0;min-width:108px;padding:0 16px;font-size:12px;font-weight:800;box-shadow:0 4px 12px #ff5c0038}.coupon-sheet-manual-btn:disabled{opacity:.65;cursor:wait}.coupon-sheet-remove{width:100%;color:var(--orange-dark);cursor:pointer;background:#fff;border:1.5px solid #ff5c0047;border-radius:14px;margin-top:12px;padding:13px;font-size:13px;font-weight:800}.coupon-sheet-auto-note{text-align:center;background:var(--green-dim);color:var(--green);border-radius:14px;margin-top:12px;padding:12px;font-size:13px;font-weight:800}.checkout-order-mini{background:#11182705;border:1px solid #1118270a;border-radius:12px;margin:0 0 12px;padding:10px 12px}.checkout-order-mini .summary-row{padding:4px 0;font-size:13px}.checkout-order-mini .summary-row.total{padding-top:6px;font-size:15px}.checkout-section--frete{padding-bottom:14px}.selector-card.shipping-option--promo-free{background:var(--checkout-soft-green);cursor:default;border-color:#0596692e;box-shadow:0 8px 24px #05966914}.selector-card.shipping-option--promo-free.selected{border-color:#05966959}.selector-card.shipping-option--promo-free .sel-value.free{color:#047857;font-size:13px}.selector-card.shipping-option--promo-free .sel-badge{color:#047857;background:#d1fae5}.review-card{background:var(--checkout-card);border-radius:var(--checkout-radius);box-shadow:var(--checkout-shadow);cursor:pointer;border:1px solid var(--checkout-border);align-items:center;gap:12px;margin:0 14px 12px;padding:16px;transition:box-shadow .2s,background .2s;display:flex}.review-card:active{background:var(--checkout-soft-orange);box-shadow:0 6px 20px #ff5c0014}.review-card .rv-icon{background:var(--checkout-soft-orange);width:40px;height:40px;color:var(--orange);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.review-card .rv-body{flex:1;min-width:0}.review-card .rv-label{color:var(--gray);text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:700}.review-card .rv-text{color:var(--dark);margin-top:3px;font-size:13px;line-height:1.4}.review-card .rv-arrow{color:var(--gray);flex-shrink:0}.review-items-row{justify-content:space-between;padding:4px 0;font-size:13px;display:flex}.checkout-compact-delivery{background:var(--checkout-surface);border-radius:var(--checkout-radius-sm);border:none;flex-direction:column;gap:2px;margin-bottom:10px;padding:10px 12px;display:flex}.checkout-compact-delivery-label{color:var(--gray);text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:700}.checkout-compact-delivery-value{color:var(--dark);font-size:13px;font-weight:600;line-height:1.35}.checkout-page--payment{padding-bottom:calc(172px + env(safe-area-inset-bottom,0px))}.checkout-page--payment-card{padding-bottom:calc(228px + env(safe-area-inset-bottom,0px))}.checkout-page--payment-v2{--checkout-bg:#f5f5f6;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));background:#f5f5f6}.checkout-page--payment-v2 .checkout-shell-top{border-radius:0 0 16px 16px;margin-bottom:8px;box-shadow:0 4px 14px #1714260d}.checkout-page--payment-v2 .progress-bar{padding:6px 16px 10px}.checkout-page--payment-v2 .step-circle{width:24px;height:24px;font-size:9px}.checkout-page--payment-v2 .progress-step:after{height:1px;top:11px}.payv2-summary{background:#fff;border:1px solid #1714260f;border-radius:14px;margin:0 12px 8px;overflow:hidden;box-shadow:0 2px 8px #1714260a}.payv2-summary-toggle{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:11px 12px;display:flex}.payv2-summary-toggle-left{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.payv2-summary-icon{color:#ff5a00;background:#fff3ea;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.payv2-summary-icon svg{width:15px;height:15px}.payv2-summary-label{color:#1f1b2d;font-size:12.5px;font-weight:700;line-height:1.25}.payv2-summary-toggle-right{flex-shrink:0;align-items:center;gap:4px;display:flex}.payv2-summary-toggle-right strong{font-family:var(--font-display);color:#ff5a00;white-space:nowrap;font-size:15px;font-weight:800}.payv2-summary-chevron{color:#7b7f8c;flex-shrink:0;transition:transform .2s}.payv2-summary-chevron.open{transform:rotate(180deg)}.payv2-summary-body{border-top:1px solid #1714260d;padding:0 12px 10px}.payv2-summary-items{margin:0;padding:8px 0 6px;list-style:none}.payv2-summary-item{border-bottom:1px solid #1714260d;align-items:center;gap:10px;padding:8px 0;display:flex}.payv2-summary-item:last-child{border-bottom:none;padding-bottom:4px}.payv2-summary-item-thumb{background:#f5f5f6 50%/cover no-repeat;border:1px solid #1714260f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;display:flex;overflow:hidden}.payv2-summary-item-info{flex:1;min-width:0}.payv2-summary-item-name{color:#1f1b2d;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;line-height:1.3;display:block;overflow:hidden}.payv2-summary-item-meta{color:#7b7f8c;margin-top:2px;font-size:10px;font-weight:600;display:block}.payv2-summary-item-price{font-family:var(--font-display);color:#ff5a00;white-space:nowrap;flex-shrink:0;font-size:13px;font-weight:800}.payv2-summary-delivery{background:#f5f5f6;border-radius:10px;align-items:flex-start;gap:8px;margin:8px 0 6px;padding:8px 10px;display:flex}.payv2-summary-delivery-ico{flex-shrink:0;font-size:14px}.payv2-summary-delivery-lbl{color:#7b7f8c;text-transform:uppercase;letter-spacing:.04em;font-size:9px;font-weight:700;display:block}.payv2-summary-delivery-val{color:#1f1b2d;margin-top:1px;font-size:11px;font-weight:600;line-height:1.3;display:block}.payv2-summary-rows{flex-direction:column;gap:1px;display:flex}.payv2-summary-row{color:#7b7f8c;justify-content:space-between;align-items:center;gap:8px;padding:2px 0;font-size:12px;display:flex}.payv2-summary-row--discount{color:#059669;font-weight:600}.payv2-summary-row--total{color:#1f1b2d;border-top:1px solid #1714260d;margin-top:4px;padding-top:6px;font-size:13px}.payv2-summary-row--total strong{font-family:var(--font-display);color:#ff5a00;font-size:16px;font-weight:800}.payv2-summary-saved{color:#059669;background:#f0fdf6;border-radius:999px;margin-top:6px;padding:4px 8px;font-size:9px;font-weight:700;display:inline-flex}.payv2-badges{flex-wrap:wrap;gap:6px;margin:0 12px 8px;display:flex}.payv2-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:5px 9px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.payv2-badge--urgency{color:#c44a00;background:#fff3ea;border:1px solid #ffb27a}.payv2-badge--shield{color:#059669;background:#fff;border:1px solid #0596692e}.payv2-methods{background:#fff;border:1px solid #1714260f;border-radius:14px;margin:0 12px 8px;padding:12px;box-shadow:0 2px 8px #1714260a}.payv2-methods-title{font-family:var(--font-display);color:#171426;letter-spacing:-.02em;margin:0 0 10px;font-size:18px;font-weight:800;line-height:1.2}.payv2-method-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px;display:grid}.payv2-method{cursor:pointer;text-align:center;background:#f7f7f8;border:1.5px solid #17142614;border-radius:12px;flex-direction:column;align-items:center;gap:2px;padding:10px 6px 9px;transition:border-color .15s,background .15s;display:flex;position:relative}.payv2-method.selected{background:#fff7f0;border-color:#ff5a00;box-shadow:0 2px 8px #ff5a001a}.payv2-method-check{background:#fff;border:1.5px solid #1714261f;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;top:6px;right:6px}.payv2-method.selected .payv2-method-check{background:#ff5a00;border-color:#0000}.payv2-method-icon{border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:1px;display:flex}.payv2-method-icon--pix{background:#fff3ea}.payv2-method-icon--card{color:#1f1b2d;background:#f0f0f2}.payv2-method-name{font-family:var(--font-display);color:#171426;font-size:13px;font-weight:800}.payv2-method-sub{color:#7b7f8c;font-size:9px;font-weight:600;line-height:1.2}.payv2-panel{background:#fff;border:1px solid #17142612;border-radius:12px;padding:12px 10px 10px}.payv2-panel--pix{background:#fff;border-color:#17142612}.payv2-pix-label{color:#7b7f8c;text-align:center;margin:0;font-size:11px;font-weight:600}.payv2-pix-amount{font-family:var(--font-display);color:#ff5a00;text-align:center;letter-spacing:-.03em;margin:2px 0 8px;font-size:clamp(30px,9vw,38px);font-weight:800;line-height:1.05}.payv2-pix-alert{color:#dc2626;text-align:center;background:#fff0f3;border:1px solid #e11d481f;border-radius:8px;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-bottom:10px;padding:7px 10px;font-size:11px;font-weight:600;line-height:1.3;display:flex}.payv2-pix-alert strong{font-family:var(--font-display);font-weight:800}.payv2-btn{width:100%;min-height:56px;font-family:var(--font-display);letter-spacing:.03em;text-transform:uppercase;cursor:pointer;border:none;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:14px 16px;font-size:14px;font-weight:800;transition:transform .12s,opacity .12s;display:flex}.payv2-btn:active:not(:disabled){transform:scale(.98)}.payv2-btn:disabled{opacity:.65;cursor:default}.payv2-btn--checkout{color:#fff;text-transform:none;letter-spacing:.01em;background:linear-gradient(135deg,#ff5a00 0%,#ff7a1a 100%);font-size:15px;box-shadow:0 4px 14px #ff5a0038}.payv2-secure-hint{color:#7b7f8c;text-align:center;justify-content:center;align-items:center;gap:5px;margin:8px 0 0;font-size:10px;font-weight:500;display:flex}.payv2-panel--card{background:#fff;border-color:#17142612;padding:12px 10px 10px}.payv2-card-skeleton{background:linear-gradient(90deg,#f6f6f8 0%,#ececef 50%,#f6f6f8 100%) 0 0/200% 100%;border-radius:12px;min-height:280px;animation:1.2s ease-in-out infinite route-fallback-shimmer}.payv2-card-form{flex-direction:column;gap:10px;display:flex}.payv2-card-form-title{font-family:var(--font-display);color:#171426;letter-spacing:.02em;text-transform:uppercase;margin:0 0 2px;font-size:13px;font-weight:800}.payv2-card-form-group{flex-direction:column;gap:4px;min-width:0;display:flex}.payv2-card-form-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.payv2-card-form-label{color:#7b7f8c;letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:700}.payv2-card-form-input-wrap{position:relative}.payv2-card-form-input,.payv2-card-form-select{color:#171426;box-sizing:border-box;background:#fff;border:1px solid #e8e8ee;border-radius:10px;outline:none;width:100%;padding:12px 11px;font-size:14px;font-weight:600;transition:border-color .15s,box-shadow .15s}.payv2-card-form-input-wrap .payv2-card-form-input{padding-right:40px}.payv2-card-form-input:focus,.payv2-card-form-select:focus{border-color:#ff5a00;box-shadow:0 0 0 3px #ff5a001a}.payv2-card-form-input.error,.payv2-card-form-select.error{border-color:#ef4444}.payv2-card-form-input::placeholder{color:#b0b4bf;font-weight:500}.payv2-card-form-input-ico{color:#7b7f8c;pointer-events:none;display:flex;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.payv2-card-form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237b7f8c' stroke-width='2.4'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding-right:34px}.payv2-card-form-error{color:#ef4444;margin:0;font-size:10px;font-weight:600;line-height:1.3}.payv2-card-form-secure{background:#fff3ea;border:1px solid #ff5a0026;border-radius:10px;align-items:flex-start;gap:10px;padding:10px 11px;display:flex}.payv2-card-form-secure-ico{color:#ff5a00;background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;box-shadow:inset 0 0 0 1px #ff5a001f}.payv2-card-form-secure strong{color:#171426;margin-bottom:2px;font-size:11px;font-weight:800;display:block}.payv2-card-form-secure p{color:#7b7f8c;margin:0;font-size:10px;font-weight:500;line-height:1.35}.payv2-card-form-save{color:#171426;cursor:pointer;align-items:flex-start;gap:8px;font-size:11px;font-weight:600;line-height:1.35;display:flex}.payv2-card-form-save input{accent-color:#ff5a00;flex-shrink:0;width:16px;height:16px;margin-top:1px}.payv2-card-form-save-hint{color:#7b7f8c;margin:-4px 0 2px;padding-left:24px;font-size:10px;line-height:1.35}.payv2-card-title{font-family:var(--font-display);color:#171426;margin:0 0 2px;font-size:14px;font-weight:800}.payv2-card-sub{color:#7b7f8c;margin:0 0 6px;font-size:11px;font-weight:600}.payv2-installment-highlight{font-family:var(--font-display);color:#ff5a00;letter-spacing:-.02em;margin:0 0 8px;font-size:16px;font-weight:800}.payv2-social{background:#fff;border:1px solid #1714260f;border-radius:14px;margin:0 12px 8px;padding:10px 12px;box-shadow:0 2px 6px #17142608}.payv2-social-title{font-family:var(--font-display);color:#171426;align-items:center;gap:6px;margin:0 0 8px;font-size:13px;font-weight:800;display:flex}.payv2-reviews-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ff5a0040 transparent;max-height:228px;margin:0 -2px;padding:0 2px;overflow-y:auto}.payv2-reviews-scroll::-webkit-scrollbar{width:4px}.payv2-reviews-scroll::-webkit-scrollbar-thumb{background:#ff5a0038;border-radius:4px}.payv2-reviews{flex-direction:column;gap:6px;display:flex}.payv2-review{background:#f5f5f6;border:1px solid #1714260a;border-radius:10px;flex-shrink:0;padding:8px 9px}.payv2-review-top{align-items:center;gap:8px;margin-bottom:4px;display:flex}.payv2-review-avatar{color:#fff;letter-spacing:.02em;border:1.5px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:800;display:flex;box-shadow:0 1px 4px #17142614}.payv2-review-avatar--photo{object-fit:cover;padding:0;display:block}.payv2-review-meta{flex:1;min-width:0}.payv2-review-name-row{justify-content:space-between;align-items:center;gap:6px;display:flex}.payv2-review-meta strong{color:#1f1b2d;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:700;overflow:hidden}.payv2-review-badge{color:#059669;align-items:center;gap:3px;margin-top:1px;font-size:9px;font-weight:700;display:inline-flex}.payv2-stars{flex-shrink:0;gap:1px;display:flex}.payv2-review-text{color:#5c5f6b;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:11px;line-height:1.4;display:-webkit-box;overflow:hidden}.payv2-social-foot{color:#7b7f8c;text-align:center;margin:8px 0 0;font-size:10px;font-weight:600}.payv2-security-foot{margin:0 12px 14px;padding:0}.payv2-security-bar{background:#fff;border:1px solid #1714260f;border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:9px 12px;display:flex;box-shadow:0 2px 6px #17142608}.payv2-security-chip{align-items:center;gap:7px;min-width:0;display:inline-flex}.payv2-security-ico{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.payv2-security-ico--shield{color:#059669;background:linear-gradient(145deg,#f0fdf6 0%,#e6faf1 100%);box-shadow:inset 0 0 0 1px #0596691f}.payv2-security-ico--lock{color:#ff5a00;background:linear-gradient(145deg,#fff7f0 0%,#fff0e6 100%);box-shadow:inset 0 0 0 1px #ff5a001f}.payv2-security-label{color:#4b5563;letter-spacing:.01em;white-space:nowrap;font-size:10.5px;font-weight:700;line-height:1.2}.payv2-security-divider{background:linear-gradient(#0000 0%,#1714261a 20% 80%,#0000 100%);flex-shrink:0;width:1px;height:18px}.checkout-page--payment-v2 .installments-grid--pay{gap:6px;margin-bottom:4px}.checkout-page--payment-v2 .installment-chip--pay{border-radius:10px;padding:8px 8px 7px}.checkout-page--payment-v2 .installment-chip--pay .ic-line{font-size:12px}.checkout-page--payment-v2 .installment-chip--pay .ic-free-tag{font-size:9px}.checkout-page--payment-v2 .installment-chip--pay .ic-total{font-size:10px}.pay-block-title{font-family:var(--font-display);color:var(--dark);letter-spacing:-.01em;margin:0 0 10px;font-size:15px;font-weight:700}.pay-summary-card,.pay-methods-block{background:var(--checkout-card);border-radius:var(--checkout-radius);border:1px solid var(--checkout-border);box-shadow:var(--checkout-shadow);margin:0 14px 10px;padding:14px 16px 12px}.pay-methods-block{margin-bottom:16px;padding-bottom:14px}.pay-summary-delivery{background:var(--checkout-surface);border-radius:var(--checkout-radius-sm);border:none;align-items:flex-start;gap:10px;margin-bottom:8px;padding:10px 12px;display:flex}.pay-summary-delivery-icon{background:var(--checkout-card);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:flex;box-shadow:0 2px 8px #0f172a0a}.pay-summary-delivery-text{flex:1;min-width:0}.pay-summary-delivery-label{color:var(--gray);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:700;display:block}.pay-summary-delivery-value{color:var(--dark);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;font-weight:600;line-height:1.35;display:block;overflow:hidden}.pay-summary-items{color:#8b8b95;margin:0 0 8px;font-size:12px;font-weight:600}.pay-summary-rows{flex-direction:column;gap:2px;display:flex}.pay-summary-row{color:#6b7280;justify-content:space-between;align-items:center;gap:8px;padding:3px 0;font-size:13px;display:flex}.pay-summary-row--discount{color:var(--green);font-weight:600}.pay-summary-row--total{color:var(--dark);border-top:1px solid #1118270f;margin-top:6px;padding-top:8px;font-size:14px}.pay-summary-row--total strong{font-family:var(--font-display);color:var(--orange);font-size:18px;font-weight:800}.pay-saved-pill{color:#047857;background:var(--checkout-soft-green);border:none;border-radius:999px;margin-top:8px;padding:5px 10px;font-size:10px;font-weight:700;display:inline-flex}.pay-method-list{flex-direction:column;gap:8px;display:flex}.pay-method-card.selector-card{border-radius:var(--checkout-radius);border:1px solid var(--checkout-border);box-shadow:none;background:var(--checkout-card);margin-bottom:0;padding:15px 14px}.pay-method-card.selector-card.selected{box-shadow:var(--checkout-shadow)}.pay-method-card--pix.selector-card.selected{background:var(--checkout-soft-orange);border-color:#ff5c0038}.pay-method-card--card.selector-card.selected{background:var(--checkout-soft-orange);border-color:#ff5c002e}.pay-method-card.selector-card:not(.selected){background:var(--checkout-surface);border-color:#0000}.pay-method-card.recommended{padding-top:18px}.pay-method-card .sel-recommended{color:#c2410c;background:#ffedd5;padding:2px 7px;font-size:9px;font-weight:700;top:8px;right:10px}.pay-method-card .sel-badge{color:#6b7280;background:#f3f4f6;padding:2px 7px;font-size:9px;font-weight:700}.pay-method-card--pix.selector-card.selected .sel-badge{color:#9a3412;background:#ffedd5}.pay-method-card .sel-icon{border-radius:14px;width:48px;height:48px}.pay-method-card--pix .sel-icon{background:linear-gradient(145deg,#e6faf7 0%,#d4f5ef 100%)}.pay-method-card--card .sel-icon{background:#f3f4f6}.pay-method-panel{margin:-4px 0 12px;padding:0 2px 4px;overflow:hidden}.pay-method-panel--pix{padding:0 2px 4px 52px}.pay-pix-hint{color:var(--dark);margin:0 0 4px;font-size:12px;font-weight:600;line-height:1.4}.pay-pix-secure{color:#9ca3af;margin:0;font-size:11px;font-weight:500;line-height:1.35}.pay-method-panel--card{padding:0 0 6px}.pay-installments-label{color:var(--dark);letter-spacing:-.01em;margin:0 0 12px;font-size:13px;font-weight:700}.installments-grid--pay{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.installment-chip--pay{background:var(--checkout-card);border:1px solid var(--checkout-border);min-height:0;box-shadow:none;border-radius:18px;flex-direction:column;align-items:flex-start;gap:0;padding:12px 11px 11px;display:flex}.installment-chip--pay:not(.selected){background:var(--checkout-surface);border-color:#0000}.installment-chip--pay.selected{background:var(--checkout-soft-orange);box-shadow:var(--checkout-shadow);border-color:#ff5c0038}.installment-chip--pay .ic-line{width:100%;font-size:13px;line-height:1.25}.installment-chip--pay.selected .ic-line{color:var(--orange-dark)}.installment-chip--pay .ic-free-tag{color:#047857;background:var(--checkout-soft-green);border-radius:999px;margin-top:5px;padding:2px 7px;font-size:9px;font-weight:700;line-height:1.2;display:inline-block}.installment-chip--pay .ic-total{color:#9ca3af;width:100%;margin-top:6px;font-size:10px}.installment-chip--pay.selected .ic-total{color:#6b7280}.pay-card-hint{color:#9ca3af;text-align:center;margin:12px 0 0;font-size:11px;line-height:1.4}.btn-primary--checkout{border-radius:18px}.pay-benefit{color:var(--green);background:var(--green-dim);border-radius:8px;align-items:center;gap:6px;margin-top:8px;padding:8px 10px;font-size:12px;font-weight:700;display:flex}.card-pay-overlay{z-index:200;background:#0f172a73;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.card-pay-sheet{-webkit-overflow-scrolling:touch;background:var(--checkout-card);width:100%;max-width:480px;max-height:88vh;padding:20px 18px calc(20px + env(safe-area-inset-bottom,0px));border-radius:22px 22px 0 0;position:relative;overflow-y:auto;box-shadow:0 -12px 40px #0f172a1f}.card-pay-close{background:var(--checkout-surface);color:#6b7280;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:22px;line-height:1;display:flex;position:absolute;top:14px;right:14px}.card-pay-title{font-family:var(--font-display);color:var(--dark);letter-spacing:-.02em;margin:0 36px 4px 0;font-size:18px;font-weight:700}.card-pay-subtitle{color:#8b8b95;margin:0 0 10px;font-size:13px;line-height:1.4}.card-pay-installment{color:var(--dark);background:var(--checkout-soft-orange);border-radius:12px;margin:0 0 16px;padding:8px 12px;font-size:13px;font-weight:600;line-height:1.35}.card-pay-form .field-group{margin-bottom:12px}.card-pay-save{color:var(--dark);cursor:pointer;align-items:flex-start;gap:8px;margin:4px 0 2px;font-size:12px;display:flex}.card-pay-save input{flex-shrink:0;margin-top:2px}.card-pay-save-hint{color:var(--gray);margin:0 0 8px;font-size:10px;line-height:1.35}.field-input-locked{color:#6b7280;background:#f3f4f6}.field-hint{color:var(--gray,#6b7280);margin:6px 0 0;font-size:11px;line-height:1.4}.field-hint strong{color:var(--dark,#111827);font-weight:700}.card-pay-actions{flex-direction:column;gap:10px;margin-top:8px;display:flex}.card-pay-btn-secondary{background:var(--checkout-surface);width:100%;font-family:var(--font-body);color:var(--dark);cursor:pointer;border:none;border-radius:16px;padding:14px;font-size:15px;font-weight:600}.card-pay-btn-secondary:active{background:#eef0f3}.card-pay-btn-primary{margin:0}@media (width<=340px){.card-pay-sheet{padding:18px 14px calc(18px + env(safe-area-inset-bottom,0px));border-radius:20px 20px 0 0}.card-pay-title{font-size:17px}}.pix-page-tt{background:var(--checkout-bg);box-sizing:border-box;max-width:480px;min-height:100dvh;margin:0 auto}.pix-shell-top{z-index:110;padding-top:env(safe-area-inset-top,0px);-webkit-backdrop-filter:blur(20px)saturate(1.05);background:linear-gradient(#fffffff7 0%,#ffffffe6 100%);border:none;border-radius:0 0 24px 24px;margin:0 0 14px;position:sticky;top:0;overflow:hidden;box-shadow:0 8px 26px #0f172a0d}.pix-topbar{-webkit-backdrop-filter:none;min-height:0;box-shadow:none;background:0 0;border:none;grid-template-columns:42px 1fr 42px;align-items:center;gap:8px;padding:12px 18px 14px;display:grid;position:relative}.pix-topbar-back{background:var(--checkout-surface);color:#374151;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin:0;transition:background .15s,transform .1s;display:flex;box-shadow:0 2px 8px #0f172a0a}.pix-topbar-back:active{background:#eef0f3;transform:scale(.96)}.pix-topbar-title{text-align:center;color:var(--dark);font-size:17px;font-weight:700;font-family:var(--font-display);letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;margin:0;line-height:1.2;overflow:hidden}.pix-topbar-spacer{justify-self:end;width:38px}.pix-body{padding:4px 16px calc(28px + env(safe-area-inset-bottom,0px))}.pix-amount-block{margin-bottom:18px;padding-top:0}.pix-amount-label{color:#8b8b95;margin:0 0 6px;font-size:13px;font-weight:500}.pix-amount-value{font-family:var(--font-display);letter-spacing:-.03em;color:var(--dark);margin:0;font-size:36px;font-weight:800;line-height:1.12}.pix-due{margin-bottom:22px}.pix-due-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pix-due-label{color:var(--dark);font-size:14px;font-weight:500}.pix-countdown-pill{font-family:var(--font-display);color:#dc2626;letter-spacing:.02em;background:#fff0f2;border:none;border-radius:999px;align-items:center;padding:6px 12px;font-size:13px;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 2px 8px #dc262614}.pix-countdown-pill.is-expired{color:#9f1239;background:#ffe4e8}.pix-due-deadline{color:#9ca3af;margin:10px 0 0;font-size:12px;line-height:1.45}.pix-pay-card{background:var(--checkout-card);border-radius:var(--checkout-radius);border:1px solid var(--checkout-border);box-shadow:var(--checkout-shadow);margin-bottom:14px;padding:18px 16px 16px}.pix-pay-head{align-items:center;gap:10px;margin-bottom:14px;display:flex}.pix-pay-icon{background:linear-gradient(145deg,#e6faf7 0%,#d4f5ef 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 2px 8px #32bcad1f}.pix-pay-title{color:var(--dark);letter-spacing:-.01em;font-size:17px;font-weight:700}.pix-pay-subtitle{color:#8b8b95;margin:-4px 0 12px;font-size:12px;font-weight:500;line-height:1.4}.pix-code-label{color:#9ca3af;letter-spacing:.01em;margin:0 0 8px;font-size:11px;font-weight:600}.pix-code-box{background:var(--checkout-surface);border-radius:var(--checkout-radius-sm);text-align:center;border:none;min-width:0;margin-bottom:14px;padding:14px 16px}.pix-pay-code{color:#1f2937;font-size:14px;font-weight:600;line-height:1.35;font-family:var(--font-body);text-overflow:ellipsis;white-space:nowrap;word-break:normal;max-width:100%;margin:0;overflow:hidden}.pix-copy-btn{width:100%;max-width:100%;font-family:var(--font-display);color:#fff;background:var(--orange);cursor:pointer;box-sizing:border-box;border:none;border-radius:18px;padding:15px 16px;font-size:16px;font-weight:700;transition:background .15s,transform .1s,box-shadow .15s;box-shadow:0 8px 22px #ff5c0038}.pix-copy-btn:active{transform:scale(.985);box-shadow:0 4px 14px #ff5c002e}.pix-copy-btn.copied{background:var(--green);box-shadow:0 6px 18px #22c55e33}.pix-copy-btn:disabled{opacity:.45;cursor:not-allowed}.pix-pay-loading{color:var(--dark);text-align:center;flex-direction:column;align-items:stretch;gap:10px;padding:12px 8px 16px;font-size:14px;font-weight:600;display:flex}.pix-pay-skeleton{background:linear-gradient(90deg,#f2f2f4 0%,#e8e8ed 50%,#f2f2f4 100%) 0 0/200% 100%;border-radius:10px;height:52px;animation:1.2s ease-in-out infinite route-fallback-shimmer}.pix-pay-spinner{border:3px solid #f0f0f0;border-top-color:var(--orange);border-radius:50%;flex-shrink:0;width:22px;height:22px;animation:.7s linear infinite pixSpin}@keyframes pixSpin{to{transform:rotate(360deg)}}.pix-pay-error{text-align:center;padding:8px 0 4px}.pix-pay-error p{color:var(--red,#dc2626);margin:0 0 12px;font-size:13px;line-height:1.45}.pix-retry-btn{border-radius:var(--checkout-radius-sm);background:var(--checkout-surface);width:100%;color:var(--dark);cursor:pointer;font-size:14px;font-weight:600;font-family:var(--font-body);border:none;padding:12px 14px}.pix-retry-btn:active{background:#f9fafb}.pix-mock-badge{color:var(--gray);text-align:center;margin:-8px 0 12px;font-size:11px;font-weight:600}.pix-hint{color:#a1a1aa;text-align:center;margin:0 0 24px;font-size:10px;line-height:1.5}.pix-help{margin-bottom:26px;padding:0 2px}.pix-help-title{color:var(--dark);letter-spacing:-.01em;margin:0 0 10px;font-size:15px;font-weight:700}.pix-help-text{color:#8b8b95;margin:0;font-size:13px;font-weight:400;line-height:1.6}.pix-summary-card{background:var(--checkout-card);border-radius:var(--checkout-radius);border:1px solid var(--checkout-border);box-shadow:var(--checkout-shadow);margin-bottom:10px;padding:16px}.pix-summary-heading{color:var(--dark);margin:0 0 4px;font-size:14px;font-weight:700}.pix-summary-id{color:var(--gray);margin:0 0 12px;font-size:12px}.pix-summary-list{margin:0;padding:0;list-style:none}.pix-summary-line{border-bottom:1px solid #1118270d;align-items:center;gap:10px;padding:8px 0;display:flex}.pix-summary-line:last-of-type{border-bottom:none}.pix-summary-thumb{background:var(--checkout-surface) center / cover no-repeat;border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex;overflow:hidden}.pix-summary-info{flex:1;min-width:0}.pix-summary-name{color:var(--dark);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;display:block;overflow:hidden}.pix-summary-meta{color:var(--gray);margin-top:2px;font-size:11px;display:block}.pix-summary-price{color:var(--dark);white-space:nowrap;flex-shrink:0;font-size:13px;font-weight:700}.pix-summary-more{color:var(--gray);padding:6px 0 2px 50px;font-size:12px;font-weight:600;list-style:none}.pix-summary-foot{border-top:1px solid #1118270f;margin-top:12px;padding-top:12px}.pix-summary-row{color:var(--gray);justify-content:space-between;align-items:center;gap:12px;padding:4px 0;font-size:13px;display:flex}.pix-summary-row strong{color:var(--dark);white-space:nowrap;font-weight:700}.pix-status-pill{color:#c2410c;background:var(--checkout-soft-orange);white-space:nowrap;border:none;border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.step-num{background:var(--orange);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:800;display:flex}.step-text{color:var(--dark);padding-top:2px;font-size:13px;line-height:1.4}.order-approved{text-align:center;background:var(--checkout-bg);min-height:100dvh;padding:32px 16px 40px}.check-icon{background:var(--checkout-soft-green);width:84px;height:84px;box-shadow:var(--checkout-shadow);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;display:flex}@keyframes popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.order-id{color:var(--gray);margin-bottom:4px;font-size:12px}.order-title{font-family:var(--font-display);color:var(--dark);letter-spacing:-.02em;margin-bottom:8px;font-size:22px;font-weight:800}.order-msg{color:var(--gray);margin-bottom:24px;font-size:14px;line-height:1.5}.order-card{background:var(--checkout-card);border-radius:var(--checkout-radius);text-align:left;box-shadow:var(--checkout-shadow);border:1px solid var(--checkout-border);margin:0 14px 12px;padding:18px}.order-card-title{color:var(--gray);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:12px;font-weight:700}.order-item-row{justify-content:space-between;padding:4px 0;font-size:13px;display:flex}@media (width<=340px){.pix-body{padding-left:12px;padding-right:12px}.pix-amount-value{font-size:30px}.pix-pay-card{border-radius:18px;padding:16px 12px 14px}.pix-code-box{padding:12px 10px}.pix-pay-code{font-size:13px}.pix-code-label{font-size:10px}.pix-pay-subtitle{font-size:11px}.pix-copy-btn{border-radius:14px;padding:14px 12px;font-size:15px}.pix-shell-top{border-radius:0 0 20px 20px;margin-bottom:12px}.pix-topbar{grid-template-columns:38px 1fr 38px;padding:10px 14px 12px}.pix-topbar-back{width:36px;height:36px}.pix-topbar-spacer{width:36px}.pix-topbar-title{font-size:15px}.pix-summary-card{border-radius:18px;padding:14px 12px}.pix-summary-thumb{border-radius:12px;width:40px;height:40px}.pix-summary-name,.pix-summary-price{font-size:12px}.pix-status-pill{padding:3px 8px;font-size:10px}.checkout-page{padding-bottom:calc(148px + env(safe-area-inset-bottom,0px))}.checkout-section,.review-card,.order-card{border-radius:20px;margin-left:12px;margin-right:12px}.checkout-section{padding:16px}.checkout-shell-top{border-radius:0 0 20px 20px;margin-bottom:12px}.checkout-header{grid-template-columns:38px 1fr auto;padding:10px 14px 4px}.checkout-title{font-size:15px}.back-btn{width:36px;height:36px}.progress-bar{padding:8px 14px 12px}.step-label{font-size:8px}.checkout-bar{padding:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));border-radius:20px 20px 0 0}.btn-primary{border-radius:16px;padding:15px;font-size:15px}.checkout-page--payment-v2{padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))}.payv2-summary,.payv2-methods,.payv2-social{margin-left:10px;margin-right:10px}.payv2-badges{gap:5px;margin-left:10px;margin-right:10px}.payv2-badge{padding:4px 8px;font-size:9px}.payv2-methods{padding:10px}.payv2-methods-title{margin-bottom:8px;font-size:16px}.payv2-method-grid{gap:6px;margin-bottom:8px}.payv2-method{padding:8px 5px 7px}.payv2-method-icon{width:30px;height:30px}.payv2-method-name{font-size:12px}.payv2-method-sub{font-size:8.5px}.payv2-summary-toggle{padding:10px}.payv2-summary-toggle-right strong{font-size:14px}.payv2-summary-label{font-size:11.5px}.payv2-pix-amount{font-size:clamp(28px,8.5vw,34px)}.payv2-btn{min-height:52px;padding:13px 14px;font-size:14px}.payv2-card-form-row{grid-template-columns:1fr 1fr;gap:6px}.payv2-card-form-input,.payv2-card-form-select{padding:11px 10px;font-size:13px}}@media (width<=360px){.payv2-card-form-row{grid-template-columns:1fr}}@media (width<=380px){.payv2-installment-highlight{font-size:15px}.payv2-panel{padding:10px 8px 8px}.payv2-reviews-scroll{max-height:210px}.payv2-review-avatar{width:28px;height:28px;font-size:10px}.payv2-summary-item-thumb{border-radius:9px;width:46px;height:46px}.payv2-summary-item-name{font-size:11.5px}.payv2-summary-item-price{font-size:12px}.payv2-summary-delivery-val{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.checkout-page--payment{padding-bottom:calc(168px + env(safe-area-inset-bottom,0px))}.checkout-page--payment-card{padding-bottom:calc(240px + env(safe-area-inset-bottom,0px))}.pay-summary-card,.pay-methods-block{border-radius:20px;margin-left:12px;margin-right:12px;padding:12px}.pay-summary-delivery-value{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.pay-method-card.selector-card{padding:14px 12px}.selector-card .sel-badge{padding:2px 6px;font-size:9px}.installments-grid--pay{gap:8px}.installment-chip--pay{border-radius:16px;padding:10px 9px 9px}.installment-chip--pay .ic-line{font-size:12px}.checkout-bar--premium{padding:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.btn-primary--checkout{padding:15px 14px;font-size:15px}}@media (width<=340px){.checkout-logo{transform:scale(.82)}.progress-step:after{height:1px;top:11px}.step-circle{width:24px;height:24px;font-size:9px}.field-row{gap:8px}.field-input{padding:12px 11px;font-size:15px}.coupon-sheet-title{padding-left:14px;font-size:16px}.coupon-sheet-body{padding-left:12px;padding-right:12px}.coupon-sheet-manual-btn{padding:0 10px;font-size:10px}}.card-analysis-page{padding-bottom:calc(32px + env(safe-area-inset-bottom,0px))}.card-analysis-wrap{flex-direction:column;gap:14px;max-width:480px;margin:0 auto;padding:16px 16px 24px;display:flex}.card-analysis-hero,.card-analysis-card{background:#fff;border:1px solid #1118270f;border-radius:20px;padding:22px 18px;box-shadow:0 10px 30px #0f172a0f}.card-analysis-hero{text-align:center}.card-analysis-title{color:#171426;margin:0 0 8px;font-size:20px;font-weight:800;line-height:1.25}.card-analysis-subtitle{color:#7b7f8c;margin:0 0 18px;font-size:14px;line-height:1.5}.card-analysis-protocol{background:#f5f5f6;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.card-analysis-protocol-label{letter-spacing:.06em;color:#7b7f8c;font-size:11px;font-weight:700}.card-analysis-protocol-value{color:#171426;font-size:14px;font-weight:800}.card-analysis-attention{color:#fff;text-align:center;background:radial-gradient(circle at 80% 0,#ffffff38,#0000 34%),linear-gradient(135deg,#ff5a00 0%,#ff7a1a 100%);border-radius:22px;flex-direction:column;align-items:center;padding:22px 20px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 35px #ff5a0047,inset 0 1px #ffffff38}.card-analysis-attention-title{color:#fff;max-width:280px;margin:0 auto 10px;font-size:16px;font-weight:800;line-height:1.25}.card-analysis-attention-text{color:#ffffffeb;max-width:290px;margin:0 auto 16px;font-size:13px;line-height:1.45}.card-analysis-attention .card-analysis-pill{color:#fff;background:#ffffff2e;border:1px solid #ffffff38;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:8px 13px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 8px 18px #0000001f}.card-analysis-attention .card-analysis-pill svg{flex-shrink:0;width:13px;height:13px}.card-analysis-card-title{color:#171426;margin:0 0 14px;font-size:16px;font-weight:800}.card-analysis-row{color:#7b7f8c;border-bottom:1px solid #1118270f;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;font-size:13px;display:flex}.card-analysis-row:last-child{border-bottom:none;padding-bottom:0}.card-analysis-row strong{color:#171426;text-align:right;font-weight:700}.card-analysis-status-pill{color:#ff5a00;background:#fff3ea;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.card-analysis-steps{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.card-analysis-step{align-items:flex-start;gap:12px;display:flex}.card-analysis-step-dot{color:#ff5a00;background:#fff;border:2px solid #ff5a00;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:flex}.card-analysis-step--done .card-analysis-step-dot{color:#fff;background:#ff5a00;border-color:#ff5a00}.card-analysis-step--future .card-analysis-step-dot{color:#9ca3af;border-color:#d1d5db}.card-analysis-step--future .card-analysis-step-title,.card-analysis-step--future .card-analysis-step-text{color:#9ca3af}.card-analysis-step-title{color:#171426;margin-bottom:2px;font-size:14px;font-weight:800}.card-analysis-step-text{color:#7b7f8c;font-size:12px;line-height:1.45}.card-analysis-footer{text-align:center;flex-direction:column;gap:6px;margin-top:4px;display:flex}.card-analysis-footer p{color:#7b7f8c;justify-content:center;align-items:center;gap:6px;margin:0;font-size:12px;display:inline-flex}.card-analysis-home-btn{margin-top:4px}.card-analysis-secondary-btn{color:#7b7f8c;cursor:pointer;background:0 0;border:none;width:100%;margin-top:8px;padding:10px;font-family:inherit;font-size:13px;font-weight:600}
/*$vite$:1*/