@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;
}
<link
        rel="stylesheet"
        href="/on/demandware.static/-/Library-Sites-Claudie-Shared/default//assets/plp/main.css"
      />
@keyframes linkUnderline {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  49% {
    transform-origin: right;
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
.product-tile .tile-body {
  height: 47px;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .product-tile .tile-body {
    height: 34px;
  }
}
.product-grid {
  grid-auto-flow: row dense;
}
.product-grid .experience-component:has(> .custom-html-container) {
  margin: 0 0.25rem 0.6875rem;
}
.test--break {
  width: 100%;
  height: 100%;
  background-color: #00f;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.test--break:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "Test";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
}
.visual--break {
  width: 100%;
  height: calc(100% - 57px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  .visual--break {
    height: calc(100% - 55px);
  }
}
.visual--break img,
.visual--break picture {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.visual--break-overlink {
  color: transparent;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.visual--break-overlink:hover {
  color: transparent;
}
.visual--break-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  gap: 12px;
  padding: 20px;
}
@media (min-width: 1024px) {
  .visual--break-content {
    padding: 40px;
  }
}
.visual--break-content h1 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  margin: 0;
}
@media (min-width: 1024px) {
  .visual--break-content h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
.visual--break-content h2 {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 1024px) {
  .visual--break-content h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.visual--break-content h3 {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 1024px) {
  .visual--break-content h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.visual--break-content p {
  font-size: 14px;
  line-height: 16.41px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  margin: 0;
  text-align: center;
}
.visual--break-cta {
  width: max-content;
  font-size: 14px;
  line-height: 16.41px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  margin: 0;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: currentColor;
  position: relative;
  pointer-events: all;
  z-index: 3;
}
.visual--break-cta:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  z-index: 1;
  transform-origin: left;
}
.visual--break-cta:hover:before {
  animation: linkUnderline 0.8s ease-in-out forwards;
}
.visual--break-sub {
  font-size: 14px;
  text-align: center;
  line-height: 17px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  letter-spacing: 5%;
  margin: 0;
}
@media (min-width: 1024px) {
  .visual--break-sub {
    font-size: 20px;
    line-height: 24px;
  }
}
.visual--break-hidden-tee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.visual--break-hidden-tee:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.visual--break-countdown-time {
  display: flex;
  gap: 5px;
}
.visual--break-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: 1024px) {
  .visual--break-countdown-time > span {
    font-size: 32px;
    line-height: 38px;
  }
}
.visual--break-countdown-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.visual--break-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: 1024px) {
  .visual--break-countdown-block span:first-child {
    font-size: 32px;
    line-height: 38px;
  }
}
.visual--break-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: 1024px) {
  .visual--break-countdown-block span:last-child {
    font-size: 12px;
    line-height: 26px;
  }
}
.visual--break-date {
  position: absolute;
  top: 0;
  left: 0;
  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: 1024px) {
  .visual--break-date {
    font-size: 14px;
    line-height: 21px;
  }
}
.row-span-1_1.column-span-2_2 {
  aspect-ratio: 956/700;
}
.row-span-1_1.column-span-2_2 .visual--break {
  height: 100%;
}
@media (min-width: 1024px) {
  .row-span-1_1.column-span-2_2 {
    aspect-ratio: unset;
  }
  .row-span-1_1.column-span-2_2 .visual--break {
    height: calc(100% - 55px);
  }
}
.row-span-2_2.column-span-2_2 {
  aspect-ratio: 956/1400;
}
.row-span-2_2.column-span-2_2 .visual--break {
  height: 100%;
}
@media (min-width: 1024px) {
  .row-span-2_2.column-span-2_2 {
    aspect-ratio: unset;
  }
  .row-span-2_2.column-span-2_2 .visual--break {
    height: calc(100% - 55px);
  }
}
.plp--banner {
  width: 100%;
  margin-bottom: 12px;
  min-height: 100px;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  .plp--banner {
    min-height: 200px;
  }
}
.plp--banner img,
.plp--banner picture {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.plp--banner-overlink {
  color: transparent;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plp--banner-overlink:hover {
  color: transparent;
}
.plp--banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 20px;
  box-sizing: border-box;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .plp--banner-content {
    padding: 40px;
  }
}
.plp--banner-content h1 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  margin: 0;
}
@media (min-width: 1024px) {
  .plp--banner-content h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
.plp--banner-content h2 {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 1024px) {
  .plp--banner-content h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.plp--banner-content h3 {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 1024px) {
  .plp--banner-content h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.plp--banner-content p {
  font-size: 14px;
  line-height: 16.41px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  margin: 0;
  text-align: center;
}
.plp--banner-booster {
  padding: 0 10px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 22.9px;
  text-align: center;
}
@media (min-width: 1024px) {
  .plp--banner-booster {
    font-size: 13px;
    line-height: 26px;
  }
}
.plp--banner-cta {
  width: max-content;
  font-size: 14px;
  line-height: 16.41px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  margin: 0;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: currentColor;
  position: relative;
  z-index: 3;
  pointer-events: all;
}
.plp--banner-cta:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  z-index: 1;
  transform-origin: left;
}
.plp--banner-cta:hover:before {
  animation: linkUnderline 0.8s ease-in-out forwards;
}
.plp--banner-sub {
  font-size: 14px;
  text-align: center;
  line-height: 17px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  letter-spacing: 5%;
  margin: 0;
}
@media (min-width: 1024px) {
  .plp--banner-sub {
    font-size: 20px;
    line-height: 24px;
  }
}
.plp--banner-hidden-tee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plp--banner-hidden-tee:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.plp--banner-countdown-time {
  display: flex;
  gap: 5px;
}
.plp--banner-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: 1024px) {
  .plp--banner-countdown-time > span {
    font-size: 32px;
    line-height: 38px;
  }
}
.plp--banner-countdown-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.plp--banner-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: 1024px) {
  .plp--banner-countdown-block span:first-child {
    font-size: 32px;
    line-height: 38px;
  }
}
.plp--banner-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: 1024px) {
  .plp--banner-countdown-block span:last-child {
    font-size: 12px;
    line-height: 26px;
  }
}
.plp--banner-date {
  position: absolute;
  top: 0;
  left: 0;
  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: 1024px) {
  .plp--banner-date {
    font-size: 14px;
    line-height: 21px;
  }
}
.plp--video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  clip-path: "inset(0.01px 0.01px)";
}
.plp--video:focus {
  outline: none;
}
.plp--video--controls {
  width: unset;
  padding: unset;
  color: unset;
  line-height: unset;
  text-transform: unset;
  font-family: unset;
  font-size: unset;
  letter-spacing: unset;
  --bg-color: white;
  position: absolute;
  z-index: 3;
  bottom: 10px;
  right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: #fff;
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
}
.plp--video--controls-top-right {
  top: 10px;
  right: 10px;
  bottom: unset;
}
@media (min-width: 1024px) {
  .plp--video--controls:not(.plp--video--controls-top-right) {
    bottom: 20px;
    right: 20px;
  }
  .plp--video--controls.plp--video--controls-top-right {
    top: 20px;
    right: 20px;
    bottom: unset;
  }
}
.plp--video--controls:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 9.33px;
  width: 9.33px;
  position: relative;
  top: 0;
  left: 0;
  align-items: center;
}
.plp--video--controls:hover {
  opacity: 1;
}
.plp--video--controls:hover:before {
  mix-blend-mode: unset;
}
.plp--video--controls__play:before {
  background-image: url(./pause.svg);
}
.plp--video--controls__pause:before {
  background-image: url(./play.svg);
}
.plp-nav-header .filter-controls,
[data-scroll-dir="down"] .plp-nav-header .filter-controls {
  box-shadow: none !important;
}
