.wcfsc-cart-trigger {
    display: inline-flex;
    align-items: center;
    gap: .45em;
    min-height: 44px;
    color: inherit;
    text-decoration: none;
}
.wcfsc-cart-trigger__label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.wcfsc-cart-trigger__icon {
    display: inline-flex;
    font-size: 1.25em;
    line-height: 1;
}
.wcfsc-cart-trigger__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.6em;
    min-height: 1.6em;
    padding: 0 .38em;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-size: .78em;
    font-weight: 700;
    line-height: 1;
    background: transparent;
}
.wcfsc-cart-trigger__subtotal {
    white-space: nowrap;
}
.wcfsc-cart-menu-item.is-hydrated.is-empty[data-wcfsc-hide-empty="yes"] { display: none !important; }
@media (max-width: 767px) {
    .wcfsc-cart-menu-item[data-wcfsc-mobile="no"] { display: none !important; }
}
