





/* 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: 16px;
        margin-bottom: 0px;
    }
    .banner-section .content h1{
        font-size: 30px;
        margin-bottom: 0px;
    }
    .banner-section .content p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .banner-section .shop-now-btn {
        padding: 6px 30px;
        border-radius: 30px;
        font-size: 14px;
    }
    .icon-container {
        width: 50px;
        height: 50px;
    }
    .content-container h5 {
        font-size: 16px;
    }
    .other-items-section .section-header h2 {
        font-size: 40px;
    }
}

/* 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;
    }
    .category-btn {
        color: white;
        position: absolute;
        top: -60px;
        z-index: 2;
    }
    .height-0 {
        height: 0px;
    }
    .category-dropdown {
        top: -20px;
    }
    .banner-section .content{
        text-align: center;
    }
    .banner-section .content h6{
        font-size: 10px;
        margin-bottom: 0px;
    }
    .banner-section .content h1{
        font-size: 24px;
        margin-bottom: 0px;
    }
    .banner-section .content p {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .banner-section .shop-now-btn {
        padding: 2px 20px;
        border-radius: 30px;
        font-size: 9px;
    }
    .banner-section {
        padding-top: 10px;
        padding-bottom: 60px;
    }

    .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-left: none; */
        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;
    }
    .product-item .thumb a {
        margin-bottom: 10px;
    }
    .product-item .thumb img {
        width: auto;
        max-height: 130px;
    }
    .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: 10px;
        margin-bottom: 10px;
    }
    .product-item .add-btn {
        padding: 3px 10px;
        font-size: 10px;
        gap: 8px;
    }
    .product-item .add-btn svg {
        width: 10px;
    }
    .product-item {
        padding: 10px;
    }
    .section-header {
        margin-bottom: 10px;
    }
    .section-header h2 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .home-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .other-items-section .section-header h2 {
        font-size: 20px;
    }
    .other-item .thumb .content {
        padding: 20px;
    }
    .other-item .thumb .content h6{
        margin-bottom: 10px;
    }
    .other-item .thumb .content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .other-item .thumb .content .shop-now-btn {
        padding: 3px 15px;
        border-radius: 30px;
        font-size: 12px;
    }
    .footer .pattern-right {
        right: -134px;
    }
    .footer .pattern-left {
        left: -150px;
    }
    .top-categories {
        padding-bottom: 40px;
    }
    .top-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .top-catagory-item .image-container {
        border-radius: 20px;
    }

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

    .user-icon svg {
        width: 16px;
        height: 16px;
    }
    .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 {
        top: 50px;
        height: calc(100vh - 50px);
        padding: 0px 10px;
    }
}