@media (max-width: 768px) {
    .cart-top-bar__help {
        width: calc(100% - 40px) !important;
        max-width: 540px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .cart-top-bar__title {
        width: 100% !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .custom-discount-box {
        width: 100% !important;
        overflow: hidden !important;
    }

    .custom-discount-box__content {
        width: 298px !important;
        max-width: 298px !important;
        min-width: 298px !important;
        margin: 0 !important;
    }

    .custom-discount-box__content form {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        width: 298px !important;
        max-width: 298px !important;
        min-width: 298px !important;
        margin: 0 !important;
    }

    .custom-discount-box__content input[type="text"] {
        display: block !important;
        flex: 0 0 150px !important;
        width: 150px !important;
        max-width: 150px !important;
        min-width: 150px !important;
        height: 56px !important;
        padding: 0 16px !important;
        box-sizing: border-box !important;
        border-radius: 999px !important;
        font-size: 16px !important;
    }

    .custom-discount-box__content button[type="submit"] {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 50px !important;
        width: 50px !important;
        max-width: 50px !important;
        min-width: 50px !important;
        height: 56px !important;
        padding: 0 6px !important;
        box-sizing: border-box !important;
        border-radius: 999px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }

    .custom-discount-summary {
        width: 100% !important;
        max-width: 100% !important;
    }

    .custom-discount-summary__row {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        align-items: center !important;
        column-gap: 12px !important;
        width: 100% !important;
    }

    .custom-discount-summary__label,
    .custom-discount-summary__subline {
        margin: 0 !important;
        text-align: left !important;
    }

    .custom-discount-summary__value,
    .custom-discount-summary__subvalue {
        margin: 0 !important;
        text-align: right !important;
        justify-self: end !important;
    }

    .custom-cart-bottom-actions {
        margin-top: 20px !important;
    }
}
@media (max-width: 768px) {
    .custom-mobile-coupon-error {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .order-summary-item.price .price-wrapper {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        row-gap: 10px !important;
        column-gap: 12px !important;
        width: 100% !important;
        align-items: center !important;
    }

    .order-summary-item.price .price-label,
    .order-summary-item.price .price {
        margin: 0 !important;
    }

    .order-summary-item.price .price-label {
        text-align: left !important;
    }

    .order-summary-item.price .price {
        text-align: right !important;
        justify-self: end !important;
    }
}
@media (max-width: 768px) {
    #submit-order {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        line-height: 1.1 !important;
    }

    #submit-order .order-button-text {
        display: block !important;
        margin: 0 !important;
    }

    #submit-order .order-button-suffix {
        display: block !important;
        margin-top: 4px !important;
        line-height: 1.1 !important;
    }
}