/* Add custom CSS styles below */ 
.AL_product_slider .product-grid {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
}
.special_title .wrapper.container.mx-auto {
    justify-content: flex-start;
    align-items: flex-start;
}
@media (min-width:1024px){
.landing-page-first-banner  .md\:text-\[20px\] {
    font-size: 26px;
}
}
@media (max-width:991px){
  .AL_product_slider .product-grid {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
}
@media (max-width:767px){
  .landing-page-first-banner .item-text .max-w-\[80\%\] {
    max-width: 38%;
}
  .store-footer {
    background-position: center bottom;
    background-size: contain;
}
  .landing-banner  .mb-\[56px\] {
    margin-bottom: 16px;
}
  section.special_title.my-5 {
    margin-bottom: 0rem;
  }
  .pa-fbanner-star {
    margin-top: 10px;
}
.landing-page-first-banner .txt {
    justify-content: flex-end;
    padding-bottom: 3rem;
}
 .product-single .main-content.w-full {
    padding: 20px;
} 
}
@media (min-width: 768px) {
 .store-footer__inner    .md\:grid-cols-6 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media (max-width: 641px) {
    .whatsapp-info.fixSingle {
        bottom: 111px !important;
    }
    section.followUs img {
    object-fit: contain;
    height: fit-content;
}
}
/*logo on banner*/
.landing-page-first-banner h1 {
    position: relative;
    font-size: 0;
}

.landing-page-first-banner h1::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    transform: translateY(-93%);
    width: 162px;
    height: 103px;
    background-image: url("https://cdn.files.salla.network/homepage/877226014/0c3de125-c98a-4788-bc6f-0af41d8aacb2.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width:767px){
  .landing-page-first-banner h1::before {
    transform: translateY(-84%);
    width: 120px;
    height: 80px;

}
  .slider-banner-main-0, .video-banner-main-0 {
    height: 42vh !important;
}
}