/** Shopify CDN: Minification failed

Line 93:29 Expected "}" to go with "{"

**/
/* TISSIMUM – Price refinement */

.card-information__text.price,
.price {
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.3px;

/* TISSIMUM — Collection price refined */

.price,
.price__regular,
.price__sale,
.price-item,
.price-item--regular,
.price-item--sale,
.card-information .price {
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.2px !important;
  color: #000000 !important;
}
/* TISSIMUM — force prices true black (override opacity/variables) */
.card-information,
.card-information__wrapper,
.price,
.price__regular,
.price__sale,
.price-item,
.price-item--regular,
.price-item--sale,
.card-information .price,
.card-information .price-item {
  color: #000 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #000 !important; /* por si el theme usa text-fill */
  filter: none !important;
}

/* Si tu theme usa variables (muy común) */
.card-information,
.price,
.price-item {
  --color-foreground: 0, 0, 0 !important;
}
/* Algunos themes ponen la opacidad en el wrapper del price */
.card-information * {
  opacity: 1 !important;
}
/* TISSIMUM — Product title refinement */

.card-information__text,
.card__heading,
.product-item__title,
.grid-product__title {
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.2px !important;
  line-height: 1.3 !important;
  color: #000 !important;
}
/* TISSIMUM — Product name refined */

.card-information__text,
.card__heading,
.product-item__title,
.grid-product__title,
.card-information a {
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.2px !important;
  line-height: 1.3 !important;
  color: #000 !important;
}
/* TISSIMUM — Ultra minimal product title */

.card-information__text,
.card__heading,
.product-item__title,
.grid-product__title,
.card-information a {
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.4px !important;
  line-height: 1.35 !important;
  color: #000 !important;
}
font-size: 11.5px !important;