/* LOGO */
.navbar-brand img {
    max-height: 4rem;
}

/* Cats */
.al-categories .category_card::after , .al-categories h3 , .al-categories p  {
  display: none !important 
}
.al-categories img {
    width: 100%;
    height: 100% !important;
    max-height: unset !important;
}
section#al-categories-2 {
    margin-bottom: 10px;
    padding-top: 0px;
}
.al-categories .md\:-translate-y-1\/3 {
    --tw-translate-y: 0;
}
@media (min-width:991px){
   .al-categories .lg\:grid-cols-6 {
      grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (max-width:768px){
  .store-footer__inner * {
      text-align: center !important;
          margin-inline: auto;
  }
  .store-footer__inner .container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center !important;
  }
  .al-categories  .grid.grid-cols-2 {
      row-gap: 1rem;
  }
}
.landing-page-first-banner .container > div {
    background: #2f20046e;
    padding: 20px;
    border-radius: 20px;
}
.landing-page-first-banner h1.animate__animated {
    font-size: 14px;
}
@media (max-width:768px){
  .slider-banner-main-0, .video-banner-main-0 {
      height: 56vh !important;
  }
    .landing-page-first-banner .container {
      justify-content: flex-end;
      padding-bottom: 10px;
  }
    .landing-page-first-banner .pa-fbanner-star {
      margin-top: 10px
    }
  .landing-page-first-banner  a.fbanner-star-btn {
      font-size: 10px;
  }
}


/** Edits **/
/* product-index */
body.product-index .s-breadcrumb-wrapper li,
body.product-index .s-breadcrumb-wrapper svg {
    color: #fff;
    fill: #fff;
}

/* Footer */
footer.store-footer {
    background-color: #0E0E0E !important;
}
footer.store-footer * {
    color: #fff;
}
footer.store-footer .s-contacts-icon {
    border: 1px solid;
}
@media (min-width: 768px) {
    .store-footer .md\:max-w-\[90px\] {
        max-width: 130px;
    }
}
@media (max: 768px) {
    .store-footer .max-w-16 {
        max-width: 8rem;
    }
}