/** Shopify CDN: Minification failed

Line 76:0 Expected "}" to go with "{"

**/
/* Use this file to add custom css to the theme. */

.product-item__tallas_lg{
    width: 100%;
    position: relative;
    margin-top: -26px;
    text-align: center;
    padding-bottom: 5px;
    font-size: 13px;
}
/* Selector de tallas redondeado */
.product__chip {
  border-radius: 50px !important;
/* Siblings miniaturas - ficha de producto */
.product-siblings-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  margin-bottom: 50px;
}

.product-siblings__label {
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
}

.product-siblings__swatches {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.product-sibling-thumb {
  display: block;
  width: 80px;
height: 80px;
  overflow: hidden;
  border: 1.5px solid transparent;
  transition: border-color 0.2s;
}

.product-sibling-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-sibling-thumb.active,
.product-sibling-thumb:hover {
  border-color: #000;
}

/* Botones de compra redondeados */
body .product-form__controls-group--submit .product-form__cart-submit {
  border-radius: 50px !important;
}

h1 {
  text-transform: lowercase !important;
}
h1::first-letter {
  text-transform: uppercase !important;
}




