/* Add custom CSS styles below */ 
body {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: var(--main-text-color);
    position: relative;
    font-family: sans-serif;
    background: #f4f4e4;
}
.app-inner{
  background: #f4f4e4;
}

.bg-inherit {
background-color:#f4f4e4;
  border-radius: 20px;
  box-shadow: 0 3px 8px 0 #6c5c44;
}

.main-nav-container {
    min-height: 68px;
    background-color:#f4f4e4;
}
.top-navbar:not(.topnav-has-bg) {
    background-color: #f4f4e4;
    color: #6c5c44;
}
@media only screen and (min-width: 1024px) {
  .main-menu li > a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color:#6c5c44;
    display: inline-block;  
  }
 [class*=" sicon-"], [class^="sicon-"] {
  font-family: sallaicons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  color:#6c5c44;
}
.s-cart-summary-total {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0, 0, 0);
  color:#6c5c44;
} 

  

:root {
    --font-main: 'DINNextLTArabic-Regular';
    --color-primary:#6c5c44;
    --color-primary-dark: #002330;
    --color-primary-light: #266f7c;
    --color-primary-reverse: white;
} 
 .store-footer h3 {
    color: #6c5c44 !important;
 }
.leading-6 {
    line-height: 1.5rem;
    color:#6c5c44;
}  
.store-footer a {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color:#6c5c44;
      border: none;
}  
 .copyright-text p {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color:#6c5c44;    
} 
.unicode {
  unicode-bidi: plaintext;
  color:#6c5c44;
}
  @media only screen and (min-width: 1024px) {
  .main-menu li > a:hover {
    color:#6c5c44;
    text-decoration-line: none;
  }
}
h2 {
   color:#6c5c44;
} 
 .s-product-card-content-title a{
color:#6c5c44;
}
.s-product-card-price{
color:#6c5c44;
} 
 *, ::before, ::after {
    color:#6c5c44;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
Show all properties (1 more)
}
  .product-card__addToCart__btn salla-button:after {
    background: #f4f4e4;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease;
    width: 0;
    z-index: -1;
}
  .product-card__addToCart__btn salla-button {
    background: white;
    border: 0;
    color: #fff;
    display: flex;
    flex: 1;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    overflow: hidden;
    position: relative;
    text-transform: inherit;
    width: 100%;
    z-index: 1;
}
.enhanced-title-border {
    border: 2px solid #6c5c44;
    border-radius: 100%;
    display: block;
    height: 14px;
    margin: 15px auto;
    position: relative;
    width: 14px;
}
  .scroll-to-top path {
    stroke: #6c5c44;
    stroke-width: 4;
    box-sizing: border-box;
    fill: none;
}