/** Shopify CDN: Minification failed

Line 202:0 Unexpected "}"

**/
.ShopTheLook__ProductItem {
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}
.ShopTheLook__ProductList .card__media .media img {
  object-position: top center;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.Shoplook-price .price-item {
  color: #848484;
  font-size: 1.3rem;
}
.ShopTheLook__Inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.ShopTheLook__Item {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ShopTheLook__Item.is-selected {
  z-index: 1;
}
.bg_card-wrapper {
  background: var(--color-base-accent-3);
}
.bg_card-wrapper .card__information {
  padding: 8px 0 !important;
}
.ShopTheLook__ImageWrapper {
  position: relative;
  max-width: 70%;
  margin-left: auto;
}
.fullWidth .ShopTheLook__ImageWrapper {
  max-width: 100%;
}
.ShopTheLook__Image {
  display: block;
  height: 100%;
  width: 100%;
}
.ShopTheLook__Dot {
  width: 33px!important;
  height: 33px!important;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 33px;
  -webkit-transition: width .2s ease,height .2s ease;
  transition: width .2s ease,height .2s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
  z-index: 1;
  background: transparent;
  text-indent: -1px;
  cursor: pointer;
}
.ShopTheLook__Dot:after, .ShopTheLook__Dot:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  left: calc(50% - 16.5px);
  top: calc(50% - 16.5px);
  background: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
  -webkit-animation-name: i;
  animation-name: i;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ShopTheLook__Dot:after {
  animation-delay: 1.5s;
}
.number-lookbook {
  font-size: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.number-lookbook:before {
  position: relative;
  content: "+";
  top: 1px;
  left: 2px;
  font-family: var(--font-heading-family);
  font-size: 24px;
  line-height: 1.29;
}
.shoplook-product {
  display: grid;
  grid-template-columns: 7rem auto;
  gap: 1rem;
}
.shoplook-product-image {
  width: 7rem;
  height: 7rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.shoplook-product-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.ShopTheLook__ProductList,
.ShopTheLook__ProductItem {
  width: 32rem;
  height: 20rem;
  position: absolute;
  bottom: -10%;
  right: 5%;
  background: transparent !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
  padding: 1.5rem;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.Dot_open {
  opacity: 1 !important;
  visibility: visible !important;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shoplook-product-detail h4,
.shoplook-product-detail .price {
  margin: 0 auto 0.6rem;
}
.ShopTheLook__ProductItem>div>a {
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 6px;
    display: inline-block;
    font-size: 12px;
}
.ShopTheLook__ProductItem>div>span{
    display: block;
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: #848484
}
.shop_product-cart-btn {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: .13em;
  padding: 0;
}
.shoplook_content{
  position: absolute;
  top: 10%;
  width: 450px;
  left: -24%;
  padding: 20px 30px;
  z-index: 99;
  background-color: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
}
.shoplook_content * {
  position: relative;
  z-index: 1;
}
.fullWidth .shoplook_content{
  position: unset;
  width: 56rem;
  margin: 1rem auto;
  text-align: center;
}

.shoplook_content > h3{
  font-weight: 400;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin: 0;
}
@media (max-width: 767px) {
  .shoplook_content>h3 {
      font-size: 22px;
  }
}
.shoplook_content > p{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.shoplook_content > p:last-child {
  margin-bottom: 0;
}
.ShopTheLook__ProductItem>a{
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-decoration: underline;
}

.ShopTheLook__Dot--dark .number-lookbook {
  background: rgb(var(--color-button));
}
.ShopTheLook__Dot--dark:after, .ShopTheLook__Dot--dark:before {
  border: 1px solid rgba(var(--color-button));
}
.ShopTheLook__Dot--dark .number-lookbook:before {
  color: rgb(var(--color-button-text));
}
.ShopTheLook__Dot.ShopTheLook__Dot--dark.active .number-lookbook {
  background: rgba(var(--color-button-text));
}
.ShopTheLook__Dot.ShopTheLook__Dot--dark.active .number-lookbook:before {
  color: rgb(var(--color-button));
}
.ShopTheLook__Dot.ShopTheLook__Dot--dark.active:after, .ShopTheLook__Dot.ShopTheLook__Dot--dark.active:before {
  border: 1px solid rgba(var(--color-button-text));
}
.ShopTheLook__Dot.ShopTheLook__Dot--dark.active:after, .ShopTheLook__Dot.ShopTheLook__Dot--dark.active:before {
  border: 1px solid rgba(var(--color-button-text));
}
.ShopTheLook__Dot.ShopTheLook__Dot--dark.active .number-lookbook {
  background: rgba(var(--color-button-text));
}
.ShopTheLook__Dot.ShopTheLook__Dot--dark.active .number-lookbook:before {
  color: rgb(var(--color-foreground));
} 
.ShopTheLook__ProductItem .ProductItem__ImageWrapper {
  max-width: 150px;
  margin: 0 auto;
}
.ShopTheLook__Dot--light .number-lookbook {
  background: rgb(var(--color-button-text));
}
.ShopTheLook__Dot--light .number-lookbook:before {
  color: rgb(var(--color-button));
}
.ShopTheLook__Dot.ShopTheLook__Dot--light.active .number-lookbook {
  background: rgba(var(--color-button));
}
.ShopTheLook__Dot.ShopTheLook__Dot--light.active .number-lookbook:before {
  color: rgb(var(--color-button-text));
}
.ShopTheLook__Dot.ShopTheLook__Dot--light.active:after, .ShopTheLook__Dot.ShopTheLook__Dot--light.active:before {
  border: 1px solid rgba(var(--color-button));
}
.ShopTheLook__DiscoverButtonWrapper {
    margin: 24px 24px 0 24px;
    text-align: center;
}
.ShopTheLook .AspectRatio.AspectRatio--withFallback {
  position: relative;
  padding-top: 70%;
}
.ShopTheLook.fullWidth .AspectRatio.AspectRatio--withFallback{
    padding-top: 60%;
}
.shop_placeholder{
  position: relative;
}
.shop_placeholder placeholder-image {
  max-height: 600px;
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.ShopTheLook .shopThelook_img {
    width: 100%;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.ShopTheLook__ProductItem li{
    list-style: none;
    background: var(--color-base-accent-3);
    width: 100%;
}
.ShopTheLook.fullWidth .sticky-content {
  position: absolute;
  z-index: 1;
  left: 5%;
  top: 5%;
}

@keyframes i{0%{transform:scale(1);-webkit-transform:scale(1);opacity:1}to{transform:scale(2);-webkit-transform:scale(2);opacity:0}}
@media screen and (max-width: 767px) {
  .ShopTheLook__ImageWrapper{
    max-width: 100%;
  }
  .ShopTheLook__ProductList, .shoplook_content{
    position: unset;
    width: 100%;
    padding: 20px;
    height: auto;
    .shoplook_content {
  background-color: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
  }
  .Dot_open {
    gap: 30px;
  }
  .ShopTheLook .AspectRatio.AspectRatio--withFallback{
    padding-top: 100%;
  }
  .fullWidth .shoplook_content{
    width: 100%;
  }
  .sticky-content{
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ShopTheLook__ImageWrapper {
    max-width: 100%;
  }
  .shoplook_content {
    position: static;
    width: 100%;
  }
  .ShopTheLook__ProductList {
    padding: 20px;
    height: auto;
  }
  .Dot_open {
    gap: 20px;
  }
  .shop_product-cart-btn {
    font-size: 12px;
  }
  .ShopTheLook .bg_card-wrapper {
  background: transparent !important;
}
@media (max-width: 767px) {
  .ShopTheLook__ProductList {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    width: 100%;
    position: relative !important;
    bottom: unset !important;
    right: unset !important;
  }

  .ShopTheLook__ProductItem {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 70% !important;
    height: auto !important;
    position: relative !important;
  }
}
}