.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
}

.nav-links-wrapper {
    display: flex;
    align-items: center;
}

#navLinks .search-box {
    display: none;
}

@media (max-width: 768px) {
    .mobile-menu-btn {
        display: block;
    }
    
    .navbar .container {
        position: relative;
    }
    
    #navLinks {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #f8f9fa;
        flex-direction: column !important;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        z-index: 1000;
        gap: 15px;
    }
    
    #navLinks.active {
        display: flex !important;
    }
    
    .navbar .d-flex.align-items-center:last-child {
        display: none !important;
    }
    
    #navLinks .search-box {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    
    .category-section {
        position: relative;
    }
    
    .category-section .container {
        overflow: hidden;
    }
    
    .product-grid {
        display: flex !important;
        transition: transform 0.3s ease;
        gap: 20px !important;
        grid-template-columns: unset !important;
    }
    
    .product-card {
        flex: 0 0 100% !important;
        min-width: 100% !important;
    }
    
   .product-arrow {
    display: block;
    position: absolute;
    top: 70%;
    transform: translateY(0%);
    background: rgba(255,255,255,0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}
   .mia-title {
   
    font-size: 27px!important;
   
} 
.explore-btn {
   
    font-size: 14px!important;
}
.banner-container {
    position: relative;
    height: 405px!important;
  
}
.banner-text {
   
    padding: 15px 0px!important;
   
}
.category-title {
    text-align: center;
    font-size: 21px!important;
   
}
.category-section {
    padding: 27px 0!important;
}
.hero-section {
    height: 189px!important;
    background-size: cover;
    background-position: center;
}
    .product-arrow.left {
        left: 10px;
    }
    
    .product-arrow.right {
        right: 10px;
    }
    
    .pillows-section {
        position: relative;
    }
    
    .pillows-section .container-fluid {
        overflow: hidden;
        position: relative;
    }
    
    .pillows-grid {
        display: flex !important;
        transition: transform 0.3s ease;
        gap: 0 !important;
        grid-template-columns: unset !important;
    }
    
    .pillow-item {
        flex: 0 0 100% !important;
        min-width: 100% !important;
    }
    
    .pillow-arrow {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255,255,255,0.9);
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10;
    }
    
    .pillow-arrow.left {
        left: 10px;
    }
    
    .pillow-arrow.right {
        right: 10px;
    }
    
    .footer-top {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 40px;
        border-bottom: 1px solid #ddd;
    }
    
    .navbar-link.me-4 {
        font-size: 13px;
        margin-right: 15px !important;
    }
    
    .search-box {
        width: 100%;
        max-width: 300px;
    }
    
    .logo-container img {
        height: 50px;
    }
    
    .navbar .d-flex.align-items-center:last-child {
        justify-content: center;
        gap: 15px;
    }
    
    .search-box input {
        height: 40px;
        font-size: 14px;
    }
    .banner-text {
    position: unset!important;
    top: 50%;
    right: -147px;
    border-radius: 10px;
    background: white;
    padding: 15px 60px;
    /* border-radius: 0; */
    /* text-align: left; */
    transform: unset!important;
}
.middle-center {
    font-size: 14px!important;
    
}
.filter-buttons {
   
    flex-direction: column;
}
.footer-bottom {
    gap: 10px;
   
    flex-direction: column;
}
.text-slider-content h2 {
    font-size: 29px!important;
    font-weight: 700;
    margin-bottom: 10px;
}
}

@media (max-width: 480px) {
    .navbar-link.me-4 {
        font-size: 12px;
        margin-right: 10px !important;
    }
    
    .search-box {
        max-width: 250px;
    }
    
    .logo-container img {
        height: 40px;
    }
    
    .fa.fs-4 {
        font-size: 1rem !important;
    }
}
