@charset "UTF-8";.user-menu[data-v-f1572d6e]{position:relative}.header-icon-btn[data-v-f1572d6e]{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--text-secondary);transition:var(--transition)}.header-icon-btn[data-v-f1572d6e]:hover,.header-icon-btn.active[data-v-f1572d6e]{color:var(--accent)}.user-menu-dropdown[data-v-f1572d6e]{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;max-height:calc(100vh - var(--header-h) - 16px);overflow-y:auto;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:6px;box-shadow:var(--shadow-lg);z-index:200;list-style:none}.user-menu-item button[data-v-f1572d6e]{width:100%;padding:10px 12px;border-radius:var(--radius-sm);font-size:14px;color:var(--text-primary);text-align:left;transition:var(--transition);background:transparent;border:none;cursor:pointer}.user-menu-item button[data-v-f1572d6e]:hover{background:var(--bg-surface);color:var(--accent)}.user-menu-item.divider[data-v-f1572d6e]{height:1px;background:var(--border);margin:6px 0;padding:0}.menu-fade-enter-active[data-v-f1572d6e],.menu-fade-leave-active[data-v-f1572d6e]{transition:opacity .15s ease,transform .15s ease}.menu-fade-enter-from[data-v-f1572d6e],.menu-fade-leave-to[data-v-f1572d6e]{opacity:0;transform:translateY(-6px)}.header-select[data-v-9a5a2538]{position:relative}.header-select-trigger[data-v-9a5a2538]{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:44px;padding:0 12px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;font-weight:600;color:var(--text-primary);cursor:pointer;transition:var(--transition);white-space:nowrap}.header-select-trigger[data-v-9a5a2538]:hover,.header-select-trigger.open[data-v-9a5a2538]{border-color:var(--accent);color:var(--accent)}.header-select-arrow[data-v-9a5a2538]{font-size:9px;color:var(--text-muted);transition:transform .2s ease}.header-select-arrow.open[data-v-9a5a2538]{transform:rotate(180deg)}.header-select-trigger:hover .header-select-arrow[data-v-9a5a2538],.header-select-trigger.open .header-select-arrow[data-v-9a5a2538]{color:var(--accent)}.header-select-list[data-v-9a5a2538]{position:absolute;top:calc(100% + 6px);right:0;min-width:100%;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:4px;box-shadow:var(--shadow-lg);list-style:none;z-index:200}.header-select-item[data-v-9a5a2538]{padding:10px 12px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:var(--transition);white-space:nowrap}.header-select-item[data-v-9a5a2538]:hover{background:var(--bg-surface);color:var(--text-primary)}.header-select-item.active[data-v-9a5a2538]{background:var(--accent);color:#1c1c1c;font-weight:700}.header-select-fade-enter-active[data-v-9a5a2538],.header-select-fade-leave-active[data-v-9a5a2538]{transition:opacity .15s ease,transform .15s ease}.header-select-fade-enter-from[data-v-9a5a2538],.header-select-fade-leave-to[data-v-9a5a2538]{opacity:0;transform:translateY(-4px)}.mobile-menu[data-v-bd741af5]{display:none}.mobile-menu.open[data-v-bd741af5]{display:block}.mobile-menu-overlay[data-v-bd741af5]{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:250}.mobile-menu-panel[data-v-bd741af5]{position:fixed;top:0;left:0;bottom:0;width:min(360px,85vw);background:var(--bg-card);border-right:1px solid var(--border);z-index:260;display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.mobile-menu-header[data-v-bd741af5]{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.mobile-menu-title[data-v-bd741af5]{font-size:18px;font-weight:800}.mobile-menu-close[data-v-bd741af5]{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--text-muted);background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition)}.mobile-menu-close[data-v-bd741af5]:hover{color:var(--accent);border-color:var(--accent)}.mobile-menu-body[data-v-bd741af5]{flex:1;overflow-y:auto;padding:8px 16px 24px}.mobile-menu-category[data-v-bd741af5]{border-bottom:1px solid var(--border)}.mobile-menu-category-toggle[data-v-bd741af5]{width:100%;display:flex;align-items:center;gap:12px;padding:14px 0;font-size:15px;font-weight:600;color:var(--text-primary);background:transparent;border:none;cursor:pointer;text-align:left}.mobile-menu-category-icon[data-v-bd741af5]{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--accent)}.mobile-menu-category-icon svg[data-v-bd741af5]{display:block;width:22px;height:22px;fill:currentColor}.mobile-menu-category-arrow[data-v-bd741af5]{margin-left:auto;font-size:10px;color:var(--text-muted);transition:transform .2s ease}.mobile-menu-category.expanded .mobile-menu-category-arrow[data-v-bd741af5]{transform:rotate(180deg)}.mobile-menu-category-items[data-v-bd741af5]{padding:0 0 16px 36px}.mobile-menu-sub-group[data-v-bd741af5]{margin-bottom:12px}.mobile-menu-sub[data-v-bd741af5]{display:block;font-size:14px;font-weight:600;color:var(--text-primary);padding:6px 0;transition:var(--transition)}.mobile-menu-sub[data-v-bd741af5]:hover{color:var(--accent)}.mobile-menu-sub span[data-v-bd741af5]{font-weight:400;color:var(--text-muted);font-size:12px}.mobile-menu-child[data-v-bd741af5]{display:block;font-size:13px;color:var(--text-muted);padding:4px 0 4px 12px;transition:var(--transition)}.mobile-menu-child[data-v-bd741af5]:hover{color:var(--accent)}.mobile-menu-all[data-v-bd741af5]{color:var(--accent);font-weight:700;margin-bottom:12px}@media (min-width: 769px){.mobile-menu.open[data-v-bd741af5]{display:none}}.category-nav[data-v-1df8af79]{background:var(--bg-secondary);border-bottom:1px solid var(--border);position:relative;z-index:90}.category-nav-inner[data-v-1df8af79]{display:flex;align-items:center;height:48px}.category-nav-list[data-v-1df8af79]{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0}.category-nav-item[data-v-1df8af79]{position:static}.category-nav-link[data-v-1df8af79]{display:inline-flex;align-items:center;gap:8px;padding:0 20px;height:48px;font-size:14px;font-weight:500;color:var(--text-secondary);transition:var(--transition);white-space:nowrap}.category-nav-link[data-v-1df8af79]:hover,.category-nav-link.active[data-v-1df8af79]{color:var(--accent);background:var(--bg-surface)}.category-nav-icon[data-v-1df8af79]{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.category-nav-icon svg[data-v-1df8af79]{width:20px;height:20px;fill:currentColor;stroke:none}.category-nav-mega[data-v-1df8af79]{position:absolute;top:100%;left:0;right:0;background:var(--bg-card);border-bottom:1px solid var(--border);box-shadow:var(--shadow-lg);padding:24px 0}.category-nav-mega-inner h3[data-v-1df8af79]{font-size:18px;font-weight:800;color:var(--accent);margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.category-nav-mega-cols[data-v-1df8af79]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px 24px}.category-nav-mega-col[data-v-1df8af79]{display:flex;flex-direction:column;gap:6px}.category-nav-mega-sub[data-v-1df8af79]{font-size:14px;font-weight:600;color:var(--text-primary);padding:4px 0;transition:var(--transition)}.category-nav-mega-sub[data-v-1df8af79]:hover{color:var(--accent)}.category-nav-mega-sub span[data-v-1df8af79]{font-weight:400;color:var(--text-muted);font-size:12px}.category-nav-mega-child[data-v-1df8af79]{font-size:13px;color:var(--text-muted);padding:2px 0 2px 12px;transition:var(--transition)}.category-nav-mega-child[data-v-1df8af79]:hover{color:var(--accent)}.category-nav-toggle[data-v-1df8af79]{margin-left:auto;padding:0 20px;height:48px;background:transparent;border:none;color:var(--accent);font-size:14px;font-weight:500;cursor:pointer;transition:var(--transition);white-space:nowrap}.category-nav-toggle[data-v-1df8af79]:hover{color:var(--text-primary)}@media (max-width: 768px){.category-nav[data-v-1df8af79]{display:none}}.star-rating[data-v-7fd60cb8]{display:inline-flex;align-items:center;gap:2px}.star-rating-star[data-v-7fd60cb8]{position:relative;display:inline-flex;padding:0;margin:0;background:none;border:none;cursor:pointer;color:var(--text-muted);transition:color .15s ease,transform .1s ease}.star-rating-star[data-v-7fd60cb8]:hover:not(:disabled){transform:scale(1.1)}.star-rating-star[data-v-7fd60cb8]:disabled{cursor:default}.star-rating-star span[data-v-7fd60cb8]{display:inline-flex}.star-rating--sm .star-rating-star span svg[data-v-7fd60cb8]{width:14px;height:14px}.star-rating--md .star-rating-star span svg[data-v-7fd60cb8]{width:18px;height:18px}.star-rating--lg .star-rating-star span svg[data-v-7fd60cb8]{width:24px;height:24px}.star-track[data-v-7fd60cb8]{color:var(--text-muted);opacity:.5}.star-fill[data-v-7fd60cb8]{position:absolute;top:0;left:0;color:#f5a623;overflow:hidden;pointer-events:none}.star-filled .star-track[data-v-7fd60cb8]{color:#f5a623;opacity:1}.star-empty .star-fill[data-v-7fd60cb8]{display:none}.dropdown-field[data-v-1758bf31]{display:flex;flex-direction:column;gap:6px;position:relative}.dropdown-field label[data-v-1758bf31]{font-size:13px;color:var(--text-muted);font-weight:600}.dropdown-trigger[data-v-1758bf31]{width:100%;padding:12px 16px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-primary);transition:var(--transition);font-family:inherit;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left}.dropdown-trigger[data-v-1758bf31]:focus,.dropdown-trigger.dropdown-open[data-v-1758bf31]{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #f3b7121f}.dropdown-trigger[data-v-1758bf31]:disabled{opacity:.6;cursor:not-allowed}.dropdown-trigger-text[data-v-1758bf31]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-trigger-text.placeholder[data-v-1758bf31]{color:var(--text-muted)}.dropdown-arrow[data-v-1758bf31]{font-size:10px;color:var(--text-muted);transition:transform .2s ease;flex-shrink:0;margin-left:8px}.dropdown-arrow.open[data-v-1758bf31]{transform:rotate(180deg)}.dropdown-list[data-v-1758bf31]{position:absolute;top:100%;left:0;right:auto;min-width:100%;width:max-content;margin-top:4px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);max-height:240px;overflow-y:auto;z-index:20;list-style:none;padding:4px;box-shadow:var(--shadow-lg)}.dropdown-item[data-v-1758bf31]{padding:10px 12px;border-radius:var(--radius-sm);cursor:pointer;font-size:14px;color:var(--text-secondary);transition:var(--transition);white-space:nowrap}.dropdown-item[data-v-1758bf31]:hover{background:var(--bg-surface);color:var(--text-primary)}.dropdown-item.selected[data-v-1758bf31]{background:var(--accent);color:#1c1c1c;font-weight:600}.dropdown-item.disabled[data-v-1758bf31]{opacity:.5;cursor:not-allowed}.dropdown-item.disabled[data-v-1758bf31]:hover{background:transparent;color:var(--text-secondary)}.input-error[data-v-1758bf31]{font-size:12px;color:#ef4444;margin-top:4px}.dropdown-field.has-error .dropdown-trigger[data-v-1758bf31]{border-color:#ef4444}.dropdown-field.has-error .dropdown-trigger[data-v-1758bf31]:focus,.dropdown-field.has-error .dropdown-trigger.dropdown-open[data-v-1758bf31]{box-shadow:0 0 0 3px #ef444426}[data-theme=light] .dropdown-trigger[data-v-1758bf31]:focus,[data-theme=light] .dropdown-trigger.dropdown-open[data-v-1758bf31]{box-shadow:0 0 0 3px #f3b7121f}[data-theme=light] .dropdown-field.has-error .dropdown-trigger[data-v-1758bf31]:focus,[data-theme=light] .dropdown-field.has-error .dropdown-trigger.dropdown-open[data-v-1758bf31]{box-shadow:0 0 0 3px #ef444426}.product-reviews[data-v-5b60e7c2]{padding-top:8px}.product-reviews-summary[data-v-5b60e7c2]{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding:16px;background:var(--bg-secondary);border-radius:8px}.product-reviews-rating[data-v-5b60e7c2]{display:flex;align-items:center;gap:8px}.product-reviews-rating-value[data-v-5b60e7c2]{font-size:24px;font-weight:700;line-height:1}.product-reviews-count[data-v-5b60e7c2]{color:var(--text-muted)}.product-reviews-loading[data-v-5b60e7c2],.product-reviews-empty[data-v-5b60e7c2],.product-reviews-error[data-v-5b60e7c2]{padding:16px 0;color:var(--text-muted)}.product-reviews-error[data-v-5b60e7c2]{color:var(--red)}.product-reviews-list[data-v-5b60e7c2]{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:16px}.product-review-item[data-v-5b60e7c2]{padding:16px;border:1px solid var(--border-color);border-radius:8px}.product-review-item--mine[data-v-5b60e7c2]{border-color:var(--accent);background:#f3b7120d}.product-review-header[data-v-5b60e7c2]{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.product-review-author[data-v-5b60e7c2]{font-weight:600}.product-review-date[data-v-5b60e7c2]{font-size:12px;color:var(--text-muted)}.product-review-rating[data-v-5b60e7c2]{margin-bottom:8px}.product-review-text[data-v-5b60e7c2]{line-height:1.5;white-space:pre-wrap}.product-review-images[data-v-5b60e7c2]{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.product-review-image-link[data-v-5b60e7c2]{display:block;width:80px;height:80px;border-radius:6px;overflow:hidden;border:1px solid var(--border-color)}.product-review-image[data-v-5b60e7c2]{width:100%;height:100%;object-fit:cover}.product-review-status[data-v-5b60e7c2]{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:13px}.product-review-status-label[data-v-5b60e7c2]{color:var(--text-muted)}.product-review-status-badge[data-v-5b60e7c2]{padding:2px 8px;border-radius:12px;font-size:12px}.badge-approved[data-v-5b60e7c2]{background:#27ae6026;color:#27ae60}.badge-pending[data-v-5b60e7c2]{background:#f5a62326;color:#f5a623}.product-review-actions[data-v-5b60e7c2]{display:flex;gap:8px;margin-top:12px}.product-reviews-auth[data-v-5b60e7c2]{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:16px;background:var(--bg-secondary);border-radius:8px}.product-reviews-form[data-v-5b60e7c2]{padding:16px;border:1px solid var(--border-color);border-radius:8px}.product-reviews-form-title[data-v-5b60e7c2]{margin:0 0 16px;font-size:16px;font-weight:600}.product-reviews-form-row[data-v-5b60e7c2]{margin-bottom:16px}.product-reviews-form-label[data-v-5b60e7c2]{display:block;margin-bottom:8px;font-size:14px;color:var(--text-muted)}.product-reviews-form-textarea[data-v-5b60e7c2]{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:6px;background:var(--bg-surface);color:var(--text-primary);font-family:inherit;font-size:14px;resize:vertical}.product-reviews-not-allowed[data-v-5b60e7c2]{padding:16px;background:var(--bg-secondary);border-radius:8px;color:var(--text-muted)}.product-reviews-photo-input[data-v-5b60e7c2]{position:absolute;opacity:0;pointer-events:none}.product-reviews-photos[data-v-5b60e7c2]{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start}.product-reviews-photo-thumb[data-v-5b60e7c2],.product-reviews-photo-add[data-v-5b60e7c2]{width:84px;height:84px;border-radius:8px;overflow:hidden;flex-shrink:0}.product-reviews-photo-thumb[data-v-5b60e7c2]{position:relative;border:1px solid var(--border-color)}.product-reviews-photo-thumb img[data-v-5b60e7c2]{width:100%;height:100%;object-fit:cover}.product-reviews-photo-thumb--new[data-v-5b60e7c2]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px dashed var(--accent);border-radius:8px;pointer-events:none}.product-reviews-photo-remove[data-v-5b60e7c2]{position:absolute;top:4px;right:4px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:50%;background:#00000080;color:#fff;font-size:14px;line-height:1;cursor:pointer;transition:background-color .15s}.product-reviews-photo-remove[data-v-5b60e7c2]:hover{background:#ef4444e6}.product-reviews-photo-add[data-v-5b60e7c2]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px dashed var(--border-color);background:var(--bg-surface);color:var(--text-muted);cursor:pointer;transition:border-color .2s,background-color .2s,color .2s}.product-reviews-photo-add[data-v-5b60e7c2]:hover{border-color:var(--accent);background:#f3b71214;color:var(--text-primary)}.product-reviews-photo-add-icon[data-v-5b60e7c2]{font-size:28px;font-weight:300;line-height:1}.product-reviews-photo-add-text[data-v-5b60e7c2]{font-size:11px;text-align:center;padding:0 4px}.product-reviews-form-hint[data-v-5b60e7c2]{margin-top:8px;font-size:12px;color:var(--text-muted)}.product-reviews-form-actions[data-v-5b60e7c2]{display:flex;gap:12px}.acc-addresses .acc-address-list[data-v-8b85d81f]{display:flex;flex-direction:column;gap:16px}.acc-addresses .acc-address-card[data-v-8b85d81f]{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.acc-addresses .acc-address-card.is-default[data-v-8b85d81f]{border-color:var(--accent)}.acc-addresses .acc-address-header[data-v-8b85d81f]{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.acc-addresses .acc-address-label[data-v-8b85d81f]{font-size:18px;font-weight:700;margin:0}.acc-addresses .acc-address-badge[data-v-8b85d81f]{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:var(--radius);font-size:12px;font-weight:600;color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,transparent)}.acc-addresses .acc-address-type[data-v-8b85d81f]{font-size:13px;color:var(--text-muted);margin-bottom:8px;text-transform:lowercase}.acc-addresses .acc-address-value[data-v-8b85d81f]{font-size:14px;color:var(--text-primary);line-height:1.5;margin-bottom:16px;word-break:break-word}.acc-addresses .acc-address-actions[data-v-8b85d81f]{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.acc-addresses .acc-address-type-options[data-v-8b85d81f]{display:flex;gap:12px;flex-wrap:wrap}.acc-addresses .acc-address-type-option[data-v-8b85d81f]{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-size:14px;color:var(--text-secondary);transition:var(--transition)}.acc-addresses .acc-address-type-option input[data-v-8b85d81f]{display:none}.acc-addresses .acc-address-type-option.active[data-v-8b85d81f],.acc-addresses .acc-address-type-option[data-v-8b85d81f]:hover{border-color:var(--accent);color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,transparent)}@media (max-width: 768px){.acc-addresses .acc-address-header[data-v-8b85d81f]{flex-direction:column;align-items:flex-start}.acc-addresses .acc-address-actions[data-v-8b85d81f]{width:100%}}.acc-documents .acc-documents-content[data-v-612a1146]{display:flex;flex-direction:column;gap:24px}.acc-documents .acc-documents-filters[data-v-612a1146]{display:flex;flex-wrap:wrap;gap:10px}.acc-documents .acc-documents-filter[data-v-612a1146]{display:inline-flex;align-items:center;padding:8px 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);color:var(--text-secondary);font-size:14px;font-weight:500;cursor:pointer;transition:var(--transition)}.acc-documents .acc-documents-filter[data-v-612a1146]:hover{border-color:var(--accent);color:var(--accent)}.acc-documents .acc-documents-filter.active[data-v-612a1146]{border-color:var(--accent);background:var(--accent);color:#fff}.acc-documents .acc-documents-groups[data-v-612a1146]{display:flex;flex-direction:column;gap:24px}.acc-documents .acc-documents-group-title[data-v-612a1146]{font-size:16px;font-weight:700;margin:0 0 12px;color:var(--text-primary)}.acc-documents .acc-documents-list[data-v-612a1146]{display:flex;flex-direction:column;gap:12px}.acc-documents .acc-document-card[data-v-612a1146]{display:flex;align-items:center;gap:16px;padding:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition)}.acc-documents .acc-document-card[data-v-612a1146]:hover{border-color:var(--accent)}.acc-documents .acc-document-icon[data-v-612a1146]{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--accent)}.acc-documents .acc-document-icon svg[data-v-612a1146]{width:28px;height:28px}.acc-documents .acc-document-info[data-v-612a1146]{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px}.acc-documents .acc-document-title[data-v-612a1146]{font-size:15px;font-weight:600;color:var(--text-primary);word-break:break-word}.acc-documents .acc-document-meta[data-v-612a1146]{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;color:var(--text-muted)}.acc-documents .acc-document-actions[data-v-612a1146]{flex-shrink:0;display:flex;align-items:center}@media (max-width: 600px){.acc-documents .acc-document-card[data-v-612a1146]{flex-direction:column;align-items:flex-start;gap:12px}.acc-documents .acc-document-actions[data-v-612a1146],.acc-documents .acc-document-actions .btn[data-v-612a1146]{width:100%}}.seller-apply-description[data-v-1c64c6ec]{font-size:14px;color:var(--text-muted);margin-bottom:20px;line-height:1.5}.seller-apply-form[data-v-1c64c6ec]{display:flex;flex-direction:column;gap:16px}.seller-apply-form .acc-form-grid[data-v-1c64c6ec]{align-items:start}.seller-apply-actions[data-v-1c64c6ec]{margin-top:8px}.seller-apply-error[data-v-1c64c6ec]{padding:12px 16px;background:#ef44440f;border:1px solid rgba(239,68,68,.2509803922);border-radius:var(--radius-sm);color:#ef4444;font-size:14px}.seller-documents-upload[data-v-1c64c6ec]{display:flex;flex-direction:column;gap:8px}.seller-documents-label[data-v-1c64c6ec]{font-size:14px;font-weight:500;color:var(--text-primary)}.seller-documents-hint[data-v-1c64c6ec]{font-size:12px;color:var(--text-muted);margin:0}.seller-documents-dropzone[data-v-1c64c6ec]{display:flex;align-items:center;justify-content:center;padding:16px;border:1px dashed var(--border-color);border-radius:var(--radius-sm);cursor:pointer;transition:border-color .2s,background-color .2s}.seller-documents-dropzone[data-v-1c64c6ec]:hover{border-color:var(--primary);background-color:var(--primary-light)}.seller-documents-dropzone.has-error[data-v-1c64c6ec]{border-color:#ef4444;background-color:#ef44440f}.seller-documents-dropzone input[type=file][data-v-1c64c6ec]{position:absolute;opacity:0;pointer-events:none}.seller-documents-dropzone-text[data-v-1c64c6ec]{font-size:14px;color:var(--text-muted)}.seller-documents-list[data-v-1c64c6ec]{display:flex;flex-direction:column;gap:8px}.seller-document-item[data-v-1c64c6ec]{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--surface);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:13px}.seller-document-name[data-v-1c64c6ec]{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary)}.seller-document-size[data-v-1c64c6ec]{color:var(--text-muted);white-space:nowrap}.seller-document-remove[data-v-1c64c6ec]{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:transparent;color:var(--text-muted);font-size:18px;line-height:1;cursor:pointer}.seller-document-remove[data-v-1c64c6ec]:hover{color:#ef4444}.change-email-form[data-v-a628d802]{display:flex;flex-direction:column;gap:20px}.change-email-field[data-v-a628d802]{width:100%}.change-email-success[data-v-a628d802]{text-align:center;color:var(--text-secondary);line-height:1.5}.change-email-error[data-v-a628d802]{padding:12px 16px;background:#ef44440f;border:1px solid rgba(239,68,68,.2509803922);border-radius:var(--radius-sm);color:#ef4444;font-size:14px;line-height:1.4}.change-email-actions[data-v-a628d802]{display:flex;justify-content:flex-end}.acc-notifications .acc-notifications-groups[data-v-d5aa663f]{display:flex;flex-direction:column;gap:24px}.acc-notifications .acc-notifications-group[data-v-d5aa663f]{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:12px}.acc-notifications .acc-notifications-group-title[data-v-d5aa663f]{font-size:16px;font-weight:700;margin:0 0 4px}.acc-notifications .checkbox-field[data-v-d5aa663f]{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-primary);cursor:pointer}.acc-notifications .acc-notifications-actions[data-v-d5aa663f]{margin-top:20px;display:flex;justify-content:flex-start}.textarea-field[data-v-e9cb9a10]{display:flex;flex-direction:column;gap:6px}.textarea-field label[data-v-e9cb9a10]{font-size:13px;color:var(--text-muted);font-weight:600}.textarea-field textarea[data-v-e9cb9a10]{width:100%;min-height:120px;padding:12px 16px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;line-height:1.5;color:var(--text-primary);transition:var(--transition);font-family:inherit;box-sizing:border-box;resize:vertical}.textarea-field textarea[data-v-e9cb9a10]::placeholder{color:var(--text-muted);opacity:.6}.textarea-field textarea[data-v-e9cb9a10]:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #f3b7121f}.textarea-field textarea.input-invalid[data-v-e9cb9a10]{border-color:#ef4444}.textarea-field textarea.input-invalid[data-v-e9cb9a10]:focus{box-shadow:0 0 0 3px #ef444426}.textarea-field .input-error[data-v-e9cb9a10]{font-size:12px;color:#ef4444;margin-top:2px}[data-theme=light] .textarea-field textarea[data-v-e9cb9a10]:focus{box-shadow:0 0 0 3px #f3b7121f}[data-theme=light] .textarea-field textarea.input-invalid[data-v-e9cb9a10]:focus{box-shadow:0 0 0 3px #ef444426}.acc-support .acc-support-form[data-v-6e281e68]{display:flex;flex-direction:column;gap:16px}.acc-support .modal-actions[data-v-6e281e68]{margin-top:8px}.acc-support .acc-ticket-list[data-v-6e281e68]{display:flex;flex-direction:column;gap:12px}.acc-support .acc-ticket-card[data-v-6e281e68]{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 20px;cursor:pointer;transition:var(--transition)}.acc-support .acc-ticket-card[data-v-6e281e68]:hover{border-color:var(--accent)}.acc-support .acc-ticket-header[data-v-6e281e68]{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.acc-support .acc-ticket-subject[data-v-6e281e68]{font-size:16px;font-weight:700;margin:0;word-break:break-word}.acc-support .acc-ticket-status[data-v-6e281e68]{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:var(--radius);font-size:12px;font-weight:600;border:1px solid transparent;white-space:nowrap}.acc-support .acc-ticket-status.status-open[data-v-6e281e68]{color:var(--green);background:color-mix(in srgb,var(--green) 12%,transparent);border-color:color-mix(in srgb,var(--green) 25%,transparent)}.acc-support .acc-ticket-status.status-waiting[data-v-6e281e68]{color:var(--yellow);background:color-mix(in srgb,var(--yellow) 12%,transparent);border-color:color-mix(in srgb,var(--yellow) 25%,transparent)}.acc-support .acc-ticket-status.status-closed[data-v-6e281e68]{color:var(--text-muted);background:var(--bg-surface);border-color:var(--border)}.acc-support .acc-ticket-date[data-v-6e281e68]{font-size:13px;color:var(--text-muted)}.acc-support .input-error[data-v-6e281e68]{display:block;margin-top:6px;font-size:12px;color:var(--red)}@media (max-width: 768px){.acc-support .acc-ticket-header[data-v-6e281e68]{flex-direction:column;align-items:flex-start}}.acc-finance-content[data-v-9ce72bcc]{display:flex;flex-direction:column;gap:24px}.acc-finance-balance[data-v-9ce72bcc]{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.acc-finance-balance-card[data-v-9ce72bcc]{display:flex;flex-direction:column;gap:8px;padding:20px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius)}.acc-finance-balance-label[data-v-9ce72bcc]{font-size:13px;color:var(--text-muted)}.acc-finance-balance-value[data-v-9ce72bcc]{font-size:24px;font-weight:800;color:var(--accent)}.acc-finance-subtitle[data-v-9ce72bcc]{font-size:16px;font-weight:700;margin-bottom:12px}.acc-finance-list[data-v-9ce72bcc]{display:flex;flex-direction:column;gap:8px}.acc-finance-item[data-v-9ce72bcc]{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius)}.acc-finance-item-main[data-v-9ce72bcc]{display:flex;flex-direction:column;gap:4px}.acc-finance-item-type[data-v-9ce72bcc]{font-size:14px;font-weight:700}.acc-finance-item-desc[data-v-9ce72bcc]{font-size:13px;color:var(--text-secondary)}.acc-finance-item-meta[data-v-9ce72bcc]{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.acc-finance-item-amount[data-v-9ce72bcc]{font-size:15px;font-weight:700}.acc-finance-item-amount.positive[data-v-9ce72bcc]{color:var(--green)}.acc-finance-item-amount.negative[data-v-9ce72bcc]{color:var(--red)}.acc-finance-item-date[data-v-9ce72bcc],.acc-finance-item-status[data-v-9ce72bcc]{font-size:12px;color:var(--text-muted)}.acc-finance-item-status.status-pending[data-v-9ce72bcc]{color:var(--accent)}.acc-finance-item-status.status-completed[data-v-9ce72bcc]{color:var(--green)}.acc-finance-item-status.status-rejected[data-v-9ce72bcc],.acc-finance-item-status.status-cancelled[data-v-9ce72bcc]{color:var(--red)}@media (max-width: 600px){.acc-finance-item[data-v-9ce72bcc]{flex-direction:column;align-items:flex-start}.acc-finance-item-meta[data-v-9ce72bcc]{align-items:flex-start}}.seller-products[data-v-e19ee64d]{width:100%}.seller-products-header[data-v-e19ee64d]{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.seller-products-filters[data-v-e19ee64d]{margin-top:20px;display:grid;grid-template-columns:2fr 1fr;gap:16px;align-items:end}.seller-products-empty[data-v-e19ee64d]{margin-top:32px;padding:32px;text-align:center;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.seller-products-empty p[data-v-e19ee64d]{margin:0 0 16px}.seller-products-error[data-v-e19ee64d]{margin-top:24px;padding:16px;background:rgba(var(--red),.1);border:1px solid rgba(var(--red),.2);border-radius:var(--radius-sm);color:var(--red);font-size:14px}.seller-product-list[data-v-e19ee64d]{margin-top:24px}.seller-product-card[data-v-e19ee64d]{display:flex;align-items:flex-start;gap:16px;padding:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:12px}.seller-product-thumb[data-v-e19ee64d]{width:80px;height:80px;flex-shrink:0;border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-surface);border:1px solid var(--border)}.seller-product-thumb img[data-v-e19ee64d]{width:100%;height:100%;object-fit:cover}.seller-product-info[data-v-e19ee64d]{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}.seller-product-name[data-v-e19ee64d]{font-weight:600;color:var(--text-primary);word-break:break-word}.seller-product-sku[data-v-e19ee64d],.seller-product-meta[data-v-e19ee64d]{font-size:13px;color:var(--text-muted)}.seller-product-state[data-v-e19ee64d]{display:flex;align-items:center;gap:6px;font-size:13px}.seller-product-state-label[data-v-e19ee64d]{color:var(--text-muted)}.seller-product-state-value[data-v-e19ee64d]{font-weight:600}.state-active[data-v-e19ee64d]{color:var(--green, #22c55e)}.state-pending[data-v-e19ee64d]{color:var(--orange, #f3b712)}.state-inactive[data-v-e19ee64d]{color:var(--gray, #b3b3b3)}.state-deleted[data-v-e19ee64d]{color:var(--red, #ef4444)}.seller-product-moderation-value[data-v-e19ee64d]{font-size:12px;padding:2px 8px;border-radius:var(--radius-sm);font-weight:500}.moderation-approved[data-v-e19ee64d]{color:var(--green, #22c55e);background:rgba(var(--green, 34 197 94),.1)}.moderation-pending[data-v-e19ee64d]{color:var(--orange, #f3b712);background:rgba(var(--orange, 243 183 18),.1)}.seller-product-moderation-hint[data-v-e19ee64d]{font-size:12px;color:var(--orange, #f3b712)}.seller-product-variants[data-v-e19ee64d]{margin-top:10px;padding-top:10px;border-top:1px dashed var(--border)}.seller-product-variants-title[data-v-e19ee64d]{font-size:13px;font-weight:500;color:var(--text-secondary);margin-bottom:8px}.seller-product-variants-list[data-v-e19ee64d]{display:flex;flex-direction:column;gap:8px}.seller-product-variant[data-v-e19ee64d]{display:flex;flex-wrap:wrap;gap:6px;padding:8px 10px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.seller-product-variant.variant-inactive[data-v-e19ee64d]{opacity:.6}.seller-product-variant-chip[data-v-e19ee64d]{font-size:12px;padding:3px 8px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);white-space:nowrap}.seller-product-right[data-v-e19ee64d]{display:flex;flex-direction:column;align-items:flex-end;gap:12px;flex-shrink:0;margin-left:auto}.seller-product-price[data-v-e19ee64d]{font-weight:700;color:var(--accent);font-size:16px}.seller-product-views[data-v-e19ee64d]{font-size:13px;color:var(--text-muted)}.seller-product-actions[data-v-e19ee64d]{display:flex;gap:8px}.seller-products-modal-footer[data-v-e19ee64d]{display:flex;justify-content:flex-end;gap:12px}@media (max-width: 640px){.seller-products-filters[data-v-e19ee64d]{grid-template-columns:1fr}.seller-product-card[data-v-e19ee64d]{flex-direction:column;align-items:stretch}.seller-product-right[data-v-e19ee64d]{flex-direction:row;align-items:center;justify-content:space-between}}.seller-orders[data-v-f0ac85f0]{width:100%}.seller-orders-header[data-v-f0ac85f0]{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.875rem;flex-wrap:wrap}.seller-orders-title[data-v-f0ac85f0]{font-size:1.125rem;font-weight:600;margin:0}.seller-orders-filters[data-v-f0ac85f0]{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.seller-orders-filters .dropdown[data-v-f0ac85f0]{min-width:130px}.seller-orders-filters .input-field[data-v-f0ac85f0]{min-width:160px}.seller-orders-loading[data-v-f0ac85f0],.seller-orders-error[data-v-f0ac85f0],.seller-orders-empty[data-v-f0ac85f0]{padding:1.25rem;text-align:center;color:var(--text-muted);background:var(--surface);border-radius:var(--radius)}.seller-orders-error[data-v-f0ac85f0]{color:var(--red)}.seller-orders-summary[data-v-f0ac85f0]{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.seller-orders-stat[data-v-f0ac85f0]{flex:1 1 80px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.0625rem;padding:.375rem .5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;min-width:80px}.seller-orders-num[data-v-f0ac85f0]{font-size:.9375rem;font-weight:700;color:var(--accent);line-height:1}.seller-orders-stat span[data-v-f0ac85f0]:last-child{color:var(--text-muted);font-size:.6875rem}.seller-orders-list[data-v-f0ac85f0]{margin-bottom:.75rem}.seller-orders-table-wrap[data-v-f0ac85f0]{overflow-x:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.seller-orders-table[data-v-f0ac85f0]{width:100%;min-width:640px;border-collapse:collapse;font-size:.8125rem}.seller-orders-table thead th[data-v-f0ac85f0]{padding:.5rem .625rem;text-align:left;font-weight:600;font-size:.6875rem;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap}.seller-orders-table tbody td[data-v-f0ac85f0]{padding:.5rem .625rem;border-bottom:1px solid var(--border);color:var(--text-primary);vertical-align:middle}.seller-orders-table tbody tr:last-child td[data-v-f0ac85f0]{border-bottom:none}.seller-order-row[data-v-f0ac85f0]{cursor:pointer;transition:background-color .15s ease}.seller-order-row[data-v-f0ac85f0]:hover{background:color-mix(in srgb,var(--accent) 6%,transparent)}.seller-order-id[data-v-f0ac85f0]{font-weight:700}.seller-order-date[data-v-f0ac85f0]{color:var(--text-muted);font-size:.75rem;white-space:nowrap}.seller-order-buyer[data-v-f0ac85f0]{word-break:break-word}.seller-order-total[data-v-f0ac85f0]{color:var(--accent);font-weight:700;white-space:nowrap}.seller-order-status-cell[data-v-f0ac85f0]{display:inline-flex;align-items:center;gap:.375rem;font-weight:500;font-size:.8125rem;white-space:nowrap}.seller-order-dot[data-v-f0ac85f0]{width:6px;height:6px;border-radius:50%}.seller-orders .pagination[data-v-f0ac85f0]{justify-content:center}@media (max-width: 768px){.seller-orders-header[data-v-f0ac85f0]{flex-direction:column;align-items:flex-start}.seller-orders-filters[data-v-f0ac85f0]{width:100%}.seller-orders-filters .dropdown[data-v-f0ac85f0],.seller-orders-filters .input-field[data-v-f0ac85f0]{flex:1 1 auto}.seller-orders-table[data-v-f0ac85f0]{min-width:560px}}.product-form[data-v-51cbbac8]{margin-top:8px}.acc-form-grid.product-form-grid[data-v-51cbbac8]{grid-template-columns:repeat(6,1fr);gap:12px;align-items:start}.product-form-grid .product-form-span-2[data-v-51cbbac8]{grid-column:span 2}.product-form-grid .product-form-span-3[data-v-51cbbac8]{grid-column:span 3}.product-form-flags[data-v-51cbbac8]{display:flex;flex-wrap:wrap;gap:8px 24px;margin-top:14px}@media (max-width: 900px){.acc-form-grid.product-form-grid[data-v-51cbbac8]{grid-template-columns:repeat(2,1fr)}.product-form-grid .product-form-span-2[data-v-51cbbac8]{grid-column:span 1}.product-form-grid .product-form-span-3[data-v-51cbbac8]{grid-column:span 2}}@media (max-width: 480px){.acc-form-grid.product-form-grid[data-v-51cbbac8]{grid-template-columns:1fr}.product-form-grid .product-form-span-2[data-v-51cbbac8],.product-form-grid .product-form-span-3[data-v-51cbbac8]{grid-column:span 1}}.product-field-span[data-v-51cbbac8]{grid-column:1/-1}.product-photos[data-v-51cbbac8]{margin-top:24px}.product-photos-header[data-v-51cbbac8]{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.product-photos-title[data-v-51cbbac8]{font-weight:600;color:var(--text-primary)}.product-photos-count[data-v-51cbbac8]{font-size:13px;color:var(--text-muted)}.product-photos-list[data-v-51cbbac8]{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px}.product-photo-item[data-v-51cbbac8]{position:relative;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-card);cursor:grab}.product-photo-thumb[data-v-51cbbac8]{aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--bg-surface)}.product-photo-thumb img[data-v-51cbbac8]{max-width:100%;max-height:100%;object-fit:contain;transition:transform .2s ease}.product-photo-actions[data-v-51cbbac8]{display:flex;justify-content:center;gap:4px;padding:6px;background:var(--bg-card);border-top:1px solid var(--border)}.product-photo-btn[data-v-51cbbac8]{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-surface);color:var(--text-secondary);cursor:pointer;font-size:14px;line-height:1}.product-photo-btn[data-v-51cbbac8]:hover{background:var(--bg-card);color:var(--text-primary)}.product-photo-btn-danger[data-v-51cbbac8]:hover{border-color:var(--red);color:var(--red)}.product-photo-add[data-v-51cbbac8]{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:2px dashed var(--border);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;transition:var(--transition)}.product-photo-add[data-v-51cbbac8]:hover{border-color:var(--accent);color:var(--accent)}.product-photo-add input[data-v-51cbbac8]{display:none}.product-photo-add-icon[data-v-51cbbac8]{font-size:28px;font-weight:300;line-height:1}.product-photo-add-text[data-v-51cbbac8]{font-size:12px;text-align:center}.product-form[data-v-51cbbac8]{padding-bottom:80px}.product-form-actions[data-v-51cbbac8]{position:fixed;bottom:0;left:0;right:0;z-index:100;padding:12px 20px;background:var(--bg-primary);border-top:1px solid var(--border)}.product-form-actions-inner[data-v-51cbbac8]{width:100%;max-width:1320px;margin:0 auto;display:flex;gap:12px;justify-content:flex-end}.product-form-error[data-v-51cbbac8]{margin-top:16px;padding:12px 16px;background:rgba(var(--red),.1);border:1px solid rgba(var(--red),.2);border-radius:var(--radius-sm);color:var(--red);font-size:14px}.product-section-title[data-v-51cbbac8]{font-weight:600;color:var(--text-primary);margin-bottom:12px}.product-parameters[data-v-51cbbac8]{margin-top:24px}.product-parameters-product[data-v-51cbbac8]{padding:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.product-sizes[data-v-51cbbac8]{margin-top:24px}.product-sizes-table[data-v-51cbbac8]{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.product-sizes-row[data-v-51cbbac8]{display:grid;grid-template-columns:1fr 140px 160px 36px;gap:8px;align-items:center}.product-sizes-head[data-v-51cbbac8]{font-size:13px;color:var(--text-muted)}.product-sizes-input[data-v-51cbbac8]{width:100%;height:40px;padding:0 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--text-primary);font-size:14px}.product-sizes-input[data-v-51cbbac8]:focus{border-color:var(--accent);outline:none}.product-sizes-error[data-v-51cbbac8]{margin-bottom:12px;font-size:13px;color:var(--red)}.product-sizes-actions[data-v-51cbbac8]{display:flex;flex-wrap:wrap;gap:8px}.product-properties[data-v-51cbbac8]{margin-top:24px}.product-properties-table[data-v-51cbbac8]{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.product-properties-row[data-v-51cbbac8]{display:grid;grid-template-columns:1fr 1fr 36px;gap:8px;align-items:center}.product-variant-active[data-v-51cbbac8]{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-secondary);white-space:nowrap;min-height:40px}.product-variant-active input[data-v-51cbbac8]{width:18px;height:18px;cursor:pointer}.product-variant-remove[data-v-51cbbac8]{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;font-size:14px;line-height:1}.product-variant-remove[data-v-51cbbac8]:hover{border-color:var(--red);color:var(--red)}@media (max-width: 768px){.product-sizes-row[data-v-51cbbac8]{grid-template-columns:1fr 100px 120px 36px}.product-properties-row[data-v-51cbbac8]{grid-template-columns:1fr 1fr 36px}}@media (max-width: 480px){.product-sizes-row[data-v-51cbbac8]{grid-template-columns:1fr 1fr 36px}.product-sizes-row .product-sizes-input[data-v-51cbbac8]:nth-child(3){grid-column:1/-2}}.seller-product-edit-page[data-v-db7eddb8]{padding-top:24px}.seller-product-edit-header[data-v-db7eddb8]{display:flex;align-items:center;gap:16px;margin-bottom:24px}.seller-product-edit-title[data-v-db7eddb8]{display:flex;flex-direction:column;gap:4px}.seller-product-edit-header .acc-section-title[data-v-db7eddb8]{margin:0}.seller-product-edit-views[data-v-db7eddb8]{font-size:14px;color:var(--text-muted)}.seller-product-edit-loading[data-v-db7eddb8]{padding:40px 0;text-align:center;color:var(--text-muted)}.seller-order-detail-header[data-v-f113c2a9]{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.seller-order-detail-title[data-v-f113c2a9]{font-size:1.5rem;font-weight:600;margin:0}.seller-order-detail-loading[data-v-f113c2a9],.seller-order-detail-error[data-v-f113c2a9],.seller-order-detail-empty[data-v-f113c2a9]{padding:2rem;text-align:center;color:var(--text-muted);background:var(--surface);border-radius:var(--radius)}.seller-order-detail-error[data-v-f113c2a9]{color:var(--red)}.seller-order-detail[data-v-f113c2a9]{display:flex;flex-direction:column;gap:1.5rem}.seller-order-detail-card[data-v-f113c2a9]{background:var(--surface);border-radius:var(--radius);padding:1.25rem}.seller-order-detail-subtitle[data-v-f113c2a9]{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.seller-order-detail-section[data-v-f113c2a9]{display:grid;grid-template-columns:180px 1fr;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.seller-order-detail-section[data-v-f113c2a9]:last-child{border-bottom:none}.seller-order-detail-label[data-v-f113c2a9]{color:var(--text-muted);font-size:.9375rem}.seller-order-detail-value[data-v-f113c2a9]{font-weight:500}.seller-order-detail-subvalue[data-v-f113c2a9]{font-weight:400;color:var(--text-muted);font-size:.9375rem;margin-top:.25rem}.seller-order-detail-status[data-v-f113c2a9]{display:inline-flex;align-items:center;gap:.5rem;font-weight:600}.seller-order-detail-dot[data-v-f113c2a9]{width:8px;height:8px;border-radius:50%}.seller-order-detail-items[data-v-f113c2a9]{width:100%;border-collapse:collapse;font-size:.9375rem}.seller-order-detail-items th[data-v-f113c2a9],.seller-order-detail-items td[data-v-f113c2a9]{padding:.75rem;text-align:left;border-bottom:1px solid var(--border)}.seller-order-detail-items th[data-v-f113c2a9]{color:var(--text-muted);font-weight:500;font-size:.875rem}.seller-order-detail-items td[data-v-f113c2a9]:nth-child(2),.seller-order-detail-items td[data-v-f113c2a9]:nth-child(3),.seller-order-detail-items td[data-v-f113c2a9]:nth-child(4),.seller-order-detail-items th[data-v-f113c2a9]:nth-child(2),.seller-order-detail-items th[data-v-f113c2a9]:nth-child(3),.seller-order-detail-items th[data-v-f113c2a9]:nth-child(4){text-align:right}.seller-order-detail-item-details[data-v-f113c2a9]{font-size:.8125rem;color:var(--text-muted);margin-top:.25rem}.seller-order-detail-total[data-v-f113c2a9]{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);font-size:1.125rem}.seller-order-detail-total strong[data-v-f113c2a9]{color:var(--accent);font-size:1.25rem}.seller-order-detail-status-row[data-v-f113c2a9]{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.seller-order-detail-management .seller-order-detail-fields[data-v-f113c2a9]{display:grid;grid-template-columns:240px 1fr;gap:1rem;margin-bottom:1rem}.seller-order-detail-field[data-v-f113c2a9]{display:flex;flex-direction:column;gap:.375rem}.seller-order-detail-field--wide[data-v-f113c2a9]{grid-column:1/-1}.seller-order-detail-field-label[data-v-f113c2a9]{font-size:.875rem;color:var(--text-muted)}.seller-order-note-input[data-v-f113c2a9]{width:100%;padding:.625rem .75rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-family:inherit;font-size:.9375rem;resize:vertical;min-height:80px}.seller-order-note-input[data-v-f113c2a9]:focus{border-color:var(--accent);outline:none}.seller-order-detail-actions[data-v-f113c2a9]{display:flex;justify-content:flex-end;gap:.75rem}.seller-order-detail-actions--status[data-v-f113c2a9]{justify-content:flex-start;margin-bottom:1rem}@media (max-width: 640px){.seller-order-detail-section[data-v-f113c2a9]{grid-template-columns:1fr;gap:.25rem}.seller-order-detail-management .seller-order-detail-fields[data-v-f113c2a9]{grid-template-columns:1fr}.seller-order-detail-actions[data-v-f113c2a9]{justify-content:stretch}.seller-order-detail-actions .btn[data-v-f113c2a9]{width:100%}.seller-order-detail-items th[data-v-f113c2a9],.seller-order-detail-items td[data-v-f113c2a9]{padding:.625rem .5rem}}.ticket-page-header[data-v-08cc6bf7]{display:flex;align-items:center;gap:16px;margin-bottom:24px}.ticket-page-title[data-v-08cc6bf7]{font-size:24px;font-weight:700;margin:0}.ticket-page-loading[data-v-08cc6bf7],.ticket-page-error[data-v-08cc6bf7],.ticket-page-empty[data-v-08cc6bf7]{padding:40px 20px;text-align:center;color:var(--text-muted)}.ticket-page-error[data-v-08cc6bf7]{color:var(--red)}.ticket-page[data-v-08cc6bf7]{max-width:760px}.ticket-page-card[data-v-08cc6bf7]{display:flex;flex-direction:column;gap:20px;padding:24px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg)}.ticket-page-status[data-v-08cc6bf7]{display:flex;align-items:center;justify-content:space-between;gap:12px}.ticket-status[data-v-08cc6bf7]{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:var(--radius);font-size:12px;font-weight:600;border:1px solid transparent}.ticket-status.status-open[data-v-08cc6bf7]{color:var(--green);background:color-mix(in srgb,var(--green) 12%,transparent);border-color:color-mix(in srgb,var(--green) 25%,transparent)}.ticket-status.status-waiting[data-v-08cc6bf7]{color:var(--yellow);background:color-mix(in srgb,var(--yellow) 12%,transparent);border-color:color-mix(in srgb,var(--yellow) 25%,transparent)}.ticket-status.status-closed[data-v-08cc6bf7]{color:var(--text-muted);background:var(--bg-surface);border-color:var(--border)}.ticket-page-date[data-v-08cc6bf7]{font-size:13px;color:var(--text-muted)}.ticket-page-subject[data-v-08cc6bf7]{font-size:18px;font-weight:700;margin:0;color:var(--text-primary)}.ticket-messages[data-v-08cc6bf7]{display:flex;flex-direction:column;gap:12px;max-height:500px;overflow-y:auto;padding-right:4px}.ticket-message[data-v-08cc6bf7]{display:flex;flex-direction:column;gap:4px;padding:14px;border-radius:var(--radius);font-size:14px}.ticket-message.from-user[data-v-08cc6bf7]{background:color-mix(in srgb,var(--accent) 10%,transparent);border:1px solid color-mix(in srgb,var(--accent) 20%,transparent);margin-left:48px}.ticket-message.from-support[data-v-08cc6bf7]{background:var(--bg-surface);border:1px solid var(--border);margin-right:48px}.ticket-message-meta[data-v-08cc6bf7]{font-size:12px;font-weight:600;color:var(--text-secondary)}.ticket-message-text[data-v-08cc6bf7]{color:var(--text-primary);line-height:1.5;white-space:pre-wrap;word-break:break-word}.ticket-message-time[data-v-08cc6bf7]{font-size:11px;color:var(--text-muted);text-align:right}.ticket-reply[data-v-08cc6bf7]{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid var(--border)}.ticket-closed-hint[data-v-08cc6bf7]{padding:14px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);font-size:13px;color:var(--text-muted);text-align:center}@media (max-width: 768px){.ticket-page-header[data-v-08cc6bf7]{flex-wrap:wrap}.ticket-message.from-user[data-v-08cc6bf7]{margin-left:24px}.ticket-message.from-support[data-v-08cc6bf7]{margin-right:24px}}.contact-link[data-v-79d7dacf]{font-size:16px;font-weight:600;color:var(--accent)}.contact-phone[data-v-79d7dacf]{font-size:20px;font-weight:700;display:block}.contact-text[data-v-79d7dacf]{font-size:14px;color:var(--text-secondary)}.contact-card[data-v-79d7dacf],.contact-form-card[data-v-79d7dacf]{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.contact-card h3[data-v-79d7dacf],.contact-form-card h3[data-v-79d7dacf]{font-size:16px;font-weight:700;margin-bottom:16px;color:var(--accent)}.contact-form-card textarea[data-v-79d7dacf]{width:100%;min-height:100px;padding:14px 16px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:15px;color:var(--text-primary);resize:vertical;font-family:inherit}.search-empty{text-align:center;padding:48px 16px;color:var(--text-muted)}.search-empty-hint{font-size:14px;margin-top:8px}.auth-page[data-v-cfdd30e2]{max-width:480px;margin:0 auto}.auth-page-title[data-v-cfdd30e2]{font-size:28px;font-weight:900;margin-bottom:12px}.auth-page-description[data-v-cfdd30e2]{font-size:14px;color:var(--text-muted);margin-bottom:24px}.auth-success[data-v-cfdd30e2]{padding:12px 16px;background:var(--green-10, rgba(34, 197, 94, .0588235294));border:1px solid var(--green-30, rgba(34, 197, 94, .2509803922));border-radius:var(--radius-sm);color:var(--green, #22c55e);font-size:14px;line-height:1.4}.toast[data-v-0c607478]{position:fixed;top:24px;right:24px;z-index:1000;background:var(--accent);color:#111;padding:12px 20px;border-radius:var(--radius);font-weight:600;box-shadow:var(--shadow-lg)}@font-face{font-family:Oswald;font-style:normal;font-weight:200 700;font-display:swap;src:url(/build/fonts/oswald-cyrillic-ext.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Oswald;font-style:normal;font-weight:200 700;font-display:swap;src:url(/build/fonts/oswald-cyrillic.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:200 700;font-display:swap;src:url(/build/fonts/oswald-latin-ext.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Oswald;font-style:normal;font-weight:200 700;font-display:swap;src:url(/build/fonts/oswald-latin.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:100 900;font-display:swap;src:url(/build/fonts/roboto-condensed-cyrillic-ext.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:100 900;font-display:swap;src:url(/build/fonts/roboto-condensed-cyrillic.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:100 900;font-display:swap;src:url(/build/fonts/roboto-condensed-latin-ext.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:100 900;font-display:swap;src:url(/build/fonts/roboto-condensed-latin.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}h1,h2,h3,h4,h5,h6,.section-title,.section-header h2,.logo-text,.hero-stat .num,.category-name,.category-card h3,.catalog-tile-name,.btn{font-family:var(--font-heading)}h1,h2,h3,.section-title,.section-header h2{font-weight:700;letter-spacing:-.01em}:root,[data-theme=dark]{--bg-primary: #1c1c1c;--bg-secondary: #141414;--bg-card: #242424;--bg-card-hover: #2e2e2e;--bg-surface: #333333;--accent: #f3b712;--accent-hover: #ffc93c;--accent-dark: #c99400;--green: #22C55E;--red: #EF4444;--yellow: #ffc93c;--blue: #3B82F6;--text-primary: #ffffff;--text-secondary: #b3b3b3;--text-muted: #8a8a8a;--border: #2e2e2e;--border-light: #3d3d3d;--radius-sm: 6px;--radius: 10px;--radius-lg: 16px;--radius-xl: 24px;--shadow: 0 4px 24px rgba(0, 0, 0, .3);--shadow-lg: 0 12px 48px rgba(0, 0, 0, .5);--transition: .2s cubic-bezier(.4, 0, .2, 1);--font: "Roboto Condensed", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-heading: "Oswald", "Roboto Condensed", system-ui, sans-serif;--header-h: 72px;--header-bg: rgba(28, 28, 28, .95);--hero-gradient: linear-gradient(135deg, #141414 0%, #161616 50%, #1c1c1c 100%);--promo-gradient: linear-gradient(135deg, #161616, #141414);--card-action-bg: rgba(26, 26, 46, .8);--scrollbar-track: #1c1c1c;--sidebar-w: 100px}[data-theme=light]{--bg-primary: #e4e4e4;--bg-secondary: #FFFFFF;--bg-card: #FFFFFF;--bg-card-hover: #f5f5f5;--bg-surface: #ebebeb;--accent: #f3b712;--accent-hover: #f3b712;--accent-dark: #c99400;--green: #16A34A;--red: #DC2626;--yellow: #c99400;--blue: #2563EB;--text-primary: #1c1c1c;--text-secondary: #4d4d4d;--text-muted: #8a8a8a;--border: #dedede;--border-light: #c7c7c7;--shadow: 0 4px 24px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 48px rgba(0, 0, 0, .12);--header-bg: rgba(255, 255, 255, .92);--hero-gradient: linear-gradient(135deg, #ebebeb 0%, #e0e0e0 50%, #e4e4e4 100%);--promo-gradient: linear-gradient(135deg, #ebebeb, #e0e0e0);--card-action-bg: rgba(255, 255, 255, .85);--scrollbar-track: #e4e4e4}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;width:100%;min-height:100%;overflow-x:hidden}body{font-family:var(--font);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;transition:background .35s ease,color .35s ease;width:100%;min-height:100vh}.app-root{width:100%;min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background:transparent;border:none;outline:none}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 20px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.badge-green{background:#22c55e26;color:#22c55e}.badge-red{background:#ef444426;color:#ef4444}.badge-orange{background:#f3b71226;color:#f3b712}.badge-blue{background:#3b82f626;color:#3b82f6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border-radius:var(--radius-sm);font-weight:600;font-size:14px;transition:var(--transition);white-space:nowrap;letter-spacing:.2px}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 6px 20px #f3b71259}.btn-secondary{background:var(--bg-surface);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.btn-ghost{color:var(--text-secondary)}.btn-ghost:hover{color:var(--accent)}.btn-sm{padding:8px 16px;font-size:13px}.btn-lg{padding:16px 36px;font-size:16px}.btn-icon{width:44px;height:44px;padding:0;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;background:var(--bg-surface);border:1px solid var(--border);transition:var(--transition)}.btn-icon:hover{border-color:var(--accent);color:var(--accent)}.btn-block{width:100%}.section{padding:60px 0}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.section-header h2{font-size:28px;font-weight:800}.section-header a{color:var(--accent);font-size:14px;font-weight:600;display:flex;align-items:center;gap:4px;transition:var(--transition)}.section-header a:hover{color:var(--accent-hover)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.size-cart-group{display:flex;gap:6px;width:100%}.size-select{flex:1;padding:6px 8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--text);font-size:13px;cursor:pointer;min-width:0}.size-select:focus{border-color:var(--accent);outline:none}.product-size-btn.active{background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}.product-page{padding:40px 0 60px}.breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:28px;font-size:13px;color:var(--text-muted)}.breadcrumbs a:hover{color:var(--accent)}.breadcrumbs .sep{opacity:.4}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-gallery{position:sticky;top:calc(var(--header-h) + 20px)}.product-gallery-main{width:100%;aspect-ratio:1;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:120px;opacity:.3;margin-bottom:12px}.product-gallery-thumbs{display:flex;gap:8px}.product-info h1{font-size:28px;font-weight:800;line-height:1.3;margin-bottom:8px}.product-meta{display:flex;align-items:center;gap:16px;margin-bottom:20px;font-size:13px;color:var(--text-muted)}.product-meta .rating{color:var(--yellow);display:flex;align-items:center;gap:4px}.product-price-block{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px;margin-bottom:24px}.product-price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:4px}.product-price-main{font-size:32px;font-weight:900;color:var(--accent)}.product-price-old{font-size:18px;color:var(--text-muted);text-decoration:line-through}.product-price-wholesale{font-size:13px;color:var(--green);margin-top:4px}.product-options{margin-bottom:24px}.product-option-label{font-size:13px;font-weight:600;margin-bottom:8px;color:var(--text-secondary)}.product-option-sizes{display:flex;flex-wrap:wrap;gap:8px}.size-btn{min-width:48px;height:40px;padding:0 12px;display:flex;align-items:center;justify-content:center;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-weight:500;transition:var(--transition);cursor:pointer}.size-btn:hover{border-color:var(--accent);color:var(--accent)}.size-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.size-btn.disabled{opacity:.3;cursor:not-allowed}.product-cta{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.product-cta-row{display:flex;gap:10px}.product-secondary-actions{display:flex;gap:8px;flex-wrap:wrap}.product-secondary-actions button{display:flex;align-items:center;gap:6px;padding:10px 16px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;transition:var(--transition)}.product-secondary-actions button:hover{border-color:var(--accent);color:var(--accent)}.product-protection{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.prot-badge{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#22c55e14;border:1px solid rgba(34,197,94,.2);border-radius:var(--radius-sm);font-size:13px;color:var(--green)}.product-tabs{margin-top:48px}.tabs-nav{display:flex;gap:0;border-bottom:1px solid var(--border);overflow-x:auto;overflow-y:hidden;scrollbar-width:none;align-items:center}.tabs-nav::-webkit-scrollbar{display:none}.tab-btn{display:flex;align-items:center;gap:4px;padding:14px 24px;font-size:14px;font-weight:500;color:var(--text-muted);transition:var(--transition);white-space:nowrap;position:relative}.tab-btn:hover{color:var(--text-primary)}.tab-btn.active{color:var(--accent)}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--accent)}.tab-content{padding:24px 0}.tab-panel{display:none}.tab-panel.active{display:block}.catalog-mega{padding:40px 0 60px}.catalog-mega-title{font-size:32px;font-weight:900;margin-bottom:32px}.catalog-mega-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 48px}.catalog-mega-group{margin-bottom:24px}.catalog-mega-group h3{font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;margin-bottom:12px;display:flex;align-items:center;gap:10px;color:var(--accent);cursor:pointer;transition:var(--transition)}.catalog-mega-group h3:hover{opacity:.8}.catalog-mega-group h3 .mg-icon{font-size:24px}.catalog-mega-group ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.catalog-mega-group ul li a{font-size:14px;color:var(--text-secondary);transition:var(--transition);display:inline-flex;align-items:baseline;gap:4px}.catalog-mega-group ul li a:hover{color:var(--accent);padding-left:4px}.catalog-mega-group ul li a .sub-cnt{font-size:12px;color:var(--text-muted)}.catalog-products-area{min-height:400px}@media (max-width: 1024px){.catalog-mega-grid{grid-template-columns:repeat(2,1fr);gap:24px 32px}.cat-page-layout,.product-list-layout{grid-template-columns:1fr}.cat-sidebar{position:static}.cat-sidebar-links{flex-direction:row;flex-wrap:wrap;gap:6px}.cat-sidebar-links a{padding:8px 14px;border-left:none;border:1px solid var(--border);border-radius:var(--radius-sm)}.product-filters{position:static;max-height:none}.cat-image-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.catalog-mega-grid{grid-template-columns:1fr}.cat-image-grid{grid-template-columns:1fr 1fr;gap:10px}.cat-image-card .card-overlay h4{font-size:13px}}.catalog-layout{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start}.filters-sidebar{position:sticky;top:calc(var(--header-h) + 20px);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px;max-height:calc(100vh - var(--header-h) - 40px);overflow-y:auto}.filter-group{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}.filter-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-group-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;color:var(--text-secondary)}.filter-group-title:hover{color:var(--text-primary)}.filter-option{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:14px;cursor:pointer;transition:var(--transition);color:var(--text-secondary)}.filter-option:hover{color:var(--text-primary)}.filter-checkbox{width:18px;height:18px;border:2px solid var(--border);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:var(--transition);flex-shrink:0}.filter-option.active .filter-checkbox{background:var(--accent);border-color:var(--accent)}.filter-option.active .filter-checkbox:after{content:"✓";color:#fff;font-size:12px;font-weight:700}.filter-option .cnt{margin-left:auto;font-size:12px;color:var(--text-muted)}.filter-range{padding:8px 0}.filter-range-inputs{display:flex;gap:8px;margin-bottom:8px}.filter-range-inputs input{flex:1;height:36px;padding:0 10px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px}.filter-range-inputs input:focus{border-color:var(--accent)}.filter-colors{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0}.filter-color{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:var(--transition);position:relative}.filter-color:hover,.filter-color.active{border-color:var(--accent);transform:scale(1.15)}.filter-color.active:after{content:"✓";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.5)}.catalog-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.catalog-count{font-size:14px;color:var(--text-muted)}.catalog-sort{display:flex;align-items:center;gap:8px}.catalog-sort select{height:38px;padding:0 12px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;color:var(--text-primary);cursor:pointer}.catalog-view-toggle{display:flex;gap:4px}.catalog-view-toggle button{width:38px;height:38px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--border);transition:var(--transition)}.catalog-view-toggle button.active{background:var(--accent);border-color:var(--accent);color:#fff}.cart-page{padding:40px 0 60px}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:32px;align-items:start}.cart-qty{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.cart-qty button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:var(--transition);font-size:16px}.cart-qty button:hover{background:var(--accent);color:#fff}.cart-qty span{width:40px;text-align:center;font-weight:600;font-size:14px}.cart-summary{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px;position:sticky;top:calc(var(--header-h) + 20px)}.cart-summary h2{font-size:20px;font-weight:700;margin-bottom:20px}.cart-summary-row{display:flex;justify-content:space-between;padding:10px 0;font-size:14px;color:var(--text-secondary)}.cart-summary-row.total{border-top:1px solid var(--border);margin-top:8px;padding-top:16px;font-size:20px;font-weight:800;color:var(--text-primary)}.cart-summary-row.total .val{color:var(--accent)}.cart-coupon{display:flex;gap:8px;margin:16px 0}.cart-coupon input{flex:1;height:42px;padding:0 14px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px}.checkout-steps{display:flex;gap:0;margin-bottom:40px}.checkout-step{flex:1;display:flex;align-items:center;gap:10px;padding:16px 20px;background:var(--bg-card);border:1px solid var(--border);position:relative}.checkout-step:first-child{border-radius:var(--radius) 0 0 var(--radius)}.checkout-step:last-child{border-radius:0 var(--radius) var(--radius) 0}.checkout-step .step-num{width:32px;height:32px;background:var(--bg-surface);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.checkout-step.active{border-color:var(--accent)}.checkout-step.active .step-num{background:var(--accent);color:#fff}.checkout-step .step-text{font-size:13px;font-weight:600}.promo-banner{background:var(--promo-gradient);border:1px solid var(--border);border-radius:var(--radius-lg);padding:48px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin:20px 0;transition:background .35s ease}.promo-banner h2{font-size:32px;font-weight:800;margin-bottom:12px}.promo-banner h2 .highlight{color:var(--accent)}.promo-banner p{color:var(--text-secondary);margin-bottom:24px}.promo-visual{display:flex;justify-content:center;align-items:center;font-size:120px;opacity:.3}@keyframes modalIn{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:none}}.otp-inputs{display:flex;gap:10px;justify-content:center;margin-bottom:24px}.otp-inputs input{width:52px;height:58px;text-align:center;font-size:24px;font-weight:700;background:var(--bg-surface);border:2px solid var(--border);border-radius:var(--radius);transition:var(--transition)}.otp-inputs input:focus{border-color:var(--accent)}.b2b-section{background:linear-gradient(135deg,#3b82f614,#f3b7120f);border:1px solid var(--border);border-radius:var(--radius-lg);padding:48px}.b2b-section h2{font-size:28px;font-weight:800;margin-bottom:12px}.b2b-features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:28px 0}.b2b-feature{display:flex;gap:14px;align-items:flex-start}.b2b-feature .icon{width:44px;height:44px;background:#f3b7121f;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.b2b-feature h4{font-size:14px;font-weight:700;margin-bottom:4px}.b2b-feature p{font-size:13px;color:var(--text-muted)}.toast-container{position:fixed;bottom:24px;right:24px;z-index:300;display:flex;flex-direction:column;gap:10px}.toast{padding:14px 20px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);display:flex;align-items:center;gap:10px;font-size:14px;min-width:280px;box-shadow:var(--shadow-lg);animation:toastIn .3s ease}.toast-success{border-color:#22c55e4d}.toast-success:before{content:"✓";width:24px;height:24px;background:var(--green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}@keyframes toastIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:none}}.mobile-menu-btn{display:none;width:44px;height:44px;align-items:center;justify-content:center;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:22px;cursor:pointer;flex-shrink:0;transition:var(--transition)}.mobile-menu-btn:hover{border-color:var(--accent);color:var(--accent)}.mobile-search-btn{display:none;width:44px;height:44px;align-items:center;justify-content:center;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:18px;cursor:pointer;flex-shrink:0}@media (max-width: 1200px){.container{padding:0 16px}.hero-content{gap:32px}.hero-text h1{font-size:40px}.hero-card{max-width:360px;padding:24px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr;gap:28px}.b2b-section,.promo-banner{padding:36px}}@media (max-width: 768px){:root{--header-h: 60px }.header-top{display:none}.header-main{gap:8px}.logo{font-size:18px;gap:8px}.logo .logo-icon{width:36px;height:36px;font-size:16px}.search-bar{display:none}.mobile-search-btn,.mobile-menu-btn{display:flex}.header-action span:not(.count){display:none}.header-action{padding:8px;font-size:0}.header-action svg{width:24px;height:24px}.theme-toggle{width:38px;height:38px}.nav{overflow:hidden}.nav-inner{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding:0 4px}.nav-item{padding:12px 14px;font-size:13px;scroll-snap-align:start}.nav-catalog{padding:12px 16px;font-size:13px}.hero{padding:32px 0}.hero-text h1{font-size:28px;margin-bottom:14px}.hero-text p{font-size:15px;margin:0 auto 24px}.hero-actions{flex-direction:column;gap:10px;align-items:center}.hero-actions .btn{width:100%;max-width:300px}.hero-stats{gap:16px;margin-top:28px;flex-wrap:wrap}.hero-stat .num{font-size:22px}.hero-stat .label{font-size:11px}.section{padding:32px 0}.section-header{margin-bottom:20px;flex-direction:column;align-items:flex-start;gap:8px}.section-header h2{font-size:22px}.categories-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-card{padding:16px 10px}.category-card .icon{width:40px;height:40px;font-size:20px;margin-bottom:10px}.category-card h3{font-size:12px}.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card-img{padding-top:100%}.product-card-body{padding:10px}.product-card-brand{font-size:10px}.product-card-title{font-size:13px;margin-bottom:6px}.product-card-props{display:none}.product-card-price{font-size:15px}.product-card-price .old{font-size:11px}.product-card-footer .btn{padding:8px 10px;font-size:11px}.product-card-actions{opacity:1}.product-card-actions button{width:30px;height:30px;font-size:13px}.product-info h1{font-size:22px}.product-price-main{font-size:26px}.product-meta{flex-wrap:wrap;gap:8px}.product-tabs{margin-top:28px}.tab-btn{padding:12px 16px;font-size:13px}.cart-item{grid-template-columns:72px 1fr;gap:10px;padding:14px}.cart-item-img{width:72px;height:72px;font-size:28px}.cart-item-info h3{font-size:13px}.cart-item-right{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between}.cart-summary{padding:20px}.checkout-steps{flex-direction:column;gap:8px}.checkout-step{border-radius:var(--radius)!important}.checkout-step .step-text{font-size:12px}.footer{padding:40px 0 0}.footer-grid{grid-template-columns:1fr;gap:28px;padding-bottom:28px}.footer-bottom{flex-direction:column;gap:8px;text-align:center;padding:16px 0}.adv-grid{grid-template-columns:1fr 1fr;gap:10px}.adv-card{padding:20px 14px}.adv-card .icon{font-size:28px;margin-bottom:10px}.adv-card h3{font-size:13px}.adv-card p{font-size:11px}.b2b-section{padding:28px 20px}.b2b-section h2{font-size:22px}.b2b-features{grid-template-columns:1fr;gap:14px}.promo-banner{padding:28px 20px}.promo-banner h2{font-size:24px}.modal{padding:28px 20px;margin:0 12px}.toast-container{left:12px;right:12px;bottom:16px}.toast{min-width:auto}}@media (max-width: 360px){.container{padding:0 10px}.logo{font-size:16px}.logo .logo-icon{width:32px;height:32px;font-size:14px}.header-actions{gap:2px}.header-action{padding:6px}.hero-text h1{font-size:22px}.products-grid{grid-template-columns:1fr;gap:12px}.categories-grid{grid-template-columns:1fr 1fr;gap:6px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-light)}.lang-select,.currency-select{height:44px;padding:0 10px;border-radius:var(--radius);background:var(--bg-surface);border:1px solid var(--border);color:var(--text-primary);font-size:14px;font-weight:600;cursor:pointer;transition:var(--transition);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center}.lang-select:hover,.currency-select:hover{border-color:var(--accent);color:var(--accent)}[data-theme=light] .badge-green{background:#16a34a1a;color:#16a34a}[data-theme=light] .badge-red{background:#dc26261a;color:#dc2626}[data-theme=light] .badge-orange{background:#f3b7121a;color:#f3b712}[data-theme=light] .badge-blue{background:#2563eb1a;color:#2563eb}[data-theme=light] .b2b-section{background:linear-gradient(135deg,#2563eb0d,#f3b7120d)}[data-theme=light] .prot-badge{background:#16a34a0f;border-color:#16a34a26}[data-theme=light] .toast{box-shadow:0 4px 20px #0000001f}.phone-number{font-size:18px;font-weight:700;color:var(--text-primary);white-space:nowrap}.phone-callback{font-size:12px;color:var(--text-muted);transition:var(--transition)}.phone-callback:hover{color:var(--accent)}.btn-cart-share{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;border:none;border-radius:var(--radius-sm);font-size:13px;font-weight:600;cursor:pointer;color:#fff;transition:var(--transition)}.btn-cart-share svg{flex-shrink:0}.btn-cart-share-email{background:#4d4d4d}.btn-cart-share-email:hover{background:#2e2e2e}.btn-cart-share-wa{background:#25d366}.btn-cart-share-wa:hover{background:#128c7e}.catalog-title{font-size:32px;font-weight:900;margin-bottom:32px}@media (max-width: 768px){:root{--header-h: 60px}.header-icons-bar,.header-nav-links,.header-phone .phone-callback{display:none}.header-main-inner{gap:8px}.logo-icon-box{width:38px;height:38px;font-size:22px}.logo-text{font-size:16px;letter-spacing:1px}.logo-text small{font-size:9px;padding:1px 6px}.phone-number{font-size:14px}.header-search{flex:0 1 200px}.header-search input{height:36px;font-size:13px;padding:0 36px 0 12px}.header-search-btn{width:32px;height:32px}.header-cart-btn{width:36px;height:36px}.hero{padding:32px 0}.hero-text h1{font-size:28px}.hero-text p{font-size:15px}.hero-stats{gap:20px;flex-wrap:wrap}.hero-stat .num{font-size:24px}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;max-width:320px}.section{padding:32px 0}.section-title{font-size:22px;margin-bottom:20px}.categories-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{padding:16px 12px}.category-card .category-name{font-size:13px}.catalog-tiles{grid-template-columns:1fr 1fr;gap:12px}.catalog-tile{padding:24px 16px}.catalog-tile-icon{font-size:36px}.catalog-tile-name{font-size:14px}.products-grid{grid-template-columns:1fr 1fr;gap:12px}.product-card-img{padding-top:100%}.product-card-body{padding:10px}.product-card-title{font-size:13px}.price-wholesale .val{font-size:15px}.price-retail .val{font-size:12px}.btn-select-size{padding:8px;font-size:12px}.product-card-actions{opacity:1}.product-card-actions button{width:30px;height:30px;font-size:13px}.product-layout-24{grid-template-columns:1fr;gap:24px}.product-gallery-24{flex-direction:row}.product-main-image{aspect-ratio:1/1}.product-thumbs-col{flex-direction:row;overflow-x:auto;gap:6px}.product-thumbs-col .thumb{width:48px;height:48px;font-size:16px}.adv-grid{grid-template-columns:1fr 1fr;gap:10px}.adv-card{padding:20px 14px}.adv-card .icon{font-size:28px;margin-bottom:10px}.adv-card h3{font-size:13px}.adv-card p{font-size:11px}.footer-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-subscribe{flex-direction:column;gap:16px;text-align:center}.footer-subscribe-form{width:100%;justify-content:center}.footer-subscribe-form input{flex:1;width:auto}.checkout-form-grid{grid-template-columns:1fr}.checkout-items-head,.checkout-item-row{grid-template-columns:50px 1fr 60px 80px}.promo-banner{grid-template-columns:1fr;padding:28px 20px}.promo-visual{display:none}}@media (max-width: 480px){.container{padding:0 12px}.header-main-inner{gap:6px}.logo-text{font-size:14px}.logo-text br,.logo-text small{display:none}.logo-icon-box{width:34px;height:34px;font-size:20px}.header-phone{display:none}.header-search{flex:1 1 auto}.hero{padding:24px 0}.hero-text h1{font-size:22px}.hero-text p{font-size:13px;margin-bottom:20px}.hero-stats{gap:12px}.hero-stat .num{font-size:20px}.hero-stat .label{font-size:10px}.section{padding:24px 0}.section-title{font-size:20px;margin-bottom:16px}.categories-grid{gap:8px}.category-card{padding:12px 8px}.catalog-tiles{grid-template-columns:1fr 1fr;gap:8px}.catalog-tile{padding:16px 10px}.catalog-tile-icon{font-size:28px}.catalog-tile-name{font-size:12px}.products-grid{grid-template-columns:1fr 1fr;gap:8px}.product-card-body{padding:8px}.product-card-title{font-size:12px;margin-bottom:6px}.price-wholesale .val{font-size:14px}.btn-select-size{padding:6px;font-size:11px;margin-top:8px}.product-page-title{font-size:20px}.price-value-big{font-size:24px}.btn-select-size-big{padding:12px;font-size:14px}.product-actions-row{flex-wrap:wrap;gap:8px}.product-action-btn{padding:8px 14px;font-size:12px}.adv-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:20px}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.checkout-24-title{font-size:24px}.checkout-person-toggle{flex-direction:column;gap:8px}.delivery-card{flex:1 1 100%}.cart-panel-header h2{font-size:18px}.cart-panel-body{padding:12px 16px}.cart-panel-summary{padding:16px}.size-modal-header{padding:20px 16px 12px}.size-modal-header h2{font-size:22px}.size-modal-product{padding:0 16px 12px}.size-modal-table-head,.size-modal-row{padding-left:16px;padding-right:16px;grid-template-columns:1fr 100px 80px}.sm-col-chart{display:none}.size-modal-footer{padding:12px 16px}}@media (max-width: 360px){.container{padding:0 8px}.hero-text h1{font-size:20px}.products-grid{grid-template-columns:1fr;gap:12px}.catalog-tiles{grid-template-columns:1fr;gap:10px}.categories-grid{grid-template-columns:1fr;gap:8px}}.btn-primary{background:var(--accent);color:#1c1c1c}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 6px 20px #f3b71240}.highlight{color:var(--accent)}.section-title{font-size:28px;font-weight:800;margin-bottom:32px}.catalog-topbar{display:flex;justify-content:space-between;align-items:center}.sm-col-size{font-weight:600}.sm-col-chart{font-size:12px}.sm-col-qty{display:flex;align-items:center;gap:6px;justify-content:center}.sm-qty-btn{width:30px;height:30px;background:var(--bg-surface);border:1px solid var(--border);border-radius:4px;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:15px;transition:var(--transition)}.sm-qty-btn:hover{border-color:var(--accent);color:var(--accent)}.sm-qty-val{font-size:15px;font-weight:700;min-width:24px;text-align:center}.sm-col-price{text-align:right;font-weight:600;font-size:14px;white-space:nowrap}.checkout-person-toggle{display:flex;gap:12px;margin-bottom:28px}.acc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.acc-field label{display:block;font-size:12px;color:var(--text-muted);margin-bottom:6px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.acc-input{width:100%;padding:12px 16px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-primary);transition:var(--transition)}.acc-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #f3b71226;outline:none}.disc-current{display:flex;align-items:center;gap:20px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px 28px}.disc-current-icon{font-size:48px}.disc-current-info{flex:1}.disc-current-info h3{font-size:20px;font-weight:700;margin-bottom:4px}.disc-current-info p{font-size:14px;color:var(--text-secondary)}.disc-current-val{text-align:center}.disc-val{font-size:40px;font-weight:900;color:var(--accent);display:block}.disc-val-label{font-size:12px;color:var(--text-muted)}.disc-progress-section{margin-top:20px;padding:20px 24px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.disc-progress-text{font-size:14px;color:var(--text-secondary);margin-bottom:12px}.disc-progress-bar{height:12px;background:var(--bg-surface);border-radius:6px;overflow:hidden}.disc-progress-fill{height:100%;border-radius:6px;transition:width .6s ease}.disc-progress-labels{display:flex;justify-content:space-between;font-size:12px;color:var(--text-muted);margin-top:6px}.disc-tiers{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.disc-tier{text-align:center;padding:20px 12px;background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius);opacity:.5;transition:var(--transition);position:relative}.disc-tier.active{opacity:1}.disc-tier.current{border-color:var(--accent);box-shadow:0 0 20px #f3b71226}.disc-tier-icon{font-size:32px;margin-bottom:8px}.disc-tier-name{font-size:14px;font-weight:700;margin-bottom:4px}.disc-tier-discount{font-size:24px;font-weight:900;color:var(--accent)}.disc-tier-req{font-size:11px;color:var(--text-muted);margin-top:4px}.disc-tier-check{position:absolute;top:8px;right:8px;width:22px;height:22px;background:var(--green);border-radius:50%;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center}.disc-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.disc-benefit{padding:20px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);text-align:center}.disc-benefit-icon{font-size:28px;display:block;margin-bottom:10px}.disc-benefit strong{font-size:14px;display:block;margin-bottom:4px}.disc-benefit p{font-size:12px;color:var(--text-muted)}.acc-empty{text-align:center;padding:60px 20px}.acc-empty-icon{font-size:64px;margin-bottom:16px}.acc-empty h3{font-size:22px;font-weight:700;margin-bottom:8px}.acc-empty p{font-size:14px;color:var(--text-muted)}.acc-fav-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:12px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-secondary)}.acc-history-summary{display:flex;gap:28px;padding:24px 28px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:20px}.acc-hist-stat{text-align:center}.acc-hist-num{display:block;font-size:24px;font-weight:800;color:var(--accent);margin-bottom:2px}.acc-hist-stat span:last-child{font-size:13px;color:var(--text-muted)}.acc-orders{display:flex;flex-direction:column;gap:12px}.acc-order{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:var(--transition)}.acc-order:hover{border-color:var(--border-light)}.acc-order-header{display:flex;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid var(--border)}.acc-order-id{font-weight:700;font-size:14px}.acc-order-date{font-size:13px;color:var(--text-muted)}.acc-order-status{margin-left:auto;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.acc-order-body{display:flex;align-items:center;gap:20px;padding:14px 20px}.acc-order-detail{font-size:14px;color:var(--text-secondary);display:flex;gap:6px}.acc-order-actions{margin-left:auto;display:flex;gap:8px}.today-dot{background:var(--accent)}.planned-dot{background:#f3b7124d;border:1px solid var(--accent)}.weekend-dot{background:#ef444426;border:1px solid var(--red)}@media (max-width: 480px){.disc-tiers{grid-template-columns:repeat(2,1fr)}.disc-benefits-grid{grid-template-columns:1fr}.acc-history-summary{flex-direction:column;gap:12px}}.option-price{font-size:13px;font-weight:600;color:var(--accent);white-space:nowrap}.ctr-price-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}#app{display:flex;min-height:100vh;width:100%}.app-root{display:flex;width:100%;min-height:100vh}.main-content{flex:1;min-width:0;width:100%;display:flex;flex-direction:column}.page-content{flex:1;width:100%}.main-content>.header,.main-content>.footer,.main-content>.page-content{width:100%}.header{position:sticky;top:0;z-index:100;background:var(--header-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);transition:background .35s ease}.header-top{display:flex;align-items:center;justify-content:space-between;padding:6px 0;border-bottom:1px solid var(--border);font-size:13px;color:var(--text-muted)}.header-top a:hover{color:var(--accent)}.header-top-links{display:flex;gap:20px}.header-top-contacts{display:flex;align-items:center;gap:16px}.header-main{display:flex;align-items:center;gap:24px;height:var(--header-h)}.logo{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:900;letter-spacing:1px;flex-shrink:0}.logo .logo-icon{width:42px;height:42px;background:var(--accent);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:20px}.logo span{background:linear-gradient(135deg,var(--accent),var(--yellow));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.search-bar{flex:1;max-width:560px;position:relative}.search-bar input{width:100%;height:46px;padding:0 48px 0 20px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);font-size:14px;color:var(--text-primary);transition:var(--transition)}.search-bar input::placeholder{color:var(--text-muted)}.search-bar input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #f3b71226}.search-bar button{position:absolute;right:4px;top:4px;width:38px;height:38px;background:var(--accent);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:var(--transition)}.search-bar button:hover{background:var(--accent-hover)}.header-actions{display:flex;align-items:center;gap:8px}.header-action{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 12px;border-radius:var(--radius-sm);transition:var(--transition);position:relative;font-size:11px;color:var(--text-muted)}.header-action:hover{color:var(--accent);background:#f3b7120f}.header-action svg{width:22px;height:22px}.header-action .count{position:absolute;top:2px;right:6px;width:18px;height:18px;background:var(--accent);color:#fff;border-radius:50%;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.nav{background:var(--bg-secondary);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none}.nav-inner::-webkit-scrollbar{display:none}.nav-item{padding:14px 20px;font-size:14px;font-weight:500;white-space:nowrap;transition:var(--transition);position:relative;color:var(--text-secondary)}.nav-item:hover,.nav-item.active{color:var(--accent)}.nav-item.active:after{content:"";position:absolute;bottom:0;left:20px;right:20px;height:2px;background:var(--accent);border-radius:2px 2px 0 0}.nav-catalog{display:flex;align-items:center;gap:8px;background:var(--accent);color:#fff;padding:14px 24px;font-weight:600;margin-right:4px}.nav-catalog:hover{background:var(--accent-hover)}.nav-catalog svg{width:18px;height:18px}.lang-selector,.currency-selector{display:flex;align-items:center;margin-right:4px}.lang-selector select,.currency-selector select{height:36px;padding:0 8px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;color:var(--text-primary);cursor:pointer}.theme-toggle{display:none}.header{position:sticky;top:0;z-index:100;background:var(--header-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.header-main-inner{display:flex;align-items:center;gap:20px;height:var(--header-h);padding:12px 0}.logo{display:flex;align-items:center;gap:10px;flex-shrink:0;text-decoration:none}.logo-icon-box{width:48px;height:48px;background:var(--accent);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;color:#1c1c1c}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-name{font-size:20px;font-weight:900;letter-spacing:2px;color:var(--text-primary)}.logo-sub{font-size:11px;font-weight:600;letter-spacing:1px;color:var(--accent);background:#f3b71226;padding:1px 8px;border-radius:2px;display:inline-block;width:fit-content}.header-main-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.mobile-catalog-btn{display:none}.header-main-actions>.header-select{flex-shrink:0}.header-main-action{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);transition:var(--transition)}.header-main-action:hover{color:var(--accent);border-color:var(--accent);background:#f3b7120f}.header-main-action>*{display:flex;align-items:center;justify-content:center;width:22px;height:22px}.header-main-action svg{width:22px;height:22px}.header-main-action .icon-badge{position:absolute;top:0;right:0;height:15px;min-width:15px;padding:0;background:var(--red);color:#fff;border-radius:50%;font-size:8px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--header-bg);box-sizing:content-box;transform:translate(45%,-45%);white-space:nowrap;overflow:hidden;z-index:2}.header-main-action .icon-badge:empty{display:none}.header-main-action .icon-badge:not(:empty){width:auto;min-width:15px;padding:0 2px;border-radius:8px}.user-menu-trigger{padding:0}.user-menu-trigger>.user-menu{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.header-search{position:relative;flex:1;max-width:none}.header-search input{width:100%;height:46px;padding:0 50px 0 20px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);font-size:15px;color:var(--text-primary);transition:var(--transition)}.header-search input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #f3b71226}.header-search-btn{position:absolute;right:4px;top:4px;width:38px;height:38px;background:var(--accent);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:#1c1c1c;border:none;cursor:pointer;transition:var(--transition)}.header-search-btn:hover{background:var(--accent-hover)}.header-search-btn>span,.header-icon-btn>span{display:flex;align-items:center;justify-content:center}.header-search-btn svg,.header-icon-btn svg{display:block}.header-icon-btn svg{width:22px;height:22px}.header-search-bar{display:none}.header-main-search{position:relative;flex:1;max-width:none}@media (max-width: 768px){.header-main-inner{gap:12px;height:auto;padding:10px 0;flex-wrap:wrap}.mobile-catalog-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:12px;font-weight:600;color:var(--text-primary);cursor:pointer;transition:var(--transition)}.mobile-catalog-btn:hover{border-color:var(--accent);color:var(--accent)}.header-main-search{display:none}.logo-icon-box{width:36px;height:36px;font-size:22px}.logo-text{gap:2px}.logo-name{font-size:15px;letter-spacing:1px}.logo-sub{font-size:8px;padding:1px 5px}.header-main-actions{margin-left:auto}.header-main-action{width:38px;height:38px}.header-search-bar{display:block;background:var(--header-bg);border-bottom:1px solid var(--border);padding:0 0 10px}.header-search-bar .header-search{display:block}.header-search-bar .container{padding:0 16px}.header-search-bar .header-search input{height:42px;font-size:14px;padding:0 42px 0 16px}.header-search-bar .header-search-btn{width:34px;height:34px}}@media (max-width: 480px){.logo-icon-box{width:34px;height:34px;font-size:20px}.header-main-actions{gap:4px;margin-left:auto}.header-main-action{width:36px;height:36px}}.header-icons-bar{position:fixed;right:0;top:var(--header-h);display:flex;flex-direction:column;gap:0;z-index:99;background:var(--bg-card);border:1px solid var(--border);border-radius:0 0 0 var(--radius);border-top:none}.header-icons-bar a{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:var(--transition);position:relative}.header-icons-bar a:hover{color:var(--accent);background:#f3b7120f}.header-icons-bar a svg{width:20px;height:20px}.header-icons-bar .icon-badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;background:var(--accent);color:#1c1c1c;border-radius:50%;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}.user-menu{position:relative;display:inline-flex}.user-menu>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--text-secondary);transition:var(--transition)}.user-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;max-height:calc(100vh - var(--header-h) - 16px);overflow-y:auto;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:6px;box-shadow:var(--shadow-lg);z-index:200;list-style:none}.user-menu-item button{width:100%;padding:10px 12px;border-radius:var(--radius-sm);font-size:14px;color:var(--text-primary);text-align:left;transition:var(--transition);background:transparent;border:none;cursor:pointer}.user-menu-item button:hover{background:var(--bg-surface);color:var(--accent)}.user-menu-item.divider{height:1px;background:var(--border);margin:6px 0;padding:0}.menu-fade-enter-active,.menu-fade-leave-active{transition:opacity .15s ease,transform .15s ease}.menu-fade-enter-from,.menu-fade-leave-to{opacity:0;transform:translateY(-6px)}.header-reset-btn{width:44px;height:28px;display:flex;align-items:center;justify-content:center;font-size:11px;color:#f44;background:#ff44441a;border-radius:4px;margin:0 4px 4px;transition:var(--transition);text-decoration:none}.header-reset-btn:hover{background:#ff444440;color:#f66}.search-result-name{font-size:14px;font-weight:600}.search-result-meta{font-size:13px;color:var(--text-muted)}.search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:200;overflow:hidden}.search-result-item{padding:10px 16px;cursor:pointer;transition:var(--transition);border-bottom:1px solid var(--border-light)}.search-result-item:hover,.search-result-item.is-active{background:var(--bg-surface);color:var(--accent)}.search-result-item:last-of-type{border-bottom:none}.search-result-loading{padding:12px 16px;font-size:14px;color:var(--text-muted)}.search-result-footer{padding:10px 16px;font-size:14px;font-weight:600;color:var(--accent);cursor:pointer;text-align:center;border-top:1px solid var(--border-light);background:var(--bg-surface)}.search-result-footer:hover,.search-result-footer.is-active{background:var(--bg-hover)}@media (max-width: 1200px){.header-main-inner{gap:12px}}.sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--sidebar-w);background:#141414;border-right:1px solid var(--border);z-index:200;display:flex;flex-direction:column;padding-top:80px;overflow:visible}.sidebar-item{position:relative}.sidebar-link{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;text-align:center;color:var(--text-secondary);transition:var(--transition);border-left:3px solid transparent}.sidebar-link:hover{color:var(--accent);background:#f3b7120f;border-left-color:var(--accent)}.sidebar-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.sidebar-icon svg{width:28px;height:28px;stroke:var(--accent)}.sidebar-label{font-size:11px;font-weight:500;line-height:1.3}.sidebar-mega{position:absolute;left:var(--sidebar-w);top:0;min-width:500px;max-width:700px;z-index:300;padding:4px 0 4px 4px}.sidebar-mega-inner{background:#242424;border:1px solid var(--border);border-radius:0 var(--radius-lg) var(--radius-lg) 0;padding:28px 32px;box-shadow:var(--shadow-lg)}.sidebar-mega-inner h3{font-size:18px;font-weight:800;color:var(--accent);margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.sidebar-mega-cols{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px 24px}.sidebar-mega-col{display:flex;flex-direction:column;gap:4px}.sidebar-mega-sub{font-size:14px;font-weight:600;color:var(--text-primary);padding:4px 0;transition:var(--transition)}.sidebar-mega-sub:hover{color:var(--accent)}.sidebar-mega-sub span{font-weight:400;color:var(--text-muted);font-size:12px}.sidebar-mega-child{font-size:13px;color:var(--text-muted);padding:2px 0 2px 12px;transition:var(--transition)}.sidebar-mega-child:hover{color:var(--accent)}@media (max-width: 1024px){.sidebar{display:none}}.footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:60px 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px}.footer-brand h3{font-size:22px;font-weight:800;margin-bottom:12px}.footer-brand h3 span{color:var(--accent)}.footer-brand p{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:20px}.footer-socials{display:flex;gap:10px}.footer-socials a{width:40px;height:40px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:var(--transition)}.footer-socials a:hover{background:var(--accent);border-color:var(--accent);color:#fff}.footer-col h4{font-size:14px;font-weight:700;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.footer-col a{display:block;padding:5px 0;font-size:14px;color:var(--text-muted);transition:var(--transition)}.footer-col a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border);padding:20px 0;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--text-muted)}.footer-subscribe{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:32px 0;border-bottom:1px solid var(--border);margin-bottom:32px}.footer-subscribe-text p{font-size:15px;color:var(--text-secondary);line-height:1.6}.footer-subscribe-form{display:flex;gap:8px;flex-shrink:0}.footer-subscribe-form input{width:220px;padding:12px 16px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:14px}.footer-contacts div{margin-bottom:8px;font-size:14px;color:var(--text-secondary)}.footer-messengers{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.messenger-btn{display:flex;align-items:center;gap:10px;padding:10px 16px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;text-decoration:none;transition:var(--transition);color:#fff!important}.messenger-btn span{font-size:18px}.messenger-btn.whatsapp{background:#25d366}.messenger-btn.whatsapp:hover{background:#128c7e;transform:translateY(-2px)}.messenger-btn.telegram{background:#08c}.messenger-btn.telegram:hover{background:#0077b5;transform:translateY(-2px)}.messenger-btn.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.messenger-btn.instagram:hover{opacity:.9;transform:translateY(-2px)}.footer-contacts a{color:inherit;text-decoration:none}.footer-contacts a:hover{color:var(--accent)}@media (max-width: 768px){.footer-messengers{flex-direction:row;flex-wrap:wrap;justify-content:center}.messenger-btn{flex:1 1 auto;justify-content:center}}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:var(--transition);cursor:pointer;position:relative}.product-card:hover{border-color:var(--border-light);transform:translateY(-3px);box-shadow:var(--shadow)}.product-card-img{position:relative;width:100%;padding-top:110%;background:var(--bg-surface);overflow:hidden}.product-card-img .placeholder-img{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:64px;opacity:.3}.product-card-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-card-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:2}.product-card-actions{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:6px;opacity:1;transition:var(--transition);z-index:2}.product-card-actions button{width:36px;height:36px;background:var(--card-action-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:16px;transition:var(--transition);opacity:0}.product-card:hover .product-card-actions button,.product-card-actions button.favorite-btn{opacity:1}.product-card-actions button:hover{background:var(--accent);border-color:var(--accent);color:#fff}.product-card-actions button.favorite-btn.is-favorite{background:var(--red);border-color:var(--red);color:#fff}.product-card-body{padding:16px}.product-card-brand{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.product-card-title{font-size:14px;font-weight:600;line-height:1.4;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-rating{display:flex;align-items:center;gap:6px;margin-bottom:10px}.product-card-rating-count{font-size:12px;color:var(--text-muted)}.product-card-props{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:12px}.product-card-props span{padding:3px 8px;background:var(--bg-surface);border-radius:4px;font-size:11px;color:var(--text-secondary)}.product-card-sizes{font-size:12px;color:var(--text-muted);margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.product-card-price{font-size:20px;font-weight:800;color:var(--accent)}.product-card-price .old{font-size:13px;color:var(--text-muted);text-decoration:line-through;font-weight:400;display:block}.product-card-footer .btn{padding:10px 16px;font-size:13px}.product-card-prices{display:flex;flex-direction:column;gap:2px}.price-wholesale{display:flex;align-items:baseline;gap:6px}.price-wholesale .label{font-size:11px;color:var(--accent);font-weight:600}.price-wholesale .val{font-size:18px;font-weight:800;color:var(--accent)}.price-retail{display:flex;align-items:baseline;gap:6px}.price-retail .label{font-size:11px;color:var(--text-muted);font-weight:500}.price-retail .val{font-size:14px;color:var(--text-secondary)}.product-card .product-card-sku{font-size:12px;color:var(--text-muted);margin-bottom:4px}[data-theme=light] .product-card{box-shadow:0 1px 4px #0000000f}[data-theme=light] .product-card:hover{box-shadow:0 8px 24px #0000001a}.btn-select-size{width:100%;padding:10px;background:var(--accent);color:#1c1c1c;border:none;border-radius:var(--radius-sm);font-size:13px;font-weight:700;cursor:pointer;margin-top:12px;transition:var(--transition)}.btn-select-size:hover{background:var(--accent-hover)}.btn-select-size-big{width:100%;padding:16px;background:var(--accent);color:#1c1c1c;border:none;border-radius:var(--radius-sm);font-size:16px;font-weight:800;cursor:pointer;transition:var(--transition);margin-bottom:16px}.btn-select-size-big:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 6px 20px #f3b71233}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.cart-item-img{width:100px;height:100px;background:var(--bg-surface);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:40px;opacity:.3}.cart-item-info h3{font-size:15px;font-weight:600;margin-bottom:4px}.cart-item-info .variant{font-size:13px;color:var(--text-muted)}.cart-item-right{text-align:right}.cart-item-price{font-size:18px;font-weight:700;color:var(--accent);margin-bottom:8px}.cart-panel-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999}.cart-panel{position:fixed;top:0;right:0;width:480px;max-width:100vw;height:100dvh;max-height:100dvh;background:#242424;z-index:1000;display:flex;flex-direction:column;box-shadow:-8px 0 40px #0006}@media (max-width: 768px){.cart-panel{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh}}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transition:transform .3s ease}.slide-enter-from,.slide-leave-to{transform:translate(100%)}.cart-panel-header{display:flex;align-items:center;gap:12px;padding:20px 24px;border-bottom:1px solid var(--border)}.cart-panel-header h2{font-size:22px;font-weight:800;flex:1}.cart-panel-clear{padding:6px 16px;background:var(--accent);color:#1c1c1c;border:none;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;transition:var(--transition)}.cart-panel-clear:hover{background:var(--accent-hover)}.cart-panel-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--text-muted);cursor:pointer;transition:var(--transition);background:none;border:none}.cart-panel-close:hover{color:var(--text-primary)}.cart-panel-body{flex:1;overflow-y:auto;padding:16px 24px;min-height:0}.cart-panel-empty{text-align:center;padding:60px 0;color:var(--text-muted)}.cart-panel-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--border)}.cart-panel-item-img{width:64px;height:64px;background:var(--bg-surface);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-panel-item-info{flex:1;position:relative}.cart-panel-item-remove{position:absolute;top:0;right:0;background:none;border:none;cursor:pointer;font-size:14px;color:var(--text-muted);transition:var(--transition)}.cart-panel-item-remove:hover{color:var(--red)}.cart-panel-item-name{font-size:13px;font-weight:600;line-height:1.4;margin-bottom:4px;padding-right:24px}.cart-panel-item-name span{color:var(--text-muted);font-weight:400}.cart-panel-item-name span+span:before{content:" / ";color:var(--text-muted)}.cart-panel-item-sku{font-size:11px;color:var(--text-muted);margin-bottom:4px}.cart-panel-item-params{display:flex;flex-direction:column;gap:2px;margin-bottom:6px}.cart-panel-item-param{font-size:11px;color:var(--text-muted);line-height:1.3}.cart-panel-item-price{font-size:14px;font-weight:700;margin-bottom:8px}.cart-panel-item-qty{display:flex;align-items:center;gap:8px}.cart-panel-item-qty button{width:28px;height:28px;background:var(--bg-surface);border:1px solid var(--border);border-radius:4px;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:var(--transition)}.cart-panel-item-qty button:hover{border-color:var(--accent);color:var(--accent)}.cart-panel-item-qty span{font-size:14px;font-weight:600;min-width:20px;text-align:center}.cart-panel-item-details{font-size:10px;color:var(--text-muted);line-height:1.2;margin-bottom:6px}.cart-panel-item .qty-input{margin-bottom:8px}.cart-panel-item-sum{font-size:13px;color:var(--text-muted);font-weight:400!important}.cart-panel-summary{padding:20px 24px;border-top:1px solid var(--border);background:#141414}.cart-panel-stat{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px;font-size:14px}.cart-panel-stat span{color:var(--text-muted)}.cart-panel-stat strong{font-size:20px;font-weight:800}.cart-panel-stat strong small{font-size:14px;font-weight:400;color:var(--text-muted)}.cart-panel-total{border-top:1px solid var(--border);padding-top:12px;margin-top:8px}.cart-panel-total strong{color:var(--accent)}.btn-cart-panel-primary{width:100%;padding:14px;background:var(--accent);color:#1c1c1c;border:none;border-radius:var(--radius-sm);font-size:15px;font-weight:700;cursor:pointer;margin-top:16px;transition:var(--transition)}.btn-cart-panel-primary:hover{background:var(--accent-hover)}.btn-cart-panel-secondary{width:100%;padding:12px;background:transparent;color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-weight:600;cursor:pointer;margin-top:8px;transition:var(--transition)}.btn-cart-panel-secondary:hover{border-color:var(--accent);color:var(--accent)}.btn-cart-panel-outline{width:100%;padding:12px;background:transparent;color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;font-weight:500;cursor:pointer;margin-top:8px;transition:var(--transition)}.btn-cart-panel-outline:hover{border-color:var(--accent);color:var(--accent)}.cart-panel-share{display:flex;gap:8px;margin-top:12px}.cart-panel-item-warning{font-size:11px;color:var(--red);margin-bottom:6px}.cart-panel-item-img img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-sm)}.cart-panel-item.item-unavailable{opacity:.7}.size-chart-table{width:100%;border-collapse:collapse;font-size:14px}.size-chart-table th{background:var(--accent);color:#fff;padding:10px 14px;text-align:left;font-weight:600;white-space:nowrap}.size-chart-table td{padding:9px 14px;border-bottom:1px solid var(--border)}.size-chart-table tr:nth-child(2n) td{background:var(--bg-surface)}.size-chart-table tr:hover td{background:#f3b7120f}.product-filters{position:static;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px 20px}.product-filters h3{font-size:18px;font-weight:700;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.product-filters h3 a{font-size:13px;color:var(--accent);font-weight:500}.pf-group{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.pf-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.pf-group-title{font-size:14px;font-weight:600;margin-bottom:10px;display:block}.pf-title-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.pf-title-row a{font-size:13px;color:var(--accent);font-weight:500}.pf-link{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:var(--radius-sm);font-size:14px;line-height:1.4;color:var(--text-secondary);text-decoration:none;transition:var(--transition)}.pf-link:hover{background:var(--bg-surface);color:var(--text-primary)}.pf-link.active{color:var(--accent);font-weight:600;background:var(--bg-surface)}.pf-link .cnt{font-size:12px;color:var(--text-muted);margin-left:auto}.pf-link.pf-toggle{background:transparent;border:none;cursor:pointer;width:100%;justify-content:center;color:var(--accent);font-weight:500}.pf-link.pf-toggle:hover{background:var(--bg-surface)}.pf-range{display:flex;gap:8px;align-items:center}.pf-range input{width:50%;padding:8px 10px;font-size:13px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary)}.pf-checkbox-row{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-secondary);cursor:pointer}.pf-checkbox-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent);cursor:pointer}.pf-select{width:100%;padding:8px 10px;font-size:14px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer}.pf-loading{padding:20px 0;text-align:center;font-size:14px;color:var(--text-muted)}.pf-options-toggle{display:flex;align-items:center;justify-content:center;width:100%;margin-top:8px;padding:6px 10px;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--accent);font-size:13px;font-weight:500;cursor:pointer;transition:var(--transition)}.pf-options-toggle:hover{background:var(--bg-surface)}.checkbox-group{display:flex;flex-direction:column;gap:2px}.checkbox-group .group-label{font-size:14px;font-weight:600;margin-bottom:10px;color:var(--text-primary)}.checkbox{position:relative;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius-sm);font-size:14px;line-height:1.4;color:var(--text-secondary);cursor:pointer;transition:var(--transition);-webkit-user-select:none;user-select:none}.checkbox:hover{background:var(--bg-surface);color:var(--text-primary)}.checkbox.is-checked{color:var(--text-primary)}.checkbox.is-disabled{opacity:.5;cursor:not-allowed}.checkbox.is-disabled .checkbox-box{border-color:var(--border)}.checkbox-input{position:absolute;opacity:0;width:1px;height:1px}.checkbox-box{width:18px;height:18px;border:2px solid var(--border);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:var(--transition)}.checkbox:hover .checkbox-box{border-color:var(--accent)}.checkbox.is-checked .checkbox-box{background:var(--accent);border-color:var(--accent)}.checkbox-check{font-size:12px;font-weight:800;color:#1c1c1c;line-height:1}.checkbox-label{flex:1}.checkbox-count{font-size:12px;color:var(--text-muted);margin-left:auto}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--text-secondary)}.form-group input{width:100%;height:48px;padding:0 16px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:15px;transition:var(--transition)}.form-group input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #f3b71226}.cat-sidebar-filter{margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.cat-sidebar-filter h4{font-size:14px;font-weight:600;margin-bottom:12px}.cat-price-toggle{display:flex;gap:8px;margin-bottom:12px}.cat-price-toggle label{padding:6px 14px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;cursor:pointer;transition:var(--transition)}.cat-price-toggle label.active{background:var(--accent);color:#1c1c1c;border-color:var(--accent);font-weight:600}.person-toggle-item{display:flex;align-items:center;gap:10px;padding:10px 20px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-size:14px;font-weight:500;transition:var(--transition)}.person-toggle-item.active{border-color:var(--accent)}.toggle-radio{display:inline-flex;width:20px;height:20px;border:2px solid var(--border);border-radius:50%;position:relative;flex-shrink:0;transition:var(--transition)}.toggle-radio.active{border-color:var(--accent)}.toggle-radio.active:after{content:"";position:absolute;top:3px;left:3px;width:10px;height:10px;background:var(--accent);border-radius:50%}.radio-card{display:block;padding:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;margin-bottom:12px;transition:var(--transition)}.radio-card.active{border-color:var(--accent);background:var(--bg-surface)}.radio-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.radio-card-head strong{font-size:15px;font-weight:700}.radio-card p{margin:8px 0 0;font-size:13px;color:var(--text-muted);line-height:1.4}.radio-card input{position:absolute;opacity:0;pointer-events:none}.checkout-location-input{position:relative}.checkout-location-input .loc-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:16px}.checkout-location-input input{width:100%;padding:14px 16px 14px 42px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);font-size:15px;color:var(--text-primary);transition:var(--transition)}.checkout-location-input input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #f3b7121f}.checkout-items-block{background:var(--bg-card);border-radius:var(--radius-lg);padding:24px}.checkout-items-head{display:grid;grid-template-columns:60px 1fr 100px 120px;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);font-size:13px;color:var(--text-muted)}.checkout-item-row{display:grid;grid-template-columns:60px 1fr 100px 120px;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--border)}.checkout-item-row:last-child{border-bottom:none}.checkout-item-img{width:56px;height:70px;background:var(--bg-surface);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.checkout-item-name{font-size:14px;font-weight:600;line-height:1.4}.checkout-item-size{display:block;font-size:13px;color:var(--text-muted);font-weight:400;margin-top:2px}.checkout-item-sku,.checkout-item-variant{display:block;font-size:12px;color:var(--text-muted);font-weight:400;margin-top:2px}.checkout-item-params{display:flex;flex-direction:column;gap:2px;margin-top:4px}.checkout-item-param{font-size:12px;color:var(--text-muted);font-weight:400}.checkout-item-qty{font-size:14px;color:var(--text-secondary);text-align:center}.checkout-item-total{font-size:15px;font-weight:700;text-align:right}.checkout-delivery-cards{display:flex;gap:12px;flex-wrap:wrap}.delivery-card{flex:0 1 240px;padding:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:var(--transition)}.delivery-card:hover{border-color:var(--accent)}.delivery-card.active{border-color:var(--accent);background:#f3b7120a}.delivery-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.delivery-card-head strong{font-size:15px}.delivery-card p{font-size:13px;color:var(--text-muted);line-height:1.5}.checkout-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.checkout-form-col{display:flex;flex-direction:column;gap:16px}.checkout-field label{display:block;font-size:13px;color:var(--text-muted);margin-bottom:6px}.checkout-field input,.checkout-field textarea{width:100%;padding:12px 16px;background:#f5f5f5;border:1px solid #ddd;border-radius:var(--radius-sm);font-size:14px;color:#333;transition:var(--transition)}.checkout-field input:focus,.checkout-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #f3b7121f;outline:none}.checkout-field textarea{resize:vertical}.acc-tabs-nav{display:flex;gap:4px;margin-bottom:24px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:6px;overflow-x:auto}.acc-tab-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;color:var(--text-secondary);transition:var(--transition);white-space:nowrap;cursor:pointer;background:none;border:none}.acc-tab-btn:hover{color:var(--text-primary);background:var(--bg-surface)}.acc-tab-btn.active{background:var(--accent);color:#1c1c1c;font-weight:700}.acc-tab-icon{font-size:18px;margin-right:4px}.acc-section{margin-bottom:28px}.acc-section-title{font-size:18px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px}.acc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:end}.acc-email-field{display:flex;gap:12px;align-items:flex-end}.acc-email-field .input-field{flex:1}.acc-email-field .btn{height:42px;padding:0 20px}.acc-form-grid .input-field{display:flex;flex-direction:column;gap:6px}.acc-form-grid .input-field label{font-size:13px;color:var(--text-muted);font-weight:600}.acc-form-grid .input-field input{width:100%;padding:12px 16px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-primary);transition:var(--transition);font-family:inherit}.acc-form-grid .input-field input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #f3b7121f}.acc-field{display:flex;flex-direction:column;gap:6px}.acc-field label{font-size:13px;color:var(--text-muted);font-weight:600}.acc-field input,.acc-field textarea{width:100%;padding:12px 16px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-primary);transition:var(--transition);font-family:inherit}.acc-field input:focus,.acc-field textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #f3b7121f}.acc-field textarea{resize:vertical;min-height:80px}.model-selector{display:grid;grid-template-columns:1fr 1fr;gap:10px}.model-btn{padding:14px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center;transition:var(--transition);cursor:pointer;background:var(--bg-surface);display:flex;flex-direction:column;align-items:center;gap:4px}.model-btn:hover{border-color:var(--accent);background:#f3b7120a}.model-btn.active{border-color:var(--accent);background:#f3b7121a;box-shadow:0 0 0 1px var(--accent)}.model-btn-icon{font-size:24px;line-height:1}.model-btn-name{font-size:13px;font-weight:600;color:var(--text-primary)}.model-btn-price{font-size:11px;color:var(--text-muted)}.color-selector{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.color-dot{width:32px;height:32px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:var(--transition);position:relative}.color-dot:hover{transform:scale(1.15)}.color-dot.active{border-color:var(--accent);box-shadow:0 0 0 2px var(--bg-card),0 0 0 4px var(--accent)}.color-hex-input{width:32px;height:32px;border-radius:50%;border:2px dashed var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;overflow:hidden;transition:var(--transition)}.color-hex-input:hover{border-color:var(--accent)}.color-hex-input input[type=color]{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.color-hex-input span{font-size:14px;color:var(--text-muted);pointer-events:none}.ctr-logo-input{position:relative}.ctr-logo-input input{width:100%;padding:12px 55px 12px 16px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:15px;color:var(--text-primary);font-family:inherit;transition:border-color .2s ease}.ctr-logo-input input:focus{border-color:var(--accent);outline:none}.ctr-logo-counter{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:11px;color:var(--text-muted)}.ctr-logo-hint{font-size:12px;color:var(--text-muted);margin-top:8px;line-height:1.5}.ctr-size-qty{display:flex;gap:16px;align-items:flex-end}.ctr-size-group,.ctr-qty-group{flex:1}.ctr-size-group label,.ctr-qty-group label{display:block;font-size:12px;font-weight:600;color:var(--text-muted);margin-bottom:6px}.ctr-select{width:100%;padding:10px 14px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:15px;color:var(--text-primary);cursor:pointer}.ctr-select:focus{border-color:var(--accent);outline:none}.ctr-qty-ctrl{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-surface)}.ctr-qty-ctrl button{width:44px;height:42px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;transition:var(--transition);color:var(--text-primary);background:transparent}.ctr-qty-ctrl button:hover{background:var(--accent);color:#000}.ctr-qty-ctrl span{flex:1;text-align:center;font-size:16px;font-weight:700;min-width:40px}@media (max-width: 640px){.model-selector{grid-template-columns:1fr 1fr}.ctr-size-qty,.ctr-actions{flex-direction:column}}.product-filters .btn-block{width:100%;margin-top:12px}.checkout-field input:focus,.checkout-field textarea:focus{border-color:var(--accent);outline:none}.checkout-field input[style*=ef4444],.checkout-field textarea[style*=ef4444]{box-shadow:0 0 0 2px #ef444426}.input-field{display:flex;flex-direction:column;gap:6px}.input-field label{font-size:13px;color:var(--text-muted);font-weight:600}.input-field input{width:100%;padding:12px 16px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-primary);transition:var(--transition);font-family:inherit;box-sizing:border-box}.input-field input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #f3b7121f}.input-field input:read-only{background:var(--bg-secondary);color:var(--text-secondary);cursor:default;border-color:var(--border)}.input-field input:read-only:focus{border-color:var(--border);box-shadow:none}.input-error{font-size:12px;color:#ef4444;margin-top:4px}.input-field.has-error input{border-color:#ef4444}.input-field.has-error input:focus{box-shadow:0 0 0 3px #ef444426}[data-theme=light] .input-field.has-error input:focus{box-shadow:0 0 0 3px #ef444426}[data-theme=light] .input-field input:focus{box-shadow:0 0 0 3px #f3b7121f}.qty-input{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-surface)}.qty-input button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-primary);font-size:16px;font-weight:600;cursor:pointer;transition:var(--transition)}.qty-input button:hover{background:var(--accent);color:#000}.qty-input button:disabled{opacity:.3;cursor:not-allowed}.qty-input span{min-width:36px;text-align:center;font-size:14px;font-weight:600;color:var(--text-primary);padding:0 4px}.price-display{display:flex;flex-direction:column;gap:2px}.price-row{display:flex;align-items:baseline;gap:6px}.price-row.wholesale .price-label{color:var(--accent);font-size:11px;font-weight:700;text-transform:uppercase}.price-row.wholesale .price-value{color:var(--accent);font-size:16px;font-weight:800}.price-row.retail .price-label{color:var(--text-muted);font-size:11px;font-weight:500;text-transform:uppercase}.price-row.retail .price-value{color:var(--text-secondary);font-size:14px;font-weight:500}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200;display:none;align-items:flex-start;justify-content:center;padding:40px 20px;overflow-y:auto}.modal-overlay.active{display:flex}.modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px;max-width:560px;width:100%;position:relative;animation:modalIn .3s ease;margin:auto 0}.modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:var(--transition);font-size:18px}.modal-close:hover{background:var(--bg-surface)}.modal h2{font-size:24px;font-weight:800;margin-bottom:8px}.modal p{font-size:14px;color:var(--text-muted);margin-bottom:24px}[data-theme=light] .modal-overlay{background:#0006}.size-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1100;opacity:0;pointer-events:none;transition:opacity .3s ease}.size-modal-overlay.open{opacity:1;pointer-events:all}.size-modal{position:fixed;top:0;right:0;width:540px;max-width:100vw;height:100vh;background:#242424;z-index:1200;display:flex;flex-direction:column;transition:transform .3s ease;transform:translate(100%);box-shadow:-8px 0 40px #00000080}.size-modal.open{transform:translate(0)}.size-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:28px 28px 16px}.size-modal-header h2{font-size:28px;font-weight:900;line-height:1.2}.size-modal-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--text-muted);cursor:pointer;transition:var(--transition);background:none;border:none}.size-modal-close:hover{color:var(--text-primary)}.size-modal-product{display:flex;align-items:center;gap:12px;padding:0 28px 16px;border-bottom:1px solid var(--border)}.size-modal-product-img{width:56px;height:56px;background:var(--bg-surface);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.size-modal-product-name{font-size:14px;font-weight:600;line-height:1.4}.size-modal-table-head{display:grid;grid-template-columns:1fr 120px 120px 100px;gap:8px;padding:12px 28px;font-size:13px;font-weight:600;color:var(--text-muted);border-bottom:1px solid var(--border)}.size-modal-body{flex:1;overflow-y:auto}.size-modal-row{display:grid;grid-template-columns:1fr 120px 120px 100px;gap:8px;padding:10px 28px;align-items:center;font-size:14px;transition:background .15s ease}.size-modal-row.alt{background:#f3b71208}.size-modal-row:hover{background:#f3b7120f}.size-modal-row.selected{background:#f3b7121a}.size-modal-footer{display:flex;align-items:center;justify-content:space-between;padding:16px 28px;border-top:1px solid var(--border);background:#141414}.size-modal-selected{font-size:15px;font-weight:700}.size-modal-submit{padding:12px 32px;background:var(--accent);color:#1c1c1c;border:1px solid var(--accent);border-radius:var(--radius-sm);font-size:15px;font-weight:700;cursor:pointer;transition:var(--transition)}.size-modal-submit:hover{background:var(--accent-hover)}@media (max-width: 600px){.size-modal{width:100vw}.size-modal-table-head,.size-modal-row{grid-template-columns:1fr 100px 80px}.sm-col-chart{display:none}}.auth-tabs{display:flex;gap:8px;margin-bottom:24px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:6px}.auth-tab{flex:1;padding:12px 16px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;color:var(--text-secondary);background:none;border:none;cursor:pointer;transition:var(--transition)}.auth-tab:hover{color:var(--text-primary)}.auth-tab.active{background:var(--accent);color:#1c1c1c}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-error{padding:12px 16px;background:#ef44440f;border:1px solid rgba(239,68,68,.2509803922);border-radius:var(--radius-sm);color:#ef4444;font-size:14px;display:flex;align-items:center;gap:10px;line-height:1.4}.auth-error-icon{font-size:18px;flex-shrink:0}.auth-hint{margin-top:20px;text-align:center;font-size:14px;color:var(--text-muted)}.auth-link{margin-left:4px;color:var(--accent);font-weight:600;background:none;border:none;cursor:pointer}.auth-link:hover{text-decoration:underline}[data-theme=light] .auth-tab.active{color:#fff}body.modal-open,html.modal-open{overflow:hidden!important}.hero{position:relative;padding:60px 0;overflow:hidden;background:var(--hero-gradient);transition:background .35s ease}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(249,115,22,.12) 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-40%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.08) 0%,transparent 70%);pointer-events:none}.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-text h1{font-size:48px;font-weight:900;line-height:1.1;margin-bottom:20px}.hero-text h1 .highlight{color:var(--accent)}.hero-text p{font-size:18px;color:var(--text-secondary);margin-bottom:32px;max-width:480px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-stats{display:flex;gap:40px;margin-top:40px}.hero-stat{text-align:left}.hero-stat .num{font-size:32px;font-weight:800;background:linear-gradient(135deg,var(--accent),var(--yellow));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-stat .label{font-size:13px;color:var(--text-muted);margin-top:4px}.hero-visual{position:relative;display:flex;justify-content:center}.hero-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;width:100%;max-width:420px;box-shadow:var(--shadow-lg)}.hero-card-badge{display:inline-flex;padding:6px 14px;background:#f3b7121f;border-radius:20px;font-size:12px;font-weight:600;color:var(--accent);margin-bottom:16px}.hero-card h3{font-size:20px;font-weight:700;margin-bottom:8px}.hero-card .price{font-size:28px;font-weight:800;color:var(--accent);margin:16px 0}.hero-card .old-price{font-size:16px;color:var(--text-muted);text-decoration:line-through;margin-left:8px;font-weight:400}.hero-card-features{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.hero-card-features span{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;background:var(--bg-surface);border-radius:20px;font-size:12px;color:var(--text-secondary)}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.category-card{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px 20px;text-align:center;transition:var(--transition);cursor:pointer;overflow:hidden}.category-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 8px 32px #f3b7121f}.category-card .icon,.category-card .category-icon{width:56px;height:56px;margin:0 auto 14px;background:linear-gradient(135deg,#f3b7121f,#f3b7120a);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--accent)}.category-card .category-icon svg{width:28px;height:28px;stroke-width:1.6}.category-card h3,.category-card .category-name{display:block;font-size:14px;font-weight:600;margin-bottom:4px}.category-card .count,.category-card .category-count{display:block;font-size:12px;color:var(--text-muted)}.adv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.adv-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px 20px;text-align:center;transition:var(--transition)}.adv-card:hover{border-color:var(--accent);transform:translateY(-4px)}.adv-card .icon{font-size:36px;margin-bottom:14px;color:var(--accent);display:flex;justify-content:center}.adv-card .icon svg{width:32px;height:32px;stroke-width:1.6}.adv-card h3{font-size:15px;font-weight:700;margin-bottom:6px}.adv-card p{font-size:13px;color:var(--text-muted);line-height:1.5}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-text p{margin:0 auto 32px}.hero-actions,.hero-stats{justify-content:center}.hero-visual{display:none}.hero{padding:40px 0}.catalog-layout{grid-template-columns:1fr}.filters-sidebar{display:none}.product-layout{grid-template-columns:1fr;gap:28px}.product-gallery{position:static}.product-gallery-main{aspect-ratio:4/3}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.adv-grid{grid-template-columns:repeat(2,1fr)}.b2b-features{grid-template-columns:1fr 1fr}.promo-banner{grid-template-columns:1fr}.promo-visual{display:none}.section{padding:40px 0}}@media (max-width: 480px){.hero-text h1{font-size:24px}.hero-text p{font-size:14px}.section-header h2{font-size:20px}.categories-grid{grid-template-columns:repeat(2,1fr);gap:8px}.category-card h3{font-size:11px}.products-grid{grid-template-columns:1fr 1fr;gap:8px}.product-card-footer{flex-direction:column;align-items:stretch;gap:6px}.product-card-footer .btn{text-align:center}.cart-item{grid-template-columns:60px 1fr;gap:8px;padding:10px}.cart-item-img{width:60px;height:60px;font-size:24px}.adv-grid{grid-template-columns:1fr}.hero-stats{flex-direction:column;gap:12px;align-items:center}.hero-stat{text-align:center}.otp-inputs input{width:44px;height:50px;font-size:20px}}:root,[data-theme=dark]{--hero-image: url(/build/img/hero-a.webp);--hero-fade: 28, 28, 28}[data-theme=light]{--hero-fade: 228, 228, 228}.hero{background-image:linear-gradient(90deg,rgba(var(--hero-fade),1),rgba(var(--hero-fade),1) 32%,rgba(var(--hero-fade),.78) 47%,rgba(var(--hero-fade),.25) 66%,rgba(var(--hero-fade),0) 84%),var(--hero-image),var(--hero-gradient);background-repeat:no-repeat;background-size:cover,auto 100%,cover;background-position:center,right center,center;min-height:560px}.hero:before{background:radial-gradient(circle,rgba(243,183,18,.1) 0%,transparent 70%)}.hero:after{display:none}@media (max-width: 992px){.hero{min-height:0;background-size:cover,cover,cover;background-position:center,right center,center;background-image:linear-gradient(90deg,rgba(var(--hero-fade),.97),rgba(var(--hero-fade),.9) 55%,rgba(var(--hero-fade),.72)),var(--hero-image),var(--hero-gradient)}}.hero-btn-ico{display:inline-flex;align-items:center}.hero-btn-ico svg{width:18px;height:18px}.catalog-page{overflow-x:hidden}.cat-page-layout{display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:start}.cat-sidebar{position:sticky;top:calc(var(--header-h) + 20px)}.cat-sidebar h2{font-size:24px;font-weight:900;margin-bottom:20px}.cat-sidebar-links{display:flex;flex-direction:column;gap:2px}.cat-sidebar-links a{display:block;padding:12px 16px;font-size:15px;color:var(--text-secondary);border-radius:var(--radius-sm);transition:var(--transition);border-left:3px solid transparent}.cat-sidebar-links a:hover{color:var(--accent);background:#f3b7120d;border-left-color:#f3b7124d}.cat-sidebar-links a.active{color:var(--accent);background:#f3b71214;font-weight:600;border-left-color:var(--accent)}.cat-sidebar-links a .s-cnt{font-size:12px;color:var(--text-muted);margin-left:4px}.cat-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cat-image-card{position:relative;aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:var(--transition)}.cat-image-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0003}.cat-image-card .card-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;font-size:72px;opacity:.25}.cat-image-card .card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.7) 100%);display:flex;align-items:flex-end;padding:20px;transition:var(--transition)}.cat-image-card:hover .card-overlay{background:linear-gradient(180deg,transparent 20%,rgba(249,115,22,.8) 100%)}.cat-image-card .card-overlay h4{font-size:16px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.02em;line-height:1.3}.product-list-layout{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start}.product-list-layout>*{min-width:0}.catalog-overview{padding:40px 0 60px}.catalog-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}.catalog-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 24px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);cursor:pointer;text-align:center}.catalog-tile:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 8px 32px #f3b7121a}.catalog-tile-icon{font-size:48px;display:block}.catalog-tile-name{font-size:16px;font-weight:700}.catalog-tile-count{font-size:13px;color:var(--text-muted)}.cat-sidebar-24{position:sticky;top:calc(var(--header-h) + 20px)}.cat-sidebar-24 h2{font-size:24px;font-weight:900;margin-bottom:20px}.cat-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.cat-sort select{padding:8px 14px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:14px;cursor:pointer}.cat-per-page{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.cat-per-page button{padding:4px 10px;background:var(--bg-surface);border:1px solid var(--border);border-radius:4px;color:var(--text-secondary);font-size:13px;cursor:pointer;transition:var(--transition)}.cat-per-page button.active{background:var(--accent);color:#1c1c1c;border-color:var(--accent)}.pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:32px;flex-wrap:wrap}.page-btn{min-width:40px;height:40px;padding:0 12px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center}.page-btn:hover{border-color:var(--accent);color:var(--accent)}.page-btn.active{background:var(--accent);border-color:var(--accent);color:#000;font-weight:700}@media (max-width: 1024px){.cat-page-layout,.product-list-layout{grid-template-columns:1fr;gap:20px}.cat-sidebar,.cat-sidebar-24{position:static}.cat-topbar{flex-wrap:wrap;gap:12px}}@media (max-width: 768px){.cat-image-grid{grid-template-columns:repeat(2,1fr);gap:10px}}@media (max-width: 480px){.cat-image-grid{grid-template-columns:1fr}}.product-gallery-thumbs .thumb{width:72px;height:72px;background:var(--bg-surface);border:2px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;font-size:24px;opacity:.4}.product-gallery-thumbs .thumb.active,.product-gallery-thumbs .thumb:hover{border-color:var(--accent);opacity:1}.product-page-title{font-size:28px;font-weight:800;margin-bottom:24px}.product-layout-24{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;margin-bottom:32px}@media (max-width: 768px){.product-layout-24{grid-template-columns:1fr;gap:24px}.product-gallery-24{flex-direction:column}.product-thumbs-col{flex-direction:row;overflow-x:auto}.product-main-image{flex:1 1 auto;width:100%}}.product-gallery-24{display:flex;gap:12px}.product-thumbs-col{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.product-thumbs-col .thumb{width:64px;height:64px;background:var(--bg-surface);border:2px solid var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;transition:var(--transition);opacity:.5}.product-thumbs-col .thumb.active,.product-thumbs-col .thumb:hover{border-color:var(--accent);opacity:1}.product-main-image{flex:1;aspect-ratio:1/1;background:var(--bg-primary);border-radius:var(--radius-lg);display:flex;align-items:flex-start;justify-content:center;overflow:hidden}.product-main-image img{width:100%;height:100%;object-fit:contain;object-position:top;border-radius:var(--radius-lg)}.product-thumbs-col .thumb img{width:100%;height:100%;object-fit:cover}.product-variant-filters{margin-bottom:24px}.product-variant-filters-title{font-size:16px;font-weight:600;margin-bottom:16px;color:var(--text-primary)}.variant-filter-group{margin-bottom:16px}.product-variants{margin-bottom:24px}.variant-group{margin-bottom:16px}.variant-label{display:block;font-size:13px;color:var(--text-muted);margin-bottom:8px}.variant-options{display:flex;flex-wrap:wrap;gap:8px}.variant-option{padding:8px 14px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-secondary);cursor:pointer;transition:var(--transition)}.variant-option:hover{border-color:var(--accent);color:var(--accent)}.variant-option.active{background:var(--accent);border-color:var(--accent);color:#1c1c1c;font-weight:600}.variant-stock{font-size:14px;color:var(--text-muted);margin-top:8px}.product-variant-section{margin-bottom:24px}.product-variant-section-title{font-size:16px;font-weight:600;margin-bottom:16px;color:var(--text-primary)}.product-variant-list{margin-bottom:0}.product-parameters-list{margin-bottom:24px}.product-parameters-list-title{font-size:16px;font-weight:600;margin-bottom:12px;color:var(--text-primary)}.product-parameters-list-items{display:flex;flex-direction:column;gap:8px}.product-parameters-list-item{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border);font-size:14px}.product-parameters-list-name{color:var(--text-muted)}.product-parameters-list-value{font-weight:600;color:var(--text-primary);text-align:right}.product-variant-list-title{font-size:16px;font-weight:600;margin-bottom:12px;color:var(--text-primary)}.product-variant-list-items{display:flex;flex-direction:column;gap:8px}.product-variant-list-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition)}.product-variant-list-item:hover{border-color:var(--accent)}.product-variant-list-item.active{background:#f3b7121a;border-color:var(--accent)}.product-variant-list-item.out-of-stock{opacity:.6;cursor:not-allowed}.product-variant-list-info{display:flex;flex-direction:column;gap:4px}.product-variant-list-sku{font-size:14px;font-weight:600;color:var(--text-primary)}.product-variant-list-price{font-size:16px;font-weight:700;color:var(--text-primary);white-space:nowrap}.product-variant-list-stock{font-size:13px;color:var(--text-muted)}.product-variant-list-stock.out-of-stock{color:var(--red)}.product-info-24{padding-top:8px}.product-protection-icons{display:flex;gap:16px;margin-bottom:24px}.prot-icon-item{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.prot-icon{width:48px;height:48px;background:#f3b71214;border:1px solid rgba(200,230,0,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px}.prot-icon-item small{font-size:11px;color:var(--text-muted);max-width:100px;line-height:1.3}.product-chars{margin-bottom:16px}.char-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border);font-size:14px}.char-label{color:var(--text-muted)}.char-val{font-weight:600}.product-chars-link,.product-size-link{display:block;color:var(--accent);font-size:14px;font-weight:500;margin-bottom:8px;transition:var(--transition)}.product-chars-link:hover,.product-size-link:hover{text-decoration:underline}.product-prices-24{margin:20px 0}.product-price-row-24{display:flex;align-items:baseline;gap:12px;margin-bottom:4px}.price-label{font-size:13px;color:var(--text-muted)}.price-value-big{font-size:32px;font-weight:900}.price-value-small{font-size:18px;color:var(--text-secondary)}.price-label.muted{color:var(--text-muted)}.product-actions-row{display:flex;gap:12px;margin-bottom:20px}.product-action-btn{padding:10px 20px;background:transparent;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:14px;cursor:pointer;transition:var(--transition)}.product-action-btn:hover{border-color:var(--accent);color:var(--accent)}.product-delivery-link{font-size:14px;color:var(--accent)}.product-delivery-link a{color:var(--accent)}.product-tabs-24{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:24px}.tab-btn-24{padding:14px 24px;font-size:14px;font-weight:500;color:var(--text-muted);cursor:pointer;background:none;border:none;position:relative;transition:var(--transition)}.tab-btn-24:hover{color:var(--text-primary)}.tab-btn-24.active{color:var(--accent)}.tab-btn-24.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--accent)}.product-description-24{color:var(--text-secondary);line-height:1.8;font-size:15px;margin-bottom:40px}.product-rating-summary{display:flex;align-items:center;gap:10px;margin-bottom:20px;width:fit-content}.product-rating-value{font-size:16px;font-weight:700}.product-rating-count{font-size:14px;color:var(--text-muted)}.product-sections{display:flex;flex-direction:column;gap:32px}.product-section-title{font-size:20px;font-weight:700;margin-bottom:16px;color:var(--text-primary)}.acc-header{display:flex;align-items:center;gap:20px;padding:28px 32px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:24px}.acc-avatar{width:72px;height:72px;background:linear-gradient(135deg,var(--accent),var(--yellow, #ffc93c));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;flex-shrink:0}.acc-info{flex:1}.acc-name{font-size:24px;font-weight:800;margin-bottom:4px}.acc-company{font-size:14px;color:var(--text-muted)}.acc-stats{display:flex;gap:28px}.acc-stat{text-align:center}.acc-stat-num{display:block;font-size:20px;font-weight:800;color:var(--accent)}.acc-stat-label{font-size:12px;color:var(--text-muted)}.acc-status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;animation:pulse 2s infinite}.cal-layout{display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:start}.cal-main{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.cal-title{font-size:20px;font-weight:800}.cal-nav{width:40px;height:40px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-primary);transition:var(--transition)}.cal-nav:hover{border-color:var(--accent);color:var(--accent)}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.cal-weekday{text-align:center;padding:8px 0;font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase}.cal-cell{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);position:relative;border:1px solid transparent;font-size:14px}.cal-cell.empty{cursor:default}.cal-cell:not(.empty):not(.past):hover{background:var(--bg-surface);border-color:var(--accent)}.cal-cell.today{background:var(--accent);color:#1c1c1c;font-weight:800;border-radius:var(--radius-sm)}.cal-cell.today .cal-day{color:#1c1c1c}.cal-cell.weekend .cal-day{color:var(--red)}.cal-cell.past{opacity:.35;cursor:not-allowed}.cal-cell.planned{background:#f3b71226;border-color:var(--accent)}.cal-cell.planned.today{background:var(--accent)}.cal-day{font-weight:600}.cal-marker{font-size:10px;line-height:1}.cal-note-dot{font-size:8px;position:absolute;top:2px;right:2px}.cal-legend{display:flex;gap:20px;margin-top:16px;padding-top:12px;border-top:1px solid var(--border);font-size:12px;color:var(--text-muted)}.cal-legend span{display:flex;align-items:center;gap:6px}.cal-legend-dot{width:12px;height:12px;border-radius:3px}.cal-sidebar{display:flex;flex-direction:column;gap:16px}.cal-sidebar-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.cal-sidebar-section h4{font-size:15px;font-weight:700;margin-bottom:14px}.cal-stat-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;color:var(--text-secondary);border-bottom:1px solid var(--border)}.cal-stat-row:last-child{border-bottom:none}.cal-stat-row strong{color:var(--text-primary)}.cal-upcoming{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--border)}.cal-upcoming:last-child{border-bottom:none}.cal-upcoming-date{font-size:13px;font-weight:700;color:var(--accent);min-width:60px}.cal-upcoming-note{flex:1;padding:6px 10px;background:var(--bg-surface);border:1px solid var(--border);border-radius:4px;font-size:12px;color:var(--text-primary)}.cal-upcoming-note:focus{border-color:var(--accent);outline:none}@media (max-width: 768px){.acc-header{flex-direction:column;text-align:center;padding:20px}.acc-stats{justify-content:center}.acc-tabs-nav{overflow-x:auto}.acc-tab-label{display:none}.acc-tab-btn{padding:10px 14px}.acc-tab-icon{font-size:22px}.acc-form-grid{grid-template-columns:1fr}.disc-tiers{grid-template-columns:repeat(3,1fr)}.disc-benefits-grid{grid-template-columns:1fr 1fr}.cal-layout{grid-template-columns:1fr}.acc-order-header{flex-wrap:wrap}.acc-order-body{flex-wrap:wrap;gap:12px}.acc-order-actions{margin-left:0;width:100%}}.acc-become-seller{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px 32px;text-align:center;max-width:600px;margin:0 auto}.acc-become-seller h3{font-size:22px;font-weight:800;margin-bottom:12px}.acc-become-seller p{font-size:15px;color:var(--text-muted);margin-bottom:24px;line-height:1.5}.acc-application-view{background:transparent;border:none;border-radius:0;padding:0;text-align:left;max-width:none;margin:0}.acc-application-view .acc-application-status{margin-bottom:12px}.acc-application-view .acc-application-comment{margin-bottom:0;font-size:14px;color:var(--text-secondary);line-height:1.5}.acc-application-view .acc-application-date{margin-bottom:8px;font-size:14px;color:var(--text-secondary);line-height:1.5}.acc-application-view .acc-application-date strong{color:var(--text-primary)}.acc-application-status-row,.acc-application-comment{font-size:15px;color:var(--text-secondary);margin-bottom:12px;line-height:1.5}.acc-application-status-row strong,.acc-application-comment strong{color:var(--text-primary)}.acc-application-comment{margin-bottom:0}.acc-application-status{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:var(--radius);font-size:14px;font-weight:600;border:1px solid transparent;margin-bottom:16px}.acc-application-status-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;font-size:12px;font-weight:700;flex-shrink:0}.acc-application-status.status-pending{color:var(--yellow);background:color-mix(in srgb,var(--yellow) 12%,transparent);border-color:color-mix(in srgb,var(--yellow) 25%,transparent)}.acc-application-status.status-pending .acc-application-status-icon{background:color-mix(in srgb,var(--yellow) 25%,transparent)}.acc-application-status.status-approved{color:var(--green);background:color-mix(in srgb,var(--green) 12%,transparent);border-color:color-mix(in srgb,var(--green) 25%,transparent)}.acc-application-status.status-approved .acc-application-status-icon{background:color-mix(in srgb,var(--green) 25%,transparent)}.acc-application-status.status-rejected{color:var(--red);background:color-mix(in srgb,var(--red) 12%,transparent);border-color:color-mix(in srgb,var(--red) 25%,transparent)}.acc-application-status.status-rejected .acc-application-status-icon{background:color-mix(in srgb,var(--red) 25%,transparent)}.acc-application-documents{margin:16px 0}.acc-application-documents-title{font-size:15px;font-weight:700;margin-bottom:10px;color:var(--text-primary)}.acc-application-documents-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.acc-application-documents-list li{display:flex;align-items:center}.acc-application-document-link{font-size:14px;color:var(--accent);text-decoration:none;word-break:break-word}.acc-application-document-link:hover{text-decoration:underline}.acc-application-actions{margin-top:20px}.acc-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:16px;flex-wrap:wrap}.acc-section-header .acc-section-title{margin-bottom:0}.acc-company-list{display:flex;flex-direction:column;gap:16px}.acc-company-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.acc-company-card.is-default{border-color:var(--accent)}.acc-company-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.acc-company-name{font-size:18px;font-weight:700;margin:0}.acc-company-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:var(--radius);font-size:12px;font-weight:600;color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,transparent)}.acc-company-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 24px;margin-bottom:16px}.acc-company-field{display:flex;flex-direction:column;gap:4px}.acc-company-label{font-size:12px;color:var(--text-muted)}.acc-company-value{font-size:14px;color:var(--text-primary);word-break:break-word}.acc-company-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.acc-empty{padding:40px 0;text-align:center;color:var(--text-muted);font-size:15px}.modal-actions{display:flex;justify-content:flex-end;gap:12px}.acc-order{cursor:pointer}.order-detail{min-width:320px;max-width:520px}.order-detail-meta{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.order-detail-row{display:flex;justify-content:space-between;gap:16px;font-size:14px;color:var(--text-secondary)}.order-detail-row strong{color:var(--text-primary);font-weight:600}.order-detail-subtitle{font-size:16px;font-weight:700;margin-bottom:12px}.order-detail-products{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.order-detail-product{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 12px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px}.order-detail-info{display:flex;flex-direction:column;gap:4px;flex:1}.order-detail-params{display:flex;flex-direction:column;gap:2px}.order-detail-param{font-size:12px;color:var(--text-muted)}.order-detail-qty{color:var(--text-muted);white-space:nowrap}.order-detail-price{font-weight:700;color:var(--accent);white-space:nowrap}.order-detail-total{text-align:right;font-size:16px;font-weight:700}.order-detail-actions{display:flex;justify-content:flex-end;gap:12px}@media (max-width: 768px){.acc-company-fields{grid-template-columns:1fr}.acc-company-header{flex-direction:column;align-items:flex-start}.acc-company-actions{width:100%}.modal-actions{flex-direction:column-reverse}.modal-actions .btn{width:100%}.order-detail{max-width:100%}.order-detail-product{flex-wrap:wrap}.order-detail-actions{flex-direction:column-reverse}.order-detail-actions .btn{width:100%}}.checkout-24-title{font-size:32px;font-weight:900;margin-bottom:20px}.checkout-24-layout{display:grid;grid-template-columns:1fr 300px;gap:32px;align-items:start}.checkout-24-main{display:flex;flex-direction:column;gap:28px}.checkout-24-section h3{font-size:20px;font-weight:800;margin-bottom:16px}.checkout-submit-btn{padding:16px 48px;background:var(--accent);color:#1c1c1c;border:none;border-radius:var(--radius-sm);font-size:16px;font-weight:700;cursor:pointer;transition:var(--transition)}.checkout-submit-btn:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 6px 20px #f3b71233}.checkout-consent{margin-top:12px;font-size:13px;color:var(--text-muted)}.checkout-consent .checkbox{align-items:flex-start}.checkout-consent .checkbox-label a{color:var(--accent);text-decoration:underline}.checkout-24-sidebar{position:sticky;top:calc(var(--header-h) + 20px)}.checkout-24-summary{background:#3d3d3d;border-radius:var(--radius-lg);padding:24px}.summary-stat{margin-bottom:16px}.summary-label{font-size:13px;color:var(--text-muted);display:block;margin-bottom:2px}.summary-value{font-size:28px;font-weight:900}.summary-value small{font-size:16px;font-weight:400;color:var(--text-muted)}.summary-total{padding-top:16px;border-top:1px solid var(--border);margin-top:8px}.checkout-stepper{display:flex;gap:8px;margin-bottom:24px}.checkout-step{display:flex;align-items:center;gap:8px;flex:1;opacity:.5}.checkout-step.active{opacity:1}.checkout-step.completed{opacity:.8}.checkout-step-number{width:28px;height:28px;border-radius:50%;background:var(--accent);color:#1c1c1c;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px}.checkout-step-label{font-size:13px;font-weight:600;white-space:nowrap}.checkout-step-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.checkout-alert{padding:12px 16px;border-radius:var(--radius);margin-bottom:16px;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.checkout-alert-warning{background:var(--bg-surface);border:1px solid var(--red);color:var(--red)}.checkout-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkout-field{display:flex;flex-direction:column;gap:6px}.checkout-field label{font-size:13px;color:var(--text-muted)}.checkout-field textarea{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px;color:var(--text-primary);resize:vertical}.checkout-field-full{grid-column:1/-1}.checkout-item-warning{font-size:12px;color:var(--red);margin-top:4px}.item-unavailable{opacity:.7}.cart-item-remove{margin-left:8px;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:14px}.cart-item-remove:hover{color:var(--red)}.checkout-item-img img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-sm)}@media (max-width: 900px){.checkout-24-layout{grid-template-columns:1fr}.checkout-24-sidebar{position:static}.checkout-form-grid{grid-template-columns:1fr}.checkout-items-head,.checkout-item-row{grid-template-columns:50px 1fr 60px 80px}.checkout-step-label{display:none}}.ctr-hero{margin-bottom:32px}.ctr-hero h1{font-size:36px;font-weight:900;margin-bottom:8px}.ctr-hero p{color:var(--text-secondary);font-size:16px;max-width:600px}.constructor-layout{display:grid;grid-template-columns:1fr 440px;gap:32px;margin-top:8px;align-items:start}.ctr-preview-col{position:sticky;top:100px;width:100%;min-width:0}.constructor-layout>*{min-width:0}.constructor-preview{background-color:var(--bg-surface);background-image:linear-gradient(45deg,var(--bg-card) 25%,transparent 25%,transparent 75%,var(--bg-card) 75%,var(--bg-card)),linear-gradient(45deg,var(--bg-card) 25%,transparent 25%,transparent 75%,var(--bg-card) 75%,var(--bg-card));background-size:20px 20px;background-position:0 0,10px 10px;border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;min-height:520px;width:100%;padding:40px;overflow:hidden}.constructor-preview .ctr-svg{width:100%;height:auto;max-width:100%;max-height:480px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.25)) drop-shadow(0 0 1px rgba(255,255,255,.4));transition:all .4s ease}.constructor-preview .ctr-svg path,.constructor-preview .ctr-svg rect,.constructor-preview .ctr-svg ellipse{transition:fill .35s ease,opacity .3s ease}.ctr-preview-label{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:0 4px}.ctr-preview-badge{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:6px 16px;font-size:13px;font-weight:600}.ctr-preview-colors{display:flex;align-items:center;gap:6px}.ctr-color-chip{width:18px;height:18px;border-radius:50%;border:2px solid var(--border);display:inline-block}.constructor-options{display:flex;flex-direction:column;gap:16px}.constructor-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 24px}.constructor-section h3{font-size:15px;font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:8px}.constructor-section .checkbox{padding:14px 16px;background:var(--bg-surface);border-radius:var(--radius-sm);margin-bottom:8px}.constructor-section .checkbox:last-child{margin-bottom:0}.constructor-section .checkbox:hover{background:var(--bg-card-hover)}.constructor-section .checkbox-label{display:flex;align-items:center;gap:12px}.constructor-section .checkbox-label strong{font-size:14px;color:var(--text-primary)}.constructor-section .checkbox-label small{font-size:11px}.constructor-section .checkbox-count{color:var(--accent);font-weight:700;font-size:14px}.ctr-color-name{font-size:12px;font-weight:400;color:var(--text-muted);margin-left:auto}.ctr-breakdown{margin-bottom:16px}.ctr-breakdown-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px;color:var(--text-secondary);border-bottom:1px solid var(--border)}.ctr-breakdown-row:last-child{border-bottom:none}.ctr-breakdown-qty{font-weight:700;color:var(--text-primary);font-size:14px;margin-top:4px;padding-top:8px;border-top:1px dashed var(--border)}.ctr-total{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-top:2px solid var(--accent);margin-bottom:16px}.ctr-total span:first-child{font-size:16px;font-weight:600}.ctr-total-val{font-size:28px;font-weight:900;color:var(--accent)}.ctr-actions{display:flex;gap:10px}.btn-constructor-add{flex:1;padding:16px;background:var(--accent);color:#000;border-radius:var(--radius-sm);font-weight:700;font-size:15px;transition:var(--transition);text-align:center}.btn-constructor-add:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn-constructor-kp{flex:1;padding:16px;background:transparent;border:1px solid var(--border);color:var(--text-primary);border-radius:var(--radius-sm);font-weight:600;font-size:15px;transition:var(--transition);text-align:center}.btn-constructor-kp:hover{border-color:var(--accent);color:var(--accent)}.ctr-share{margin-top:12px;text-align:center}.ctr-share-btn{background:none;border:none;color:var(--text-muted);font-size:13px;cursor:pointer;transition:var(--transition);padding:6px 12px}.ctr-share-btn:hover{color:var(--accent)}@media (max-width: 1024px){.constructor-layout{grid-template-columns:1fr}.ctr-preview-col{position:relative;top:0}.constructor-preview{min-height:400px}.model-selector{grid-template-columns:repeat(3,1fr)}}.btn-icon-left,.btn-icon-right{display:inline-flex;align-items:center;flex-shrink:0}.btn-icon-left svg,.btn-icon-right svg{display:block;width:18px;height:18px;fill:currentColor}.btn-sm .btn-icon-left svg,.btn-sm .btn-icon-right svg{width:16px;height:16px}.btn-lg .btn-icon-left svg,.btn-lg .btn-icon-right svg{width:20px;height:20px}.section-title svg{display:inline-block;vertical-align:-4px;width:26px;height:26px;margin-right:8px;fill:currentColor;color:var(--accent)}.placeholder-img{display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.placeholder-img svg{display:block;width:1em;height:1em;fill:currentColor}.empty-icon{display:flex;justify-content:center;margin-bottom:16px;color:var(--text-muted)}.empty-icon svg{display:block;width:56px;height:56px;fill:currentColor}.cart-empty-ico{display:flex;justify-content:center;margin-bottom:24px;color:var(--text-muted)}.cart-empty-ico svg{display:block;width:72px;height:72px;fill:currentColor}.category-card .category-icon svg,.adv-card .icon svg{display:block;fill:currentColor}.cart-panel-item-remove{display:inline-flex;align-items:center;justify-content:center}.cart-panel-item-remove svg{display:block;width:18px;height:18px;fill:currentColor}.prot-icon svg{display:block;width:24px;height:24px;fill:currentColor;color:var(--accent)}.product-delivery-ico{display:inline-flex;align-items:center;margin-right:6px;vertical-align:-4px;color:var(--accent)}.product-delivery-ico svg{display:block;width:18px;height:18px;fill:currentColor}.product-thumbs-col .thumb svg,.product-gallery-thumbs .thumb svg{display:block;width:26px;height:26px;fill:currentColor}.product-thumbs-col .thumb-360,.product-gallery-thumbs .thumb-360{flex-direction:column;gap:2px}.thumb-360 span{display:flex}.thumb-360 small{font-size:10px;font-weight:700;line-height:1}.checkout-location-input .loc-icon{display:inline-flex;align-items:center;color:var(--text-muted)}.checkout-location-input .loc-icon svg{display:block;width:18px;height:18px;fill:currentColor}.auth-error-icon{display:inline-flex;align-items:center;color:var(--red)}.auth-error-icon svg{display:block;width:18px;height:18px;fill:currentColor}.acc-avatar svg{display:block;width:36px;height:36px;fill:currentColor;color:#1c1c1c}.acc-section-title>span{display:inline-flex;align-items:center;color:var(--accent)}.acc-section-title svg{display:block;width:20px;height:20px;fill:currentColor}.tab-icon{display:inline-flex;align-items:center}.tab-icon svg{display:block;width:20px;height:20px;fill:currentColor}.acc-application-status-icon{display:inline-flex;align-items:center}.acc-application-status-icon svg{display:block;width:18px;height:18px;fill:currentColor}.disc-current-icon svg,.disc-tier-icon svg{display:block;margin:0 auto;width:28px;height:28px;fill:currentColor}.disc-benefit-icon{display:flex;justify-content:center;color:var(--accent)}.disc-benefit-icon svg{display:block;width:28px;height:28px;fill:currentColor}.disc-max-ico{display:inline-flex;align-items:center;vertical-align:-4px;margin-right:8px}.disc-max-ico svg{display:block;width:20px;height:20px;fill:currentColor}.constructor-section h3>span{display:inline-flex;align-items:center;gap:8px;color:var(--accent)}.constructor-section h3 svg{display:block;width:20px;height:20px;fill:currentColor}.option-icon{display:inline-flex;align-items:center;color:var(--accent)}.option-icon svg{display:block;width:22px;height:22px;fill:currentColor}.model-btn-icon{display:flex;justify-content:center;color:var(--accent)}.model-btn-icon svg{display:block;width:26px;height:26px;fill:currentColor}.contact-card h3{display:flex;align-items:center;gap:10px}.contact-card h3>span{display:inline-flex;align-items:center;color:var(--accent)}.contact-card h3 svg{display:block;width:22px;height:22px;fill:currentColor}.messenger-btn span{display:inline-flex;align-items:center}.messenger-btn svg{display:block;width:20px;height:20px;fill:currentColor}.footer-ico{display:inline-flex;align-items:center;margin-right:8px;vertical-align:-4px;color:var(--accent)}.footer-ico svg{display:block;width:18px;height:18px;fill:currentColor}.catalog-tile-icon{display:flex;justify-content:center;color:var(--accent)}.catalog-tile-icon svg{display:block;width:40px;height:40px;fill:currentColor}.ctr-preview-badge{display:inline-flex;align-items:center;gap:8px}.ctr-preview-badge>span{display:inline-flex;align-items:center;color:var(--accent)}.ctr-preview-badge svg{display:block;width:18px;height:18px;fill:currentColor}
