/* LOGO */
.navbar-brand img {
    max-height: 6rem;
    max-width: 140px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 70px;
}
#mainnav {
    height: unset !important;
}

/* cats */
.al-categories .lg\:grid-cols-6 > a {
    width: 220px;
    height: 230px;
}
.al-categories h3 {
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 5%;
    padding-inline: 1rem;
}
@media (min-width: 1280px) {
    .al-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .al-categories h3 {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 1280px) {
    .al-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 1rem;
    }
    .al-categories .lg\:grid-cols-6 > a {
        width: 320px;
        height: 320px;
        align-self: center;
        grid-column: span 2;
    }
    .al-categories .lg\:grid-cols-6 > a:nth-child(4) {
        grid-column: 2/4;
    }
}
    
/* products */
.s-block--best-offers .s-slider-block__title {
    display: none;
}

@media (max-width: 768px) {
    /* AL_best_seller */
    .AL_best_seller .h-\[580px\] {
        height: 40vh !important;
    }
    
    /* footer */
    .store-footer * {
        text-align: center !important;
        margin-inline: auto;
    }
    .store-footer .container.grid {
        grid-template-columns: 1fr;
    }


  /**/
.Alo__main .flex.flex-wrap {
    flex-direction: unset;
    align-items: center;
    gap: 0.3rem;
    flex-wrap: nowrap;
    min-height: 100%;
    height: 50vh;
}
  .Alo__main .img {
    display: block;
    width: 100%;
  }
 
  
  .Alo__main .spacespacespace {
    height: 100%;
  }
 

 
  .Alo__main h1 {
    font-size: 13px;
    line-height: 25px !important;
  }
  .Alo__main p {
    font-size: 13px;
    line-height: 26px !important;
    font-weight: bold;
  }




 .Alo__main .spacespacespace::after {
    width: unset;
    height: unset;
   
}
.Alo__main .swiper-wrapper {
    height: 44vh;
}
 
.Alo__main .spacespacespace img {
    height: 400px;
}
.Alo__main .w-full.flex.flex-center {
    padding-left: 0;
    padding-right: 0;
    gap: 0.3rem;
}
.Alo__main .All_banner_btn {
    font-size: 10px !important;
    font-weight: bold;
}

/***/

.al-categories h3 {
    font-weight: normal;
    font-size: 15px;
    padding-inline: 1rem;
}
.al-categories .lg\:grid-cols-6 > a {
    width: 100%;
    margin-inline: auto;
    height: 164px;
}
.al-categories .container {
    padding-left: 0;
    padding-right: 0;
}
footer [alt="Bellabloom"] {
    filter: brightness(0) invert();
}


@media (max-width: 768px) {
    .al-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 1rem;
    }
    .al-categories .lg\:grid-cols-6 > a {
        width: 240px;
        height: 240px;
    }
    .al-categories .lg\:grid-cols-6 > a:nth-child(4) {
        grid-column: 2/4;
    }
}
@media (max-width: 576px) {
    .al-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.25rem;
    }
    .al-categories .lg\:grid-cols-6 > a {
        width: 170px;
        height: 170px;
        align-self: center;
        grid-column: span 2;
    }
    .al-categories h3 {
        font-size: 13px;
        font-weight: bold;
        line-height: 1.4rem;
        padding-inline: 0;
    }
    .al-categories .lg\:grid-cols-6 > a:nth-child(4) {
        grid-column: span 2;
    }
    .al-categories .lg\:grid-cols-6 > a:last-child {
        grid-column: 2/4;;
    }
}