/* الأول يختفي على الموبايل */
@media (max-width:767px){
    .s-block--bundle-premium-video-hero:nth-of-type(1){
        display:none!important;
    }
}

/* الثاني يختفي على التابلت والكمبيوتر */
@media (min-width:768px){
    .s-block--bundle-premium-video-hero:nth-of-type(2){
        display:none!important;
    }
}

.border-b {
    border-bottom-width: 0px !important;
}



/* إخفاء زر المظهر بالكامل */

/* الكمبيوتر */
#theme-toggle-desktop {
    display: none !important;
}

/* الموبايل */
#theme-toggle-mobile-menu {
    display: none !important;
}

/* لو فضل مكانه ظاهر */
.icon-trigger:has(#theme-toggle-desktop),
.mobile-menu-action-item:has(#theme-toggle-mobile-menu) {
    display: none !important;
}

/* احتياطي */
.theme-toggle-icon,
.sun-moon-body,
.sun-rays {
    display: none !important;
}


@media (max-width: 768px) {

  .s-products-list-wrapper{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .s-products-list-wrapper > custom-salla-product-card{
    width: 100% !important;
    margin: 0 !important;
  }

}

/* Categories - Desktop & Mobile */
.hidden.lg\:flex .rounded-full,
.swiper.s-slider-container .rounded-full{
    width: 180px !important;
    height: 200px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

.hidden.lg\:flex img,
.swiper.s-slider-container img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.hidden.lg\:flex{
    justify-content: center !important;
}

.swiper.s-slider-container .group{
    justify-content: center !important;
}


.form-input {
    background-color: #A2B398 !important;
}


.navbar-brand img{
    max-width: 225px !important;
    max-height: 90px !important;
    width:auto !important;
    height:auto !important;
}

header .main-menu > li > a,
header .main-menu > li > a span{
    font-size: 18px !important;
}