/* Add custom CSS styles below */  

.index .fixed-header{
      background: #90c2e7 !important;
}
button[data-selia="header-language-button"] i {
  margin: 0 !important;
}
 
#viewed-section{
  display: none !important;
}
html[dir="ltr"] .navbar-brand img:not(.en-logo-ready),
html[dir="ltr"] .footer-logo img:not(.en-logo-ready) {
  visibility: hidden !important;
}
 .footer-logo img, .logo-normal{
   filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(177deg) brightness(106%) contrast(102%);
 }
 
body:not(.index) #mainnav {
  position: relative;
  overflow: hidden;
  isolation: isolate;
    min-height: auto;
  height: auto !important;
  background: #6f96b6 !important;
  width: 100%;
  z-index: 9;
}
body:not(.index) #mainnav.fixed-header {
  position: fixed;
  
}
/* الطبقة السفلية التي سيتم عمل Blur لها */
body:not(.index) #mainnav::before {
  content: "";
  position: absolute;
  inset: -50px;
  z-index: 0;
  pointer-events: none;

  background:
    radial-gradient(
      circle at 12% 25%,
      rgba(255, 255, 255, 0.55) 0,
      rgba(255, 255, 255, 0.18) 12%,
      transparent 28%
    ),
    radial-gradient(
      circle at 45% 100%,
      rgba(42, 84, 120, 0.75) 0,
      rgba(42, 84, 120, 0.25) 18%,
      transparent 38%
    ),
    radial-gradient(
      circle at 85% 15%,
      rgba(255, 255, 255, 0.4) 0,
      rgba(255, 255, 255, 0.12) 14%,
      transparent 32%
    ),
    #6f96b6;

  filter: blur(36px);
  transform: scale(1.12);
}

/* الطبقة الزجاجية فوق البلور */
body:not(.index) #mainnav::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background: rgba(111, 150, 182, 0.32);

  border-bottom: 1px solid rgba(255, 255, 255, 0.3);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

/* اللوجو والروابط والأيقونات فوق الطبقات */
body:not(.index) #mainnav > * {
  position: relative;
  z-index: 2;
  background: transparent !important;
}
 

 

 



#s-theme_edit_bar , #s-theme_preview_bar , .top-navbar{
  display: none !important;
}
body:not(.index) #mainnav{
      background-color: #071d35;
}
.main-menu li.root-level>a { 
    color: #fff;
    font-size: 16px;
  font-weight: 500;
  transition: all linear .4s;
}
.main-menu li.root-level>a:hover{
  font-weight: 700;
      font-size: 17px;
}
.header-btn__icon { 
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.31);
    border-radius: 50%;
    color: #fff;
}

button[data-selia="header-language-button"]{
      margin-inline-start: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.31);
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
}

button[data-selia="header-language-button"] > span{
  display: none;
}

.hero-section{
  position: relative;
}


.proboxmain .container {
  max-width: unset;
  padding: 0;
}

.proboxmain .container > div > div{
  width: auto;
}
.proboxmain {
    border-radius: 23px;
    padding: 20px;
    position: absolute;
    bottom: 20%;
    left: 10%;
  background: rgba(120, 110, 108, 0.32);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 30px;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 8px 30px rgba(0, 0, 0, 0.08);
      background-color: transparent !important;
}
.proboxmain h3{
    font-size: 20px;
    color: #fff;
    margin: 0;
    line-height: normal;
}
.proboxmain h2{
    font-size: 12px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    line-height: normal;
}
.proboxmain p{
  display: none;
}
.proboxmain a{
      background: transparent;
    color: #a92d2e;
    font-size: 16px;
    padding: 0 !important;
    margin: 0;
    line-height: normal;
}
.store-featuedw h2{
    font-size: 20px;
    font-weight: 500;
    color: #0f2a47;
      text-align: start;
}
.store-featuedw p{
    font-size: 12px;
    font-weight: 500;
    color: #0f2a47;
      text-align: start;
}

.store-featuedw .feature-icon { 
    height: auto; 
    margin-bottom: 0;
    width: auto;
}


.store-featuedw .allcontnttxtimg{
    display: flex;
    align-items: center; 
      gap: 12px
}


.store-featuedw .anime-item { 
    border-radius: 0;
    padding: 0;
    justify-content: center;
    background: transparent;
    border: 0;
  box-shadow: unset !important;
  position: relative;
}
.store-featuedw .anime-item:before{
    content: " ";
    height: 39px;
    background: #8ec1ea;
    width: 1px;
    position: absolute;
    left: 0;
}
.store-featuedw .anime-item:last-of-type:before{
  display: none;
}
.store-featuedw .anime-item > div:not(.allcontnttxtimg){
  display: none;
}
.store-featuedw{
      background: #F0F7FF;
    margin-top: -60px;
    border-radius: 20px;
    padding: 30px 0;
    max-width: 85%;
}

.product-card__buttons{
  display: none;
}
.product-card {
     box-shadow: 0px 0 15px -3.8px rgba(142, 193, 234, 0.4);
    border-radius: 16px !important;
    background-color: #fcfcfc;
    padding: 0px 0px 20px;
}







.s-block--best-offers{
  margin-inline: 0 !important;
    max-width: 100% !important;
}

.s-block--best-offers .swiper-wrapper{ 
    padding-block: 10px;
}
.product-card__content { 
    text-align: start;
}
.product-card__price{
  justify-content: start;
}
.product-card__content{
      background: #FCFCFC;
}
.product-card__title a {
    
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.product-single salla-add-product-button button.s-button-btn {
    border-radius: 0px !important;
    color: #fff; 
    margin-top: 0; 
}
.product-card__price .total-price { 
    top: 0;
    font-size: 32px;
    color: #C75E6E; 
}
.product-card__title a:hover {
    color: #C75E6E; 
}
.s-products-slider-card {
     
}
.s-add-product-toast__actions salla-button .s-button-btn.s-button-gray-outline:hover{
  
    background-color: #0F2A47;
    color: #fff;
}
.s-button-primary:hover {
    background-color: var(--color-primary);
  color: #fff;
}
.product-card__price .before-price{
      font-size: 16px; 
    color: #b7b7b7;
    font-weight: bold;
}
.text-primary-reverse { 
    color: var(--store-text-primary);
}
salla-add-product-button button.s-button-btn{
    border-radius: 35px;
    color: #0f2a47;
    font-size: 18px;
    margin-top: 15px;
    height: 45px;
} 
salla-add-product-button button.s-button-btn i{
  display: none;
}

salla-add-product-button button.s-button-btn:hover{
  background-color: #0F2A47; 
  color: #fff;
}
.home-block-title h2{
  color: #0f2a47;
}
.home-block-title .border-primary{
  border: 0;
}
.s-slider-v-centered .s-slider-block__title-nav {
     top: -55px;
     justify-content: end;
 }
.s-slider-nav-arrow svg {
    width: 42px;
    fill: #0F2A47;
}
.proboxmain.probox-banner1{
      left: 25%;
      padding: 10px 20px;
}
.product-card__promotion {
        border-radius: 0 30px 30px 0;
  left: 0;
}
html[dir="ltr"] .product-card__promotion{
  left: unset;
  right: 0;
  border-radius: 30px 0 0 30px;
}
.proboxmain.probox-banner1 a{
  display: none; 
}

.proboxmain.probox-banner1{
      cursor: pointer;
}
.proboxmain.probox-banner1 h3 {
    margin: 0;
    line-height: 26px;
    max-width: 50%;
    margin-bottom: 5px;
}
.s-block--fixed-banner {
  position: relative;
}

.s-block--custom-reviews .s-slider-v-centered .s-slider-block__title-nav {
    top: -33px; 
    left: 10%;
    width: auto;
}
.s-block--custom-reviews .container{
  max-width: 100% !important;
    padding: 0 !important;
}
.s-block--custom-reviews .review, .s-block--testimonials.enhanced .review {
    max-width: 28%;
    width: 28%;
}
 .review.anime-item.swiper-slide > div > i{
   display:none;
 }

 .review.anime-item.swiper-slide > div {
   box-shadow: 0px 4px 12.5px rgba(91, 155, 209, 0.39);
border-radius: 12px;
background-color: #fff;
border: 1px solid #5b9bd1;
   padding: 20px;
 }

 .review.anime-item.swiper-slide > div p{
       font-size: 18px;
       color: #0f2a47;
       line-height: inherit;
 }

 .review.anime-item.swiper-slide > div h4{
     color: #0f2a47;
 }
.s-block--custom-reviews{
  position: relative;
}
.s-block--custom-reviews:after {
    content: " ";
    filter: blur(30px);
    border-radius: 50%;
    background-color: #f9fcff;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -150px;
      z-index: 1;
}

.s-block--custom-reviews:before {
    content: " ";
    filter: blur(30px);
    border-radius: 50%;
    background-color: #f9fcff;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -150px;
      z-index: 1;
}


.container {
    max-width: 1200px;
}

.faqw .container > .grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-faq{
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.96);
    padding: 24px 24px 24px 48px;
    border: 0;
  transition: all linear .4s;
}
.single-faq.open{
  background-color: #f2f9ff;
border: 1px solid #5b9bd1;

}
.faq-btn i{
      border: 1px solid #0f2a47;
    background: transparent;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  color: #0f2a47;
}
a[data-selia="footer-link"]{
  transition: all linear .4s;
}
a[data-selia="footer-link"]:hover{
  color: #5b9bd1
}
links-contact



a.links-contact{
  transition: all linear .4s;
}
a.links-contact:hover{
  color: #5b9bd1
}






.faq-btn p {
      font-size: 18px;
    color: #0f2a47;
    font-weight: bold;
}
.faq-content p {
  font-size: 19px;
    color: #0f2a47;
    font-weight: 500;
}

.store-footer__inner > .container > .grid > div:last-of-type{
  display: none;
}


.store-footer__inner > .container > .grid{
      display: flex;
    justify-content: space-between;
}



html[dir="ltr"] .proboxmain {
     left: unset;
    right: 20%;
 }



html[dir="ltr"] .store-featuedw h2 {
    font-size: 15px; 
}

html[dir="ltr"] .store-featuedw p {
    font-size: 11px; 
}

html[dir="ltr"] .s-slider-v-centered .s-slider-block__title-nav {
  
    justify-content: start;
}
html[dir="ltr"] .store-featuedw .anime-item:before {
  left: unset;
    right: 0;
}

html[dir="ltr"] .proboxmain.probox-banner1 .container > .flex{
    gap: 10px;
}

html[dir="ltr"] .proboxmain.probox-banner1 h2 {
    font-size: 10px; 
}
html[dir="ltr"]  .s-block--custom-reviews .s-slider-v-centered .s-slider-block__title-nav {
    
    right: 10%;
    left: unset; 
}















.banner--fixed img { 
    border-radius: 30px !important;
}








@media (min-width: 1024px) and (max-width: 1280px) {
  .container {
    max-width: 1100px;
    padding-inline: 0 !important;
  }
  .proboxmain.probox-banner1 {
    left: 20%; 
  }
}

@media  (max-width: 991px) {

  .proboxmain{
    padding: 10px  ;
    left: 5%;
    bottom: 10%;
    border-radius: 25px;
  }

.proboxmain > .container > .flex{
  flex-direction: row;
    gap: 5px;
}
.proboxmain h3 { 
    font-size: 10px;
}
.proboxmain h2 { 
    font-size: 9px;
}
.proboxmain a { 
    font-size: 10px;
    height: auto;
}
.proboxmain .container > div > div img{
        width: 45px;
}

.navbar-brand img{
      height: 30px !important;
}

.header-btn__icon , button[data-selia="header-language-button"]{
    width: 30px;
    height: 30px; 
    font-size: 14px;
    margin-inline-start: 10px;
    margin-inline-end: 0 !important;
}
salla-cart-summary{
      margin-inline-start: 10px;

}

.mburger {
      order: 9;
    margin: 0;
    margin-inline-start: 10px;
    color: #fff;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.31);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mburger i{
  font-size: 20px;
}

.s-block--enhanced-features [data-length="4"] .s-block--enhanced-features__item:last-child {
    grid-column: span 1/span 2;
}
  .s-block--enhanced-features__item:first-child {
    grid-column: span 1/span 2;
}
.store-featuedw > .grid{
      grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.store-featuedw .anime-item:before{
  display: none;
}
.store-featuedw .allcontnttxtimg {
    display: flex;
    align-items: center;
    gap: 0;
    flex-direction: column;
    justify-content: center;
}
.store-featuedw h2 {
    font-size: 11px; 
    text-align: center;
  margin: 0;
      line-height: normal;
}
  .store-featuedw .feature-icon {
 
    width: 30px;
}
.store-featuedw p , html[dir="ltr"] .store-featuedw p{
        font-size: 6px;
        text-align: center;
  line-height: normal;
}
.store-featuedw { 
    margin-top: -20px;
    border-radius: 10px;
    padding: 10px 0;
    max-width: 95% !important;
}
  .product-card__addToCart{
    display: none;
  }
.product-card__normal-cart {
    display: block;
}

.s-products-slider-card.swiper-slide {
    width: 90%;
    max-width: max-content;
}
.carousel-slider .s-slider-block__title-nav {
    display: flex; 
      top: -49px;
}
.s-slider-v-centered .s-slider-block__title-nav button{
  width: 24px;
  height: 24px;
  }

.s-slider-nav-arrow svg {
    width: 25px; 
}
.index.mobile_small_blocks_titles .home-block-title h2 {
    font-size: 24px;
}


.proboxmain.probox-banner1 {
    left: 15%;
    padding: 6px 5px;
    border-radius: 15px;
}
.proboxmain.probox-banner1 h3 {
    margin: 0;
    line-height: normal;
    max-width: 50%;
    margin-bottom: 0;
  font-size: 8px;
}
.proboxmain.probox-banner1 h2 {
    font-size: 6px;
}
.proboxmain.probox-banner1 .container > div > div img {
    width: 30px;
}

.s-products-slider-slider .swiper-wrapper{
  justify-content: center;
}


.s-block--custom-reviews .review, .s-block--testimonials.enhanced .review {
    max-width: 100%;
    width: 100%;
}
.s-block--custom-reviews:before,
.s-block--custom-reviews:after{
    display: none;
  }
.reviews-slider .swiper{
      padding: 0 15px !important;
} 
.single-faq { 
    padding: 24px 12px;
}
.faq-btn p {
    font-size: 16px; 
}
.faq-content p {
    font-size: 16px; 
}

.store-footer__inner > .container > .grid {
  
    justify-content: start;
    flex-direction: column;
    align-items: start;
}
.footer-logo img{
  margin: 0 !important;
}
footer.basic-footer .footer-description+p{
  text-align: start !important;
}
.footer-badges{
  margin-bottom: 40px;
}
.store-footer h3 {
    font-size: 24px; 
}
.footer-is-custom .store-footer .store-footer__inner{
  padding-bottom: 0 !important;
}

.footer-list a { 
    font-size: 16px; 
}

.footer-list.enhanced_links{
  -moz-column-count: 1;
    column-count: 1;
}


html[dir="ltr"] .store-featuedw h2 {
    font-size: 8px;
}
html[dir="ltr"] .proboxmain.probox-banner1 h2 {
    font-size: 6px;
}
html[dir="ltr"]  .proboxmain h2 {
   font-size: 6px;
}
  html[dir="ltr"]  .proboxmain a{
    font-size: 7px;
  }
  .s-block--custom-reviews .s-slider-v-centered .s-slider-block__title-nav{
        top: -24px;
  }
  .faqw .container > .grid{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}


body.index #mainnav{
  margin-top: 10px;
}
 body:not(.index) #mainnav > div{
       height: 100%;
    display: flex;
    align-items: center;
 }


.product-more-info .tab-content .tab-pane.show {
    
    padding :0 15px;
}


body:not(.index) #mainnav{
      min-height: 72px !important;
  height: 42px !important;
}
html[dir="ltr"]  .s-block--custom-reviews .s-slider-v-centered .s-slider-block__title-nav {
    right: 0;
    left: unset;
}

.banner--fixed img {
    border-radius: 10px !important;
}

html[dir="ltr"] .proboxmain{
          border-radius: 15px;
}


.product-more-info .more-tab-container .more-info-tabs__nav-link {
  
    background: #7196b6;
  
}


html[dir="ltr"] .proboxmain.probox-hero {
    left: unset;
    right: 25%;
    bottom: 15%;
}
  body.index #mainnav.fixed-header > div{
    
    height: 72px;
    align-items: center;
    display: flex;

  }




}






.hero-section img{
  border-radius: 0 !important;
}