.products-hero{background:linear-gradient(135deg,rgba(102,126,234,0.8)0%,rgba(118,75,162,0.8)100%),url('../images/hero-background.png')center center/cover no-repeat;background-attachment:scroll;padding:100px 0 60px;text-align:center;color:white;position:relative;overflow:hidden;height:40vh;min-height:300px;max-height:500px;display:flex;align-items:center}.products-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="products-pattern" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23products-pattern)"/></svg>');opacity:0.3}.products-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto;width:100%}.products-hero h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700;text-shadow:0 4px 8px rgba(0,0,0,0.3);line-height:1.2}.products-hero p{font-size:1.1rem;opacity:0.9;text-shadow:0 2px 4px rgba(0,0,0,0.3);line-height:1.4;max-width:600px;margin:0 auto}.products-filters{background:#f8f9fa;padding:30px 0;border-bottom:1px solid rgba(244,143,177,0.2)}.filter-container{display:flex;flex-wrap:wrap;gap:20px;align-items:center;margin-bottom:20px}.filter-group{display:flex;flex-direction:column;gap:5px}.filter-group label{font-size:0.9rem;font-weight:600;color:#2c3e50}.filter-select,.filter-input{padding:10px 15px;border:2px solid rgba(244,143,177,0.3);border-radius:25px;background:white;font-size:0.9rem;color:#2c3e50;outline:none;transition:all 0.3s ease;min-width:150px}.filter-select{cursor:pointer}.filter-input{cursor:text}.filter-input::placeholder{color:#999;opacity:0.8;font-style:italic}.filter-select:focus,.filter-input:focus{border-color:#e91e63;box-shadow:0 4px 15px rgba(233,30,99,0.2)}.filter-input:hover{border-color:rgba(244,143,177,0.5)}.product-card.hidden-search{display:none !important}.product-card{transition:opacity 0.3s ease}.product-card img{transition:opacity 0.2s ease}.stock-info{margin:8px 0 12px 0}.stock-count{display:inline-block;background:linear-gradient(135deg,#e8f5e8 0%,#d4edda 100%);color:#155724;font-size:0.75rem;font-weight:500;padding:4px 8px;border-radius:12px;border:1px solid rgba(40,167,69,0.2);text-transform:uppercase;letter-spacing:0.5px}.stock-count.low-stock{background:linear-gradient(135deg,#fff3cd 0%,#ffeaa7 100%);color:#856404;border-color:rgba(255,193,7,0.3)}.stock-count.out-of-stock{background:linear-gradient(135deg,#f8d7da 0%,#f5c6cb 100%);color:#721c24;border-color:rgba(220,53,69,0.3)}@media(max-width:576px){.stock-info{margin:6px 0 10px 0}.stock-count{font-size:0.7rem;padding:3px 6px}}#no-products{display:none}.clear-filters-btn{padding:10px 20px;background:linear-gradient(135deg,#e91e63,#f48fb1);color:white;border:none;border-radius:25px;font-size:0.9rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;margin-top:20px}.clear-filters-btn:hover{background:linear-gradient(135deg,#d81b60,#e91e63);transform:translateY(-2px);box-shadow:0 8px 20px rgba(233,30,99,0.3)}.search-info{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:1px solid rgba(244,143,177,0.2)}#products-count{font-size:1rem;color:#2c3e50;font-weight:600}.view-toggle{display:flex;gap:5px}.view-btn{padding:10px 12px;background:white;border:2px solid rgba(244,143,177,0.3);border-radius:8px;cursor:pointer;transition:all 0.3s ease;font-size:1.2rem}.view-btn.active,.view-btn:hover{background:linear-gradient(135deg,#e91e63,#f48fb1);color:white;border-color:#e91e63}.products-section{padding:40px 0 80px;background:white}.products-section .container{max-width:none;padding:0 40px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;width:100%;max-width:none;margin-bottom:40px}.products-grid.list-view{grid-template-columns:1fr;gap:20px;max-width:100%}.products-grid.list-view .product-card{display:flex;flex-direction:row;max-width:100%;height:160px;align-items:stretch;background:white;transition:all 0.3s ease}.products-grid.list-view .product-link{display:flex;flex-direction:row;width:100%;height:100%;text-decoration:none;color:inherit}.products-grid.list-view .product-image{width:250px;min-width:250px;height:100%;flex-shrink:0;border-radius:20px 0 0 20px;overflow:hidden;background:linear-gradient(135deg,#fce4ec 0%,#f8bbd9 50%,#f48fb1 100%);display:flex;align-items:center;justify-content:center}.products-grid.list-view .product-image img{width:90%;height:90%;object-fit:contain}.products-grid.list-view .placeholder-emoji{font-size:3rem;opacity:0.8}.products-grid.list-view .product-info{flex:1;padding:1.5rem 2rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;text-align:left}.products-grid.list-view .product-details{flex:1;display:flex;flex-direction:column;justify-content:center}.products-grid.list-view .product-info h3{text-align:left;min-height:auto;display:block;font-size:1.2rem;margin-bottom:0.5rem}.products-grid.list-view .product-info p{text-align:left;margin-bottom:0.5rem;color:#7f8c8d;font-size:0.9rem;line-height:1.4;max-width:500px}.products-grid.list-view .price-container{justify-content:flex-start;margin-top:0.5rem}.products-grid.list-view .price-stock-container{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;min-width:150px;padding-left:20px}.products-grid.list-view .stock-info{margin-top:0.5rem;text-align:right}.products-grid.list-view .low-stock-badge{top:10px;right:10px}.products-grid.list-view .out-of-stock-overlay{border-radius:20px 0 0 20px}.products-grid.list-view .product-badge{position:absolute;top:10px;left:10px;z-index:5}.products-grid.list-view .product-card:hover{transform:translateX(5px);box-shadow:0 8px 30px rgba(233,30,99,0.15)}.product-card{background:linear-gradient(145deg,#ffffff 0%,#fafafa 100%);border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:all 0.3s ease;overflow:hidden;position:relative;cursor:pointer;border:1px solid rgba(244,143,177,0.1);height:100%;display:flex;flex-direction:column}.product-link{text-decoration:none;color:inherit;height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(233,30,99,0.15);border-color:rgba(233,30,99,0.2)}.product-image{height:220px;background:linear-gradient(135deg,#fce4ec 0%,#f8bbd9 50%,#f48fb1 100%);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:20px 20px 0 0}.product-image img{max-width:90%;max-height:90%;width:auto;height:auto;object-fit:contain;transition:transform 0.3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.placeholder-emoji{font-size:4rem;opacity:0.8;filter:drop-shadow(0 4px 8px rgba(0,0,0,0.1))}.product-info{padding:1.5rem;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:space-between}.product-info h3{font-size:1.1rem;margin-bottom:0.75rem;color:#2c3e50;font-weight:600;line-height:1.3;text-align:center;min-height:2.6em;display:flex;align-items:center;justify-content:center}.product-info p{color:#7f8c8d;margin-bottom:1.5rem;line-height:1.6;font-size:0.9rem;text-align:center}.price-container{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;flex-wrap:wrap}.mrp{font-size:1rem;color:#e74c3c;text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:#e74c3c;font-weight:400}.price{font-size:1.3rem;font-weight:700;color:#e91e63}.discount{font-size:0.9rem;color:#27ae60;font-weight:600;margin-left:5px}.featured-badge{position:absolute;top:-5px;left:10px;background:linear-gradient(135deg,#e91e63,#ad1457);color:white;padding:5px 15px;border-radius:0 0 15px 15px;font-size:0.8rem;font-weight:600;z-index:5;box-shadow:0 2px 10px rgba(233,30,99,0.3)}.stock-info{font-size:0.8rem;color:#27ae60;font-weight:600;margin-top:10px;text-align:center;padding:4px 8px;background:rgba(39,174,96,0.1);border-radius:12px;display:inline-block}.stock-info.out-of-stock{color:#e74c3c;background:rgba(231,76,60,0.1)}.low-stock-badge{position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#ff9800,#f57c00);color:white;padding:4px 8px;border-radius:12px;font-size:0.7rem;font-weight:600;z-index:5;box-shadow:0 2px 8px rgba(255,152,0,0.3)}.out-of-stock-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.7);display:flex;align-items:center;justify-content:center;z-index:3;border-radius:20px 20px 0 0}.out-of-stock-overlay span{color:white;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:1px}.product-badge{position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#3498db,#2980b9);color:white;padding:4px 8px;border-radius:12px;font-size:0.7rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;grid-column:1 / -1}.spinner{width:50px;height:50px;border:4px solid rgba(233,30,99,0.1);border-top:4px solid #e91e63;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.loading-spinner p{color:#7f8c8d;font-style:italic}.load-more-container{text-align:center;margin-top:40px}.load-more-btn{padding:15px 30px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:white;border:none;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(102,126,234,0.3)}.load-more-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,0.4)}.no-products{padding:80px 0;background:#f8f9fa;text-align:center}.no-products-content{max-width:500px;margin:0 auto}.no-products-icon{font-size:5rem;margin-bottom:20px;opacity:0.7}.no-products h3{font-size:2rem;color:#2c3e50;margin-bottom:15px}.no-products p{color:#7f8c8d;font-size:1.1rem;margin-bottom:30px;line-height:1.6}.cta-button{display:inline-block;padding:15px 30px;background:linear-gradient(135deg,#e91e63,#f48fb1);color:white;text-decoration:none;border-radius:30px;font-weight:600;transition:all 0.3s ease;border:none;cursor:pointer;font-size:1rem}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(233,30,99,0.3)}@media(max-width:768px){.products-hero{padding:80px 0 50px;height:35vh;min-height:250px;max-height:400px;background-attachment:scroll}.products-hero h1{font-size:2rem;margin-bottom:0.8rem}.products-hero p{font-size:1rem}.filter-container{flex-direction:column;align-items:stretch;gap:15px}.filter-group{flex-direction:row;align-items:center;justify-content:space-between}.filter-select,.filter-input{min-width:200px}.search-info{flex-direction:column;gap:15px;text-align:center}.products-grid{grid-template-columns:repeat(2,1fr);gap:20px}.products-grid.list-view{grid-template-columns:1fr}.products-grid.list-view .product-card{flex-direction:column;height:auto}.products-grid.list-view .product-link{flex-direction:column}.products-grid.list-view .product-image{width:100%;min-width:100%;height:200px;border-radius:20px 20px 0 0}.products-grid.list-view .product-info{flex-direction:column;padding:1.5rem;text-align:center}.products-grid.list-view .product-info h3{text-align:center;font-size:1.1rem}.products-grid.list-view .product-info p{text-align:center}.products-grid.list-view .price-container{justify-content:center}.products-grid.list-view .price-stock-container{align-items:center;padding-left:0;margin-top:1rem}}@media(max-width:480px){.products-hero{padding:70px 0 40px;height:30vh;min-height:220px;max-height:320px;background-size:cover;background-position:center center}.products-hero h1{font-size:1.6rem;margin-bottom:0.6rem}.products-hero p{font-size:0.9rem}.products-grid{grid-template-columns:1fr}.products-section .container{padding:0 20px}.filter-select,.filter-input{min-width:150px}}