.category-page{background:var(--cream);min-height:100vh;overflow-x:hidden}.container{max-width:1400px;margin:0 auto;padding:0 40px}.category-banner{background-position:50%;background-size:cover;height:400px;margin-bottom:40px;animation:.8s fadeIn;position:relative}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.banner-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(135deg,#1a2f4ff2 0%,#000c 100%);width:100%;height:100%;position:absolute;top:0;left:0}.banner-content{z-index:2;text-align:center;height:400px;color:var(--white);flex-direction:column;justify-content:center;align-items:center;animation:.8s slideUp;display:flex;position:relative}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.category-icon-large{color:var(--gold);margin-bottom:20px;font-size:4rem;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.category-title{color:var(--white);text-shadow:0 4px 15px #0000004d;margin-bottom:15px;font-family:Cormorant Garamond,serif;font-size:3.5rem}.category-description{opacity:.9;max-width:700px;margin:0 auto 25px;font-size:1.1rem;line-height:1.8}.category-stats{gap:30px;display:flex}.stat{color:#fffc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #c5a5724d;border-radius:40px;padding:8px 20px;font-size:1rem}.stat strong{color:var(--gold);margin-left:5px;font-size:1.2rem}.breadcrumbs{color:var(--gray);align-items:center;gap:8px;padding:20px 0;font-size:.95rem;animation:.8s .1s both fadeIn;display:flex}.breadcrumbs a{color:var(--gray);border-radius:20px;padding:4px 8px;text-decoration:none;transition:all .3s}.breadcrumbs a:hover{color:var(--gold);background:#c5a5721a}.breadcrumb-icon{color:var(--gold);font-size:.8rem}.breadcrumbs span:last-child{color:var(--navy);font-weight:500}.category-header{justify-content:space-between;align-items:center;margin-bottom:30px;animation:.8s .2s both fadeIn;display:flex}.category-subtitle{color:var(--navy);margin:0;font-family:Cormorant Garamond,serif;font-size:1.8rem}.mobile-filter-btn{background:var(--white);border:1px solid var(--border);color:var(--navy);cursor:pointer;border-radius:40px;align-items:center;gap:8px;padding:12px 24px;font-weight:500;transition:all .3s;display:none;position:relative}.mobile-filter-btn:hover{border-color:var(--gold);color:var(--gold);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.filter-count{background:var(--gold);color:var(--white);border:2px solid var(--white);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:600;display:flex;position:absolute;top:-8px;right:-8px}.category-content{grid-template-columns:280px 1fr;gap:40px;animation:.8s .3s both fadeIn;display:grid}.category-filters{background:var(--white);height:fit-content;box-shadow:var(--shadow-md);border-radius:16px;max-height:calc(100vh - 180px);padding:25px;transition:all .3s;position:sticky;top:160px;overflow-y:auto}.category-filters::-webkit-scrollbar{width:4px}.category-filters::-webkit-scrollbar-track{background:var(--cream);border-radius:4px}.category-filters::-webkit-scrollbar-thumb{background:var(--gold);border-radius:4px}.filters-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:none}.filters-header h3{color:var(--navy);margin:0;font-size:1.3rem}.close-filters{color:var(--gray);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:all .3s;display:none}.close-filters:hover{color:var(--gold);transform:rotate(90deg)}.filter-section{border-bottom:1px solid var(--border);margin-bottom:25px;padding-bottom:20px;animation:.4s slideIn}.filter-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.filter-title{color:var(--navy);text-transform:uppercase;letter-spacing:.5px;margin-bottom:15px;padding-bottom:8px;font-size:1rem;font-weight:600;position:relative}.filter-title:after{content:"";background:var(--gold);width:30px;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.filter-section:hover .filter-title:after{width:50px}.filter-options{max-height:250px;padding-right:5px;overflow-y:auto}.filter-options::-webkit-scrollbar{width:3px}.filter-options::-webkit-scrollbar-track{background:var(--cream);border-radius:3px}.filter-options::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}.checkbox-label{color:var(--text);cursor:pointer;border-radius:6px;align-items:center;gap:10px;padding:6px 0;font-size:.9rem;transition:all .2s;display:flex}.checkbox-label:hover{background:#c5a5720d;padding-left:5px}.checkbox-label input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--gold)}.filter-value-count{color:var(--gray);background:var(--cream);text-align:center;border-radius:12px;min-width:30px;margin-left:auto;padding:2px 6px;font-size:.8rem}.checkbox-label:hover .filter-value-count{background:var(--gold);color:var(--white)}.active-filters{color:var(--gray);margin-left:10px;font-size:.85rem}.active-filters span{background:var(--gold);color:var(--white);border-radius:12px;margin-left:5px;padding:2px 8px}.reset-filters{background:linear-gradient(135deg,var(--gold)0%,var(--gold-dark)100%);width:100%;color:var(--white);cursor:pointer;letter-spacing:.5px;border:none;border-radius:8px;margin-top:15px;padding:12px;font-size:.95rem;font-weight:600;transition:all .3s}.reset-filters:hover{box-shadow:var(--shadow-gold);transform:translateY(-2px)}.category-products{min-height:500px}.products-toolbar{background:var(--white);box-shadow:var(--shadow-sm);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:30px;padding:15px 20px;animation:.8s .4s both fadeIn;display:flex}.results-count{color:var(--text);font-size:.95rem}.results-count strong{color:var(--gold);font-size:1.1rem}.toolbar-right{align-items:center;gap:15px;display:flex}.sort-select{display:none}.view-toggle{gap:5px;display:flex}.view-btn{border:1px solid var(--border);width:40px;height:40px;color:var(--gray);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.view-btn.active{background:var(--gold);color:var(--white);border-color:var(--gold)}.view-btn:hover:not(.active){border-color:var(--gold);color:var(--gold);transform:scale(1.05)}.products-loading{justify-content:center;align-items:center;min-height:400px;display:flex}.loading-spinner{border:3px solid var(--border);border-top-color:var(--gold);border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.image-skeleton{background:linear-gradient(90deg,var(--cream)25%,var(--border)50%,var(--cream)75%);background-size:200% 100%;width:100%;height:100%;animation:1.5s infinite loading}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.image-error{background:var(--cream);width:100%;height:100%;color:var(--gray);justify-content:center;align-items:center;display:flex}.product-badge{z-index:2;pointer-events:none;border-radius:20px;padding:5px 12px;font-size:.75rem;font-weight:600;animation:.3s fadeIn;position:absolute;top:15px;left:15px}.product-badge.sale{background:var(--gold);color:var(--white)}.product-badge.out{background:var(--navy);color:var(--white);left:auto;right:15px}.products-grid{grid-template-columns:repeat(3,1fr);gap:30px;animation:.8s .5s both fadeIn;display:grid}.product-card-grid{background:var(--white);box-shadow:var(--shadow-sm);border:1px solid var(--border);backface-visibility:hidden;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translateZ(0)}.product-card-grid:hover{box-shadow:var(--shadow-lg);border-color:var(--gold);transform:translateY(-5px)}.product-card-link{color:inherit;text-decoration:none;display:block}.product-image{background:var(--cream);width:100%;height:250px;position:relative;overflow:hidden}.product-image img{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card-grid:hover .product-image img{transform:scale(1.08)}.product-info{padding:20px}.product-name{color:var(--navy);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:12px;font-size:1.1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-specs{flex-direction:column;gap:6px;margin-bottom:10px;display:flex}.product-spec{color:var(--gray);background:var(--cream);border:1px solid var(--border);border-radius:4px;width:fit-content;padding:4px 8px;font-size:.85rem;display:inline-block}.product-specs-list{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.product-spec-item{color:var(--text);background:var(--cream);border:1px solid var(--border);border-radius:6px;padding:6px 12px;font-size:.9rem;transition:all .3s}.product-card-list:hover .product-spec-item{border-color:var(--gold);background:#c5a5720d}.product-price,.old-price,.current-price{display:none}.product-actions{opacity:0;visibility:hidden;z-index:3;flex-direction:column;gap:8px;transition:opacity .3s,visibility .3s;display:flex;position:absolute;top:15px;right:15px}.product-card-grid:hover .product-actions{opacity:1;visibility:visible}.action-btn{background:var(--white);border:1px solid var(--border);width:40px;height:40px;color:var(--navy);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #0000001a}.action-btn:hover:not(:disabled){background:var(--gold);color:var(--white);border-color:var(--gold);transform:scale(1.1)}.action-btn:active{transform:scale(.95)}.action-btn.clicked{background:var(--gold);color:var(--white);transform:scale(.9)}.action-btn:disabled{opacity:.5;cursor:not-allowed}.products-list{flex-direction:column;gap:20px;animation:.8s .5s both fadeIn;display:flex}.product-card-list{background:var(--white);box-shadow:var(--shadow-sm);border:1px solid var(--border);border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.product-card-list:hover{box-shadow:var(--shadow-lg);border-color:var(--gold);transform:translate(5px)}.product-card-list .product-image{flex-shrink:0;width:200px;height:200px}.product-card-list .product-info{flex:1;padding:25px}.product-description,.list-cart-btn{display:none}.category-not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:100px 20px;animation:.8s fadeIn;display:flex}.category-not-found h1{color:var(--navy);margin-bottom:15px;font-size:2.5rem}.category-not-found p{color:var(--gray);margin-bottom:30px;font-size:1.1rem}.category-not-found .btn{background:var(--gold);color:var(--white);border-radius:40px;align-items:center;gap:10px;padding:12px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.category-not-found .btn:hover{background:var(--gold-dark);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.no-products{text-align:center;background:var(--white);box-shadow:var(--shadow-sm);border-radius:16px;padding:60px 20px;animation:.8s fadeIn}.no-products p{color:var(--gray);margin-bottom:20px;font-size:1.1rem}.reset-filters-btn{background:var(--gold);color:var(--white);cursor:pointer;border:none;border-radius:40px;padding:12px 30px;font-weight:600;transition:all .3s}.reset-filters-btn:hover{background:var(--gold-dark);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.filters-overlay{z-index:999;background:#00000080;width:100%;height:100%;animation:.3s fadeIn;position:fixed;top:0;left:0}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.container{padding:0 30px}.category-content{grid-template-columns:1fr}.category-filters{z-index:1000;width:320px;height:100vh;box-shadow:var(--shadow-lg);border-radius:0;max-height:100vh;transition:left .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:-100%;overflow-y:auto}.category-filters.mobile-show{left:0}.filters-header{display:flex}.close-filters{display:block}.mobile-filter-btn{display:flex}.category-banner,.banner-content{height:300px}.category-title{font-size:2.5rem}.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.container{padding:0 20px}.category-banner,.banner-content{height:250px}.category-title{font-size:2rem}.category-description{padding:0 20px;font-size:1rem}.category-stats{flex-direction:column;gap:10px}.stat{width:fit-content;margin:0 auto}.category-subtitle{font-size:1.5rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:15px}.product-image{height:200px}.product-actions{opacity:1;visibility:visible;top:10px;right:10px}.action-btn{width:35px;height:35px;font-size:1rem}.product-info{padding:15px}.product-name{font-size:1rem}.products-toolbar{flex-direction:column;align-items:flex-start;gap:15px}.toolbar-right{justify-content:space-between;width:100%}.product-card-list{flex-direction:column}.product-card-list .product-image{width:100%;height:250px}.product-spec-item{padding:4px 8px;font-size:.8rem}}@media (max-width:576px){.products-grid{grid-template-columns:1fr}.toolbar-right{flex-direction:column;align-items:stretch;gap:10px}.view-toggle{justify-content:center}.category-filters{width:280px}.product-image{height:250px}.product-specs-list{flex-direction:column;gap:5px}.product-spec-item{text-align:center;width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (hover:none){.product-actions{opacity:1;visibility:visible}.product-card-grid:hover,.product-card-list:hover,.view-btn:hover{transform:none}.checkbox-label:hover{background:0 0;padding-left:0}.checkbox-label:hover .filter-value-count{background:var(--cream);color:var(--gray)}}
