/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@400;700;800&family=Cairo:wght@300;400;500;600;700;800;900&display=swap');
body *:not(i, svg) {
  font-family: 'Almarai' !important ;
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
    background-color: #6a882d !important;
    color: white !important;
    border: 0px !important;
}
button.tab-trigger.s-button-element.s-button-btn.s-button-solid.s-button-primary.s-button-loader-after {
    background: #e8ede0;
    color: #6a882d;
}
section.s-block.s-block--photos-slider salla-slider#photos-0-slider .swiper-slide {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
}
section.s-block.s-block--photos-slider salla-slider#photos-0-slider .swiper-slide * {
border-radius: 0px !important ;
} 
@media (min-width: 767px) {
body.index > div.store-content > section.s-block.s-block--photos-slider {
    margin-top: -171px !important;
}
}
header.store-header {
    background-color: transparent;
}
.salla-advertisement {
    z-index: 9 !important;
    position: relative;
}
body.index salla-slider.photos-slider .swiper {
    padding: 0px !important;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #6b892f !important;
    color: white !important;
}
.product-entry {
    border-radius: 20px !important;
    box-shadow: 0 0 10px #ddd;
    border: 0px !important;
}
.statistics-list__item .outer, .statistics-list__item .wrap, .statistics-list__item .inner {
    background-color: #e8ede0 !important ;
}
footer.store-footer {
    background-color: #e8ede0 !important;
}
@media (max-width: 767px) {
.main-nav__inner.flex.items-center.flex-wrap.lg\:flex-nowrap.gap-y-3.bg-nav_bg.text-nav_text {
    flex-wrap: nowrap !important ;
}
header.store-header {
    height: 57px !important;
} 
}

@media (max-width: 767px) {
body.index .product-entry--vertical.product-entry--fit-type .product-entry__image {
    height: 13.5rem !important ;
    flex-basis: 13.5rem !important ;
}
body.product-index .product-entry--vertical.product-entry--fit-type .product-entry__image {
    height: 10rem !important ;
    flex-basis: 10rem !important ;
}
}

/*-***********MONAAM*********-*/
section.s-block--banners:has( .banner-entry [data-bg*="XrDVG8aXkznw0T"]) {display: none;}div#QR_CODE img {height: 120px;}a#QR_CODE2 {width: 130px;}


/******code hassaan *******/
:root {
    --main-color: #68842d;
    --white-color: white;
    --black-color:black;
    --sub-color:#6f6d70;
}

/********************* body ************************/

body{
    background-color:#f8f8f8 !important;
}

/************  slider **************/
section.s-block.s-block--photos-slider {
    margin-top: 0 !important;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide{
    padding:0 !important;
    margin-top:0px !important;
    width:100% !important;
    border-radius:0 !important;
}
[dir=rtl] section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper{
    padding:0 !important;
}

img.w-full{
    border-radius: 0px;
}

button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock , button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    display:none;
}

/************ banner **************/
 section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    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;
}

/********************* header ************************/


/************  products **************/
.s-block--tabs-produtcs .tab-trigger.is-active button {
    background-color:var(--main-color);
    color:white;
}
body.index salla-products-slider.s-products-slider-wrapper.hydrated .swiper.s-slider-container {
    padding:30px 0 !important;

}
.product-index salla-products-list.flex-1,
 .product-index-offers  salla-products-list.flex-1
 {
    padding-top: 30px !important;
    padding-inline: 15px !important;
}
.s-button-primary-outline{
        background-color:  var(--main-color);
    border:none;
    color:var(--white-color);

}
.s-button-primary-outline:hover{
     background-color: var(--main-color);

}
.s-product-card-entry {
   transform: translate(0px, 0px);
  transition: all .5s ease-in-out;
    border:1px solid var(--main-color);
      box-shadow: 1px 1px 3px 2px #ddd !important;

}

.s-product-card-entry:hover{
  transform: translate(0px, -10px);
       box-shadow: 3px 3px 5px 4px #ddd !important;
    
}

.s-product-card-content *{
    justify-content:center;
    text-align:center;
}

h4.s-product-card-price {
    color:red;
}

img.s-product-card-image-contain.lazy.loaded {
    background-color:var(--white-color);
}

button.s-slider-next.s-slider-nav-arrow:hover , button.s-slider-prev.s-slider-nav-arrow:hover{
    background-color:var(--main-color);
    border:none;
    transform: translateX(-3px)
}
button.s-slider-prev.s-slider-nav-arrow:hover{
transform: translateX(3px)
}

button.s-slider-next.s-slider-nav-arrow:hover , button.s-slider-prev.s-slider-nav-arrow:hover{
    background-color:var(--main-color);
    border:none;
    transform: translateX(-3px);
    
}
button.s-slider-prev.s-slider-nav-arrow:hover{
transform: translateX(3px)
}
a.s-slider-block__display-all {
    color:var(--main-color);
}

/************  احصائيات **************/
.s-block__title h2 , .s-slider-block__title-right h2 {
    color:var(--main-color)
}
.s-block__title p{
    color: var(--black-color) !important;
}
 section.s-block.s-block--statistics > div > div.statistics-list > div> div > div > div > span > span.icon-bg {
     background-color:var(--main-color) !important;
 }

.statistics-list__item {
    background: linear-gradient(0deg,rgba(104, 132, 45, 1) 0%, rgba(232, 236, 226, 1) 100%);%); */
}

.statistics-list__item:hover {
    /* border-color: transparent; */
}

a.btn.btn--outline-primary.h-12.grow-0.gap-2\.5.group:hover {
    color:white !important
}



/********************* Features ***********************/


.border.rounded.p-5.h-full {
    background-color:#e6e8dc
}
.sicon-quote-open:before {
    color:var(--main-color)
}
#logos-4 > div {
    width:100% !important;
    max-width:100% !important;
    
}

.partners-logos .brand-item img {
    max-width: 172px !important;
    filter: none !important;
    transition: none !important;
}

.partners-logos .brand-item:hover img {
    filter: none !important;
    transform: none !important;
}
salla-slider#partners-4\ {
padding-block:20px;
    background-color:white;
    width:100% !important;
    max-width:100% !important;
}
.partners-logos salla-slider .swiper-wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;

}
/************ footer **************/
.store-footer__inner {
    background-image: url("https://i.postimg.cc/2SxyTV2S/fwtr.png");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white !important;
    border: none;
    background-position: center center;
    background-attachment: fixed;
    min-height: 100%;
    width: 100%;
}
@media (max-width: 768px){
.store-footer__inner {
    background-image: url("https://i.postimg.cc/2SxyTV2S/fwtr.png");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: none;
    background-position: left ;
    background-attachment: fixed;
    min-height: 100%;
    width: 100%;
}
    .footer-is-light .store-footer {
 
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    
}
.footer-is-light .store-footer .store-footer__inner{
    border:none;
    color:var(--sub-color);
}
.store-footer__inner *{
    justify-content:center;
    align-items:center;
    text-align:center !important
}
}




footer.store-footer a[href*=instagram]{background:-o-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);background:linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}footer.store-footer a[href*=tiktok]{background:-o-linear-gradient(330deg,#69c9d0,#000,#ee1d52);background:linear-gradient(120deg,#69c9d0,#000,#ee1d52)}footer.store-footer a[href*=facebook]{background:-o-linear-gradient(45deg,#3776f2,#00b1f7);background:linear-gradient(45deg,#3776f2,#00b1f7)}footer.store-footer a[href*=youtube]{background-color:#c4302b}footer.store-footer a[href*=snapchat]{background-color:#ff0;color:#000!important}
footer.store-footer a[href*=twitter] {
    background:lightskyblue;
border:none;
    color:#171313;
}




/* تنسيق أيقونات السوشيال ميديا */
.s-social-link a[href*="instagram"] {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    border: none;
    color:white !important;
}

.s-social-link a[href*="twitter"] {
    background: lightskyblue !important;
    border: none;
    color: #171313 !important;
}

.s-social-link a[href*="snapchat"] {
    background-color: #ff0 !important;
    color: #000 !important;
    border: none;
}

.s-social-link a[href*="youtube"] {
    background-color: #c4302b !important;
    border: none;
    color:white !important;
}

.s-social-link a[href*="facebook"] {
    background: linear-gradient(45deg, #3776f2, #00b1f7);
    border: none;
    color:white !important;
}

/* تنسيق إضافي لجعل الأيقونات دائرية ومتناسقة */
.s-social-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.s-social-link a:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

.s-social-icon svg {
    width: 20px;
    height: 20px;
    fill: white;
}

/* خاص لأيقونة snapchat لأن لونها أصفر */
.s-social-link a[href*="snapchat"] .s-social-icon svg {
    fill: #000;
}

/* خاص لأيقونة twitter لأن لونها فاتح */
.s-social-link a[href*="twitter"] .s-social-icon svg {
    fill: #171313;
}