@import url(https://fonts.bunny.net/css?family=oswald:400,600|roboto:400,700);
html,
body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
@keyframes linkUnderline {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  49% {
    transform-origin: right;
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
.pt_customer-service #main {
  margin-top: -55px !important;
}
@media (min-width: 1050px) {
  .pt_customer-service #main {
    margin-top: -83px !important;
  }
}
#header .reassurance.header {
  position: relative;
  z-index: 3;
}
#header header {
  background: transparent;
  color: white;
  opacity: 0;
}
#header header:hover {
  background-color: #fbfbf6;
}
#header header:not(:hover) #burger-icon .line {
  background-color: white;
}
#header header:not(:hover) a {
  color: white;
}
#header header:not(:hover) [class*="icon-"] {
  color: white;
}
#header header:not(:hover) .black-logo img,
#header header:not(:hover) .mini-cart-label {
  filter: invert(1);
}
#header header:not(:hover) .icon-search {
  filter: invert(1);
}
@media (min-width: 600px) {
  #header header:not(:hover) .icon-search {
    filter: none;
  }
}
.lookbook {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.lookbook img {
  display: block;
  width: 100%;
  height: 100%;
}
.lookbook--item {
  /** Variants */
  /** Look */
}
.lookbook--item__wide {
  width: 100%;
  aspect-ratio: 375/235;
}
@media (min-width: 415px) {
  .lookbook--item__wide {
    aspect-ratio: 2.4;
  }
}
.lookbook--item__three-cols {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: "a c" "b b" "b b";
}
.lookbook--item__three-cols .look:nth-child(1) {
  grid-area: a;
}
.lookbook--item__three-cols .look:nth-child(2) {
  grid-area: b;
}
.lookbook--item__three-cols .look:nth-child(3) {
  grid-area: c;
}
@media (min-width: 600px) {
  .lookbook--item__three-cols {
    aspect-ratio: 2.4;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-template-areas: unset;
  }
  .lookbook--item__three-cols .look:nth-child(1) {
    grid-area: unset;
  }
  .lookbook--item__three-cols .look:nth-child(2) {
    grid-area: unset;
  }
  .lookbook--item__three-cols .look:nth-child(3) {
    grid-area: unset;
  }
}
.lookbook--item__two-cols {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.lookbook--item__grid-left {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: "b c" "a a" "a a";
}
.lookbook--item__grid-left .look:nth-child(1) {
  grid-area: a;
}
.lookbook--item__grid-left .look:nth-child(2) {
  grid-area: b;
}
.lookbook--item__grid-left .look:nth-child(3) {
  grid-area: c;
}
@media (min-width: 600px) {
  .lookbook--item__grid-left {
    aspect-ratio: 1.2;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "a a b" "a a c";
  }
  .lookbook--item__grid-left .look:nth-child(1) {
    grid-area: a;
  }
  .lookbook--item__grid-left .look:nth-child(2) {
    grid-area: b;
  }
  .lookbook--item__grid-left .look:nth-child(3) {
    grid-area: c;
  }
}
.lookbook--item__grid-right {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: "a b" "c c" "c c";
}
.lookbook--item__grid-right .look:nth-child(1) {
  grid-area: a;
}
.lookbook--item__grid-right .look:nth-child(2) {
  grid-area: b;
}
.lookbook--item__grid-right .look:nth-child(3) {
  grid-area: c;
}
@media (min-width: 600px) {
  .lookbook--item__grid-right {
    aspect-ratio: 1.2;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "a c c" "b c c";
  }
  .lookbook--item__grid-right .look:nth-child(1) {
    grid-area: a;
  }
  .lookbook--item__grid-right .look:nth-child(2) {
    grid-area: b;
  }
  .lookbook--item__grid-right .look:nth-child(3) {
    grid-area: c;
  }
}
.lookbook .look {
  position: relative;
  opacity: 0;
}
.lookbook .look--image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.lookbook .look--infos {
  position: absolute;
  top: var(--top-mobile, var(--top));
  left: var(--left-mobile, var(--left));
  min-width: 18px;
  min-height: 18px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (min-width: 600px) {
  .lookbook .look--infos {
    min-width: 27px;
    min-height: 27px;
  }
}
@media (min-width: 415px) {
  .lookbook .look--infos {
    top: var(--top);
    left: var(--left);
  }
}
.lookbook .look--infos__open {
  z-index: 2;
}
.lookbook .look--infos__cta {
  position: absolute;
  top: 0;
  left: 0;
  appearance: none;
  border: none;
  background-color: white;
  width: 18px;
  box-sizing: border-box;
  padding: 0;
  aspect-ratio: 1;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  animation: blink 1.5s infinite ease-in-out;
  transition: transform ease-in-out 400ms;
}
@media (min-width: 600px) {
  .lookbook .look--infos__cta {
    width: 27px;
  }
}
.lookbook .look--infos__cta__open {
  animation: unset;
  transform: rotate(45deg);
}
.lookbook .look--infos__cta img {
  width: 10px;
  height: 10px;
  pointer-events: none;
  position: relative;
}
@media (min-width: 600px) {
  .lookbook .look--infos__cta img {
    width: 13px;
    height: 13px;
  }
}
.lookbook .look--infos__content {
  position: absolute;
  max-width: 130px;
  width: max-content;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  padding: 10px;
  transform: translate(9px, 9px);
  box-sizing: border-box;
  display: flex;
  opacity: 0;
  flex-direction: column;
  gap: 5px;
  transition: opacity ease-in-out 400ms;
  pointer-events: none;
}
@media (min-width: 600px) {
  .lookbook .look--infos__content {
    max-width: 200px;
    padding: 20px;
    transform: translate(13.5px, 13.5px);
  }
}
.lookbook .look--infos__content__left {
  right: 0;
  transform: translate(-9px, 9px);
}
@media (min-width: 600px) {
  .lookbook .look--infos__content__left {
    transform: translate(-13.5px, 13.5px);
  }
}
.lookbook .look--infos__content__left__reverse {
  right: unset;
  left: 0;
  transform: translate(9px, 9px);
}
.lookbook .look--infos__content__right {
  left: 0;
}
.lookbook .look--infos__content__right__reverse {
  left: unset;
  right: 0;
  transform: translate(-9px, 9px);
}
@media (min-width: 600px) {
  .lookbook .look--infos__content__right__reverse {
    transform: translate(-13.5px, 13.5px);
  }
}
.lookbook .look--infos__content__visible {
  transition-delay: 200ms;
  opacity: 1;
  pointer-events: all;
}
.lookbook .look--infos__content h3 {
  margin: 0;
  font-family: "oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
}
@media (min-width: 600px) {
  .lookbook .look--infos__content h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
.lookbook .look--infos__content .show {
  color: black;
  text-decoration: none;
  position: relative;
  width: max-content;
  margin-bottom: 3px;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.lookbook .look--infos__content .show:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: black;
  z-index: 1;
  transform-origin: left;
}
.lookbook .look--infos__content .show:hover:before {
  animation: linkUnderline 800ms ease-in-out forwards;
}
@media (min-width: 600px) {
  .lookbook .look--infos__content .show {
    font-size: 14px;
    line-height: 16.41px;
  }
}
.lookbook .look--infos__content .soon {
  color: black;
  text-decoration: none;
  margin-bottom: 3px;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 600px) {
  .lookbook .look--infos__content .soon {
    font-size: 14px;
    line-height: 16.41px;
  }
}
.lookbook .look--infos__header {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.lookbook .look--infos__header .price {
  display: flex;
  gap: 3px;
  align-items: center;
}
@media (min-width: 600px) {
  .lookbook .look--infos__header .price {
    gap: 5px;
  }
}
.lookbook .look--infos__header .price--original {
  font-family: "oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-decoration: line-through;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .lookbook .look--infos__header .price--original {
    font-size: 15px;
    line-height: 25px;
  }
}
.lookbook .look--infos__header .price--discount {
  padding: 2px 5px;
  background-color: black;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fbfbf7;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lookbook .look--infos__header .price--final {
  font-family: "oswald", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}
@media (min-width: 600px) {
  .lookbook .look--infos__header .price--final {
    font-size: 15px;
    line-height: 25px;
  }
}
.lookbook .look--infos__header .colors {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
}
@media (min-width: 600px) {
  .lookbook .look--infos__header .colors {
    font-size: 11px;
    line-height: 14.06px;
  }
}
.lookbook .slide-to-top {
  opacity: 0;
  position: fixed;
  bottom: 5%;
  right: 1.3%;
  z-index: 98;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  background: url(../images/scroll-to-top.svg) no-repeat 50% 50%;
  width: 45px;
  height: 45px;
}
.lookbook .slide-to-top__visible {
  opacity: 1;
}
.lookbook .slide-to-top svg {
  width: 100%;
  height: 100%;
}
.lookbook .slide-to-top:hover {
  transform: translateY(-5px);
}
@keyframes open {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes close {
  0% {
    opacity: 1;
  }
  99% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}
