/**
* Theme Name: Buy4Less Child
* Description: This is a child theme for Buy4Less
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.2.20
* Template: Buy4Less
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* Product image frame — bold border + 250px height on all listing pages */
.b4d-card-img-wrap img,
.woocommerce ul.products li.product a img,
body .product-block .image img {
    height: 250px !important;
    width: 100% !important;
    object-fit: cover !important;
    border: 4px solid #F67C6F !important;
    box-sizing: border-box !important;
}

/* Site-wide font: Arial, color #178993 */
body {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #178993;
}

/* Hide breadcrumb links and image on all pages */
.tbay-woocommerce-breadcrumb,
#tbay-breadcrumb img {
    display: none !important;
}

/* Push page title down for readability after breadcrumb removal */
#tbay-breadcrumb {
    padding: 60px 0 !important;
}
#tbay-breadcrumb .page-title {
    margin: 0 !important;
    padding: 0 !important;
}