@import "https://fonts.bunny.net/css?family=oswald:300,400,500,600|roboto:300,400,600,700";
html,
body {
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}
@keyframes linkUnderline {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  49% {
    transform-origin: right;
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
#wrapper {
  overflow: unset !important;
  background-color: #e0dfdb;
}
@media screen and (max-width: 1259px) {
  .pt_customer-service #main {
    margin-top: 0;
  }
}
.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;
}
#header header:hover {
  background-color: #e0dfdb;
}
#header header.opaque {
  background-color: #e0dfdb;
}
#header header.opaque:hover {
  background-color: #fbfbf7;
}
.slide-to-top {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  opacity: 0;
  cursor: pointer;
  position: fixed;
  bottom: 5%;
  right: 1.3%;
  z-index: 98;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  width: 45px;
  height: 45px;
}
.slide-to-top__visible {
  opacity: 1;
}
.slide-to-top svg {
  width: 100%;
  height: 100%;
}
.slide-to-top:hover {
  transform: translateY(-5px);
  background-color: transparent;
}
.claudie-29 {
  background-color: #e0dfdb;
}
.current {
  width: 100%;
  position: relative;
}
.current--carousel {
  width: 100%;
  position: absolute;
  aspect-ratio: 375/550;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
}
@media (min-width: 920px) {
  .current--carousel {
    max-height: unset;
    height: calc(100svh - 26px);
  }
}
.current--carousel-grabbing {
  cursor: grabbing;
}
.current--carousel-items {
  position: relative;
  height: 100%;
}
.current--carousel-item {
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  transform: translate(var(--offset));
  transform-origin: center center;
  aspect-ratio: 375/550;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
@media (min-width: 650px) {
  .current--carousel-item {
    width: unset;
    height: 100%;
    max-height: calc(100svh - 26px);
  }
}
@media (min-width: 920px) {
  .current--carousel-item {
    max-height: unset;
    height: 100%;
    aspect-ratio: 638/935;
  }
}
.current--content {
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media (min-width: 920px) {
  .current--content {
    padding: 0 35px 35px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    height: calc(100svh - 26px);
  }
}
.current--edito {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-end;
  aspect-ratio: 375/550;
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  box-sizing: border-box;
}
@media (min-width: 650px) {
  .current--edito {
    margin-top: 0;
    max-height: calc(100svh - 26px);
  }
}
@media (min-width: 920px) {
  .current--edito {
    max-height: unset;
    padding: 0;
    width: unset;
    aspect-ratio: unset;
    height: unset;
    gap: 20px;
  }
}
.current--edito h1 {
  font-family: Oswald, sans-serif;
  font-size: 38px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  max-width: 160px;
  margin: 0 0 0 -3px;
}
@media (min-width: 920px) {
  .current--edito h1 {
    font-size: 80px;
    line-height: 83px;
  }
}
@media (min-width: 920px) {
  .current--edito h1 {
    max-width: 400px;
  }
}
.current--edito h1 p {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 920px) {
  .current--edito h1 p {
    font-size: 80px;
    line-height: 83px;
  }
}
.current--edito span {
  font-family: Oswald;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 920px) {
  .current--edito span {
    font-size: 20px;
    line-height: 24px;
  }
}
.current--ctas {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 920px) {
  .current--ctas {
    flex-direction: row;
    gap: 20px;
  }
}
.current--ctas a {
  position: relative;
  width: max-content;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: #000;
}
.current--ctas a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
  transform-origin: left;
}
.current--ctas a:hover:before {
  animation: linkUnderline 0.8s ease-in-out forwards;
}
.current--tag {
  background-color: #fff;
  padding: 30px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (min-width: 920px) {
  .current--tag {
    margin-top: 0;
    background-color: #fffc;
    padding: 35px;
    border-radius: 15px;
  }
}
.current--tag > span {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}
.current--tag-header {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.current--tag-title-date {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 920px) {
  .current--tag-title-date {
    align-items: unset;
    justify-content: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}
.current--tag-title-date h3 {
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}
@media (min-width: 920px) {
  .current--tag-title-date h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 920px) {
  .current--tag-title-date h3 {
    max-width: 180px;
  }
}
.current--tag-date {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 17.78px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0em;
  text-align: left;
  background-color: #000;
  padding: 0 8px;
  box-sizing: border-box;
  display: block;
  width: max-content;
}
@media (min-width: 920px) {
  .current--tag-date {
    font-size: 14px;
    line-height: 21px;
  }
}
.current--tag-price {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 920px) {
  .current--tag-price {
    font-size: 18px;
    line-height: 25px;
  }
}
.current--tag-show {
  display: block;
  width: 100%;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 15px 30px;
  box-sizing: border-box;
  background-color: #000;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
.current--tag-show:hover {
  background-color: #4d4d4d;
}
.edito {
  scroll-margin-top: 53px;
  background-color: #e0dfdb;
  padding: 50px 50px 0;
  box-sizing: border-box;
  opacity: 0;
}
@media (min-width: 920px) {
  .edito--content {
    max-width: 740px;
    margin: 0 auto;
  }
}
.edito--content h3 {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 920px) {
  .edito--content h3 {
    font-size: 20px;
    line-height: 29.64px;
  }
}
.edito--content p {
  font-family: Roboto, "sans-serif";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: justify;
}
.edito--content p strong {
  font-weight: 600;
}
.edito--content span {
  display: block;
  width: 100%;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: right;
}
@media (min-width: 920px) {
  .edito--content span {
    font-size: 16px;
    line-height: 23.71px;
  }
}
.products {
  scroll-margin-top: 53px;
  background-color: #e0dfdb;
}
.products > h3 {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  padding: 50px 0;
}
@media (min-width: 920px) {
  .products > h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
.products--grid {
  display: grid;
  width: 100%;
  border-top: 1px solid #000;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 920px) {
  .products--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .products--grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.products--item {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  opacity: 0;
}
.products--item:nth-child(2n) {
  border-right: 0;
}
@media (min-width: 920px) {
  .products--item:nth-child(2n) {
    border-right: 1px solid black;
  }
  .products--item:nth-child(3n) {
    border-right: 0px;
  }
}
@media (min-width: 1280px) {
  .products--item:nth-child(3n) {
    border-right: 1px solid black;
  }
  .products--item:nth-child(4n) {
    border-right: 0px;
  }
}
.products--item img {
  width: 100%;
  display: block;
}
.products--content {
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products--countdown {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  gap: 8px;
}
.products--countdown h3 {
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 920px) {
  .products--countdown h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.products--countdown-time {
  display: flex;
  gap: 5px;
}
.products--countdown-time > span {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
@media (min-width: 920px) {
  .products--countdown-time > span {
    font-size: 32px;
    line-height: 38px;
  }
}
.products--countdown-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.products--countdown-block span:first-child {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
@media (min-width: 920px) {
  .products--countdown-block span:first-child {
    font-size: 32px;
    line-height: 38px;
  }
}
.products--countdown-block span:last-child {
  font-family: Oswald, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 920px) {
  .products--countdown-block span:last-child {
    font-size: 12px;
    line-height: 26px;
  }
}
.products--date {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 17.78px;
  color: #fff;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  background-color: #000;
  padding: 0 8px;
  box-sizing: border-box;
  display: block;
  width: max-content;
  z-index: 2;
}
@media (min-width: 920px) {
  .products--date {
    font-size: 14px;
    line-height: 21px;
  }
}
.products--details {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  box-sizing: border-box;
}
@media (min-width: 920px) {
  .products--details {
    padding: 35px;
    gap: 0px;
  }
}
.products--details h4 {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 920px) {
  .products--details h4 {
    font-size: 16px;
    line-height: 19px;
  }
}
.products--price {
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 920px) {
  .products--price {
    font-size: 16px;
    line-height: 25px;
  }
}
.products--availability {
  font-family: Roboto, sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 920px) {
  .products--availability {
    font-size: 11px;
    line-height: 24px;
  }
}
.products--availability-oos {
  font-family: Roboto, sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
  color: #da0000;
}
@media (min-width: 920px) {
  .products--availability-oos {
    font-size: 11px;
    line-height: 24px;
  }
}
.landing--footer {
  z-index: 1;
  padding: 50px 15px;
  background-color: #e0dfdb;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 650px) {
  .landing--footer {
    flex-direction: row;
    gap: 8px;
    padding: 50px;
  }
}
.landing--footer .landing--footer-cta {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid black;
  width: 100%;
  display: block;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
@media (min-width: 650px) {
  .landing--footer .landing--footer-cta {
    min-width: 250px;
    width: max-content;
  }
}
.landing--footer .landing--footer-cta:first-of-type {
  color: #000;
}
.landing--footer .landing--footer-cta:last-of-type {
  background-color: #000;
  color: #fff;
}
.landing--footer .landing--footer-cta:hover:first-of-type {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.landing--footer .landing--footer-cta:hover:last-of-type {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
.landing--footer .landing--footer-cta:hover:last-of-type:first-of-type {
  color: #fff;
}
