/*
Theme Name:   HelloElementorChild
Description:  muutused
Author:       Rein
Author URL:   https://fibersolutions.ee/v2
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  HelloElementorChild
*/

/* Write here your own personal stylesheet */



/* Hide variation price inside the form to avoid duplicate prices */
.single-product form.variations_form .single_variation .price,
.single-product form.variations_form .woocommerce-variation-price .price{
	display: none !important;
}

/* Optionally hide the entire variation price container to remove spacing */
.single-product form.variations_form .woocommerce-variation-price{
	display: none !important;
}

/* Hide variation description inside the form since we show it in main description area */
.single-product form.variations_form .woocommerce-variation-description{
	display: none !important;
}

/* Product short description in catalog/archive view */
.product-short-description-catalog {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.6;
	color: #666;
}

.product-short-description-catalog p {
	margin: 0 0 10px 0;
}

.product-short-description-catalog p:last-child {
	margin-bottom: 0;
}
