.new-arrivals-header{background:linear-gradient(135deg,#63b6c4 0%,#dadd80 100%) !important;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,0.1);margin-bottom:20px;display:flex;justify-content:space-between;align-items:flex-start;}@media (max-width:768px){.new-arrivals-header{border-radius:0;margin-left:-15px;margin-right:-15px;margin-bottom:15px;}.new-arrivals-page .pagination{display:none !important;}}.category-page .category-header{background:linear-gradient(135deg,#d7243d 0%,#d545ca 100%);color:white;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,0.1);margin-bottom:20px;display:flex;justify-content:space-between;align-items:flex-start;position:relative;overflow:hidden;}.category-page .category-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 100%);pointer-events:none;z-index:1;}.category-page .category-info{flex:1;position:relative;z-index:2;}.category-page .category-title{font-size:28px;font-weight:bold;color:white;margin-bottom:10px;text-shadow:0 1px 3px rgba(0,0,0,0.3);}.category-page .category-description{color:rgba(255,255,255,0.9);margin-bottom:10px;line-height:1.5;text-shadow:0 1px 2px rgba(0,0,0,0.2);}.category-page .products-count{color:rgba(255,255,255,0.8);font-size:14px;text-shadow:0 1px 2px rgba(0,0,0,0.2);}.category-page .sort-options{flex-shrink:0;margin-left:20px;}.category-page .sort-options select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background:white;}.category-page .category-content{display:grid;grid-template-columns:250px 1fr;gap:30px;margin:20px 0;}.category-page .filters-sidebar{background:white;border-radius:8px;padding:20px;height:fit-content;box-shadow:0 2px 8px rgba(0,0,0,0.1);}.category-page .filters-title{font-size:18px;font-weight:bold;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #eee;}.category-page .filter-group{margin-bottom:30px;padding-bottom:25px;border-bottom:1px solid #eee;}.category-page .filter-group:last-child{border-bottom:none;margin-bottom:0;}.category-page .filter-group h4{font-size:14px;font-weight:700;color:#333;margin-bottom:15px;text-transform:uppercase;letter-spacing:0.8px;padding-bottom:8px;border-bottom:2px solid var(--secondary-color);display:inline-block;}.category-page .filter-options{display:flex;flex-direction:column;gap:8px;}.category-page .filter-option{display:flex;align-items:center;gap:8px;padding:5px 0;}.category-page .filter-option input[type="checkbox"]{width:16px;height:16px;accent-color:var(--primary-color);}.category-page .filter-option label{font-size:14px;color:#555;cursor:pointer;user-select:none;}.category-page .filter-option:hover label{color:var(--primary-color);}.category-page .filter-checkbox{display:flex;align-items:center;gap:8px;padding:5px 0;cursor:pointer;font-size:14px;}.category-page .filter-checkbox input[type="checkbox"]{width:16px;height:16px;accent-color:var(--primary-color);}.category-page .filter-checkbox:hover{color:var(--primary-color);}.category-page .price-filter{display:flex;flex-direction:column;gap:15px;padding:0;margin:0;}.category-page .price-range-slider{position:relative;height:30px;margin:15px 0;padding:0 10px;}.category-page .price-range-slider input[type="range"]{position:absolute;width:calc(100% - 20px);height:4px;background:transparent;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;top:50%;transform:translateY(-50%);left:10px;}.category-page .price-range-slider input[type="range"]::-webkit-slider-track{height:4px;background:transparent;border-radius:2px;}.category-page .price-range-slider input[type="range"]::-webkit-slider-thumb{height:20px;width:20px;background:var(--secondary-color);border-radius:50%;border:3px solid white;box-shadow:0 2px 8px rgba(0,185,190,0.3);cursor:pointer;pointer-events:all;position:relative;-webkit-appearance:none;transition:all 0.2s ease;}.category-page .price-range-slider input[type="range"]::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(0,185,190,0.4);}.category-page .price-range-slider input[type="range"]::-moz-range-track{height:4px;background:transparent;border-radius:2px;border:none;}.category-page .price-range-slider input[type="range"]::-moz-range-thumb{height:20px;width:20px;background:var(--secondary-color);border-radius:50%;border:3px solid white;box-shadow:0 2px 8px rgba(0,185,190,0.3);cursor:pointer;pointer-events:all;position:relative;transition:all 0.2s ease;}.category-page .price-range-slider input[type="range"]::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(0,185,190,0.4);}.category-page .price-range-slider .range-min{z-index:1;}.category-page .price-range-slider .range-max{z-index:2;}.category-page .price-values{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:600;color:#666;margin-bottom:15px;padding:0 5px;}.category-page .price-values span{color:var(--primary-color);font-size:15px;}.category-page .apply-price-btn{width:100%;padding:10px 16px;background:var(--gradient-bg);color:white;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;transition:all 0.3s;text-transform:uppercase;letter-spacing:0.3px;}.category-page .apply-price-btn:hover{background:var(--gradient-hover);}.category-page .price-range{display:flex;align-items:center;gap:10px;}.category-page .price-input{width:80px;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px;text-align:center;}.category-page .price-separator{color:#666;font-weight:bold;}.category-page .apply-filters-btn{background:var(--gradient-bg);color:white;border:none;padding:10px 15px;border-radius:4px;cursor:pointer;font-size:14px;margin-top:15px;transition:background 0.3s;}.category-page .apply-filters-btn:hover{background:var(--gradient-hover);}.category-page .subcategories{margin-bottom:30px;}.category-page .subcategories h3{font-size:20px;color:#333;margin-bottom:15px;}.category-page .subcategory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:15px;margin-bottom:20px;}.category-page .subcategory-item{background:white;border:1px solid #e0e0e0;border-radius:8px;padding:15px;text-align:center;transition:all 0.3s;text-decoration:none;color:inherit;}.category-page .subcategory-item:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1);transform:translateY(-2px);color:inherit;text-decoration:none;}.category-page .subcategory-icon{font-size:24px;margin-bottom:8px;}.category-page .subcategory-name{font-size:14px;font-weight:500;color:#333;}.category-page .subcategory-count{font-size:12px;color:#666;margin-top:4px;}.category-page .subcategory-card{background:white;border:1px solid #e0e0e0;border-radius:8px;padding:15px;text-align:center;transition:all 0.3s;text-decoration:none;color:inherit;display:block;}.category-page .subcategory-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1);transform:translateY(-2px);color:inherit;text-decoration:none;}.category-page .subcategory-card .subcategory-name{font-size:14px;font-weight:500;color:#333;margin-bottom:5px;}.category-page .subcategory-card .subcategory-desc{font-size:12px;color:#666;line-height:1.3;}.category-page .main-content{background:white;border-radius:8px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,0.1);}.category-page .products-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee;}.category-page .results-count{color:#666;font-size:14px;}.category-page .sort-controls{display:flex;align-items:center;gap:10px;}.category-page .sort-label{font-size:14px;color:#333;}.category-page .sort-select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:white;cursor:pointer;font-size:14px;}.category-page .view-toggle{display:flex;align-items:center;gap:5px;margin-left:15px;}.category-page .view-btn{width:32px;height:32px;border:1px solid #ddd;background:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s;}.category-page .view-btn.active{background:var(--gradient-bg);color:white;border-color:var(--primary-color);}.category-page .view-btn:first-child{border-radius:4px 0 0 4px;}.category-page .view-btn:last-child{border-radius:0 4px 4px 0;}.category-page .product-list-item{display:flex;gap:20px;padding:15px;border:1px solid #e0e0e0;border-radius:8px;transition:all 0.3s;}.category-page .product-list-item:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1);}.category-page .product-list-image{width:120px;height:120px;background:#f8f8f8;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:48px;color:#ddd;flex-shrink:0;overflow:hidden;position:relative;}.category-page .product-list-img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:2px;}.category-page .product-list-info{flex:1;display:flex;flex-direction:column;gap:8px;}.category-page .product-list-title{font-size:16px;font-weight:500;color:#333;line-height:1.3;}.category-page .product-list-description{font-size:14px;color:#666;line-height:1.4;}.category-page .product-list-price{display:flex;align-items:center;gap:10px;}.category-page .product-list-actions{display:flex;gap:10px;margin-top:auto;}.category-page .no-products{text-align:center;padding:60px 20px;color:#999;}.category-page .no-products h3{font-size:20px;margin-bottom:10px;color:#333;}.category-page .no-products p{font-size:14px;margin-bottom:20px;}.category-page .browse-categories-btn{background:var(--gradient-bg);color:white;padding:12px 24px;border:none;border-radius:4px;text-decoration:none;display:inline-block;transition:background 0.3s;}.category-page .browse-categories-btn:hover{background:var(--gradient-hover);color:white;text-decoration:none;}.category-page .loading-spinner{display:flex;justify-content:center;align-items:center;padding:3rem 1rem;color:#666;font-size:0.95rem;gap:0.75rem;background:rgba(255,255,255,0.9);border-radius:10px;margin:2rem 0;box-shadow:0 2px 10px rgba(0,0,0,0.1);}.category-page .products-info{text-align:center;margin:1.5rem 0;padding:1rem;background:#f8f9fa;border-radius:8px;}.category-page .products-info .products-count{margin:0;color:#666;font-size:0.95rem;font-weight:500;}.category-page .pagination{display:flex;justify-content:center;align-items:center;margin-top:30px;margin-bottom:30px;}.category-page .pagination-wrapper{display:flex;align-items:center;gap:8px;background:white;padding:1rem;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,0.1);}.category-page .pagination .pagination-btn,.category-page .pagination-btn{padding:10px 15px !important;border:1px solid #ddd !important;text-decoration:none !important;color:#333 !important;transition:all 0.3s !important;border-radius:6px !important;font-weight:500 !important;min-width:40px !important;text-align:center !important;background:white !important;display:inline-block !important;cursor:pointer !important;}.category-page .pagination .pagination-btn:hover:not(.disabled):not(.active),.category-page .pagination-btn:hover:not(.disabled):not(.active){background:#f8f8f8 !important;border-color:var(--primary-color) !important;color:var(--primary-color) !important;transform:translateY(-1px) !important;box-shadow:0 4px 8px rgba(0,0,0,0.15) !important;}.category-page .pagination .pagination-btn.active,.category-page .pagination-btn.active{background:var(--gradient-bg) !important;color:white !important;border-color:var(--primary-color) !important;box-shadow:0 4px 8px rgba(255,107,71,0.3) !important;}.category-page .pagination .pagination-btn.disabled,.category-page .pagination-btn.disabled{color:#ccc !important;cursor:not-allowed !important;opacity:0.6 !important;}.category-page .pagination-dots{padding:0 8px;color:#999;font-weight:bold;}.category-page .pagination .pagination-btn.prev,.category-page .pagination .pagination-btn.next,.category-page .pagination-btn.prev,.category-page .pagination-btn.next{font-weight:600 !important;}.category-page .pagination a.pagination-btn,.category-page .pagination span.pagination-btn,.category-page .pagination .pagination-btn{padding:10px 15px !important;border:1px solid #ddd !important;text-decoration:none !important;color:#333 !important;transition:all 0.3s !important;border-radius:6px !important;font-weight:500 !important;min-width:40px !important;text-align:center !important;background:white !important;display:inline-block !important;cursor:pointer !important;box-sizing:border-box !important;}.category-page .pagination a.pagination-btn:hover:not(.disabled):not(.active),.category-page .pagination span.pagination-btn:hover:not(.disabled):not(.active){background:#f8f8f8 !important;border-color:var(--primary-color) !important;color:var(--primary-color) !important;transform:translateY(-1px) !important;box-shadow:0 4px 8px rgba(0,0,0,0.15) !important;}.category-page .pagination a.pagination-btn.active,.category-page .pagination span.pagination-btn.active{background:var(--gradient-bg) !important;color:white !important;border-color:var(--primary-color) !important;box-shadow:0 4px 8px rgba(255,107,71,0.3) !important;}.category-page .htmx-indicator{display:none;}.category-page .htmx-request .htmx-indicator{display:flex;}.category-page .htmx-request #productGridContainer{opacity:0.7;pointer-events:none;}@media (max-width:768px){.category-page .category-header{flex-direction:column;gap:15px;}.category-page .category-content{grid-template-columns:1fr;gap:20px;}.category-page .filters-sidebar{order:2;}.category-page .pagination{flex-wrap:wrap;gap:5px;}.category-page .pagination-btn{padding:8px 12px;min-width:40px;}.category-page .main-content{order:1;}.category-page .subcategory-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;}.category-page .products-toolbar{flex-direction:column;gap:15px;align-items:flex-start;}.category-page .sort-controls{width:100%;justify-content:space-between;}.category-page .product-list-item{flex-direction:column;text-align:center;}.category-page .product-list-image{align-self:center;}}@media (max-width:480px){.category-page .category-content{gap:15px;}.category-page .filters-sidebar{padding:15px;}.category-page .main-content{padding:15px;}.category-page .subcategory-grid{grid-template-columns:repeat(2,1fr);}}.category-page .container{max-width:none !important;padding:0 !important;margin:0 !important;width:100% !important;}.category-page{background:#f5f5f5;min-height:100vh;}.category-page .breadcrumb{background:transparent;padding:15px 20px;margin:0;max-width:1400px;margin:0 auto;display:flex;align-items:center;flex-wrap:wrap;gap:8px;}.category-page .breadcrumb-item{color:#6c757d;text-decoration:none;font-size:14px;transition:color 0.3s ease;}.category-page .breadcrumb-item:hover{color:#ff6b35;}.category-page .breadcrumb-separator{color:#adb5bd;margin:0 4px;}.category-page .breadcrumb-current{color:#2c3e50;font-weight:600;}.category-page .category-header{background:linear-gradient(135deg,#d7243d 0%,#d545ca 100%);padding:40px 20px;margin:0;width:100%;color:white;position:relative;overflow:hidden;}.category-page .category-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 100%);pointer-events:none;}.category-page .category-header .category-info{position:relative;z-index:2;max-width:1400px;margin:0 auto;}.category-page .category-info{margin-bottom:25px;}.category-page .category-title{font-size:48px;font-weight:800;color:white;margin:0 0 20px 0;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,0.3);}.category-page .category-description{font-size:20px;color:rgba(255,255,255,0.9);margin:0 0 25px 0;line-height:1.5;max-width:800px;text-shadow:1px 1px 2px rgba(0,0,0,0.2);}.category-page .products-count{font-size:18px;font-weight:600;color:white;margin:0;padding:15px 25px;background:rgba(255,255,255,0.2);border-radius:25px;border:2px solid rgba(255,255,255,0.3);display:inline-block;backdrop-filter:blur(10px);}.category-page .category-controls{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;margin-top:20px;}.category-page .sort-options{display:flex;align-items:center;gap:15px;}.category-page .sort-options select{padding:12px 20px;border:2px solid #e9ecef;border-radius:8px;background:white;font-size:16px;font-weight:500;color:#495057;cursor:pointer;transition:all 0.3s ease;min-width:200px;}.category-page .sort-options select:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px rgba(255,107,53,0.1);}.category-page .view-toggle{display:flex;background:#f8f9fa;border-radius:8px;padding:4px;gap:4px;}.category-page .view-btn{padding:8px 12px;border:none;background:transparent;color:#6c757d;cursor:pointer;border-radius:6px;transition:all 0.3s ease;font-size:16px;}.category-page .view-btn.active{background:#ff6b35;color:white;box-shadow:0 2px 4px rgba(255,107,53,0.3);}.category-page .subcategories-section{background:white;padding:50px 20px;width:100%;margin:0;}.category-page .subcategories-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0px;max-width:1400px;margin:0 auto 40px auto;position:relative;}.category-page .subcategories-title{font-size:28px;font-weight:700;color:#2c3e50;width:100%;text-align:center;}.category-page .subcategories-nav{position:absolute;top:0;transform:translateY(-50%);z-index:10;width:100%;pointer-events:none;}.category-page .subcategory-nav-btn{width:60px;height:60px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;color:white;font-size:24px;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(102,126,234,0.4);position:absolute;pointer-events:all;}.category-page .subcategory-nav-btn.prev-btn{left:0;}.category-page .subcategory-nav-btn.next-btn{right:0;}.category-page .subcategory-nav-btn:hover{transform:scale(1.1);box-shadow:0 8px 25px rgba(102,126,234,0.5);}.category-page .subcategory-nav-btn:disabled{opacity:0.3;cursor:not-allowed;transform:none;box-shadow:0 3px 10px rgba(102,126,234,0.2);}.category-page .subcategories-carousel-wrapper{position:relative;overflow:hidden;max-width:1400px;margin:0 auto;padding:0 80px;}.category-page .subcategories-carousel{display:flex;gap:20px;transition:transform 0.4s ease;padding:10px 0;}.category-page .category-content{max-width:1440px;margin:0 auto;}.category-page .filters-title{font-size:20px;font-weight:700;color:#2c3e50;margin:0 0 20px 0;padding-bottom:15px;border-bottom:2px solid #f8f9fa;display:flex;align-items:center;gap:10px;}.category-page .filter-section{margin-bottom:25px;}.category-page .filter-section h4{font-size:16px;font-weight:600;color:#495057;margin:0 0 15px 0;}.category-page .products-container{padding:40px 0;width:1440px;}.category-page .products-section-title{font-size:32px;font-weight:700;color:#2c3e50;text-align:center;margin:0 0 40px 0;}.category-page .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px;margin-bottom:50px;}.category-page .loading-spinner{display:none;justify-content:center;align-items:center;padding:60px 20px;background:rgba(255,255,255,0.9);border-radius:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;box-shadow:0 8px 32px rgba(0,0,0,0.1);}.category-page .loading-spinner.show{display:flex;}.category-page .spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #ff6b35;border-radius:50%;animation:spin 1s linear infinite;margin-right:15px;}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.category-page .pagination-wrapper{display:flex;justify-content:center;align-items:center;padding:30px 0;border-top:2px solid #f8f9fa;margin-top:40px;}.category-page .pagination{display:flex;align-items:center;gap:8px;}.category-page .pagination-btn{padding:12px 18px;background:white;border:2px solid #e9ecef;border-radius:8px;color:#495057;text-decoration:none;font-weight:600;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;min-width:48px;}.category-page .pagination-btn:hover{border-color:#ff6b35;background:#ff6b35;color:white;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,107,53,0.3);text-decoration:none;}.category-page .pagination-btn.current{background:#ff6b35;color:white;border-color:#ff6b35;}.category-page .pagination-btn:disabled{opacity:0.5;cursor:not-allowed;transform:none;box-shadow:none;}.category-page .pagination-dots{padding:0 10px;color:#adb5bd;font-weight:600;}.category-page .subcategories-section .subcategory-item{background:white;border-radius:12px;padding:25px 20px;text-align:center;text-decoration:none;transition:all 0.3s ease;display:flex;flex-direction:column;justify-content:center;min-width:200px;max-width:200px;min-height:120px;box-shadow:0 4px 15px rgba(0,0,0,0.08);border:2px solid #f0f0f0;}.category-page .subcategories-section .subcategory-item:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(102,126,234,0.15);text-decoration:none;border-color:#667eea;}.category-page .subcategories-section .subcategory-icon{display:none;}.category-page .subcategories-section .subcategory-name{font-weight:700;font-size:16px;color:#2c3e50;margin:0 0 8px 0;line-height:1.3;}.category-page .subcategories-section .subcategory-desc{font-size:13px;color:#6c757d;line-height:1.4;margin:0;}.category-page .no-products{text-align:center;padding:80px 20px;background:#f8f9fa;border-radius:12px;margin:40px 0;}.category-page .no-products-icon i{font-size:80px;color:#dee2e6;margin-bottom:25px;}.category-page .no-products h3{font-size:28px;color:#6c757d;margin:0 0 15px 0;font-weight:700;}.category-page .no-products p{color:#adb5bd;margin:0 0 30px 0;font-size:18px;line-height:1.5;}@media (max-width:1200px){.category-page .category-content{grid-template-columns:260px 1fr;gap:25px;padding:25px 15px;}}@media (max-width:992px){.category-page .category-content{grid-template-columns:1fr;gap:30px;}.category-page .filters-sidebar{position:static;max-height:none;}.category-page .products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;}.category-page .category-controls{flex-direction:column;align-items:stretch;}}@media (max-width:768px){.category-page .category-header{padding:20px 15px;}.category-page .category-title{font-size:26px;}.category-page .category-content{padding:20px 10px;}.category-page .products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;}.category-page .pagination-btn{padding:10px 14px;min-width:42px;}.category-page .filters-sidebar{padding:20px 15px;}.category-page .subcategories-nav{position:static;transform:none;display:flex;justify-content:space-between;margin-top:20px;width:100%;pointer-events:all;}.category-page .subcategory-nav-btn{position:static;}.category-page .subcategories-carousel-wrapper{padding:0 20px;}.category-page .subcategory-nav-btn{width:50px;height:50px;font-size:20px;}}@media (max-width:480px){.category-page .breadcrumb{padding:12px 10px;}.category-page .category-header{padding:15px 10px;}.category-page .category-title{font-size:22px;}.category-page .category-content{padding:15px 10px;}.category-page .products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;}}.category-page .products-grid,.category-page .subcategory-grid{will-change:transform;}.category-page .pagination-btn,.category-page .subcategory-item{will-change:transform;}html{scroll-behavior:smooth;}.category-page .pagination-btn:focus,.category-page .subcategory-item:focus,.category-page .sort-options select:focus{outline:2px solid #ff6b35;outline-offset:2px;}@media (max-width:1400px){.category-page .category-content{max-width:1200px;}.category-page .products-container{max-width:1200px;margin:0 auto;padding:40px 20px;}.category-page .subcategories-carousel-wrapper{max-width:1200px;padding:0 40px;}}@media (max-width:1200px){.category-page .category-header{padding:35px 15px;}.category-page .category-title{font-size:42px;}.category-page .category-description{font-size:18px;}.category-page .subcategories-section{padding:40px 15px;}.category-page .subcategories-title{font-size:26px;}.category-page .subcategory-nav-btn{}.category-page .subcategory-nav-btn.next-btn{}}@media (max-width:992px){.category-page .category-header{padding:30px 12px;}.category-page .category-title{font-size:36px;}.category-page .category-description{font-size:16px;max-width:100%;}.category-page .subcategories-section{padding:35px 12px;}.category-page .subcategories-title{font-size:24px;}.category-page .subcategory-nav-btn{width:50px;height:50px;font-size:20px;}.category-page .subcategory-nav-btn.next-btn{}.category-page .subcategories-carousel-wrapper{padding:0 35px;}.category-page .subcategories-section .subcategory-item{min-width:180px;max-width:180px;min-height:110px;padding:20px 15px;}.category-page .products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px;}.category-page .products-container{padding:35px 15px;}}@media (max-width:768px){.category-page .category-header{background:linear-gradient(135deg,#d7243d 0%,#d545ca 100%) !important;color:white !important;position:relative !important;overflow:hidden !important;padding:25px 10px !important;margin:0 !important;width:100% !important;}.category-page .category-header::before{content:'' !important;position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;background:linear-gradient(45deg,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 100%) !important;pointer-events:none !important;z-index:1 !important;}.category-page .category-info{position:relative !important;z-index:2 !important;text-align:center !important;}.category-page .category-title{color:white !important;text-shadow:0 1px 3px rgba(0,0,0,0.3) !important;}.category-page .category-description{color:rgba(255,255,255,0.9) !important;text-shadow:0 1px 2px rgba(0,0,0,0.2) !important;}.category-page .products-count{color:rgba(255,255,255,0.8) !important;text-shadow:0 1px 2px rgba(0,0,0,0.2) !important;}.new-arrivals-page .new-arrivals-header{background:linear-gradient(135deg,#63b6c4 0%,#dadd80 100%) !important;border-radius:0 !important;margin-left:-20px !important;margin-right:-20px !important;margin-bottom:15px !important;padding:25px 20px !important;width:calc(100% + 40px) !important;}.category-page .category-title{font-size:30px;text-align:center;}.category-page .category-description{font-size:15px;text-align:center;max-width:100%;}.category-page .products-count{font-size:16px;padding:12px 20px;display:block;text-align:center;margin:0 auto;margin-top:15px;}.category-page .subcategories-section{padding:30px 10px;}.category-page .subcategories-title{font-size:22px;text-align:center;}.category-page .subcategory-nav-btn{left:60px;top:75%;width:45px;height:45px;font-size:18px;z-index:15;}.category-page .subcategory-nav-btn.next-btn{right:60px;left:auto;}.category-page .subcategories-carousel-wrapper{padding:0 25px;position:relative;}.category-page .subcategories-carousel{gap:15px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;display:flex !important;align-items:stretch;}.category-page .subcategories-carousel::-webkit-scrollbar{display:none;}.category-page .subcategories-section .subcategory-item{min-width:150px;max-width:150px;min-height:100px;padding:15px 12px;scroll-snap-align:start;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;}.category-page .subcategories-section .subcategory-name{font-size:15px;margin-bottom:6px;}.category-page .subcategories-section .subcategory-desc{font-size:12px;}.category-page .products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;}.category-page .products-container{padding:30px 10px;}.category-page .breadcrumb{padding:12px 10px;font-size:13px;flex-wrap:wrap;}.category-page .breadcrumb-item,.category-page .breadcrumb-current{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px;}}@media (max-width:480px){.category-page .category-header{padding:20px 8px !important;}.new-arrivals-page .new-arrivals-header{background:linear-gradient(135deg,#63b6c4 0%,#dadd80 100%) !important;border-radius:0 !important;margin-left:-20px !important;margin-right:-20px !important;margin-bottom:15px !important;padding:20px 20px !important;width:calc(100% + 40px) !important;}.category-page .category-title{font-size:26px;}.category-page .category-description{font-size:14px;line-height:1.4;}.category-page .products-count{font-size:15px;padding:10px 16px;}.category-page .subcategories-section{padding:25px 8px;display:none;}.category-page .subcategories-title{font-size:20px;}.category-page .subcategory-nav-btn{left:30px;top:73%;width:40px;height:40px;font-size:16px;}.category-page .subcategory-nav-btn.next-btn{right:30px;left:auto;}.category-page .subcategories-carousel-wrapper{padding:0 15px;}.category-page .subcategories-carousel{gap:12px;scroll-behavior:smooth;}.category-page .subcategories-section .subcategory-item{min-width:130px;max-width:130px;min-height:90px;padding:12px 10px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;}.category-page .subcategories-section .subcategory-name{font-size:14px;margin-bottom:5px;line-height:1.2;}.category-page .subcategories-section .subcategory-desc{font-size:11px;line-height:1.3;}.category-page .products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;}.category-page .products-container{padding:25px 8px;}.category-page .breadcrumb{padding:10px 8px;font-size:12px;}.category-page .breadcrumb-item,.category-page .breadcrumb-current{max-width:100px;}.category-page .breadcrumb-separator{margin:0 3px;}}@media (max-width:360px){.category-page .category-header{padding:15px 5px !important;}.new-arrivals-page .new-arrivals-header{background:linear-gradient(135deg,#63b6c4 0%,#dadd80 100%) !important;border-radius:0 !important;margin-left:-20px !important;margin-right:-20px !important;margin-bottom:15px !important;padding:15px 20px !important;width:calc(100% + 40px) !important;}.category-page .category-title{font-size:22px;line-height:1.1;}.category-page .category-description{font-size:13px;}.category-page .products-count{font-size:14px;padding:8px 12px;}.category-page .subcategories-section{padding:20px 5px;}.category-page .subcategories-title{font-size:18px;}.category-page .subcategory-nav-btn{left:15px;top:70%;width:35px;height:35px;font-size:14px;}.category-page .subcategory-nav-btn.next-btn{right:15px;left:auto;}.category-page .subcategories-carousel-wrapper{padding:0 10px;}.category-page .subcategories-carousel{gap:8px;}.category-page .subcategories-section .subcategory-item{min-width:110px;max-width:110px;min-height:80px;padding:10px 8px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;}.category-page .subcategories-section .subcategory-name{font-size:13px;margin-bottom:4px;}.category-page .subcategories-section .subcategory-desc{font-size:10px;}.category-page .products-grid{grid-template-columns:repeat(2,1fr);gap:8px;}.category-page .products-container{padding:20px 5px;}.category-page .breadcrumb{padding:8px 5px;font-size:11px;}.category-page .breadcrumb-item,.category-page .breadcrumb-current{max-width:80px;}}@media (min-width:1600px){.category-page .products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:35px;}.category-page .subcategory-nav-btn{}.category-page .subcategory-nav-btn.next-btn{}}@media (max-width:768px){.category-page .pagination-wrapper{padding:25px 0;}.category-page .pagination{gap:6px;flex-wrap:wrap;justify-content:center;}.category-page .pagination-btn{padding:10px 14px;min-width:42px;font-size:14px;}}@media (max-width:480px){.category-page .pagination-wrapper{padding:20px 0;}.category-page .pagination{gap:4px;}.category-page .pagination-btn{padding:8px 12px;min-width:36px;font-size:13px;}.category-page .pagination-dots{padding:0 6px;font-size:13px;}}@media (max-width:768px){.category-page .loading-spinner{padding:40px 15px;border-radius:8px;}.category-page .spinner{width:40px;height:40px;border-width:3px;margin-right:12px;}}@media (max-width:480px){.category-page .loading-spinner{padding:30px 10px;}.category-page .spinner{width:30px;height:30px;border-width:2px;margin-right:8px;}}@media (max-width:768px){.category-page .subcategories-carousel{touch-action:pan-x;scroll-snap-stop:always;}.category-page .subcategory-nav-btn{min-height:44px;min-width:44px;}.category-page .pagination-btn{min-height:44px;min-width:44px;}.category-page .subcategories-carousel-wrapper::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:30px;height:3px;background:#dee2e6;border-radius:2px;opacity:0.6;}}@media (max-width:768px) and (orientation:landscape){.category-page .category-header{padding:15px 10px !important;}.category-page .category-title{font-size:24px;margin-bottom:8px;}.category-page .category-description{font-size:13px;margin-bottom:10px;}.category-page .products-count{font-size:14px;padding:8px 16px;margin-top:10px;}.category-page .subcategories-section{padding:20px 10px;}.category-page .subcategories-title{font-size:18px;}.category-page .subcategory-nav-btn{top:65%;}}@media (max-width:768px){.category-page .subcategory-nav-btn,.category-page .subcategories-section .subcategory-item,.category-page .pagination-btn{will-change:transform;transform:translateZ(0);}@media (prefers-reduced-motion:reduce){.category-page .subcategories-carousel{scroll-behavior:auto;}.category-page .subcategories-section .subcategory-item,.category-page .subcategory-nav-btn{transition:none;animation:none;}}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.category-page .subcategory-nav-btn{border:0.5px solid rgba(255,255,255,0.1);}.category-page .subcategories-section .subcategory-item{border-width:1.5px;}}@media screen and (max-width:768px){.category-page .category-header{background:linear-gradient(135deg,#d7243d 0%,#d545ca 100%) !important;color:white !important;position:relative !important;overflow:hidden !important;padding:25px 10px !important;margin:0 !important;width:100% !important;}.category-page .category-header::before{content:'' !important;position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;background:linear-gradient(45deg,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 100%) !important;pointer-events:none !important;z-index:1 !important;}.category-page .category-info{position:relative !important;z-index:2 !important;text-align:center !important;}.category-page .category-title{color:white !important;text-shadow:0 1px 3px rgba(0,0,0,0.3) !important;font-size:30px !important;margin-bottom:10px !important;}.category-page .category-description{color:rgba(255,255,255,0.9) !important;text-shadow:0 1px 2px rgba(0,0,0,0.2) !important;font-size:15px !important;margin-bottom:10px !important;}.category-page .products-count{color:rgba(255,255,255,0.8) !important;text-shadow:0 1px 2px rgba(0,0,0,0.2) !important;font-size:16px !important;padding:12px 20px !important;display:block !important;text-align:center !important;margin:0 auto !important;margin-top:15px !important;}}@media screen and (max-width:480px){.category-page .category-header{padding:20px 8px !important;}.category-page .category-title{font-size:26px !important;}.category-page .category-description{font-size:14px !important;line-height:1.4 !important;}.category-page .products-count{font-size:15px !important;padding:10px 16px !important;}}@media screen and (max-width:360px){.category-page .category-header{padding:15px 5px !important;}.category-page .category-title{font-size:22px !important;line-height:1.1 !important;}.category-page .category-description{font-size:13px !important;}.category-page .products-count{font-size:14px !important;padding:8px 12px !important;}}@media screen and (max-width:768px){.category-content,.products-container,.product-grid-container{width:100% !important;max-width:100% !important;padding-left:8px !important;padding-right:8px !important;margin:0 auto !important;box-sizing:border-box !important;}.product-grid-container .product-grid,.products-container .product-grid,.product-grid{display:grid !important;grid-template-columns:1fr 1fr !important;grid-template-rows:auto !important;gap:8px !important;width:100% !important;max-width:100% !important;min-width:auto !important;padding:0 !important;margin:0 !important;box-sizing:border-box !important;overflow:visible !important;}.product-grid .product-card{width:100% !important;max-width:100% !important;min-width:auto !important;height:auto !important;margin:0 !important;box-sizing:border-box !important;border-radius:6px !important;overflow:hidden !important;display:flex !important;flex-direction:column !important;}.product-grid .product-image,.product-grid .product-image img{width:100% !important;height:140px !important;aspect-ratio:1 !important;object-fit:cover !important;border-radius:0 !important;display:block !important;}.product-grid .product-info{padding:8px !important;box-sizing:border-box !important;flex:1 !important;display:flex !important;flex-direction:column !important;}.product-grid .product-title{font-size:11px !important;line-height:1.2 !important;height:auto !important;max-height:28px !important;margin-bottom:4px !important;overflow:hidden !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;word-break:break-word !important;flex-shrink:0 !important;}.product-grid .current-price{font-size:13px !important;font-weight:bold !important;margin-bottom:4px !important;flex-shrink:0 !important;}.product-grid .original-price{font-size:10px !important;margin-bottom:4px !important;flex-shrink:0 !important;}.product-grid .product-actions{display:flex !important;flex-direction:column !important;gap:4px !important;margin-top:auto !important;padding-top:6px !important;}.product-grid .product-actions .btn{flex:1 !important;padding:6px 4px !important;font-size:10px !important;border-radius:4px !important;text-align:center !important;min-height:28px !important;box-sizing:border-box !important;display:flex !important;align-items:center !important;justify-content:center !important;}.product-grid .product-actions .btn-cart::before,.product-grid .product-actions .btn-details::before{content:none !important;}.product-grid .product-actions .btn{font-size:10px !important;}.product-grid .product-badges{top:4px !important;left:4px !important;gap:2px !important;}.product-grid .badge{padding:2px 4px !important;font-size:8px !important;border-radius:2px !important;}.product-grid .wishlist-btn{width:24px !important;height:24px !important;font-size:12px !important;top:4px !important;right:4px !important;}.product-grid .product-rating{margin-bottom:4px !important;flex-shrink:0 !important;}.product-grid .stars{font-size:10px !important;}.product-grid .rating-text{font-size:9px !important;}.product-grid .shipping-info,.product-grid .seller-info{font-size:9px !important;margin-bottom:4px !important;flex-shrink:0 !important;}}@media screen and (max-width:480px){.category-content,.products-container,.product-grid-container{padding-left:6px !important;padding-right:6px !important;}.product-grid-container .product-grid,.products-container .product-grid,.product-grid{gap:6px !important;}.product-grid .product-image,.product-grid .product-image img{height:120px !important;}.product-grid .product-info{padding:6px !important;}.product-grid .product-title{font-size:10px !important;max-height:24px !important;}.product-grid .current-price{font-size:12px !important;}.product-grid .original-price{font-size:9px !important;}.product-grid .product-actions{flex-direction:column !important;gap:6px !important;}.product-grid .product-actions .btn{padding:5px 3px !important;font-size:9px !important;min-height:24px !important;}.product-grid .product-actions .btn-cart::before,.product-grid .product-actions .btn-details::before{font-size:10px !important;}.product-grid .badge{padding:1px 3px !important;font-size:7px !important;}.product-grid .wishlist-btn{width:20px !important;height:20px !important;font-size:10px !important;}.product-grid .stars{font-size:9px !important;}.product-grid .rating-text{font-size:8px !important;}.product-grid .shipping-info,.product-grid .seller-info{font-size:8px !important;}}@media screen and (max-width:360px){.category-content,.products-container,.product-grid-container{padding-left:4px !important;padding-right:4px !important;}.product-grid-container .product-grid,.products-container .product-grid,.product-grid{gap:4px !important;}.product-grid .product-image,.product-grid .product-image img{height:100px !important;}.product-grid .product-info{padding:4px !important;}.product-grid .product-title{font-size:9px !important;max-height:20px !important;}.product-grid .current-price{font-size:11px !important;}.product-grid .original-price{font-size:8px !important;}.product-grid .product-actions{flex-direction:column !important;gap:4px !important;}.product-grid .product-actions .btn{padding:4px 2px !important;font-size:8px !important;min-height:20px !important;}.product-grid .product-actions .btn-cart::before,.product-grid .product-actions .btn-details::before{font-size:9px !important;}.product-grid .badge{padding:1px 2px !important;font-size:6px !important;}.product-grid .wishlist-btn{width:18px !important;height:18px !important;font-size:9px !important;}.product-grid .stars{font-size:8px !important;}.product-grid .rating-text{font-size:7px !important;}.product-grid .shipping-info,.product-grid .seller-info{font-size:7px !important;}}@media screen and (max-width:768px) and (orientation:landscape){.product-grid .product-image,.product-grid .product-image img{height:120px !important;}.product-grid .product-info{padding:6px !important;}.product-grid .product-title{font-size:10px !important;max-height:24px !important;}.product-grid .current-price{font-size:12px !important;}.product-grid .product-actions{flex-direction:column !important;gap:4px !important;}.product-grid .product-actions .btn{padding:5px 3px !important;min-height:24px !important;}}@media screen and (max-width:768px){.product-grid .product-actions .btn{min-height:44px !important;touch-action:manipulation !important;}.product-grid .product-actions .btn:active{transform:scale(0.95) !important;}.product-grid .product-card:active{transform:scale(0.98) !important;}}@media screen and (max-width:768px){.product-grid .product-actions .btn,.product-grid .product-card{will-change:transform !important;transform:translateZ(0) !important;}@media (prefers-reduced-motion:reduce){.product-grid .product-actions .btn,.product-grid .product-card{transition:none !important;animation:none !important;}.product-grid .product-actions .btn:active,.product-grid .product-card:active{transform:none !important;}}}@media screen and (max-width:768px){.product-grid .product-actions .btn:focus{outline:2px solid #007bff !important;outline-offset:2px !important;}@media (prefers-contrast:high){.product-grid .product-card{border:2px solid !important;}.product-grid .product-actions .btn{border-width:2px !important;}}}