@charset "UTF-8";
.whiteroom__banner-home {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  height: 1100px;
  margin: 0 auto;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-color: #000000;
}
.whiteroom__banner-home-video {
  position: relative;
  z-index: 0;
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, rgb(0, 0, 0)), to(transparent));
  -webkit-mask-image: linear-gradient(transparent, rgb(0, 0, 0) 60%, transparent);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, rgb(0, 0, 0)), to(transparent));
          mask-image: linear-gradient(transparent, rgb(0, 0, 0) 60%, transparent);
}
.whiteroom__banner-home::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
}
.whiteroom__banner-home-content {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 320px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: none;
}
.whiteroom__banner-home-content-title {
  width: 85%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 4.5rem;
  color: #FFFFFF;
}
.whiteroom__banner-home-content-subtitle {
  width: 85%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #FFFFFF;
}
.whiteroom__banner-home-content-products {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  overscroll-behavior-x: auto;
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
}
@media (min-width: 400px) {
  .whiteroom__banner-home-content {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 320px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-x: none;
  }
  .whiteroom__banner-home-content-title {
    font-size: 7rem;
    line-height: 7rem;
  }
  .whiteroom__banner-home-content-subtitle {
    width: 85%;
    min-width: 288px;
    height: auto;
    margin: 0 auto;
    margin-top: 0.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 2.8rem;
    color: #FFFFFF;
  }
}
@media (min-width: 600px) {
  .whiteroom__banner-home-video {
    aspect-ratio: 16/9;
  }
  .whiteroom__banner-home-content-title {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .whiteroom__banner-home {
    height: auto;
    padding: 2vw 0;
  }
  .whiteroom__banner-home-content {
    width: 90%;
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .whiteroom__banner-home-content-title {
    width: 50vw;
    margin: 0;
    font-size: 4.5vw;
    line-height: 4vw;
  }
  .whiteroom__banner-home-content-subtitle {
    width: 50vw;
    margin: 0;
    margin-top: 1vw;
    margin-bottom: 3vw;
    font-size: 1.4vw;
  }
  .whiteroom__banner-home-content-products {
    position: relative;
    z-index: 0;
    width: 55%;
    border-radius: 1vw;
    padding-bottom: 1vw;
    /* Ponemos un color de fondo y redondeamos las esquinas del thumb */
    /* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
    /* Cambiamos el fondo cuando esté en active */
    /* Ponemos un color de fondo y redondeamos las esquinas del track */
    /* Cambiamos el fondo cuando esté en active o hover */
  }
  .whiteroom__banner-home-content-products::-webkit-scrollbar {
    width: 2vw;
    height: 0.75vw;
  }
  .whiteroom__banner-home-content-products::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(0.4vw);
    border-radius: 5rem;
    opacity: 0.5;
  }
  .whiteroom__banner-home-content-products::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(0.4vw);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    cursor: -webkit-grab;
    cursor: grab;
  }
  .whiteroom__banner-home-content-products::-webkit-scrollbar-thumb:active {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(0.4vw);
  }
  .whiteroom__banner-home-content-products::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
  }
  .whiteroom__banner-home-content-products::-webkit-scrollbar-track:hover, .whiteroom__banner-home-content-products::-webkit-scrollbar-track:active {
    background: transparent;
  }
  .whiteroom__banner-home-content-products .whiteroom-loop-start__products {
    margin: 0;
    padding: 0 !important;
    gap: 2vw;
    border-radius: 1vw;
  }
  .whiteroom__banner-home-content-products .whiteroom-loop-start__products .whiteroom__product {
    min-height: 460px;
  }
}
@media (min-width: 1400px) {
  .whiteroom__banner-home {
    height: auto;
    padding: 2vw 0;
  }
  .whiteroom__banner-home-content {
    width: 90%;
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .whiteroom__banner-home-content-title {
    width: 50vw;
    margin: 0;
    font-size: 4.5vw;
    line-height: 4vw;
  }
  .whiteroom__banner-home-content-subtitle {
    width: 50vw;
    margin: 0;
    margin-top: 1vw;
    margin-bottom: 3vw;
    font-size: 1.4vw;
  }
  .whiteroom__banner-home-content-products {
    position: relative;
    z-index: 0;
    width: 55%;
    border-radius: 1vw;
    padding-bottom: 1vw;
    /* Ponemos un color de fondo y redondeamos las esquinas del thumb */
    /* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
    /* Cambiamos el fondo cuando esté en active */
    /* Ponemos un color de fondo y redondeamos las esquinas del track */
    /* Cambiamos el fondo cuando esté en active o hover */
  }
  .whiteroom__banner-home-content-products::-webkit-scrollbar {
    width: 2vw;
    height: 0.75vw;
  }
  .whiteroom__banner-home-content-products::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(0.4vw);
    border-radius: 5rem;
    opacity: 0.5;
  }
  .whiteroom__banner-home-content-products::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(0.4vw);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    cursor: -webkit-grab;
    cursor: grab;
  }
  .whiteroom__banner-home-content-products::-webkit-scrollbar-thumb:active {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(0.4vw);
  }
  .whiteroom__banner-home-content-products::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
  }
  .whiteroom__banner-home-content-products::-webkit-scrollbar-track:hover, .whiteroom__banner-home-content-products::-webkit-scrollbar-track:active {
    background: transparent;
  }
  .whiteroom__banner-home-content-products .whiteroom-loop-start__products {
    width: 85vw;
    margin: 0;
    padding: 0 !important;
    gap: 2vw;
    border-radius: 1vw;
  }
  .whiteroom__banner-home-content-products .whiteroom-loop-start__products .whiteroom__product {
    min-height: 600px;
  }
}