/* Add custom CSS styles below */
.banner-entry,.s-block--hero-slider .swiper-slide .swiper-lazy:after,.banner--fixed img,.bg-gray-100{
    background-color: transparent;
}

.top-navbar .s-search-input {
    border-style: none;
    background-color: rgb(71 20 51 / 90%);
}
.inner.bg-inherit {
background-image: linear-gradient(#000000, #e2e2e2, #471433);
color: rgb(152 31 57) ;
}
.store-header ,body {
  background: linear-gradient(93deg, rgb(0, 0, 0) 15%, rgb(240, 240, 240) 70%);
}

.s-block {
     background-color: rgb(0, 0, 0/var(--tw-bg-opacity));
}


.slide--cat-entry {
border-radius: 2.375rem;
    border-color: #471433;
        border-width: 3px;
}
.s-block--features__item {
    border-radius: 3.375rem;
 border-color: #471433;
        border-width: 3px;
}

.s-block--features__item {
 transition: 0.8s ease-in;
}
.s-block--features__item:hover, .slide--cat-entry:hover{
background: linear-gradient(93deg, rgb(255, 255, 255) 15%, rgb(197, 195, 196) 70%);
}

.whitespace-nowrap , .breadcrumbs{
color : white;
}

.store-footer__inner{
 border-top: 5px solid white;
 border-radius: 25px;
color: white;
background: linear-gradient(93deg, rgb(94, 23, 53) 30%, 
rgb(44, 20, 42) 64%);
}

footer{
color: white;
background: linear-gradient(93deg, 
rgb(44, 20, 42) 64%, rgb(44, 20, 42) 100%);
}
.container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6:after {
    content: '';
    width: 130px;
    height: 130px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/vXQDlA/G1vzW5lZ6wl2UAAyO3D8VmwwhzNBfJhCxbceCx2R.png);
    background-size: cover;
    filter: brightness(2);
    margin-right: 130px;
    margin-top: 25px;
}