/* 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;
}
.app-inner{
  background: #e4d5b8;
}
.bg-inherit {
background-color:#e4d5b8;
  border-radius: 20px;
  box-shadow: 0 3px 8px 0 black;
}

.main-nav-container {
    min-height: 68px;
    background-color:#e4d5b8;
}
@media only screen and (min-width: 1024px) {
  .main-menu li > a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color:black;
    display: inline-block;  
    transition: transform 0.3s ease;
  }
.main-menu li > a:hover {
    transform: translateY(-6px); /* تحرك لفوق 6 بيكسل */
  }
}
.banner--fixed img {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243, 244, 246);
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  -o-object-fit: cover;
  object-fit: cover;
  background-color:inherit;      
}
.banner-entry {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  border-radius:12%;
     transition: transform 0.3s ease-in-out;
}
.banner-entry{
    width: 42vw;
    min-height: 100px;
}
.lazy__bg{
    background-size: 100% 100%;
     background-size: contain!important;
     background-repeat:no-repeat!important;

}    
.gap-3{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    
}
@media only screen and (max-width: 600px) {
.banner-entry{
    height:auto;
}
}
@media (min-width: 768px) {
  @media (min-width: 768px) {
  .two-row .banner-entry:first-child {
    height: 403px !important;
  }

}
}
.s-block--features__item {
background-color: var(--third-color)!important; }
.s-block--features__item p {
color: black ;}
.text-with-border span {
color : white ;
 }
@media (max-width: 480px) {
  .banner-entry {
    width: 197px;
    height: 219px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .gap-3 {
    gap: 0.6rem;
  }
}

.s-button-primary-outline{
    background: #c6987d;
    color: black;
}
:root {
    --font-main: 'DINNextLTArabic-Regular';
    --color-primary:black;
    --color-primary-dark: #002330;
    --color-primary-light: #266f7c;
    --color-primary-reverse: white;
}
*, ::before, ::after {
    color:black;
    --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)
}
.s-product-card-vertical {
    flex-direction: column;
    box-shadow: 0 2px 6px black;
    border: 1px solid black;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  background: #e4d5b8;
}
.s-product-card-image img {
  height: 100%;
  opacity: 0;
  transition-duration: .5s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  width: 100%;
  background: #e4d5b8;
}
.s-product-card-content-title a {
  text-align: center;
}
.s-product-card-price {
  margin: auto;
}
.s-button-btn {
  background: #c6987d;
    color: black;
    border: none;
}
.s-button-btn:hover{
    background: #c6987d;
    color: black;
    border: none;
}
.carousel-slider .swiper-wrapper > div{
  margin-bottom:5px;
  margin-top: 14px;
  animation: moveUpDown 2s ease-in-out infinite;
}  

section {
    opacity: 0;
    transform: translateY(50px); /* Slide up effect */
    transition: opacity 1s ease, transform 1s ease;
}

section.visible {
    opacity: 1;
    transform: translateY(0);
}
.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(229, 231, 235, 1);
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color:#e4d5b8;
    border:none;
}
.store-footer {
  padding: 30px;
  font-size: 14px;
  text-align: center;
}
.py-4 {
    background-color:#e4d5b8;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color:#e4d5b8;
    --tw-text-opacity: 1;
}
@media(max-width:768px){
  .s-trust-badges-wrapper{
    margin: auto;
  }
}

.store-footer h3 {
  color: black !important;
  font-weight: bold;
  padding-top: 0.3rem;
  width: 100%;
  padding-bottom: 0.3rem;
}
.store-footer a {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color:black;
    border: none;
}
.leading-6 {
    line-height: 1.5rem;
    color:black;
}
.copyright-text p {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color:black;    
}
.s-contacts-icon {
  display: flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border: none;
}
.unicode {
  unicode-bidi: plaintext;
  color:black;
}
@media only screen and (min-width: 1024px) {
  .main-menu li > a:hover {
    color:black;
    text-decoration-line: none;
  }
}
@media(max-width:768px){
  .s-contacts-list-vertical{
      padding-right: 95px;
  }
}
.s-product-card-sale-price{
  text-align: center;
  margin: auto;
}
.s-product-card-content-subtitle {
  font-size: .875rem;
  line-height: 1.5rem;
  margin-bottom: .625rem;
  --tw-text-opacity: 1;
  color: #4b5563;
  color: rgba(75,85,99,var(--tw-text-opacity,1));
  text-align: center;
}