.product{background-color:#fff;border:1px solid #e0e0e0;padding:15px;border-radius:8px;text-align:center;transition:box-shadow .3s ease;box-shadow:0 4px 6px #0000001a;margin:15px 0}.product:hover{box-shadow:0 6px 10px #00000026}.product-image{object-fit:contain;max-width:100%;height:auto;margin-bottom:10px}.product-name-link{text-decoration:none;color:#333}.product-name{font-size:1.5rem;font-weight:700;margin:10px 0;transition:color .3s ease}.product-name-link:hover .product-name{color:#007bff}.product-price{font-size:1.25rem;color:#555;margin-bottom:10px}.product-price s{font-size:.9rem;margin-left:5px;color:#f44}.badge{font-size:.85rem;font-weight:500}.product-actions{margin-top:15px}@media (max-width: 576px){.product{padding:10px}.product-name{font-size:1.2rem}.product-price{font-size:1.1rem}}.category-tabs{display:flex;flex-wrap:wrap;justify-content:center;margin:20px 0}.category-tabs .btn{transition:background-color .3s,transform .3s}.category-tabs .btn:hover{background-color:#0056b3;transform:scale(1.05)}.category-tabs .btn.active{background-color:#003d80;border-color:#003d80}.recently-viewed{margin:40px 0}.recently-viewed .category-title{font-size:1.5rem;margin-bottom:20px;text-align:center;color:#333}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;padding:20px 0}.load-more-button{display:block;margin:30px auto;padding:10px 30px;font-size:1rem;border-radius:5px;transition:background-color .3s,transform .3s}.load-more-button:hover{background-color:#0056b3;transform:translateY(-2px)}.card.placeholder-glow{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:15px;height:100%;display:flex;flex-direction:column;align-items:center}.card.placeholder-glow .placeholder{background-color:#e0e0e0;border-radius:4px}.card.placeholder-glow img.placeholder{width:100%;height:150px;object-fit:cover;margin-bottom:15px}.card.placeholder-glow h4.placeholder{width:80%;height:20px;margin-bottom:10px}.card.placeholder-glow .btn.placeholder{width:50%;height:35px;margin-bottom:5px}.recently-viewed .product-grid .card{border:1px solid #ddd;border-radius:8px;transition:box-shadow .3s}.recently-viewed .product-grid .card:hover{box-shadow:0 4px 20px #0000001a}.searchbar{margin:20px 0;display:flex;justify-content:center}.searchbar input{width:100%;max-width:600px;padding:10px 15px;border:1px solid #ccc;border-radius:25px;transition:border-color .3s}.searchbar input:focus{border-color:#007bff;outline:none}@media (max-width: 768px){.category-tabs{flex-direction:column;align-items:center}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.recently-viewed .category-title{font-size:1.25rem}}@media (max-width: 576px){.load-more-button{width:90%}.product-grid{grid-template-columns:1fr}}
