@charset "UTF-8";
.whiteroom-single-product {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  height: auto;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
.whiteroom-single-product--mobile {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.whiteroom-single-product--mobile .whiteroom__product-tallas {
  position: absolute;
  z-index: 10;
  width: 90%;
  min-width: 288px;
  height: auto;
  bottom: 17rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  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-single-product--mobile .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-single-product--mobile .whiteroom__product-tallas button:hover, .whiteroom-single-product--mobile .whiteroom__product-tallas button:focus {
  color: #FFFFFF;
  background-color: #131313;
}
.whiteroom-single-product--mobile .whiteroom__product-tallas--show {
  bottom: 18rem;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.whiteroom-single-product--mobile .whiteroom-button-mostrar-tallas {
  width: 100% !important;
  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-single-product--mobile .whiteroom-button-mostrar-tallas:focus, .whiteroom-single-product--mobile .whiteroom-button-mostrar-tallas:hover {
  outline: none;
}
.whiteroom-single-product-content {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whiteroom-single-product-content__images {
  width: 100%;
  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;
  gap: 1rem;
}
.whiteroom-single-product-content__images-principal {
  width: 100%;
  height: 30rem;
  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;
}
.whiteroom-single-product-content__images-principal img {
  width: 100%;
  height: auto;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: optimizeQuality;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.whiteroom-single-product-content__images-gallery {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  overflow-x: scroll;
  overscroll-behavior-x: auto;
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
}
.whiteroom-single-product-content__images-gallery::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
.whiteroom-single-product-content__images-gallery {
  /* Ponemos un color de fondo y redondeamos las esquinas del thumb */
}
.whiteroom-single-product-content__images-gallery::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5rem;
  opacity: 0.5;
}
.whiteroom-single-product-content__images-gallery {
  /* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
}
.whiteroom-single-product-content__images-gallery::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5;
  -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);
}
.whiteroom-single-product-content__images-gallery {
  /* Cambiamos el fondo cuando esté en active */
}
.whiteroom-single-product-content__images-gallery::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}
.whiteroom-single-product-content__images-gallery {
  /* Ponemos un color de fondo y redondeamos las esquinas del track */
}
.whiteroom-single-product-content__images-gallery::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.whiteroom-single-product-content__images-gallery {
  /* Cambiamos el fondo cuando esté en active o hover */
}
.whiteroom-single-product-content__images-gallery::-webkit-scrollbar-track:hover, .whiteroom-single-product-content__images-gallery::-webkit-scrollbar-track:active {
  background: transparent;
}
.whiteroom-single-product-content__images-gallery img {
  min-width: auto;
  height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: optimizeQuality;
}
.whiteroom-single-product-content__summary {
  width: 100%;
  min-width: 288px;
  font-family: "Inter", sans-serif;
}
.whiteroom-single-product-content__summary-title {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  color: #000000;
}
.whiteroom-single-product-content__summary-price {
  width: 100%;
  height: auto;
  margin: 0;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
  color: #1d1d1d;
}
.whiteroom-single-product-content__summary-price-principal {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
}
.whiteroom-single-product-content__summary-price-principal > span {
  margin: 0;
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  padding: 0;
  display: inline-block;
  vertical-align: text-top;
  font-size: 1.3rem;
  font-weight: 700;
}
.whiteroom-single-product-content__summary-price-secondary {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #aaaaaa;
  -webkit-text-decoration: 0.1rem line-through #aaaaaa;
          text-decoration: 0.1rem line-through #aaaaaa;
}
.whiteroom-single-product-content__summary-price-secondary > span {
  padding: 0;
  display: inline-block;
  vertical-align: text-top;
  font-size: 1.2rem;
}
.whiteroom-single-product-content__summary-description {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-top: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #131313;
}
.whiteroom-single-product-content__summary-buttons {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.whiteroom-single-product-content__summary-buttons-tallas {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.whiteroom-single-product-content__summary-buttons-tallas-button {
  width: 5rem;
  height: 5rem;
  border: solid 0.2rem #e7e7e7;
  border-radius: 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;
  background: rgba(252, 252, 252, 0.8);
  backdrop-filter: blur(3rem);
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #131313;
  outline: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.whiteroom-single-product-content__summary-buttons-tallas-button--selected {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8);
}
.whiteroom-single-product-content__summary-buttons-tallas-button:disabled {
  -webkit-column-rule: #0f0f0f;
     -moz-column-rule: #0f0f0f;
          column-rule: #0f0f0f;
  background-color: #c9c9c9;
}
.whiteroom-single-product-content__summary-buttons-tallas-button:hover {
  background-color: #f0f0f0;
}
.whiteroom-single-product-content__summary-buttons-tallas-button:focus {
  outline: none;
}
.whiteroom-single-product-content__summary-buttons-colors {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.whiteroom-single-product-content__summary-buttons-colors-button {
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.whiteroom-single-product-content__summary-buttons-colors-button:focus, .whiteroom-single-product-content__summary-buttons-colors-button:active {
  outline: 5px solid #131313;
}
.whiteroom-single-product-content__summary-buttons-colors-button:hover {
  outline: 5px solid #131313;
  background-color: #FFFFFF;
  opacity: 0.5;
}
.whiteroom-single-product-content__summary-buttons-colors-button--dorado {
  background-color: #DBAD01 !important;
}
.whiteroom-single-product-content__summary-buttons-colors-button--rojo {
  background-color: #FB3640 !important;
}
.whiteroom-single-product-content__summary-buttons-colors-button--amarillo {
  background-color: #E1FF4F !important;
}
.whiteroom-single-product-content__summary-buttons-colors-button--cian {
  background-color: #2BCFC8 !important;
}
.whiteroom-single-product-content__summary-quantity {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  display: none;
}
.whiteroom-single-product-content__summary-quantity-form {
  width: 100%;
  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;
  gap: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.whiteroom-single-product-content__summary-quantity-form-info {
  width: 100%;
  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;
  gap: 0.5rem;
}
.whiteroom-single-product-content__summary-quantity-form-info-label {
  width: 100%;
  height: auto;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  color: #000000;
}
.whiteroom-single-product-content__summary-quantity-form-info-input {
  width: 100%;
  height: auto;
  border: none !important;
  border-radius: 1.6rem !important;
  padding: 1.5rem !important;
  outline: none !important;
  color: #FFFFFF !important;
  background: rgba(0, 0, 0, 0.9) !important;
  backdrop-filter: blur(3rem);
  font-family: "Inter", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.whiteroom-single-product-content__summary-quantity-form-info-input:focus {
  outline: none;
}
.whiteroom-single-product-content__summary-quantity-form-info-input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.whiteroom-single-product-content__summary-quantity-form-info-input::-moz-placeholder {
  color: #FFFFFF;
}
.whiteroom-single-product-content__summary-quantity-form-info-input:-ms-input-placeholder {
  color: #FFFFFF;
}
.whiteroom-single-product-content__summary-quantity-form-info-input::-ms-input-placeholder {
  color: #FFFFFF;
}
.whiteroom-single-product-content__summary-quantity-form-info-input::placeholder {
  color: #FFFFFF;
}
.whiteroom-single-product-content__summary-quantity-form-info-input:disabled {
  background-color: rgba(243, 243, 243, 0.9) !important;
}
.whiteroom-single-product-content__summary-quantity-form-info-input:disabled::-webkit-input-placeholder {
  color: #505050;
}
.whiteroom-single-product-content__summary-quantity-form-info-input:disabled::-moz-placeholder {
  color: #505050;
}
.whiteroom-single-product-content__summary-quantity-form-info-input:disabled:-ms-input-placeholder {
  color: #505050;
}
.whiteroom-single-product-content__summary-quantity-form-info-input:disabled::-ms-input-placeholder {
  color: #505050;
}
.whiteroom-single-product-content__summary-quantity-form-info-input:disabled::placeholder {
  color: #505050;
}
.whiteroom-single-product-content__summary-quantity-form-addtocart {
  width: 100%;
  min-width: 288px;
  height: auto;
}
.whiteroom-single-product-content__summary-quantity-form-addtocart > button {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1.6rem;
  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;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(3rem);
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.whiteroom-single-product-content__summary-quantity-form-addtocart > button > svg {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  fill: #FFFFFF;
  pointer-events: none;
  -webkit-animation: spinnRotate 1s cubic-bezier(0.58, 0.01, 0.49, 0.99) infinite;
          animation: spinnRotate 1s cubic-bezier(0.58, 0.01, 0.49, 0.99) infinite;
}
@-webkit-keyframes spinnRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinnRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.whiteroom-single-product-content__summary-quantity-form-addtocart > button:hover {
  background-color: #d4d4d4;
  color: #161616;
}
.whiteroom-single-product-content__summary-quantity-form-addtocart > button:focus {
  outline: none;
}
.whiteroom-single-product-content__summary-quantity-form-whatsapp {
  width: 100%;
  min-width: 288px;
  height: auto;
}
.whiteroom-single-product-content__summary-quantity-form-whatsapp a {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1.8rem;
  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;
  gap: 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(67, 235, 97)), color-stop(rgb(56, 222, 86)), to(rgb(33, 203, 66)));
  background: linear-gradient(90deg, rgb(67, 235, 97), rgb(56, 222, 86), rgb(33, 203, 66));
  backdrop-filter: blur(3rem);
  text-align: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #FFFFFF;
}
.whiteroom-single-product-content__summary-quantity-form-whatsapp a > svg {
  width: 1.5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #FFFFFF;
  pointer-events: none;
}
.whiteroom-single-product-content__empty {
  width: 100%;
  height: auto;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: rgb(255, 75, 75);
}
.whiteroom-single-product-content__related {
  width: 100%;
  height: auto;
  border-radius: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: scroll;
  overscroll-behavior-x: auto;
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.whiteroom-single-product-content__related::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
.whiteroom-single-product-content__related {
  /* Ponemos un color de fondo y redondeamos las esquinas del thumb */
}
.whiteroom-single-product-content__related::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5rem;
  opacity: 0.5;
}
.whiteroom-single-product-content__related {
  /* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
}
.whiteroom-single-product-content__related::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5;
  -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);
}
.whiteroom-single-product-content__related {
  /* Cambiamos el fondo cuando esté en active */
}
.whiteroom-single-product-content__related::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}
.whiteroom-single-product-content__related {
  /* Ponemos un color de fondo y redondeamos las esquinas del track */
}
.whiteroom-single-product-content__related::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.whiteroom-single-product-content__related {
  /* Cambiamos el fondo cuando esté en active o hover */
}
.whiteroom-single-product-content__related::-webkit-scrollbar-track:hover, .whiteroom-single-product-content__related::-webkit-scrollbar-track:active {
  background: transparent;
}

@media (min-width: 1200px) {
  .whiteroom-single-product--mobile {
    display: none;
  }
  .whiteroom-single-product-content {
    position: relative !important;
    z-index: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5fr 3vw 6fr;
    grid-template-columns: 5fr 6fr;
    grid-auto-rows: auto;
    gap: 3vw;
  }
  .whiteroom-single-product-content__images {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
  }
  .whiteroom-single-product-content__images-principal {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .whiteroom-single-product-content__images-gallery {
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1vw;
  }
  .whiteroom-single-product-content__images-gallery img {
    height: 6vw;
  }
  .whiteroom-single-product-content__images-gallery img:hover {
    cursor: pointer;
  }
  .whiteroom-single-product-content__summary-title {
    font-size: 3.5vw;
    font-weight: 700;
    color: #000000;
  }
  .whiteroom-single-product-content__summary-price {
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5vw;
    color: #1d1d1d;
  }
  .whiteroom-single-product-content__summary-price-principal {
    font-weight: 500;
    font-size: 2.8vw;
  }
  .whiteroom-single-product-content__summary-price-principal > span {
    margin-right: 0.25vw;
    margin-top: 0.5vw;
    padding: 0;
    display: inline-block;
    vertical-align: text-top;
    font-size: 1vw;
    font-weight: 600;
  }
  .whiteroom-single-product-content__summary-price-secondary {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1vw;
    color: #aaaaaa;
    -webkit-text-decoration: 1px line-through #aaaaaa;
            text-decoration: 1px line-through #aaaaaa;
  }
  .whiteroom-single-product-content__summary-price-secondary > span {
    padding: 0;
    display: inline-block;
    vertical-align: text-top;
    font-size: 0.8vw;
    font-weight: 600;
  }
  .whiteroom-single-product-content__summary-description {
    width: 100%;
    max-width: 100%;
    height: auto;
    font-family: "Inter", sans-serif;
    font-size: 1.2vw;
    line-height: 1.6vw;
    font-weight: 400;
    text-align: justify;
    color: rgb(0, 0, 0);
  }
  .whiteroom-single-product-content__summary-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1vw;
  }
  .whiteroom-single-product-content__summary-buttons-tallas {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1vw;
  }
  .whiteroom-single-product-content__summary-buttons-tallas-button {
    width: 4vw;
    height: 4vw;
    border: solid 0.2vw #e4e4e4;
    border-radius: 1vw;
    font-size: 1.1vw;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
  }
  .whiteroom-single-product-content__summary-buttons-tallas-button:disabled {
    -webkit-column-rule: #dadada;
       -moz-column-rule: #dadada;
            column-rule: #dadada;
    background-color: #c9c9c9;
  }
  .whiteroom-single-product-content__summary-buttons-tallas-button:hover {
    border: 0.2vw solid #f0f0f0;
    background-color: #f0f0f0;
  }
  .whiteroom-single-product-content__summary-buttons-tallas-button:focus, .whiteroom-single-product-content__summary-buttons-tallas-button:target, .whiteroom-single-product-content__summary-buttons-tallas-button:active, .whiteroom-single-product-content__summary-buttons-tallas-button:checked {
    outline: none;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .whiteroom-single-product-content__summary-buttons-colors {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1vw;
  }
  .whiteroom-single-product-content__summary-buttons-colors-button {
    width: 3vw;
    height: 3vw;
    border: none;
    border-radius: 5vw;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .whiteroom-single-product-content__summary-buttons-colors-button:focus, .whiteroom-single-product-content__summary-buttons-colors-button:active {
    outline: 5px solid #131313;
  }
  .whiteroom-single-product-content__summary-buttons-colors-button:hover {
    outline: 5px solid #131313;
    background-color: #FFFFFF;
    opacity: 0.5;
  }
  .whiteroom-single-product-content__summary-buttons-colors-button--dorado {
    background-color: #DBAD01 !important;
  }
  .whiteroom-single-product-content__summary-buttons-colors-button--rojo {
    background-color: #FB3640 !important;
  }
  .whiteroom-single-product-content__summary-buttons-colors-button--amarillo {
    background-color: #E1FF4F !important;
  }
  .whiteroom-single-product-content__summary-buttons-colors-button--cian {
    background-color: #2BCFC8 !important;
  }
  .whiteroom-single-product-content__summary-quantity {
    width: 100%;
    height: auto;
    display: block;
  }
  .whiteroom-single-product-content__summary-quantity-form {
    width: 100%;
    height: auto;
    margin-top: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1vw;
    font-family: "Inter", sans-serif;
  }
  .whiteroom-single-product-content__summary-quantity-form-info {
    gap: 0.5vw;
  }
  .whiteroom-single-product-content__summary-quantity-form-info-input {
    width: 20vw;
    border: solid 0.2vw #afafaf !important;
    border-radius: 1.2vw !important;
    padding: 1vw !important;
    outline: none !important;
    color: #FFFFFF !important;
    font-size: 1.2vw;
    font-weight: 400;
  }
  .whiteroom-single-product-content__summary-quantity-form-info-label {
    width: auto;
    height: auto;
    font-family: "Inter", sans-serif;
    font-size: 1vw;
    font-weight: 400;
    color: #000000;
  }
  .whiteroom-single-product-content__summary-quantity-form-addtocart {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .whiteroom-single-product-content__summary-quantity-form-addtocart button {
    width: 30vw;
    border: none;
    border-radius: 1.2vw;
    padding: 1vw;
    font-size: 1.3vw;
    font-weight: 400;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .whiteroom-single-product-content__summary-quantity-form-addtocart button > svg {
    width: 1vw;
    height: 1vw;
    display: inline-block;
    fill: #FFFFFF;
    -webkit-animation: spinnRotate 1s cubic-bezier(0.58, 0.01, 0.49, 0.99) infinite;
            animation: spinnRotate 1s cubic-bezier(0.58, 0.01, 0.49, 0.99) infinite;
  }
  @-webkit-keyframes spinnRotate {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes spinnRotate {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .whiteroom-single-product-content__summary-quantity-form-whatsapp a {
    width: 30vw;
    border-radius: 1.2vw;
    padding: 1vw;
    gap: 0.5vw;
    backdrop-filter: blur(2vw);
    font-size: 1.3vw;
  }
  .whiteroom-single-product-content__summary-quantity-form-whatsapp a > svg {
    width: 1.5vw;
  }
  .whiteroom-single-product-content__related {
    border-radius: 1.5vw;
  }
  .whiteroom-single-product-content__related .whiteroom-loop-start__products {
    width: 100% !important;
    margin: 0 !important;
  }
  .whiteroom-single-product-content__empty {
    width: 100%;
    height: auto;
    font-family: "Inter", sans-serif;
    font-size: 1vw;
    font-weight: 500;
    color: rgb(255, 75, 75);
  }
}