@charset "UTF-8";
/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0.1
*/
/* Child theme CSS
--------------------------------------------------------------- */
.nm-shop-header.has-categories {
  display: none;
}

@media (max-width: 700px) {
  .filtro-productos {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product .nm-shop-loop-product-wrap .nm-shop-loop-thumbnail .nm-shop-loop-thumbnail-link {
  aspect-ratio: 1/1; /* Proporción 1:1 */
  max-width: 350px; /* o el tamaño que prefieras */
  overflow: hidden;
}
.product .nm-shop-loop-product-wrap .nm-shop-loop-thumbnail .nm-shop-loop-thumbnail-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .nm-shop-loop-product-wrap .nm-shop-loop-details .nm-shop-loop-title-price .woocommerce-loop-product__title {
  height: 40px; /* Altura equivalente a ~3 líneas */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Número de líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.square-image {
  aspect-ratio: 1/1; /* Proporción 1:1 */
  max-width: 350px; /* o el tamaño que prefieras */
  overflow: hidden;
}

.square-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* cubre el espacio sin distorsionar */
}

.nm-menu-cart .nm-menu-cart-count {
  color: black !important;
}

.nm-myaccount-login .password-input {
  position: relative;
}
.nm-myaccount-login .password-input .show-password-input {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 5px;
  top: 70%;
  transform: translateY(-50%);
}
.nm-myaccount-login .password-input .show-password-input:before {
  content: "\f177"; /* Código Unicode del icono */
  font-family: dashicons;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}
.nm-myaccount-login .password-input .display-password:before {
  content: "\f530" !important;
}/*# sourceMappingURL=style.css.map */