#cart-mobile, .fixed-cart-button {
    display: none;
}

@media all and (max-width: 960px) {
    #cart-mobile,
    .fixed-cart-button {
        position: fixed;
        height: 48px;
        bottom: 24px;
        left: 16px;
        right: 16px;
        z-index: 999;
    }

    #cart-mobile > button,
    .fixed-cart-button > button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0 16px;
        border: none;
        border-radius: 32px;
        background: #D0383C;
        font-size: 16px;
        font-weight: normal;
        line-height: 1;
        color: white !important;
        filter: drop-shadow(0px 4px 16px rgba(57, 57, 57, 0.16));
        transition: background-color 200ms ease-in;
    }

    #cart-mobile > button:active,
    .fixed-cart-button > button:active {
        background: #A22428;
    }

    #cart-mobile > button > span,
    .fixed-cart-button > button > span {
        display: flex;
        align-items: center;
        padding-top: 4px;
    }

    #cart-mobile .cart-icon,
    .fixed-cart-button .cart-icon {
        margin-top: -4px;
        margin-right: 10px;
    }
}
.cart-totals-block-mobile {
    padding-bottom: 32px;
}

/*# sourceMappingURL=cart.css.map */
