@media (max-width: 575.98px) {
    .tf-product-media-main .swiper-slide {
        height: 300px;
    }
    .tf-product-media-main img.tf-image-zoom {
        max-height: 300px;
    }

    .toolbar-label {
        display: none;
    }

    .old-price {
        margin-bottom: 4px;
    }

    .card-product .card-product-info .price {
        font-size: 1rem;
        font-weight: 600;
    }

    .tf-cart-item .tf-cart-item_product {
        padding-top: 0;
    }
}

@media (max-width: 767.98px) {
    .nectar-shape-divider {
        height: 60px;
    }
    .flat-spacing-21 {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .tf-product-media-main .swiper-slide {
        height: 400px;
    }
    .tf-product-media-main img.tf-image-zoom {
        max-height: 400px;
    }
}

@media (max-width: 991.98px) {
    .collection-item .collection-inner .collection-image {
        height: 280px;
    }
}

@media (max-width: 1149px) {
    .footer-bottom {
        margin-bottom: 70px;
    }
}

@media (max-width: 1199.98px) {

}

@media (max-width: 1399.98px) {

}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .flat-title {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .header-default .box-nav-ul {
        gap: 30px;
    }

    .collection-item .collection-title {
        padding: 0 15px;
    }

    .home-grid .card-product .card-product-info .title {
        min-height: auto;
    }
}

@media (min-width: 1200px) {
    .flat-title {
        margin-bottom: 30px;
    }

    .header-default .box-nav-ul {
        gap: 50px;
    }
}

@media (min-width: 1400px) {

}