.s-user-menu-trigger {
    background-color: transparent;
}
.navbar-brand img {
    max-height: 5rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 55px;
}
body.index {
    background-color: #fff;
}
.s-comments-product {
    background-color: transparent;
}
header.store-header {
    background: var(--color-primary);
}
.top-navbar .s-menu-topnav-list>a, a.s-contacts-topnav-link {
    color: #fff;
}
.header-btn__icon {
    border-color: rgb(16 16 16 / 30%);
}
/*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*****/
/* cats Title */
.s-block__title h2 , .s-slider-block__title h2 {
    font-size: 2.5rem;
}
.s-slider-block__title-right {
    padding-left: 0 !important;
}
.index  .s-slider-block__title-left{
display:none;
}
.index .s-slider-block__title{
    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 {
    background: none;
    border: 2px solid  var(--color-primary);
}
.s-product-card-vertical {
    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);
}
.s-products-list-vertical-cards {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.s-products-list-wrapper {
    background: none;
}
@media (max-width:767px){
.s-button-primary-outline {
    padding-right: 5px;
    padding-left: 5px;
}
    .s-products-slider-card{
        width: 55%;
        }
    .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 1fr 1fr 1fr;
      gap: 0;
  }
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: span 1/span 1;
}
.lazy__bg.lazy.entered.loaded {
    background-repeat: no-repeat;
    background-size: contain;
}
.banner-entry {
    height: 320px;
    background-color: unset;
    transition: all .3s ease-in-out;
}
a.banner-entry:hover {
    transform: scale(1.05);
    transition: transform 1s ease;
    z-index:1;
}
.banner--fixed img {
    background: unset;
}
.index .s-block--photos-slider+.s-block--banners {
    margin-top: 0rem;
}
.index  .s-block--banners.container {
    max-width: 100%;
}
@media (max-width: 768px){
.banner-entry{
      height: 110px;
  }
.s-block--banners .md\:grid-cols-3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.md\:grid-cols-3 .banner-entry{
    width: 33.33%;
}
}


/*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/wWbjwx/rVJZXuQDzj1wP2enGnyVL2xQPX9gL7zKG8WeK2uf.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;
    }
}



/* start footer */
:root {
    --wave: url(https://iili.io/3QSfCYX.png);
}
.store-footer .store-footer__inner {
    background: linear-gradient(to top, #fff, #029EF6);
}

.wave {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 16%;
	background: var(--wave);
	background-size: 1000px 100px;

}

@media (min-width: 1024px) {
	.wave {
		top: -111px;
		height: 20%;
	}
}


.wave#wave1 {
	z-index: 1;
	opacity: 1;
	bottom: 0;
	animation: animateWave 4s linear infinite;
}

.wave#wave2 {
	z-index: 1;
	opacity: .5;
	bottom: 0;
	animation: animateWave_2 4s linear infinite;
}

.wave#wave3 {
	z-index: 1;
	opacity: .2;
	bottom: 15px;
	animation: animateWave 3s linear infinite;
}

.wave#wave4 {
	z-index: 1;
	opacity: .7;
	bottom: 20px;
	animation: animateWave_2 3s linear infinite;
}

@keyframes animateWave {
	0% {
		background-position-x: 1000px;
	}

	100% {
		background-position-x: 0px;
	}
}

@keyframes animateWave_2 {
	0% {
		background-position-x: 0px;
	}

	100% {
		background-position-x: 1000px;
	}
}

.store-footer {
	background: linear-gradient(to top, var(--main-color), var(--main-color), var(--second-color)) !important;
	margin-top: 115px;
}

.footer-is-light .store-footer .store-footer__inner {
	background: linear-gradient(to top, #fff, #029EF6);
	margin-top: -37px;
	text-align: center;
	border-style: inset;
	position: relative;
	z-index: 5;
}

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

.store-footer h3 {
	font-family: "Almarai", sans-serif;
	font-weight: 700;
	text-align: center !important;
	 !important;
	 !important;
	 !important;
	padding: 1rem;
	border-radius: 50px;
	color: var(--main-color);
	font-size: 1.4rem;
	background: var(--third-color);
}

.store-footer h3:hover {
	color: var(--second-color);
	opacity: 1;
	cursor: pointer;
	transition: 0.5s;
}

a.flex.items-center.m-0 {
	display: flex;
	flex-direction: column;
}

.store-footer a h3:nth-child(1) {
	font-size: 0rem;
	color: transparent;
	background-image: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/wWbjwx/rVJZXuQDzj1wP2enGnyVL2xQPX9gL7zKG8WeK2uf.png");
	background-size: 100%;
	background-repeat: no-repeat;
	scale: 3.5;
	line-height: 3;
	background-position: center;
	margin-bottom: 50px;
	    filter: brightness(0);
}

@media (max-width: 1024px) {
	.store-footer a h3:nth-child(1) {
		margin-top: 50px;
	}
}


@media (min-width: 1024px) {
	.footer-is-light .store-footer .store-footer__inner {
	    margin-top: -43px;
	}
}


salla-apps-icons,
salla-apps-icons h3 {
	display: none;
}

@media (min-width: 1024px) {
	.rtl\:lg\:pr-20:where([dir="rtl"], [dir="rtl"] *) {
		padding-right: 5rem;
		background: var(--main-color);
		background-repeat: no-repeat;
		background-size: contain;
		scale: 0.7;
		line-height: 0;
		margin-bottom: 0;
		margin-top: 0;
	}
}

.footer-list {
	color: var(--main-color);
}

.store-footer__inner .max-w-sm {
	color: var(--main-color);
}

.s-contacts-list {
	align-items: center !important;
}

.footer-is-light .store-footer {
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	background: var(--main-color);
	border-radius: 85px 85px 0 0;
	color: var(--third-color);
}

@media (max-width: 1024px) {
	.footer-is-light .store-footer {
		padding-top: 17px;
	}
}

.s-social-list {
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.s-menu-footer-list {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.s-contacts-list.s-contacts-list-vertical {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

span.unicode {
	display: none;
}

.footer-is-light .store-footer .contact-social {
	border: none;
}

/* end footer */