.product-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"gallery""buy-box""description";display:grid}.product-layout__gallery{grid-area:gallery}.product-layout__buy-box{grid-area:buy-box}.product-layout__description{grid-area:description}.product-photo-aspect-ratio{padding-bottom:84.5238%}.product-vacation{box-sizing:border-box;background:#f0fffb;border:.5px solid #1da;border-radius:10px;margin-top:15px;padding:10px}.product-vacation-exclam{float:left;background:url(/assets/img/icons/exclam.svg) 50% no-repeat;width:45px;height:45px}@media (min-width:768px){.product-layout{-moz-column-gap:3.5rem;grid-template-columns:minmax(0,1fr) 320px;grid-template-areas:"gallery buy-box""description buy-box";column-gap:3.5rem}}@media (min-width:1024px){.product-layout{grid-template-columns:minmax(0,1fr) 372px}}
