/**
 * Force style overwrite
 */
.product-price {
    font-size: 1.0em;
}
.product-card .product-title {
    font-size: 1.0em;
}
.product-price-original del {
    font-size: 0.7em;
}

.vs_card_attrs {
    color: #0000e0;
    font-weight: bold;
}

.vs_cta {
    background-color: var(--bg-dark);
    color: #fff;
    text-transform: uppercase;
}

.cart-products-section {
    padding: 0;
}

.category-slider {
    margin-top: 0px;
}

/*
.woocommerce-Price-amount,
.screen-reader-text {
    font-size: .8em;
}
*/

.cookie-consent-inner {
    border: 2px solid var(--bg-dark);
}

.cart-products-section {
    padding-top: 12px;
}

@media (max-width: 1024px) {
    .category-card {
        font-size: .8em;
        font-weight: 400;
    }
}

.product-count {
    font-size: 14px;
}

