:root {
  --brand: #638aea;
  --sub-brand: #a5e26a;
  --grad-start: #a5e26a;
  --grad-end: #638aea;
}

/* header */
.top-navbar {
  background: var(--brand);
  color: #fff;
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}

span.s-cart-summary-count {
  background: var(--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(--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;
  }
}
/* banner */
/* cat */
a.slide--cat-entry {
  min-height: 240px;
  justify-content: space-around;
  border-radius: 16px;
  background: transparent;
  border: unset;
}

.slide--one-sixth a.slide--cat-entry i {
  color: transparent !important;
  width: 120px;
  height: 120px;
  background: var(--cat-img) transparent center / contain no-repeat;
  margin-bottom: 16px;
  border-radius: 16px;
  /* box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24); */
}

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

.slide--one-sixth:nth-of-type(1) {
  --cat-img: url("https://i.ibb.co/Z1RZ7757/Frame-2085660650-5.png");
}
.slide--one-sixth:nth-of-type(2) {
  --cat-img: url("https://i.ibb.co/mpJwKxZ/Frame-2085660650-4.png");
}
.slide--one-sixth:nth-of-type(3) {
  --cat-img: url("https://i.ibb.co/6RvNGDdc/Frame-2085660650-3.png");
}
.slide--one-sixth:nth-of-type(4) {
  --cat-img: url("https://i.ibb.co/V0tN4BrS/Frame-2085660650-2.png");
}
.slide--one-sixth:nth-of-type(5) {
  --cat-img: url("https://i.ibb.co/YFRK5rWW/Frame-2085660650-1.png");
}
.slide--one-sixth:nth-of-type(6) {
  --cat-img: url("https://i.ibb.co/Y7tYGWdz/Frame-2085660650.png");
}

@media (min-width: 768px) {
  section.s-block--categories .swiper-wrapper {
    justify-content: space-around;
  }
}
/* 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(--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;
}

.s-slider-block__title .s-slider-block__title-right h2::before,
.s-slider-block__title .s-slider-block__title-right h2::after,
.s-block__title .right-side h2::before,
.s-block__title .right-side h2::after {
  content: "";
  flex: 1;
  min-width: 60px;
  max-width: 194px;
  height: 2px;
  border-radius: 2px;
  width: 190px !important;
}

/* line on the right of the text (start of row in RTL) */
.s-slider-block__title .s-slider-block__title-right h2::before,
.s-block__title .right-side h2::before {
  background: linear-gradient(to left, var(--grad-start), var(--grad-end));
}

/* line on the left of the text */
.s-slider-block__title .s-slider-block__title-right h2::after,
.s-block__title .right-side h2::after {
  background: linear-gradient(to right, var(--grad-start), var(--grad-end));
}

@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;
  }
  .s-slider-block__title .s-slider-block__title-right h2::before,
  .s-slider-block__title .s-slider-block__title-right h2::after,
  .s-block__title .right-side h2::before,
  .s-block__title .right-side h2::after {
    min-width: 30px;
    max-width: 60px;
  }
  .s-slider-block__title .s-slider-block__title-right {
    top: -6%;
  }
}
.s-product-card-content a,
.s-product-card-content h4 {
  color: var(--brand);
}
.s-product-card-vertical {
  border-radius: 25px;
  border: 1px solid var(--brand);
  overflow: hidden;
}
.s-button-primary-outline:hover {
  background-color: var(--sub-brand);
  color: #fff;
}
/* product */
/* footer */
.store-footer__inner {
  background: linear-gradient(to left, #21376b, #5878c5);
}
.store-footer__inner *:not(a.flex.items-center.m-0) {
  color: #fff;
}

.store-footer__inner a.flex.items-center.m-0 {
  position: relative;
  color: transparent !important;
  width: 200px;
  height: 47px;
  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/713814916/dbefa4ea-9f5a-4973-83e3-302df38efed1_500x113.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%;
}