/* Add custom CSS styles below */ 

.navbar-brand img {
  max-height: 3.4rem;
  width: auto;
  animation: pulse 1s infinite;
  
}
.store-header::before {
  content: '';
  background: url("https://g.top4top.io/p_3231kvdof1.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-repeat-y: no-repeat;
  background-position-x: 0;
  animation: Movecrosswise 5s linear alternate both infinite;
  background-size: contain;
  height: 40px;
  display: block;
  background-color:black;
  background-position: center;
  -bottom: 16px;
  z-index: 9999999999999999;
}
@keyframes Movecrosswise {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}
body {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: var(--main-text-color);
    position: relative;
    font-family: sans-serif;
}
.app-inner{
background:#5494d4;
}
.topnav-link-item.right-side:first-child:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0px;
  color:#5494d4;
    text-shadow:#5494d4 0px 5px 15px;
}
.topnav-link-item:last-child:where([dir="rtl"], [dir="rtl"] *) {
  border-width: 0px;
  padding-left: 0px;
  color:#5494d4;
      text-shadow:#5494d4 0px 5px 15px;
}
.s-contacts-topnav-link:last-child:where([dir="rtl"], [dir="rtl"] *) {
    border-width: 0px;
    padding-left: 0px;
    color:#5494d4;
          text-shadow:#5494d4 0px 5px 15px;
}
.s-search-input-wrapper input {
  box-shadow:#5494d4 0px 5px 15px;

}
.top-navbar .s-search-input {
    border-style: none;
    background-color: white;
}
.bg-inherit {
background-color:#5494d4;
  border-radius: 20px;
  box-shadow: 0 3px 8px 0 black;
}

.main-nav-container {
    min-height: 68px;
    background-color:#5494d4;
}
@media only screen and (min-width: 1024px) {
  .main-menu li > a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color:black;
    text-shadow:black 0px 5px 15px;
    display: inline-block;  
    transition: transform 0.3s ease;
  }
.main-menu li > a:hover {
    transform: translateY(-6px); /* تحرك لفوق 6 بيكسل */
  }
}
/*
.main-menu li > a:hover {
    animation: wave 0.6s ease;
    animation-iteration-count: infinite;
  }

  @keyframes wave {
    0%, 100% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(5px);
    }
    50% {
      transform: translateX(-5px);
    }
    75% {
      transform: translateX(5px);
    }
  }
  */
[class*=" sicon-"], [class^="sicon-"] {
  font-family: sallaicons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  color:black;
        text-shadow:black ؤ0px 5px 15px;

}
.s-cart-summary-total {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0, 0, 0);
  color:black;
          text-shadow:black 0px 5px 15px;

}

@media (min-width: 1024px) {
    .top-navbar {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
background:black;    }
}

.banner--fixed img {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243, 244, 246);
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  -o-object-fit: cover;
  object-fit: cover;
  background-color:inherit;
        

        
           
}





.banner-entry {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  border-radius:12%;
     transition: transform 0.3s ease-in-out;
}
.banner-entry{
    width: 42vw;
    min-height: 100px;
}
.lazy__bg{
    background-size: 100% 100%;
     background-size: contain!important;
     background-repeat:no-repeat!important;

}    
.gap-3{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    
}
@media only screen and (max-width: 600px) {
.banner-entry{
    height:auto;
}
}
@media (min-width: 768px) {
  @media (min-width: 768px) {
  .two-row .banner-entry:first-child {
    height: 403px !important;
  }

}
}
.s-block--features__item {
background-color: var(--third-color)!important; }
.s-block--features__item p {
color: black ;}
.text-with-border span {
color : white ;
 }
@media (max-width: 480px) {
  .banner-entry {
    width: 120px;
    height: 219px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .gap-3 {
    gap: 0.6rem;
  }
}


/* تفعيل الاهتزاز عند تمرير الماوس */

.banner-entry:hover {
    animation: shake 0.3s ease-in-out;
}
@keyframes shake {
    0% { transform: translateX(0); }
    20% { transform: translateX(-4px); }
    40% { transform: translateX(4px); }
    60% { transform: translateX(-4px); }
    80% { transform: translateX(4px); }
    100% { transform: translateX(0); }
}


.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(229, 231, 235, 1);
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
background-color:#5494d4;
      border-radius:9%;
      border:none;
}
.store-footer {
  padding: 30px;
  font-size: 14px;
  border-top-left-radius: 125px;
  border-top-right-radius: 125px;
  text-align: center;
}
.py-4 {
    box-shadow:black 0px 5px 15px;
background-color:#5494d4;
    padding-top: 1rem;
    padding-bottom: 1rem;
   border-radius:15px;
}
.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
background-color:#5494d4;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity));
       box-shadow:black 0px 5px 15px;
}

:root {
    --font-main: 'DINNextLTArabic-Regular';
    --color-primary:black;
    --color-primary-dark: #002330;
    --color-primary-light: #266f7c;
    --color-primary-reverse: white;
}


/*
body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
     background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background:
    url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/nEVnnv/5tLHHVk0hi2lh1l32Tfd2XI2hP5XckjZeEG7YKHL.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px;
    animation-name: fade-in;
    animation-duration: 2.5s;
    transform: scale(0);
    border: none;
      margin-bottom: 1rem;
      background-color:#E4F4FC;
}
@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    75% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(.1);
    }
}
*/
@media(min-width: 640px){
salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div{
padding-left:0.625rem;
padding-right:0.625rem;
border-radius:5%;
 padding-bottom: 0.625rem;
}
}

 .store-footer h3 {
  color: black !important;
  border-radius: 8px;
  font-weight: bold;
  padding-top: 0.3rem;
        width: 100%;
  padding-bottom: 0.3rem;
  box-shadow: black 0px 4px 12px;
    animation: glow 2s ease-in-out infinite;
}
/* تعريف حركة النور */
@keyframes glow {
  0%, 100% {
    box-shadow: 0 4px 12px black;
  }
  50% {
    box-shadow: 0 4px 20px 6px black;
  }
}



.leading-6 {
    line-height: 1.5rem;
    color:black;
}

.store-footer a {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color:black;
      border: none;
}

.copyright-text p {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color:black;    
}
.s-contacts-icon {
  display: flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border: none;
}
.unicode {
  unicode-bidi: plaintext;
  color:black;
}
@media only screen and (min-width: 1024px) {
  .main-menu li > a:hover {
    color:black;
    text-decoration-line: none;
  }
}

.footer-is-light .store-footer .store-footer__inner::before {
  text-align: center;
content:"";
  display: block;
  border-radius: 10px 40px;
  margin: auto auto 20px;
 background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/RyPDw/2d2C13A75aFtbxD5AtCPbJAATe92tfbkHdwI8K1o.png);

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-width: 0px;
  width: auto;
  animation: pulse 1s infinite;
  
   height: 130px;
  width: 135px;
  
}


section {
    opacity: 0;
    transform: translateY(50px); /* Slide up effect */
  transition: opacity 1s ease, transform 1s ease;
}

section.visible {
    opacity: 1;
    transform: translateY(0);
}


h2 {
background:inherit;
  padding: 10px 20px;
    padding-left: 20px;
  padding-left: 20px;
   text-shadow: 0 4px 12px black;
  color:black;
}



.s-product-card-content-title a{
color:black;
             text-shadow: 0 4px 12px black;

}
.s-product-card-price{
color:black;
             text-shadow: 0 4px 12px black;

}

/* Adjustments for mobile screens */

@media (max-width: 768px) {
  .navbar-brand img {
    max-height: 2.5rem; /* Reduce image size for smaller screens */
  }

  .store-header::before {
    height: 30px; 
    background-size: cover; 
    animation: MovecrosswiseMobile 3s linear alternate both infinite;
  }

  @keyframes MovecrosswiseMobile {
    0% {
      background-position-x: 0%;
    }
    100% {
      background-position-x: 100%;
    }
  }
}

*, ::before, ::after {
    color:black;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
Show all properties (1 more)
}

.s-product-card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
  background: #5494d4;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.s-button-btn {
  position: relative;
  display: inline-flex;
  flex: 1 1 0%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: .75rem;
  border-style: solid;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.625rem;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  transition-duration: 300ms;
  background:#5494d4;
  color: black;
  margin-bottom: 0px;
  top: -40px;
 animation: glow 2s ease-in-out infinite;
}
/* تعريف حركة النور */
@keyframes glow {
  0%, 100% {
    box-shadow: 0 3px 10px black;
  }
  50% {
    box-shadow: 0 3px 16px black;
  }
}

.s-button-btn:hover{
background:#5494d4;
  color:black;
  border-radius: .75rem !important;
  border-style: solid !important;
}

.s-product-card-content-title {
  margin-bottom: 0.625rem;
  max-width: 100%;
  line-height: 1.5rem;
  top: 48px;
  position: relative;
  text-align: center;
}


.s-product-card-price {
  color: black;
  text-shadow: 0 4px 12px black;
  position: relative;
  top: 40px;
  text-align: center;
  margin: auto;
}
.s-product-card-vertical{
box-shadow:0 2px 6px black;
border: 2px solid black;
/*border-radius: 16px;*/
border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;

}
 .carousel-slider .swiper-wrapper > div{
margin-bottom:5px;
  margin-top: 14px;
animation: moveUpDown 2s ease-in-out infinite;
}    

@keyframes moveUpDown {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
 /*
   
    .sicon-secure-credit-card-2:before {
    content: "\e95b";
    color:#BCC4BC;
    }
    
    .sicon-shipping-fast:before {
    content: "\e95b";
    color:#BCC4BC;
    }
    .sicon-fire:before {
    content: "\e95b";
    color:#BCC4BC;
    }
    
    */
.sicon-shipping-fast::before {
  content: "\ef31";
  color: #5494d4;
}
.sicon-fire::before {
  content: "\ebf7";
  color: #5494d4;
}
.sicon-store2::before {
  content: "\efbb";
  color: #5494d4;
}
    .s-block--features__item h2 {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color:black;
}
.s-block--features__item p {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color:black;
}
.store-footer::after {
  content: "برمجه وتطوير ADFAZ";
  color:black !important;
  font-size: 16px
  opacity: .8;
  text-align: center;
  font-weight: bold;
  width: 100%;
  display: block;
  position: relative;
  top: 0;
    padding-top: 14px;
    text-shadow:black 0px 5px 15px;
      animation: moveUpDown 2s ease-in-out infinite;
}    

@keyframes moveUpDown {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}


.s-button-element:not(:disabled):not([loading]) {
   
    margin-top: 66px;
}

.s-add-product-button-main:not(.w-full) > salla-button {
  width: 50% !important;
  margin-top: -25px;
  }