.custom-grid{display:grid;grid-template-areas:"large portrait1 portrait2" "large landscape landscape";grid-template-columns:2fr 1fr 1fr;grid-template-rows:auto auto;gap:10px}.custom-grid .block-0{grid-area:large}.custom-grid .block-1{grid-area:portrait1}.custom-grid .block-2{grid-area:portrait2}.custom-grid .block-3{grid-area:landscape}.custom-grid .category-block img{width:100%;height:100%;object-fit:;display:block}@media screen and (max-width:768px){.custom-grid{display:grid;grid-template-areas:"large large" "portrait1 portrait2" "landscape landscape";grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:10px}.custom-grid .block-0{grid-area:large}.custom-grid .block-1{grid-area:portrait1}.custom-grid .block-2{grid-area:portrait2}.custom-grid .block-3{grid-area:landscape}}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map?subset=Ag */
