*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.6;color:#1a1a1a;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{margin:0;font-weight:600;letter-spacing:-.01em}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;display:block}input,select,textarea{font-family:inherit}.container{max-width:1340px;margin:0 auto;padding:0 24px}.top-bar{background:#1a1a1a;color:#d0d0d0;font-size:12px;padding:8px 0}.top-bar-inner{display:flex;justify-content:space-between;align-items:center;gap:16px}.top-bar-left,.top-bar-right{display:flex;gap:20px;align-items:center}.top-bar a{color:#d0d0d0;transition:color .15s}.top-bar a:hover{color:#fff}.top-bar .highlight{color:#ffa07a}@media (max-width: 720px){.top-bar-left{display:none}}.theme-toggle{background:transparent;border:none;color:#d0d0d0;padding:4px 10px;border-radius:6px;display:inline-flex;align-items:center;gap:6px;font-size:12px;transition:all .15s}.theme-toggle:hover{background:#ffffff14;color:#fff}.theme-icon-sun{display:none}[data-theme=dark] .theme-icon-sun{display:block}[data-theme=dark] .theme-icon-moon{display:none}.site-header{border-bottom:1px solid #ececec;background:#fff;position:sticky;top:0;z-index:50}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;height:72px}.logo{font-size:20px;font-weight:700;letter-spacing:-.02em}.logo span{color:#e8501f}.search-form{max-width:480px;width:100%;position:relative}.search-input{width:100%;height:42px;padding:0 42px 0 40px;background:#f5f3ee;border:1px solid transparent;border-radius:10px;font-size:14px;color:#1a1a1a;transition:all .15s;outline:none}.search-input::placeholder{color:#999}.search-input:hover{background:#eeece5}.search-input:focus{background:#fff;border-color:#1a1a1a;box-shadow:0 0 0 3px #e8501f1a}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#888;pointer-events:none}.header-actions{display:flex;gap:8px;align-items:center}.favorites-btn{position:relative;width:42px;height:42px;background:transparent;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#444;transition:all .15s}.favorites-btn:hover{background:#f5f3ee;color:#e8501f}.favorites-btn.has-items{color:#e8501f}.favorites-badge{position:absolute;top:4px;right:4px;background:#e8501f;color:#fff;border-radius:10px;padding:1px 6px;font-size:10px;font-weight:700;min-width:16px;height:16px;line-height:14px;text-align:center;border:2px solid #fff;transform:scale(0);transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.favorites-btn.has-items .favorites-badge{transform:scale(1)}.favorites-btn.pulse svg{animation:favPulse .4s ease}@keyframes favPulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.fav-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:250;opacity:0;pointer-events:none;transition:opacity .25s}.fav-drawer-backdrop.open{opacity:1;pointer-events:auto}.fav-drawer{position:fixed;top:0;right:0;bottom:0;width:440px;max-width:92vw;background:#fff;z-index:251;transform:translate(100%);transition:transform .3s cubic-bezier(.22,.61,.36,1);display:flex;flex-direction:column;box-shadow:-10px 0 40px #0000001f}.fav-drawer.open{transform:translate(0)}.fav-drawer-header{padding:16px 20px;border-bottom:1px solid #ececec;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.fav-drawer-title{font-size:17px;font-weight:600;display:flex;align-items:center;gap:10px}.fav-drawer-title .count{font-size:12px;color:#fff;background:#e8501f;padding:2px 8px;border-radius:12px;font-weight:600}.fav-drawer-close{width:36px;height:36px;border-radius:50%;background:#f5f3ee;border:none;font-size:20px;color:#555;display:flex;align-items:center;justify-content:center;transition:background .15s}.fav-drawer-close:hover{background:#eeece5}.fav-drawer-body{flex:1;overflow-y:auto;padding:8px 20px}.fav-item{display:grid;grid-template-columns:80px 1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid #ececec;align-items:center}.fav-item:last-child{border-bottom:none}.fav-item-preview{width:80px;aspect-ratio:16/9;background:#f5f3ee;border-radius:6px;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer}.fav-item-preview .viz-flow,.fav-item-preview .viz-circle,.fav-item-preview .viz-matrix,.fav-item-preview .viz-pyramid,.fav-item-preview .viz-venn,.fav-item-preview .viz-pie{transform:scale(.7)}.fav-item-info{min-width:0;cursor:pointer}.fav-item-category{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#888;font-weight:500;margin-bottom:2px}.fav-item-title{font-size:14px;font-weight:500;color:#1a1a1a;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px}.fav-item-meta{font-size:12px;color:#666;display:flex;align-items:center;gap:8px}.fav-item-price{font-weight:600;color:#1a1a1a}.fav-item-actions{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.fav-item-cart{padding:6px 12px;background:#1a1a1a;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s}.fav-item-cart:hover{background:#000}.fav-item-remove{width:24px;height:24px;border:none;background:transparent;color:#999;border-radius:50%;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.fav-item-remove:hover{background:#fef0f0;color:#a32d2d}.fav-drawer-footer{padding:16px 20px;border-top:1px solid #ececec;flex-shrink:0;display:flex;gap:10px}.fav-btn-primary{flex:1;padding:12px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.fav-btn-primary:hover{background:#000}.fav-btn-primary:disabled{opacity:.4;cursor:not-allowed}.fav-btn-secondary{padding:12px 16px;background:#fff;color:#444;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s}.fav-btn-secondary:hover:not(:disabled){border-color:#1a1a1a;color:#1a1a1a}.fav-btn-secondary:disabled{opacity:.4;cursor:not-allowed}.fav-empty{text-align:center;padding:40px 20px 20px}.fav-empty-icon{width:64px;height:64px;margin:0 auto 16px;border-radius:50%;background:#fff5f1;color:#e8501f;display:flex;align-items:center;justify-content:center}.fav-empty-title{font-size:16px;font-weight:600;margin-bottom:6px}.fav-empty-text{font-size:13px;color:#666;line-height:1.6;max-width:280px;margin:0 auto 20px}.fav-empty-hint{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#faf9f6;border-radius:20px;font-size:12px;color:#666}.fav-empty-hint svg{color:#e8501f}.fav-summary{padding:10px 0;font-size:13px;color:#666;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ececec;margin-bottom:8px}.fav-summary strong{color:#1a1a1a}.fav-clear-all{background:transparent;border:none;color:#888;font-size:12px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .15s}.fav-clear-all:hover{color:#a32d2d;background:#fef0f0}[data-theme=dark] .favorites-btn{color:silver}[data-theme=dark] .favorites-btn:hover{background:#2a2a2a;color:#ff6b3d}[data-theme=dark] .favorites-btn.has-items{color:#ff6b3d}[data-theme=dark] .favorites-badge{border-color:#1a1a1a}[data-theme=dark] .fav-drawer{background:#1a1a1a;box-shadow:-10px 0 40px #00000080}[data-theme=dark] .fav-drawer-header{border-bottom-color:#2a2a2a}[data-theme=dark] .fav-drawer-title{color:#f0f0f0}[data-theme=dark] .fav-drawer-close{background:#2a2a2a;color:#e0e0e0}[data-theme=dark] .fav-drawer-close:hover{background:#333}[data-theme=dark] .fav-item{border-bottom-color:#2a2a2a}[data-theme=dark] .fav-item-preview{background:#252525}[data-theme=dark] .fav-item-title{color:#f0f0f0}[data-theme=dark] .fav-item-category,[data-theme=dark] .fav-item-meta{color:#999}[data-theme=dark] .fav-item-price{color:#f0f0f0}[data-theme=dark] .fav-item-cart{background:#e8501f}[data-theme=dark] .fav-item-cart:hover{background:#d14518}[data-theme=dark] .fav-item-remove{color:#666}[data-theme=dark] .fav-item-remove:hover{background:#a32d2d33;color:#e8a0a0}[data-theme=dark] .fav-drawer-footer{border-top-color:#2a2a2a}[data-theme=dark] .fav-btn-primary{background:#e8501f}[data-theme=dark] .fav-btn-primary:hover{background:#d14518}[data-theme=dark] .fav-btn-secondary{background:#252525;border-color:#2f2f2f;color:silver}[data-theme=dark] .fav-btn-secondary:hover:not(:disabled){border-color:#fff;color:#fff}[data-theme=dark] .fav-empty-icon{background:#e8501f26;color:#ff6b3d}[data-theme=dark] .fav-empty-title{color:#f0f0f0}[data-theme=dark] .fav-empty-text{color:#999}[data-theme=dark] .fav-empty-hint{background:#252525;color:#999}[data-theme=dark] .fav-summary{border-bottom-color:#2a2a2a;color:#999}[data-theme=dark] .fav-summary strong{color:#f0f0f0}@media (max-width: 480px){.fav-drawer{width:100vw;max-width:100vw}.fav-item{grid-template-columns:64px 1fr auto;gap:10px}.fav-item-preview{width:64px}}.cart-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#f5f3ee;border:none;border-radius:8px;font-size:14px;font-weight:500;color:#1a1a1a;transition:background .15s}.cart-btn:hover{background:#eeece5}.cart-count{background:#e8501f;color:#fff;border-radius:10px;padding:1px 7px;font-size:11px;font-weight:600;min-width:18px;text-align:center}.login-link{padding:10px 14px;font-weight:500;color:#444;border-radius:8px;transition:background .15s;font-size:14px}.login-link:hover{background:#f5f3ee;color:#1a1a1a}@media (max-width: 900px){.search-form,.login-link{display:none}}.catalog-header{padding:24px 0 0}.catalog-description{font-size:16px;color:#555;max-width:720px;line-height:1.6;margin-bottom:24px}.catalog-stats{display:flex;gap:24px;font-size:13px;color:#777;margin-bottom:28px;flex-wrap:wrap}.catalog-stats strong{color:#1a1a1a;font-weight:600}.catalog-body{display:grid;grid-template-columns:260px minmax(0,1fr);gap:32px;padding-bottom:48px;align-items:start}.filters-sidebar{grid-column:1}.catalog-main{grid-column:2;min-width:0}@media (max-width: 900px){.catalog-body{grid-template-columns:minmax(0,1fr)}.filters-sidebar,.catalog-main{grid-column:auto}.filters-sidebar{position:fixed;top:0;bottom:0;left:0;width:320px;background:#fff;z-index:200;transform:translate(-100%);transition:transform .25s;overflow-y:auto;padding:24px;box-shadow:0 0 40px #00000026}.filters-sidebar.mobile-open{transform:translate(0)}.filters-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:199}.filters-backdrop.visible{display:block}}@media (min-width: 901px){.mobile-filters-btn,.mobile-filters-close,.filters-backdrop{display:none!important}}.filters-sidebar{position:relative}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.filters-title{font-size:16px;font-weight:600}.reset-filters{background:transparent;border:none;color:#e8501f;font-size:13px;font-weight:500;padding:0}.reset-filters:hover{text-decoration:underline}.reset-filters:disabled{color:#bbb;cursor:not-allowed;text-decoration:none}.mobile-filters-close{position:absolute;top:16px;right:16px;background:#f5f3ee;border:none;width:32px;height:32px;border-radius:50%;font-size:18px;color:#555}.filter-group{padding:18px 0;border-bottom:1px solid #ececec}.filter-group:last-child{border-bottom:none}.filter-group-title{font-size:13px;font-weight:600;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.filter-group-title .chevron{transition:transform .2s;font-size:10px;color:#999}.filter-group.collapsed .chevron{transform:rotate(-90deg)}.filter-group.collapsed .filter-group-body{display:none}.filter-option{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:14px;cursor:pointer;color:#444;transition:color .1s}.filter-option:hover{color:#1a1a1a}.filter-option input[type=checkbox],.filter-option input[type=radio]{width:16px;height:16px;accent-color:#e8501f;cursor:pointer;flex-shrink:0}.filter-option .count{color:#999;font-size:12px;margin-left:auto}.filter-option input:checked~.label-text{color:#1a1a1a;font-weight:500}.filter-option .label-text{flex:1}.price-range{padding:4px 2px}.price-inputs{display:flex;gap:8px;align-items:center;margin-bottom:14px}.price-inputs input{width:100%;height:34px;padding:0 10px;border:1px solid #e0e0e0;border-radius:6px;font-size:13px;outline:none;background:#fff;color:#1a1a1a}.price-inputs input:focus{border-color:#1a1a1a}.price-inputs span{color:#999;font-size:12px}.price-slider-wrapper{position:relative;height:30px;padding:0 6px}.price-slider-track{position:absolute;top:13px;left:6px;right:6px;height:4px;background:#e0e0e0;border-radius:2px}.price-slider-fill{position:absolute;top:13px;height:4px;background:#e8501f;border-radius:2px}.price-slider{position:absolute;top:0;left:0;right:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:30px;background:transparent;pointer-events:none}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #e8501f;pointer-events:all;cursor:pointer;box-shadow:0 1px 3px #00000026}.price-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #e8501f;pointer-events:all;cursor:pointer;box-shadow:0 1px 3px #00000026}.star-filter{color:#d97706}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:12px 16px;background:#faf9f6;border-radius:10px;flex-wrap:wrap}.toolbar-left{display:flex;align-items:center;gap:12px;font-size:14px;color:#555}.toolbar-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.toolbar-label{font-size:13px;color:#777}.toolbar-select{height:36px;padding:0 32px 0 12px;border:1px solid #e0e0e0;border-radius:8px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M6 8L0 0h12z' fill='%23666'/%3E%3C/svg%3E") no-repeat right 12px center;font-size:14px;color:#1a1a1a;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none;transition:border-color .15s}.toolbar-select:hover{border-color:#1a1a1a}.toolbar-select:focus{border-color:#1a1a1a}.view-toggle{display:inline-flex;background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.view-toggle button{background:transparent;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#777;transition:all .15s}.view-toggle button:hover{color:#1a1a1a}.view-toggle button.active{background:#1a1a1a;color:#fff}.view-toggle button:not(:last-child){border-right:1px solid #e0e0e0}.mobile-filters-btn{padding:8px 14px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-weight:500;color:#1a1a1a;display:inline-flex;align-items:center;gap:6px}.mobile-filters-btn .count-badge{background:#e8501f;color:#fff;font-size:11px;padding:1px 6px;border-radius:10px;min-width:18px;text-align:center}.active-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.active-filters:empty{display:none}.filter-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 10px 5px 12px;background:#fff5f1;border:1px solid #ffd4c1;color:#a03a10;border-radius:20px;font-size:13px;font-weight:500}.filter-chip button{background:transparent;border:none;color:#a03a10;font-size:14px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.filter-chip button:hover{background:#ffd4c1}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.product-card{background:#fff;border:1px solid #ececec;border-radius:10px;overflow:hidden;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;position:relative}.product-card:hover{border-color:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.product-card:hover .quick-actions{opacity:1;transform:translateY(0)}.card-preview{aspect-ratio:16/9;background:#f5f3ee;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.viz-flow{display:flex;width:78%;align-items:center;gap:3px}.viz-flow .d{width:22px;height:22px;border-radius:50%;flex-shrink:0}.viz-flow .l{flex:1;height:2px;background:#ddd}.viz-circle{width:50%;aspect-ratio:1;border-radius:50%;border:3px dashed;display:flex;align-items:center;justify-content:center}.viz-circle .dot{width:14px;height:14px;border-radius:50%}.viz-matrix{display:grid;gap:3px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);width:58%;aspect-ratio:3/2}.viz-matrix div{border-radius:3px}.viz-pyramid{width:55%;display:flex;flex-direction:column-reverse;align-items:center;gap:3px}.viz-pyramid div{border-radius:3px;height:10px}.viz-venn{position:relative;width:55%;aspect-ratio:3/2}.viz-venn .circle{position:absolute;width:50%;aspect-ratio:1;border-radius:50%;opacity:.7;top:15%}.viz-venn .c1{left:10%}.viz-venn .c2{left:40%}.viz-pie{width:48%;aspect-ratio:1;border-radius:50%}.card-badge{position:absolute;top:10px;left:10px;color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;text-transform:uppercase}.card-badge.sale{background:#e8501f}.card-badge.new{background:#0f6e3b}.card-badge.popular{background:#534ab7}.card-badge.free{background:#185fa5}.quick-actions{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:6px;opacity:0;transform:translateY(-4px);transition:all .2s}.quick-btn{width:32px;height:32px;border-radius:50%;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;color:#555;transition:all .15s}.quick-btn:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.quick-btn.active{background:#e8501f;color:#fff;border-color:#e8501f}.card-body{padding:12px 14px;display:flex;flex-direction:column;flex:1}.card-category{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#888;font-weight:500;margin-bottom:6px}.card-title{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:8px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-details{font-size:12px;color:#777;margin-bottom:10px;display:flex;gap:10px}.card-details span{display:inline-flex;align-items:center;gap:4px}.card-meta{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.card-rating{font-size:13px;color:#d97706;font-weight:500}.card-rating span{color:#888;font-weight:400;margin-left:3px;font-size:12px}.card-price{font-size:16px;font-weight:700;color:#1a1a1a}.card-price-original{text-decoration:line-through;color:#999;font-size:13px;font-weight:500;margin-right:6px}.card-tags{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:10px;min-height:22px}.card-tag{display:inline-flex;align-items:center;padding:2px 8px;background:#f5f3ee;border:.5px solid transparent;color:#555;border-radius:20px;font-size:11px;font-weight:500;white-space:nowrap;transition:all .15s;cursor:pointer;line-height:1.5}.card-tag:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.card-tag.active{background:#fff5f1;border-color:#ffd4c1;color:#a03a10}.card-tag-more{color:#888;font-size:11px;padding:2px 6px;cursor:default}.product-list .card-tags{margin-top:8px;margin-bottom:10px}.product-list .card-tag{padding:3px 10px;font-size:12px}.tag-cloud{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.tag-cloud-item{display:inline-flex;align-items:center;padding:4px 10px;background:#fff;border:.5px solid #e0e0e0;color:#333;border-radius:16px;font-size:12px;cursor:pointer;transition:all .15s;white-space:nowrap}.tag-cloud-item:hover{border-color:#1a1a1a}.tag-cloud-item.active{background:#fff5f1;border-color:#ffd4c1;color:#a03a10;font-weight:500}.tag-cloud-item .tc-count{color:#999;margin-left:4px;font-size:11px}.tag-cloud-item.active .tc-count{color:#a03a10}.tag-cloud-toggle{background:transparent;border:none;color:#e8501f;font-size:12px;font-weight:500;padding:6px 0 0;cursor:pointer}.tag-cloud-toggle:hover{text-decoration:underline}.trending-tags{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;background:#fff;border:.5px solid #ececec;border-radius:10px;flex-wrap:wrap}.trending-tags-label{font-size:12px;color:#777;font-weight:500;display:inline-flex;align-items:center;gap:6px}.trending-tags-label .fire{display:inline-block;width:14px;height:14px;color:#e8501f}.trending-tags .card-tag{margin:0}[data-theme=dark] .card-tag{background:#252525;color:#999}[data-theme=dark] .card-tag:hover{background:#fff;color:#1a1a1a;border-color:#fff}[data-theme=dark] .card-tag.active{background:#e8501f26;border-color:#e8501f66;color:#ff9565}[data-theme=dark] .tag-cloud-item{background:#1a1a1a;border-color:#2a2a2a;color:silver}[data-theme=dark] .tag-cloud-item:hover{border-color:#e0e0e0}[data-theme=dark] .tag-cloud-item.active{background:#e8501f26;border-color:#e8501f66;color:#ff9565}[data-theme=dark] .trending-tags{background:#1a1a1a;border-color:#2a2a2a}[data-theme=dark] .trending-tags-label{color:#999}@media (max-width: 480px){.product-grid .card-tags{display:none}.trending-tags{padding:8px 10px;gap:6px}.trending-tags .card-tag{font-size:10px;padding:2px 7px}}.empty-state{text-align:center;padding:60px 20px;background:#faf9f6;border-radius:12px}.empty-state-icon{font-size:42px;margin-bottom:12px;opacity:.4}.empty-state-title{font-size:18px;font-weight:600;margin-bottom:8px}.empty-state-text{font-size:14px;color:#666;margin-bottom:16px}.empty-state button{padding:10px 20px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:14px}.empty-state button:hover{background:#000}.page-btn{min-width:36px;height:36px;padding:0 10px;border:1px solid #e0e0e0;background:#fff;border-radius:8px;font-size:14px;font-weight:500;color:#555;display:inline-flex;align-items:center;justify-content:center;transition:all .15s}.page-btn:hover:not(:disabled):not(.active){border-color:#1a1a1a;color:#1a1a1a}.page-btn.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-ellipsis{padding:0 4px;color:#999}.skeleton-card{background:#fff;border:1px solid #ececec;border-radius:10px;overflow:hidden;animation:skelPulse 1.4s ease-in-out infinite}.skeleton-preview{aspect-ratio:16/9;background:#f0ede5}.skeleton-body{padding:14px 16px}.skeleton-line{height:12px;background:#f0ede5;border-radius:4px;margin-bottom:8px}.skeleton-line:last-child{margin-bottom:0;width:60%}@keyframes skelPulse{0%,to{opacity:1}50%{opacity:.55}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:none;align-items:center;justify-content:center;z-index:200;padding:24px}.modal-overlay.open{display:flex}.modal-content{background:#fff;border-radius:12px;max-width:720px;width:100%;max-height:90vh;overflow:auto;position:relative}.modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;font-size:18px;color:#555;display:flex;align-items:center;justify-content:center;z-index:1}.modal-close:hover{background:#f5f3ee}.quick-view-inner{padding:0}.quick-view-preview{aspect-ratio:16/9;background:#f5f3ee;display:flex;align-items:center;justify-content:center;border-radius:12px 12px 0 0}.quick-view-body{padding:24px 28px}.quick-view-body h2{font-size:20px;font-weight:600;margin-bottom:6px}.quick-view-meta{font-size:13px;color:#666;margin-bottom:16px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.quick-view-meta .sep{color:#ddd}.quick-view-rating{color:#d97706;font-weight:500}.quick-view-specs{background:#faf9f6;border-radius:8px;padding:14px 16px;font-size:13px;margin-bottom:18px}.quick-view-specs table{width:100%;border-collapse:collapse}.quick-view-specs td{padding:4px 0}.quick-view-specs td:first-child{color:#777}.quick-view-specs td:last-child{text-align:right;font-weight:500}.quick-view-actions{display:flex;gap:8px}.qv-btn-primary{flex:1;padding:12px 20px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:14px}.qv-btn-primary:hover{background:#000}.qv-btn-secondary{padding:12px 20px;background:#fff;color:#1a1a1a;border:1px solid #e0e0e0;border-radius:8px;font-weight:500;font-size:14px}.qv-btn-secondary:hover{border-color:#1a1a1a}.newsletter{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#fff;padding:48px 0;margin-top:24px}.newsletter-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media (max-width: 720px){.newsletter-inner{grid-template-columns:1fr;gap:24px}}.newsletter h2{font-size:24px;margin-bottom:8px;color:#fff}.newsletter p{font-size:14px;color:#bbb;line-height:1.6}.newsletter-form{display:flex;gap:8px}.newsletter-input{flex:1;height:46px;padding:0 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;font-size:14px;outline:none}.newsletter-input::placeholder{color:#888}.newsletter-input:focus{background:#ffffff26;border-color:#e8501f}.newsletter-submit{padding:0 24px;background:#e8501f;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600}.newsletter-submit:hover{background:#d14518}footer{background:#faf9f6;padding:56px 0 0;border-top:1px solid #ececec}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:32px;padding-bottom:48px}@media (max-width: 900px){.footer-main{grid-template-columns:1fr 1fr 1fr}.footer-col-brand{grid-column:1 / -1;margin-bottom:8px}}@media (max-width: 540px){.footer-main{grid-template-columns:1fr 1fr}}.footer-col h2,.footer-col h4{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#888;margin:0 0 14px;font-weight:600}.footer-col ul{list-style:none;margin:0;padding:0}.footer-col li{margin-bottom:8px}.footer-col a{font-size:14px;color:#444;transition:color .15s}.footer-col a:hover{color:#e8501f}.footer-brand-logo{font-size:20px;font-weight:700;letter-spacing:-.02em;margin-bottom:12px}.footer-brand-logo span{color:#e8501f}.footer-tagline{font-size:14px;color:#666;line-height:1.6;margin-bottom:18px;max-width:320px}.footer-bottom{border-top:1px solid #ececec;padding:20px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:13px;color:#777}.back-to-top{position:fixed;bottom:24px;right:24px;width:44px;height:44px;border-radius:50%;background:#1a1a1a;color:#fff;border:none;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .2s,transform .2s,background .15s;z-index:150;box-shadow:0 4px 16px #00000026}.back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{background:#e8501f}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(100px);background:#1a1a1a;color:#fff;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:300;box-shadow:0 10px 30px #0003}.toast.show{transform:translate(-50%) translateY(0);opacity:1}[data-theme=dark]{color-scheme:dark}[data-theme=dark] body{background:#121212;color:#e0e0e0}[data-theme=dark] .top-bar{background:#0a0a0a}[data-theme=dark] .site-header{background:#1a1a1a;border-bottom-color:#2a2a2a}[data-theme=dark] .logo{color:#f0f0f0}[data-theme=dark] .main-nav{background:#1a1a1a;border-bottom-color:#2a2a2a}[data-theme=dark] .nav-link{color:#e0e0e0}[data-theme=dark] .search-input{background:#2a2a2a;color:#e0e0e0}[data-theme=dark] .search-input::placeholder{color:#777}[data-theme=dark] .search-input:focus{background:#1a1a1a;border-color:#e8501f}[data-theme=dark] .cart-btn{background:#2a2a2a;color:#e0e0e0}[data-theme=dark] .cart-btn:hover{background:#333}[data-theme=dark] .login-link:hover{background:#2a2a2a;color:#fff}[data-theme=dark] .breadcrumbs{color:#888}[data-theme=dark] .catalog-title{color:#f0f0f0}[data-theme=dark] .catalog-description{color:#b0b0b0}[data-theme=dark] .catalog-stats strong,[data-theme=dark] .filters-title{color:#f0f0f0}[data-theme=dark] .filter-group{border-bottom-color:#2a2a2a}[data-theme=dark] .filter-group-title{color:#e0e0e0}[data-theme=dark] .filter-option{color:#b0b0b0}[data-theme=dark] .filter-option input:checked~.label-text{color:#f0f0f0}[data-theme=dark] .price-inputs input{background:#1a1a1a;border-color:#2f2f2f;color:#e0e0e0}[data-theme=dark] .price-inputs input:focus{border-color:#e8501f}[data-theme=dark] .price-slider-track{background:#2f2f2f}[data-theme=dark] .toolbar{background:#1a1a1a}[data-theme=dark] .toolbar-left{color:#b0b0b0}[data-theme=dark] .toolbar-select{background-color:#2a2a2a;border-color:#2f2f2f;color:#e0e0e0}[data-theme=dark] .view-toggle{background:#2a2a2a;border-color:#2f2f2f}[data-theme=dark] .view-toggle button{color:#999}[data-theme=dark] .view-toggle button.active{background:#e8501f;color:#fff}[data-theme=dark] .view-toggle button:not(:last-child){border-right-color:#2f2f2f}[data-theme=dark] .mobile-filters-btn{background:#2a2a2a;border-color:#2f2f2f;color:#e0e0e0}[data-theme=dark] .filter-chip{background:#e8501f26;border-color:#e8501f66;color:#ff9565}[data-theme=dark] .filter-chip button{color:#ff9565}[data-theme=dark] .filter-chip button:hover{background:#e8501f4d}[data-theme=dark] .product-card{background:#1a1a1a;border-color:#2a2a2a}[data-theme=dark] .product-card:hover{border-color:#e8501f;box-shadow:0 8px 20px #0006}[data-theme=dark] .card-preview{background:#252525}[data-theme=dark] .card-title{color:#f0f0f0}[data-theme=dark] .card-category{color:#999}[data-theme=dark] .card-price{color:#f0f0f0}[data-theme=dark] .card-details,[data-theme=dark] .card-description{color:#999}[data-theme=dark] .quick-btn{background:#ffffff1a;color:#e0e0e0;border-color:#ffffff1a}[data-theme=dark] .quick-btn:hover{background:#fff;color:#1a1a1a;border-color:#fff}[data-theme=dark] .empty-state{background:#1a1a1a}[data-theme=dark] .empty-state-title{color:#f0f0f0}[data-theme=dark] .empty-state-text{color:#999}[data-theme=dark] .empty-state button{background:#e8501f}[data-theme=dark] .page-btn{background:#1a1a1a;border-color:#2a2a2a;color:#b0b0b0}[data-theme=dark] .page-btn:hover:not(:disabled):not(.active){border-color:#e0e0e0;color:#fff}[data-theme=dark] .page-btn.active{background:#e8501f;border-color:#e8501f;color:#fff}[data-theme=dark] .pagination-info{color:#999}[data-theme=dark] .modal-content{background:#1a1a1a}[data-theme=dark] .modal-close{background:#2a2a2a;border-color:#3a3a3a;color:#e0e0e0}[data-theme=dark] .quick-view-preview{background:#252525}[data-theme=dark] .quick-view-body h2{color:#f0f0f0}[data-theme=dark] .quick-view-meta{color:#999}[data-theme=dark] .quick-view-specs{background:#0f0f0f}[data-theme=dark] .quick-view-specs td:first-child{color:#999}[data-theme=dark] .qv-btn-primary{background:#e8501f}[data-theme=dark] .qv-btn-primary:hover{background:#d14518}[data-theme=dark] .qv-btn-secondary{background:#1e1e1e;color:#e0e0e0;border-color:#2f2f2f}[data-theme=dark] .qv-btn-secondary:hover{border-color:#e8501f}[data-theme=dark] footer{background:#0f0f0f;border-top-color:#2a2a2a}[data-theme=dark] .footer-col h2,[data-theme=dark] .footer-col h4{color:#777}[data-theme=dark] .footer-col a{color:silver}[data-theme=dark] .footer-brand-logo{color:#f0f0f0}[data-theme=dark] .footer-tagline{color:#999}[data-theme=dark] .footer-bottom{border-top-color:#2a2a2a;color:#888}[data-theme=dark] .newsletter{background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}[data-theme=dark] .back-to-top{background:#e8501f}[data-theme=dark] .back-to-top:hover{background:#d14518}[data-theme=dark] .skeleton-preview,[data-theme=dark] .skeleton-line{background:#252525}@media (max-width: 900px){[data-theme=dark] .filters-sidebar{background:#1a1a1a}}[data-theme=dark] .mobile-filters-close{background:#2a2a2a;color:#e0e0e0}[data-theme=dark] .reset-filters{color:#ff6b3d}.mobile-search-btn{display:none;width:42px;height:42px;background:transparent;border:none;border-radius:8px;align-items:center;justify-content:center;color:#444;transition:background .15s}.mobile-search-btn:hover{background:#f5f3ee}.mobile-search-overlay{position:fixed;top:0;left:0;right:0;background:#fff;padding:14px 56px 14px 16px;border-bottom:1px solid #ececec;z-index:101;display:none;box-shadow:0 4px 20px #00000014}.mobile-search-overlay.open,.mobile-search-overlay .search-form{display:block}.mobile-search-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;background:#f5f3ee;border-radius:50%;font-size:20px;color:#555;display:flex;align-items:center;justify-content:center;cursor:pointer}[data-theme=dark] .mobile-search-btn{color:silver}[data-theme=dark] .mobile-search-btn:hover{background:#2a2a2a}[data-theme=dark] .mobile-search-overlay{background:#1a1a1a;border-bottom-color:#2a2a2a}[data-theme=dark] .mobile-search-close{background:#2a2a2a;color:#e0e0e0}@media (max-width: 900px){.header-inner{grid-template-columns:auto auto;justify-content:space-between;gap:12px;height:60px}.mobile-search-btn{display:flex}.container{padding:0 20px}}@media (max-width: 720px){.container{padding:0 16px}.top-bar{padding:6px 0}.top-bar-inner{gap:10px}.top-bar-right{gap:14px}.header-inner{height:56px}.logo{font-size:18px}.header-actions{gap:4px}.cart-btn{padding:8px 12px;gap:6px;font-size:13px}.catalog-header{padding:20px 0 0}.catalog-description{font-size:14px;margin-bottom:16px}.catalog-stats{gap:10px 18px;font-size:12px;margin-bottom:20px}.toolbar{padding:10px 12px;gap:8px;flex-direction:column;align-items:stretch}.toolbar-left{justify-content:space-between;width:100%;gap:10px}.toolbar-right{width:100%;justify-content:space-between;gap:8px}.toolbar-label{display:none}.toolbar-select{flex:1;min-width:0;height:34px;font-size:13px}.view-toggle{flex-shrink:0}.view-toggle button{width:34px;height:34px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.card-body{padding:10px 12px}.card-title{font-size:13px;-webkit-line-clamp:2}.card-category{font-size:10px;margin-bottom:4px}.card-details{font-size:11px;gap:6px;margin-bottom:8px}.card-rating{font-size:12px}.card-rating span{font-size:11px}.card-price{font-size:14px}.quick-actions{opacity:1;transform:none;top:6px;right:6px;gap:4px}.quick-btn{width:28px;height:28px}.page-btn{min-width:32px;height:32px;font-size:13px}.newsletter{padding:32px 0;margin-top:16px}.newsletter h2{font-size:20px}footer{padding:32px 0 0}}@media (max-width: 480px){.theme-toggle{padding:4px 6px}.theme-toggle span{display:none}.top-bar-right{gap:10px;font-size:11px}.cart-btn .cart-label{display:none}.cart-btn{padding:8px 10px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.active-filters{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.active-filters::-webkit-scrollbar{display:none}.filter-chip{flex-shrink:0}}[data-theme=dark] .main-nav:after{background:linear-gradient(to right,transparent,#1a1a1a)}.card-cart-btn{width:100%;padding:9px 0;margin-top:10px;background:#e8501f;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,transform .1s;opacity:0;transform:translateY(4px)}.product-card:hover .card-cart-btn{opacity:1;transform:translateY(0)}.card-cart-btn:hover{background:#d14518}.card-cart-btn:disabled{opacity:.7;cursor:default;background:#0f6e3b}.filter-option a{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:6px 10px!important;border-radius:6px!important;text-decoration:none!important;color:#555!important;font-size:13px;transition:all .15s!important}.filter-option a:hover{background:#f5f3ee!important;color:#1a1a1a!important}.filter-option.active a{background:#fef0e8!important;color:#e8501f!important;font-weight:600}[data-theme=dark] .filter-option a{color:#aaa!important}[data-theme=dark] .filter-option a:hover{background:#2a2a2a!important;color:#f0f0f0!important}[data-theme=dark] .filter-option.active a{background:#2d1a10!important;color:#f0874a!important}.filter-option a .count{color:#999!important;font-size:11px!important;font-weight:600;background:#f0ede8;padding:1px 7px;border-radius:10px;margin-left:auto}.filter-option.active a .count{background:#fde6d8!important;color:#e8501f!important}[data-theme=dark] .filter-option a .count{background:#2a2a2a;color:#888!important}.star-filter{color:#e8501f}.filter-tags{padding-top:4px}.filter-tag-list{display:flex;flex-wrap:wrap;gap:6px}.filter-tag{display:inline-block;padding:4px 10px;background:#f5f3ee;border:1px solid #ece8e0;border-radius:12px;font-size:12px;font-weight:600;color:#666;text-decoration:none;transition:all .15s}.filter-tag:hover{background:#ece8e0;color:#1a1a1a;text-decoration:none}.filter-tag.active{background:#e8501f;border-color:#e8501f;color:#fff}.filter-tag-clear{display:inline-block;margin-bottom:8px;font-size:12px;font-weight:600;color:#e8501f;text-decoration:none}.filter-tag-clear:hover{text-decoration:underline}[data-theme=dark] .filter-tag{background:#252525;border-color:#333;color:#aaa}[data-theme=dark] .filter-tag:hover{background:#2e2e2e;color:#f0f0f0}[data-theme=dark] .filter-tag.active{background:#e8501f;border-color:#e8501f;color:#fff}.filter-tag-count{display:inline-block;background:#00000014;border-radius:8px;padding:0 5px;font-size:10px;margin-left:3px}.filter-tag.active .filter-tag-count{background:#ffffff40}[data-theme=dark] .filter-tag-count{background:#ffffff1a}.product-grid.list-view{display:flex;flex-direction:column;gap:12px}.product-grid.list-view .product-card{display:grid;grid-template-columns:220px minmax(0,1fr);align-items:stretch}.product-grid.list-view .card-preview{width:220px;height:150px;aspect-ratio:auto;border-radius:10px 0 0 10px;flex-shrink:0}.product-grid.list-view .card-base-img,.product-grid.list-view .card-slide-img{width:100%;height:100%;object-fit:cover;border-radius:10px 0 0 10px}.product-grid.list-view .card-slideshow{border-radius:10px 0 0 10px}.product-grid.list-view .card-body{padding:16px 20px;display:flex;flex-direction:column;justify-content:center;min-width:0;overflow:hidden}.product-grid.list-view .card-title{font-size:16px;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-grid.list-view .card-meta{margin-top:8px}@media (max-width: 600px){.product-grid.list-view .product-card{grid-template-columns:100px 1fr}.product-grid.list-view .card-preview{width:100px;height:auto;aspect-ratio:16/10}}.product-grid.list-view .card-cart-btn{opacity:1;transform:none;width:auto;align-self:flex-start;padding:9px 20px}@media (max-width: 600px){.product-grid.list-view .product-card{grid-template-columns:120px 1fr}.product-grid.list-view .card-preview{height:110px}}.catalog-stats{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:14px;color:#777;margin-top:6px}.catalog-stats .stat-item strong{color:#1a1a1a}[data-theme=dark] .catalog-stats{color:#999}[data-theme=dark] .catalog-stats .stat-item strong{color:#f0f0f0}.catalog-stats .stat-dot{color:#ccc}.catalog-stats .stat-new{color:#0f6e3b;font-weight:600}[data-theme=dark] .catalog-stats .stat-new{color:#4ade80}.catalog-stats .stat-updated{color:#999}.filter-group-body .filter-option{display:flex;align-items:center;padding:7px 8px;border-radius:7px;font-size:13px;color:#555;text-decoration:none;cursor:pointer;transition:background .12s,color .12s}.filter-group-body .filter-option:hover{background:#f5f3ee;color:#1a1a1a;text-decoration:none}.filter-group-body .filter-option.active{background:#fff1ea;color:#e8501f;font-weight:600}.filter-group-body .filter-option.active:before{content:"✓";margin-right:6px;font-size:11px}[data-theme=dark] .filter-group-body .filter-option{color:#aaa}[data-theme=dark] .filter-group-body .filter-option:hover{background:#252525;color:#f0f0f0}[data-theme=dark] .filter-group-body .filter-option.active{background:#2d1c12;color:#f0874a}.filter-tag-more{display:inline-block;margin-top:10px;background:none;border:none;padding:4px 0;color:#e8501f;font-size:13px;font-weight:600;cursor:pointer;text-align:left}.filter-tag-more:hover{text-decoration:underline}.filter-tag[hidden]{display:none!important}.seo-text{margin:18px 0;color:#444;font-size:15px;line-height:1.7}.seo-text h1,.seo-text h2,.seo-text h3{margin:1em 0 .4em;line-height:1.3;color:#1a1a1a}.seo-text h2{font-size:22px}.seo-text h3{font-size:18px}.seo-text p{margin:0 0 .9em}.seo-text ul,.seo-text ol{margin:0 0 .9em 1.3em}.seo-text a{color:#e8501f}.seo-bottom-text{margin-top:36px;padding-top:28px;border-top:1px solid #ececec}[data-theme=dark] .seo-text{color:#c8c8c8}[data-theme=dark] .seo-text h1,[data-theme=dark] .seo-text h2,[data-theme=dark] .seo-text h3{color:#f0f0f0}[data-theme=dark] .seo-bottom-text{border-top-color:#333}.card-tags{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 4px}.card-tag{font-size:12px;font-weight:500;padding:3px 10px;background:#f5f3ee;color:#555;border-radius:20px;text-decoration:none;transition:all .15s;white-space:nowrap}.card-tag:hover{background:#1a1a1a;color:#fff}.card-tag-more{font-size:12px;color:#999;padding:3px 4px;align-self:center}[data-theme=dark] .card-tag{background:#252525;color:#aaa}[data-theme=dark] .card-tag:hover{background:#e8501f;color:#fff}[data-theme=dark] .card-tag-more{color:#777}
