.products-hero{position:relative;height:500px;overflow:hidden}.products-section{background-color:#ffffff}@media (min-width:768px){.products-hero{height:560px}}.hero-bg{width:100%;height:100%;object-fit:cover}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-overlay{background-color:rgba(0,0,0,.295)}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:0 1rem}.hero-title{font-size:2.5rem;font-weight:700;color:white;margin-bottom:1rem}@media (min-width:768px){.hero-title{font-size:3.75rem}}@media (min-width:1024px){.hero-title{font-size:4.5rem}}.hero-title span{color:#FF0000}.hero-subtitle{color:rgba(255,255,255,.9);font-size:1.125rem;max-width:42rem;margin:0 auto}@media (min-width:768px){.hero-subtitle{font-size:1.25rem}}.products-section{padding:5rem 1rem}@media (min-width:768px){.products-section{padding:7rem 1.5rem}}@media (min-width:1024px){.products-section{padding:7rem 2rem}}.container{max-width:80rem;margin:0 auto}.search-filter-wrapper{max-width:56rem;margin:0 auto 4rem}.search-filter-inner{display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.search-filter-inner{flex-direction:row}}.search-input-wrapper{position:relative;flex:1}.search-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);color:#9ca3af}.search-input{width:100%;padding:1rem 1rem 1rem 3.5rem;border-radius:1rem;border:1px solid #e5e7eb;font-size:1.125rem;font-weight:500;outline:none;transition:all .2s}.search-input:focus{border-color:#0085BF;box-shadow:0 0 0 2px rgba(0,133,191,.2)}.category-select{padding:1rem 1.5rem;border-radius:1rem;border:1px solid #e5e7eb;font-size:1.125rem;font-weight:500;background-color:white;outline:none;transition:all .2s}.category-select:focus{border-color:#0085BF;box-shadow:0 0 0 2px rgba(0,133,191,.2)}.products-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{display:block;background-color:white;border-radius:1.5rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .5s;border:1px solid #f3f4f6;text-decoration:none}.product-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.02);border-color:rgba(255,0,0,.2)}.card-image-container{position:relative;height:16rem;background-color:#f9fafb;overflow:hidden}.card-image{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product-card:hover .card-image{transform:scale(1.1)}.corner-accent{position:absolute;top:1rem;right:1rem;width:3rem;height:3rem;border-top:4px solid #ff0000;border-right:4px solid #ff0000;border-top-right-radius:.75rem;opacity:0;transition:opacity .3s}.product-card:hover .corner-accent{opacity:1}.card-content{padding:1.75rem}.product-category{color:#0085BF;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.product-name{font-size:1.375rem;line-height:1.3;font-weight:700;color:#111827;margin-bottom:1rem;transition:color .2s}.product-card:hover .product-name{color:#FF0000}.view-details{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.view-text{color:#6b7280}.arrow-icon{color:#FF0000;transition:transform .2s}.product-card:hover .arrow-icon{transform:translateX(.25rem)}.no-products{text-align:center;padding:6rem 0}.no-products-title{font-size:1.875rem;color:#d1d5db;margin-bottom:1rem}.no-products-text{color:#6b7280}