/*Fuentes*/
/* Colores */
.btn {
  border: 1px solid #644293;
  padding: 10px 20px;
  color: #644293;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  transition: background-color 0.5s ease;
}
.btn:hover {
  background-color: #644293;
  color: white;
}

.product-card {
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.product-card__inner .woocommerce-loop-product__link {
  display: flex;
  width: 100%;
  height: 100%;
}
.product-card__inner .woocommerce-loop-product__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card__inner .product-card__image {
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .product-card__inner .product-card__image {
    height: 199px;
  }
}
.product-card__inner .product-card__image .favoritos-producto {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
}
.product-card__inner .product-card__image .favoritos-producto .tinv-wraper {
  display: flex;
}
.product-card__inner .product-card__image .favoritos-producto .tinv-wraper .tinvwl_add_to_wishlist_button {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.product-card__inner .product-card__image .favoritos-producto .tinv-wraper .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text,
.product-card__inner .product-card__image .favoritos-producto .tinv-wraper .tinvwl_add_to_wishlist_button .tinvwl_remove_from_wishlist-text,
.product-card__inner .product-card__image .favoritos-producto .tinv-wraper .tinvwl_add_to_wishlist_button .tinvwl_already_on_wishlist-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.product-card__inner .product-card__image .favoritos-producto .tinv-wraper .tinvwl_add_to_wishlist_button img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product-card__inner .product-card__image .woocommerce-LoopProduct-link {
  display: flex;
  width: 100%;
  height: 100dvh;
  max-height: 250px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-card__inner .product-card__image .woocommerce-LoopProduct-link {
    height: 100%;
  }
}
.product-card__inner .product-card__image .woocommerce-LoopProduct-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
@media (max-width: 768px) {
  .product-card__inner .product-card__image .woocommerce-LoopProduct-link img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.product-card__inner .product-card__image .woocommerce-LoopProduct-link .onsale {
  display: none;
}
.product-card__inner .product-card__body {
  display: flex;
  flex-direction: column;
}
.product-card__inner .product-card__body .wc-forward {
  display: none !important;
}
.product-card__inner .product-card__body .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.product-card__inner .product-card__body .woocommerce-LoopProduct-link .product-card__category {
  color: #644293;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.product-card__inner .product-card__body .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-size: 14px;
  color: #1D1D1B;
  line-height: 19px;
  margin-bottom: 10px;
}
.product-card__inner .product-card__body .woocommerce-LoopProduct-link .price {
  display: flex;
  gap: 10px;
}
.product-card__inner .product-card__body .woocommerce-LoopProduct-link .price ins {
  order: 1;
  font-size: 15px;
  color: #1D1D1B;
  line-height: 20px;
}
.product-card__inner .product-card__body .woocommerce-LoopProduct-link .price del {
  order: 2;
}
.product-card__inner .product-card__body .woocommerce-LoopProduct-link .price del span {
  display: flex;
  align-self: self-start;
  text-decoration: line-through;
  font-size: 10px;
  line-height: 12px;
  color: #1D1D1B;
}
.product-card__inner .product-card__body .button {
  width: 100%;
  text-align: center;
  background-color: transparent;
  border: 1px solid #644293;
  padding: 10px 20px;
  color: #5B83A7;
  font-size: 14px;
  font-weight: 100;
  line-height: 19px;
  transition: background-color 0.5s ease, color 0.5s ease;
}
@media (max-width: 768px) {
  .product-card__inner .product-card__body .button {
    padding: 10px;
    font-size: 12px;
    line-height: 17px;
  }
}
.product-card__inner:hover .product-card__image img {
  transform: scale(1.1);
}
.product-card__inner:hover .product-card__body .button {
  background-color: #5B83A7;
  color: #FFF;
  border: 1px solid #5B83A7;
}
.product-card .banner-producto {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.product-card .banner-producto a {
  display: flex;
  width: 100%;
  height: 100%;
}
.product-card .banner-producto a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=index.css.map */