/* PRICE FIX - Load Last */

/* Shop Page */
.products-grid .product-card .product-price del,
.products-grid .product-card .product-price del * {
    font-size: 14px !important;
    color: #9ca3af !important;
    text-decoration: line-through !important;
    font-weight: 400 !important;
}

.products-grid .product-card .product-price ins,
.products-grid .product-card .product-price ins * {
    font-size: 22px !important;
    color: #10b981 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

/* Single Product */
.single-product-price del,
.single-product-price del * {
    font-size: 18px !important;
    color: #9ca3af !important;
    text-decoration: line-through !important;
    font-weight: 400 !important;
}

.single-product-price ins,
.single-product-price ins * {
    font-size: 36px !important;
    color: #10b981 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

/* Homepage */
.product-card .product-price del,
.product-card .product-price del * {
    font-size: 14px !important;
    color: #9ca3af !important;
    text-decoration: line-through !important;
}

.product-card .product-price ins,
.product-card .product-price ins * {
    font-size: 18px !important;
    color: #10b981 !important;
    font-weight: 700 !important;
}
