/** Shopify CDN: Minification failed

Line 145:57 Unexpected "("

**/
.lookbook-slider{
  background: rgb(var(--color-background));
}
.lookbook__shop--product-wrapper {
  position: absolute;
  top: var(--hotspot-y);
  left: var(--hotspot-x);
  line-height: 0;
}
.look__hotspot {
  position: relative;
  border: none;
  padding: 0;
  line-height: 1;
  background: transparent;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  transition: var(--transition);
  z-index: 4;
  background: rgba(var(--solid-button-background));
}
.look__hotspot:before {
  position: absolute;
  background: rgba(var(--solid-button-background), 0.6);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100%;
  z-index: -1;
  animation: hotspot-zoom 2.5s infinite ease;
}
.look__hotspot:after {
  position: absolute;
  background: rgba(var(--solid-button-background), 0.3);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100%;
  z-index: -1;
  animation: hotspot-zoom2 2.5s infinite ease;
}
span.look__hotspot--arrow {
  display: flex;
  justify-content: center;
}
span.look__hotspot--arrow svg {
  color: rgb(var(--color-background));
  display: none;
}
@keyframes hotspot-zoom {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
@keyframes hotspot-zoom2 {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.6);
  }
}
.look__hotspot.no__lookbook {
  pointer-events: none;
}
.placeholder.corner-round {
  border-radius: 10px;
}
.shop__the--look.image-with-text__media--placeholder.placeholder {
  height: 40rem;
  position: relative;
}
@media screen and (min-width: 749px) {
  .shop__the--look.image-with-text__media--placeholder.placeholder {
    height: 60rem;
    position: relative;
  }
}
.lookbook__shop--product {
  position: absolute;
  background: rgba(var(--color-background));
  width: 20rem;
  border-radius: 5rem;
  padding: 0.5rem 1rem 0.5rem 3.5rem;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  box-shadow: 0 0 0.5remrgba (var(--color-foreground), 0.2);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.lookbook__shop--product__title.h6 {
  font-weight: normal;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lookbook__shop--product-wrapper:hover .lookbook__shop--product {
  opacity: 1;
  visibility: visible;
}
.rounded--image .image-with-text__content {
  border-radius: 2.5rem;
}
.image-with-text__grid.rounded--image:not(.desktop-row-reverse)
  .image-with-text__media:not(.lookbook__media--fullwidth),
.image-with-text__grid.rounded--image:not(.desktop-row-reverse)
  .image-with-text__media:not(.lookbook__media--fullwidth)
  > img {
  border-radius: 2.5rem 0 0 2.5rem;
}
.image-with-text__grid.rounded--image.desktop-row-reverse
  .image-with-text__media:not(.lookbook__media--fullwidth),
.image-with-text__grid.rounded--image.desktop-row-reverse
  .image-with-text__media:not(.lookbook__media--fullwidth)
  > img {
  border-radius: 0 2.5rem 2.5rem 0;
}
.image-with-text__grid.rounded--image
  .image-with-text__media.lookbook__media--fullwidth:not(
    .lookbook__media--fullwidth--reverse
  ),
.image-with-text__grid.rounded--image
  .image-with-text__media.lookbook__media--fullwidth:not (
    .lookbook__media--fullwidth--reverse
  )
  > img {
  border-radius: 2.5rem 2.5rem 0 0;
}
.image-with-text__grid.rounded--image
  .image-with-text__media.lookbook__media--fullwidth.lookbook__media--fullwidth--reverse,
.image-with-text__grid.rounded--image
  .image-with-text__media.lookbook__media--fullwidth.lookbook__media--fullwidth--reverse
  > img {
  border-radius: 0 0 2.5rem 2.5rem;
}
.image-with-text__grid.rounded--image.color-background-1
  .image-with-text__media.lookbook__media--fullwidth.lookbook__media--fullwidth--reverse,
.image-with-text__grid.rounded--image.color-background-1
  .image-with-text__media.lookbook__media--fullwidth.lookbook__media--fullwidth--reverse
  > img {
  border-radius: 2.5rem;
}
.image-with-text__grid.rounded--image.color-background-1
  .image-with-text__media:not(.lookbook__media--fullwidth),
.image-with-text__grid.rounded--image.color-background-1
  .image-with-text__media:not(.lookbook__media--fullwidth)
  > img {
  border-radius: 2.5rem;
}
.lookbook__shop--product .price {
  font-size: 1.4rem;
  font-weight: 500;
}
.image-with-text__content.lookboo--text__content {
  padding-left: 3rem;
}
@media only screen and (min-width: 992px) {
  .image-with-text__content.lookboo--text__content {
    padding-left: 5rem;
  }
  .lookboo--text__content .image-with-text__text {
    padding-right: 8rem;
  }
}
@media only screen and (min-width: 1199px) {
  .image-with-text__content.lookboo--text__content {
    padding-left: 8.5rem;
  }
}
@media only screen and (max-width: 749px) {
  .image-with-text__grid.rounded--image:not(.desktop-row-reverse)
    .image-with-text__media:not(.lookbook__media--fullwidth),
  .image-with-text__grid.rounded--image:not(.desktop-row-reverse)
    .image-with-text__media:not(.lookbook__media--fullwidth)
    > img {
    border-radius: 2.5rem;
  }
}
/* .lookbook__shop--product-bottom {
  bottom: calc(100% + 1rem);
  top: auto;
} */
.lookbook__shop--bottom span.look__hotspot--arrow::before {
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  top: auto;
  bottom: calc(100% + 0.3rem);
}
.lookbook__shop--product-right {
  /* transform: none; */
  left: auto;
  right: -0.5rem;
}

.lookbook__shop--product-left {
  transform: none;
  left: -0.5rem;
}
