/*
 Theme Name: BridgePoint Supply Child
 Theme URI: https://bridgepointsupply.com/
 Description: Child theme for Divi (BridgePoint Supply)
 Author: BridgePoint Supply
 Author URI: https://bridgepointsupply.com/
 Template: Divi
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: bridgepoint-child
*/

/* Cart icon container */
.bps-cart-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
    padding: 4px 6px;
}

/* SVG sizing (adjust to taste) */
.bps-cart-svg svg {
    width: 22px;
    height: 22px;
    display: block;
    fill: currentColor;
}

/* Badge */
.bps-cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #e02424; /* red */
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    transform: translate(0,0);
    will-change: contents;
}

/* Hide badge when empty (0) */
.bps-cart-count[data-count="0"] {
    display: none;
}

/* Optional: style menu <li> wrapper if appended via filter */
.menu-item-bps-cart {
    display: inline-flex;
    align-items: center;
}
