.c-shop-the-look{z-index:2;width:100%;height:100%;color:#000;pointer-events:none;justify-content:flex-start;align-items:flex-start;padding:2.4rem;display:flex;position:absolute;top:0;left:0}.c-shop-the-look>*{pointer-events:all}.c-shop-the-look__shopping-icon{line-height:0}.c-shop-the-look__products{width:100%;max-width:335px;height:250px;opacity:0;visibility:hidden;overscroll-behavior:contain;background-color:#fff;border-radius:4px;transition-property:opacity,visibility;transition-duration:.5s;transition-timing-function:ease-in;position:absolute;top:75px;overflow:auto;box-shadow:0 1.1px 3.4px #0000001a,0 6px 14px #0000001f}.c-shop-the-look__products.is-active{opacity:1;visibility:visible}.c-shop-the-look__header{z-index:1;width:100%;text-align:center;background-color:#fff;border-bottom:1px solid #f6f6f6;padding:14px 1.6rem;position:sticky;top:0}.c-shop-the-look__product{border-bottom:1px solid #f6f6f6;flex-direction:row;padding:1.6rem 2.4rem;display:flex}.c-shop-the-look__product:last-of-type{border:none}.c-shop-the-look__product-image{width:48px;height:auto}.c-shop-the-look__product-details{padding-left:2.4rem}.c-shop-the-look__product-details .flex-col-reverse{flex-direction:row-reverse}.c-shop-the-look__button{cursor:pointer;background-color:#fff;border-radius:50%;flex-direction:row;align-items:center;padding:10px;transition:all .25s ease-in-out;display:flex;overflow:hidden}.c-shop-the-look__button-icon{width:18px;height:18px}.c-shop-the-look__button-icon.is-hidden{display:none}.c-shop-the-look--bottom-right{justify-content:flex-end}