.shop-the-look-three-cols .shop-the-look-col__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--grid-gutter,20px);margin-top:1rem}.shop-the-look-col__column{position:relative;min-height:0}.shop-the-look-col__image-wrapper{position:relative;width:100%;overflow:hidden;background:var(--bg-secondary,#f0f0f0);aspect-ratio:var(--aspect-w,100) / var(--aspect-h,100)}.shop-the-look-col__image-wrapper .shop-the-look-col__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.shop-the-look-col__image-wrapper .shop-the-look-col__placeholder-inner{display:block;width:100%;height:100%;min-height:120px}@media screen and (max-width:767px){.shop-the-look-three-cols .shop-the-look-col__grid{grid-template-columns:1fr;gap:16px}}