*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}button{transition:filter .15s ease,transform .15s ease}button:hover{filter:brightness(1.1);transform:translateY(-1px)}button:active{filter:brightness(.95);transform:translateY(0)}.product-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}@media (max-width:920px){.product-grid{grid-template-columns:1fr}}