@keyframes slideInBottom{0%{transform:translateY(100%)}100%{transform:translateY(0%)}}@keyframes slideInTop{0%{transform:translateY(-100%)}100%{transform:translateY(0%)}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeInHidden{0%{visibility:hidden;opacity:0}100%{visibility:visible;opacity:1}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOutHidden{0%{visibility:visible;opacity:1}100%{visibility:hidden;opacity:0}}@keyframes loading-skeleton{0%{filter:brightness(100%)}100%{filter:brightness(90%)}}@keyframes spinner{to{transform:rotate(360deg)}}@keyframes slideInFromRight{0%{right:-100%}50%{right:-50%}100%{right:0}}@keyframes spinner-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes tickAnimation{0%{opacity:0;stroke-dashoffset:-1000}10%{opacity:1}100%{opacity:1;stroke-dashoffset:0}}.shop-the-look-gallery{padding-bottom:var(--section-padding-bottom, 0);padding-top:var(--section-padding-top, 0);position:relative;width:100%}.shop-the-look-gallery__grid{display:flex;flex-direction:column;max-width:100%;width:100%;gap:var(--spacing-m)}.shop-the-look-gallery__heading{display:block;margin-bottom:var(--spacing-s);width:100%;font-family:var(--heading-text-font);font-size:var(--heading-text-font-size-mobile);font-variant-caps:var(--heading-text-font-variant-caps);font-weight:var(--heading-text-font-weight);line-height:var(--heading-text-font-line-height-mobile);color:var(--heading-text-colour, #191919)}.shop-the-look-gallery__text{grid-area:text-content;display:block;width:100%}.shop-the-look-gallery__content{font-family:var(--content-font-family);font-size:var(--content-font-size-mobile);line-height:var(--content-font-line-height-mobile);font-variant-caps:var(--content-font-variant-caps);font-weight:var(--content-font-weight);color:var(--content-text-colour, #787878)}.shop-the-look-gallery__carousel{grid-area:carousel;max-width:100%;width:100%;height:100%}.shop-the-look-gallery__products{grid-area:products;max-width:100%;width:100%}.shop-the-look-gallery__products-heading{font-family:var(--pr-heading-text-font);font-size:var(--pr-heading-text-font-size-mobile);font-variant-caps:var(--pr-heading-text-font-variant-caps);font-weight:var(--pr-heading-text-font-weight);line-height:var(--pr-heading-text-font-line-height-mobile);color:var(--pr-heading-text-colour, #191919)}.shop-the-look-gallery .product-carousel{max-width:100%;width:100%}.shop-the-look-gallery .product-carousel.is-loading{--card-count: 4}.shop-the-look-gallery .product-carousel__list-item{padding:0;margin:0 var(--card-gap)}.shop-the-look-gallery.is-loading .media-element{display:block}.shop-the-look-gallery.is-loading .media-element::after{content:"";display:block;clear:both}.shop-the-look-gallery.is-loading .media-element::before{content:"";float:left;padding-top:calc(1/var(--aspect-ratio)*100%)}@supports(aspect-ratio: auto){.shop-the-look-gallery.is-loading .media-element{aspect-ratio:var(--aspect-ratio)}.shop-the-look-gallery.is-loading .media-element::after,.shop-the-look-gallery.is-loading .media-element::before{content:"";padding-top:none;display:none;clear:none}}.shop-the-look-gallery.is-loading .media-element{animation:loading-skeleton 1s linear infinite alternate;background-color:var(--color-light-grey, #f0e7e4);animation-delay:0s;color:rgba(0,0,0,0);display:block;user-select:none}.shop-the-look-gallery.is-loading .media-element *{color:rgba(0,0,0,0);pointer-events:none}.shop-the-look-gallery.is-loading .product-grid-simple{display:none}@media(min-width: 48em){.shop-the-look-gallery.is-loading .product-carousel{display:none}.shop-the-look-gallery.is-loading .product-grid-simple{display:grid}}@media(min-width: 64em){.shop-the-look-gallery{padding-bottom:var(--section-padding-bottom-desktop, 0);padding-top:var(--section-padding-top-desktop, 0)}.shop-the-look-gallery__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"carousel text-content" "carousel products";gap:var(--spacing-xl)}.shop-the-look-gallery__grid.reverse{grid-template-areas:"text-content carousel" "products carousel"}.shop-the-look-gallery__heading{line-height:var(--heading-text-font-line-height-desktop);font-size:var(--heading-text-font-size-desktop)}.shop-the-look-gallery__content{font-size:var(--content-font-size-desktop);line-height:var(--content-font-line-height-desktop)}.shop-the-look-gallery__products-heading{font-size:var(--pr-heading-text-font-size-desktop);line-height:var(--pr-heading-text-font-line-height-desktop)}.shop-the-look-gallery .media-carousel{position:sticky;top:var(--header-sticky-offset, 0);height:fit-content;overflow:hidden;align-self:start}.shop-the-look-gallery .product-grid-simple{grid-template-columns:repeat(2, minmax(2px, 1fr))}}
