/* Agorajeux: listing product card typography */
body:not(#index):not(#product) #js-product-list .product-card .p-title,
body:not(#index):not(#product) #js-product-list .product-card .p-title a {
    color: #111827 !important;
}

body:not(#index):not(#product) #js-product-list .product-card .p-title a:hover,
body:not(#index):not(#product) #js-product-list .product-card .p-title a:focus {
    color: #111827 !important;
}

body:not(#index):not(#product) #js-product-list .product-card .p-price-new {
    font-size: 1.18rem !important;
    line-height: 1.15 !important;
}

body:not(#index):not(#product) #js-product-list .product-card .p-price-new sup,
body:not(#index):not(#product) #js-product-list .product-card .p-price-new .tax-label {
    font-size: 0.68em !important;
}

@media (max-width: 767px) {
    body:not(#index):not(#product) #js-product-list .product-card .p-price-new {
        font-size: 1.08rem !important;
    }
}
