/* Price Styling */
.product-price-styled {
    display: inline-flex;
    align-items: baseline;
    font-family: 'Poppins', sans-serif;
    /* Ensure bold looks good */
    line-height: 1;
}

.product-price-styled .price-currency {
    font-size: 0.75em;
    margin-right: 2px;
    font-weight: 700;
}

.product-price-styled .price-int {
    font-size: 1.5em;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.product-price-styled .price-dec {
    font-size: 0.85em;
    font-weight: 700;
}

.price-old-styled {
    font-size: 0.85em;
    text-decoration: line-through;
    color: #9ca3af;
    margin-left: 8px;
    font-weight: 400;
}