@media (min-width: 992px) {
.header-components.header-components-home {
background: transparent;
position: absolute;
inset: 0;
  pointer-events: none;
i.icon.sicon-user {
    margin-left: 22px;
}
}
}
.header-is-dark .main-menu li.root-level>a:hover {
color: white !important;
}



#s-block--fixed-banner-0{margin-top:0 ;}
#s-block--fixed-banner-0 > div > a{border-radius:0;max-height: 1310px !important;}
@media (max-width:767px) {
#s-block--fixed-banner-0 > div > a{ min-height: 285px;}
}


/**** banner ******/
section.s-block.s-block--fixed-banner.wide-placeholder > .container ,#slider-with-bg-3 > div {
padding: 0 !important;
margin: 0px!important;
max-width: 100%;
}

.s-products-slider-card.swiper-slide {
margin-top:10px;
margin-bottom:10px;
}
.banner--fixed img {
border-radius:0px;
background-color: transparent;
}
.s-block--fixed-banner .banner--fixed {
max-height: 873px;
min-height: 285px;
}
@media (max-width:767px) {
.s-block--fixed-banner .banner--fixed {
min-height: 227px;}
}


.square-photos-item{border-radius:0}
.square-photos-grid .square-photos-item {
min-height: 1295px;
}
.s-block--slider-with-bg .slider-bg {
height: 1147px;
padding-top: 5rem;
}
@media (max-width:767px) {
.s-block--slider-with-bg .slider-bg {
height: 229px !important;
}
}

.s-block--slider-with-bg .slider-with-bg-data {
background: transparent !important;}

/**** catagory ******/
.main-links-title.break-all {
background: #226d7e !important;
color: white;
}
.main-links-title.break-all h4 {
color: white !important;;
}

/**** products ******/
.s-product-card-content.grow {
background: #faf6ed;
}
/**** features ******/
.feature-icon-div i,
.features-home .feature-icon-div::after,
.s-block--features .feature-icon-div::after {
  display: none !important;
}

.feature-icon-div {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  background-color: #b79679;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* الكارد الأول */
.features-home-grid .s-block--features__item:nth-child(1) .feature-icon-div {
  background-image: url("https://cdn.files.salla.network/homepage/195986758/3b41e7bf-26be-419f-a7a0-205678d093c5.webp");
}

/* الكارد الثاني */
.features-home-grid .s-block--features__item:nth-child(2) .feature-icon-div {
  background-image: url("https://cdn.files.salla.network/homepage/195986758/7d11f8ee-33bf-4070-b499-028cc8a63451.webp");
}

/* الكارد الثالث */
.features-home-grid .s-block--features__item:nth-child(3) .feature-icon-div {
  background-image: url("https://cdn.files.salla.network/homepage/195986758/65518037-1126-499d-8cf6-191ccf830244.webp");
}


.features-home-grid.grid-normal {grid-template-columns: repeat(3, minmax(0, 1fr));}
.s-block--features .s-block--features__item{box-shadow:none}
.s-block--features__item h4 {color:#155567 !important;font-size:22px}
.s-block--features__item p {color:black !important;font-size:18px;margin-top:8px ; font-weight:800}
@media (max-width:767px) {
  #wa-widget-send-button {
    bottom: 131px !important;
   }
.s-block--features__item h4 {font-size:16px}
.s-block--features__item p {font-size:14px;}

}

img.s-product-card-image-contain.lazy.loaded {
background: white !important;
}
button.undefined.s-button-element {background:#247683}
.s-product-card-content-sub span{color: ; font-size:20px !important;}

/**** footer ******/

.store-footer ,.footer_is_dark .footer-bottom{ background: #226d7e !important;}
a.banner.banner--fixed.block {
border-radius: 0;
}
#app > div.app-inner.flex.flex-col > div.relative.z-0.s-block{margin-top:0}
@media (max-width:767px) {

#s-block--fixed-banner-9 > div > a{ min-height: 106px;
}
}




/* ====== جعل tab-accordion أول عنصر ====== */
.main-content-data {
    display: flex;
    flex-direction: column;
}

#tab-accordion,
.tab-accordion {
    order: -1; /* يجعله أول عنصر */
    
}
.tab-accordion .accordion{
    border-top:0px !important;
    border-bottom:1px #12b0cd solid!important;
}
/* أو بدلاً من ذلك، يمكنك تحديد ترتيب باقي العناصر */
.share-wishlist-data {
    order: 1;
}

.product-title {
    order: 2;
}

.product__description {
    order: 3;
}

/* ... وهكذا لباقي العناصر */