.section-shop-the-look{position:relative}.section-shop-the-look__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5em}@media (max-width:768px){.section-shop-the-look__header{flex-direction:column;align-items:center;gap:1em}}.section-shop-the-look__header h1,.section-shop-the-look__header h2,.section-shop-the-look__header h3,.section-shop-the-look__header h4,.section-shop-the-look__header h5,.section-shop-the-look__header h6{margin:0}.section-shop-the-look__content{background-color:var(--color-grey-1);padding:3em;display:grid;grid-template-columns:1fr 1fr}@media (max-width:1024px){.section-shop-the-look__content{gap:2em;padding:2em}}@media (max-width:768px){.section-shop-the-look__content{grid-template-columns:1fr;grid-template-rows:auto}}.section-shop-the-look__poster img,.section-shop-the-look__poster video{position:relative;opacity:1;transition-property:opacity;transition-duration:.25s;transition-timing-function:linear;width:100%;height:auto}.section-shop-the-look__poster img.preload,.section-shop-the-look__poster video.preload{opacity:0}.section-shop-the-look__products{padding:0 4em}.section-shop-the-look__products__inner{display:flex;flex-direction:column;justify-content:center}.section-shop-the-look__products.scrolling{overflow-y:auto;height:100%;justify-content:flex-start}.section-shop-the-look__products::-webkit-scrollbar{width:4px;border-radius:4px}.section-shop-the-look__products::-webkit-scrollbar-track{box-shadow:none;background-color:var(--color-white);border-radius:4px}.section-shop-the-look__products::-webkit-scrollbar-thumb{background-color:var(--color-grey-2);outline:0;border-radius:4px}@media (max-width:1024px){.section-shop-the-look__products{padding:0}}