/* CSS personalizado del tema hijo Hello Elementor Child */

/* Ejemplos:
body {
    background-color: #f7f7f7;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
*/
body.page-id-26 .wc-block-components-product-name {
  color: #32373c;
}
body.page-id-28 .page-content .woocommerce h2 {
  text-align: center;
}
body.page-id-28 .woocommerce-form.woocommerce-form-login.login {
  max-width: 45%;
  margin: 10px auto 140px auto;
}
body.page-id-26 .wc-block-grid__product-link {
	font-family: "Montserrat", Sans-serif;
	font-weight: 600;
	color: #1C1C1C;
	text-decoration: none;
}
body.page-id-26 .wc-block-grid__product-title {
  text-align: left;
}
body.page-id-26 .wc-block-grid__product-price.price {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-align: left;
}
body.page-id-26 .wp-block-button.wc-block-grid__product-add-to-cart {
	text-align: left;
}
body.page-id-26 .wp-block-button__link.add_to_cart_button {
	border-radius: 3px;
}