/* BetterMe theme: cart-drawer.css */

.cart-drawer {
    box-shadow: -18px 0 45px rgba(0, 0, 0, 0.08);
}

.cart-drawer-body {
    display: flex;
    flex-direction: column;
}

.cart-items {
    flex: 0 0 auto;
}

.cart-item-title a {
    color: inherit;
    text-decoration: none;
}

.cart-item-variant {
    font-size: 12px;
    line-height: 1.45;
    color: #888;
    margin: -2px 0 8px;
}

.cart-empty .btn {
    max-width: 240px;
    margin: 0 auto;
}

.cart-promo-form input.cart-promo-input {
    min-width: 0;
}

.cart-actions .cart-checkout {
    text-align: center;
}

.cart-payment-icons span {
    line-height: 1.2;
}

@media (max-width: 576px) {
    .cart-drawer-header,
    .cart-drawer-body {
        padding-left: 18px;
        padding-right: 18px;
    }

    .cart-item-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}
