@import url("https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400;1,700&family=Miama&display=swap");
:root {
  --brand: #e3e0d7;
  --sub-brand: #040a0a;
  --grad-start: #e3e0d7;
  --grad-end: #040a0a;
}
a.navbar-brand {
    justify-content: center;
    background: #e1ddca;
    border-radius: 16px;
}
/* header */
.top-navbar {
  background: var(--brand);
  color: #fff;
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}

span.s-cart-summary-count {
  background: var(--sub-brand);
}

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

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

ul.main-menu.mm-spn--open {
  color: var(--sub-brand);
}
/* header */

/* banner */
salla-slider.photos-slider .swiper-slide {
  padding: 0;
  margin: 0;
  width: 100%;
}

section.s-block--photos-slider .swiper.s-slider-container {
  padding: 0;
}

section.s-block--fixed-banner.wide-placeholder .container,
section.s-block--fixed-banner.wide-placeholder .container * {
  border-radius: 0;
}
section.s-block--fixed-banner.wide-placeholder .container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
section.s-block--fixed-banner.wide-placeholder:nth-of-type(1) {
  margin: 0;
}

.grid.one-row.md\:grid-cols-3 * {
  border-radius: 0;
}
.grid.one-row.md\:grid-cols-3 {
  grid-template-columns: auto auto;
  gap: 0;
  grid-template-areas: "first sec" "first ther";
}

a.banner-entry.square-photos:nth-of-type(1) {
  grid-area: first;
  height: 100%;
}
a.banner-entry.square-photos:nth-of-type(2) {
  grid-area: sec;
}
a.banner-entry.square-photos:nth-of-type(3) {
  grid-area: ther;
}

@media (max-width: 600px) {
  .grid.one-row.md\:grid-cols-3 {
    display: flex;
    flex-direction: column;
  }
  a.banner-entry.square-photos:nth-of-type(1) {
    height: 222px;
  }
  a.banner-entry.square-photos:nth-of-type(2),
  a.banner-entry.square-photos:nth-of-type(3) {
    height: 113px;
  }
}
section.s-block.s-block--photos-slider {
  margin: 0;
}
/* banner */
/* ================== cat ================== */
a.slide--cat-entry {
  min-height: 550px;
  width: fit-content;
  border-radius: 16px;
  background: transparent;
  border: unset;
}

.slide--one-sixth a.slide--cat-entry i {
  color: transparent !important;
  width: 300px;
  height: 450px;
  background: var(--cat-img) transparent center / contain no-repeat;
  margin-bottom: 16px;
  border-radius: 16px;
}

.slide--one-sixth .slide--cat-entry h2 {
  width: 100%;
  position: relative;
  color: #212529;
  font-size: 20px;
  line-height: 120%;
}

.slide--one-sixth:nth-of-type(1) {
  --cat-img: url("https://i.ibb.co/V0VvSjsD/Component-7-4.png");
}
.slide--one-sixth:nth-of-type(2) {
  --cat-img: url(https://i.ibb.co/HfrfqSQT/Component-7-3.png);
}
.slide--one-sixth:nth-of-type(3) {
  --cat-img: url("https://i.ibb.co/k2HVG5Yd/Component-7-2.png");
}
.slide--one-sixth:nth-of-type(4) {
  --cat-img: url("https://i.ibb.co/m53SFGLD/Component-7-1.png");
}
.slide--one-sixth:nth-of-type(5) {
  --cat-img: url("https://i.ibb.co/N2qWKHqt/Component-7-5.png");
}
.slide--one-sixth:nth-of-type(6) {
  --cat-img: url("https://i.ibb.co/Z1fLm5xc/Component-7.png");
}

#main-links-1 .swiper-wrapper {
  align-items: flex-start;
}

#main-links-1 .swiper-slide.slide--one-sixth {
  width: auto !important;
  flex-shrink: 0;
}

a.slide--cat-entry {
  min-height: 550px;
  width: fit-content;
  border-radius: 16px;
  background: transparent;
  border: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide--one-sixth a.slide--cat-entry i {
  color: transparent !important;
  width: 300px;
  height: 450px;
  background: var(--cat-img) transparent center / contain no-repeat;
  margin-bottom: 16px;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .slide--one-sixth a.slide--cat-entry i {
    width: 180px;
    height: 270px;
  }

  a.slide--cat-entry {
    min-height: 330px;
  }

  .slide--one-sixth .slide--cat-entry h2 {
    font-size: 16px;
  }
}
/* ================== /cat ================== */
/* product */

.s-block__title {
  justify-content: center;
  margin-top: 2em;
  overflow: hidden;
}
.s-block__title .right-side {
  padding: 0;
}
.s-slider-block__title {
  margin-top: 2rem;
  justify-content: end;
}
.s-slider-block__title .s-slider-block__title-right {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--brand);
  width: fit-content;
  padding: 0;
  text-align: center;
}

/* heading text + gradient lines before/after */
.s-slider-block__title .s-slider-block__title-right h2,
.s-block__title .right-side h2 {
  font-size: 32px !important;
  padding: 0;
  color: var(--sub-brand);

  /* stroke around text */
  /* -webkit-text-stroke: 1.5px var(--grad-start); */
  /* paint-order: stroke fill; */

  /* layout for the lines */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .s-block__title .right-side {
    position: relative;
  }
  .s-slider-block__title .s-slider-block__title-right h2,
  .s-block__title .right-side h2 {
    font-size: 18px !important;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    gap: 10px;
    font-weight: 400;
  }

  .s-slider-block__title .s-slider-block__title-right {
    top: -3%;
  }
}
.s-product-card-content a,
.s-product-card-content h4 {
  color: var(--sub-brand);
}
.s-product-card-vertical {
  border-radius: 25px;
  border: 1px solid var(--brand);
  overflow: hidden;
}
.s-button-primary-outline:hover {
  background-color: var(--brand);
  color: var(--sub-brand);
}
/* product */
/* footer */
.store-footer__inner {
  background-color: #E3E0D7 !important;
}
.store-footer__inner *:not(a.flex.items-center.m-0) {
  color: #2C2C2C;
}

.store-footer__inner a.flex.items-center.m-0 {
  position: relative;
  color: transparent !important;
  width: 174px;
  height: 90px;
  margin-bottom: 1rem;
}
.store-footer__inner a.flex.items-center.m-0::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://cdn.files.salla.network/theme/1439647367/a28194cf-9f92-49bb-b053-c1de0740ee06_284x152.png") center /
    contain no-repeat;
}
/* footer */
.store-footer__inner a.flex.items-center.m-0 h3 {
  display: none;
}
.blog-single img.h-80.mb-10.w-full.object-cover.rounded-md,
a.post-entry__image.relative.overflow-hidden.hover\:opacity-90.w-full.h-56.bg-border-color.flex.items-center.justify-center {
  height: 100%;
}
.blog-single img.h-80.mb-10.w-full.object-cover.rounded-md,
a.post-entry__image.relative.overflow-hidden.hover\:opacity-90.w-full.h-56.bg-border-color.flex.items-center.justify-center {
  height: 100%;
}
/*******************/

.page-single .content.content--single-page.w-full.lg\:w-10\/12.bg-white.rounded.p-6.lg\:p-8.mt-4.lg\:mt-12 {

background:#e1ddca;width:100%
}


.page-single main#main-content > .container{margin:0;max-width:100%}
@media(max-width:600px){
a.navbar-brand {
    width: fit-content !important;
border-radius:8px;
}}