.category-content{max-width:1100px;margin:auto;padding:16px;display:flex;flex-direction:column;gap:24px}.category-content h3{font-family:Pacifico,cursive;font-size:36px;text-align:center;background:#ffffffe6;padding:24px;border-radius:20px;margin:0;box-shadow:0 20px 40px #00000014}.category-description{font-family:Pacifico,cursive;font-size:18px;line-height:1.6;text-align:center;background:#ffffffe6;padding:24px;border-radius:20px;box-shadow:0 20px 40px #00000014}.category-image{background:#ffffffe6;padding:16px;border-radius:20px;box-shadow:0 20px 40px #00000014}.category-image img{width:100%;max-height:380px;object-fit:cover;border-radius:16px;display:block}.product-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.product-card{display:flex;flex-direction:column;background:#ffffffe6;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #00000014;text-decoration:none;color:#333;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 30px 55px #0000001f}.product-card-image{position:relative;height:200px;background-size:cover;background-position:center}.product-card-image:before{content:"";position:absolute;inset:0;background:#00000040}.product-card-content{padding:16px;display:flex;flex-direction:column;gap:8px}.product-card-name{font-family:Pacifico,cursive;font-size:22px;line-height:1.2}.product-card-description{font-family:Poppins,sans-serif;font-size:14px;color:#555}@media(max-width:768px){.category-content{margin:24px auto}.category-content h3{font-size:28px}.category-description{font-size:16px}.product-card-image{height:180px}}
