.product{font-size:20px;container-type:inline-size}@media (max-width:500px) or (max-height:500px){.product{font-size:inherit}}.product__content{display:grid;grid-template-columns:minmax(0px,20em);grid-row-gap:2em;justify-content:center}.product__details{text-align:center}.product__image{width:90%;height:auto;max-height:calc(100vh - 60px);justify-self:center}@container (min-width:44em){@media (min-height:420px){.product__content{grid-template-columns:repeat(2,20em);grid-column-gap:4em;grid-auto-flow:dense;align-items:center}.product__details{text-align:left}.product__image{width:100%}.product__image--left-aligned{grid-column:1}.product__image--right-aligned{grid-column:2}}}