@media(max-width:1550px){
	.category-grid{
		    grid-template-columns: repeat(6, 1fr);
		column-gap:60px;
		row-gap:70px;
	}
}

@media(max-width:1440px){
    .container-main{
        padding: 0px 40px;
    }
	
}
@media(max-width:1550px){
	.category-grid{
		    grid-template-columns: repeat(5, 1fr);
		column-gap:50px;
	}
}
@media(max-width:1200px){
    .main-menu,.main-menu-wishlist{
        gap: 15px;
    }
    .icon-with-badge a img{
        width: 20px;
        height: 20px;
    } 
    /* .top-bar-search .form-field {
        width: 300px;
    } */
     .footer-block p {
        max-width: 285px;
    }
    .footer-block h6{
        font-size: 16px;
    }
    .top-deals-flex{
        grid-template-columns:repeat(4,1fr);
    }
    .deals-coupons-right-flex {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width:1100px){
    .footer-flex{
        flex-wrap: wrap;
    }
    .footer-block.logo{
        width: 100%;
        padding-bottom: 40px;
    }
    .footer-block p {
        max-width: 500px;
    }
    .about-page-left,.about-page-right{
        width: 100%;
    }
     .about-page-left{
        margin-bottom: 30px;
     }
     .about-page-right{
        padding-left: 0px;
     }
     .image-container{
        height: 500px;
     }
         .product-detail-heading h2 {
        font-size: 38px;
    }
    .product-page-grid {
    grid-template-columns: repeat(2, 1fr);
}
	.category-grid{
		    grid-template-columns: repeat(4, 1fr);
		column-gap:40px;
	}
  
}
@media(max-width:1024px){
    .mission-vision-inner{
        padding: 20px;
    }
    .map-main {
        height: 400px;
    }
    .deals-coupons-right-flex {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-details-thumb .thumb{
        margin-right: 15px;
        height: 80px;
        width: 80px;
    }
}
@media(max-width:991px){
    .top-bar-call-number{
        display: none;
    }
      .track-order .track-text {
    display: none;
  }

  .top-bar-call-logo a img,
  .track-order a img {
    width: 24px;
    height: auto;
  }
.menu-bar-main{
    display: none;
}

.mob-header {
    display: block;
    position: relative;
    /* z-index: 999; */
    background: #fff;
  }

  .navbar-toggler {
    border: none;
    background: transparent;
  }
  .mob-header .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mob-header .navbar-brand img {
  height: 50px;
  max-width: 200px;
}

  .navbar-toggler-icon {
    background-image: url(../images/menu-icon.webp);
    width: 30px;
    height: 30px;
  }

  /* body.menu-open .navbar-toggler-icon {
  background-image: url(../images/close-icon.webp);
} */

  .mobile-menu-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 998;
    padding: 80px 20px 20px;
    transition: left 0.4s ease;
    overflow-y: auto;
  }

  body.menu-open .mobile-menu-sidebar {
  left: 0;
}


  .mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .mobile-menu-list li:last-child {
    border-bottom: none;
  }

  .mobile-menu-list a {
    text-decoration: none;
    color: #ed4a23;
    font-weight: 600;
    display: block;
    font-size: 14px;
  }
  .has-dropdown > a {
  font-size: 18px; 
}
.mobile-menu-list > li > a {
  font-size: 18px; 
}

  .has-dropdown > .submenu,
  .has-submenu > ul {
    display: none;
    padding-left: 15px;
  }

  .has-dropdown.open > .submenu,
  .has-submenu.open > ul {
    display: block;
  }

  .icon-links a,
  .track-order-link a,
  .phone-link a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
  }
  .icon-links {
  display: flex;
  flex-direction: column; /* for mobile menu stack */
  gap: 10px;
}

.icon-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ed4a23;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}

.icon-wrapper {
  position: relative;
  display: inline-block;
}

.icon-wrapper img {
  width: 24px;
  height: 24px;
}

.badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #ed4a23;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 50%;
  font-weight: bold;
}
.icon-links a img{
    width: 24px;
    height: 24px;
  }

  .mobile-menu-header {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .mobile-menu-header img {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .arrow-icon {
  margin-left: 6px;
  font-size: 16px;
}
.arrow-icon {
  transition: transform 0.3s ease;
}

.has-dropdown.open > a .arrow-icon {
  transform: rotate(180deg);
}


.has-submenu.open .arrow-icon {
  transform: rotate(90deg);
}
   .home-banner-content{
        margin-left: 50px;
    }
    .top-deals-flex{
        grid-template-columns:repeat(3,1fr);
    }
    .our-blog-block{
        width: 50%;
    }
    .blog-detail-left, .blog-detail-right {
        width: 100%;
    }
    .blog-detail-left {
        padding-right: 0px;
        margin-bottom: 40px;
    }
    .latest-blog-left {
        width: 40%;
    }
    .latest-blog-right {
        width: 60%;
    }
    .latest-blog-heading a h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .deals-coupons-right-flex {
        grid-template-columns: repeat(3, 1fr);
    }
    .deals-coupons-left,.deals-coupons-right{
        width: 100%;
    }
    .deals-coupons-left{
        margin-bottom: 30px;
    }
    .deals-coupons-right{
        padding-left: 0px;
    }
    .product-detail-heading h2 {
        font-size: 38px;
        max-width: unset;
    }
    .add-to-cart-product a{
        padding: 14px 11px;
        font-size: 16px;
    }
    .items-scroll{
        margin-right: 0px;
    }
    .product-details-thumb .thumb{
        /* margin-right: 15px; */
        height: 100px;
        width: 100px;
    }
.top-bar-logo{
    display: none;
}
.international-brands-grid{
    grid-template-columns: repeat(4, 1fr);
}
.international-brands img{
    max-height: 70px;
}
.international-brands-heading h1{
    font-size: 30px;
}
.category-grid{
		    grid-template-columns: repeat(4, 1fr);
	
	column-gap:30px;
		row-gap:70px;
	}

   

}
@media(max-width:850px){
	  .product-page-grid {
    grid-template-columns: repeat(3, 1fr);
		  column-gap:40px;
		row-gap:30px;
}
	
}
@media(max-width:850px){
    .footer-block{
        width: 50%;
        padding-top: 30px;
    }
    .footer-block.logo{
        padding-top:0 ;
        padding-bottom: 20px;
    }
        .footer-block h6 {
        font-size: 18px;
    }
    .offers-banner-left, .offers-banner-right{
        width: 100%;
    }
    .mission-vision-box{
        width: 100%;
    }
       .product-detail-left,.product-detail-right{
        width: 100%;
    }
    .product-detail-left{
        margin-bottom: 40px;
    }
    .product-detail-right{
        padding-left: 0px;
    }
    .image-container{
        background-color: unset;
        height: unset;
    }
    .image-container img{
        object-fit: scale-down;
    }
    .product-page-left,.product-page-right{
        width: 100%;
    } 
    .product-page-left{
        margin-bottom: 40px;
    }
    .product-page-right{
        padding-left: 0px;
    }
  
.authenticity-box{
    width: 33.33%;
}

   
}
@media(max-width:768px){
    .top-bar-logo {
    max-width: 200px;
}

    .main-top-bar{
        gap: 10px;
    }
    .home-btn-flex{
        display: none;
    }
    .home-banner-content{
        margin-left: 0px;
    }
    .home-banner-bg{
        height: 550px;
    }
    .home-banner-content h1{
        font-size: 45px;
        line-height: 50px;
    }
    .home-banner-content p {
        font-size: 20px;
        line-height: 25px;
    }
    .product-slider-btn{
        display: none;
    }
    .top-deals-flex{
        grid-template-columns:repeat(2,1fr);
    }
    .why-young-nutrition-inner{
        padding: 20px;
    }
    .why-young-nutrition-box img{
        width: 50px;
        height: 50px;
    }
    .why-young-nutrition-box h4{
        font-size: 18px;
    }
    .our-blog-block{
        width: 100%;
    }
    .contact-us-page-left,.contact-us-page-right{
        width: 100%;
    }
    .contact-us-page-left{
        padding-right: 0px;
    }
    .contact-us-page-text{
        margin-top: 30px;
    }
    .product-detail-heading h2{
        font-size: 30px;
    }
    .original-product-price h4{
        font-size: 24px;
    }
    .cut-product-price h4{
        font-size: 18px;
    }
    .product-page-grid {
    grid-template-columns: repeat(2, 1fr);
}
.authenticity-inner h4 {
    font-size: 20px;
}
.authenticity-content h3 {
    font-size: 24px;
}
	.category-grid{
		    grid-template-columns: repeat(3, 1fr);
		column-gap:30px;
		row-gap:65px;
	}

}
@media(max-width:600px){
    .container-main {
        padding: 0px 20px;
    }

    .top-brands-main,
    .product-slider-main,
    .top-rated-products-main,
    .trending-products-main,
    .offers-banner-main,
    .top-brands-main,
    .why-young-nutrition-main,
    .about-page-main,
    .mission-vision-main,
    .blogs-page-main,
    .blog-detail-main,
    .contact-us-page-main,
    .deals-coupons-main,
    .product-detail-main,
    .product-description-main,
    .product-page-main
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }



        .footer-block h6 {
        font-size: 18px;
    }
    .footer-block{
        width: 100%;
        padding-top: 20px;
    }
    .footer-block ul li{
        padding-top: 13px;
    }
    .top-bar-search .form-field {
        width: 220px;
    }
    
    .main-top-bar{
        gap: 10px;
    }
    .category-slider-heading h1,
.top-deals-heading h1,
.top-rated-products-heading h1,
.trending-products-heading h1,
.top-brands-heading h1,
.why-young-nutrition-heading h1,
.offers-banner-heading h1,
.product-description-heading h1,
.product-page-heading h1,
.contact-us-page-text h1,
.blog-page-heading h1,
.about-page-heading h1,
.deals-coupons-heading h1,
.happy-customers-heading h1,
.authenticity-heading h1,
.international-brands-heading h1,
.certificate-with-brands-heading h1  {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.category-slider-heading h1::after,
.top-deals-heading h1::after,
.top-rated-products-heading h1::after,
.trending-products-heading h1::after,
.top-brands-heading h1::after,
.why-young-nutrition-heading h1::after,
.offers-banner-heading h1::after,
.product-description-heading h1::after,
.product-page-heading h1::after,
.contact-us-page-text h1::after,
.blog-page-heading h1::after,
.about-page-heading h1::after,
.deals-coupons-heading h1::after,
.happy-customers-heading h1::after,
.authenticity-heading h1::after,
.international-brands-heading h1::after,
.certificate-with-brands-heading h1::after {
    top: 25px;
}

.product-slider-inner{
    height: 100px;
}
.product-img{
    width: 150px;
    height: 150px;
}
.top-deals-flex{
        grid-template-columns: 1fr;
    }

    .product-img img {
    width: 100%;
    height: auto; 
    object-fit: contain; 
    max-height: 250px; 
}
.promotional-banner-img img {
    max-height: 200px;
    object-fit: contain;
  }
  .why-young-nutrition-box {
    width: 100%;
  }
  .why-young-nutrition-box img{
    height: 60px;
    width: 60px;
  }
  .payment-icons {
        flex-wrap: wrap;
    }
    .payment-icons img {
        width: 20%;
        object-fit: scale-down;
    }
    .footer-copyright p{
        text-align: unset;
    }
    .whats-app-sticky img{
        width: 50px;
        height: 50px;
    }
    .about-page-left{
        height: 350px;
     }

     .latest-blog-heading a h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .blog-heading h2{
        font-size: 26px;
    }
    .blog-date h4{
        font-size: 16px;
    }
    .map-main {
        height: 300px;
    }
    .product-nav{
        gap: 10px;
    }
    .product-details-thumb .thumb{
        margin-right: 15px;
        height: 80px;
        width: 80px;
    }
    .product-page-grid {
    grid-template-columns: repeat(1, 1fr);
}
.track-order{
    padding-left: 0px;
}
.top-bar-search input{
    padding:7px;
    font-size: 14px;
    border-radius: 10px;
}
.top-bar-call-logo{
    width: 35px;
    height: 35px;
}
.top-bar-call-logo a img, .track-order a img{
    height: 20px;
    width:20px;
}
.product-slider-block{
    width: 125px;
}
.top-rated-price .real-price,.trending-product-price .real-price
{
    font-size: 18px;
}
.top-rated-price .cut-price,.trending-product-price .cut-price{
    font-size: 12px;
}
.sort-link{
    padding: 3px 2px;
}
.add-to-cart-product a{
    margin-right: 0px;
}
.small-description-block:not(:first-child)::before{
    border-left: none;
}
.blog-detail-page{
    padding: 0px;
}
.blog-main-image img {
    height: 250px;
}
.main-top-bar{
    padding: 10px 0px;
}
.top-bar-search .form-field a{
    padding: 13px;
}

.top-bar-search .form-field a img{
    width: 13px;
    height: 13px;
}
.right-form-inner {
    padding: 25px;
}
.authenticity-box{
    width: 100%;
}
.authenticity-content h3{
    font-size: 20px;
}
.international-brands-grid{
    grid-template-columns: repeat(2, 1fr);
}
.custom-select-wrapper{
    width: 200px;
}
	.category-grid{
		    grid-template-columns: repeat(2, 1fr);
		column-gap:20px;
		row-gap:60px;
	}



}