@media (min-width: 576px) {
    #checkout-form .col-left {
        min-height: 100vh;
    }
}

@media (max-width: 749px) {
    .product-summary h3.title {
        font-size: 20px !important;
    }

    .product-summary .price strong {
        font-size: 20px !important;
    }

    .product-summary .badge.discount-badge {
        font-size: 12px;
    }

    .product-summary .bundle .bundle-price strong, .product-summary .bundle .bundle-price del {
        font-size: 15px !important;
    }

    #sticky-atc-bottom {
        left: 16px !important;
        width: calc(100% - 32px) !important;
    }

    #sticky-atc-bottom .content {
        box-shadow: none !important;
        padding: 0 !important;
        display: block !important;
        background: transparent !important;
    }

    #sticky-atc-bottom .content .product-detail {
        display: block !important;
    }

    #sticky-atc-bottom .product-detail .image-wrapper, #sticky-atc-bottom .product-detail .sticky-info {
        display: none !important;
    }

    #sticky-atc-bottom .content .product-detail button {
        width: 100% !important;
    }

    #bundles-description h3 {
        font-size: 20px !important;
    }

    .text-icons {
        padding: 24px 10px !important;
        column-gap: 10px !important;
    }

    .text-icon {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 50%;
    }

    .text-icons p {
        max-width: 130px;
    }
}