Men T-shirts
A collection page of BONJOUR
About
Product Details body { font-family: 'Inter', sans-serif; background-color: #fff; margin: 0; padding: 0px 0px; } h2, .wash-title { color: #111; font-weight: 800; margin-bottom: 24px; } h2 { font-size: 28px; } .cards { display: flex; gap: 16px; overflow-x: auto; scroll-behavior: smooth; padding-bottom: 16px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; } .card { min-width: 260px; height: 340px; border-radius: 16px; overflow: hidden; background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15); transition: transform 0.3s ease; scroll-snap-align: start; flex: 0 0 auto; } .card:hover { transform: translateY(-6px); } .card-content { padding: 20px; background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent 100%); color: #fff; text-align: center; } .card h3 { font-size: 18px; margin: 0 0 6px; } .card p { font-size: 14px; margin: 0; } .badges { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; } .badge { display: flex; align-items: center; gap: 8px; padding: 8px 16px; border: 1px solid #ccc; border-radius: 20px; font-size: 14px; color: #111; } .badge img { width: 16px; height: 16px; opacity: 0.7; } .wash-section { padding: 30px 0; } .wash-title { font-size: 24px; } .wash-box { border: 1px solid #ddd; border-radius: 12px; padding: 25px 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 30px 15px; text-align: center; background-color: #fff; } .wash-item { font-size: 14px; color: #111; } .wash-item i { font-size: 24px; margin-bottom: 10px; } .popular-links { font-family: 'Poppins', sans-serif; } .popular-links h3 { font-weight: bold; color: black; } .popular-links a { text-decoration: underline; font-weight: bold; color: black; } @media (max-width: 600px) { h2 { font-size: 22px; } .card { min-width: 220px; height: 300px; } .card-content { padding: 16px; } .card h3 { font-size: 16px; } .card p { font-size