@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap");
body {
  font-family: "Fustat", sans-serif;
  background-image: url("https://i.ibb.co/pBBxMr5D/06f9f9a80578aafffa72f23573c46d6e33041557-1-1-11zon.webp");
  background-size: cover;
}

/* header  */
.top-navbar {
  background: #ffff;
}
a.navbar-brand {
  padding: 10px;
  background: #ffff;
  border-radius: 16px;
}

.inner.bg-inherit.w-full {
  background: #7f4002;
}
.main-menu li.root-level > a {
  color: #fff;
}
.main-menu li.root-level > a:hover {
  color: #f08c00;
}

.inner.bg-inherit.w-full [class^="sicon-"],
[class*=" sicon-"],
b.s-cart-summary-total {
  color: #fff;
}

input.s-search-input {
  background: #f0ecda !important;
}

.main-nav-container.fixed-header .inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* header  */
/* banners  */
section.s-block:nth-of-type(1) {
  margin: 0 !important;
}

section.s-block.s-block--fixed-banner.wide-placeholder .container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(2)
  .container {
  padding: 0;
  margin: auto;
  max-width: 80%;
}
@media (max-width: 600px) {
  section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(2)
    .container {
    padding: 0;
    margin: auto;
    max-width: 100%;
  }
}
section.s-block.s-block--fixed-banner.wide-placeholder .container * {
  border-radius: 0;
}
.banner--fixed img,
.banner-entry {
  background-color: transparent;
}
/* banners  */
/* products  */

.s-product-card-content-main {
  text-align: center;
}

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

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
  background: #7f4002;
  color: #fff;
  border-radius: 6px;
}

.s-products-slider-card {
  border-radius: 2rem !important;
  border: 1px solid #7f4002;
  padding: 20px;
  background-color: #f6f6f6;
  margin-left: 10px;
}

.s-product-card-vertical {
  background: transparent;
}
a.s-slider-block__display-all {
  color: #000;
}
/* products  */
/* sections  */

.lazy__bg.lazy.bg-no-repeat.entered.loaded {
  /* background-position: center; */
  height: 100% !important;
  width: 100% !important;
  background-size: cover !important;
}

a.banner-entry.square-photos.has-overlay.with-hover {
  min-width: 250px !important;
  height: 400px;
  overflow: hidden;
  padding: 0;
  width: 250px;
  border-radius: 40em;
}

.grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
  place-items: center;
}

h3.text-with-border {
  border: none;
  padding: 0 !important;
}



.has-overlay.with-hover:after {
  width: 250px;
  right: 0 !important;
}
@media (max-width: 600px) {
  .lazy__bg.lazy.bg-no-repeat.entered.loaded {
    /* background-position: center; */
    height: 100% !important;
    width: 100% !important;
    background-size: contain !important;
  }

  a.banner-entry.square-photos.has-overlay.with-hover {
    min-width: 150px !important;
    height: 200px;
    overflow: hidden;
    padding: 0;
    width: 150px;
    border-radius: 40em;
  }

  .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    place-items: center;
  }

  h3.text-with-border {
    border: none !important;
    padding: 0 !important;
  }



  .has-overlay.with-hover:after {
    width: 150px;
    right: 0 !important;
    opacity: 0;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .banner-entry h3.text-with-border span,
  .banner-entry p {
    background: #753c03b3;
    width: 110px;
    align-self: center;
    padding: 10px;
    right: 0 !important;
  }
}
/* sections  */
/* footer  */
a.flex.items-center.m-0 h3 {
  height: 70px;
  width: 70px;

  position: relative;
  color: transparent;
}
a.flex.items-center.m-0 h3:before {
  content: "";
  position: absolute;
  background-image: url("https://i.ibb.co/6f4yjb4/LT4-ITHTd-Mzj-Ycv-JKg-Pu-Xxy-TT4iglsdy-XQodzgd-Rn-1.png");
  background-size: contain;
  height: 70px;
  width: 70px;
  background-repeat: no-repeat;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* footer  */
.blog-index img.h-full.w-full.object-cover {
    object-fit: contain;
}
.blog-single img.h-80.mb-10.w-full.object-cover.rounded-md {
    object-fit: contain;
}