.s-button-text span{
opacity:0
}

salla-button .s-button-btn::after{
  content:"اطلب الآن";
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-weight:900;
}

.copyright-text:before{
  content: url(https://cdn.salla.network/cdn-cgi/image/fit=scale-down,width=58,height=58,onerror=redirect,format=auto/images/sbc.png)
}

header *,
.s-block--testimonials * {
    color: var(--color-primary);
}

.s-reviews-display-all{
    display: none !important;
}
.s-slider-nav-arrow {
    background: linear-gradient(180deg, #1B36C3 0%, #2D4BE5 100%);
}
.s-slider-nav-arrow svg {
    fill: #fff;
}

.s-slider-block__title-right h2,
.s-reviews-header{
    font-size: 35px;
    font-weight: bold;
    color: var(--color-primary);
}

.s-reviews-header-wrapper {
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items:center
}

.s-reviews-header-wrapper:after{
  content:"نعرض لك آراء حقيقية من عملائنا الذين خاضوا التجربة قبلَك، لتتعرف بسهولة على مستوى الجودة، وسلاسة التعامل، وكيف كانت رحلتهم معنا من البداية حتى استلام خدمتهم.";
  font-size:22px;
  max-width:900px;
  margin:auto;
  display:block;
  text-align:center;
  color:#000;
  line-height:1.4
}

.s-reviews-testimonial__icon svg {
    display: none !important;
}

.s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}

.s-reviews-container .swiper-slide-active .s-reviews-testimonial__inner {
    padding: 4px;
    border-radius: 1rem;
}
.s-reviews-testimonial__name_wrapper {
    flex-direction: row;
    justify-content: start;
    gap: 0.5rem;
}
.s-reviews-testimonial__text {
    flex-direction: column-reverse;
    display: flex;
    gap: 1rem;
}

.s-reviews-testimonial__text p {
    margin-top: 0;
}

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

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

@media(max-width:992px){
section:nth-child(1 of .s-block--fixed-banner),
section:nth-child(3 of .s-block--fixed-banner),
section:nth-child(5 of .s-block--fixed-banner){
  display:none
}
section:nth-child(4 of .s-block--fixed-banner) > div:before,
.s-slider-block__title-right h2,
.s-reviews-header {
    margin-bottom: 32px !important;
    text-align:center
}
.s-reviews-header-wrapper:after{
  font-size:14px;
  max-width:90%
}
.s-reviews-header {
        margin-bottom: 12px !important;
}
}

@media(min-width:992px){
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__inner {
    border: 2px solid var(--color-primary);
    }
section:nth-child(2 of .s-block--fixed-banner),
section:nth-child(4 of .s-block--fixed-banner),
section:nth-child(6 of .s-block--fixed-banner){
  display:none
}
}

section:nth-child(3 of .s-block--fixed-banner) > div:before,
section:nth-child(4 of .s-block--fixed-banner) > div:before {
    content: "ابدأ رحلتك معنــــا";
    font-size: 35px;
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 52px !important;
    display: block;
}


/* Header */

body,
.top-navbar,
#mainnav {
    background: #fff !important;
}
.main-nav-container {
    box-shadow: unset;
}

.s-advertisement {
    background: var(--color-primary) !important;
}
.navbar-brand img {
    max-width: 130px;
}

.main-menu li.root-level>a:hover {
    border-bottom: 2px solid var(--color-primary);
}
.s-search-icon,
.s-search-icon svg {
    fill: var(--color-primary) !important;
    fill: var(--color-primary) !important;
}
.s-cart-summary-wrapper{
    border:2px solid #fff;
    padding-left:6px;
box-shadow: 0px 0.68px 2.23px 0px rgba(27, 54, 195, 0.5);
border-radius:12px
}


.top-navbar .s-search-input{
    background-color: #fff;
    border: 1px solid var(--color-primary);
}

#mainnav i:not(i.sicon-sar):not(i.sicon-menu) {
    background: linear-gradient(180deg, #051A8D 0%, #1B36C3 100%);
    border-radius: 12px;
    border:2px solid #fff;
    box-shadow: 0px 0.68px 2.23px 0px rgba(27, 54, 195, 0.5);
}

#mainnav i,
#mainnav b {
    color:#fff ;
}

i.sicon-sar,
i.sicon-menu,
.s-cart-summary-total{
  color:var(--color-primary) !important
}

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


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

/* Footer */

.store-footer .contact-social {
    border-top-width: 0;
}

.copyright-text p {
    color: #000;
    font-weight: bold;
}

.store-footer{
   background: linear-gradient(180deg, #1B36C3 0%, #051A8D 100%);
 !important;
    border-radius: 45px 45px 0 0;
}

.store-footer__inner {
    background: transparent;
}

.s-payments-list-item {
    height: 4rem;
    width: 6rem;

}
.s-contacts-icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: 0;
}


@media (min-width: 1024px) {
.store-footer,
.store-footer__inner {
    margin: 1rem auto 1rem auto;
}
    footer .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    footer .lg\:col-span-2 {
    grid-column: span 1/span 1;
    }
    .store-footer,
.store-footer__inner {
    width: 90%;
    margin: 1rem auto 1rem auto;
    border-radius: 70px;
}

}

@media(max-width:768px){
footer a.flex.items-center.m-0 {
    justify-content: center;
}
footer .md\:flex.items-center.justify-between.py-4.container.text-center {
    border-radius: 45px;
    margin-bottom: 1rem;
    max-width: 90%;
    margin: auto auto 1rem auto;
}
.store-footer .grid {
    padding: 1rem 2rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
}
 .store-footer .grid > div:first-child{
        grid-column:1/3;
    }
}

.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a > h3{
    font-size:0 !important
}
.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a > h3:before{
        content:url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=150,height=400,onerror=redirect,format=auto/wzwdX/vTN4RVXj9rKRYOX6S8fOYvQ6CSvkiI1ozQTALMPl.png);
        filter:brightness(0) invert(1)

}

footer .md\:flex.items-center.justify-between.py-4.container.text-center {
    padding: 1rem 2rem;
    background: #fff;
    border-radius: 45px;
    margin-bottom: 1rem;
}


.s-contacts-icon {
    border-width: 0;
}
.s-contacts-icon svg {
    height: 1rem;
    width: 1rem;
}

/* Products */

.s-product-card-entry {
    background-color: transparent !important;
    border-radius: 0.5rem !important;
}
.s-product-card-image {
    background-color: transparent !important;
}
.s-product-card-entry:hover img {
    scale: 1.02;
}
.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: var(--color-primary) !important;
}
.s-product-card-content-title a {
  display: block;
  max-width: 100% !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body:not(body.product-single)
    .s-button-element:not(.s-product-card-wishlist-btn) {
    background: var(--color-primary);
    color: #fff !important;
    border-radius: 0.5rem;
    box-shadow: 0 0 11px var(--color-primary);
    border: unset;
}
.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%;
    }
}

/* Loading Screen */

.index::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 99999999999999999999 !important;
  width: 100%;
  height: 100%;
  background: #fff url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/wzwdX/vTN4RVXj9rKRYOX6S8fOYvQ6CSvkiI1ozQTALMPl.png)  no-repeat center / 250px !important;
  animation: logobg 3s forwards;
}


@keyframes logobg {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}