/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* ============================= Categories ============================== */
.slide--cat-entry {
    background-color: transparent;
    border-color: transparent;
    height: 14rem;
    padding: 0;
}



.rounded-full {
    border-radius: 0;
}

.w-16 {
    width: 16rem;
}

.h-16 {
    height: auto;
}

.sm\:py-16 {
    background: #fff;
}

/* ============================= Responsive ============================== */
@media (min-width: 1024px) {
    salla-slider .slide--one-sixth {
        width: 21.666667%;
    }

    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
/* الزوم عند الهوفر */
.h-16:hover {
  transform: scale(1.06);
}

.slide--cat-entry:hover {
    background: unset;
    box-shadow: unset;
}
.slide--cat-entry h2 {
    display: none;

}

    .s-block--features__item {
        padding-left: 2rem;
        padding-right: 2rem;
        BACKGROUND: UNSET ! IMPORTANT;
    
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex
;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    justify-content: center;
}
@font-face {
  font-family: 'Alexandria';
  src: url('path/to/alexandria-font.woff2') format('woff2'),
       url('path/to/alexandria-font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


:root {
--color-light: #fff8f2;
  --color-primary: #5ccac3;
  --color-secondary: #f38ca3;
  --color-primary-reverse: #f38ca3;
  --color-bg: linear-gradient(135deg, #fcdde2, #d4f0e0, #fcdde2);
  --color-rgba-nav: rgba(92, 202, 195, 0.2);
  --color-rgba: rgba(243, 140, 163, 0.2);
  --background-gradient: linear-gradient( 160deg, rgba(246, 201, 208, 0.3) 0%, rgba(255, 248, 242, 0.4) 40%, rgba(164, 229, 224, 0.4) 100% );
--color-bg:linear-gradient(135deg, #fcdde2, #d4f0e0, #fcdde2); 
  
  );
}
body {
  font-family: 'Cairo', sans-serif;
  background:  white;
  background-attachment: fixed;
  background-size: cover;
 
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
    scroll-behavior: smooth;
    transition: all 0.3s!important;
    
}


::selection {
    background:red;
}


.flex-col {
    background:transparent;
}

.s-block {
    margin-top: 1.0rem;
    background: transparent;
}


.bg-inherit {
    background-color: inherit;
    background:transparent;
}

.top-navbar {
    display: flex;
    min-height: 48px;
    padding-top: .5rem;
    padding-bottom: .5rem;
   border-top-right-radius:0px;
   border-top-left-radius:0px;
     background: linear-gradient(45deg, #63BDA8, #FDFEDF, #FED5DB);
}

.top-navbar .s-search-input , .btn--rounded-gray {
    border-style: solid;
    border-width:0px;
    border-color:white;
        background: linear-gradient(45deg, #63BDA8, #FDFEDF, #FED5DB);
    box-shadow: 0 0 5px white;
    color:var(--color-primary);
    opacity:1;
}
.s-user-menu-trigger{
  background-color: transparent;
}
.top-navbar .s-search-input:hover , .btn--rounded-gray:hover {
  background-color: white;
  opacity: 1;
  border-width:1px;
  color: var(--color-primary);
  border-color:var(--color-secondary);
  transition: 0.5s ease;
   width:100%;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.top-navbar .s-search-input:focus , .btn--rounded-gray:focus {
  background-color:white;
  border-width:1px;
  color: var(--color-primary);
  border-color:var(--color-secondary);
  opacity: 1;
  width:100%;
  transition: 0.5s ease;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.s-search-icon svg {
    height: 1.4rem;
    width: 1.4rem;
    font-weight:bolder;
    opacity:1;
    fill:var(--color-primary);
}


#offers a {
   color: var(--color-secondary);
}
 #offers a:hover {
   color: var(--color-primary);
  }
.s-search-input::placeholder {
color: var(--color-primary);
opacity:0.7;
}

.s-search-product-title{
color:var(--color-primary);
}
.s-contacts-topnav-link:last-child:where([dir=rtl],[dir=rtl] *) {
    border-width: 0;
    padding-left: 0;
    color: var(--color-primary);
    
}

.s-contacts-topnav-link:hover {
    border-width: 0;
    padding-left: 0;
    color: var(--color-secondary);
}
    .inner{
  background:var(--color-light);
  box-shadow: 0 2px 4px 0 var(--color-rgba-nav);
  }
@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        color:var(--color-primary)
    }

   
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a:hover {
        color:var(--color-secondary);
    }

     .inner{
     padding:0.2rem 0;
  background:var(--color-light);
  box-shadow: 0 2px 4px 0 var(--color-rgba-nav);
  }
  .top-navbar .s-search-input {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    width:25%;
  }
}

.sicon-user-circle {
    content: "\f072";
    color: var(--color-primary);
    border-style: solid;
    border-width:1px;
    border-color:var(--color-primary);
  
}

.sicon-user-circle:hover {
    content: "\f072";
    color: white;
    background-color:var(--color-primary);
    border-color:var(--color-primary);
}

.header-btn__icon.icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: 9px;
    margin-right: 0;
    margin-right: initial;
    color: var(--color-primary);
    border-style: solid;
    border-width:1px;
    border-color:var(--color-primary);
    background-color:transparent;
}

.header-btn__icon.icon:hover {
    margin-left: 9px;
    margin-right: 0;
    margin-right: initial;
    color: white;
    background-color:var(--color-primary);
    border-color:var(--color-primary);
}

.sicon-shopping-bag:before {
    content: "\e906";
}

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

.s-cart-summary-total {
    font-weight: 600;
    color: var(--color-primary);
  
}

.sicon-menu {
    content: "\ed7f";
    color: var(--color-primary)
}

.sicon-menu:hover {
    content: "\ed7f";
    color: var(--color-secondary);
}

.s-contacts-topnav-link:where([dir=rtl],[dir=rtl] *) {
    border-left-width: 1px;
    color: var(--color-primary);
}

.s-contacts-topnav-link:hover {
    border-left-width: 1px;
    color: var(--color-secondary);
}

.topnav-link-item:last-child:where([dir=rtl],[dir=rtl] *) {
    border-width: 0;
    padding-left: 0;
    color: var(--color-secondary);
    
}

.topnav-link-item.right-side:first-child:where([dir=rtl],[dir=rtl] *) {
    padding-right: 0;
    color: var(--color-secondary);
}



.main-menu>li>a[href*=offer] {
    --tw-text-opacity: 1;
    color: var(--color-secondary);
}

.main-nav-container {
    min-height: 0;
    background: var(--color-light);
}
.main-nav-container.fixed-pinned .inner {

  box-shadow: 0 0 5px var(--color-rgba-nav);
  
}
.btn--close-sm{
background-color: var(--color-secondary);
color:var(--color-light);
height:3.25rem!important;
}
@media(min-width: 1024px) {
    .main-nav-container {
        min-height:0;
        background: var(--color-light);
    }
}

.s-cart-summary-count {
    top: -.125rem;
    --tw-bg-opacity: 1;
    background-color:var(--color-secondary);
    color:white;
}

@media only screen and (max-width: 1024px) {
.inner .container{
padding-top:5px;
padding-bottom:5px;
}
.mm-spn.mm-spn--navbar.mm-spn--main:where([dir=rtl],[dir=rtl] *):after {
        padding-right:.75rem;
        background: var(--color-primary);
        color: white;
    }
}

.mm-spn.mm-spn--navbar ul {
    top: calc(50px + 1px);
    top: calc(var(--mm-spn-item-height) + 1px);
    background: var(--color-light);
    color: var(--color-primary)
}
.btn--close , .btn--close-sm{
background-color: var(--color-secondary);
color:var(--color-light);
height:3.12rem;
}

@media only screen and (max-width: 1024px) {
   
    .mm-spn li a span:hover {
        margin-right: 1rem;
        color: var(--color-secondary);
    }
}
    .mm-spn li a[href*=offer] span:hover {
        margin-right: 1rem;
        color: var(--color-primary);
    }
}

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

  .s-block--features__item {
    grid-column: span 2 / span 2;
    grid-column-start: span 2;
    grid-column-end: span 2;
    margin:auto;
}
}

.s-slider-block__display-all {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: var(--color-primary);
   
    
}

.s-slider-block__display-all:hover {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: black;
    
}
 .s-slider-block__title h2 {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-light);
    background: var(--color-secondary);
    padding: 10px;
    border-width:2px;
    border-color: var(--color-primary);
    border-radius: 26px;
  
}
section .s-slider-block__title h2 {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-light);
    background: var(--color-secondary);
    padding: 10px;
    border-width:2px;
    border-color: var(--color-primary);
    border-radius: 26px;
    display:none;
}

.s-block__title h2 {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-primary);
    background: var(--color-light);
    padding: 10px;
    border-radius: 32px
}

.banner--fixed img {
    display: block;
    width: 100%;
    border-radius: .375rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243,244,246,var(--tw-bg-opacity));
    -o-object-fit: cover;
    object-fit: cover;
    background: var(--color-light);
}

.s-breadcrumb-item {
    display: inline-block;
    color: var(--color-primary);
    background-color:transparent;
}

.s-breadcrumb-item:hover {
    display: inline-block;
    color: var(--color-secondary);
}
.s-breadcrumb-primary-reverse li {
  
  color: var(--color-secondary);
  opacity: 0.8;
}
.s-breadcrumb-arrow svg {
  height: .875rem;
  width: .875rem;
  fill: var(--color-secondary);
}

.btn--outline-primary {
    border-width: 1px;
    border-color: var(--color-secondary);
    color: var(--color-primary);
}

.no-content-placeholder .icon {
    margin-bottom: 1rem;
    display: flex;
    height: 8rem;
    width: 8rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243,244,246,var(--tw-bg-opacity));
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: var(--color-secondary);
   
}

.no-content-placeholder p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: var(--color-primary);
    
}

.rtl\:pl-3:where([dir=rtl],[dir=rtl] *) {
    padding-left: .75rem;
    color: var(--color-primary);
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: #1f2937;
    color: #000 !important;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    color: black;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color:  #000 !important;
}
.text-lg {
    color: var(--color-primary);
}
.product__description a {
    --tw-text-opacity: 1;
    color: var(--color-primary)!important;
}
.product__description a:hover {
   color:var(--color-secondary)!important;
   
    
}
.form-label{
color: var(--color-secondary);
}

.s-products-list-placeholder span {
    margin-bottom: 1rem;
    display: flex;
    height: 8rem;
    width: 8rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243,244,246,var(--tw-bg-opacity));
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: #d1d5db;
    color:var(--color-primary) ;
    background: var(--color-secondary);
}

.s-products-list-placeholder p {
    padding-top: .5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: #9ca3af;
    color: rgba(156,163,175,var(--tw-text-opacity));
    color: var(--color-primary);
}

.s-products-list-placeholder span svg {
    margin-left: auto;
    margin-right: auto;
    height: 4rem;
    width: 4rem;
    fill: var(--color-primary);
    text-align: center
}


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

.swiper {
    padding-left: 0!important
}

salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-top: -5px;
    margin-left: 0rem;
    margin-right: 10px;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}

@media(max-width: 1024px) {
    salla-slider.photos-slider .swiper-slide {
        position:relative;
        margin-top: -5px;
        margin-left: 0rem;
        margin-right: 0px;
        height: auto;
        width: 100%;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0
    }
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: #414042;
    color: #ff6767;
    color: var(--color-primary);
    background: var(--color-secondary);
}

i.sicon-heart {
    fill:var(--color-primary);
    
}

.s-social-share-btn span svg {
    height: 1rem;
    width: 1rem;
    fill: var(--color-primary);
}




.s-comments-product {
    margin-bottom: 1rem;
    --tw-bg-opacity: 1;
    background-color: var(--fifth-color);
    background-color: rgba(243,244,246,var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: var(--color-secondary);
}



.s-add-product-button-mini-checkout-content {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
    font-size: .8rem;
     background: transparent;
    color: var(--color-primary);
    width: 100% !important;
    border:none;
   
    height: 100% !important;
    justify-content: center
}
.s-fast-checkout-button.outline {
background-color: transparent;
  border:none;
  color: var(--color-primary);
}
}
.s-fast-checkout-button{
  border-width: 1px;
  border-color: white;
}
.s-add-product-button-mini-checkout-content:hover {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
    font-size: .8rem;
     width: 100% !important;
    color: var(--color-secondary);
     background: transparent;
    height: 100% !important;
    justify-content: center
}
.s-add-product-button-main .s-button-wide{

  width: 100%;
  color:white;
  border: solid 1.0px var(--color-secondary);
  background: var(--color-primary);
}
.s-add-product-button-main .s-button-wide:hover{

  width: 100%;
  color: white;
  border: solid 1.0px var(--color-primary);
  background: var(--color-secondary);
}

button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    opacity: 0
}

button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    opacity: 0
}

.s-product-card-vertical .s-button-primary-outline {
     color:var(--color-light);
    background: var(--color-secondary);
    border: solid 2px var(--color-primary);
     padding-left: 1.0rem;
  padding-right: 1.0rem;
  padding-bottom: 0.625rem;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
   
}

.s-product-card-vertical .s-button-primary-outline:hover {

     color: var(--color-light);
    background: var(--color-primary);
    border: solid 2px var(--color-secondary);
     padding-left: 1.0rem;
  padding-right: 1.0rem;
  padding-bottom: 0.625rem;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
   
}

.s-product-card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background:transparent;
    

}


.s-button-wide {
    width: 100%;
    color: white;
    border: solid 2px white;
    background:var(--color-primary);
   
}

.s-button-wide:hover {
    width: 100%;
    color: var(--color-primary);
    opacity:1;
    background:var(--color-secondary);
    border: solid 2px var(--color-primary);
    
}


.s-add-product-button-main .s-add-product-button-mini-checkout .s-fast-checkout-button.outline {
    --salla-fast-checkout-button-border-radius: .75rem;
    width: 50%;
     color: white;
    background: var(--color-primary)!important;
    border: solid 2px;}
.s-product-card-content-title a {
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color:black;
    text-align: center;
  
   
}

.s-fast-checkout-button.outline {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    background: var(--color-primary)!important;
    border: solid 2px;
    border-block-start-width:2px;border-block-end-width:6px}

.s-product-card-content-title a:hover {
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
   color:var(--color-secondary);
}

.s-product-card-price {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: black;
   
   
}
.s-product-card-image{
 padding:1px;
 border-radius: 10px 40px;
 
 background-color: transparent;
}
.s-product-card-image img{
  border-radius: 10px 40px;

  border-style: solid;
  border-color:var(--color-primary);
  border-width:1px;

}
.s-product-card-vertical .s-product-card-image {
   border:none;
}

.s-product-card-vertical .s-product-card-wishlist-btn  {
  opacity:1;
}
.s-product-card-image:hover{
 opacity:0.9;
}
.s-product-card-vertical .s-product-card-wishlist-btn button  {
  border-style: solid;
  border-width:2px;
 background-color: var(--color-primary)!important; 
    border-color:var(--color-secondary)!important;
}
.s-product-card-vertical .s-product-card-wishlist-btn button:hover  {
   border-color:  var(--color-primary)!important;
  background-color: var(--color-secondary)!important;
    transition: all 0.5 ease;
}

.s-product-card-vertical .s-product-card-wishlist-btn button i{
color:white!important;
  
}
.s-product-card-vertical .s-product-card-wishlist-btn button:hover i{
color:white!important;
transition: all 0.5 ease;
}

.s-product-card-content-sub {
    margin-bottom: 1.25rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

.s-product-card-entry {
    transition: transform .2s ease-in-out
}

.s-product-card-entry:hover {
    transform: scale(1.00)
}


@keyframes shadow {
    0% {
        
        box-shadow: 0px 0px 10px;    
    }

    10% {
       
        box-shadow: 0px 0px 10px var(--color-secondary);
    }
    20% {
       
        box-shadow: 0px 0px 10px;
    }
    30% {
       
        box-shadow: 0px 0px 10px var(--color-secondary);
    }
    40% {
       
        box-shadow: 0px 0px 10px;
    }
    50% {
       
        box-shadow: 0px 0px 10px var(--color-secondary);
    }
    60% {
       
        box-shadow: 0px 0px 10px;
    }
    70% {
       
        box-shadow: 0px 0px 10px var(--color-secondary);
    }
      80% {
       
        box-shadow: 0px 0px 10px;
    }
      90% {
       
        box-shadow: 0px 0px 10px var(--color-secondary);
    }

  
    100% {
        
        box-shadow: 0px 0px 10px;
    }
}







.s-social-link a:hover {
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    font-size: .875rem;
    line-height: 1.25rem;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
    color:  var(--color-secondary);
}

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


.s-block--features__item .feature-icon {
  background-color:var(--color-secondary)!important;
  font-size:30px!important
}

.s-block--features__item .feature-icon i {
  color:var(--color-light)!important;
  font-size:30px!important
}

.s-block--features__item:hover {
  scale:1.08;
 box-shadow: 0px 0px 10px var(--color-secondary);
  
}


body:not(.product-index):not(.product-single):after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998; /* أقل من الصورة */
  background: linear-gradient(135deg, #fcdde2, #d4f0e0, #fcdde2);
  pointer-events: none;
  animation: fade-in 1.9s forwards;
}
body:not(.product-index):not(.product-single)::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999; /* فوق التدرج */
  background: transparent url(https://cdn.salla.sa/form-builder/6tlVcO467dxjYZkMtS3TmbIfSCr0cZEQIEbITQg1.png) no-repeat center;
  background-size: 280px;
  animation: fade-in 1.9s forwards;
  transform: scale(0);
  pointer-events: none;
}

   @keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    75% {
        opacity: 1;
        transform: scale(1)
    }

    85% {
        opacity: .5;
        transform: scale(1)
    }

    99% {
        opacity: .2;
        transform: scale(1)
    }

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




.s-placeholder-title {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: var(--color-primary);
}


.banner--fixed img  {

  background: transparent;

}
.s-search-product-price {
 
  color: var(--color-secondary);
}

.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));
  color: var(--color-primary)!important;

}

.rtl\:ml-3:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.75rem;
  color:var(--color-primary)!important;
}



.rtl\:ml-3:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.75rem;
  color:var(--color-primary);
}
.form-input {
  color:var(--color-primary);
}
.rtl .form-select, .rtl select, [dir="rtl"] .form-select, [dir="rtl"] select {
  background-position: left .5rem center;
  padding-right: 12px;
  color:var(--color-light);
}
.s-user-profile-field-label {

  color: var(--color-primary);
}
iti input, .iti input[type="text"], .iti input[type="tel"] {

  margin-left: 0 !important;
   color: var(--color-primary);
}
.iti--separate-dial-code .iti__selected-dial-code {

  color: var(--color-primary);
}
.s-datetime-picker-input {
  
  color: var(--color-primary)!important;
}
.s-contacts-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
}
.flatpickr-day {
  color: var(--color-primary)!important;
}
.dayContainer {
 background:var(--color-rgba);
}
.flatpickr-day.selected {

  background: var(--color-light);
  
  border-color: var(--color-primary);
}
.flatpickr-day.selected:hover {
 color:var(--color-secondary);
  background: var(--color-secondary);
  
  border-color: var(--color-secondary);
}
.flatpickr-day:hover{

  background: var(--color-light);
  
  border-color: var(--color-primary);
}

.banner--fixed img  {
  margin-bottom: 0.5rem !important;
}

.copyright-text 
{
margin-bottom:2rem;}
.copyright-text a
{ color:var(--color-secondary);
}
.copyright-text a:hover
{ color:var(--color-primary);}

.s-product-options-option-label b {
  display: block;
   color:var(--color-primary);
}
salla-slider.photos-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  

  background-color: rgba(40,40,40, var(--tw-bg-opacity));
}
.s-user-settings-section-icon svg {
  height: 1.25rem;
  width: 1.25rem;
  fill: var(--color-primary);
}
.s-user-settings-section-title {
 
  color: var(--color-primary)!important;
}
.s-toggle .s-toggle-input + div {
  background:var(--color-rgba);
  
}
.s-toggle .s-toggle-input:checked + div {
  background: var(--color-primary);
}
.s-button-danger-outline {

  color: var(--color-primary);
}
.s-button-danger-outline:hover {
color: white;
background:var(--color-primary);
}


.text-gray-500{
color:var(--color-secondary);
}


.s-products-slider-card {
  width: 100%;
  max-width: 210px;
  padding-left: 0.0rem;
  padding-right: 0.0rem;
  margin-left:0rem;
 margin-right:0rem;
 
}
@media (min-width: 768px) {
  .s-products-list-vertical-cards {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem!important;
    
    
  }
  .s-products-list-wrapper {
  margin-bottom: 0rem;
  display: grid;
   grid-column-gap:0px;
}
}
@media (min-width: 640px) {
  .s-products-list-vertical-cards {
    gap: 1.0rem;
  
  }
}

.s-product-card-out-of-stock img.loaded {
  --tw-grayscale: grayscale(100%);
 
}

.s-products-list-wrapper {
  margin-bottom: 0rem;
  display: grid;
  row-gap:-6px;
}

.s-products-list-vertical-cards .s-product-card-entry    {
  grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: scale(1,1);
 
}
.slide--cat-entry{
 display: flex;
  height: 14rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
 color: white;
 background-color:unset;
  
  padding: 0.75rem;
  text-align: center;
  transform:scale(0.94);

}
.slide--cat-entry:hover{

 color: var(--color-primary); 
 transform:scale(1.00);

}
.slide--cat-entry i {
  margin-bottom: 1rem;
  display: inline-block;
 
  font-size: 33px;
   
  color: var(--color-primary);
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
border:2px solid var(--color-primary);
    
    color: var(--color-light);
    background: var(--color-secondary);
}
.s-block--tabs-produtcs .tab-trigger button {
      border: none;
  
    color:white;
    
}
.s-button-primary-outline {
   color: var(--color-light);
    background:var(--color-primary);
    border: solid 2px var(--color-light);
}

.s-button-primary-outline:hover {

     color: var(--color-primary);
     opacity:1;
    background: var(--color-secondary);
    border: solid 2px var(--color-primary);
}

[dir="rtl"] .gradient-bg {
  background:transparent;
}
.profile-header .breadcrumbs a {
 
  color: var(--color-primary);
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg {
    fill: var(--color-secondary);
    
}
.s-slider-nav-arrow svg {
    width: 22px;
    fill: var(--color-primary);
}
.s-block--features__item{
  margin:auto;
  background:var(--color-primary)!important;
  font-size:30px!important;
  color:var(--color-light)!important;
  transition-duration:.4s;
  transition-property:scale;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  margin-top:1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width:80%
}

.s-block--features__item:nth-child(2){
 border-top-left-radius: 0;
  border-top-right-radius: 0;
   border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top:0rem;
  
}
.s-block--features__item:nth-child(3){
 border-top-left-radius: 0;
  border-top-right-radius: 0;
   border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
 margin-top:0rem;
  
}
.s-block--features__item h2{
  color:var(--color-light)!important;
  font-size: 1.1rem;
  margin-bottom:0.4rem;

}
.s-block--features__item p{
 color:white!important;
 font-size: 1.0rem;
}
@media (min-width: 768px){
.two-row .banner-entry:first-child {
    height: auto !important;
}
.s-block--features__item{
  margin:auto;
  background:var(--color-primary)!important;
  font-size:30px!important;
  color:white!important;
  transition-duration:.4s;
  transition-property:scale;
 border-radius:30px;
  width:80%;
  border:2px solid var(--color-secondary);
}
.s-block--features__item:nth-child(2){
border-radius:30px;
}
.s-block--features__item:nth-child(3){
border-radius:30px;
}
}
@media only screen and (max-width: 1024px) {
  .mm-spn.mm-spn--light {
   
    background: var(--color-primary);
  }
}

.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg {
    fill: var(--color-secondary);
    display:none;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg {
    fill: #d1d5db;
    display:none;
}
.s-slider-nav-arrow svg {
    width: 22px;
    fill: var(--color-primary);
    border-color: var(--color-primary);
   
}
.s-slider-nav-arrow  {
   
    border-color: var(--color-primary);
   
}

.s-slider-v-centered .s-slider-block__title-nav button{
display:none;
}

salla-slider.photos-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
display:none;
}
salla-slider .swiper-pagination-bullet-active {
display:none;
}


.s-placeholder-description {

  color: var(--color-secondary);
}
@media (max-width: 1024px) {
  .gradient-bg.profile-header .breadcrumbs a, .gradient-bg.profile-header .breadcrumbs span, .gradient-bg.profile-header .breadcrumbs .arrow {
    
    color: var(--color-primary);
  }
}

.s-button-loader-end.s-button-element:where([dir="rtl"], [dir="rtl"] *) {
border:2px solid var(--color-secondary);
  background:var(--color-primary);
 
}
.s-button-loader-end.s-button-element:hover:where([dir="rtl"], [dir="rtl"] *) {
border:2px solid var(--color-primary);
  background:var(--color-secondary);
  opacity:1.0;
 
}
.s-comment-form-action salla-button button {
    color: white;
    background:var(--color-primary);
    border: solid 2px var(--color-light);
}
.s-comment-form-action salla-button button:hover {

      color: white;
    background: var(--color-secondary);
    border: solid 2px var(--color-primary);
}

#progress {
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 60px;
  width: 60px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px var(--color-rgba);
  cursor: pointer;
  z-index:1;
}
#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: var(--color-primary);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  color:var(--color-light);
}
@media (min-width: 1024px) {
  .rtl\:lg\:ml-8:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 2rem;
    background-color:var(--color-light);
    border:2px solid var(--color-primary);
  }
}
.s-user-menu-dropdown-item a svg {
  margin-right: 0.75rem;
  height: 1rem;
  width: 1rem;
  fill: var(--color-primary);
}
.rtl .form-select, .rtl select, [dir="rtl"] .form-select, [dir="rtl"] select {
  background-position: left .5rem center;
  padding-right: 12px;
  border-color:var(--color-primary);
  background-color:var(--color-secondary);
  color: var(--color-light);
}
.s-contacts-topnav-link:last-child:where([dir="rtl"], [dir="rtl"] *) {
display:none;
}

salla-slider.photos-slider .swiper-slide {

  margin-top: 0rem;
}
   .navbar-brand img {
  max-height: 3rem;
  width: auto;
  max-width: 100px;
   animation-name: scale;
  animation-duration: 5s;
  animation-timing-function: linear;
    animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes scale {
    0% {
        
        transform: scale(1.0);
    }


    50% {
       
        transform: scale(1.1);
    }
 
  
    100% {
        
        transform: scale(1.0);
    }
}
.s-product-card-content-title a {
  display: -webkit-box;         
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;        
  overflow: hidden;            
  text-overflow: ellipsis;      
  width: 100%;                  
}
.s-product-card-content-title a:hover{
  display: -webkit-box;         
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;        
  overflow: hidden;            
  text-overflow: ellipsis;      
  width: 100%;                  
}


.s-placeholder-icon-md > svg {
   
    fill: var(--color-light);
}
.no-content-placeholder .icon {

    color: var(--color-light);
}
.s-products-list-placeholder span svg {
   
    fill: var(--color-light);
   
}
#page-main-title{
border:2px solid var(--color-primary);
border-radius:10px;
text-align:center;
padding:0.4rem;  
 font-size: .8rem;
    line-height: 1.2rem;
    font-weight: 700;
color:var(--color-light);
background-color:var(--color-secondary);
}

@media (max-width: 640px) {
  .is-sticky-product-bar .sticky-product-bar {
  
   z-index:2;
  }
 
}

.s-product-card-sale-price:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  color: #000;
  
}
.s-product-card-sale-price h4 {
   color: red !important;
}

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 3 / span 3;
  }
}
.sm\:py-16 {
    padding-top: 0rem;
   
  }
  select, textarea, input{
font-size: 16px!important;
}







.s-contacts-list div:nth-child(2) {
  display: none;
}
.swiper-wrapper .s-product-card-vertical{
height:400px;
}
.s-product-card-vertical{
height:400px;
}
.s-contacts-list div:nth-child(2) {
  display: none;
}

.banner--fixed img {
  margin-bottom: 0.0rem !important;
}

.s-social-link a{
border-color:var(--color-primary);
}
@media (max-width: 768px) {



.s-modal-entering{
height:50vh;

}


.s-contacts-icon {
border-color: var(--color-primary);
color:var(--color-primary);
}



@media (max-width: 768px) {
  .new-h2 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: var(--color-primary); /* Keep a brand color */
    padding: 0.5rem 1rem;
    margin: auto;
    width: 85%;
    background: none;
    border: none;
    box-shadow: none;
    transform: none;
  }

  .new-div {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .new-h2 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: var(--color-primary); /* Consistent text color */
    padding: 0.5rem 1rem;
    margin: auto;
    width: 75%;
    background: none;
    border: none;
    box-shadow: none;
    transform: none;
  }

  .new-div {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
}
@media (min-width: 1200px ) {
  .new-h2 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    color: var(--color-primary); /* Consistent text color */
    padding: 0.5rem 1rem;
    margin: auto;
    width: 75%;
    background: none;
    border: none;
    box-shadow: none;
    transform: none;
  }

  .new-div {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
}




  .brand-item {
    height: 10rem;
    padding: 2rem;
}
 .index .brand-item img{
 transform:scale(1.2);
 }


.s-block__title h2 {
display:none;
}

  .md\:grid-cols-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .shadow-md {
  --tw-shadow: 5px 10px 99px rgba(0, 0, 0, 0);
 
}

.store-footer__inner p {
  color:var(--color-secondary);
}
@media (min-width: 1280px) {
  .container {
    max-width: 1260px;
  }
}
@media only screen and (max-width: 1024px) {
  .mm-spn li img {

    background-color: transparent;
  }
  .mm-spn li .rounded-full {
  border-radius: 0px;
}
}


salla-slider.photos-slider .swiper {
  padding-bottom: 0rem;
}

.s-modal-overlay {

  --tw-bg-opacity: 0.0;

}
.s-button-loader-end.s-button-element:hover:where([dir="rtl"], [dir="rtl"] *) {
  border: 2px solid var(--color-primary);
  background: var(--color-secondary);
  opacity: 1.0;
  color: var(--color-primary);
}
@media only screen and (max-width: 768px) {
.s-advertisement-content-main {
  flex: 1 1 0%;
  text-align: center;
  font-size: 0.7rem;
  line-height: 0.80rem;
  font-weight: 700;
  
}
.s-advertisement{
margin-bottom:0.35rem;
}
}
.s-button-wide{
color:white;
}
.s-button-wide:hover{
color:white;
}
@media only screen and (max-width: 1024px) {
  .mm-spn.mm-spn--light {
  color:white;
  }
}

@media (min-width: 640px) {
  .sm\:gap-8 {
    gap: 0rem;
  }
}
.gap-3 {
  gap: 0.0rem;
}


.main-menu .sub-menu {
 border-radius:0% 35% ;
 overflow: hidden;
 border:0px solid transparent;
width:8rem;
  }

.mm-spn li{
 background-color:var(--color-black);

}

 .mm-spn li:hover {
background-color:var(--color-black);
  }


 .mm-spn li a {
color:var(--color-primary);

  }
  .mm-spn li:hover a {
 color:var(--color-primary);


  }
  
@media only screen and (min-width: 1024px) {
.sub-menu li:nth-child(odd) {
    background: var(--color-primary);
}
.sub-menu li:nth-child(even) {
    background: var(--color-secondary);
}
.sub-menu li:nth-child(odd) a span {
    color:var(--color-light);
}
.sub-menu li:nth-child(even) a span {
    color:var(--color-light);
}
.sub-menu li:hover {
    background: white;
}
.sub-menu li:hover a span {
    color: var(--color-primary);
}

}


.s-product-card-vertical .s-product-card-wishlist-btn button  {

  border-style: solid;
  border-width:1px;
 
    background:var(--color-light)!important;
    border: solid 1px var(--color-primary)!important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button:hover  {

    background:var(--color-primary)!important;
    border: solid 1px var(--color-primary)!important;
    transition: all 0.2s ease;

}
.s-product-card-vertical .s-product-card-wishlist-btn button i{
color: var(--color-secondary)!important;
  transform:scale(1.0);
  font-weight: bolder;
 font-size:17px;
}
.s-product-card-vertical .s-product-card-wishlist-btn button:hover i{
color:var(--color-light)!important;
transition: all 0.2s ease;
font-weight: bolder;
font-size:17px;
}
@media only screen and (min-width: 1024px) {
  .top-navbar .s-search-input {
 
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    width: 2%;
    background:white;
    border:1px solid var(--color-primary);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
    
  }
}
@media only screen and (max-width: 1024px) {
 .top-navbar .s-search-input {

    width: 2%;
  
    border:1px solid var(--color-primary);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.0);
    
  }
    
  
}
 
  

#offers a span::before {
  content: '% '; 
  font-size: 1.5rem; 
  color: var(--color-secondary); 
  transition: all 0.5s !important;
}


#offers a span:hover::before {
  color: var(--color-primary); 
  transition: all 0.5s !important;
}
.s-product-card-vertical {
    background:unset;
  
}
.store-header{
display:flex;
flex-direction:column-reverse;
}

.s-button-primary{color:var(--color-light);}




.top-navbar{
background:transparent;
}



.s-contacts-icon {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}


.s-contacts-list > *:nth-child(3)  {
 dispplay:none
}
.s-contacts-list > *:nth-child(4)  {
display:none;
}

@media (min-width: 1024px) {
  .s-contacts-header {
    display: none;
  }
}
.s-slider-block__display-all{
color:var(--color-light);
background:var(--color-secondary);
border:2px solid var(--color-primary);
border-radius:20px;
padding:0.3rem;
}
.s-slider-block__display-all:hover{
color:var(--color-light);
background:var(--color-primary);
border:2px solid var(--color-secondary);
border-radius:20px;
padding:0.3rem;
}


.s-product-card-image-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.s-social-link{
border:2px solid var(--color-secondary);
border-radius:10px;
background:var(--color-primary);
}
.s-social-link a{
border:none;
color:var(--color-light);
}
.s-social-link a:hover{
color:black;

}
.s-contacts-icon{border:2px solid var(--color-secondary);
border-radius:10px;
background:var(--color-primary);}

.s-contacts-icon svg{
border:none;
color:var(--color-light)!important;
}


@media only screen and (max-width: 1024px) {
  .mm-spn ul.main-menu li::before {
    height: 0.5rem;
    width: 0.5rem;
    color:var(--color-primary);
    opacity:1;
  }
}

@media (min-width: 640px) {
  .sm\:gap-8 {
    gap: 0rem;
  }
}
.gap-3 {
  gap: 0.0rem;
}


.two-row .banner-entry:first-child {
  padding: 0.77rem;
}
.s-product-card-sale-price:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  color: black;
}
.s-button-loader-end:hover{
color:white!important;
}

@media (min-width: 640px) {
  .sm\:gap-8 {
    gap: 0rem;
  }
}
.gap-3 {
  gap: 0.0rem;
}
.banner-entry {
    width: 42vw;
    min-height: 150px;
     background-color:transparent!important;
   
}

.lazy__bg {
    background-size: 100% 100%;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-color:transparent!important;
    
}
.gap-3 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center
}
@media only screen and (min-width: 50px) and (max-width: 266px){
.two-row .banner-entry:first-child {
    height: 130px !important;
  

}
.banner-entry {
  height: 150px !important;
  

  }
  .lazy__bg {
  transform:scale(1.5);
 
}

}
@media only screen and (min-width: 267px) and (max-width: 350px){
.two-row .banner-entry:first-child {
    height: 130px !important;

}
.banner-entry {
  height: 150px !important;


  }
  .lazy__bg {
  transform:scale(1.5);
}

}
@media only screen and (min-width: 351px) and (max-width: 400px){
.two-row .banner-entry:first-child {
    height: 130px !important;

}
.banner-entry {
  height: 130px !important;


  }
  .lazy__bg {
  transform:scale(1.5);
}

}
@media only screen and (min-width: 401px) and (max-width: 480px){
.two-row .banner-entry:first-child {
    height: 150px !important;

}
.banner-entry {
  height: 150px !important;


  }
  .lazy__bg {
  transform:scale(1.5);
}

}
@media only screen and (min-width: 481px) and (max-width: 592px){
.two-row .banner-entry:first-child {
    height: 180px !important;
    
}
.banner-entry {
  height: 180px !important;


  }
 .lazy__bg {
  transform:scale(1.5);
}

}
@media only screen and (min-width: 593px) and (max-width: 754px){
.two-row .banner-entry:first-child {
    height: 280px !important;
    
}
.banner-entry {
  height: 280px !important;

   
  }
 .lazy__bg {
  transform:scale(1.5);
}

}
@media only screen and (min-width: 755px) and (max-width: 894px){
.two-row .banner-entry:first-child {
    height: 300px !important;
}
.banner-entry {
  height: 300px !important;
 

  }
   .lazy__bg {
  transform:scale(1.5);
}

}
@media only screen and (min-width:895px) and (max-width: 1080px){
.two-row .banner-entry:first-child {
    height: 320px !important;
}
.banner-entry {
  height: 320px !important;
 

  }
   .lazy__bg {
  transform:scale(1.5);
}

}
@media only screen and (min-width:1081px) and (max-width: 1306px){
.two-row .banner-entry:first-child {
    height: 450px !important;
}
.banner-entry {
  height: 450px !important;

  
  }
   .lazy__bg {
  transform:scale(1.5);
}

}
@media only screen and (min-width:1307px) and (max-width: 1508px){
.two-row .banner-entry:first-child {
    height: 450px !important;
}
.banner-entry {
  height: 450px !important;


  }
   .lazy__bg {
  transform:scale(1.5);
}
}
@media only screen and (min-width:1509px) and (max-width: 1704px){
.two-row .banner-entry:first-child {
    height: 480px !important;
}
.banner-entry {
  height: 480px !important;


  }
   .lazy__bg {
  transform:scale(1.5);
}

}
@media only screen and (min-width:1705px) and (max-width: 1930px){
.two-row .banner-entry:first-child {
    height: 580px !important;
}
.banner-entry {
  height: 580px !important;
 

  }
   .lazy__bg {
  transform:scale(1.5);
}

}
@media only screen and (min-width:1931px) and (max-width: 2070px){
.two-row .banner-entry:first-child {
    height: 480px !important;
}
.banner-entry {
  height: 480px !important;


  }
   .lazy__bg {
  transform:scale(1.5);
}

}
@media only screen and (min-width:2071px) and (max-width: 2400px){
.two-row .banner-entry:first-child {
    height: 480px !important;
}
.banner-entry {
  height: 480px !important;
  

  }
   .lazy__bg {
  transform:scale(1.5);
}

}
@media only screen and (min-width:2401px) and (max-width: 3200px){
.two-row .banner-entry:first-child {
    height: 480px !important;
}
.banner-entry {
  height: 480px !important;


  }
   .lazy__bg {
  transform:scale(1.5);
}

}

.s-contacts-item .unicode{
display:none;}

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

.s-comments-product{
background:var(--color-rgba-nav);
}

@media (min-width: 1280px) {
   section:nth-of-type(1) .container,
    section:nth-of-type(2) .container,
     section:nth-of-type(4) .container,
      section:nth-of-type(5) .container,
       section:nth-of-type(6) .container,
        section:nth-of-type(10) .container,
         section:nth-of-type(13) .container
     
         
 {
    max-width: 2400px;
  }
}
.s-product-card-vertical .s-button-primary-outline {

  font-size: 0.80rem!important;

}

@media only screen and (min-width: 1024px) {
  .main-menu li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: black;
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: #1f2937;
  color:black !important;
}


@media only screen and (max-width: 1024px) {
  .mm-spn li a, .mm-spn li > span {
   color: black;
  }
}

.s-breadcrumb-item {
  color: black;
}
  .mm-spn li a, .mm-spn li > span {
    color: black!important;
  }
}
.footer-is-light .store-footer .store-footer__inner{
    background: linear-gradient(45deg, #63BDA8, #FDFEDF, #FED5DB);
    color: #FE7EA1;
}
.footer-is-light .store-footer {
 background: linear-gradient(45deg, #63BDA8, #FDFEDF, #FED5DB);
    color: #FE7EA1;
}
@media (max-width: 1024px) {
    salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
        padding-right: 0rem;
    }
}
    .inner {
        padding: 0.2rem 0;
        background: #ffffff;
        box-shadow: 0 2px 4px 0 var(--color-rgba-nav);
    }
}
.s-product-card-sale-price:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    color: #000000 !important;
}