@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-primary:  #d9a496;
  --color-secondary:   #9f726f;
  --color-light:#faeeea;
  --color-primary-reverse: #faeeea;

  --background-gradient:
linear-gradient(0deg, rgba(235,223,213,1) 0%, rgba(250,238,234,1) 100%);
}

body {
  font-family: 'Alexandria', sans-serif;
      background-image: url('https://i.postimg.cc/6Q0YdnKV/Artboard-23.png');
    background-size: cover; 
    background-position: center center; 
    background-repeat: repeat;
 
    
}


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


::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:20px;
   border-top-left-radius:20px;
 background: var(--color-primary);
}

.top-navbar .s-search-input , .btn--rounded-gray {
    border-style: solid;
    border-width:2px;
    border-color:white;
    background-color: white;
    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;
  color: var(--color-primary);
  border-color:var(--color-secondary);
  transition: 0.5s ease;
}
.top-navbar .s-search-input:focus , .btn--rounded-gray:focus {
  background-color:white;
  color: var(--color-primary);
  border-color:var(--color-secondary);
  opacity: 1;
  transition: 0.5s ease;
}

.s-search-icon svg {
    height: 1rem;
    width: 1rem;
    opacity:0.7;
    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:white;
  box-shadow: 0 2px 4px 0 rgba(217,164,150,0.3);
  }
@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:white;
  box-shadow: 0 2px 4px 0 rgba(217,164,150,0.3);
  }
  .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:2px;
    border-color:var(--color-primary);
  
}

.sicon-user-circle:hover {
    content: "\f072";
    color: var(--color-primary);
    background-color:var(--color-secondary);
    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:2px;
    border-color:var(--color-primary);
    background-color:transparent;
}

.header-btn__icon.icon:hover {
    margin-left: 9px;
    margin-right: 0;
    margin-right: initial;
    color: var(--color-primary);
    background-color:var(--color-secondary);
    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 rgba(217,164,150,0.3);
  
}
.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:0px;
padding-bottom:0px;
}
.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: white;
    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;
    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: var(--color-primary)!important
}

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

.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-secondary);
    border: solid 2px white;
}

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

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

.s-product-card-content {
    position: absolute;
    display: flex;
    top:20%;
  bottom:0%;
  opacity:0;
    left:0;
    right:0;
    flex-direction: column;
      align-items: center;
       justify-items: center;
       align-content: center;
       justify-content: center;
    border-radius:0px 0px 10px 40px;
     transform: translateY(5%); 
  transition: transform 0.3s ease-in-out;
 overflow:hidden;
padding:0.4rem;
background:rgba(229,229,231,0.8);
}

.s-product-card-vertical {
    background:transparent;
    overflow:hidden;
}
.s-product-card-content .s-button-primary-outline {
  
     color: white;
    background: var(--color-secondary);
    border: solid 2px var(--color-primary);

    display:flex;
    align-items:center;
    justify-content:center; 
    width:100%;

    margin:auto;  
                
}



.s-product-card-content .s-button-primary-outline:hover {
   width:100%;
      color: var(--color-secondary);
    background:var(--color-light);
    border: solid 2px var(--color-secondary);
}
.s-product-card-content-footer {
  margin-top: 0;
  display: flex;
  align-items: center;
  overflow:hidden;
  
}

.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-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 {
    display: block;
    font-size: .80rem;
    line-height: 1.2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: var(--color-secondary);
    text-align: center;
 
   
}
.s-product-card-content-title a:hover {
    display: block;
    font-size: .8rem;
    line-height: 1.2rem;
    font-weight: 700;
    
    --tw-text-opacity: 1;
   color: var(--color-primary);
}

.s-product-card-price {
    font-size: .875rem;
    line-height: 0.9rem;
    font-weight: 700;
    color:  var(--color-secondary);
    border: 2px solid var(--color-primary);
  background:rgba(250,238,234,0.8);
  width:fit;
  padding:0.5rem;
  text-align:center;
  border-radius: 10px;
   
}
.s-product-card-image{
 padding:0px;
 margin-bottom:0rem;
 border-radius: 10px 40px;
 background-color: var(--color-secondary);
  position: relative;
  overflow:hidden;
  
}

.s-product-card-image img{
  border-radius: 10px 40px;
  border-style: solid;
  border-color:var(--color-primary);
  border-width:2px;
  overflow:hidden;

}
.s-product-card-vertical .s-product-card-image {
   border:none;
    background-color: transparent;
    overflow:hidden;
    
}
.s-product-card-vertical:hover .s-product-card-content {
overflow:hidden;
     transform: translateY(0);
  opacity:1;
   
  
}

.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: var(--color-secondary)!important;
    border: solid 2px var(--color-primary)!important;
}
.s-product-card-vertical .s-product-card-wishlist-btn button:hover  {

    background: var(--color-light)!important;
    border: solid 2px var(--color-primary)!important;
    transition: all 0.2s 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:var(--color-primary)!important;
transition: all 0.2s ease;

}

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

}

.s-product-card-entry {
    transition: transform .2s ease-in-out;
     overflow:hidden;

}

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

.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;
    background-color: #043452;
    background-color: rgba(243,244,246,var(--tw-bg-opacity));
  background: var(--background-gradient);
    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:#faeeea url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/LjaJ/U40joPOb3h16VfBU2kRG9bgvW8U9dnwTvYX7MEhr.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px;
    animation-name: fade-in;
    animation-duration: 1.5s;
    transform: scale(0);
    border: 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)
    }
}
.footer-is-light .store-footer .store-footer__inner::before {
  text-align: center;
  content: "";
  display: block;
  height: 120px;
  width: 190px;

  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/LjaJ/U40joPOb3h16VfBU2kRG9bgvW8U9dnwTvYX7MEhr.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;
}



.store-footer::after {
    content: "برمجة وتطوير \00a0 \00a0 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
}





.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-color:var(--color-secondary);
}
.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;
}
.store-footer p {
  color: var(--color-primary);
  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:rgba(217,164,150,0.4);
  
}
.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%;
 color:var(--color-secondary);
  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(6, 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: 5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
 color: white;
 background-color:var(--color-secondary);
  
  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-secondary)!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: 70px;
  width: 70px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(217,164,150,0.6);
  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-secondary);
}
@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: 1rem;
}
   .navbar-brand img {
  max-height: 3rem;
  width: auto;
  max-width: 100px;
   animation-name: scale;
  animation-duration: 7s;
  animation-timing-function: linear;
    animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes scale {
    0% {
        
        transform: scale(1.0);
    }


    50% {
       
        transform: scale(1.2);
    }
 
  
    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-primary);
}
.no-content-placeholder .icon {

    color: var(--color-primary);
}
.s-products-list-placeholder span svg {
   
    fill: var(--color-primary);
   
}
#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: 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;
  }
}

.s-contacts-list div:nth-child(2) {
  display: none;
}
.swiper-wrapper .s-product-card-vertical{
height:280px;
}
.s-product-card-vertical{
height:280px;
}
.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) {


.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 (min-width: 1280px) {
  .container {
    max-width: 1260px;
    
  }
}

@media (max-width: 768px) {


.new-h2 {
    font-size: 1.2rem;
    padding:1.2rem 0;
    color: white;
    font-weight: bold;
  text-align:center;
  position: relative;
  width:80%;
  margin:auto;
  border-radius:30px;
  background-color: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 0;
    color: white;
    font-weight: bold;
  text-align:center;
  position: relative;
  width:80%;
  margin:auto;
  border-radius:30px;
  background-color: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 {
  color:var(--color-secondary);
}


@media (min-width: 640px) {
  .sm\:gap-8 {
    gap: 0rem;
  }
}
.gap-3 {
  gap: 0.0rem;
}
.banner-entry {
    width: 42vw;
    min-height: 100px;
     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(1.9);
 
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
@media only screen and (min-width:895px) and (max-width: 1080px){
.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:1081px) and (max-width: 1306px){
.two-row .banner-entry:first-child {
    height: 580px !important;
}
.banner-entry {
  height: 580px !important;
  
  }
   .lazy__bg {
  transform:scale(1.50);
}

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

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

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

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

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

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

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

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

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

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

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

}