/* Add custom CSS styles below */ 
/* Global */
/*
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

:root {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
*/

body {
  background-color: #FFFAF1 !important;
}

.s-block.s-block--fixed-banner.wide-placeholder .container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}

.s-block {
  margin-top: 2rem;
}
/* End of Global */


/* Header */
.navbar-brand img {
  max-height: 5rem;
}

.main-nav-container, .top-navbar {
    background-color: #fffaf1;
}
/* End of Header */


/* Main Banner */
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
    margin-top: 0;
}
/* End of Main Banner */


/* Products Section */
.s-slider-block__title-left {
  display: none !important;
}

.s-slider-block__title {
    margin-bottom: 1.5rem;
    justify-content: center;
}

.s-slider-block__title h2 {
  color: #622D0D;
}

@media(min-width: 992px) {
  .s-slider-block__title h2 {
    font-size: 22px;
  }
}

.s-slider-block__title h2:after {
  content: ' ';
  display: block;
  border: 1px solid #622D0D;
  margin-top: .5rem;
}

.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *), .s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  background-color: #FFFAF1;
}

.s-product-card-vertical {
  border: 1px solid #622D0D;
  overflow: hidden;
}

.s-product-card-content {
    text-align: center;
    background-color: #FFFAF1;
    border-radius: 0;
}

.s-product-card-content-sub {
    justify-content: center;
}

@media(min-width: 992px) {
  .carousel-slider .swiper-wrapper > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.s-product-card-vertical img {
  transition: .3s;
}

.s-product-card-vertical:hover img {
  opacity : .9;
  transform : translateY(10px);
  transform : scale(1.);
}
/* End of Products Section */



/* Footer */
.footer-is-light .store-footer {
  background-color: #FFFAF1;
}

footer > div.store-footer__inner {
  background-color: #622D0D !important;
  color: #fff;
}

footer.store-footer * {
    justify-items: center;
}

.s-social-list.hydrated {
  place-content: center;
}

@media (min-width: 992px) {
    footer.store-footer .container.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: center;
    }
}

.store-footer__inner .container.grid>div p {
    margin: 10px auto;
}

footer.store-footer * {
    text-align: center;
}

@media (min-width: 1024px) {
    .store-footer__inner {
        padding-top: 2rem;
        padding-bottom: 0;
    }
}

@media (min-width: 640px) {
    .store-footer {
        margin-top: 2rem;
    }
}

.store-footer__inner .container.grid>div:nth-of-type(1) {
    padding-left: 0;
    grid-column: span 1 / span 2;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
  justify-content: center;
}
/* End of Footer */

section.s-block.s-block--features.container .grid .s-block--features__item {
  background-color: #FFFAF1;
  border: 1px solid #622D0D;
}