body{
    background-color: transparent !important;
}
.s-block__title h2 {
    color: var(--color-primary);
}
@media(min-width:1024px){
#main-slider-0 .home-slider__content h3 {
    min-width: 800px !important;
    margin: auto;
    font-size: 48px;
    margin-bottom: 1rem !Important
}
}
.s-product-card-content-footer.rounded-lg button {
    background: #644ebb;
}



.s-block__title .right-side {
    width: fit-content !important;
    margin: auto;
    justify-content: center;
    border: 2px solid var(--color-primary);
    padding: 1rem 3rem;
    border-radius: 40rem;
}

.home-slider__content * {
    align-items: center;
}

.s-product-card-entry {
    border-color: var(--color-primary) !important;
}

/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

/* Categories */

.s-block--banners .grid {
    max-width: 900px;
    margin:auto;
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}
.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.s-block--banners .banner-entry {
    height: 700px;
}
@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 400px;
    }
}
@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 300px;
    }
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}

.home-slider__content{
    flex-direction: row;
}
@media(max-width:480px){
    #main-slider-3 .home-slider__content{
    transform: translate(-50%,0) !important;
}
}
.btn-primary{
    font-size: 28px;
    color: #fff;
    padding: 1rem 3rem;
    border-radius: 8px !important;
    box-shadow: rgba(174, 216, 224, 0.4) 0px 4px 15px;
}
.s-count-down-item-label {
    font-size: 1rem;
    color: #fff;

}
.s-count-down-dark .s-count-down-item, .s-count-down-dark .s-count-down-item:after {
    background: #473967;
    color: #fff;
   font-size: 1.8rem;
}
.cta-button {
    font-size: 1.8rem;
    padding: 1rem 2.5rem;
    background-color: #5f4aa5;
    border-radius: 8px;
    box-shadow: rgba(174, 216, 224, 0.4) 0px 4px 15px;
}
.s-product-card-content salla-add-product-button .s-button-text {
    align-items: center;
    display: flex;
    gap: .25rem;
    justify-content: center;
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: 700 !important;
}
.s-product-card-content-footer salla-add-product-button .s-button-primary{
    background-color: var(--color-primary) !important;
}
.store-footer .footer-container .logo-footer .foo {
    filter: brightness(0) invert(1);
}

.s-block--bundle-split-banner salla-split-banner-qe3onn {
  --title-color: #000000;
  --description-color: #000000;
}

/* تكبير شعار البانر */
.banner-container .content-side .logo-img {
  width: 100% !important;
  max-width: 1000px !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto 0.5rem auto !important;
}

/* نخلي مساحة النص تستوعب حجم الشعار */
.banner-container .content-side {
  width: 50% !important;
  max-width: 1000px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* للموبايل */
@media (max-width: 768px) {
  .banner-container .content-side {
    width: 100% !important;
    max-width: 100% !important;
  }

  .banner-container .content-side .logo-img {
    max-width: 90vw !important;
  }
}