/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
@font-face {
  font-family: 'Alexandria';
  src: url('path/to/alexandria-font.woff2') format('woff2'),
       url('path/to/alexandria-font.woff') format('woff');
         font-family: 'Cairo';
  src: url('path/to/cairo-font.woff2') format('woff2'),
       url('path/to/cairo-font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 895px) and (max-width: 1080px) {
  .lazy__bg {
    transform: scale(.9)!important;
  }
}
@media only screen and (min-width: 1307px) and (max-width: 1508px) {
  .lazy__bg {
       transform: scale(.9)!important;
  }
}
:root {
  
    --color-primary: #Ad7686;
  --color-secondary: #Efbf9e;
  --color-light:#fff;
  --color-primary-reverse:#fff;

--color-rgba-nav:rgba(255, 255, 2555,0.3);
--color-rgba:rgba(255, 255, 255,0.4);
  /*--background-gradient:
linear-gradient(162deg, rgba(80, 14, 15,1) 0%, rgba(255, 233, 210,1) 100%);*/
}

body {
 font-family:'Cairo' ,'Alexandria', sans-serif;
    background:#fff;
    
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
    
}


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

::selection {
    background:white;
}


.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: var(--color-light);
}

.top-navbar .s-search-input , .btn--rounded-gray {
    border-style: solid;
    border-width:0px;
    border-color:white;
    background-color: var(--color-light);
    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-light);
opacity:0.7;
}

.s-search-product-title{
color:var(--color-light);
}
.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:#1a0f1f;;
  
}

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

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

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

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    color: var(--color-light);
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color:  var(--color-primary);
}
.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: 1.1rem;
    margin-right: 10px;
    height: auto;
    width: 102%;
    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: 1.1rem;
        margin-right: 2px;
        height: auto;
        width: 107%;
        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: var(--color-primary);
  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-primary);
    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-product-card-vertical {
    background:var(--color-secondary);
  
}

.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: var(--color-primary);
    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:#000;
}

.s-product-card-price {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: var(--color-primary)!important;
   
   
}
.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)
}

.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgba(229,231,235,var(--tw-border-opacity));
    --tw-bg-opacity: 1;
   
    color: var(--color-primary);
    border-radius: 15px;
    box-shadow: 0px 0px 10px var(--color-primary);
    font-weight: 500;
    margin: 0px 1.2rem;
    padding:1rem 2rem;
    
     animation-name: shadow;
  animation-duration: 10s;
  animation-timing-function: linear;
    animation-iteration-count: infinite;
  animation-direction: alternate;
   
}
@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;
    }
}


.store-footer h3 {
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    padding: 10px;
    border-radius: 25px;
    text-align: center;
    margin:auto;
  
    font-size: 25px;
    text-align:center;
   
    
}


.s-menu-footer-item:hover {
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1;
    color: var(--color-secondary);
}

.s-contacts-item:hover {
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1;
    color: var(--color-secondary);
}

.copyright-text p {
    --tw-text-opacity: 1;
    color: var(--color-primary);
    padding-top: 20px;
   
}

.store-footer__inner {
    border-bottom-width: 1px;
    border-style: none;
    border-bottom-color: rgba(255,255,255,.1);
    --tw-bg-opacity: 1;
    background-color: #1d1f1f;
    background-color: transparent;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border: none;
    justify-content: center;
     
 
}

.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: transparent!important;
 
}

.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: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/bRYQea/qVy0GYVFdqn39J2pXT17pg8vFZd7keCVfoDyCDCA.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 220px;
    animation-name: fade-in;
    animation-duration: 1.9s;
    transform: scale(0);
    border: none;
    background-color:#fff;
     
}

   @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)
    }
}
.footer-is-light .store-footer .store-footer__inner::before {
  text-align: center;
  content: "";
  display: block;
  height: 120px;
  width: 120px;
  
   
  margin: auto auto 20px;
  background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/bRYQea/qVy0GYVFdqn39J2pXT17pg8vFZd7keCVfoDyCDCA.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color:transparent;


animation: footerLogo 2s ease-in-out infinite;
 
}

@keyframes footerLogo {
  0% {
    transform: scale(1.0); 
  }
  50% {
    transform: scale(1.1); 
  }
  100% {
    transform: scale(1.0);
  }
}

.s-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: var(--color-secondary);
  font-size: 3rem;
  margin:auto;
  margin-bottom:1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: #d1d5db;
  color: var(--color-primary)!important;
}
.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: var(--color-secondary);
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: #d1d5db;
  color: var(--color-primary);
  
}
.s-placeholder-icon-md > svg {
  height: 3.5rem;
  width: 3.5rem;
  
  fill:var(--color-primary);
}
.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-light)!important;
}
.dayContainer {
 background:var(--color-rgba);
}
.flatpickr-day.selected {

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

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

.banner--fixed img  {
  margin-bottom: 0.5rem !important;
}
.store-footer p {
  color: #000;
  margin-bottom: 0;
  width:80%;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:0.6rem;
}
.store-footer a {
  color:white;
  text-align:center;
  
}
.store-footer a:hover {
  color:var(--color-primary);
  
}
.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);
}
.footer-is-light .store-footer {
  background: var(--color-light);
}
@media (min-width: 768px) {
  .md\:flex {
    display: block;
  }
}
.banner--fixed img {
  background:transparent!important;
}
@media (max-width: 768px) {
 .store-footer__inner p:first-of-type{
 width:100%;
var(--color-primary)!important;
  position:relative;
  text-align:center;
  font-weight:900;
}
.store-footer__inner p:first-of-type:after{

  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  height: 0.0rem;
  border-bottom: 1px solid rgba(243, 244, 246, var(--tw-border-opacity));;
  z-index: 1;
  width:100%;
  font-weight:900

}
.store-footer a:first-of-type h3:first-of-type{
display:none;
}
}
 .store-footer__inner p:first-of-type{
width:100%;
 color:white;
 text-align:center;
}

.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: 5.8rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
 color: var(--color-light);
 background-color:var(--color-secondary);
  
  padding: 0.75rem;
  text-align: center;
  transform:scale(0.94);

}
.slide--cat-entry:hover{

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

}
.slide--cat-entry i {
  margin-bottom: 1rem;
  display: inline-block;
 
  font-size: 33px;
   
  color: var(--color-light);
}
.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:#000 !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: #fff;
  }
}

.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-primary);
  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: 1rem;
}
   .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%;                  
}
.store-footer h3{
color:var(--color-primary);
}

.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-primary);
}

@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: white;
  
}
.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;
}


.store-footer p {
text-align:center;

}


.store-footer p  {
display:block;
}
@media (min-width: 640px) {
  .s-product-card-content {
    padding: 1rem!important;
  }
}


.swiper-wrapper .s-product-card-vertical{
height:400px;
}
.s-product-card-vertical{
height:400px;
}

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

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


.store-footer__inner p:first-of-type:after{

  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  height: 0.0rem;
  border-bottom: 1px solid rgba(243, 244, 246, var(--tw-border-opacity));;
  z-index: 1;
  width:0%;

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

}
.footer-is-light .store-footer .contact-social {

  border-color: var(--color-primary);
}
.store-footer a {
  color:var(--color-secondary);
 
}

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

@media (max-width: 768px) {


.new-h2 {
  font-size: 2.0rem;
  padding: 1.2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 80%; 
  margin: auto;
  border-radius: 50px; 
  background-color: var(--color-secondary);
  color: var(--color-light);
 
  border: 5px solid var(--color-primary); 
}
.new-div{
margin-bottom:1.0rem;
margin-top:0.0rem;
}

}
@media (min-width: 768px) {


.new-h2 {
  font-size: 2.0rem;
  padding: 1.2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 80%; 
  margin: auto;
  border-radius: 50px; 
  background-color: var(--color-secondary);
  color: var(--color-light);
 
  border: 5px solid var(--color-primary); 
}
.new-div{
margin-bottom:1.0rem;
margin-top:0.0rem;
}

}


  .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 {
 var(--color-primary)!important;
}
@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-light);

}

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


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

  }
  .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: 100%;
    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.3s !important;
}


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

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



.store-footer::after {
   content: "برمجة وتطوير |  ADFAZ ";
    top: 0;
    color: var(--color-primary)!important;
    font-size: 16px;
    opacity: .8;
    text-align: center;
    font-family: 'Alexandria';
    font-weight: 700;
    width: 100%;
    display: inline-block
}

.store-footer__inner h3{
color: var(--color-primary-reverse);
    background: var(--color-primary);
    padding: 12px 28px;
    border-radius: 16px;
    font-size: 1.8rem
    font-weight: 900;
  margin-bottom:1rem;
    box-shadow: 0 4px 12px var(--color-primary);
  
}
.store-footer__inner a:hover {
  color: var(--color-light);
}
.copyright-text a{ color: var(--color-primary)!important;}
.top-navbar{


background:transparent;
}



.s-contacts-icon {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}
.footer-is-light .store-footer .contact-social {
  border-color: var(--color-secondary);
}

@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;
}

.store-footer__inner h3{
padding:0.8rem;
}
.store-footer__inner a:hover{
color:#000;
}

.store-footer__inner a{
  color:#000;
}

.s-product-card-image-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.copyright-text a {
  color: var(--color-secondary);
}
.topnav-link-item{
color: var(--color-secondary);
}
@media only screen and (min-width: 1024px) {
  .top-navbar .s-search-input {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    width: 0%;
}
}
.s-user-menu-inline li a{

  color: var(--color-secondary);
}
.s-button-loader-end:hover span {
  color: var(--color-light);
}
.s-button-loader-end span {
  color: var(--color-light);
}
.product__description li{
color: var(--color-secondary);
}
#more-content p{
color:white !important;
}
#more-content p span{
color:white !important;
}
#more-content p strong{
color:var(--color-primary) !important;
}
#more-content h2 strong{
color:white !important;
}
#more-content h3 strong{
color:white !important;
}



article{
margin-top:0.4rem;
background:white!important;
padding:1.5rem;
border-radius:20px;
color:var(--color-primary);
}

.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:var(--color-light);

}
.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: 150px !important;
  

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

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

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

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


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

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

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


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

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

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


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

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


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

}
@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.8);
}

}
@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(.9);
}

}
@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(.9);
}

}
@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(.9);
}

}
@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(.9);
}

}
@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(.9);
}

}
@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(.9);
}

}

.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(3) .container,

       section:nth-of-type(9) .container

    
         
 {
    max-width: 2400px;
  }
}

article{
max-height: 1500px!important;
}
.swiper-wrapper .s-button-element:not(:disabled):not([loading]) {
  position: absolute;
  color : black ;
  bottom: 7px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 40px;
  background: #ffffff;
  left : 50px ; 
  
  font-size: 21px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.s-button-wide {
      width: 100%;
    border-radius: 15px
}
.s-button-btn, .s-price-range-number-input {
    border-radius: .75rem;
}
.s-button-outline {
    border-width: 1px;
    border-color: currentColor;
}


.sicon-shopping-bag:before {
	content: "\e901" !important;
	text-align: center !important;
}
.s-product-card-sale-price {
  flex-direction: column !important;
  display: flex !important;
}


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







.s-product-card-entry , .s-product-card-image {
  background: transparent !important;
}

.s-product-card-content {
    margin-top: 0 !important;
}
.feature-icon 
{
  animation: rotateImage 5s linear infinite;
  transform-origin: center;
}

@keyframes rotateImage {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.inner.bg-inherit::before {
animation: logoAnimation 3s infinite; }
.navbar-brand img {
  animation: logoAnimation 3s infinite;
}
@keyframes logoAnimation {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: scale(1.1) rotate(5deg);
    opacity: 0.9;
  }
  50% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  75% {
    transform: scale(1.1) rotate(-5deg);
    opacity: 0.9;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}




.s-product-card-vertical {
    flex-direction: column;
    border-radius: 30px;
    border: none;
    animation: boxShadowFade 2s ease-in-out infinite;
    border: 4px solid color-mix(in srgb, var(--1) 50%, transparent);
  border-radius: 6px;
}

@keyframes boxShadowFade {
  0% {
    box-shadow: none;
  }
  20% {
    box-shadow: 2px 2px 20px var(--color-primary);
  }
  80% {
    box-shadow: 2px 2px 20px var(--color-primary);
  }
  100% {
    box-shadow: none;
  }
}
.s-product-card-price {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: var(--color-secondary);
  padding-left: 20px;
} 
  .main-menu li.root-level > a:hover {
    color: #fff;
    background-color: var(  --color-primary);
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 3px 3px 0px 0px;
  
}
.feature-card {
  background: var(--background-gradient);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  padding: 56px 32px 44px;
  text-align: center;
  color: var(--color-primary);
  box-shadow: 0 6px 26px var(  --color-primary);}
  .main-nav-container.fixed-pinned .inner {
   box-shadow: 0 6px 26px var(  --color-primary); !important}
   @media only screen and (min-width: 1024px) {
  .inner {
  
  box-shadow: 0 6px 26px var(  --color-primary); !important}
  }
}
@media only screen and (min-width: 1509px) and (max-width: 1704px) {
  .lazy__bg {
    transform: scale(.9)  !important;
  }
}
@media only screen and (min-width: 401px) and (max-width: 480px) {
  .lazy__bg {
    transform: scale(.9) !important;
  }
}
@media only screen and (min-width: 267px) and (max-width: 350px) {
  .lazy__bg {
    transform: scale(.9) !important;
  }
}
@media only screen and (min-width: 593px) and (max-width: 754px) {
  .lazy__bg {
    transform: scale(.9) !important;
  }
}
.inner {
  background: #fff;
  box-shadow: 0 2px 4px 0 var(--color-rgba-nav) !important;
}
.banner-entry:hover  {
transform: translateY(-12px) scale(1.03)!important;
}




.s-product-card-content-title a {
    font-size: 16px;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
   
      padding: 2px;
        text-align: right;
          display: -webkit-box;         
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 1;        
  overflow: hidden;            
  text-overflow: ellipsis;      
  width: 100%;   
}
.s-block--features__item {
  background: var( --color-primary) !important;
}
#offers a {
  color: var(--color-secondary);
  display: none;
}