.products-page{padding:20px;background-color:#fff8f8;min-height:100vh}.products-page h2{text-align:center;margin-bottom:20px}.products-grid{display:flex;gap:20px;width:100%;flex-wrap:wrap;justify-content:center;overflow-x:auto;padding-bottom:10px}.product-card{flex:0 0 200px;background-color:#fff;border-radius:12px;box-shadow:0 4px 8px #00000026;overflow:hidden;transition:transform .2s,box-shadow .2s;padding:15px;text-align:center}.product-card img{width:100%;height:150px;object-fit:cover;border-radius:10px}.product-card h4{margin:10px 0 5px;font-size:1rem;color:#333}.product-card p{margin:5px 0 10px;font-weight:700;color:#e91e63}.product-card a{display:inline-block;padding:6px 12px;background-color:#e91e63;color:#fff;border-radius:6px;text-decoration:none}.product-card a:hover{background-color:#d81b60}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000040}@media (max-width: 900px){.product-card{flex:0 0 200px}.product-card img{height:180px}}@media (max-width: 500px){.products-grid{display:flex;flex-direction:;align-items:center;gap:15px;padding:0}.product-card{width:90%;max-width:200px;max-height:500px;padding:15px;text-align:center}.product-card img{width:50%;max-height:100px;object-fit:cover;border-radius:5px}}.product-detail-container{max-width:1200px;margin:0 auto;padding:20px;background-color:#fff8f8;min-height:100vh;font-family:Arial,sans-serif}.product-detail-container h2{text-align:center;margin-bottom:20px;color:#e91e63}.product-image{display:block;margin:0 auto 20px;width:300px;height:300px;object-fit:cover;border-radius:12px;box-shadow:0 4px 8px #00000026}.product-price{text-align:center;font-size:1.2rem;font-weight:700;color:#e91e63;margin-bottom:10px}.product-desc{text-align:center;font-size:1rem;color:#333;margin-bottom:20px;line-height:1.5}.back-link{text-align:center;margin-bottom:40px}.back-link a{text-decoration:none;color:#e91e63;font-weight:700;transition:color .2s}.back-link a:hover{color:#d81b60}.related-products h3{color:#e91e63;margin-bottom:15px;text-align:center}.related-products-grid{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;overflow-x:auto;padding-bottom:10px}.related-product-card{flex:0 0 220px;background-color:#fff;border-radius:12px;box-shadow:0 4px 8px #00000026;padding:15px;text-align:center;transition:transform .2s,box-shadow .2s}.related-product-card img{width:100%;height:180px;object-fit:cover;border-radius:10px;margin-bottom:10px}.related-product-card p{margin:5px 0;color:#333;font-weight:500}.view-link{display:inline-block;padding:6px 12px;background-color:#e91e63;color:#fff;border-radius:6px;text-decoration:none;margin-top:5px}.view-link:hover{background-color:#d81b60}.related-product-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000040}.not-found{text-align:center;color:#e91e63;font-size:1.5rem;margin-top:50px}@media (max-width: 900px){.product-image{width:250px;height:250px}.related-product-card{flex:0 0 180px}.related-product-card img{height:150px}}
