@media (max-width: 600px) {
    .nav-bar {
        top: 0;
        width: 100%;
        border-radius: 0 0 14px 14px;
    }

    .header {
        padding: 0;
    }

    .logo {
        padding: 0 2px;
        font-size: 11px;
        margin-right: 54px;
    }

    .nav-bar .navbar-primery {
        padding: 8px 9px 8px;
        height: auto;
        gap: 7px;
        justify-content: flex-start;
        flex-wrap: wrap;
        border-radius: 0;
    }

    .nav-search-link {
        order: 3;
        width: 100%;
        min-width: 0;
    }

    .area-switch-bar {
        width: 100%;
        min-width: 0;
        order: 4;
        padding: 7px 8px;
        height: 34px;
    }

    .area-switch-bar label {
        font-size: 9px;
    }

    #areaSelect {
        font-size: 11px;
        min-width: 0;
    }

    .nav-actions {
        margin-left: auto;
        gap: 5px;
        order: 2;
    }

    .navbar-primery>.cart-link {
        order: 2;
    }


    .nav-search-link {
        display: flex;
        flex: 1 1 460px;
        min-width: 50%;
        margin: 0;
        margin-left: 5px;
    }


    .search-box {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        border: 2px solid transparent;
        min-height: 36px;
        border-radius: 9px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), 0 3px 8px rgba(0, 0, 0, 0.08);
    }

    .search-bar {
        display: block;
        width: 100%;
        font-size: 12px;
        padding: 8px 9px;
    }

    .search-btn {
        width: 36px;
        min-width: 36px;
        padding: 7px 0px;
        border-radius: 8px;
        margin-left: 0;
    }

    .search-btn i {
        font-size: 13px;
        animation: navIconBob 2.4s ease-in-out infinite;
    }

    .cart-button {
        padding: 0 5px;
        margin: 0;
        background-color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.16);
        border-radius: 8px;
        min-height: 30px;
    }

    .cart-icon {
        margin-left: 0;
        width: 20px;
        height: 20px;
        padding: 0px;
        font-size: 12px;
    }

    .cart-text {
        display: none;
    }


    .hero-section {
        margin-top: 80px;
        min-height: 60vh;
        /* height: auto; */
        padding: 2px 3px;
    }


    .hero-title {
        margin-bottom: 10vh;

    }

    .hero-title span {
        font-size: clamp(2.1rem, 9.5vw, 2.8rem) !important;
    }

    .hero-title span:nth-child(3) {
        font-size: 1rem !important;
    }

    .services {
        gap: 6px !important;
    }

    .services a,
    .services .serv-6 a {
        min-width: 82px;
        min-height: 54px;
        padding: 6px 8px;
        font-size: 10px;
        border-radius: 10px;
    }

    .services a i,
    .services .serv-6 a i {
        font-size: 14px;
    }

    .navbar-secondary {
        padding: 7px 7px 8px;
        border-radius: 0 0 14px 14px;
    }

    .navbar-secondary a {
        padding: 6px 8px;
        font-size: 10px;
        gap: 5px;
    }

    .navbar-secondary .nav-pill-icon {
        width: 12px;
        height: 12px;
        font-size: 9px;
    }

    h2 {
        padding: 16px 18px;
        font-size: 20px;
    }

    .category {
        padding: 10px;
        gap: 10px;
    }

    .product-view {
        min-width: 200px;
        height: 290px;
        margin: 1px;
        border-radius: 12px;
    }

    .product-view img {
        border-radius: 15px 15px 0 0;
        width: 100%;
        height: 175px;
        object-fit: cover;
    }

    .product {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 10px;
    }

    button,
    .btn {
        padding: 10px 12px;
        font-size: 15px;
    }

    input,
    textarea,
    select {
        font-size: 15px;
    }

    .order-form {
        padding: 12px;
    }

    .h-scroll {
        padding: 8px;
        gap: 8px;
    }

    .cart-btn-link {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 1px;
        /* padding: 8px 10px; */
        width: min(100vw, 560px);
        /* border-radius: 14px; */
        /* margin: 8px auto; */
        position: fixed;
        bottom: 6px;
        left: 50%;
        transform: translate(-50%, 20px);
        z-index: 100;
        opacity: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
        pointer-events: none;
        background: #ffffff;
        border: 1px solid #ddd;
        /* box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2); */
    }

    .cart-btn-link.show {
        opacity: 1;
        transform: translate(-50%, 10%);
        pointer-events: auto;
    }

    .cart-btn-link-sec {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0px;
        width: min(100vw, 560px);

        position: fixed;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);

        z-index: 100;
        background: #ffffff;
        border: 1px solid #ddd;

        opacity: 1;
        pointer-events: auto;
    }

    .action-tile {
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 8px 10px;
        /* border-radius: 12px; */
        background: #ffffff;
        color: #1d1d1d;
        /* border: 1px solid rgba(0, 0, 0, 0.08); */
        /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12); */
        text-decoration: none;
        align-items: center;
    }

    .action-tile i {
        font-size: 20px;
        color: #1d1d1d;
    }

    .cart-tile i {
        color: #1d1d1d;
    }

    .order-tile i {
        color: #1d1d1d;
    }

    .search-tile i {
        color: #3b3b3b;
    }

    .tile-top {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .tile-meta {
        display: flex;
        flex-direction: column;
        gap: 2px;
        min-width: 0;
    }

    .tile-title {
        font-size: 11px;
        font-weight: 600;
    }

    .tile-value {
        font-size: 11px;
        color: #4b4b4b;
        white-space: nowrap;
    }

    .tile-sub {
        font-size: 10px;
        color: #6b6b6b;
    }

}

/* 
@media (max-width: 380px) {
    .hero-section {
        margin-top: 95px;
        height: 28vh;
    }

    .navbar-primery {
        padding: 6px;

    }

    .logo img {
        max-width: 130px;
    }

    .product-view {
        min-width: 120px;
        height: 200px;
    }

    h2 {
        font-size: 18px;
        padding: 12px;
    }

    .search-bar {
        font-size: 14px;
        padding: 10px;
    }

    .cart-text {
        font-size: 13px;
    }
} */