/* BW NavShop Styles */
.bw-header-navshop {
    width: max-content !important;
    max-width: 100%;
    flex: 0 0 auto !important;
}

.bw-header-navshop .bw-navshop {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: max-content;
    max-width: 100%;
}

.bw-navshop__item {
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    outline: none;
}

.bw-navshop__cart {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.bw-navshop__cart-label {
    display: inline-block;
}

.bw-navshop__cart-icon {
    display: none;
    align-items: center;
    justify-content: center;
    width: 1.1em;
    height: 1.1em;
    line-height: 1;
}

.bw-navshop__cart-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.bw-navshop__cart-icon-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.bw-navshop__cart-icon svg [stroke] {
    stroke: currentColor;
}

.bw-navshop__cart-icon svg [fill]:not([fill="none"]) {
    fill: currentColor;
}

.bw-navshop__cart-count {
    position: absolute;
    top: -0.55em;
    right: -0.85em;
    min-width: 1.2em;
    height: 1.2em;
    padding: 0 0.2em;
    border-radius: 999px;
    background: #000000;
    color: #ffffff;
    font-size: 0.58em;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    box-sizing: border-box;
    pointer-events: none;
}

.bw-navshop__cart-count.is-empty {
    display: none;
}
