@media (max-width:768px) {
    .banner-text {
        font-size: 24px;
    }

    .fl2 {
        height: 100px;
        top: 70px;
    }

    .fl1 {
        height: 100px;
    }

    .btn {
        font-size: 12px !important;
        padding: 5px 10px !important;
    }

    .col-lg-3:has(.banner-box-img){
        padding: 0px 5px !important;
        /* margin: 5px !important; */
    }

    .banner-box-img {
        height: 200px;
        width: 100%;
        object-fit: cover;
        border-top-left-radius: 120px;
        border-top-right-radius: 120px;
    }

    .section-title {
        font-size: 25px;
        font-weight: 500;
        line-height: 106%;
    }

    .col:has(.category-box){
        padding: 0px 5px !important;
    }

    /* .category-box {
        object-fit: contain;
        border-top-left-radius: 175px;
        border-top-right-radius: 175px;
        img {
            border-top-left-radius: 175px;
            border-top-right-radius: 175px;
        }

    } */

    .category-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 106%;
        padding: 10px;
    }

    .prod-box {
        padding: 10px;
        height: 100%;
        justify-content: space-between;
        img {
            height: 200px;
        }
    }

    .prod-name, .prod-size {
        font-size: 14px;
        line-height: 106%;
    }

    .prod-price {
        font-size: 14px;
        line-height: 106%;
    }

    .prod-price-slash {
        font-size: 12px;
        line-height: 106%;
    }

    .cont-card {
        margin-bottom: 20px;
    }

    .pb-right {
        margin-bottom: 25px;
    }

    .pb-text {
        padding: 20px !important;
        margin-left: 10px !important;
    }

    .col-4:has(.brand-card) {
        padding: 0px 5px !important;
    }

    .brand-card {
        margin-bottom: 10px;
    }

    .brand-row {
        padding: 0px 10px !important;
    }
    
    .sold-out {
        padding: 5px 10px;
        font-size: 10px;
    }

    .search-form {
        height: 40px;
        padding: 0px 3px;
    }

    .search-btn {
        height: 35px;
        width: 35px;
        font-size: 14px !important;
    }

    .col-8:has(.search-form) {
        padding: 0px 10px !important;
    }

    .col-4:has(.search-form) {
        padding-left: 0px !important;
        /* padding: 0px 5px !important; */
    }

    .search-input {
        margin-left: 8px;
        font-size: 16px !important;
    }

    .filter-icon {
        font-size: 13px !important;
        padding-left: 5px;
    }

    .search-select {
        padding: 0px 5px !important;
        font-size: 14px !important;
        background-position: right 5px center !important;
        background-size: 12px !important;
    }

    .prod-img-wrapper {
        width: 100%;
        height: 380px;
        padding: 20px;
        padding-top: 60px !important;
        border-top-left-radius: 200px !important;
        border-top-right-radius: 200px !important;
    }

    .product-detail-box {
        padding-top: 20px;
        padding-bottom: 20px;
        h2 {
            font-size: 20px;
            line-height: 129%;
        }

        .prod-description {
            font-size: 15px;
            line-height: 161%;
        }
    }

    .prod-price-big {
        font-size: 20px;
    }

    .prod-price-slash-big {
        font-size: 16px;
    }

    .big-btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }

    .product-row {
        padding: 0px 5px !important;
    }

    .col-6:has(.prod-box) {
        padding: 5px !important;
    }

    .section-text {
        font-size: 14px;
        line-height: 161%;
    }

    .contact-card {
        height: 100%;
        padding: 20px;
    }

    .contact-title {
        font-size: 16px;
    }

    .contact-text, .con-link {
        font-size: 14px;
        line-height: 161%;
    }

    .col-4:has(.navbar-brand) {
        padding: 0px 5px !important;
    }

    .nav-header-container {
        .col-4, .col-3, .col-auto {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .col-3 {
            text-align: center !important;
        }

        .col-auto {
            padding: 0px 5px !important;
        }
    }

    .brand-logo {
        padding: 0px 2px !important;
        max-height: 25px !important;
    }

    .nav-shop-btn {
        padding: 5px 10px !important;
        font-size: 12px !important;
    }



    .header-button {
        padding-left: unset !important;
    }

    .nav-search {
        height: 38px !important;
        input {
            padding: 8px 12px !important;
            font-size: 14px !important;
        }
        
        button {
            height: 30px !important;
            width: 30px !important;
            font-size: 14px !important;
        }
    }
}