/* Additional custom styles can be added here */
.product-loop-v1 .price-group h2.elementor-heading-title a {
    display: flex;
}

.product-loop-v1 .price-group del {
    order: 2;
}

.product-loop-v1 .price-group del span.woocommerce-Price-amount.amount {
    font-size: 13px;
    font-weight: 500;
}

.product-loop-v1 .price-group ins span.woocommerce-Price-amount.amount,
.product-loop-v1 .price-group h2.elementor-heading-title:not(:has(del)) span.woocommerce-Price-amount.amount,
.product-loop-v1 .price-group h2.elementor-heading-title:not(:has(del)) span {
    color: #0b3e27;
}