/* Add custom CSS styles below */ 
.banner-entry {
  position: relative;
  height: 450px;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  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));
   background-color: white;
}
.banner--fixed img {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-style: none;
  --tw-bg-opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
 background-color: white;
}
.bg-inherit {
  background-color: #2c1c4c;
}
.flex-col {
  flex-direction: column;
  background-color: white;
}
  .s-block--features__item {
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: white;
  }
  .footer-is-light .store-footer .store-footer__inner {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: white;
  }
  :root {
  --font-main: 'Amazon-Ember';
  --color-primary: #2c1c4c;
  --color-primary-dark: #2c1c4c;
  --color-primary-light: #2c1c4c;
  --color-primary-reverse: #2c1c4c;
}
.s-product-card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
  background-color: white;
}

.swiper-wrapper > div {
border: 2px solid #2c1c4c;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  *, ::before, ::after {
  --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: ;
  --tw-contain-style: ;
  color: burlywood;
}
   .md\:flex {
    display: flex;
    background-color:white;
}

.s-cart-summary-total {
  font-weight: 600;
  --tw-text-opacity: 1;
   color: burlywood;
}
footer-is-light .store-footer {
  --tw-bg-opacity: 1;
  background-color: white;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.store-footer::after {
    content: "برمجة وتطوير ADFAZ";
    top: 0;
    font-size: 16px;
    opacity: .8;
    text-align: center;
    font-family: Edu VIC WA NT Beginner, cursive; 
    font-weight: 600;
    width: 100%;
    display: inline-block;
      background:#2c1c4c;
     color:wheat;
       border: 3px solid black; 
  border-radius: 20px; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
  padding: 20px; 

    }