<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shop-the-look-editorial-component {
  display: flex;
}

.shop-the-look-editorial-component__digital-asset, .shop-the-look-editorial-component__content-wrapper {
  flex-basis: 50%;
  align-content: center;
  position: relative;
}

.shop-the-look-editorial-component__content-wrapper {
  padding: 3.75rem 1.25rem 0;
}

.shop-the-look-editorial-component__content-wrapper.no-padding {
  padding: 0 1.25rem;
}

@media (min-width: 1025px) {
  .shop-the-look-editorial-component__content-wrapper {
    padding: 0 3.75rem;
  }
}

.shop-the-look-editorial-component.digital-asset-bottom {
  flex-direction: column-reverse;
}

@media (min-width: 1025px) {
  .shop-the-look-editorial-component.digital-asset-bottom {
    flex-direction: row;
  }

  .shop-the-look-editorial-component.digital-asset-bottom.digital-asset-right {
    flex-direction: row-reverse;
  }
}

.shop-the-look-editorial-component__title, .shop-the-look-editorial-component__description {
  text-align: center;
}

.shop-the-look-editorial-component__title *, .shop-the-look-editorial-component__description * {
  margin-bottom: 0;
}

.shop-the-look-editorial-component__title.position-left, .shop-the-look-editorial-component__description.position-left {
  text-align: left;
}

.shop-the-look-editorial-component__title.position-right, .shop-the-look-editorial-component__description.position-right {
  text-align: right;
}

.shop-the-look-editorial-component__note {
  letter-spacing: .03125rem;
  color: #6f6f6f;
  font-size: .9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  position: absolute;
  top: 0;
  left: 1.25rem;
}

@media (min-width: 1025px) {
  .shop-the-look-editorial-component__note {
    bottom: 0;
    top: unset;
    left: 3.75rem;
  }

  .shop-the-look-editorial-component__note p {
    margin-bottom: 1.25rem;
  }
}

.shop-the-look-editorial-component__title {
  margin-bottom: .5rem;
}

.shop-the-look-editorial-component__image-list {
  flex-wrap: wrap;
  gap: 0 1.25rem;
  margin: 1.875rem auto 0;
  display: flex;
}

@media (min-width: 1025px) {
  .shop-the-look-editorial-component__image-list {
    max-width: 60.14%;
  }
}

.shop-the-look-editorial-component__image-list &gt; div {
  width: calc(50% - .625rem);
}

.shop-the-look-editorial-component__image-list .product-tile-pd .wishlist-wrapper, .shop-the-look-editorial-component__image-list .product-tile-pd .stock-badges, .shop-the-look-editorial-component__image-list .product-tile-pd .notify-me-wrapper, .shop-the-look-editorial-component__image-list .product-tile-pd .product-tile-component-image.hide {
  display: none;
}

.shop-the-look-editorial-component__image-list .product-tile-pd .product-tile-body {
  padding: 1.25rem 0;
}

.shop-the-look-editorial-component__image-list .product-tile-pd .product-tile-body .product-name-link {
  text-align: center;
}

.shop-the-look-editorial-component__image-list .product-tile-pd .product-tile-body .product-name-link a {
  letter-spacing: .031rem;
  color: #272727;
  text-transform: uppercase;
  font-family: futurapt, arial, sans-serif;
  font-size: .875rem;
  line-height: 1.063rem;
  text-decoration: none;
}

.shop-the-look-editorial-component__image-list .product-tile-pd .product-tile-body .price, .shop-the-look-editorial-component .product-price, .shop-the-look-editorial-component .quickview, .shop-the-look-editorial-component button.add-to-cart, .shop-the-look-editorial-component a.notify-me-link, .shop-the-look-editorial-component a.out-of-stock-link {
  display: none;
}

.shop-the-look-editorial-component.margin-around {
  padding: 0;
}

@media (min-width: 1025px) {
  .shop-the-look-editorial-component.margin-around {
    padding: 3.75rem;
  }

  .shop-the-look-editorial-component.margin-around .shop-the-look-editorial-component__content-wrapper {
    padding: 0;
  }
}

.shop-the-look-editorial-component.digital-asset-right {
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1025px) {
  .shop-the-look-editorial-component.digital-asset-right {
    flex-direction: row-reverse;
    gap: 0;
    padding-top: 3.75rem;
  }

  .shop-the-look-editorial-component.digital-asset-right:not(.margin-around) {
    padding-top: 0;
  }

  .shop-the-look-editorial-component.digital-asset-right .shop-the-look-editorial-component__note {
    right: 3.75rem;
    left: unset;
  }
}

.shop-the-look-editorial-component.digital-asset-left {
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1025px) {
  .shop-the-look-editorial-component.digital-asset-left {
    flex-direction: row;
    gap: 0;
    padding-bottom: 3.75rem;
  }

  .shop-the-look-editorial-component.digital-asset-left:not(.margin-around) {
    padding-bottom: 0;
  }
}


/*# sourceMappingURL=shopTheLookEditorial.css.map*/</pre></body></html>