.s-user-menu-trigger {
    background-color: transparent;
}
body.index {
    background-color: #fff;
}
header.store-header {
    background: var(--color-primary);
}
.top-navbar .s-menu-topnav-list>a, a.s-contacts-topnav-link {
    color: #fff;
}
body.index div#mainnav {
    background: rgba(189, 116, 123, 0.49);
}
body.index .top-navbar .s-menu-topnav-list>a, body.index h3.s-contacts-title {
    color: #fff;
}
body.index  header.store-header *:not(a[href*=offer] *):not(li.s-user-menu-dropdown-item *):not(.header-search .s-search-results *) {
    color: #fff;
}
body.index header.store-header .sub-menu.w-56 span {
    color: var(--color-primary) !important;
}
.main-menu>li>a[href*=offer] {
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}
@media (min-width: 1025px){
body.index  ul.main-menu>li,body.index i.header-btn__icon.sicon-user-circle, body.index i.header-btn__icon.icon.sicon-shopping-bag {
    color: #fff;
}
body.index div#mainnav {
    position: absolute;
    width: -webkit-fill-available;
    z-index: 2;
    border-radius: 10px !important;
    margin: 2rem;
}
body.index div#mainnav .inner.bg-inherit {
    border-radius: 10px;
}}

/*First Banner */
section:first-of-type {
    margin: 0;
}
salla-slider.photos-slider .swiper-slide {
    margin:0;
    width: 100%;
    padding:0;
   border-radius: 0 !important;
}
.s-block.s-block--photos-slider img{
    border-radius: 0 !important;
} 
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
      padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
      visibility: hidden;
}



/*Fixed Banner*/
.banner--fixed img{
    background-color: unset;
}

/*****titles*****/
.s-block__title h2 , .s-slider-block__title h2 {
    font-size: 2.5rem;
}
.index  .s-slider-block__title-left{
display:none;
}
.s-slider-block__title-right, .s-block__title h2 {
    color: var(--color-primary);
}
@media (max-width: 768px){
.s-block__title h2, .s-slider-block__title h2  {
    font-size: 1.5rem;
}
.index .s-block__title h2:after {
     font-size: 14px;
}}


/*btn*/
.s-button-primary-outline {
    background: var(--color-primary);
    color: white;
   filter: drop-shadow(1px 2px 2px black);
}

/*Product slider*/
/*long name fix*/
h3.s-product-card-content-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    background: unset;
}
.s-product-card-entry {
    border: 2px solid  var(--color-primary);
}
salla-add-product-button, img.s-product-card-image-cover.lazy.loaded {
    transition: 0.2s;
}
salla-add-product-button:hover, img.s-product-card-image-cover.lazy.loaded:hover {
    transform: scale(1.1);
}
@media (max-width:767px){
.s-button-primary-outline {
    padding-right: 5px;
    padding-left: 5px;
}
    .s-products-slider-card{
        width: 55%;
        }
    }

/*product section*/
section.s-block--tabs-produtcs {
    background: transparent;
    padding-top: 0;
    margin-top: 1rem;
}
.s-products-list-wrapper{
    margin: 0;
    background-color: #e8e1d9;
}
.s-product-card-vertical {
    border: 2px solid  var(--color-primary);
}
.s-product-card-entry {
    background: none;
}
.s-products-list-vertical-cards {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.s-products-list-wrapper {
    background: none;
}
@media (max-width: 768px){
    .s-products-list-vertical-cards{
        grid-template-columns: 1fr 1fr;
        }
    .s-product-card-entry {
        width: 11.5rem;
       }
}
@media (max-width: 400px) {
    .s-product-card-entry {
        width: 10.5rem;
    }
}
@media (max-width: 360px) {
    .s-product-card-entry {
        width: 9.8rem;
    }
}

/*Category*/
.md\:grid-cols-3 {
      grid-template-columns: 1fr 1fr 2fr;
  }
.md\:grid-cols-2 {
      grid-template-columns: 1fr 1fr;
  }
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: span 1/span 1;
}
section:nth-child( 1 of .s-block.s-block--banners.container) .banner-entry:first-child {
    grid-column: span 2;
}
.lazy__bg.lazy.entered.loaded {
    background-repeat: no-repeat;
    background-size: contain;
}
.banner-entry {
    background-color: unset;
    transition: all .3s ease-in-out;
    z-index: 2;
}
a.banner-entry:hover {
    transform: scale(1.05);
    transition: transform 1s ease;
    z-index:1;
}
.banner--fixed img {
    background: unset;
}
section:nth-child( 1 of .s-block.s-block--banners.container) .banner-entry {
    height: 225px;
}
section:nth-child( 2 of .s-block.s-block--banners.container) .banner-entry {
    height: 397px;
}
section:nth-child( 1 of .s-block.s-block--banners.container) .banner-entry:nth-child(2) {
    grid-row: span 2;
    height: 475px;
}
section:nth-child( 2 of .s-block.s-block--banners.container) .banner-entry:nth-child(1) .lazy__bg.lazy.entered.loaded {
    background-position: left;
}
section:nth-child( 2 of .s-block.s-block--banners.container) .banner-entry:nth-child(2) .lazy__bg.lazy.entered.loaded {
    background-position: right;
}
@media (min-width: 1000px){
.s-block--banners .grid.md\:grid-cols-3:before {
    content: "";
    background-image: url(https://cdn.salla.sa/form-builder/bbGVb80Njl6rIgVxbMf7pG6mXuhWs9U3s7z3YvJs.png);
    position: absolute;
    right: 0;
    width: 12rem;
    height: 10rem;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
}}
@media (min-width: 1700px){
.s-block--banners .grid.md\:grid-cols-3:before {
    width: 19rem;
    height: 16rem;
}}
@media (max-width: 768px){
section:nth-child( 1 of .s-block.s-block--banners.container) .banner-entry{
      height: 65px;
  }
section:nth-child( 1 of .s-block.s-block--banners.container) .banner-entry:nth-child(2) {
    height: 140px;
}
section:nth-child( 2 of .s-block.s-block--banners.container) .banner-entry {
    height: 90px;
}
}

/*features*/
.s-block--features__item {
    background-color: transparent;
}

/*footer*/
.footer-is-light .store-footer .store-footer__inner {
    background: var(--color-primary);
    color: #fff;
    border: none;
}
.footer-is-light .store-footer .store-footer__inner *{
    border-color: #ffffff61;
}
@media (max-width: 767px) {
    footer .grid {
        grid-template-columns: 1fr;
    }
    .store-footer__inner *:not(li.s-social-link)  {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
footer .s-social-list{
    justify-content: center;
}
    salla-payments.s-payments-list.hydrated li {
    margin-left: 0;
    margin-right: 0;
}
}

/*Product page*/
salla-add-product-button:hover {
    transform: scale(1.06) !important;
}

/*loading logo page*/
body.index::before {
    content: "";
    top: 0;
    background: #fff url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/nEVAlz/mKSDbtZKWHvllnhvERG23m2DKOMyeYbdgdlbX3Lj.png");
    background-size: 250px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    height: 100vh !important;
    transform: scale(0);
    position: fixed;
    left: 0;
    z-index: 9999999 !important;
    animation: scale-out-vertical 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.3s both;
}

@keyframes scale-out-vertical {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
}



@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
        color: #000000;
        background: #A26A76;
    }
}