div.products-page{padding:0;transition:none;margin:0 auto!important}main.products-page{max-width:1800px;min-height:calc(100vh - 80px);padding:32px 20px 60px;margin:0 auto!important}@media (max-width:768px){body.sidebar-open .products-page{margin-left:0}}.products-header{text-align:center;margin-bottom:48px}.products-title{color:#111;margin:0 0 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:700}.products-subtitle{color:#666;margin:0;font-size:16px}.products-loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;display:flex}.loading-spinner{border:4px solid #f0f0f0;border-top-color:#111;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.products-carousel-section,.products-carousel-wrapper{width:100%;position:relative}.products-carousel-content{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:16px;width:100%;padding:20px 0;display:flex;overflow-x:auto}.products-carousel-content::-webkit-scrollbar{display:none}.products-carousel-slide{flex-shrink:0}.products-category-card{cursor:pointer;width:200px;box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;align-items:center;padding:0;transition:all .2s;display:flex;overflow:visible}.products-category-card:hover{box-shadow:none;transform:translateY(-4px)}.products-category-card:active{transform:translateY(-2px)}.products-category-card.active .products-category-image-box{border:2px solid #0051ba;box-shadow:0 0 0 1px #0051ba}.products-category-card.active .products-category-name{color:#0051ba;font-weight:700}.products-category-card-skeleton{pointer-events:none;cursor:default}.products-category-card-skeleton:hover{transform:none}.products-skeleton-shimmer{background:linear-gradient(90deg,#f0f0f0 0%,#e0e0e0 50%,#f0f0f0 100%) 0 0/200% 100%;animation:1.5s ease-in-out infinite shimmer}.products-skeleton-text{border-radius:4px;width:80%;height:12px;margin:0 auto}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}:root[data-theme=dark] .products-skeleton-shimmer{background:linear-gradient(90deg,#1a1a1a 0%,#2a2a2a 50%,#1a1a1a 100%) 0 0/200% 100%}.products-category-image-box{background:#fff;border-radius:4px;justify-content:center;align-items:center;width:100%;height:180px;display:flex;position:relative;overflow:hidden}.products-category-image{object-fit:contain;width:100%;height:100%;transition:transform .3s}.products-category-card:hover .products-category-image{transform:scale(1.05)}.products-category-placeholder{color:#ccc;justify-content:center;align-items:center;display:flex}.products-category-info{background:0 0;flex-direction:column;align-items:center;gap:4px;width:100%;padding:12px 0 0;display:flex}.products-category-name{color:#111;text-transform:capitalize;text-align:center;font-size:15px;font-weight:600}.products-category-count{color:#666;text-align:center;font-size:12px}.products-carousel-btn{cursor:pointer;color:#111;z-index:10;background:#fffffff2;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001a}.products-carousel-btn-prev{left:16px}.products-carousel-btn-next{right:16px}.products-carousel-btn:hover:not(:disabled){background:#fff;border-color:#111;box-shadow:0 4px 12px #00000026}.products-carousel-btn:active:not(:disabled){transform:translateY(-50%)scale(.95)}.products-carousel-btn:disabled{opacity:.3;cursor:not-allowed}.products-carousel-btn-hidden{opacity:0;pointer-events:none}.products-carousel-btn svg{fill:currentColor;width:24px;height:24px}.products-scroll-indicator{justify-content:center;width:100%;margin-top:16px;display:flex}.products-scroll-indicator-bar-wrapper{background:#e0e0e0;border-radius:2px;width:200px;height:4px;overflow:hidden}.products-scroll-indicator-bar{background:#111;border-radius:2px;width:30%;height:100%;transition:left .3s;position:relative}.products-search-wrapper{flex-shrink:0;align-items:center;width:320px;display:flex;position:relative}.products-search-icon{color:#999;pointer-events:none;z-index:1;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.products-search-input{background:#fff;border:1.5px solid #e0e0e0;border-radius:6px;width:100%;padding:10px 44px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;transition:all .2s}.products-search-input:focus{border-color:#111;outline:none;box-shadow:0 0 0 3px #0000000d}.products-search-input::placeholder{color:#999}.products-search-clear{cursor:pointer;color:#666;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.products-search-clear:hover{color:#111;background:#f5f5f5}.products-filters{border-top:1px solid #e0e0e0;margin-top:24px;padding-top:24px}.products-filters-wrapper{justify-content:space-between;align-items:center;gap:24px;display:flex}.mobile-filter-button{color:#fff;cursor:pointer;background:#111;border:2px solid #111;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px 20px;font-family:IBM Plex Sans,sans-serif;font-size:14px;font-weight:600;transition:all .2s;display:none}.mobile-filter-button svg{flex-shrink:0}.mobile-filter-button:hover{color:#111;background:#fff}.mobile-filter-button:active{transform:scale(.98)}.products-filters-left{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.products-filters-label{color:#666;font-size:14px}.products-filter-item{position:relative}.products-filter-summary{cursor:pointer;color:#fff;-webkit-user-select:none;user-select:none;background:#4d4d4d;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;min-width:140px;padding:8px 16px;font-size:14px;font-weight:500;list-style:none;transition:all .2s;display:flex}.products-filter-summary::-webkit-details-marker{display:none}.products-filter-summary:hover{background:#333;transform:translateY(-.5px);box-shadow:0 2px 8px #4d4d4d26}.products-filter-summary:active{background:#5d5d5d;transform:translateY(0)}.products-filter-item[open] .products-filter-summary{color:#fff;background:#333;box-shadow:0 2px 8px #4d4d4d26}.products-dropdown-arrow{flex-shrink:0;transition:transform .2s}.products-filter-item[open] .products-dropdown-arrow{transform:rotate(180deg)}.products-filter-dropdown{z-index:100;background:#fff;border:1px solid #e0e0e0;border-radius:8px;min-width:280px;padding:16px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 4px 12px #0000001a}.products-filter-header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;display:flex}.products-filter-selected{color:#666;font-size:13px}.products-filter-reset{color:#111;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;text-decoration:underline}.products-filter-reset:hover{color:#666}.products-filter-list{max-height:300px;overflow-y:auto}.products-filter-checkbox-item{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:8px 12px;transition:background-color .15s;display:flex}.products-filter-checkbox-item:hover{background:#f9fafb}.products-filter-checkbox{cursor:pointer;flex-shrink:0;width:16px;height:16px}.products-filter-checkbox-label{color:#111;text-transform:capitalize;flex:1;font-size:13px}.products-filter-checkbox-count{color:#999;font-size:12px}.products-filter-price{padding-top:8px}.products-filter-price-inputs{align-items:center;gap:12px;display:flex}.products-filter-price-field{flex:1;position:relative}.products-filter-currency{color:#666;pointer-events:none;font-size:14px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.products-filter-price-field input{border:1px solid #e0e0e0;border-radius:6px;width:100%;padding:8px 12px 8px 24px;font-family:inherit;font-size:14px;transition:border-color .2s}.products-filter-price-field input:focus{border-color:#111;outline:none}.products-filter-price-separator{color:#666;font-size:13px}.products-price-range-slider{height:40px;margin-top:20px;position:relative}.products-range-input{pointer-events:none;appearance:none;z-index:3;background:0 0;outline:none;width:100%;height:5px;margin:0;position:absolute;top:50%;transform:translateY(-50%)}.products-range-input::-webkit-slider-runnable-track{appearance:none;background:0 0;border:none}.products-range-input::-moz-range-track{background:0 0;border:none}.products-range-input::-webkit-slider-thumb{appearance:none;cursor:pointer;pointer-events:auto;background:#111;border:3px solid #fff;border-radius:50%;width:18px;height:18px;transition:all .2s;box-shadow:0 2px 6px #00000026}.products-range-input::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 2px 8px #00000040}.products-range-input::-webkit-slider-thumb:active{transform:scale(1.05);box-shadow:0 1px 4px #0003}.products-range-input::-moz-range-thumb{cursor:pointer;pointer-events:auto;background:#111;border:3px solid #fff;border-radius:50%;width:18px;height:18px;transition:all .2s;box-shadow:0 2px 6px #00000026}.products-range-input::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 2px 8px #00000040}.products-range-input::-moz-range-thumb:active{transform:scale(1.05);box-shadow:0 1px 4px #0003}.products-slider-track{pointer-events:none;z-index:1;background:#e0e0e0;border-radius:3px;width:100%;height:5px;position:absolute;top:50%;transform:translateY(-50%)}.products-slider-range{z-index:2;background:#111;border-radius:3px;height:100%;transition:left .1s,width .1s;position:absolute}.products-range-min{z-index:4}.products-filters-right{align-items:center;gap:12px;display:flex}.products-sort-label{color:#666;font-size:14px}.products-sort-dropdown-container{position:relative}.products-sort-btn{cursor:pointer;color:#fff;-webkit-user-select:none;user-select:none;background:#4d4d4d;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;min-width:200px;padding:8px 16px;font-size:14px;font-weight:500;list-style:none;transition:all .2s;display:flex}.products-sort-btn::-webkit-details-marker{display:none}.products-sort-btn:hover{background:#333;transform:translateY(-.5px);box-shadow:0 2px 8px #4d4d4d26}.products-sort-btn:active{background:#5d5d5d;transform:translateY(0)}.products-sort-dropdown-container[open] .products-sort-btn{background:#333;box-shadow:0 2px 8px #4d4d4d26}.products-sort-dropdown-container[open] .products-dropdown-arrow{transform:rotate(180deg)}.products-sort-dropdown{z-index:100;box-sizing:border-box;background:#fff;border:1px solid #e0e0e0;border-radius:8px;width:100%;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.products-sort-item{cursor:pointer;color:#6b7280;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;height:34px;padding:6px 12px;font-size:12.5px;font-weight:400;transition:background-color .15s;display:flex;overflow:hidden}.products-sort-item:last-child{border-bottom:none}.products-sort-item:hover{color:#111827;background-color:#f9fafb}.products-sort-item .checkmark{color:#000;font-size:14px;font-weight:700}@media (max-width:768px){div.products-page{padding:0!important}main.products-page{padding:24px 12px 40px}.products-title{font-size:28px}.products-subtitle{font-size:14px}.products-header{margin-bottom:32px}.products-carousel-section{width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:0!important}.products-carousel-wrapper{max-width:100vw!important;padding:0!important;overflow:visible!important}.products-carousel-content{scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important;gap:8px!important;padding:12px 8px!important;overflow-x:auto!important}.products-carousel-btn{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;width:32px!important;height:32px!important;box-shadow:none!important;background:0 0!important;border:none!important}.products-carousel-btn:hover:not(:disabled){opacity:.7!important;box-shadow:none!important;background:0 0!important}.products-carousel-btn svg{width:18px!important;height:18px!important}.products-carousel-btn-prev{left:8px!important}.products-carousel-btn-next{right:8px!important}.products-category-card{flex-shrink:0!important;min-width:110px!important;max-width:110px!important}.products-category-image-box{border-radius:8px!important;height:110px!important}.products-category-name{padding:6px 4px!important;font-size:12px!important;line-height:1.2!important}.products-carousel-slide{flex-shrink:0!important;margin:0!important}.products-search-wrapper{width:100%!important;max-width:100%!important}.products-search-icon{z-index:1!important;left:10px!important}.products-search-input{border-radius:8px!important;width:100%!important;padding:10px 40px!important;font-size:14px!important}.products-search-clear{right:10px!important}.products-filters{margin-top:20px!important;padding-top:20px!important}.products-filters-wrapper{flex-direction:column!important;align-items:stretch!important;gap:16px!important}.mobile-filter-button{display:flex!important}.products-filters-left,.products-filters-label{display:none!important}.products-filter-item{width:100%!important}.products-filter-summary{border-radius:8px!important;width:100%!important;min-width:auto!important;padding:12px 16px!important;font-size:15px!important}.products-filter-dropdown{width:100%!important;min-width:100%!important;max-width:100%!important;left:0!important;right:0!important}.products-filter-checkbox-item{border-radius:6px!important;padding:12px!important}.products-filter-checkbox{width:18px!important;height:18px!important}.products-filter-checkbox-label{font-size:14px!important}.products-filter-checkbox-count{font-size:13px!important}.products-filter-price-inputs{flex-direction:column!important;gap:12px!important}.products-filter-price-input{width:100%!important;padding:10px 12px!important;font-size:15px!important}.products-filters-right,.products-sort-label{display:none!important}.products-sort-dropdown-container{width:100%!important}.products-sort-btn{border-radius:8px!important;width:100%!important;min-width:auto!important;padding:12px 16px!important;font-size:15px!important}.products-sort-dropdown{width:100%!important;min-width:100%!important;left:0!important;right:0!important}.products-sort-item{height:auto!important;min-height:44px!important;padding:12px!important;font-size:14px!important}}:root[data-theme=dark] .products-page{background:#0a0a0a}:root[data-theme=dark] .products-title{color:#fff}:root[data-theme=dark] .products-subtitle{color:#999}:root[data-theme=dark] .products-category-card{background:0 0;border:none}:root[data-theme=dark] .products-category-card:hover{box-shadow:none}:root[data-theme=dark] .products-category-image-box{background:#0a0a0a}:root[data-theme=dark] .products-category-info{background:0 0}:root[data-theme=dark] .products-category-name{color:#fff}:root[data-theme=dark] .products-category-count{color:#999}:root[data-theme=dark] .products-category-card.active .products-category-image-box{border-color:#4a9eff;box-shadow:0 0 0 1px #4a9eff}:root[data-theme=dark] .products-category-card.active .products-category-name{color:#4a9eff}:root[data-theme=dark] .products-carousel-btn{color:#fff;background:#1a1a1af2;border-color:#333}:root[data-theme=dark] .products-carousel-btn:hover:not(:disabled){background:#1a1a1a;border-color:#fff}:root[data-theme=dark] .products-scroll-indicator-bar-wrapper{background:#333}:root[data-theme=dark] .products-scroll-indicator-bar{background:#fff}:root[data-theme=dark] .loading-spinner{border-color:#fff #2a2a2a #2a2a2a}:root[data-theme=dark] .products-search-input{color:#fff;background:#2a2a2a;border-color:#3a3a3a}:root[data-theme=dark] .products-search-input:focus{border-color:#fff;box-shadow:0 0 0 3px #ffffff0d}:root[data-theme=dark] .products-search-input::placeholder,:root[data-theme=dark] .products-search-icon{color:#666}:root[data-theme=dark] .products-search-clear{color:#999}:root[data-theme=dark] .products-search-clear:hover{color:#fff;background:#3a3a3a}:root[data-theme=dark] .products-filters{border-top-color:#333}:root[data-theme=dark] .products-filters-label{color:#fff}:root[data-theme=dark] .products-filter-summary{color:#fff;background:#3a3a3a}:root[data-theme=dark] .products-filter-summary:hover{background:#2a2a2a;transform:translateY(-.5px);box-shadow:0 2px 8px #ffffff1a}:root[data-theme=dark] .products-filter-summary:active{background:#4a4a4a;transform:translateY(0)}:root[data-theme=dark] .products-filter-item[open] .products-filter-summary{color:#fff;background:#2a2a2a;box-shadow:0 2px 8px #ffffff1a}:root[data-theme=dark] .products-dropdown-arrow{color:#fff}:root[data-theme=dark] .products-filter-dropdown{background:#1a1a1a;border-color:#333;box-shadow:0 4px 12px #ffffff1a}:root[data-theme=dark] .products-filter-header{border-bottom-color:#333}:root[data-theme=dark] .products-filter-selected{color:#999}:root[data-theme=dark] .products-filter-reset{color:#fff}:root[data-theme=dark] .products-filter-reset:hover{color:#999}:root[data-theme=dark] .products-filter-checkbox-item:hover{background:#2a2a2a}:root[data-theme=dark] .products-filter-checkbox-label{color:#fff}:root[data-theme=dark] .products-filter-checkbox-count{color:#666}:root[data-theme=dark] .products-filter-currency{color:#999}:root[data-theme=dark] .products-filter-price-field input{color:#fff;background:#2a2a2a;border-color:#333}:root[data-theme=dark] .products-filter-price-field input:focus{border-color:#fff}:root[data-theme=dark] .products-slider-track{background:#333}:root[data-theme=dark] .products-slider-range{background:#fff}:root[data-theme=dark] .products-range-input::-webkit-slider-thumb{background:#fff;border-color:#2a2a2a}:root[data-theme=dark] .products-range-input::-moz-range-thumb{background:#fff;border-color:#2a2a2a}:root[data-theme=dark] .products-sort-label{color:#999}:root[data-theme=dark] .products-sort-btn{color:#fff;background:#3a3a3a}:root[data-theme=dark] .products-sort-btn:hover{background:#2a2a2a;transform:translateY(-.5px);box-shadow:0 2px 8px #ffffff1a}:root[data-theme=dark] .products-sort-btn:active{background:#4a4a4a;transform:translateY(0)}:root[data-theme=dark] .products-sort-dropdown-container[open] .products-sort-btn{background:#2a2a2a;box-shadow:0 2px 8px #ffffff1a}:root[data-theme=dark] .products-sort-dropdown{background:#1a1a1a;border-color:#333;box-shadow:0 4px 12px #ffffff1a}:root[data-theme=dark] .products-sort-item{color:#a0a0a0;border-bottom-color:#333}:root[data-theme=dark] .products-sort-item:hover{color:#fff;background:#2a2a2a}:root[data-theme=dark] .products-sort-item .checkmark{color:#fff}.products-grid{gap:40px;width:100%;max-width:100%;margin-top:40px;padding-bottom:60px;display:grid;grid-template-columns:repeat(4,1fr)!important}.product-card{cursor:pointer;flex-direction:column;transition:transform .2s;display:flex;box-shadow:none!important;background:0 0!important;border:none!important}.product-card:hover{transform:translateY(-4px)}.product-card-image-wrapper{aspect-ratio:1;background:#fff;width:100%;margin-bottom:12px;overflow:hidden}.product-card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-info{flex-direction:column;gap:4px;display:flex}.product-card-title{color:#111;text-transform:capitalize;margin:0;font-size:15px;font-weight:600}.product-card-color{color:#666;margin:0;font-size:13px}.product-card-price{color:#111;margin:4px 0 0;font-size:15px;font-weight:600}.product-image-section{aspect-ratio:1;width:100%;margin-bottom:12px;position:relative;overflow:hidden;box-shadow:none!important;background:#fff!important;border:none!important}.product-image{width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0;object-fit:contain!important;mix-blend-mode:multiply!important;border:none!important}.product-image-main{opacity:1;z-index:1}.product-image-hover{opacity:0;z-index:2;pointer-events:none}.product-card:hover .product-image-hover{opacity:1}.product-card:has(.product-image-hover):hover .product-image-main{opacity:0}.product-image-placeholder{color:#ccc;background:#f0f0f0;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.product-info-section{flex-direction:column;gap:4px;display:flex}.product-name{color:#111;text-transform:capitalize;margin:0;font-size:15px;font-weight:600}.product-color{color:#666;margin:0;font-size:13px}.product-price{color:#111;margin:4px 0 0;font-size:15px;font-weight:600}.product-color-picker{flex-wrap:wrap;gap:6px;margin:8px 0 6px;display:flex}.product-color-option{cursor:pointer;border-radius:50%;width:18px;height:18px;transition:transform .15s}.product-color-option:hover{transform:scale(1.08)}.product-carousel-nav-button{cursor:pointer;z-index:2;color:#333;opacity:0;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 4px #0000001a}.product-card:hover .product-carousel-nav-button{opacity:1}.product-carousel-nav-button svg{fill:currentColor;width:16px;height:16px}.product-carousel-nav-button:hover{color:#000;background:#fff;box-shadow:0 4px 8px #00000026}.product-carousel-nav-button:active{transform:translateY(-50%)scale(.95)}.product-carousel-nav-previous{left:8px}.product-carousel-nav-next{right:8px}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr);gap:32px}}@media (max-width:768px){.products-grid{grid-template-columns:repeat(3,1fr)!important;gap:12px!important;margin-top:24px!important;padding:0!important}.product-card{transition:transform .2s!important}.product-card:hover{transform:translateY(-2px)!important}.product-card-image-wrapper{border-radius:6px!important;margin-bottom:6px!important}.product-card-info{gap:3px!important}.product-card-title{-webkit-line-clamp:2!important;text-overflow:ellipsis!important;-webkit-box-orient:vertical!important;min-height:28px!important;max-height:28px!important;margin-bottom:2px!important;font-size:11px!important;line-height:1.2!important;display:-webkit-box!important;overflow:hidden!important}.product-card-color{white-space:nowrap!important;text-overflow:ellipsis!important;min-height:11px!important;margin-bottom:3px!important;font-size:9px!important;line-height:1.2!important;overflow:hidden!important}.product-card-price{min-height:14px!important;font-size:12px!important;font-weight:700!important;line-height:1.2!important}.product-carousel-nav-button{display:none!important}.product-color-options{gap:3px!important;margin-top:4px!important}.product-color-option{border-width:1.5px!important;width:14px!important;height:14px!important}}:root[data-theme=dark] .product-card-image-wrapper{background:#2a2a2a}:root[data-theme=dark] .product-card-title{color:#fff}:root[data-theme=dark] .product-card-color{color:#999}:root[data-theme=dark] .product-card-price{color:#fff}:root[data-theme=dark] .product-image-section{background:#2a2a2a}:root[data-theme=dark] .product-image-placeholder{color:#666;background:#0a0a0a}:root[data-theme=dark] .product-name{color:#fff}:root[data-theme=dark] .product-color{color:#999}:root[data-theme=dark] .product-price{color:#fff}:root[data-theme=dark] .product-carousel-nav-button{color:#ccc;background:#2a2a2ae6}:root[data-theme=dark] .product-carousel-nav-button:hover{color:#fff;background:#2a2a2a}@media (max-width:480px){main.products-page{padding:20px 10px 30px!important}.products-title{margin-bottom:8px!important;font-size:24px!important}.products-subtitle{font-size:13px!important}.products-category-card{min-width:95px!important;max-width:95px!important}.products-category-image-box{border-radius:6px!important;height:95px!important}.products-category-name{padding:5px 3px!important;font-size:11px!important;line-height:1.1!important}.products-carousel-content{gap:6px!important;padding:10px 6px!important}.products-carousel-btn{width:28px!important;height:28px!important}.products-carousel-btn svg{width:16px!important;height:16px!important}.products-carousel-btn-prev{left:6px!important}.products-carousel-btn-next{right:6px!important}.products-search-input{padding:9px 36px!important;font-size:13px!important}.products-filter-summary,.products-sort-btn{padding:10px 14px!important;font-size:14px!important}.products-grid{grid-template-columns:repeat(3,1fr)!important;gap:10px!important;margin-top:20px!important}.product-card-image-wrapper{border-radius:5px!important;margin-bottom:5px!important}.product-card-title{-webkit-line-clamp:2!important;text-overflow:ellipsis!important;-webkit-box-orient:vertical!important;min-height:24px!important;max-height:24px!important;font-size:10px!important;line-height:1.2!important;display:-webkit-box!important;overflow:hidden!important}.product-card-color{white-space:nowrap!important;text-overflow:ellipsis!important;min-height:10px!important;font-size:8px!important;line-height:1.2!important;overflow:hidden!important}.product-card-price{min-height:13px!important;font-size:11px!important;line-height:1.2!important}.product-color-option{width:12px!important;height:12px!important}.product-color-options{gap:2px!important;margin-top:3px!important}}@media (max-width:375px){main.products-page{padding:16px 8px 24px!important}.products-title{margin-bottom:6px!important;font-size:22px!important}.products-subtitle{font-size:12px!important}.products-category-card{min-width:85px!important;max-width:85px!important}.products-category-image-box{height:85px!important}.products-category-name{padding:4px 2px!important;font-size:10px!important}.products-carousel-content{gap:4px!important;padding:8px 4px!important}.products-search-input{padding:8px 32px!important;font-size:12px!important}.products-filter-summary,.products-sort-btn{padding:9px 12px!important;font-size:13px!important}.products-filter-checkbox-item{padding:10px!important}.products-filter-checkbox-label{font-size:13px!important}.products-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important;margin-top:16px!important}.product-card-image-wrapper{border-radius:4px!important;margin-bottom:4px!important}.product-card-info{gap:2px!important}.product-card-title{-webkit-line-clamp:2!important;text-overflow:ellipsis!important;-webkit-box-orient:vertical!important;min-height:22px!important;max-height:22px!important;font-size:9px!important;line-height:1.2!important;display:-webkit-box!important;overflow:hidden!important}.product-card-color{white-space:nowrap!important;text-overflow:ellipsis!important;min-height:9px!important;font-size:7px!important;line-height:1.2!important;overflow:hidden!important}.product-card-price{min-height:12px!important;font-size:10px!important;line-height:1.2!important}.product-color-option{width:10px!important;height:10px!important}.product-color-options{gap:2px!important;margin-top:2px!important}}
