.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100vw;padding:0 12px;margin:0 auto;box-sizing:border-box}.product-card{background:#fff;border-radius:20px;padding:16px;text-align:center;width:100%;box-shadow:0 5px 15px #0000000d}.product-card img{width:100%;height:auto;max-height:240px;object-fit:contain;margin-bottom:12px}.product-title{font-size:1.1rem;font-weight:700;margin-bottom:4px;word-break:break-word}.product-price{font-size:.95rem}@media screen and (max-width: 768px){.product-grid{grid-template-columns:repeat(3,1fr);padding-left:8px;padding-right:8px}.product-card{padding:12px}.product-card img{max-height:200px}.product-title{font-size:1rem}.product-price{font-size:.9rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-product-grid.css.map */
