/* Add custom CSS styles below */
.main-menu {

    flex-wrap: nowrap;
  
}

.main-menu > li > a span {
    font-weight: 900;
    font-size: 13px;
}
.navbar-brand img {
    max-height: 4rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 80px;
}
/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
width:40%;
margin:auto;
}
.al-categories .category_card {
   
    padding: 20px ;
}

@media (max-width: 768px){
/*categary*/
.al-categories .grid {

width:100%;

}
    /* footer */
  .store-footer__inner .grid .col-span-2 {
    grid-column: span 1 / span 2;
  }
  footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .store-footer__inner .col-span-2 > a {
    max-width: 150px;
    margin: auto;
  }

  .store-footer__inner .s-menu-footer-list > a {
    text-align: center;
  }
  /**/
}
/**/

.landing-page-first-banner .item-text h1:before {
   content:'';
   width:280px;
   height:230px;
   display:block;
  background-repeat:no-repeat;
 margin:auto;
   background-image: url(https://i.ibb.co/MDmy4mTF/Whats-App-Image-2026-03-07-at-8-28-51-PM-1-2-removebg-preview-1-Picsart-Ai-Image-Enhancer-1.png);
}
.brands-link {
    display: none !important;
}
.card .flex-row.items-center P {
    font-size: 17PX;
    width: 72%;
    line-height: 2;
}
.card .items-center.justify-start {
    display: none;
}
.card {
    min-height: 190px;
}

.product-div {
    display: none;
}
@media (max-width: 768px) {
 .landing-page-first-banner .item-text h1:before {
    content: '';
    width: 130px;
    height: 102px;
    background-size: contain;

}
}

footer .copyright-text p {
  color: #fff !important;
}

.copyright-text p a:hover {
  color: #fff !important;
}