/*Cairo*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Lemonada:wght@300..700&display=swap');


*{
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;

}

/**/




/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
width:70%;
margin:auto;
}

@media (max-width: 768px){
/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
width:100%;

}
.al-categories .category_card {

    grid-column: 2 span;
}

.al-categories .category_card:nth-of-type(4){
   grid-column: 2/4;
}

  /* 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;
  }
  /**/



}
/**/


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

.copyright-text p a:hover {
  color: #000 !important;
}.product-single div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > p{
    display:none
}cart .remove-product-btn .s-button-primary {
    background-color: #2e2e2e00;cart .remove-product-btn .s-button-primary {
    background-color: #2e2e2e00;
}
}