/* header  */

custom-main-menu {
  display: flex;
  align-items: center;
}

a.navbar-brand {
  height: 80px !important;
  max-height: 100% !important;
  width: 80px !important;
  max-width: 100% !important;
}

a.navbar-brand img {
  width: 100%;
  height: 100% !important;
  max-height: 100% !important;
}

.inner.bg-inherit.w-full * {
  color: #502f18;
  border-color: #502f18;
  fill: #502f18;
}

span.s-cart-summary-count {
  background: #502f18;
  color: #fff !important;
}

ul.main-menu.mm-spn--open li span {
  transition: 0.3s;
  font-size: 24px;
  font-weight: 300;
}
ul.main-menu.mm-spn--open li:hover span {
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 600px) {
  a.navbar-brand {
    height: 50px !important;
    max-height: 100% !important;
    width: 50px !important;
    max-width: 100% !important;
  }
}
/* header  */
/* banners */
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) {
  margin: 0;
}

section.s-block.s-block--fixed-banner.wide-placeholder .container {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container * {
  border-radius: 0;
}
/* banners */
/* sq-banners */
a.banner-entry.square-photos {
  width: 400px !important;
  height: 300px;
  background-color: transparent;
}

.grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 600px) {
  .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  a.banner-entry.square-photos {
    width: 150px !important;
    height: 120px;
    background-color: transparent;
  }
}
/* sq-banners */
/* products  */

.s-product-card-vertical {
  border: 1px solid #502f18;
}

.s-slider-block__title {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.s-slider-block__title-right,
.s-block__title .right-side {
  position: absolute;
  left: 50%;
  padding: 0;
  transform: translateX(-50%);
  font-size: 36px;
}
.s-block__title .right-side h2 {
  font-size: inherit;
  color: #502f18;
}
.s-slider-block__title h2 {
  font-size: inherit;
  color: #502f18;
  padding: 0;
}
@media (max-width: 600px) {
  .s-block__title .right-side,
  .s-block__title .right-side {
    position: absolute;
    left: 50%;
    padding: 0;
    transform: translateX(-50%);
    font-size: 22px;
  }
  .s-block__title {
    padding: 20px 0;
  }

  .right-side {
    font-size: 22px !important;
  }

  .s-slider-block__title-right,
  .right-side {
    width: 100%;
    text-align: center;
    font-size: 22px;
  }

  .swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
    margin-top: 40px;
  }
}
.s-block__title {
  position: relative;
  justify-content: end;
}
.s-product-card-content-title a {
  font-size: 1.2rem;
}
/* products  */

/* footer  */
.store-footer__inner {
  background: #fff !important;
}

.store-footer__inner a.flex.items-center.m-0 {
  position: relative;
  color: transparent;
  width: 100px;
  height: 100px;
  margin-bottom: 1rem;
}
.store-footer__inner a.flex.items-center.m-0:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://cdn.files.salla.network/theme/1032514099/291415cd-6c85-4ed3-bfbd-38aa66a29b18_264x264.png);
  background-position: center;
  background-size: contain;
  top: -50%;
  left: -50%;
  transform: translate(50%, 50%);
}

footer.store-footer {
  background: #502f18 !important;
}

footer.store-footer
  .md\:flex.items-center.justify-between.py-4.container.text-center
  * {
  color: #fff !important;
}
/* footer  */
.grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
  margin-top: 50px !important;
}
@media (max-width: 600px) {
  .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    margin-top: 20px !important;
  }
}