.whiteroom-item-product {
  width: 100%;
  height: auto;
}

.whiteroom__product {
  position: relative;
  z-index: 0;
  width: 288px;
  height: auto;
  min-height: 525px;
  margin: 0 auto;
  border-radius: 1.8rem;
  padding: 1.5rem 2rem;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFFFFF;
  overflow: hidden;
}
.whiteroom__product .woocommerce-LoopProduct-link, .whiteroom__product .woocommerce-loop-product__link {
  text-decoration: none !important;
  color: #000000;
  outline: none;
}
.whiteroom__product .woocommerce-LoopProduct-link:focus, .whiteroom__product .woocommerce-loop-product__link:focus {
  outline: none;
}
.whiteroom__product-image {
  width: 100%;
  height: auto;
}
.whiteroom__product-image-picture {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.whiteroom__product-image-picture > img {
  width: 100%;
  height: auto;
  margin: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.whiteroom__product-image-picture-principal {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.whiteroom__product-image-picture-secundario {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.whiteroom__product-image-picture:hover .whiteroom__product-image-picture-secundario {
  opacity: 1;
}
.whiteroom__product-title {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: 3rem;
  margin: 0 auto;
  margin-top: 1rem;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.whiteroom__product-title-content {
  width: 100%;
  height: auto;
}
.whiteroom__product-title-content--text {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 50px;
  margin-top: 0.25rem;
  overflow: hidden;
}
.whiteroom__product-title-content--text::before {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#FFFFFF));
  background: linear-gradient(transparent, #FFFFFF);
  content: "";
}
.whiteroom__product-title-content-h2 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  color: #131313;
}
.whiteroom__product-title-content-tallas {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}
.whiteroom__product-title-content-tallas p {
  margin: 0;
  display: inline-block;
  color: #131313;
}
.whiteroom__product-title-content-text {
  margin: 0;
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  color: #535353;
  text-align: left;
}
.whiteroom__product-title-content-taxonomies {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
}
.whiteroom__product-title-content-taxonomies > p {
  margin: 0;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-family: "Inter";
  font-weight: 500;
  font-size: 1.3rem;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(3rem);
  text-align: left;
}
.whiteroom__product-info {
  margin-top: 1rem;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.whiteroom__product-info span[class=onsale] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  background-color: #272727;
  color: #FFFFFF;
}
.whiteroom__product-info span[class=price] {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.8rem !important;
  color: #141414 !important;
}
.whiteroom__product-message {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #949494;
}
.whiteroom__product-message svg {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #949494;
}
.whiteroom__product-message p {
  margin: 0;
}
.whiteroom__product-tallas {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: auto;
  bottom: 7rem;
  left: 0;
  right: 0;
  border-radius: 1rem;
  border: solid 0.2rem rgb(238, 238, 238);
  padding: 1.5rem;
  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;
  gap: 1rem;
  background: rgba(238, 238, 238, 0.8);
  backdrop-filter: blur(4px);
  color: #131313;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.2s cubic-bezier(0.73, -0.19, 0.28, 1.16);
  transition: all 0.2s cubic-bezier(0.73, -0.19, 0.28, 1.16);
}
.whiteroom__product-tallas button {
  width: 4rem;
  height: 4rem;
  margin: 0;
  border: none;
  border-radius: 1rem;
  padding: 1rem;
  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;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  background-color: #FFFFFF;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.whiteroom__product-tallas button:hover, .whiteroom__product-tallas button:focus {
  outline: none;
  color: #FFFFFF;
  background-color: #131313;
}
.whiteroom__product-tallas--show {
  bottom: 7.5rem;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.whiteroom__product-link-cart {
  width: 100%;
  height: auto;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
}
.whiteroom__product-link-cart .whiteroom-button-mostrar-tallas {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 1.8rem;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(3rem);
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.whiteroom__product-link-cart .whiteroom-button-content-product[disabled] {
  color: #131313;
  background-color: #cecece;
}

@media (min-width: 1200px) {
  .whiteroom__banner-home-content-products li {
    width: auto !important;
    min-width: 260px;
  }
  .whiteroom__product {
    position: relative;
    z-index: 0;
    width: 20vw;
    border-radius: 1vw;
    padding: 1vw 1.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #FFFFFF;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0.1vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.1vw rgba(0, 0, 0, 0.1);
  }
  .whiteroom__product-image {
    width: 100%;
    height: auto;
  }
  .whiteroom__product-image-picture {
    border-radius: 0.5vw;
  }
  .whiteroom__product-title {
    margin-top: 1vw;
  }
  .whiteroom__product-title-content {
    width: 100%;
    height: auto;
  }
  .whiteroom__product-title-content--text {
    height: 3.5vw;
    margin-top: 0.25vw;
  }
  .whiteroom__product-title-content--text::before {
    height: 1vw;
  }
  .whiteroom__product-title-content-h2 {
    font-size: 1.2vw;
  }
  .whiteroom__product-title-content-tallas {
    margin-top: 0.25vw;
    gap: 0.5vw;
    font-size: 1vw;
  }
  .whiteroom__product-title-content-text {
    font-size: 1vw;
  }
  .whiteroom__product-title-content-taxonomies {
    margin-top: 0.25vw;
  }
  .whiteroom__product-title-content-taxonomies > p {
    border-radius: 0.75vw;
    padding: 0.25vw 0.75vw;
    font-size: 0.85vw;
  }
  .whiteroom__product-info span[class=onsale] {
    font-size: 0.7vw;
  }
  .whiteroom__product-info span[class=price] {
    font-size: 1.2vw !important;
  }
  .whiteroom__product-link-cart {
    display: none;
  }
}