.lookbook .img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.lookbook video{
  display: block;
  height: auto;
  width: 100%;
  cursor: pointer;
}

.lookbook .line{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.35%;
  flex-wrap: wrap;
}

.lookbook .cell{
  position: relative;
}

.lookbook .line-2-img .cell{
  width: 49.79166666666667%;
}

.lookbook .line-3-img .cell{
  width: 33.125%;
}

.lookbook .line-6-img .cell{
  width: 16.40625%;
}

.lookbook .line-2-img-2-size .cell img, .lookbook .line-3-img .cell img{
  object-fit: cover;
  height: 100%;
}

.lookbook .line-2-img-2-size .cell-small{
  width: 33.125%;
}

.lookbook .line-2-img-2-size .cell-big{
  width: 66.5625%;
}

.lookbook .libelle{
  position: absolute;
  right: clamp(0.3125rem, 0.1250rem + 0.9375vw, 1.25rem);
  bottom: clamp(0.3125rem, 0.1250rem + 0.9375vw, 1.25rem);
  color: #FFF;
  font-weight: 700;
  font-size: clamp(0.56255rem, 0.5001rem + 0.3125vw, 0.875rem);
  text-align: right;
  line-height: 1.4;
}

.lookbook .title-hs {
  position: absolute;
  bottom: 5%;
  left: 5%;
  line-height: 1;
  margin: 0;
  width: 30%;
}

.lookbook .title-hs-benl{
  width: 36%;
}
.lookbook .title-hs img {
    width: 100%;
}

.lookbook .soon{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.3);
  font-size: clamp(0.56255rem, 0.5001rem + 0.3125vw, 0.875rem);
      margin: 0;
}
.lookbook .dispoBoutique{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.3);
  font-size: clamp(0.56255rem, 0.5001rem + 0.3125vw, 0.875rem);
  margin: 0;
}

.lookbook .edito{
  position: absolute;
  top: 50%;
  left: 50%;
  color: #E1DCC9;
  font-size: clamp(0.49rem, 0.1634rem + 1.0618vw, 1.4375rem);
  transform: translate(-50%,-50%);
  width: 58%;
  text-align: center;
}

.lookbook .player{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  max-width: 98px;
  width: 20%;
}

.lookbook .quickshop .quickAddToCartMobile__button{
  position: absolute;
  right: clamp(0.3125rem, 0.1250rem + 0.9375vw, 1.25rem);
  top: clamp(0.3125rem, 0.1250rem + 0.9375vw, 1.25rem);
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 8;
}

.lookbook .quickshop .quickAddToCartMobile__button i{
  height: 18px;
  width: 18px;
}

.lookbook .quickshop .quickAddToCartMobile__button .icon-basket::before{
  content: "";
}

.lookbook .list-cta{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 94.6875%;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.lookbook .list-cta__item{
  width: 30.25302530253025%;
  cursor: pointer;
  position: relative;
}

.lookbook .list-cta__item .cta-hover{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  transition: opacity ease-out 0.4s;
}

.lookbook .list-cta__item *{
  pointer-events: none;
}

@media (max-width: 1024px){
  .lookbook .title-hs {
    position: absolute;
    bottom: 5%;
    left: 5%;
    line-height: 1;
    margin: 0;
    width: 32%;
  }

  .lookbook .title-hs-benl{
    width: 38%;
  }

  .lookbook .hidden-m{
    display: none;
  }

  .lookbook .line-column{
    flex-direction: column;
  }

  .lookbook .line-column-reverse{
    flex-direction: column-reverse;
  }

  .lookbook .line-row-reverse{
    flex-direction: row-reverse;
  }

  /*.lookbook .line-2-img-2-size.line-column .cell:first-child, .lookbook .line-2-img-2-size.line-column-reverse .cell:last-child{
    margin-bottom: 0.8%;
  }*/

  .lookbook .line-2-img-2-size.line-column .cell-small, .lookbook .line-2-img-2-size.line-column-reverse .cell-small{
    width: 100%;
  }

  .lookbook .line-2-img-2-size.line-column .cell-big, .lookbook .line-2-img-2-size.line-column-reverse .cell-big{
    width: 100%;
  }

  .lookbook .line-2-img.line-column .cell {
    width: 100%;
  }

  .lookbook .line-2-img .cell {
    width: 49.6%;
  }

  .lookbook .line-3-img{
    flex-wrap: wrap;
  }

  .lookbook .line-3-img-normal .cell:first-child{
    width: 100%;
    margin-bottom: 0.8%;
  }

  .lookbook .line-3-img-reverse .cell:last-child, .lookbook .line-2-img-2-size.line-column .cell:last-child, .lookbook .line-2-img-2-size.line-column-reverse .cell:first-child{
    width: 100%;
    margin-top: 0.8%;
  }

  .lookbook .line-3-img.line-3-img-full .cell{
    width: 100%;
  }

  .lookbook .line-3-img .cell{
    width: 49.6%;
  }

  .lookbook .line-6-img .cell{
    width: 32.8125%;
  }

  .lookbook .line, .line-6-img .cell:nth-child(-n+3){
    margin-bottom: 0.8%;
  }

  .lookbook .line-2-img-2-size .cell-small{
    width: 49.6%;
  }

  .lookbook .line-2-img-2-size .cell-big{
    width: 49.6%;
  }

  .lookbook .line-2-img-2-size .cell.cell-only{
    width: 100%;
  }

  .lookbook .quickshop .quickAddToCartMobile__button{
    display: block;
  }

  .lookbook .quickshop .quickAddToCartMobile__button{
    background: transparent;
    box-shadow: none;
  }

  .lookbook .quickshop .quickAddToCartMobile__button i{
    font-size: 16px;
    background-color: #FFF;
    color: #FFF;
  }
  .lookbook .title {
    font-size: 6.208vw;
}
  .lookbook .edito{
    width: 75%;
  }

  .lookbook .title-iguazu{
    left: 32%;
  }

  .lookbook .title-casa {
    left: 5%;
    bottom: 5%;
  }

  .lookbook .title-copacabana {
      left: 2%;
      bottom: 2%;
  }

  .lookbook .list-cta{
    width: 40%;
    flex-wrap: wrap;
    gap: 5px;
  }

  .lookbook .list-cta__item{
    width: 100%;
  }
}

@media (min-width: 1025px){
  .lookbook .hidden-d{
    display: none;
  }

  .lookbook .quickshop:hover .quickAddToCartMobile__button{
    display: flex;
  }

  .lookbook .list-cta__item:hover .cta-hover{
    opacity: 1;
    z-index: 1;
    transition: opacity ease-out 0.4s;
  }
}
