





/* Desktop */
@media (max-width: 1440px) {
    .banner-section .content h1{
        font-size: 60px;
    }
    .icon-container {
        width: 70px;
        height: 70px;
    }
    .icon-container svg {
        width: 50%;
    }
    .content-container h5 {
        font-size: 18px;
    }
}

/* Laptop */
@media (max-width: 1199px) {
    .banner-section .content h6{
        font-size: 12px;
        margin-bottom: 8px;
    }
    .banner-section .content h1{
        font-size: 40px;
        margin-bottom: 12px;
    }
    .banner-section .content p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .banner-section .shop-now-btn {
        padding: 12px 28px;
        border-radius: 50px;
        font-size: 14px;
    }
    .banner-section .image img {
        max-height: 350px;
    }
    .icon-container {
        width: 50px;
        height: 50px;
    }
    .content-container h5 {
        font-size: 16px;
    }
    .other-items-section .section-header h2 {
        font-size: 40px;
    }

    .footer .pattern-left,
    .footer .pattern-right {
        display: none;;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .logo img {
        width: 45px;
        height: auto;
    }
    .cart-icon {
        width: 40px;
        height: 40px;
    }
     .cart-icon svg {
        width: 60%;
        height: 60%;
    }
    .cart-count .count {
        width: 14px;
        height: 14px;
        font-size: 8px;
    }
    .cart-count .text {
        font-size: 9px;
    }
    .search-btn {
        border: none;
        background-color: transparent;
    }
    .search-btn svg {
        width: 14px;
        height: 14px;
    }
    #mobile-search-form {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        padding: 10px;
        background-color: white;
        z-index: 1000;
        border-bottom: 1px solid #e0e0e0;
    }
    #mobile-search-form.d-none {
        display: none !important;
    }
    #mobile-search-form .search-pill {
        border-radius: 25px;
        overflow: hidden;
    }
    .category-btn {
        color: white;
        position: absolute;
        top: -60px;
        z-index: 2;
    }
    .height-0 {
        height: 0px;
    }
    .category-dropdown {
        top: -20px;
    }

    /* Banner tablet */
    .banner-section {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .banner-section .swiper-slide > .row {
        min-height: 320px;
        flex-direction: column-reverse;
        padding: 0 !important;
    }
    .banner-section .swiper-slide > .row > .col-lg-6 {
        width: 100%;
    }
    .banner-section .image {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }
    .banner-section .image img {
        width: 100%;
        max-height: 240px;
        object-fit: cover;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    }
    .banner-section .content {
        text-align: center;
        padding: 20px 20px 10px;
    }
    .banner-section .content h6 {
        font-size: 10px;
        margin-bottom: 6px;
    }
    .banner-section .content h1 {
        font-size: 26px;
        margin-bottom: 8px;
        line-height: 1.15;
    }
    .banner-section .content p {
        font-size: 13px;
        margin-bottom: 14px;
        max-width: 100%;
        color: rgba(255,255,255,0.7);
    }
    .banner-section .shop-now-btn {
        padding: 10px 28px;
        font-size: 13px;
    }

    .shipping-customer-service-info-section .translate-y-50 {
        transform: translateY(0%);
    }
    .icon-container {
        width: 50px;
        height: 50px;
    }
    .content-container h5 {
        font-size: 16px;
    }
    .nbh-card {
        height: 150px;
        padding: 16px 10px;
        border-top: none;
        border-bottom: none;
    }
    .col-6:first-child .nbh-card {
        border-left: none;
    }
    .col-6:nth-child(3) .nbh-card {
        border-left: none;
    }
    .shipping-customer-service-info-section .col-6 {
        margin-bottom: 16px;
    }
    .other-items-section .section-header h2 {
        font-size: 30px;
    }
    .catagory-list-body{
        width: calc(100% - 0px);
    }
    .bread-crumbs-section {
        margin: 10px 0;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .logo img {
        width: 34px;
        height: auto;
    }
    .cart-icon {
        width: 30px;
        height: 30px;
    }
    .cart-icon svg {
        width: 60%;
        height: 60%;
    }
    .header-profile-btn span {
        font-size: 12px !important;
    }
    .content-container h5 {
        font-size: 14px;
    }

    /* Banner mobile */
    .banner-section {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .banner-section::before,
    .banner-section::after {
        display: none;
    }
    .banner-section .swiper-slide > .row {
        flex-direction: column-reverse;
        padding: 0 !important;
        min-height: auto;
        gap: 0;
    }
    .banner-section .swiper-slide > .row > .col-lg-6 {
        width: 100%;
    }
    .banner-section .image {
        width: 88%;
        margin: 0 auto;
        overflow: hidden;
    }
    .banner-section .image img {
        width: 100%;
        max-height: 180px;
        object-fit: cover;
        border-radius: 14px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    }
    .banner-section .content {
        text-align: center;
        padding: 16px 16px 8px;
    }
    .banner-section .content h6 {
        font-size: 9px;
        margin-bottom: 6px;
        letter-spacing: 3px;
        color: #8BC34A;
    }
    .banner-section .content h1 {
        font-size: 22px;
        margin-bottom: 6px;
        line-height: 1.15;
        letter-spacing: -0.5px;
        color: #fff;
    }
    .banner-section .content p {
        font-size: 12px;
        margin-bottom: 14px;
        color: rgba(255,255,255,0.6);
        max-width: 100%;
    }
    .banner-section .shop-now-btn {
        padding: 10px 26px;
        font-size: 12px;
        font-weight: 700;
    }
    .banner-section .swiper-pagination {
        position: relative;
        margin-top: 10px;
    }

    /* Products */
    .product-item .thumb a {
        margin-bottom: 10px;
    }
    .product-item .thumb img {
        width: 100%;
        max-height: 210px;
    }
    .product-item .content .title a {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .product-item .content .title {
        margin-bottom: 0px;
    }
    .product-item .content .quantity {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .product-item .content .price {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .product-item .add-btn {
        padding: 8px 14px;
        font-size: 12px;
        gap: 6px;
    }
    .product-item .add-btn svg {
        width: 12px;
    }
    .product-item {
        padding: 10px;
    }
    .product-item .content {
        text-align: center;
        margin-top: 10px;
    }

    /* Sections */
    .section-header {
        margin-bottom: 10px;
    }
    .section-header h2 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .home-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* Other items */
    .other-items-section .section-header h2 {
        font-size: 20px;
    }
    .other-item .thumb .content {
        padding: 16px;
    }
    .other-item .thumb .content h6 {
        margin-bottom: 6px;
        font-size: 11px;
    }
    .other-item .thumb .content h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .other-item .thumb .content .shop-now-btn {
        padding: 6px 18px;
        border-radius: 30px;
        font-size: 11px;
    }

    /* Footer */
    .footer .pattern-right {
        right: -134px;
    }
    .footer .pattern-left {
        left: -150px;
    }

    /* Categories */
    .top-categories {
        padding-bottom: 30px;
    }
    .top-category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    .top-catagory-item .image-container {
        border-radius: 14px;
    }

    .user-icon {
        width: 30px;
        height: 30px;
        border: 1px solid #fff;
        flex: none;
    }
    .user-icon svg {
        width: 16px;
        height: 16px;
    }

    /* Product details page */
    .product-details-info .product-details-block-item.title-block h2 {
        font-size: 20px;
        font-weight: 700;
    }
    .product-details-info .product-details-block-item.title-block span {
        font-size: 14px;
        font-weight: 400;
    }
    .product-details-info .product-details-block-item.price-block .price span {
        margin-left: 20px;
        font-size: 18px;
        color: #01431D;
    }
    .product-details-info .product-details-block-item.total-price-block .price span {
        margin-left: 20px;
        font-size: 18px;
        color: #01431D;
    }
    .product-details-block-item p {
        margin-bottom: 0px;
    }
    .product-details-info {
        padding: 0 0px;
    }
    .product-details-info .add-to-cart {
        font-size: 15px;
    }
    .pd-card-wrapper h5,
    .pd-card-header h3 {
        font-size: 18px;
    }

    /* Cart sidebar */
    .cart-sidebar {
        top: 50px;
        height: calc(100vh - 50px);
        padding: 0px 10px;
    }

    .footer .contact-us-info li,
    .footer .social-link {
        justify-content: center;
    }

    .nbh-card-body {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .nbh-card {
        height: auto !important;
        padding: 16px 10px !important;
        border-radius: 12px;
        border: 1px solid #e8f0ea !important;
        margin: 4px;
    }

    .footer .desc {
        max-width: 330px;
        margin: auto;
    }

    /* Auth */
    .auth-card {
        padding: 15px 30px;
    }
    .auth-card .card-header {
        font-size: 18px;
        text-align: center;
    }
    .auth-item label {
        font-size: 14px;
    }
    .auth-card .auth-btn {
        padding: 9px 20px;
        font-size: 16px;
    }
}

/* Large screens - ensure mobile search form is hidden */
@media (min-width: 1200px) {
    #mobile-search-form {
        display: none !important;
    }
}