.blog-single p, .blog-single span {
font-size : 18px;
}

.blog-slider__content .items-center {
    align-items: center;
    display: none;
}
button#theme-toggle {
    display: none;
}
.sicon-youtube::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("https://i.ibb.co/W4ghzpwj/rgargsergserg.png") no-repeat
    center center;
  background-size: contain;
  font-family: none !important;
}

@media (max-width: 600px) {
  .advanced-slider__slide.relative.swiper-slide,
  .swiper.s-slider-container.swiper-fade.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-watch-progress.swiper-backface-hidden {
    height: 60%   !important;
  }

  .advanced-slider:not(.auto-height) .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
  }
}


img.advanced-slider__image.w-full.h-full.object-cover.object-bottom.\!hidden.sm\:\!inline-block {
    object-position: top;
}
@media only screen and (min-width: 1200px) {
  .advanced-slider:not(.auto-height) .swiper .swiper-slide {
    height: 90%;
}
  }
}
/*****main-banner******/
@media (max-width: 600px) {
 .advanced-slider:not(.auto-height) .swiper .swiper-slide {
    height: 120vh !important;
  }

  .advanced-slider:not(.auto-height) .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
  }

  .advanced-slider__slide.relative.swiper-slide,
  .swiper.s-slider-container.swiper-fade.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-watch-progress.swiper-backface-hidden {
    height:400px !important;
  }
}


/* من 600px إلى أقل من 768px */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .advanced-slider:not(.auto-height) .swiper .swiper-slide {
    height: 80% !important;
  }

  .advanced-slider:not(.auto-height) .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .advanced-slider__slide.relative.swiper-slide,
  .swiper.s-slider-container.swiper-fade.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-watch-progress.swiper-backface-hidden {
    height: 290px !important;
  }
}

/* من 768px إلى أقل من 992px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advanced-slider:not(.auto-height) .swiper .swiper-slide {
    height: 80% !important;
  }

  .advanced-slider:not(.auto-height) .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .advanced-slider__slide.relative.swiper-slide,
  .swiper.s-slider-container.swiper-fade.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-watch-progress.swiper-backface-hidden {
    height:400px !important;
  }
}

/* من 992px إلى أقل من 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .advanced-slider:not(.auto-height) .swiper .swiper-slide {
    height: 80% !important;;
  }

  .advanced-slider:not(.auto-height) .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
 .advanced-slider__slide.relative.swiper-slide,
  .swiper.s-slider-container.swiper-fade.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-watch-progress.swiper-backface-hidden {
    height:500px !important;
  }
}

/* من 1200px وأعلى */
@media only screen and (min-width: 1200px) {
  .advanced-slider:not(.auto-height) .swiper .swiper-slide {
    height: 90% !important;

  }

  .advanced-slider:not(.auto-height) .swiper .swiper-slide img {
    width: 100% !important;;
    height: 100%;
    object-fit: contain !important;;
  }
 .advanced-slider__slide.relative.swiper-slide,
  .swiper.s-slider-container.swiper-fade.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-watch-progress.swiper-backface-hidden {
    height:650px !important;
  }
}


/*****main-banner******/
.advanced-slider__slide {
    position: relative;
}

.advanced-slider__slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10; 
    background: transparent !important;
opacity: 0;
margin:0;
transition:none;
transform:none;
animation: none !important;  
    transition: none !important; 
}
.advanced-slider__caption__inner__content__button:hover,
.advanced-slider__caption__inner__content__button:focus,
.advanced-slider__caption__inner__content__button:active {
    opacity: 0 !important;
 background: transparent !important;

}
body.blog-index img.h-full.w-full.object-cover,body.blog-single img.h-80.mb-10.w-full.object-cover.rounded-md {object-fit:contain;}
.undefined.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center {
  background-color: var(--color-primary) !important;;
  color: white;
}
.product-card__enhanced-mini-cart button.s-button-element {
    background-color: var(--color-primary) !important;
}
/***** SEO | إخفاء H1 المدونة بدون التأثير على التصميم *****/
.blog-index .seo-blog-h1 {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}