/* Add custom CSS styles below */ 
body {
 
  /* background-color: rgba(243,244,246,var(--tw-bg-opacity,1)); !important; */

  /* overflow: hidden !important; */
  overflow-x: hidden !important;
}

section.custom-packages-section,
section.custom-faq-section {
    display: none;
}




:root {
    --primary-color: #0059C3;
    --secondary-color: #111827;
  
    /****header****/
    --header-bg: transparent;
    /* --index-header-bg: rgba(244, 241, 247, 1); */
    --index-header-bg: transparent;
  
    --stiky-header-bg: transparent;
    /* --stiky-header-bg: rgba(255, 255, 255, .3); */
    /* --stiky-header-blur: blur(10px); */
     
  
    --font-family: "Alexandria", sans-serif;
  
    --header-icons: #4B5563;
    --hover-links-color: var(--primary-color);
    --sub-menu-bg:  linear-gradient(88.37deg, #005CC8 -55.26%, #F8A42A 100%);
;


    /* titles */
    --title-color: #0F3B2E;
    --title-img-before: url(https://i.ibb.co/0VMz3r7D/aaaa.png);
    --title-img-after: url(https://i.ibb.co/d0yzJx0t/bbbb.png);




  
    /* login btn */
    --login-bg: var(--primary-color);
    --login-color: #fff;
    --login-border:  #fff;
  
    --login-bg-hover: var(--primary-color);
    --login-color-hover: #fff;
    --login-border-hover:  var(--primary-color);


  
    /* card */
    --main-btn-bg: #fff;
    --main-btn-border-color: var(--primary-color);
    --main-btn-color: var(--primary-color);

    --card-title: #111827;
    --card-title-align: center;
      
  
    --price-color: #DC2626;
    --price-label-color: #DC2626;
    --price-justify-content: center;
    

  
  
    /* --footer-color: rgba(56, 20, 29, 1) ; */
    --footer-logo: url(https://i.ibb.co/8LTxzrKW/Arbic-Logo-PNG-1-1.png);
    --footer-bg: url(https://i.ibb.co/vMgTYdj/Vector-3.webp);
    /* --title-img: url(https://i.ibb.co/3mX0zfQV/Intersect.png); */
}








/* ============================================
                            nav
============================================= */

/* =====edite search========== */
@media(min-width: 798px){
  .top-navbar {
    display: none;
}

  
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: var(--header-icons);
  /* border-color: #fff; */
    border-radius: 14px !important;
  /* color: var(--primary-color); */
  color: var(--header-icons);
  /* color: #fff; */
} 
 div#mainnav span.s-search-icon-wrap svg{
    /* fill: #fff; */
    /* fill: var(--primary-color); */
    fill: var(--header-icons);
 }
div#mainnav .s-search-input::placeholder{
  color: transparent;
  /* color:  var(--primary-color); */
  color:  var(--header-icons);
  /* color:  #fff; */
}
  
}





/* */
header{
  background: linear-gradient(74.53deg, rgba(248, 164, 42, 0.02) 8.12%, rgba(0, 92, 200, 0.02) 85.61%),
linear-gradient(0deg, rgba(0, 92, 200, 0.01), rgba(0, 92, 200, 0.01));
}

header .container{
  max-width: 100% !important;
}
@media only screen and (min-width: 1024px) {
    @media (min-width: 1024px) {
        .main-menu {
           flex-wrap: nowrap;
        }
    }
}


custom-main-menu nav ul li a span {
    white-space: nowrap;
}


/******* nav bg *******/
@media(min-width: 992px) {
    body.index div#mainnav {
        background-color: var(--index-header-bg);
        /* border-bottom: 1px solid #fff; */
    }
}

div#mainnav {
   background: var(--header-bg);
   box-shadow: none;
   position: relative;
   z-index: 2;
   border-radius: 3rem !important;
   margin: 1rem .5rem;


  box-shadow: 0px 1px 2px 0px #0000000D;
  box-shadow: 0px 10px 25px 0px #101E361A;
  backdrop-filter: blur(4px)


}

/*** stiky nav ***/
div#mainnav .bg-inherit {
    background-color: var(--stiky-header-bg);
    backdrop-filter: var(--stiky-header-blur);
}

/********* logo *********/
@media(min-width: 1024px) {
    .navbar-brand img {
        max-height: 4rem;
    }
}

/* logo center */
/* @media(min-width: 768px) {
.navbar-brand img{
position: absolute;
left: 50%;
transform: translateX(-50%);
}
} */
/************* links *************/
custom-main-menu nav ul li a span {
    color: var(--header-icons);
}

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

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

/* links sub menu*/
.main-menu .sub-menu {
    background-color: var(--sub-menu-bg);
}

/************* 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);
}

/* search icon */
.header-btn__icon {
    border-color: var(--header-icons);
    border: none;
}

.header-search-icon i {
    cursor: pointer;
    color: var(--header-icons);
}

/* user icon */
.s-user-menu-login-btn {
    border-color: transparent;
}

.s-user-menu-login-btn svg {
    fill: var(--header-icons);
}

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

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

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

@media(min-width: 798px) {
    body.index .top-navbar {
        backdrop-filter: blur(1.1px);
        background: rgba(0, 0, 0, 0.2);
    }
}

/*** header imporatant links ****/
.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;
}

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

.s-search-icon svg {
    fill: #fff;
}

.s-user-menu-login-btn{
  border-color: transparent;
}

.s-user-menu-login-btn svg{
  fill: var(--header-icons);
}








/* ===========================================
                  banners
============================================= */
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
  padding-right: 0;
  padding-left: 0;
   max-width:100%;
}
.s-block.s-block--fixed-banner.wide-placeholder .container{
     max-width:100%;
     /* padding-right: 0; */
    /* padding-left: 0; */
}

.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:0rem; */
  /* margin-top:-7.5rem; */
  /* margin-top:-5.3rem; */
}

}


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



/* ===========================================
                  swiper banner
=========================================== */

section.s-block.s-block--photos-slider.before-animate.animate-section{
/* margin-top: 0; */
margin-top:-5.3rem;
}
@media(max-width:992px){
  section.s-block.s-block--photos-slider.before-animate.animate-section{
margin-top: 0;
}
}

section.s-block.s-block--photos-slider

.s-slider-block__title{

display: none;

}


section.s-block.s-block--photos-slider

.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden{

padding-left: 0;

padding-right:0;

}


section.s-block.s-block--photos-slider

.swiper-wrapper.s-slider-swiper-wrapper {

padding-top: 0;

padding-bottom: 0;

}




@media (min-width: 640px) {

section.s-block.s-block--photos-slider

.swiper-wrapper.s-slider-swiper-wrapper>div{

padding-left: 0;

padding-right: 0;

border-radius: 0;


margin-left: 0;

margin-right: 0;

width: 100%;

}

}



salla-slider.photos-slider .swiper-slide,

salla-slider.photos-slider .swiper-slide a img{

border-radius: 0;

}


.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {

display: none;

}





/* ===========================================
                  titles
=========================================== */
/* ==prod== */
.s-products-slider-wrapper
  .s-slider-block__title {
    margin-bottom: .5rem;
    justify-content:center;
}

.s-products-slider-wrapper
  .s-slider-block__title-left {
      display: none !important;
}

.s-products-slider-wrapper
  .s-slider-block__title h2 {
     color: var(--title-color) !important;
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *),
.s-slider-block__title-right:where([dir=rtl]0,[dir=rtl] *) {
    padding-left: 0;
}





/* ==cats== */
section.s-block.s-block--categories 
  .s-slider-block__title{
    justify-content: center;
    margin-bottom: 0rem;
}
section.s-block.s-block--categories 
  .s-slider-block__title h2{
    color: var(--title-color) !important;
}
@media(max-width: 768px){
  section.s-block.s-block--categories 
  .s-slider-block__title h2{
    font-size: 2rem;
    max-width: 225px;
    text-align: center;
}
}

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


/*==features== */
.s-block__title{
  justify-content:center;
}
.s-block__title h2{
   color: var(--title-color) !important;
}

/*==testimonials==  */
.s-reviews-header-wrapper{
  justify-content: center;
}
.s-reviews-header-wrapper h1 {
    color: var(--title-color) !important;
}




/* -------------group-------------*/
@media(min-width: 768px) {
  .s-slider-block__title h2 , 
  .s-block__title h2 , 
  .s-reviews-header-wrapper h1{
    font-size: 32px;
    margin-bottom: 1rem;
  }
}


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


.s-slider-block__title h2 , 
.s-block__title h2,
.s-reviews-header-wrapper h1{
  position:relative;
}









/* =========img before, after title======= */
.s-slider-block__title h2,
.s-reviews-header-wrapper h1,
section.s-block.s-block--categories h2
 /* .s-block__title h2 */
{
  /* margin-right: 31px; */
  margin-top: 1rem;
  /* position: relative; */
}




.s-slider-block__title h2:before,
.s-reviews-header-wrapper h1:before,
section.s-block.s-block--categories h2:before,
/* .s-block__title h2:before, */


.s-slider-block__title h2:after,
.s-reviews-header-wrapper h1:after,
section.s-block.s-block--categories h2:after
/* .s-block__title h2:after */
{
  content: '';
    position: absolute;
    top: 95%;
    transform: translateY(-50%);
     background:var(--title-img) no-repeat;
    background-size: contain !important;

    display: block;
    width: 600px;
    width: 450px;
    height: 100%;
}

@media(max-width: 992px){
.s-slider-block__title h2:before,
.s-reviews-header-wrapper h1:before,
section.s-block.s-block--categories h2:before,
/* .s-block__title h2:before, */


.s-slider-block__title h2:after,
.s-reviews-header-wrapper h1:after,
section.s-block.s-block--categories h2:after
/* .s-block__title h2:after */
{
    width: 100px;
}
}







.s-slider-block__title h2:before, 
.s-reviews-header-wrapper h1:before,
section.s-block.s-block--categories h2:before
/* .s-block__title h2:before */
{
    left: 105%;
    /* left: 95%; */
    /* top: 0%; */
    background:var(--title-img-before) no-repeat;

    background-position-x: left;
}

.s-slider-block__title h2:after, 
.s-reviews-header-wrapper h1:after,
section.s-block.s-block--categories h2:after
/* .s-block__title h2:after */
{
    right: 105%;
    /* right: 95%; */
    /* top: 120%; */
    background:var(--title-img-after) no-repeat;

    background-position-x: right;
}









/* ===========================================
                Categories
=========================================== */
section.s-block.s-block--categories.before-animate.animate-section {
    /* margin-top: 1rem; */
    margin-top: 5rem ;
}


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

/* swiper container */
/* @media(max-width:768px){ */
.carousel-slider
  .swiper:where([dir=rtl],[dir=rtl] *){
      padding-left: 0;
}
/* } */






/* swiper */
section.s-block.s-block--categories
    .swiper-wrapper {
      transform: none !important;
      display: grid;
      /* gap: 3rem; */
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

@media(max-width:768px){
  section.s-block.s-block--categories
    .swiper-wrapper{
  grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media(min-width:768px){
  section.s-block.s-block--categories
    .swiper-wrapper{
 gap: 3rem;
    }
}
 
        

@media(min-width: 1024px){
section.s-block.s-block--categories
    .swiper-wrapper {
       /* justify-content: center; */
      }
}





/* slide */
section.s-block.s-block--categories  
      .s-slider-swiper-wrapper
            .swiper-slide:nth-child(1){
               /* order: -1; */
            }
section.s-block.s-block--categories  
      .s-slider-swiper-wrapper
            .swiper-slide:nth-child(2){
               /* order: 1; */
            }
section.s-block.s-block--categories  
      .s-slider-swiper-wrapper
            .swiper-slide:nth-child(3){
               /* grid-row: span 2; */
              /* order: 1; */
            }

@media(max-width: 768px) {
  section.s-block.s-block--categories  
        .s-slider-swiper-wrapper
              .swiper-slide:nth-child(9){
                grid-column:  span 2;
                width: 50%;
                justify-self: center;
                /* order: 1; */
              }
}



@media(min-width: 1024px) {
  section.s-block.s-block--categories  
      .s-slider-swiper-wrapper
            .swiper-slide {
                /* width: 255px; */
                /* width: 650px; */
                /* width: 50%; */
                /* width: 40%; */
                width: 100%;
                /* width: calc(100% / 3.5); */
      }
}


/* @media(max-width: 1024px) { */
@media(max-width: 768px) {
  section.s-block.s-block--categories 
    .s-slider-swiper-wrapper
      .swiper-slide {
          /* width: 180px; */
          /* width: 50%; */
          width: 100%;
          /* width: calc(100% / 2.5); */
        }
}






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


/* img */
section.s-block.s-block--categories 
    .swiper-wrapper 
      .swiper-slide > a > img {
            border-radius: 0;
            width: 100%;
            height: 100%;
            transition: .3s;
            object-fit: contain;
}
section.s-block.s-block--categories  
      .s-slider-swiper-wrapper
            .swiper-slide:nth-child(3) a img{
               /* object-fit: fill; */
            }

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






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

/*===swiper=== */
.swiper-wrapper.s-slider-swiper-wrapper {
  padding-top: 1rem;
  padding-bottom: 1.5rem;

}


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



/*===card=== */
.s-product-card-vertical {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 6px -1px #707070;
    box-shadow: 0px 4px 16px 0px rgba(102, 2, 2, 0.25);
    background-color: var(--card-bg);
    transition: all .3s ease; 
    height: 31rem;
    border: solid 1px var(--primary-color);
    border-radius: 9px;
}
@media(max-width: 768px){
  .s-product-card-vertical {
    height: 28rem;
    height: 21rem;
}
}

/*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;
} */




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


/*===card content===  */

.s-product-card-content {
  border-radius: 0;
}


/* content main */
.s-product-card-content-title {
  text-align: var(--card-title-align);
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; 
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.s-product-card-content-title a {
  color: var(--card-title);
}



/* content sub  */
.s-product-card-content-sub {
  justify-content: var(--price-justify-content);
}

.s-product-card-price,
.s-product-card-sale-price h4 {
  color: var(--price-color) !important;
}
.s-product-card-content-sub h4 i.sicon-sar{
   color: var(--price-label-color) !important;
}


/* content footer */
.s-button-wide {
   background-color:  var(--main-btn-bg);
    color: var(--main-btn-color);
    border-radius:14px;
    padding: 8px;
    border-color: var(--main-btn-border-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);
     /* background-color:  #EDB162 ; */
     /* color:  #fff; */
}
/* 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%;
}




/*===card img=== */
.s-product-card-vertical 
  .s-product-card-image {
      border-radius: 0rem;
      background-color: transparent;
       /* background-color: #fff; */
}

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


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


.s-product-card-content-footer{
  justify-content: center;
  gap: 3rem !important;
}
salla-add-product-button[width="wide"]{
  width: auto;
}

.s-button-wide {
  width: auto;
  border-radius: 82px;
}
.s-button-text span {
  display: none;
}




/* ========= add to cart ============= */
/* إخفاء الأيقونة القديمة */
salla-add-product-button .sicon-shopping-bag {
    display: none;
}

/* ترتيب المحتوى */
salla-add-product-button .s-button-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* الأيقونة الجديدة */
salla-add-product-button .s-button-text::before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230059C3' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 3h2l.4 2M7 13h10l4-8H5.4m1.6 8L5.4 5M7 13l-1 5h12m-9 0a1 1 0 100 2 1 1 0 000-2zm8 0a1 1 0 100 2 1 1 0 000-2z'/%3E%3C/svg%3E");

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    filter: drop-shadow(0 0 6px rgba(0, 89, 195, 0.35));
}



/* ============prod circle============ */
#featured-products-style2-4{
    position: relative;
    overflow: visible !important;
    z-index: 1;
    background-color: transparent;
}

#featured-products-style2-4::before{
    content: "";
    position: absolute;

    width: 1540px;
    height: 1540px;

    top: -750PX;
    right: -500px;

    background: radial-gradient(
        45.47% 45.47% at 50% 50%,
        #F8A42A 0%,
        rgba(255,255,255,0) 100%
    );

    opacity: 0.2;

    filter: blur(250px);

    pointer-events: none;
    z-index: -1;
}










/* ===========================================
                new Store Features 
=========================================== */
:nth-child(1 of section.s-block.s-block--banners.container){
   /* background: linear-gradient(74.53deg, rgba(248, 164, 42, 0.02) 8.12%, rgba(0, 92, 200, 0.02) 85.61%),
linear-gradient(0deg, rgba(0, 92, 200, 0.01), rgba(0, 92, 200, 0.01));
; */
  padding-top: 1rem;
   max-width: 100%;
  /* margin-top: 0; */
  margin-left: 0;
  margin-right: 0;
  margin-top: -2.5rem;
}

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

/* card */
:nth-child(1 of section.s-block.s-block--banners.container)
  .md\:grid-cols-3 .banner-entry {
    background-color: transparent;
    grid-row: span 1;
    padding: .6rem;
    /* border-radius: 1rem; */
      transition: .5s;
}


@media (max-width: 768px) {
:nth-child(1 of section.s-block.s-block--banners.container)
.banner-entry.square-photos:nth-child(5){
  width: 100%;
  grid-column: span 2;
}
:nth-child(1 of section.s-block.s-block--banners.container)
.banner-entry.square-photos:nth-child(3){
     height: 94px;
}
}





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



@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:210px;
          height:218px;
          height:80px;
    }
}





/* img */
:nth-child(1 of section.s-block.s-block--banners.container  )
  .lazy__bg {
      background-size: contain;
      background-repeat: no-repeat !important;
       background: round;
    background-position: center;
       /* background-size: cover !important; */
}









/* ===============features animation====== */
.s-block--banners .banner-entry {
  position: relative;
  overflow: hidden;
}

.s-block--banners .banner-entry::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -60%;
  width: 40%;
  height: 260%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.35),
    transparent
  );
  transform: rotate(20deg);
}

.s-block--banners .banner-entry:hover::after {
  animation: shineMove 0.9s ease forwards;
}

@keyframes shineMove {
  to {
    left: 130%;
  }
}




/* ================features circle========= */
/* السكشن */
:nth-child(1 of section.s-block.s-block--banners.container) {
    position: relative;
    overflow: visible !important;
    isolation: isolate;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

/* الدايرة */
:nth-child(1 of section.s-block.s-block--banners.container)::before {
    content: "";
    position: absolute;

    width: 573px;
    height: 573px;

    left: -259px;
    top: 50%;
    transform: translateY(-50%);

    opacity: 0.4;
    pointer-events: none;
    z-index: -1;

    border-radius: 50%;

    background: radial-gradient(
        45.47% 45.47% at 50% 50%,
        #005CC8 0%,
        rgba(255, 255, 255, 0) 100%
    );

    filter: blur(250px);
}










/* ===========================================
                    Footer 
=========================================== */
.footer-is-light .store-footer {
/* footer.store-footer { */
 
    /* background-color: var(--footer-color) !important;
     background-image: var(--footer-bg);
     background-size: cover;
    background-position: top;
    padding-top: 5rem;


    background: linear-gradient(74.53deg, rgba(248, 164, 42, 0.02) 8.12%, rgba(0, 92, 200, 0.02) 85.61%),
linear-gradient(0deg, rgba(0, 92, 200, 0.01), rgba(0, 92, 200, 0.01)); */



  /* background:
linear-gradient(74.53deg,
rgba(248, 164, 42, 0.02) 8.12%,
rgba(0, 92, 200, 0.02) 85.61%),
linear-gradient(0deg,
rgba(0, 92, 200, 0.01),
rgba(0, 92, 200, 0.01)),
var(--footer-bg); */

background-color: var(--footer-color) !important;
background-size: cover;
background-position: top;
padding-top: 5rem;

  
  backdrop-filter: blur(224px);

 

}

footer > div.store-footer__inner {
  background-color: transparent !important;
  color: var(--primary-color);
    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: 127px;
    height: 46px;
    background-image: var(--footer-logo);
    background-size: cover; */

    width: 100%;
    height: 6rem;
    background-image: var(--footer-logo);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1rem;
}



@media (min-width: 992px) {
    footer.store-footer .lg\:grid-cols-6{
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        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: #2b81c3;
}

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



/* ==========footer circle======== */
footer {
  position: relative;
  overflow: visible;
  z-index: 1;
     overflow-x: hidden !important;
     overflow-y: hidden !important;
}

footer::before {
  content: "";
  position: absolute;

  width: 1540px;
  height: 1540px;

  top: -900px;
  left: -707px;

  opacity: 0.4;

  background: radial-gradient(
    45.47% 45.47% at 50% 50%,
    #F8A42A 0%,
    rgba(255, 255, 255, 0) 100%
  );

  filter: blur(250px);

  pointer-events: none;
  z-index: -1;
}


/*  =============footer blue circle=========*/
/* footer::after {
  content: "";
  position: absolute;

  width: 750px;
  height: 750px;

  top: -430px;
  right: -180px;

  opacity: 0.4;

  background: radial-gradient(
    45.47% 45.47% at 50% 50%,
    #005CC8 0%,
    rgba(255, 255, 255, 0) 100%
  );

  filter: blur(250px);

  pointer-events: none;
  z-index: -1;
} */




footer::after {
  content: "";
  position: absolute;

  width: 1297px;
  /* height: 1297px; */
  height: 1097px;

  /* top: -150px; */
  right: -500px;

  bottom: 0px;

  opacity: 0.4;

  background: radial-gradient(
    45.47% 45.47% at 50% 50%,
    #005CC8 0%,
    rgba(255, 255, 255, 0) 100%
  );

  filter: blur(250px);

  pointer-events: none;
  z-index: -1;
}




/* =========================================== 
                  Reviews
=========================================== */
.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;
  }





/* =========================================== 
                  tabs section title
=========================================== */

.custom-section-title {
    display: flex;
    justify-content: center;
    text-align: center;
    /* margin-bottom: 0px !important; */
    margin-bottom: 24px !important;
}
@media(max-width: 768px){
  .custom-section-title {
    margin-bottom: 24px !important;
}
} 
.s-product-card-content-subtitle.opacity-80 {
  text-align: center;
}

/* =========================================== 
                 cats sub title
=========================================== */
.custom-subtitle-badge{
    width: fit-content;
    min-width: 214px;
    height: 33px;

    margin: 0 auto 20px;

    padding: 0 22px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    border-radius: 44px;

    background: linear-gradient(
      88.37deg,
      rgba(0, 92, 200, 0.2) -55.26%,
      rgba(248, 164, 42, 0.2) 100%
    );

    backdrop-filter: blur(10px);

    position: relative;
    z-index: 2;
}

/* الأيقونة */
.custom-subtitle-badge img{
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* النص */
.custom-subtitle-badge span{
    font-family: "Careem", sans-serif;
    font-weight: 400;
    font-size: 20.45px;
    line-height: 33.82px;
    color: #0059C3;
    white-space: nowrap;
}









/* ===============================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);
  /* color: red; */
  /* border: none; */

  /* 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%;
  /* border: none; */
    /* border-radius: 9px; */
    border-color: var(--primary-color) !important;

  
}

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); */
  color: red;
  fill: red;
  background-color: red;
}
/* ============================================= */
















/* ===========================================
                tabs
=========================================== */
.s-block--tabs-produtcs .tab-trigger.is-active button{
  border-radius: 100px;
  background-color: var(--primary-color);
  color: #fff;
}

.s-block--tabs-produtcs .tab-trigger{
  color: var(--primary-color);
  border-color: transparent;
  border-radius: 100px;
}













/* ===========================================
               card section 
=========================================== */





/*  ********* slider section  circle ********/
.custom-projects-slider {
  position: relative;
  overflow: visible;
  z-index: 1;
     overflow-x: hidden !important;
}

.custom-projects-slider::before {
  content: "";
  position: absolute;

  width: 900px;
  height: 900px;

  top: 20%;
  left: -450px;

  transform: translateY(-50%);

  opacity: 0.35;

  background: radial-gradient(
    45.47% 45.47% at 50% 50%,
    #F8A42A 0%,
    rgba(255, 255, 255, 0) 100%
  );

  filter: blur(180px);

  pointer-events: none;
  z-index: -1;
}