.product-container{display:grid;grid-template-columns:4fr 1fr}.item-container{grid-gap:3rem;display:grid;grid-template-columns:repeat(3,1fr);padding:5rem}.cart-info{box-shadow:0 5px 15px hsla(0,15%,90%,.35);padding:2rem}@media only screen and (max-width:1100px){.item-container{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:600px){.product-container{grid-template-columns:1fr}.item-container{grid-template-columns:1fr;margin-top:2rem;order:2;padding:.5rem}}
/*# sourceMappingURL=29.5dc30406.chunk.css.map*/