/* Add custom CSS styles/* Add custom CSS styles below */ 
/* Global */



body {
  background-color: #fff !important;
  /* background-color: #FFF3F2 !important; */
}


/* All Variables */
:root {
    --primary-color: #953B3D;
    --secondary-color: #953B3D;
    --font-family: "Alexandria", sans-serif;
    --header-icons: #953B3D;
    --footer-img: url("https://i.ibb.co/SXFwR0tN/logo-Footer.png");
    --footer-color: #953B3D;
}







/* ===========================nav====================== */
/* =====edite search========== */
@media(min-width: 798px){

  .top-navbar {
    display: none;
}

  
  div#mainnav salla-search.hydrated{
  max-width: 100%
}

div#mainnav .s-search-input-wrapper{
    margin-left: 1rem;
    margin-right: 1rem;
}
div#mainnav .s-search-input{
  background-color: transparent;
  border-color:  var(--primary-color);
  /* border-color: #fff; */
    border-radius: 14px !important;
  color: var(--primary-color);
  /* color: #fff; */
} 
 div#mainnav span.s-search-icon-wrap svg{
    /* fill: #fff; */
    fill:  var(--primary-color);
 }
div#mainnav .s-search-input::placeholder{
  color: transparent;
  color:  var(--primary-color);
  /* color:  #fff; */
}
  
}



/* div#mainnav{
    background: #E6E4E1;
    background: #E9C7C6;
     box-shadow: none;
} */
/* body.index div#mainnav{
     backdrop-filter: blur(.2px);
    background: rgba(230, 201, 207, 0.8);
} */
div#mainnav{
  background-color: var(--primary-color);
  background-color: #fff;
}

.main-nav-container {
    align-content: center;
}

@media(min-width: 1024px) {
  .navbar-brand img {
    max-height: 4rem;
  }
}
/* links */
custom-main-menu nav ul li a span {
    /* color: #fff; */
    color: var(--primary-color);
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        color: var(--header-icons);
    }
}

.header-btn__icon.sicon-user-circle, .header-btn__icon.icon.sicon-shopping-bag, .s-cart-summary-total, .mburger .sicon-menu.text-primary {
  color: var(--header-icons);
  
}

.header-btn__icon {
  border-color: var(--header-icons);
}

.s-user-menu-trigger {
  background-color: transparent;
}

/*remove hover  */
@media only screen and (min-width: 1024px) {
    .main-menu>.has-children:hover>a {
        color: #fff;
    }
}

/* top nav */
/* .top-navbar{
  display:none;
} */

.top-navbar {
  /* background-color: var(--primary-color); */
  background-color: #fff;
  /* color: #fff; */
  color:var(--primary-color);
  /* visibility: hidden; */
}


.top-navbar .s-menu-topnav-list{
  display: none;
}
.top-navbar salla-contacts.s-contacts.s-contacts-header.hydrated{
  display: none;
}
.top-navbar .header-buttons{
  display: none;
}


.top-navbar .s-search-input::placeholder {
    /* color: #fff; */
    color: var(--primary-color);
}

.s-search-icon svg {
    /* fill: #fff; */
    fill: var(--primary-color);
}


/* ================banners========================== */
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type .container {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type .banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}



/* =================main banner ====================== */
@media(min-width:992px){
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
  /* margin-top:-5.3rem; */
  margin-top:0;
}

}


@media(max-width:992px){
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
  margin-top:0;
}
}






/* ===============================Categories============================ */
.slide--cat-entry h2 {
  display: none;
}

@media(max-width:768px){
salla-slider[type]:not(.hydrated) > div:where([dir="rtl"], [dir="rtl"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="rtl"], [dir="rtl"] *), .carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
     padding-left: 0; 
}
}

.s-slider-controls-outer .s-slider-block__title-nav {
    display: none;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a {
  background-color: transparent;
  border-width: 0;
  height: 100%;
}

@media(min-width: 798px){
section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper {
  justify-content: center;
}
}
section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a > img {
  width: 100%;
  height: 100%;
  transition: .3s;
}

section.s-block.s-block--categories .rounded-full {
  border-radius: 0;
}

@media(min-width: 1024px) {
  section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container.swiper-initialized.swiper-horizontal .s-slider-swiper-wrapper .swiper-slide {
    width: 255px;
  }
}

@media(max-width: 1024px) {
  section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container.swiper-initialized.swiper-horizontal .s-slider-swiper-wrapper .swiper-slide {
    width: 180px;
  }
}




section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a > img:hover {
  transform : translateY(10px);
  transform : scale(1.1);
}





/* ==================================Products Section========================== */
.s-slider-block__title-left {
  display: none !important;
}

.s-slider-block__title {
    margin-bottom: .5rem;
    justify-content:center;
}

.s-block__title{
  justify-content:center;
}

@media(min-width: 768px) {
  .s-slider-block__title h2 , 
  .s-block__title h2 , 
  .s-reviews-header-wrapper h1{
    font-size: 22px;
  }
}

.s-slider-block__title h2 , 
.s-block__title h2 ,
 .s-reviews-header-wrapper h1 {
    color: var(--secondary-color) !important;
}



.s-slider-block__title h2 , 
.s-block__title h2 {
  position:relative;
}



@media(max-width: 992px) {
  .s-slider-block__title h2:after , 
  .s-block__title h2:after {
    width: 150px;
    height: 25px;
  }
}

.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *), .s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  background-color: #fff;
}

.s-product-card-vertical {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 6px -1px #707070;
  transition: all .3s ease; 
}
/*card shine animation  */
.s-product-card-vertical::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: 0.6s;
  pointer-events: none;
}

.s-product-card-vertical:hover::after {
  left: 100%;
}
.s-product-card-vertical:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
/* .s-product-card-vertical:hover{
   box-shadow: 0px 0px 6px -1px #707070;
} */
.swiper-wrapper.s-slider-swiper-wrapper {
  padding-top: 1rem;
  padding-bottom: 1.5rem;

}

.s-products-list-vertical-cards {
  padding: .1rem;
}

.s-product-card-content {
  /* background-color: #fff; */
  border-radius: 0;
}

@media(max-width: 768px) {
  .s-products-slider-card.swiper-slide {
    width: 175px;
  }
}

.s-product-card-content-title {
  /* text-align: center; */
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
 
}

.s-product-card-content-sub {
    /* justify-content: center; */
}

.s-product-card-content-title a {
 color: var(--primary-color);
   /* color: #000; */
}


.s-product-card-price, .s-product-card-sale-price h4 {
  /* color: #D80000 !important; */
  color: var(--primary-color) !important;
  /* color: #000 !important; */
}
.s-product-card-content-sub h4 i.sicon-sar{
  /* color: var(--secondary-color); */
}
.s-button-wide {
    /* background: linear-gradient(to right,#E9C7C6 0%, #593C47 100%); */
    color:  var(--primary-color);
    background-color:  #fff;
    /* color:  #000; */
    border-radius:14px;
    padding: 8px;
    border-color: var(--primary-color);
    /* box-shadow: 0px 4px 16px 0px #4A2C2A10; */
 
}
.s-button-wide:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
* shine effect خفيف */
.s-button-wide::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: 0.6s;
    pointer-events: none;
}

.s-button-wide:hover::after {
    left: 100%;
}



.s-product-card-vertical img {
  transition: .5s;
  aspect-ratio: 1 / 1;
}

.s-product-card-vertical .s-product-card-image {
  border-radius: .75rem;
}

.s-product-card-vertical:hover img {
  /* transform : rotate(-30deg); */
  transform: scale(1.04);
}





/* =================================new Store Features =============================*/
/* grid */
@media (min-width: 768px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0 !important;
    }
}
@media (max-width: 768px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        /* gap: 0 !important; */
    }
}



/* card */
:nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    background-color: transparent;
}

.two-row .banner-entry:first-child{
  grid-row: span 1;
}
@media (min-width: 992px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 150px;
    height: 255px;
  }
}
@media (max-width: 992px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 120px;
  }
}

@media (max-width: 768px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry , 
    a.banner-entry.square-photos{
      height:120px;
      /* height:218px; */
      /* height:186px; */
    }
}

/* img */
:nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry{
  transition: .5s;
}
:nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry:hover{
  transform: scale(1.01);
}

.lazy__bg {
      background-size: contain;
    background-repeat: no-repeat;
}

/* ================================= 2 new Store Features =============================*/
/* grid */
@media (min-width: 768px) {
    :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0 !important;
    }
}
@media (max-width: 768px) {
    :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        /* gap: 0 !important; */
    }
}



/* card */
:nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    background-color: transparent;
}

.two-row .banner-entry:first-child{
  grid-row: span 1;
}
@media (min-width: 992px) {
  :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 150px;
    height: 255px;
  }
}
@media (max-width: 992px) {
  :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 120px;
  }
}

@media (max-width: 768px) {
    :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry , 
    a.banner-entry.square-photos{
      height:120px;
      /* height:218px; */
      /* height:186px; */
    }
}

/* img */
:nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry{
  transition: .5s;
}
:nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry:hover{
  transform: scale(1.01);
}

.lazy__bg {
      background-size: contain;
    background-repeat: no-repeat;
}




/* ===============================Footer ============================*/
.footer-is-light .store-footer {
  background-size: cover;
  background-image: url(https://i.ibb.co/YBtz7PdR/footer.png);
}

.footer-is-light .store-footer *{
  /* color: var(--primary-color); */
  color: #fff;
  }

footer > div.store-footer__inner {
  background-color: transparent !important;
  color: #fff;
    border-bottom: none;
}

.s-social-list.hydrated {
  place-content: center;
}



.store-footer__inner .container.grid>div:nth-of-type(1) h3 {
    display: none;
}


footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a::after {
 content: "";
    display: block;
    width: 97px;
    height: 98px;
    background-image: url(https://i.ibb.co/21bdLSXF/logoo2.png);
    background-size: cover;
}

@media (min-width: 992px) {
    footer.store-footer .container.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: center;
    }
}

.store-footer__inner .container.grid>div p {
    margin: 10px auto;
}

footer.store-footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) {
    .store-footer__inner {
        padding-bottom: 1rem;
    }
}

.store-footer__inner .container.grid>div:nth-of-type(1) {
    padding-left: 0;
    grid-column: span 1 / span 2;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
  justify-content: center;
}

footer > div.store-footer__inner > div > div:nth-child(3) {
  justify-items: center;
}

.copyright-text p {
  color: #fff;
}

.copyright-text a:hover {
  color: #fff;
}





/*================================== Reviews============================ */
/* title */
.s-reviews-header-wrapper{
  justify-content: center;
}
/* =====slide==== */
.s-reviews-swiper-slide.swiper-slide{
    height: 200px;

  /*    عشان الشادو يظهر متشليييييييش حاجه  ابوس ايديكي*/
    padding-top: 1rem;
    padding-bottom: 1rem;
  
  /* background-color: green; */
}

@media(min-width: 798px){
.s-reviews-swiper-slide.swiper-slide{
  width: 400px !important; 
}
}

/*======card=====  */
.s-reviews-swiper-slide.swiper-slide .s-reviews-testimonial {
    /* background-color: #E6E4E1; */
  /* background-color: #fff; */
    box-shadow: 0px 4px 16px 0px #86729250;
   border-color: #eee;
   border-color: red;
    border-radius: 12px;
}


@media (min-width: 1024px) {
    .s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir=rtl],[dir=rtl] *) {
        padding-left: 40px;
    }
}






/*=====content=====  */
span.s-reviews-testimonial__icon svg{
  display: none;
}

/* img */
.s-reviews-testimonial__avatar{
  display: none;
}

/* name */
.s-reviews-testimonial__info h2{
   display: flex;
  align-items: center;
  gap: 12px;
  font-weight: bold;
  /* color: var(--secondary-color); */
  color: rgba(0, 0, 0, 0.7);
}
.s-reviews-testimonial__info h2::before {
  content: "";
  width: 12px;
  height: 4px;
  /* background-color: var(--secondary-color); */
  background-color: rgba(0, 0, 0, 0.7);
}

/* comment */
.s-reviews-testimonial__text  p{
 /* color: var(--secondary-color); */
 color: rgba(0, 0, 0, 0.7);
}

/* rating */
.s-reviews-testimonial__rating .s-rating-stars-selected{
   /* fill: var(--secondary-color); */
     fill: rgba(0, 0, 0, 0.7);
 }





/* .s-reviews-container{
  margin-top:3rem;
}
 .s-reviews-header-wrapper h1{
   position:relative;
 }
 .s-reviews-header-wrapper{
   justify-content:center;
 }
 
 .s-reviews-testimonial{
   border:1px solid #ddd;
   border-radius:8px;
   box-shadow:3p 3px 3px #ddd;
 }
  .s-reviews-testimonial__avatar{
   border-radius:0;
 }
 .s-reviews-testimonial__icon svg{
   fill: var(--primary-color);
 }
 
 div#contact-slot{
   margin:0 auto;
 }
 
 
 .footerImage {
    max-width: 75px;
    text-align: center;
    margin: 0 auto;
}
 
  .s-reviews-testimonial * {
  color:#30373F;
  } */



/*================buttons======  */
.s-fast-checkout-button.outline{
  border-color: #73402120 !important;
    box-shadow: 0px 4px 16px 0px #4A2C2A10;
   background: linear-gradient(#FFE7CD10 0%, #73402110 100%) !important;
    color:  var(--primary-color) !important;
    border-radius:8px !important;
  
  
}



/* ===============================global animation + js ========================== */
/* ============== Global Sections Animation ============== */

/* قبل الظهور */
section.before-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* بعد الظهور */
section.animate-section {
  opacity: 1;
  transform: translateY(0);
}

/* ========== Banner Zoom Animation ========== */

/* قبل الظهور */
.s-block--fixed-banner.before-animate {
  opacity: 0;
  transform: scale(0.9);
  transition: transform 1s ease, opacity 1s ease;
}

/* بعد الظهور */
.s-block--fixed-banner.animate-section {
  opacity: 1;
  transform: scale(1);
}




/*========move whishlist==========  */
.s-product-card-content-footer {
  display: flex;
  align-items: center;
  gap: 4px;
  gap: 8px;
}
@media(max-width: 768px){
  .s-product-card-content-footer {
    gap: 4px;
  }
}


.s-product-card-vertical .s-product-card-wishlist-btn{
  position: static;
  color: var(--primary-color);
  border-color: var(--primary-color) !important;
}
@media(max-width: 768px){
 .s-product-card-vertical .s-product-card-wishlist-btn {
    width: 2rem;
   height: 2rem;
  }
}

/* salla-button.s-product-card-wishlist-btn {
 
} */

/* زر المفضلة */
salla-button.s-product-card-wishlist-btn {
   background: rgba(230, 201, 207, 0.25);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(230, 201, 207, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 50%;
}

/* عند المرور */
salla-button.s-product-card-wishlist-btn:hover {
  transform: scale(1.12);
  box-shadow: 0 8px 20px rgba(230, 201, 207, 0.6);
}


@keyframes heartPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.35); }
  100% { transform: scale(1); }
}

/* لما يبقى مضاف */
salla-button.s-product-card-wishlist-btn.favorited {
  animation: heartPulse 0.4s ease;
}

/* لون القلب */
salla-button.s-product-card-wishlist-btn.favorited i {
  color: #e6c9cf;
  color: var(--primary-color);
  fill: var(--primary-color);
}



/*================cat=============  */
/* section.s-block.s-block--banners.container:nth-of-type(1) .has-overlay:after{
  background-color: transparent;
} */

section.s-block.s-block--banners.container .has-overlay:after{
  background-color: transparent;
}

section.s-block.s-block--banners.container a.banner-entry.lazy.has-overlay{
  background-color: transparent;
  border-radius: 18px;
 
    /* background-size: fill; */
}
@media(min-width: 768px){
  section.s-block.s-block--banners.container a.banner-entry.lazy.has-overlay{
     height: 345px;
  }
}

section.s-block.s-block--banners.container p.banner__description {
    padding: .5rem 2rem;
    background-color: var(--primary-color);
    border: 1px solid #fff;
    border-radius: 15px;
    margin-top: 1rem
}


/*======================img below title=================*/
/* .s-slider-block__title, */
.s-slider-block__title-right,
.s-reviews-header-wrapper{
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
/* .s-slider-block__title:after, */
.s-slider-block__title-right:after,
.s-reviews-header-wrapper:after{
    content: "";
    background-image: url(https://i.ibb.co/ZRQ3PjdV/img-Title.png);
    width: 207px;
    height: 62px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    /* top: -20px; */
    top: -15px;
}
.s-slider-block__title-right:after{
  right: -40px
}