@media (min-width: 992px) {
  section.s-block.fixed-product
    .s-products-list-wrapper.s-products-list-vertical-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  section.s-block.fixed-product .s-product-card-vertical {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 10px;
    border: 1px solid #7e507370;
  }
  section.s-block.fixed-product .s-product-card-content {
    margin-left: 20px;
  }

  section.s-block.fixed-product .s-product-card-content {
    height: auto;
    justify-content: center;
    align-items: center;
  }

  section.s-block.fixed-product .s-product-card-content-footer.gap-2 {
    margin: 0;
  }

  section.s-block.fixed-product .s-product-card-image {
    width: 200px !important;
    max-width: 246px;
    height: AUTO !important;
  }

  section.s-block.fixed-product .s-product-card-vertical {
    height: fit-content;
  }
}
/***********/

article.sugary-banner-entry__text {
  display: none;
}

.sugary-banner-entry__image {
  width: 100% !important;
}

.slide--one-fifth.swiper-slide.swiper-slide {
  width: 300px;
}

.s-block__title h2 {
  font-size: 42px;
}

svg.brush-svg {
  bottom: 10px;
}

p.who-desc {
  color: #3f3f3fb8;
}

h2.who-title {
  color: #7e5073;
}

.who-content {
  right: 12%;
}

svg.brush-svg {
  opacity: 0.7;
}

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 (max-width: 600px) {
  .who-image {
    left: 7%;
     opacity: 0.6;
    height: 88%;
    width: 83%;
  }
p.who-desc,.who-label  {
    color: #000;
}
  p.who-desc {
    width: 260px;
  }

  .who-section {
    height: 800px;
  }
  p.who-desc {
    color: #3f3f3f;
  }
  .s-block__title h2 {
    font-size: 24px;
  }

  section.s-block.s-block--banners.container
    .slide--one-fifth.swiper-slide.swiper-slide {
    width: 60% !important;
  }

  section.s-block.s-block--banners.container salla-slider#-slider {
    margin: 8px !important;
  }
}

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

.s-product-card-content-sub {
  justify-content: center;
}
.s-slider-block__title .s-slider-block__title-right h2 {
  font-size: 2rem;
}

.s-slider-block__title .s-slider-block__title-right h2 {
  font-size: 2rem;
}

.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 100px;
  height: 100px !important;
}

.main-nav-container {
  height: 100px !important;
}

.navbar-brand img {
  height: 100px !important;
  max-height: 100px;
}

.main-nav-container.fixed-header .inner {
  height: 100px;
}
@media (max-width: 600px) {
  a.navbar-brand.flex.justify-center.items-center.col-span-1 {
    top: 0px !important;
  }
}
a.navbar-brand.flex.justify-center.items-center.col-span-1 {
  top: 30px !important;
}
@media (max-width: 600px) {
  a.navbar-brand.flex.justify-center.items-center.col-span-1 {
    top: 0px !important;
  }
}
.main-nav-container.fixed-header .inner {
  display: flex;
  align-items: center;
}


@media (min-width: 768px) {
ul.main-menu {
    flex-direction: column;
    align-items: start;
}}