.category-page-container{max-width:1250px;margin:2rem auto;padding:0 1.5rem}.category-page-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem;width:100%}.product-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.product-image-wrapper{position:relative;height:350px;overflow:hidden}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-content{padding:1.5rem}.product-content a{text-decoration:none}.product-title{font-size:1.6rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-price{font-size:1.8rem;font-weight:700;color:#2d3748}.sale-price{font-size:1.4rem}.no-products-container{width:100%;min-height:400px;display:flex;justify-content:center;align-items:center;margin:20px auto;padding:20px}.no-products-message{background-color:#fff;border-radius:8px;padding:30px 50px;box-shadow:0 2px 10px rgba(0,0,0,.1);text-align:center;animation:fadeIn .5s ease-in-out}.no-products-message p{font-size:1.6rem;color:#666;margin:0;font-weight:500}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.category-page-products{grid-template-columns:repeat(2,1fr);gap:1rem}.product-image-wrapper{height:300px}.product-card{margin-top:.9rem}.product-content{padding:1rem}.product-title{font-size:1.2rem}.product-price{font-size:1.4rem}}@media screen and (max-width:480px){.category-page-container{padding:0 1rem}.category-page-products{gap:.75rem}.product-image-wrapper{height:240px}.product-content{padding:.75rem}.product-title{font-size:1.1rem}.product-price{font-size:1.2rem}.sale-price{font-size:1rem}}