.all-artists{display:flex;flex-direction:column;gap:3rem}.wrapper-artist{display:grid;grid-template-columns:1fr 1fr 2fr;grid-template-areas:"item-1 item-2 item-3";gap:3rem}.wrapper-artist:nth-child(2n){grid-template-columns:2fr 1fr 1fr;grid-template-areas:"item-1 item-2 item-3"}.wrapper-artist:nth-child(2n) .artist{grid-area:item-3}.wrapper-artist:nth-child(2n) .artist-product{grid-area:item-2}.wrapper-artist:nth-child(2n) .artist-composition{grid-area:item-1}.artist{display:flex;flex-direction:column;gap:.5rem;justify-content:center;align-items:center;text-align:center;text-decoration:none;grid-area:item-1}.artist img{width:300px;height:300px;border-radius:50%;object-fit:cover}.artist h3,.artist h4{margin:0}.artist h3{font-weight:600}.artist-product img{aspect-ratio:1 / 1;object-fit:cover}.artist-composition img{width:100%;aspect-ratio:800 / 458;object-fit:cover}.artist-product{grid-area:item-2}.artist-composition{grid-area:item-3}@media (max-width: 991px){.wrapper-artist{border-bottom:1px solid #dedede;padding-bottom:16px;grid-template-columns:1fr 1fr;grid-template-areas:"item-1 item-2" "item-3 item-3"}.wrapper-artist:nth-child(2n){grid-template-columns:1fr 1fr;grid-template-areas:"item-3 item-2" "item-1 item-1"}.artist img{width:100%;height:max-content}.artist-product img{width:100%;height:100%}.artist-composition img{width:100%;height:max-content}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/artists.css.map */
