/* Global */




:root {
    --logo: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/BrBdnV/hOmjgGgCD3lpdocRAUkUV1W8jKxtkefUN0pusz2I.jpg);
    --bg: #fff;
    --header-bg: #000;
    --header-color: #fff;
    --cat-num: 4;
    --feat-bg: #000;
    --feat-color: #fff;
    --footer-bg: var(--color-primary);
}

body {
    background-color: var(--bg) !important;
}

 .top-navbar {
    background-color: rgb(244 247 228) !important;
}

.banner-entry {
    background-size: 100% 100%;
}

@media(max-width:768px){
.md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.two-row .banner-entry:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
}


.banner-entry {
    height: 100px !important;    
}

.two-row .banner-entry:first-child {
    height: 100% !important;
}
}
/* Navbar */

/* Floating Navbar 
@media(min-width:1024px){
  .index div#mainnav {
    position: absolute;
    width: 90%;
    z-index: 2;
    left: 50%;
    top: 2%;
    transform: translate(-50%, 0);
    border-radius: 1rem;
  }
  .inner{
    border-radius:1rem
  }
}
*/


.main-nav-container {
    min-height: 0;
}

@media (min-width: 992px) {
    .navbar-brand img {
        max-height: 5rem;
    }

    .main-nav-container.fixed-pinned .navbar-brand img {
        max-height: 70px;
    }
}



.sicon-shopping-bag:before {
    content: "\ef39" !important;
}

.sicon-user-circle:before {
    content: "\f078";
}

/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.s-block--banners .lazy__bg {
    background-size: fill;
    background-repeat: no-repeat;
}

/* Products */

.s-product-card-entry {
    background-color: transparent !important;
    border-radius: 0.5rem !important;
}

.s-product-card-image {
    background-color: #fff !important;
}

.s-product-card-entry:hover img {
    scale: 1.2;
}

.s-product-card-entry img {
    transition: all 0.3s;
}

.slider-bannars-moving h2,
.s-product-card-content-title {
    text-align: center !important;
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-content-title a {
    color: #000 !important;
}

.s-product-card-content-subtitle {
    text-align: center;   
}

body:not(body.product-single)
    .s-button-element:not(.s-product-card-wishlist-btn) {
    background: #FADA77;
    color: #000 !important;
    border-radius: 0.5rem;
    border:0 !important
}

.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--color-primary) !important;
}

.s-product-card-vertical
    .s-product-card-wishlist-btn
    button:hover
    .sicon-heart {
    color: #fff !important;
}

@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}

/* Features */

.s-block--features__item .feature-icon {
    background-color: var(--feat-bg);
}

.s-block--features__item .feature-icon i {
    color: var(--feat-color) !important;
}

/* Footer */

.store-footer,
.store-footer__inner {
    background-color: #8B9B6C !important;
}

@media (min-width: 1024px) {
    footer .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Social Icons */

a[href*="instagram"] {
    background: -o-linear-gradient(
        45deg,
        #f09433 0,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: linear-gradient(
        45deg,
        #f09433 0,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
}

a[href*="tiktok"] {
    background: -o-linear-gradient(330deg, #69c9d0, #000, #ee1d52);
    background: linear-gradient(120deg, #69c9d0, #000, #ee1d52);
}

a[href*="facebook"] {
    background: -o-linear-gradient(45deg, #3776f2, #00b1f7);
    background: linear-gradient(45deg, #3776f2, #00b1f7);
}

a[href*="twitter"] {
    background: #000;
}

a[href*="youtube"] {
    background-color: #c4302b;
}

a[href*="snapchat"] {
    background-color: #ff0;
    color: #000;
}

a[href*="twitter"],
a[href*="snapchat"],
a[href*="facebook"],
a[href*="tiktok"],
a[href*="instagram"] {
    border: unset !important;
}

@media (max-width: 769px) {
    footer * {
        margin: 0 auto;
        text-align: center;
    }
}

/* Loading Screen */

.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background:rgb(244 247 228) var(--logo);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9 !important;
    background-size: 250px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: logobg;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes logobg {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

/* Special Heading */

.s-slider-block__title h2,
.s-block__title h2 {
    font-size: 48px !important;
    position: relative;
    color: #000 !important;
}
.s-slider-block__title h2:before,
.s-block__title h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-color: rgb(244 247 228);
    transform: translate(20px, 30px);
    position: absolute;
    z-index: -1;
}
@media (max-width: 1024px) {
    .s-slider-block__title h2,
    .s-block__title h2 {
        font-size: 28px !important;
    }
    .s-slider-block__title h2:before,
    .s-block__title h2:before {
        height: 20px;
        transform: translate(10px, 20px);
    }
}

.s-block--banners .lazy__bg {
    background-size: 100% 100% !important;
}

.header-btn__icon {
   
    border-width: 0;
   
}

.s-reviews-testimonial {
    background: #f4f7e4;
    border-radius: 2rem;
}

span.text-sm.copyright-text * {
    color: #fff;
}

.s-block--banners .has-overlay:after::not(:hover) {

    background-color: rgba(0, 0, 0, 0) ;

}