:root {
    --color-primary: #f0b740;
    --color-primary-dark: #ffffff;
    --color-primary-light: #ffffff;
    --color-primary-reverse: #ffffff;
}

salla-product-card  {
    border-radius: .20rem;    box-shadow: 0px 0px 8px 0px #4242423d;

}button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: var(--color-primary);
    color: var(--infinte-color);
    box-shadow: 0px 0px 12px 0px var(--main-text-color);
}
/*===start header===*/
.s-slider-block__title {
    align-items: center;
    justify-content: center!important;
    /*color: rgb(148, 133, 142)*/
    ; }

[dir="rtl"] .s-slider-block__title h2 {
    padding-left: 10rem;
    text-align: center;
}

div.s-block__title {
    justify-content: center;
}

/*تغيير لون الهيدر*/
.main-nav-container {
    background-color: ffffff;
}

/*ايقونات الهيدر*/
.header-btn__icon {
    color: #var(--color-primary);
    
    border: none;
}
/*
.header-btn__icon {
    color:var(--color-primary);
    background-color: var(--color-primary)40;
    border-radius: 20px;
    border-color: #var(--color-primary);
}*/
/*ايقونة القائمة الجانبية*/
.sicon-menu:before {
    color: var(--color-primary);
}
/*search*/
.top-navbar {
    background-color: #ffffff;
}

/*ملخص السلة*/
.s-cart-summary-total {
    color: #f0b740;
    /* color: rgb(0 0 0/var(--tw-text-opacity)); */
    /*display: none;*/
}

/*==end header==*/
 /*==start slider image==*/
@media (min-width: 500px) {
    salla-slider.photos-slider .swiper-slide {
        position: relative;
        margin: 0 !important;
        height: auto;
        width: 100% !important;
        overflow: hidden;
        border-radius: 0.375rem;
    
    }

    section:nth-of-type(1).s-block.s-block--photos-slider {
        margin-top: 0rem;
    }
}
@media (max-width: 991px) {
    salla-slider.photos-slider .swiper {
        padding-left: 0 !important;
    }

    salla-slider.photos-slider .swiper-slide {
        border-radius: 0px !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}
/*==end slider image==*/
/*==statrt categories==*/
s-block.s-block--banners > .grid {
    grid-template-columns: 1fr 1fr;
}

.s-block.s-block--banners > .grid .banner-entry {
    padding-top: 0%;
}

.two-row .banner-entry:first-child {
    grid-column: auto;
    grid-row: auto;
}

.s-block.s-block--banners:nth-of-type(19) {
    margin-bottom: 1rem;
}

.s-block.s-block--banners > .grid .banner-entry {
    height: 170px;
}

@media (max-width: 2001px) {
    .s-block.s-block--banners > .grid {
        grid-template-columns: 1fr 1fr 1fr !important ;
    }

    .s-block.s-block--banners:nth-of-type(19) > .grid .banner-entry:last-child, .s-block.s-block--banners:nth-of-type(21) > .grid .banner-entry:last-child, .s-block.s-block--banners:nth-of-type(22) > .grid .banner-entry:last-child {
        grid-column: 1 ;
    }
}

/*categories responsive*/
/*phones screen*/
@media (max-width: 600px) {
    .s-block.s-block--banners > .grid .banner-entry {
        height: 110px;
    }
}

/*ipad air, ipad mini screen*/
@media screen and (max-width: 900px) and (min-width:600px) {
    .s-block.s-block--banners > .grid .banner-entry {
        height: 210px;
    }
}

/*ipad pro and laptop screen*/
@media screen and (min-width: 900px) {
    .s-block.s-block--banners > .grid .banner-entry {
        height: 280px;
    }
}
section:nth-of-type(1).s-block.s-block--fixed-banner.wide-placeholder .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

/*
section.s-block.s-block--fixed-banner.wide-placeholder .container:hover,.lazy__bg.lazy.entered.loaded:hover {
    transform: translateY(-8px);
}*/
section.s-block.s-block--fixed-banner.wide-placeholder .container,:hover {
    transition: transform 0.3s, box-shadow 0.3s;
}

@media (max-width: 991px) {
    section.s-block.s-block--fixed-banner.wide-placeholder .container {
        padding: 0;
    }
}

/*توسيط عنوان اقسام المتجر*/
.s-block.s-block--banners.container .s-block__title {
    justify-content: center !important;
}

/*.s-block.s-block--banners > .grid .banner-entry {  
border: 1px solid var(--color-primary);  
padding: 0px;
margin: 0px;
} */
/*==end categories==*/
/*==start procducts==*/
/*تغيير لون الخلفية الرمادية اللي خلف صورة المنتج*/
.s-product-card-image {
    background-color: #fffff;
}

/*shadow around product card*/
.s-product-card-entry {
    border: 1px groove var(--color-primary);
    box-shadow: rgba(0, 0, 0, 0.36) 2.5px 2.5px 5px, rgba(0, 0, 0, 0) -2.5px -2.5px 5px;
}

.s-product-card-entry:hover {
    animation: danmove ease 1s;
}

@keyframes danmove {
    0% {
        transform: rotate(-2deg)
    }

    40% {
        transform: rotate(2deg)
    }

    100% {
        transform: rotate(0)
    }
}
/*==end products==*/
/*== genral==*/
‎/*عنوان المنتجات المتحركة*/
/*.s-slider-block__title {
    background: var(--color-primary);
    width: 100%;
}*/
/*عنوان المنتجات الثابتة*/
.s-block__title {
    background: var(--color-primary);
}

*/ body#app {
    background-color: #fff;
}

.app-inner.flex.flex-col.min-h-full {
    background-color: #ffffff;
}

.shadow-default {
    box-shadow: none;
}

/*==end general==*/
/*==start footer==*/
.footer-is-light .store-footer .store-footer__inner {
    background-color: #000;
    color: #fff;
}

@media (max-width: 991px) {
    .store-footer {
        text-align: center;
        margin-top: 0px;
    }

    /*center logo & links*/
    .store-footer a {
        justify-content: center;
        flex-direction: column;
    }

    /*من نحن واسم المتجر*/
    .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
        justify-content: center;
        display: inline-grid;
    }

    /*المسافات بين ايقونات التواصل والنصوص*/
    .unicode {
        margin-top: 7px;
        margin-bottom: 10px;
    }

    .store-footer .contact-social ul {
        justify-content: center;
    }
}

i.rtl\:ml-2\.5.ltr\:mr-2\.5.border.rounded-full.w-8.h-8.justify-center.flex.items-center.shrink-0.sicon-whatsapp2 {
    border-radius: 9px;
    border-width: 0px;
    color: #fff;
    background: #ffffff54;
}

i.rtl\:ml-2\.5.ltr\:mr-2\.5.border.rounded-full.w-8.h-8.justify-center.flex.items-center.shrink-0.sicon-iphone {
    border-radius: 9px;
    border-width: 0px;
    color: #fff;
    background: #ffffff54;
}

i.rtl\:ml-2\.5.ltr\:mr-2\.5.border.rounded-full.w-8.h-8.justify-center.flex.items-center.shrink-0.sicon-paper-plane-o {
    border-radius: 9px;
    border-width: 0px;
    color: #fff;
    background: #ffffff;
}

i.rtl\:ml-2\.5.ltr\:mr-2\.5.border.rounded-full.w-8.h-8.justify-center.flex.items-center.shrink-0.sicon-phone {
    border-radius: 9px;
    border-width: 0px;
    color: #fff;
    background: #ffffff;
}

i.rtl\:ml-2\.5.ltr\:mr-2\.5.border.rounded-full.w-8.h-8.justify-center.flex.items-center.shrink-0.sicon-mail {
    border-radius: 9px;
    border-width: 0px;
    color: #fff;
    background: #ffffff;
}

.footer-is-light .store-footer .social-link {
    border-radius: 9px;
    border-width: 0px;
    color: #fff;
    background: #ffffff54;
}

/*==end footer==*/
/*==start main menu==*/
.mm-spn.mm-spn--light {
    color: #ffff;
    background: #000;
}

nav#mobile-menu {
    color: AC7E8130;
}
.top-navbar {
    background-color: #fff;
}
.s-tabs-header * {
    background-color: #ffffff;
}
.brands .over {
    background: unset !important;
}
.s-tabs-header * {
    background-color: #ffffff;
}
@media(min-width:992px){
section.sticky-product-bar:after {
    content: "";
    width: 100%;
    background-image: url(https://cdn.salla.sa/XeEpVn/S1jBeFDnc8W4r6ClzqvO0OOarIUEJUYJdPmZ86ka.png);
    background-size: cover;
    background-position: center;
    height: 125px;
    background-repeat: no-repeat;
}
}
---------------------------------


s-product-card-vertical{flex-direction:column;border-radius:50px;border:none;box-shadow:2px 2px 8px #000000 }.store-footer__inner::before{content:"";background:linear-gradient(180deg,transparent 100%,#000000 100%),url(https://cdn.salla.sa/form-builder/wNtMv6kZ8Kfwn4HwWEwhunZoi5STLtYzRDjaevXg.png);background-size:300%;display:block;background-repeat:round;transform:rotate(180deg);height:104px;margin:-65px -32px 1px 1px}.footer-is-light .store-footer{background-color:var(--color-primary)!important;padding-right:10px}.footer-is-light .store-footer .store-footer__inner{background-color:var(--color-primary-reverse)!important;color:#0000000}.store-footer h3{color:var(--color-primary)}.footer-is-light .store-footer .social-link{line-height:32px!important;display:block;width:36px;height:36px;font-size:18px;transition:all .2s ease-out;color:rgb(255,255,255);border-radius:25% / 50%;border:1px solid var(--color-