/* Add custom CSS styles below */ 
 
.app-inner{
background-color:white;
}
.s-search-input-wrapper input {
  box-shadow: rgba(0, 0, 0, 0.7) 0px 5px 15px;
}
@media (min-width: 1024px) {
    .top-navbar {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        background-color: #c9c9c9;
        
    }
}

.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: white;
}
.banner-entry {
  position: relative;
  height: 370px;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: white;
  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%;
}
.banner-entry:hover {
    transform: translateY(-5px);  
    box-shadow: 0 4px 12px black; 
}
.swiper-wrapper > div {
    flex-shrink: 0;
    padding-left: 5px;
    padding-right: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.swiper-wrapper > div:hover {
    transform: translateY(-5px);  
    box-shadow: 0 4px 12px black; 
}
.s-button-btn, .s-price-range-number-input {
    border-radius: .75rem;
    background-color: #c9c9c9;
    color: black;
    border:none
}
.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: rgba(243, 244, 246, 1);
    background-color:  #c9c9c9;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color:  #c9c9c9;
}
.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: #c9c9c9;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}

:root {
    --font-main: 'DINNextLTArabic-Regular';
    --color-primary: #c9c9c9;
    --color-primary-dark: #002330;
    --color-primary-light: #266f7c;
    --color-primary-reverse: black;
}
:root {
    --main-color: #967d76;
    --second-color:#f9e5c8;
    --three-color:#fff ;
    --body-color:#none
}
 
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/NKWvyv/a6yzfczNwa3hRUw5k7yS7bm5DNc59cZZTZLNwqb7.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;
}

  

@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%;
}
}
.s-menu-topnav-list:where([dir="rtl"], [dir="rtl"] *){
padding-left:1rem;
color:black;
}
@media (min-width: 1024px) {
    .store-footer h3 {
        margin-bottom: 1.25rem;
        color: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;
}
.copyright-text p {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: black;
}