/* Escribe aquí tu CSS personalizado */

.yotpo-search-filter .yotpo-search-input
 {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--yotpo-empty-white);
}

.yotpo-search-filter.yotpo-free-search-filter-container {
    overflow: hidden;
}

/* Blindaje del modal de tallas */
#tallas-modal {
  position: fixed;
  inset: 0;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}

#tallas-modal #vol-discount-modal-wrapper {
  max-width: min(920px, 100vw);
}

body.template-product,
html {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  body.template-product,
  html {
    overflow-x: hidden;
  }
}

.attribute-tabla-de-medidas,
.attribute-largo-espalda,
.attribute-ancho-frontal,
.attribute-largo-frontal {
  display: none;
}

.product-item.out_of_stock img {
  filter: contrast(0.65);
}

.product-item .bootic-price-comparison {
    color: #333333;
    background: #ffffff26;
}

.product-item .bootic-price {
    background: #00000025;
}