@media (min-width: 768px){
   .slider-banner-main-0 {
       height: 775px !important;
    }
  .slider-banner-main-7 {
       height: 550px !important;
    }
  .slider-banner-main-0 img, .slider-banner-main-7 img{
    object-fit: fill !important;
  }
  .slider-banner-main-0 h1 {
        font-size: 96px;
        font-weight: 400;
    }
  .slider-banner-main-7 h1{
    font-size: 74px;
  }
  .slider-banner-main-0 p {
        font-size: 28px;
    }
  .slider-banner-main-7 p{
    font-size: 40px;
  }
   .slider-banner-main-0 .md\:px-\[40px\], .slider-banner-main-9 .md\:px-\[40px\] {
    font-size: 24px;
}
}
.al-categories .grid.grid-cols-2{
    display: flex !important;
    justify-content: center;
  flex-wrap: wrap
}
.al-categories .category_card {
    width: 20%;
}
.AL_product_slider  .swiper-wrapper {
  height: auto !important;
}
.AL_product_slider  .swiper-backface-hidden .swiper-slide {
    display: flex;
    flex-direction: column;
}
@media (max-width:768px){
  .al-categories .category_card {
    width: 47%;
}
  .AL_best_seller  .image-div{
    height: 280px
  }
}
@media (max-width:768px){
  h3.font-medium.text-xl.md\:text-2xl.text-center{
    font-size: 35px;
    font-weight: bold;
  }
.store-footer__inner * {
    text-align: center !important;
        margin-inline: auto;
}
.store-footer__inner .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
  .slider-banner-main-0, .slider-banner-main-7, .slider-banner-main-10{
    height: 428px !important;
  }
  .item-text.w-full.md\:w-fit.flex.flex-col.z-2.max-w-\[700px\]{
    text-align: center !important;
    align-items: center !important;
    margin-top: 63%;
  }
  .slider-banner-main-7 .item-text.w-full.md\:w-fit.flex.flex-col.z-2.max-w-\[700px\]{
    margin-top: 75% !important;
  }
  .\!text-end {
    text-align: center !important;
}
  .item-text.w-full.md\:w-fit.flex.flex-col.z-2.max-w-\[700px\] .mt-\[32px\] {
    margin-top: 10px;
}
    .slider-banner-main-0 p, .slider-banner-main-7 p{
        font-size: 16px;
    }
}

/* Homepage section wrapper */
.wrapper p,h5 {
    font-size: 20px !important;
}
/*@media (max-width: 767px) {
    .wrapper p,h5 {
        font-size: 11px !important;
    }
}*/
/* Category text and title */
.s-product-card-content-category,
.s-product-card-content-title a{
    font-size: 18px !important;
}
/* Product subtitle and price */
.s-product-card-content-subtitle,
.s-product-card-sale-price h4{
    font-size: 16px !important;
}
/*@media (max-width: 767px) {
    .s-product-card-content-title a {
        font-size: 13px !important;
    }
    .s-product-card-content-subtitle,
.s-product-card-sale-price h4{
        font-size: 11px !important;
    }
}*/
.product__description li {
    font-size: 18px !important;
    line-height: 1.8 !important;
}
/*@media (max-width: 767px) {
    .product__description li {
        font-size: 13px !important;
    }
}*/