body{background:#F3F4F6;color:#111827} .hero img{width:100%;height:auto;max-height:150px;object-fit:cover}
.card.product-card{border-radius:1rem}
.drawer{position:fixed;right:1rem;bottom:1rem;width:360px;max-width:calc(100% - 2rem);border-radius:1rem;overflow:hidden;display:none;background:#F5F5F5}
.product-title{color:#E34234;font-weight:700}
.drawer .item-name{color:#E34234;font-weight:600}
.btn-ghost{background:transparent;border:1px solid #DDDDDD;color:#E34234}
.btn-ghost:hover{background:#F3F4F6;color:#E34234}
.price-label{color:#6B7280}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
@media (max-width:992px){.grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:576px){.grid{grid-template-columns:1fr}.drawer{right:.5rem;left:.5rem;width:auto}}