@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif !important;
  background-color: #e2d9c9 !important;
}
.product-index .inner.bg-inherit.w-full *,.product-single .inner.bg-inherit.w-full * {color:#000 !important}
.product-index-offers .inner.bg-inherit.w-full .container *{
color:#000 !important
}
/* .swiper-slide.swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden *{border-radius:0 !important}

.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {padding:0}

section.s-block.s-block--photos-slider {
    margin-top: -168px;
}


.inner.bg-inherit.w-full {
    z-index: 99;
    background: transparent;
}
@media(max-width:600px){
section.s-block.s-block--photos-slider {
    margin-top: 0px;
}
} */
/******header&banners*******/
.sub-menu.w-56 * {
  color: #000000 !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) {
  margin-top: -84px;
}
@media (max-width: 600px) {
  section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) {
    margin-top: 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;
}

@media (min-width: 991px) {
  div#mainnav * {
    color: #fff;
  }
}
.main-nav-container.fixed-header .inner {
  /* From https://css.glass */
  background: rgba(181, 154, 106, 0.6);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.3px);
  -webkit-backdrop-filter: blur(8.3px);
  border: 1px solid rgba(181, 154, 106, 0.3);
}

custom-main-menu {
  display: flex;
  align-items: center;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(3)
  .container {
  max-width: 90%;
  margin: auto;
}
/******header&banners*******/
a.slide--cat-entry * {
  display: none;
}
a.slide--cat-entry {
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  width: 300px;
  padding: 0 !important;
  background-position: center;
  border-radius: 21px;
}
.swiper-slide.slide--one-sixth.swiper-slide:nth-of-type(1) a.slide--cat-entry {
  background-image: url("https://i.ibb.co/5XXZTGJT/image.webp");
}
.swiper-slide.slide--one-sixth.swiper-slide:nth-of-type(2) a.slide--cat-entry {
  background-image: url("https://i.ibb.co/ZR7RhVLg/1.webp");
}
.swiper-slide.slide--one-sixth.swiper-slide:nth-of-type(3) a.slide--cat-entry {
  background-image: url("https://i.ibb.co/tPZk7Rcf/2.webp");
}
.swiper-slide.slide--one-sixth.swiper-slide:nth-of-type(4) a.slide--cat-entry {
  background-image: url("https://i.ibb.co/Y4kVxKtX/3.webp");
}
.swiper-slide.slide--one-sixth.swiper-slide {
  width: fit-content;
}
@media (max-width: 600px) {
  a.slide--cat-entry {
    height: 150px;
    width: 150px;
  }
}
.s-slider-block__title {
  margin: 5% 0;
}
.s-slider-block__title * {
  padding: 0 !important;
}
section.s-block.s-block--categories .s-slider-block__title {
  margin: 5% 0;
  justify-content: center;
}
.s-slider-block__title * {
  padding: 0 !important;
}

section.s-block.s-block--categories .s-slider-block__title h2 {
  font-size: 50px;
  color: #45371d;
  position: relative;
}
section.s-block.s-block--categories .s-slider-block__title h2:before {
  position: absolute;
  content: "";
  width: 105%;
  height: 15px;
  background: #b59a6a;
  bottom: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2rem;
}
@media (max-width: 600px) {
  section.s-block.s-block--categories .s-slider-block__title h2 {
    font-size: 28px;
  }
  section.s-block.s-block--categories .s-slider-block__title h2:before {
    width: 105%;
    height: 8px;
    background: #b59a6a;
    bottom: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2rem;
  }
}
body.index .s-slider-block__title-right {
  display: none;
}
.s-slider-block__title-right {
  display: none;
}

img.s-product-card-image-contain.lazy.loaded {
  object-fit: cover;
  position: relative;
}
.s-product-card-image a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e2d9c9;
  background: linear-gradient(
    0deg,
    rgba(226, 217, 201, 0.67) 0%,
    rgba(237, 221, 83, 0) 59%
  );
  width: 100%;
  height: 100%;
}

.s-product-card-vertical {
  gap: 10px;
  background: transparent;
}

.s-product-card-image {
  border-radius: 1rem !important;
}
.s-product-card-content {
  border-radius: 1rem;
  background: #e6ded2;
}
.s-product-card-content {
  border-radius: 1rem;
  background: #e6ded2;
}

.s-product-card-content-title a {
  font-size: 1rem;
}

.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 600px) {
  .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.two-row .banner-entry:first-child {
  grid-row: span 1 / span 1;
}

a.banner-entry.square-photos {
  background: transparent;
}
footer.store-footer,
.store-footer__inner {
  background: #e9e3d7;
}
.store-footer__inner * {
  color: #b3976d;
  -webkit-text-stroke: 1px #766648;
}
.store-footer h3 {
  font-size: 28px;
}

a.flex.items-center.m-0 h3 {
  height: 100px;
  width: 200px;
  -webkit-text-stroke: 0px !important;
  position: relative;
  color: transparent;
}
a.flex.items-center.m-0 h3:before {
  content: "";
  position: absolute;
  background-image: url("https://i.ibb.co/ZppBLMhj/f-HS8v-KOi-DCicumy-U6fp-TQQCkx-Y1ztls-HZd-Ak-S6-Ol-1.webp");
  background-size: cover;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/**********/
a[href=""] {
  pointer-events: none;
  cursor: default;
}
a.post-entry__image.relative.overflow-hidden.hover\:opacity-90.w-full.h-56.bg-border-color.flex.items-center.justify-center {
  height: fit-content;
}
body.blog-single img.h-80.mb-10.w-full.object-cover.rounded-md {
  height: 100%;
}