@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {

    .header-left,
    .header-right {
        min-width: 170px;
    }
}

@media (max-width: 991.98px) {

    .checkout__wrapper {
        min-height: auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {

    .section__padding,
    .checkout__header_wrapper,
    .checkout__wrapper,
    .cart__summary {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 14px;
    }

    .h1,
    h1 {
        font-size: calc(1.1rem + 1.5vw);
    }

    .h2,
    h2 {
        font-size: calc(1.1rem + .9vw);
    }

    .h3,
    h3 {
        font-size: calc(1.1rem + .6vw);
    }

    .h4,
    h4 {
        font-size: calc(1.05rem + .3vw);
    }

    .section-title {
        font-size: calc(1.275rem + .3vw);
    }

    .header-left,
    .header-right {
        min-width: fit-content;
    }

    .category-section-title {
        padding: 15px 0px;
    }

    .product-card-btn {
        padding-block: 6px;
        font-size: 12px;
    }

    .section-link {
        padding: 6px 10px;
    }

    .footer-bottom {
        margin-top: 1.5rem;
    }

    .product-form__input--pill input[type=radio]+label {
        padding: 6px 15px 8px;
        font-size: 12px;
    }

    .single-product-qty .quantity {
        min-height: 36px;
        width: 120px;
    }

    .single-product-qty .cart_quantity__button {
        width: 36px;
    }

    .product-form__buttons .btn {
        padding: 0.8rem;
        font-size: 12px;
    }

    .single-product-price .price-sale .c_sysmbol,
    .single-product-price .price-sale {
        font-size: 20px;
    }

    .single-product-price .price-regular .c_sysmbol,
    .single-product-price .price-regular {
        font-size: 15px;
    }

    .checkout__section::after,
    .cart__section::after {
        visibility: hidden;
    }

    .checkout__wrapper {
        border: none;
        padding-block: 30px;
        margin-bottom: 0;
    }

    .cart__summary {
        padding-block: 10px;
        background-color: var(--bs-white);
    }

    .checkout__footer {
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .footer__links {
        gap: 10px;
    }
}
