.stylelook_b span.price-item.price-item--sale, .stylelook_b .price__regular {
    font-size: calc(var(--font-body-scale) * 1.4rem);
}
.dummy_hotspot {
  width: 100%;
  height: 100%;
  background: rgba(var(--color-foreground), .1);
  padding: 8px;
  border-radius: calc(var(--media-radius) * 1 / 2);
  font-size: 12px;
}
.stylelookdesc .price {
  line-height: normal;
}
.stylelook_b .lookinner {
  position: relative;
  border-radius: var(--media-radius);
}
.stylelook_b .banner--small:not(.banner--adapt) .lookinner{
  min-height: 35rem;
}
.stylelook_b .banner--medium:not(.banner--adapt) .lookinner{
  min-height: 40rem;
}
.stylelook_b .banner--large:not(.banner--adapt) .lookinner{
  min-height: 45rem;
} 
.stylelookstyle {
  width: auto;
  height: auto;
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 2;
}
.lookbtn {
  margin-top: 20px;
  word-break: break-word;
}
.stylelookbleft {
  display: flex;
  gap: 10px;
  align-items: center;
}
.stylelookimg {
  width: 35%;
}
.stylelookimg img {
    border-radius: calc(var(--media-radius) * 1 / 2);
    width: 100%;
    height: auto;
}
.stylelookdesc {
  width: 65%;
  word-break: break-word;
}
.stylelookdesc.stylelookdesc_full {
  width: 100%;
}
.look_vendor {
    line-height: normal;
    margin: 0;
    font-size: calc(var(--font-body-scale) * 12px);
}
.stylelookdesc h3 {
    font-size: calc(var(--font-body-scale) * 14px);
    margin: 6px 0;
}
.lookstyledata {
  background: var(--gradient-background);
  border: 1px solid rgba(var(--color-foreground),0.08);
  padding: 6px;
  opacity: 0;
  width: 350px;
  border-radius: calc(var(--text-boxes-radius) * 1 / 2);
  position: absolute;
  top: -50%;
  transition: 0.3s ease;
  margin-left: 55px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 1440px) {
  .lookstyledata{
    width: 300px;
  }
}
.stylelookstyle:hover .lookstyledata {
    opacity: 1;
    pointer-events: unset;
    visibility: unset;
    margin-left: 40px;
}
.lookbook-text .button{
  margin-top: 30px;
}
.lookbook__content--middle{
  align-items: center;
}
.lookbook__content--bottom{
  align-items: end;
}


.lookpro .lookinner .banner__media img, .lookpro .lookinner .banner__media svg {
  z-index: 3;
}
 .lookpromain{
  position: relative;
 }

.collection-title .button--secondary{
  z-index: 0;
}

.stylelookstyle:after {
  content: "+";
  position: absolute;
  background: rgba(var(--color-background));
  border-radius: 100%;
  cursor: pointer;
  transition: .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  top: 15%;
  left: 20%;
  font-size: 26px;
}
.stylelookstyle:hover:before {
  box-shadow: 0 0 2px 9px rgb(var(--gradient-background),.3);
}
.stylelbright .lookstyledata {
  left: unset;
  right: 50%;
  margin-right: 40px;
  margin-left: auto;
}
.stylelbright:hover .lookstyledata {
  margin-right: 25px;
  margin-left: auto;
}
.stylelook_b .grid__item {
  position: relative;
}
.look-coll-list {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 30px;
  top: auto;
  left: 0;
  flex-wrap: wrap;
  margin: 0 30px;
}
.lookstyle_vertical{
  padding: 15px;
  width: 173px;
}
.lookstyle_vertical .stylelookimg,.lookstyle_vertical .stylelookdesc{
  width: 100%;
}
.lookstyledata .style_vertical{
  flex-direction: column;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .lookstyledata.lookstyle_horizontal {
    width: 180px;
  }
}
@media (max-width: 1199px) {
  .lookstyledata.lookstyle_horizontal {
    width: 120px;
    text-align: center;
  }
  .stylelookimg, .stylelookdesc {
    width: 100%;
  }
}
@media (min-width: 990px) {
  .look-coll-list{
      background: transparent;
  }
}
@media (max-width: 1199px) {
  .stylelookbleft {
    display: grid;
  }
  .lookbtn {
    margin-top: 10px;
  }
  .lookstyledata {
    width: 150px;
    padding: 15px;
  }
  .lookstyle_vertical {
    width: 115px;
    padding: 6px;
  }
  .stylelookbleft {
    gap: 6px;
  }
  .stylelookdesc h3 {
    font-size: calc(var(--font-body-scale) * 13px);
    letter-spacing: 0;
  }
  .stylelookdesc .product-option.price-original, .stylelookdesc .price {
    font-size: calc(var(--font-body-scale) * 14px);
  }
  .collection-title .button--secondary{
    padding: 4px 1rem;
    min-width: 10rem;
  }
  .look-coll-list {
    margin: 8px 0 0;
    gap: 10px;
    position: relative;
    bottom: 0;
    z-index: 0;
    padding: 10px;
    border-radius: var(--text-boxes-radius);
  }
}
@media (max-width: 749px) {
  .stylelook_b .grid {
    row-gap: max(calc(var(--grid-mobile-vertical-spacing) + 15px), 0px);
  }
  .lookstyledata {
    width: 130px;
    padding: 10px;
  }
  .lookstyle_vertical {
    width: 95px;
    padding: 4px;
  }
  .stylelookimglazy {
    line-height: 0;
  }
  .stylelookstyle:after {
    width: 24px;
    height: 24px;
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  /* .stylelookstyle:hover .lookstyledata{
    margin-left: 35px;
  } */
  .lookstyledata{
    padding: 5px;
  }
}

