/* CSS Document */
 
.single-product div.product {
		display: block;
		padding: 32px;
}

.single-product .summary {
		display: flex;
		flex-direction: column;
		gap: 20px;
}

.single-product .product_title {
		font-size: 2rem;
		line-height: 1.2;
		margin: 0;
}

.single-product .price {
		font-size: 1.5rem;
		font-weight: 400;
}

.single-product .woocommerce-product-details__short-description {
		line-height: 1.6;
}

.single-product .single_add_to_cart_button {
		background: #000;
		color: #fff;
		border: none;
		padding: 14px 24px;
		cursor: pointer;
}

.producto-bloque {
	margin-bottom: 20px;
}

.descripcion-contenido {
	margin-bottom: 20px;
	font-weight: 200;
}

.mi-titulo-producto {
    width: 100%;
    font-size: 1.6rem;
	font-weight: 200;
	margin-top: -10px;
    margin-bottom: 14px;
}

/* Botón whatsapp consulta productos */ 
.boton-consultar-precio {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    background: #c9946e;
    color: #fff !important;
    text-decoration: none;
	font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
	border: solid 1px #9A9A9A;
    transition: .2s;
}

.boton-consultar-precio:hover {
    opacity: .9;
} 


/* Fin botón whatsapp consulta productos */

/* DESKTOP */
@media (min-width: 768px) {
	.woocommerce div.product div.images,
	.woocommerce-page div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce-page div.product div.summary {
    	float: none !important;
	}
	
    .producto-main-layout {
        display: flex;
        align-items: flex-start;
        gap: 64px;
    }

	.producto-columna-izquierda { 
		width: 34%; 
	}

    .summary.entry-summary {
        flex: 1;
        min-width: 0;
        width: auto !important;
        margin: 0 !important;
        float: none !important;
    }
	
	.single-product div.product .woocommerce-product-gallery {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		float: none !important;
	}
	
	.woocommerce div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100% !important;
		float: none !important;
	}
	
	.boton-consultar-precio {
		width: 32%;
	}
}
/* @media (min-width: 768px) {
	.single-product div.product {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 48px;
		padding: 48px;
	}

	.single-product .summary {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.single-product .product_title {
		font-size: 2rem;
		line-height: 1.2;
		margin: 0;
	}

	.single-product .price {
		font-size: 1.5rem;
		font-weight: 600;
	}

	.single-product .woocommerce-product-details__short-description {
		line-height: 1.6;
	}

	.single-product .single_add_to_cart_button {
		background: #000;
		color: #fff;
		border: none;
		padding: 14px 24px;
		cursor: pointer;
	}
} */

