:root {
    --one: #dfdfe0;
    --two: #171717;
    --logo: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/DGOzPE/ANvHQZRzy4iwLnF8sl5ecmgS2G26sqLIsgnIWZ7J.png);
    --three: #ffffff;
    --four:#000000;
}
.s-block--hero-slider .swiper-slide .swiper-lazy:after,
.main-menu li:hover>.sub-menu,
.flex-col,
.s-block,
.s-comments-product,
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner,
.top-navbar,
.mm-spn.mm-spn--light,
.main-nav-container.fixed-pinned .inner,
.main-nav-container {
    background: var(--three) !important
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
    color: VAR(--three) !important
}

/* Product Cards and Sliders */
.s-product-card-vertical {
    box-shadow: 0px 0px 5px var(--one) !important;

}

.s-button-btn {
    border: 0 !important;
    outline: 0 !important;
}

.s-product-card-vertical:hover {
    transform: scale(1.02);

    transition: .8s;
}

.s-product-card-content {
    color: var(--two);
    border-top: 2px dotted var(--one);
}

.s-button-btn {
    background-color: var(--three);
    color: var(--two);
    box-shadow: 0px 0px 5px var(--one) !important;
    animation: signal2 900ms linear infinite;
}

.s-button-btn:hover {
    background-color: var(--one) !important;
    color: var(--three) !important;

}

@keyframes signal2 {
    0% {
        color: var(--four);
    }

    100% {
        color: var(--two);
    }
}

/*-------------------*/
div.header-btn__icon{
margin-right:17px;
}

.carousel-slider .swiper-wrapper>div {
    margin: 10px auto
}

.lg\:p-8,
.banner--fixed img,
.container,
.s-block--features__item {
    background: 0 0 !important
}


.s-block__title,.s-product-card-price,.s-block--features__item p,.max-w-sm,.store-footer a,
.copyright-text p{
color: var(--four) !important;
}
.s-product-card-content{
background :var(--three);
border-radius:0rem 0rem .75rem.75rem
}
span.text-sm{
margin-left: 100px;
}
@media only screen and (max-width:600px) {
    .s-products-slider-card {
        max-width: 185px
    }
}

@media only screen and (min-width:600px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:col-span-2 {
        grid-column: span 1/span 1
    }
}

.flex.mb-6,
.md\:flex,
.s-product-card-content-title a,
.store-footer .contact-social ul,
.footer-is-light .store-footer .store-footer__inner {
    justify-content: center !important
}

.store-footer a,.max-w-sm {
    text-align: center !important;
}

[dir=ltr] .mm-spn.mm-spn--navbar.mm-spn--main:after,
[dir=rtl] .mm-spn.mm-spn--navbar.mm-spn--main:after,
[dir=rtl] .mm-spn.mm-spn--navbar:after {
    text-align: inherit
}

.sicon-menu:before,
.header-btn__icon,
.s-cart-summary-total,
#mainnav li,
#mobile-menu,
.s-slider-block__title h2,
.s-product-card-content-title a{
    color: var(--two) !important
}

#mainnav i:hover, #mobile-menu a:hover {
    color: var(--one) ;
}
.sicon-user-circle,
.sicon-shopping-bag {
    color: var(--two) ;
    background-color: var(--three);
}

.sicon-user-circle:hover,
.sicon-shopping-bag:hover {
    background: var(--one) !important;
}


.s-button-btn .s-button-text i,.top-navbar {
    display: none
}

.slide--cat-entry i,
.rtl .fix-align,
[dir=rtl] .fix-align,
/*.s-block--features__item p,*/
.text-gray-400 {
    color: var(--two) !important
}

.top-navbar .s-search-input,
.s-product-card-entry {
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}
/*
::-webkit-scrollbar {
    width: 100px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #000
}
*/
.s-slider-block__display-all {
    background: var(--one) !important;
    padding: 12px;
    border-radius: 37px;
    line-height: 18px;
    color:var(--three);
    
}

.store-footer h3 {
    color: var(--two) !important;
    background: #fff;
    border-radius: 8px;
    font-weight: 700;
    padding-top: .3rem;
    width: 100%;
    padding-bottom: .3rem;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 12px;
    /* box-shadow: var(--one) 3px 2px 5px; !important;*/
    text-align: center;
}

.s-slider-block__display-all {
    background: 0 0;
}

.slide--cat-entry {
    background: var(--three) !important;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    color: var(--one)
}

.slide--cat-entry i {
    color: var(--one) !important
}

@media only screen and (max-width:600px) {
    .slide--cat-entry {
        width: 106px !important;
        height: 106px !important;
        border-radius: 65px !important
    }

    .swiper-slide.slide--one-sixth,
    .swiper-slide.slide--one-sixth.swiper-slide-prev,
    .swiper-slide.slide--one-sixth.swiper-slide-next,
    .swiper-slide.slide--one-sixth.swiper-slide-active {
        width: 40%
    }

    .slide--cat-entry h4 {
        font-size: .775rem
    }

    .slide--cat-entry i {
        font-size: 28px
    }
}

.footer-is-light .store-footer .store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    height: 110px;
    width: 140px;
    margin: auto auto 20px;
    background-image: var(--logo);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: sigal 1200ms linear infinite
}

@keyframes sigal {
    0% {
        filter: drop-shadow(2px 4px 6px #504d46)
    }

    100% {
        filter: none
    }
}

[dir=rtl] .s-slider-block__title h2 {
    text-shadow: 2px 4px #c7c7c7;
    font-size: 25px
}

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

@keyframes logobg {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

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

.feature-icon,
.store-footer a .rtl\:ml-2\.5,
.s-slider-nav-arrow,
.header-btn__icon {
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.store-footer a .rtl\:ml-2\.5 {
    background: #e8cdad !important
}

.s-slider-block__display-all {
    animation: signal 1200ms linear infinite
}

@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 #000
    }

    100% {
        box-shadow: 0 0 0 5px #e8cdad;
    }
}

.s-slider-block__title {
    margin: 10px auto
}



@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 #e8cdad
    }

    100% {
        box-shadow: 0 0 0 5px #fff
    }
}


/*مميزات المتجر*/
.s-block--features__item {
    /*  box-shadow: 0px 1px 4px var(--one) !important;*/
    box-shadow: rgba(0, 0, 0, .1) 0 4px 12px;
}

.s-block--features__item h2 {
    color: var(--two) !important;
}

.s-block--features__item .feature-icon {
    background-color: var(--one);
    /*animation: signal5 1000ms linear infinite;*/
}

/*@keyframes signal5 {
    0% {
      box-shadow: rgba(0, 0, 0, .24) 0 0px 0px;
    }

    100% {
      box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    }
}*/

.s-block--features__item .feature-icon i {
    color: var(--three);
    background-color: var(--one);
    animation: signal4 1000ms linear infinite;
}

@keyframes signal4 {
    0% {
        transform: scale(1);
     opacity:.8;
    }

    100% {
        transform: scale(1.1);
     opacity:1;
    }
}

.footer-is-light .store-footer .social-link {
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.s-contacts-list>div>a .s-contacts-icon,
.store-footer salla-social:nth-child(1)>li a {
    color: var(--three);
}

.s-contacts-list>div:nth-child(1)>a:nth-child(1)>span:nth-child(1) {
    background: #1AD03F;
}

.s-contacts-list>div:nth-child(2)>a:nth-child(1)>span:nth-child(1) {
    background: #F7A000;
}

.s-contacts-list>div:nth-child(3)>a:nth-child(1)>span:nth-child(1) {
    background: #03A19B;
}

.s-contacts-list>div:nth-child(5)>a:nth-child(1)>span:nth-child(1) {
    background: #229ED9;
}

.s-contacts-list>div:nth-child(4)>a:nth-child(1)>span:nth-child(1) {
    background: #E52026;
}

.store-footer salla-social:nth-child(1)>li:nth-child(1)>a {
    background: #cc38a5;
}

.store-footer salla-social:nth-child(1)>li:nth-child(2) a {
    background: #5098fd;
}

.store-footer salla-social:nth-child(1)>li:nth-child(3) a {
    background: #d8c837;
}

.store-footer salla-social:nth-child(1)>li:nth-child(4) a {
    background: #333;
}

.store-footer salla-social:nth-child(1)>li:nth-child(5) a {
    background: #f50000;
}

.store-footer salla-social:nth-child(1)>li:nth-child(6) a {
    background: #0084ff;
}

.p-1 {
    padding: .15rem
}

.banner--fixed img {
    border-radius: 30px;
    /* transform: scale(.8); */
}

.s-block--photos-slider {
    margin-top: 0 !important
}


.swiper {
    padding-left: 0 !important
}

salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-left: 1.1rem;
    margin-right: .5rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}
.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: wrap;
    justify-content: center
}

.s-contacts-list-vertical {
    flex-direction: column;
    width: fit-content;
    margin: auto;
}

@media only screen and (max-width:600px) {
    .banner-entry {
        height: auto
    }
}

@media(min-width:768px) {
    .three-row .banner-entry:first-child {
        height: auto !important
    }
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: var(--one);
  color: var(--three);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: opacity 0.4s;
  z-index: 9999;
}

.scroll-to-top.show {
  display: block;
}

.scroll-to-top:hover {
  opacity: 0.8;
}
.feature-icon,
.store-footer a .rtl\:ml-2\.5,
.s-slider-nav-arrow,
.header-btn__icon {
    box-shadow: rgb(255 255 255 / 24%) 0 3px 8px;
}

.header-btn__icon {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1))
}
.s-cart-summary-count {
    position: absolute;
    top: -8px;
    left: -15px;
    display: inline-flex;
    height: 1.25rem;
    width: 1.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 0%);
    background-color: rgb(255 255 255 / 0%);
    padding: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0);
    color: rgb(0 0 0);
}
.s-contacts-list>div:nth-child(1)>a:nth-child(1)>span:nth-child(1) {
    background: #000000;
}

.s-contacts-list>div:nth-child(2)>a:nth-child(1)>span:nth-child(1) {
    background: #000000;
}
.s-product-card-content-pie span b {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    color: #00000000;
}
.s-product-card-content {
    border-top: 2px dotted #17171700;
}
.s-product-card-content-pie span {
    position: absolute;
    top: 43%;
    left: 50%;
    display: flex;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    transform: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(255 255 255);
    color: rgb(255 255 255);
}

.s-block--special-products .tab-trigger.is-active button {
    border-color: #414042;
    border-color: var(--color-primary);
    color: #414042;
    color: #00000000;
}
.s-block__title h2 {
    position: relative;
    font-size: 0.0rem;
    line-height: 0rem;
    font-weight: 700;
    line-height: 1.2
}

.s-block__display-all {
    display: inline-flex;
    align-items: center;
    gap: 0.0rem;
    font-size: 0rem;
    line-height: ;
    font-weight: 700;
    opacity: 0.8
}
:root {
  --radius: 0 !important;
}

* {
  border-radius: 0 !important;
}
.s-product-card-image {
    position: relative;
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255);
    background-color: rgb(255 255 255 / 0%);
}
.s-button-outline {
    border-width: 0px;
    border-color: rgb(107 114 128 / 0%);
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
    --tw-bg-opacity: 0 !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important
}
.s-button-light-outline {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    fill: #6b7280;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgb(255 0 0);
}

[dir=rtl] .s-slider-block__title h2 {
    text-shadow: 2px 4px #ffffff;
    font-size: 25px
}
.s-product-card-content {
  text-align: center;
}
.s-product-card-content-main,
.s-product-card-content-sub,
.s-product-card-content-footer {
  justify-content: center !important;
  text-align: center;
  width: 100%;
}
#featured-products-style2-7 .s-products-list-vertical-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
[dir=rtl] .s-slider-block__title h2 {
    text-shadow: 2px 4px #ffffff;
    font-size: 0px;
}
#featured-products-style2-10 .s-products-list-vertical-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}