html,body{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#fff;color:#222}button{cursor:pointer}img{max-width:100%;display:block}.container{width:min(1200px,92%);margin-inline:auto}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}@media (max-width: 1200px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 992px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.product-grid{grid-template-columns:1fr}}.product-grid app-product-card{display:flex}.product-grid app-product-card .p-card{display:flex;flex-direction:column;flex:1 1 auto}.product-grid app-product-card .p-card__cta{margin-top:auto}
