@font-face {
  font-family: "Mandy Barlow";
  font-weight: 500;
  src: url("https://fonts.shopifycdn.com/barlow/barlow_n5.a193a1990790eba0cc5cca569d23799830e90f07.woff2") format("woff2");
}

@font-face {
  font-family: "Mandy Barlow";
  font-weight: 700;
  src: url("https://fonts.shopifycdn.com/barlow/barlow_n7.691d1d11f150e857dcbc1c10ef03d825bc378d81.woff2") format("woff2");
}

:root {
  --mh-accent: #edf9ff;
  --mh-surface-soft: #f9fdff;
  --mh-surface-accent: var(--mh-accent);
  --mh-card-accent: rgb(237 249 255);
  --mh-footer: var(--mh-surface-soft);
  --mh-text: #000;
  --mh-muted: rgba(0, 0, 0, 0.64);
  --mh-border: rgba(0, 0, 0, 0.12);
  --mh-container: min(100vw - 0px, 100vw);
  --mh-content-container: min(100vw - 0px, 100vw);
  --mh-page-container: min(100vw - 0px, 1060px);
  --mh-gutter: clamp(20px, 5vw, 52px);
  --mh-radius: 12px;
}

img {
  max-width: 100%;
}

button {
  border-radius: 0.75rem;
}

.mh-storefront {
  box-sizing: border-box;
  color: var(--mh-text);
  font-family: "Mandy Barlow", Barlow, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}

.mh-storefront *,
.mh-storefront *::before,
.mh-storefront *::after {
  box-sizing: inherit;
}

body.mh-storefront .mh-main {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.mh-storefront a {
  color: inherit;
  text-decoration: none;
}

.mh-storefront a,
.mh-storefront a:visited,
.mh-storefront a:hover,
.mh-storefront a:focus {
  -webkit-text-fill-color: currentColor;
}

.mh-storefront button,
.mh-storefront input,
.mh-storefront select,
.mh-storefront textarea {
  color: var(--mh-text);
  font: inherit;
}

.mh-storefront input:not([type="button"]):not([type="submit"]):not([type="reset"]),
.mh-storefront select,
.mh-storefront textarea {
  -webkit-text-fill-color: var(--mh-text);
  background-color: #fff;
}

.mh-storefront select,
.mh-storefront option {
  color: var(--mh-text) !important;
  -webkit-text-fill-color: var(--mh-text) !important;
}

.mh-storefront option {
  background-color: #fff;
}

.mh-storefront ::placeholder {
  color: var(--mh-muted);
  opacity: 1;
  -webkit-text-fill-color: var(--mh-muted);
}

.mh-storefront a[x-apple-data-detectors],
.mh-storefront a[href^="tel"],
.mh-storefront a[href^="mailto"] {
  color: inherit !important;
  text-decoration: none !important;
  -webkit-text-fill-color: currentColor !important;
}

@media (hover: none), (pointer: coarse), (max-width: 780px) {
  body.mh-storefront,
  body.mh-storefront .mh-main {
    color: var(--mh-text);
  }

  body.mh-storefront a:any-link,
  body.mh-storefront .woocommerce a:any-link {
    color: inherit;
    -webkit-text-fill-color: currentColor;
  }

  body.mh-storefront input,
  body.mh-storefront textarea,
  body.mh-storefront select,
  body.mh-storefront option,
  body.mh-storefront .input-text,
  body.mh-storefront .select2-container,
  body.mh-storefront .select2-selection,
  body.mh-storefront .select2-selection__rendered {
    color: var(--mh-text) !important;
    -webkit-text-fill-color: var(--mh-text) !important;
  }

  body.mh-storefront input::placeholder,
  body.mh-storefront textarea::placeholder {
    color: var(--mh-muted) !important;
    opacity: 1;
    -webkit-text-fill-color: var(--mh-muted) !important;
  }

  body.mh-storefront button,
  body.mh-storefront .button {
    color: inherit;
    -webkit-text-fill-color: currentColor;
  }
}

.mh-skip-link {
  background: #fff;
  color: #000;
  font-weight: 700;
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  top: 12px;
  transform: translateY(-160%);
  z-index: 999;
}

.mh-skip-link:focus {
  transform: translateY(0);
}

.mh-container {
  margin: 0 auto;
  max-width: var(--mh-container);
  padding-left: var(--mh-gutter);
  padding-right: var(--mh-gutter);
  width: 100%;
}

.mh-collection .mh-container,
.mh-cart .mh-container {
  max-width: var(--mh-content-container);
}

.mh-product .mh-container {
  max-width: none;
  padding-left: 48px;
  padding-right: 48px;
}

.mh-page .mh-container {
  max-width: var(--mh-page-container);
}

.mh-search .mh-container {
  max-width: var(--mh-content-container);
}

.mh-announcement {
  align-items: center;
  background: var(--mh-announcement-gradient, var(--mh-accent));
  color: #d07a7a;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  min-height: 47px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}

.mh-announcement__track {
  animation: mh-marquee 86s linear infinite;
  display: flex;
  flex-wrap: nowrap;
  min-width: max-content;
  width: max-content;
  will-change: transform;
}

.mh-announcement:hover .mh-announcement__track,
.mh-announcement.is-paused .mh-announcement__track {
  animation-play-state: paused;
}

.mh-announcement__group {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 72px;
  padding: 0 72px 0 0;
}

.mh-announcement__group i {
  background: #c88884;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 auto;
  height: 4px;
  opacity: 0.8;
  width: 4px;
}

.mh-header {
  background: #fff;
  border-bottom: 1px solid var(--mh-border);
  position: sticky;
  top: 0;
  z-index: 30;
}

.mh-header__inner {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 210px minmax(0, 1fr) 180px;
  max-width: none;
  min-height: 92px;
  padding-left: 52px;
  padding-right: 52px;
}

.mh-logo {
  align-items: center;
  display: inline-flex;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
}

.mh-logo img {
  display: block;
  height: auto;
  max-height: 50px;
  max-width: 175px;
  min-height: 44px;
  min-width: 160px;
  object-fit: contain;
  width: 160px;
}

.mh-nav {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
  min-width: 0;
}

.mh-menu,
.mh-mobile-menu,
.mh-footer-menu {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mh-menu > li,
.mh-mobile-menu > li {
  position: relative;
}

.mh-menu .sub-menu {
  background: #fff;
  border: 1px solid var(--mh-border);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 240px;
  padding: 16px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.mh-menu > li:hover > .sub-menu {
  display: grid;
  gap: 10px;
}

.mh-nav a,
.mh-drawer__nav a {
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  gap: 6px;
  line-height: 1.15;
  white-space: nowrap;
}

.mh-drawer-menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  margin-left: 6px;
  padding: 0;
  vertical-align: middle;
  width: 28px;
}

.mh-drawer-menu-toggle::before {
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  content: "";
  display: block;
  height: 8px;
  transform: rotate(45deg) translateY(-1px);
  transform-origin: center;
  transition: transform 180ms ease;
  width: 8px;
}

.mh-drawer li.is-open > .mh-drawer-menu-toggle::before {
  transform: rotate(-135deg);
}

.mh-menu > .menu-item-has-children > a::after {
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: 7px;
  margin-left: 4px;
  margin-top: -5px;
  transform: rotate(45deg);
  width: 7px;
}

.mh-header__actions {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  min-width: 0;
}

.mh-localization {
  background: transparent;
  border: 0;
  font-weight: 700;
  padding: 0;
}

.mh-header__link,
.mh-icon-button,
.mh-drawer__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 34px;
}

.mh-header__link svg,
.mh-drawer__close svg,
.mh-product-card__image button svg,
.mh-filter-button svg {
  height: 22px;
  width: 22px;
}

.mh-cart-link span {
  align-items: center;
  background: #000;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 10px;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 5px;
  position: absolute;
  right: -4px;
  top: 0;
}

.mh-cart-link span.is-empty {
  display: none;
}

.mh-lock {
  overflow: hidden;
}

.mh-mobile-only,
.mh-drawer {
  display: none;
}

.mh-desktop-only {
  display: inline-flex;
}

.mh-shopify-hero {
  background: #f2f2f2;
}

.mh-hero-carousel {
  overflow: hidden;
  position: relative;
}

.mh-hero-carousel .swiper-slide {
  height: auto;
}

.mh-hero-carousel__pagination {
  align-items: center;
  bottom: 18px;
  display: flex;
  gap: 8px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 5;
}

.mh-hero-carousel__pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.16);
  height: 8px;
  margin: 0 !important;
  opacity: 1;
  width: 8px;
}

.mh-hero-carousel__pagination .swiper-pagination-bullet-active {
  background: #111;
  border-color: #111;
}

.mh-search-drawer,
.mh-cart-drawer {
  background: rgba(0, 0, 0, 0.32);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 120;
}

.mh-search-drawer.is-open,
.mh-cart-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mh-search-drawer__panel {
  background: #fff;
  box-shadow: -18px 0 44px rgba(0, 0, 0, 0.08);
  display: grid;
  gap: 22px;
  grid-template-rows: auto auto auto auto;
  align-content: start;
  height: 100%;
  margin-left: auto;
  max-width: 520px;
  overflow: auto;
  padding: 34px 38px;
  transform: translateX(100%);
  transition: transform 220ms ease;
  width: min(92vw, 520px);
}

.mh-search-drawer.is-open .mh-search-drawer__panel {
  transform: translateX(0);
}

.mh-search-drawer__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.mh-search-drawer__header h2 {
  font-size: 26px;
  line-height: 1.1;
  margin: 0;
}

body.mh-storefront .mh-search-drawer__form {
  display: grid;
  gap: 18px;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

body.mh-storefront .mh-search-drawer__form label {
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
  line-height: 1;
}

body.mh-storefront .mh-search-drawer__form > div {
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--mh-border);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  height: 40px;
  margin: 0;
  min-height: 0;
  padding: 0;
  width: 100%;
}

body.mh-storefront .mh-search-drawer__form input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--mh-text);
  display: block;
  font: inherit;
  height: 38px;
  line-height: 38px;
  margin: 0;
  max-width: none;
  min-width: 0;
  outline: 0;
  padding: 0 12px;
  width: 100%;
}

body.mh-storefront .mh-search-drawer__form input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

body.mh-storefront .mh-search-drawer__form button[type="submit"] {
  -webkit-appearance: none;
  align-items: center;
  background: #000;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  height: 40px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  min-height: 0;
  padding: 0;
  width: 40px;
}

body.mh-storefront .mh-search-drawer__form input[type="search"]:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
}

body.mh-storefront .mh-search-drawer__form button[type="submit"]:focus-visible {
  outline: 2px solid var(--mh-text);
  outline-offset: 2px;
}

body.mh-storefront .mh-search-drawer__form svg {
  display: block;
  height: 18px;
  width: 18px;
}

.mh-search-drawer__suggestions {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

.mh-search-drawer__suggestions span {
  color: var(--mh-muted);
  flex: 0 0 100%;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.mh-search-drawer__suggestions a {
  border: 1px solid var(--mh-border);
  border-radius: 999px;
  font-weight: 700;
  justify-self: start;
  padding: 8px 14px;
}

.mh-search-drawer__results {
  display: grid;
  gap: 12px;
}

.mh-search-drawer__results:empty {
  display: none;
}

.mh-search-result {
  align-items: center;
  color: var(--mh-text);
  display: grid;
  gap: 12px;
  grid-template-columns: 64px minmax(0, 1fr);
  text-decoration: none;
}

.mh-search-result__image {
  background: #f6f6f6;
  height: 64px;
  overflow: hidden;
  width: 64px;
}

.mh-search-result__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mh-search-result__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.mh-search-result__type {
  color: var(--mh-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.mh-search-result__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.mh-search-result__price,
.mh-search-result__empty {
  color: var(--mh-muted);
  font-size: 13px;
}

.mh-search-result__all {
  border-top: 1px solid var(--mh-border);
  color: var(--mh-text);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  margin-top: 4px;
  padding-top: 14px;
  text-decoration: none;
}

.mh-cart-drawer__panel {
  background: #fff;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
  margin-left: auto;
  max-width: 460px;
  transform: translateX(100%);
  transition: transform 220ms ease;
  width: min(92vw, 460px);
}

.mh-cart-drawer.is-open .mh-cart-drawer__panel {
  transform: translateX(0);
}

.mh-cart-drawer__header {
  align-items: center;
  border-bottom: 1px solid var(--mh-border);
  display: flex;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 24px;
}

.mh-cart-drawer__header h2 {
  font-size: 24px;
  margin: 0;
}

.mh-cart-drawer__body {
  overflow: auto;
  padding: 24px;
}

.mh-cart-drawer__empty {
  align-content: center;
  display: grid;
  gap: 22px;
  min-height: 420px;
  text-align: center;
}

.mh-cart-drawer__empty p {
  color: var(--mh-muted);
  font-size: 18px;
  margin: 0;
}

.mh-mini-cart {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mh-mini-cart__item {
  display: grid;
  gap: 14px;
  grid-template-columns: 86px minmax(0, 1fr);
  padding-bottom: 18px;
}

.mh-mini-cart__item:not-last-child {
  border-bottom: 1px solid var(--mh-border);
}

.mh-mini-cart__image {
  display: block;
}

.mh-mini-cart__image img {
  display: block;
  height: 86px !important;
  object-fit: cover;
  width: 86px !important;
}

.mh-mini-cart__info {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.mh-mini-cart__heading {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.mh-mini-cart__title {
  color: var(--mh-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  min-width: 0;
  text-decoration: none;
}

.mh-mini-cart__remove {
  align-items: center;
  color: var(--mh-muted) !important;
  display: inline-flex;
  font-size: 20px;
  height: 24px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 24px;
}

.mh-mini-cart__remove.is-loading {
  opacity: 0.45;
  pointer-events: none;
}

.mh-mini-cart__variation,
.mh-mini-cart__meta {
  color: var(--mh-muted);
  font-size: 12px;
  line-height: 1.35;
}

.mh-mini-cart__variation dl,
.mh-mini-cart__variation dd,
.mh-mini-cart__variation p {
  margin: 0;
}

.mh-mini-cart__variation dl {
  display: grid;
  gap: 2px;
}

.mh-mini-cart__variation dt {
  font-weight: 700;
}

.mh-mini-cart__variation dl > div {
  align-items: baseline;
  display: flex;
  gap: 4px;
  min-width: 0;
}

.mh-mini-cart__variation dd {
  min-width: 0;
}

.mh-mini-cart__meta {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 2px;
}

.mh-mini-cart__total {
  border-top: 1px solid var(--mh-border);
  display: flex;
  justify-content: space-between;
  margin: 24px 0 16px;
  padding-top: 18px;
}

.mh-mini-cart__total strong,
.mh-mini-cart__total .amount {
  font-size: 18px;
  font-weight: 700;
}

.mh-mini-cart__actions {
  display: grid;
  gap: 10px;
}

.mh-mini-cart__actions .mh-button {
  width: 100%;
}

.mh-cart-drawer .woocommerce-mini-cart {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mh-cart-drawer .woocommerce-mini-cart-item {
  border-bottom: 1px solid var(--mh-border);
  display: block;
  min-height: 110px;
  padding: 0 0 18px 0;
  position: relative;
}

.mh-cart-drawer .woocommerce-mini-cart-item > a:not(.remove) {
  display: grid;
  gap: 14px;
  grid-template-columns: 86px minmax(0, 1fr);
  min-height: 86px;
  padding-right: 28px;
}

.mh-cart-drawer .woocommerce-mini-cart-item .remove {
  align-items: center;
  background: transparent;
  color: var(--mh-muted) !important;
  display: inline-flex;
  font-size: 20px;
  height: 24px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 24px;
  z-index: 1;
}

.mh-cart-drawer .woocommerce-mini-cart-item img {
  display: block;
  height: 86px !important;
  object-fit: cover;
  width: 86px !important;
}

.mh-cart-drawer .woocommerce-mini-cart-item dl,
.mh-cart-drawer .woocommerce-mini-cart-item dd,
.mh-cart-drawer .woocommerce-mini-cart-item p {
  margin: 0;
}

.mh-cart-drawer .woocommerce-mini-cart-item dl {
  color: var(--mh-muted);
  display: grid;
  font-size: 12px;
  gap: 4px;
  grid-template-columns: auto minmax(0, 1fr);
  line-height: 1.35;
  margin: 6px 0 0 100px;
  max-width: calc(100% - 100px);
}

.mh-cart-drawer .woocommerce-mini-cart-item dt {
  float: none;
  font-weight: 700;
  margin: 0;
}

.mh-cart-drawer .woocommerce-mini-cart-item dd {
  min-width: 0;
}

.mh-cart-drawer .woocommerce-mini-cart-item .quantity {
  color: var(--mh-muted);
  display: block;
  font-size: 13px;
  margin: 8px 0 0 100px;
}

.mh-cart-drawer .woocommerce-mini-cart__total {
  border-top: 1px solid var(--mh-border);
  display: flex;
  justify-content: space-between;
  margin: 24px 0 16px;
  padding-top: 18px;
}

.mh-cart-drawer .woocommerce-mini-cart__total strong,
.mh-cart-drawer .woocommerce-mini-cart__total .amount {
  font-size: 18px;
  font-weight: 700;
}

.mh-cart-drawer .woocommerce-mini-cart__buttons {
  display: grid;
  gap: 10px;
}

.mh-shopify-hero__slide {
  display: block;
}

.mh-shopify-hero__slide picture {
  display: block;
}

.mh-shopify-hero__slide img {
  display: block;
  width: 100%;
}

.mh-hero {
  min-height: min(760px, calc(100vh - 134px));
  overflow: hidden;
  position: relative;
}

.mh-hero__media {
  inset: 0;
  position: absolute;
}

.mh-hero__media::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.08));
  content: "";
  inset: 0;
  position: absolute;
}

.mh-hero__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mh-hero__content {
  color: #fff;
  max-width: 720px;
  padding-bottom: 96px;
  padding-top: 132px;
  position: relative;
  z-index: 1;
}

.mh-hero__content p,
.mh-hero__content div {
  font-size: 16px;
  line-height: 1.7;
  max-width: 540px;
}

.mh-hero__content p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.mh-hero__content h1 {
  font-size: clamp(40px, 6vw, 76px);
  line-height: 0.98;
  margin: 0 0 24px;
}

.mh-button,
.mh-storefront .button,
.mh-storefront button.single_add_to_cart_button,
.mh-storefront .wc-block-cart__submit-button {
  align-items: center;
  background: var(--mh-accent);
  border: 0;
  border-radius: 999px;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  text-decoration: none;
}

.mh-button--dark,
.mh-storefront button.single_add_to_cart_button {
  background: #000;
  color: #fff;
}

.mh-button--dark,
.mh-button--dark:visited,
.mh-button--dark:hover,
.mh-button--dark:focus,
.mh-cart-drawer__empty .mh-button--dark {
  color: #fff;
}

body.mh-storefront .mh-button.mh-button--dark,
body.mh-storefront a.mh-button.mh-button--dark,
body.mh-storefront .mh-button.mh-button--dark:visited,
body.mh-storefront .mh-button.mh-button--dark:hover,
body.mh-storefront .mh-button.mh-button--dark:focus {
  background: #000;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.mh-storefront .mh-search-drawer__form button[type="submit"],
body.mh-storefront .mh-search__form button,
body.mh-storefront .mh-newsletter-form input[type="submit"],
body.mh-storefront .mh-newsletter-form button[type="submit"],
body.mh-storefront .mh-cart .cart-collaterals .checkout-button,
body.mh-storefront .mh-cart .cart-collaterals .checkout-button:visited,
body.mh-storefront .mh-cart .cart-collaterals .checkout-button:hover,
body.mh-storefront .mh-product form.cart .single_add_to_cart_button,
body.mh-storefront .woocommerce-mini-cart__buttons .checkout,
body.mh-storefront .mh-mini-cart__actions .mh-button--dark,
body.mh-storefront #place_order,
body.mh-storefront #place_order:hover,
body.mh-storefront #place_order:focus {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.mh-section {
  padding: 70px 0;
}

.mh-section--white {
  background: var(--mh-surface-soft);
}

.mh-section__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mh-section__header h2,
.mh-promo__copy h2,
.mh-footer h2,
.mh-collection__header h1,
.mh-product__summary h1,
.mh-cart h1 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.08;
  margin: 0;
}

.mh-section__header a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.mh-product-row {
  display: grid;
  gap: 24px;
  grid-auto-columns: minmax(230px, 1fr);
  grid-auto-flow: column;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

.mh-product-swiper {
  overflow: hidden;
  position: relative;
}

.mh-product-swiper.is-swiper-ready {
  overflow: hidden;
}

.mh-product-swiper .mh-product-row--swiper {
  display: flex;
  gap: 0;
  grid-auto-columns: initial;
  grid-auto-flow: initial;
  overflow: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
}

.mh-product-swiper .mh-product-slide {
  display: block;
  flex: 0 0 auto;
  min-width: 0;
  width: calc((100vw - 144px) / 4);
}

.mh-related-products-swiper .mh-product-slide {
  flex: 0 0 auto;
  width: auto;
}

.mh-product-swiper .mh-product-slide .mh-product-card {
  height: 100%;
}

.mh-product-swiper__nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  color: #111;
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  transition: opacity 0.18s ease;
  width: 42px;
  z-index: 4;
}

.mh-product-swiper__nav svg {
  height: 18px;
  width: 18px;
}

.mh-product-swiper__nav--prev {
  left: 12px;
}

.mh-product-swiper__nav--next {
  right: 12px;
}

@media (hover: hover) and (pointer: fine) {
  .mh-related-products-swiper:hover .mh-product-swiper__nav {
    opacity: 1;
    pointer-events: auto;
  }
}

.mh-home-product-grid {
  display: grid;
  gap: 42px 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mh-product-grid {
  display: grid;
  gap: 40px 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mh-product-card {
  background: var(--mh-card-accent);
  min-width: 0;
  scroll-snap-align: start;
}

.mh-collection__main .mh-product-card,
.mh-search__results .mh-product-card {
  background: #fff;
}

.mh-product-card__image {
  aspect-ratio: 1 / 1;
  background: #f6f6f6;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem 0.5rem 0 0;
}

.mh-product-card__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
  width: 100%;
}

.mh-product-card__image-secondary {
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 220ms ease, transform 280ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .mh-product-card:hover .mh-product-card__image img {
    transform: scale(1.035);
  }
}

@media (min-width: 781px) and (hover: hover) and (pointer: fine) {
  .mh-product-card:hover .mh-product-card__image-secondary {
    opacity: 1;
  }
}

.mh-product-card__image span {
  background: #f83a3a;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  left: 12px;
  padding: 6px 10px;
  position: absolute;
  top: 12px;
}

.mh-product-card__image button {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 999px;
  bottom: 14px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: 14px;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  width: 42px;
}

@media (hover: none), (pointer: coarse) {
  .mh-product-card__image button {
    display: none;
    pointer-events: none;
  }
}


.mh-product-card:hover .mh-product-card__image button {
  opacity: 1;
  transform: translateY(0);
}

.mh-product-card__body {
  display: grid;
  gap: 6px;
  padding: 1.5rem 2rem 2rem 2rem;
}

.mh-collection__main .mh-product-card__body,
.mh-search__results .mh-product-card__body {
  padding: 14px 0 0 0;
}

.mh-product-card__body a {
  font-weight: 700;
  line-height: 1.35;
}

.mh-price {
  color: var(--mh-muted);
}

.mh-promo {
  background: var(--mh-footer);
  padding: 76px 0;
}

.mh-collection-row,
.mh-image-links__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mh-collection-row--scroll {
  grid-auto-columns: minmax(280px, 379px);
  grid-auto-flow: column;
  grid-template-columns: none;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x proximity;
}

.mh-collection-showcase {
  overflow: hidden;
}

.mh-collection-showcase__container {
  padding-left: 48px;
  padding-right: 48px;
}

.mh-collection-swiper {
  margin-left: -48px;
  margin-right: -48px;
  overflow: visible;
  padding-left: 48px;
  padding-right: 48px;
}

.mh-collection-swiper.is-swiper-ready {
  overflow: hidden;
}

.mh-collection-swiper .mh-collection-row--scroll {
  display: flex;
  gap: 0;
  grid-auto-columns: initial;
  grid-auto-flow: initial;
  grid-template-columns: none;
  overflow: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
}

.mh-collection-swiper .mh-collection-card {
  aspect-ratio: 1 / 1;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  width: calc((100vw - 144px) / 3);
}

.mh-collection-card,
.mh-image-links__grid a {
  display: grid;
  gap: 12px;
  min-width: 0;
  scroll-snap-align: start;
}

.mh-collection-card img,
.mh-image-links__grid img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.mh-collection-card__placeholder {
  aspect-ratio: 1 / 1;
  background: var(--mh-surface-soft);
  display: block;
  width: 100%;
}

.mh-collection-swiper .mh-collection-card img {
  display: block;
  height: 100%;
  transform: scale(1.001);
  transition: transform 0.5s ease;
  width: 100%;
}

.mh-collection-swiper .mh-collection-card:hover img {
  transform: scale(1.04);
}

.mh-collection-swiper .mh-collection-card span,
.mh-collection-swiper .mh-collection-card small {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 2px;
  color: #000;
  display: inline-flex;
  font-weight: 700;
  left: 24px;
  line-height: 1.2;
  max-width: calc(100% - 48px);
  padding: 9px 14px;
  position: absolute;
  z-index: 2;
}

.mh-collection-swiper .mh-collection-card span {
  bottom: 24px;
  font-size: 16px;
}

.mh-collection-swiper .mh-collection-card small {
  bottom: 66px;
  font-size: 12px;
}

.mh-collection-card small {
  color: var(--mh-muted);
  display: block;
}

.mh-image-links {
  padding: 72px 0;
}

.mh-image-links__grid {
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mh-impact {
  background: var(--mh-impact-gradient, linear-gradient(270deg, rgba(255, 242, 242, 1), rgba(180, 226, 234, 1) 100%));
  color: #000;
  padding: 70px 0 84px;
}

.mh-impact__inner {
  align-items: center;
  display: grid;
  gap: clamp(24px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
}

.mh-impact__number strong {
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.28), rgba(26, 26, 26, 0.02));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  font-size: clamp(96px, 15vw, 220px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.9;
  text-align: center;
}

.mh-impact__content {
  display: grid;
  gap: 18px;
}

.mh-impact__content h2 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}

.mh-impact__content p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.mh-impact__content .mh-button {
  justify-self: start;
}

.mh-promo__grid {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.mh-promo__media {
  background: #fff;
  border-radius: var(--mh-radius);
  overflow: hidden;
}

.mh-promo__media img {
  display: block;
  width: 100%;
}

.mh-promo__copy p {
  color: var(--mh-muted);
  font-size: 16px;
  line-height: 1.7;
}

.mh-benefits {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.mh-benefits article {
  background: #fff;
  border: 1px solid var(--mh-border);
  border-radius: 8px;
  padding: 20px;
}

.mh-benefits h3 {
  font-size: 18px;
  margin: 0 0 8px;
}

.mh-benefits p {
  font-size: 13px;
  margin: 0;
}

.mh-footer {
  background: var(--mh-footer);
  border-top: 1px solid var(--mh-border);
  padding: 64px 0 28px;
}

.mh-footer__grid {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(280px, 1.1fr) minmax(150px, 0.55fr) minmax(150px, 0.55fr) minmax(340px, 1fr);
}

.mh-footer h2 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.mh-footer p {
  color: var(--mh-muted);
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: 430px;
}

.mh-footer ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mh-social-links a {
  align-items: center;
  color: #111;
  display: inline-flex;
  height: 27px;
  justify-content: center;
  width: 27px;
}

.mh-social-links svg {
  display: block;
  flex: 0 0 auto;
  height: 27px;
  width: 27px;
}

.mh-footer .mh-social-links {
  align-items: center;
  display: flex;
  gap: 24px;
}

.mh-newsletter-form {
  max-width: 400px;
}

.mh-newsletter-form .wpcf7-form {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0;
}

.mh-newsletter-form p {
  margin: 0;
  max-width: none;
}

.mh-newsletter-form p:has(input[type="email"]),
.mh-newsletter-form p:has(input[type="text"]) {
  min-width: 0;
}

.mh-newsletter-form br {
  display: none;
}

.mh-newsletter-form label {
  color: var(--mh-muted);
  display: grid;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  text-transform: uppercase;
}

.mh-newsletter-form label {
  height: 100%;
}

.mh-newsletter-form input[type="email"],
.mh-newsletter-form input[type="text"] {
  background: #fff;
  border: 1px solid var(--mh-border);
  border-radius: 0.5rem 0 0 0.5rem;
  color: var(--mh-text);
  font: inherit;
  min-height: 48px;
  padding: 0 16px;
  width: 100%;
}

.mh-newsletter-form input[type="submit"],
.mh-newsletter-form button[type="submit"] {
  align-items: center;
  background: #000;
  border: 0;
  border-radius: 0 0.5rem 0.5rem 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  width: fit-content;
}

.mh-newsletter-form .wpcf7-spinner,
.mh-newsletter-form .wpcf7-response-output {
  grid-column: 1 / -1;
}

.mh-newsletter-form .wpcf7-spinner {
  margin: 0 0 0 8px;
}

.mh-newsletter-form .wpcf7-not-valid-tip,
.mh-newsletter-form .wpcf7-response-output {
  color: #a33;
  font-size: 12px;
  margin: 8px 0 0;
}

.mh-footer__bottom {
  border-top: 1px solid var(--mh-border);
  color: var(--mh-muted);
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 12px;
  justify-content: space-between;
  margin-top: 56px;
  padding-top: 24px;
}

.mh-footer__payment-icons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.mh-payment-badge {
  display: block;
  flex: 0 0 auto;
  height: 24px;
  object-fit: contain;
  width: 38px;
}

.mh-back-to-top {
  align-items: center;
  background: #fff;
  border: 1px solid var(--mh-border);
  bottom: 126px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  color: var(--mh-text);
  cursor: pointer;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 28px;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
  width: 46px;
  z-index: 90;
}

.mh-back-to-top span {
  border-color: currentColor;
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: block;
  height: 10px;
  transform: translateY(2px) rotate(-45deg);
  width: 10px;
}

.mh-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mh-lock .mh-back-to-top {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  z-index: 1;
}

.mh-back-to-top:hover {
  background: #f7f7f7;
}

.mh-whatsapp-float {
  align-items: center;
  background: #25d366;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  color: #fff !important;
  display: inline-flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  line-height: 1;
  min-width: 132px;
  padding: 0 18px 0 14px;
  position: fixed;
  right: 28px;
  bottom: 64px;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  z-index: 88;
  -webkit-text-fill-color: #fff !important;
}

.mh-whatsapp-float svg {
  display: block;
  flex: 0 0 auto;
  height: 28px;
  width: 28px;
}

.mh-whatsapp-float span {
  display: block;
  white-space: nowrap;
}

.mh-whatsapp-float:hover,
.mh-whatsapp-float:focus {
  background: #1fbd59;
  color: #fff !important;
  transform: translateY(-2px);
  -webkit-text-fill-color: #fff !important;
}

.mh-lock .mh-whatsapp-float {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.mh-collection,
.mh-product,
.mh-cart {
  padding: 42px 0 80px;
}

.mh-page {
  padding: 58px 0 96px;
}

.mh-blog-archive,
.mh-blog-single {
  padding: 58px 0 96px;
}

.mh-blog-archive .mh-container {
  max-width: var(--mh-content-container);
}

.mh-blog-archive__header {
  display: grid;
  gap: 12px;
  margin-bottom: 42px;
  max-width: 760px;
}

.mh-blog-archive__header p,
.mh-blog-article__header p {
  color: var(--mh-muted);
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.mh-blog-archive__header h1,
.mh-blog-article__header h1 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  margin: 0;
}

.mh-blog-grid {
  display: grid;
  gap: 42px 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mh-blog-card {
  min-width: 0;
}

.mh-blog-card__image {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: var(--mh-footer);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.mh-blog-card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mh-blog-card__image span {
  font-size: 54px;
  font-weight: 700;
}

.mh-blog-card__body {
  display: grid;
  gap: 10px;
  padding-top: 16px;
}

.mh-blog-card__body time {
  color: var(--mh-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.mh-blog-card__body h2 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}

.mh-blog-card__body p {
  color: var(--mh-muted);
  line-height: 1.6;
  margin: 0;
}

.mh-blog-single__inner {
  max-width: var(--mh-page-container);
}

.mh-blog-article__header {
  display: grid;
  gap: 14px;
  margin-bottom: 32px;
}

.mh-blog-article__media {
  margin-bottom: 34px;
}

.mh-blog-article__media img {
  display: block;
  height: auto;
  width: 100%;
}

.mh-page-content h1 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  margin: 0 0 30px;
}

.mh-page-content__body {
  color: var(--mh-muted);
  font-size: 16px;
  line-height: 1.75;
}

.mh-page-content__body > *:first-child {
  margin-top: 0;
}

.mh-page-content__body a {
  color: var(--mh-text);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mh-error-404 .mh-page-content__body p:last-child {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mh-error-404 .mh-page-content__body .mh-button {
  text-decoration: none;
}

.mh-error-404 .mh-page-content__body a.mh-button--dark,
.mh-error-404 .mh-page-content__body a.mh-button--dark:visited,
.mh-error-404 .mh-page-content__body a.mh-button--dark:hover,
.mh-error-404 .mh-page-content__body a.mh-button--dark:focus {
  color: #fff;
}

.mh-search {
  padding: 58px 0 96px;
}

.mh-search__header {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  margin-bottom: 42px;
}

.mh-search__header p {
  color: var(--mh-muted);
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.mh-search__header h1 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  margin: 0;
}

.mh-search__form {
  align-items: center;
  border: 1px solid var(--mh-border);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  min-height: 54px;
}

.mh-search__form input {
  border: 0;
  font: inherit;
  height: 52px;
  min-width: 0;
  padding: 0 18px;
}

.mh-search__form button {
  align-items: center;
  background: #000;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.mh-search__form svg {
  height: 22px;
  width: 22px;
}

.mh-search__results {
  display: grid;
  gap: 40px 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mh-search-card a {
  border: 1px solid var(--mh-border);
  display: grid;
  gap: 14px;
  min-height: 230px;
  padding: 24px;
}

.mh-search-card span {
  color: var(--mh-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.mh-search-card h2 {
  font-size: 24px;
  line-height: 1.15;
  margin: 0;
}

.mh-search-card p {
  color: var(--mh-muted);
  line-height: 1.6;
  margin: 0;
}

.mh-breadcrumb {
  color: var(--mh-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
}

.mh-collection__header {
  margin-bottom: 42px;
}

.mh-collection__layout {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: 300px minmax(0, 1fr);
}

.mh-facets {
  position: sticky;
  top: 130px;
}

.mh-facets h2 {
  font-size: 18px;
  margin: 0 0 20px;
}

.mh-facets details {
  border-top: 1px solid var(--mh-border);
  padding: 18px 0;
}

.mh-facets details:last-child {
  border-bottom: 1px solid var(--mh-border);
}

.mh-facets summary {
  cursor: pointer;
  font-weight: 700;
}

.mh-filter-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.mh-check {
  display: block;
  margin-top: 16px;
}

.mh-price-range {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
}

.mh-price-range input,
.mh-collection-sort select,
.mh-storefront .quantity input,
.mh-storefront input[type="text"],
.mh-storefront input[type="number"] {
  border: 1px solid var(--mh-border);
  border-radius: 8px;
  min-height: 42px;
  padding: 0 12px;
}

.mh-collection__bar {
  align-items: center;
  border-bottom: 1px solid var(--mh-border);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 18px;
}

.mh-collection-sort {
  align-items: center;
  display: flex;
  gap: 10px;
}

.mh-filter-button {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  font-weight: 700;
  gap: 8px;
  padding: 0;
}

.mh-filter-drawer {
  display: none;
}

.mh-pagination {
  align-items: center;
  border: 1px solid var(--mh-border);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  margin: 46px auto 0;
  max-width: 100%;
  width: fit-content;
}

.mh-pagination__item,
.mh-pagination__current {
  align-items: center;
  background: transparent;
  color: var(--mh-text);
  display: inline-flex;
  height: 46px;
  justify-content: center;
}

.mh-pagination__item {
  position: relative;
  text-decoration: none;
  width: 50px;
}

.mh-pagination__item span {
  border-color: currentColor;
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: block;
  height: 9px;
  width: 9px;
}

.mh-pagination__item--prev span {
  transform: rotate(-135deg);
}

.mh-pagination__item--next span {
  transform: rotate(45deg);
}

.mh-pagination__item:not(.is-disabled):hover {
  background: #f7f7f7;
}

.mh-pagination__item.is-disabled {
  color: rgba(17, 17, 17, 0.25);
}

.mh-pagination__current {
  font-size: 14px;
  font-weight: 600;
  min-width: 54px;
  padding: 0 10px;
}

.mh-product__grid {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
}

.mh-product-notice-region {
  margin: 0 auto 26px;
  max-width: 980px;
}

.mh-product-notice {
  align-items: center;
  background: #f8fffb;
  border: 1px solid rgba(28, 130, 76, 0.24);
  color: #103d25;
  display: flex;
  font-weight: 700;
  gap: 14px;
  justify-content: space-between;
  line-height: 1.4;
  margin-bottom: 18px;
  padding: 14px 16px;
}

.mh-product-notice a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mh-product-notice__cart {
  background: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mh-storefront .woocommerce-message,
.mh-storefront .woocommerce-error,
.mh-storefront .woocommerce-info {
  background: #f8fffb;
  border: 1px solid rgba(28, 130, 76, 0.24);
  color: #103d25;
  margin: 0 0 18px;
  padding: 14px 16px;
}

.mh-gallery {
  align-items: start;
  display: grid;
  gap: 0 48px;
  grid-template-columns: 64px minmax(0, 1fr);
  min-width: 0;
}

.mh-gallery__main {
  aspect-ratio: 1 / 1;
  background: transparent;
  border-radius: 12px;
  cursor: none;
  display: block;
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  min-width: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.mh-gallery__track {
  display: flex;
  height: 100%;
  min-width: 0;
  width: 100%;
}

.mh-gallery__slide {
  height: 100%;
  min-width: 0;
  width: 100%;
}

.mh-gallery__slide img,
.mh-gallery__thumbs img {
  height: 100%;
  width: 100%;
}

.mh-gallery__slide img {
  display: block;
  object-fit: cover;
}

.mh-gallery__nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  color: #111;
  cursor: none;
  display: none;
  height: 42px;
  justify-content: center;
  margin: -21px 0 0 -21px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.18s ease, transform 0.18s ease;
  width: 42px;
  z-index: 4;
}

.mh-gallery__nav svg {
  height: 18px;
  width: 18px;
}

.mh-gallery__nav--prev {
  left: 0;
  top: 50%;
}

.mh-gallery__nav--next {
  right: 0;
  top: 50%;
}

.mh-gallery__main.is-hover-prev .mh-gallery__nav--prev,
.mh-gallery__main.is-hover-next .mh-gallery__nav--next {
  display: inline-flex;
  opacity: 1;
}

.mh-gallery__main.is-hover-prev .mh-gallery__nav--prev {
  transform: none;
}

.mh-gallery__main.is-hover-next .mh-gallery__nav--next {
  transform: none;
}

.mh-gallery__main.swiper-initialized .mh-gallery__nav {
  display: inline-flex;
}

.mh-gallery__pagination {
  display: none;
}

.mh-gallery__thumbs {
  align-content: start;
  align-self: start;
  display: grid;
  gap: 10px;
  grid-auto-rows: 64px;
  grid-column: 1;
  grid-row: 1;
  grid-template-columns: 64px;
  justify-items: start;
}

.mh-gallery__thumbs button {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 64px;
  overflow: hidden;
  padding: 0;
  width: 64px;
}

.mh-gallery__thumbs img {
  border-radius: 6px;
  display: block;
  height: 64px;
  object-fit: contain;
  width: 64px;
}

.mh-gallery__thumbs button.is-active {
  opacity: 1;
}

.mh-product__summary {
  position: sticky;
  top: 140px;
}

.mh-product__summary h1 {
  font-size: clamp(30px, 4vw, 54px);
  margin-bottom: 16px;
}

.mh-product__price {
  font-size: 18px;
  margin-bottom: 24px;
}

.mh-product__intro {
  color: var(--mh-muted);
  line-height: 1.7;
  margin-bottom: 26px;
}

.mh-storefront form.cart {
  display: grid;
  gap: 14px;
  margin-bottom: 26px;
}

.mh-product form.cart .single_variation_wrap {
  display: grid;
  gap: 12px;
}

.mh-product form.cart .woocommerce-variation-add-to-cart {
  display: grid;
  gap: 14px;
}

.mh-product form.cart .quantity.mh-qty {
  align-items: center;
  border: 1px solid var(--mh-border);
  border-radius: 60px;
  display: inline-grid;
  grid-template-columns: 48px minmax(52px, 68px) 48px;
  height: 50px;
  justify-self: start;
  overflow: hidden;
  width: 164px;
}

.mh-product form.cart .quantity.mh-qty .mh-qty__step {
  align-items: center;
  align-self: stretch;
  background: #fff;
  border: 0;
  color: #111;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  padding: 0;
}

.mh-product form.cart .quantity.mh-qty .mh-qty__step:hover {
  background: #f7f7f7;
}

.mh-product form.cart .quantity.mh-qty input.qty {
  -moz-appearance: textfield;
  appearance: textfield;
  border: 0;
  border-left: 1px solid var(--mh-border);
  border-radius: 0;
  border-right: 1px solid var(--mh-border);
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  min-height: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.mh-product form.cart .quantity.mh-qty input.qty::-webkit-inner-spin-button,
.mh-product form.cart .quantity.mh-qty input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mh-product form.cart .single_add_to_cart_button {
  background: #000;
  border: 0;
  border-radius: 60px;
  color: #fff;
  display: flex;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  min-height: 57px;
  padding: 17px 40px;
  width: 100%;
}

.mh-product form.cart .single_add_to_cart_button.loading,
.mh-product form.cart .single_add_to_cart_button.is-loading,
.mh-product form.cart .single_add_to_cart_button.disabled {
  cursor: wait;
  opacity: 0.64;
}

.mh-storefront form.cart.is-loading .single_add_to_cart_button {
  cursor: wait;
  opacity: 0.64;
}

.mh-storefront table.variations {
  margin: 0;
  width: 100%;
}

.mh-storefront table.variations tbody {
  display: grid;
  gap: 8px;
}

.mh-storefront table.variations tr {
  display: grid;
  gap: 4px;
  margin-bottom: 0;
}

.mh-storefront table.variations th,
.mh-storefront table.variations td {
  display: block;
  padding: 0 !important;
  text-align: left;
}

.mh-product table.variations th.label,
.mh-product table.variations td.value {
  padding: 0 !important;
}

.mh-storefront table.variations label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.mh-product .summary table.variations select,
.mh-product table.variations select {
  appearance: auto;
  border: 1px solid var(--mh-border);
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: none;
  font: inherit;
  height: 40px;
  line-height: 40px;
  min-height: 40px;
  padding: 0 12px !important;
  width: 100%;
}

.mh-storefront table.variations .reset_variations {
  display: inline-flex;
  font-size: 12px;
  margin-top: 4px;
}

.mh-product__notes {
  border-top: 1px solid var(--mh-border);
}

.mh-product__notes details {
  border-bottom: 1px solid var(--mh-border);
  padding: 18px 0;
}

.mh-product__notes summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  list-style: none;
  padding-right: 2px;
}

.mh-product__notes summary::-webkit-details-marker {
  display: none;
}

.mh-product__notes summary::marker {
  content: "";
}

.mh-product__notes summary::after {
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 8px;
  margin-left: 18px;
  opacity: 0.72;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease, opacity 180ms ease;
  width: 8px;
}

.mh-product__notes details[open] summary::after {
  opacity: 1;
  transform: rotate(-135deg) translateY(-1px);
}

.mh-product__notes div,
.mh-product__notes p,
.mh-product__notes li {
  color: var(--mh-muted);
  line-height: 1.7;
}

.mh-cart .woocommerce {
  max-width: 100% !important;
  width: 100% !important;
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  margin-top: 28px;
}

.mh-cart .woocommerce-notices-wrapper,
.mh-cart .woocommerce .cart-empty,
.mh-cart .woocommerce .return-to-shop {
  grid-column: 1 / -1;
}

.mh-cart .woocommerce-cart-form {
  min-width: 0;
}

.mh-cart .cart-collaterals {
  min-width: 0;
  margin-top: 0;
  width: 100%;
}

.mh-cart .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.mh-cart .cart-collaterals .checkout-button,
.mh-cart .cart-collaterals .checkout-button:hover,
.mh-cart .cart-collaterals .checkout-button:focus,
.mh-cart .cart-collaterals .checkout-button:visited {
  display: block;
  width: 100%;
  background: #000;
  border-color: #000;
  color: #fff;
}

.mh-storefront .woocommerce-cart-form,
.mh-storefront .cart_totals {
  border: 1px solid var(--mh-border);
  border-radius: 8px;
  padding: 22px;
}

.mh-cart .woocommerce-cart-form button[name="update_cart"] {
  background: #111;
  border: 1px solid #111;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  min-height: 42px;
  padding: 0 24px;
  text-transform: uppercase;
}

.mh-cart .woocommerce-cart-form button[name="update_cart"]:hover,
.mh-cart .woocommerce-cart-form button[name="update_cart"]:focus {
  background: #000;
  border-color: #000;
  color: #fff;
}

.mh-cart .woocommerce-cart-form button[name="update_cart"]:disabled,
.mh-cart .woocommerce-cart-form button[name="update_cart"][disabled] {
  background: #d7d7d7;
  border-color: #d7d7d7;
  color: #777;
  cursor: not-allowed;
  opacity: 1;
}

.mh-cart .woocommerce-cart-form table.shop_table {
  margin: 0;
  width: 100%;
}

.mh-cart .woocommerce-cart-form thead {
  background: #f9fdff;
}

.mh-cart .woocommerce-cart-form thead th {
  border-bottom: 1px solid var(--mh-border);
  color: var(--mh-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 14px 12px;
  text-transform: uppercase;
}

.mh-cart .woocommerce-cart-form .woocommerce-cart-form__cart-item td {
  padding: 18px 12px;
  vertical-align: middle;
}

.mh-cart .woocommerce-cart-form .product-remove {
  width: 42px;
}

.mh-cart .woocommerce-cart-form .product-remove .remove {
  align-items: center;
  border: 1px solid #d0d7de;
  border-radius: 999px;
  color: #333;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 28px;
}

.mh-cart .woocommerce-cart-form .product-thumbnail {
  width: 112px;
}

.mh-cart .woocommerce-cart-form .product-thumbnail a,
.mh-cart .woocommerce-cart-form .product-thumbnail img {
  display: block;
}

.mh-cart .woocommerce-cart-form .product-thumbnail img {
  border-radius: 6px;
  height: auto;
  width: 96px;
}

.mh-cart .woocommerce-cart-form .product-name {
  min-width: 220px;
}

.mh-cart .woocommerce-cart-form .product-name a {
  color: var(--mh-text);
  font-weight: 600;
  text-decoration: none;
}

.mh-cart .woocommerce-cart-form .product-name dl.variation {
  color: var(--mh-muted);
  display: grid;
  gap: 3px 8px;
  grid-template-columns: auto minmax(0, 1fr);
  margin: 5px 0 0;
}

.mh-cart .woocommerce-cart-form .product-name dl.variation dt,
.mh-cart .woocommerce-cart-form .product-name dl.variation dd,
.mh-cart .woocommerce-cart-form .product-name dl.variation p {
  float: none;
  line-height: 1.35;
  margin: 0;
  padding: 0;
}

.mh-cart .woocommerce-cart-form .product-name dl.variation dt {
  clear: none;
  color: var(--mh-text);
  font-size: 12px;
  font-weight: 600;
}

.mh-cart .woocommerce-cart-form .product-name dl.variation dd {
  color: var(--mh-muted);
  font-size: 12px;
  min-width: 0;
}

.mh-cart .woocommerce-cart-form .product-price,
.mh-cart .woocommerce-cart-form .product-subtotal {
  white-space: nowrap;
}

.mh-cart .woocommerce-cart-form .product-quantity {
  min-width: 94px;
  width: 110px;
}

.mh-cart .woocommerce-cart-form .quantity {
  display: inline-block;
  width: auto;
}

.mh-cart .woocommerce-cart-form .quantity input.qty {
  box-sizing: border-box;
  max-width: 84px;
  min-height: 42px;
  min-width: 72px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  width: 84px;
}

.mh-cart .woocommerce-cart-form .actions {
  padding: 18px 12px 0;
}

.mh-cart .woocommerce-cart-form .actions .coupon {
  gap: 10px;
}

.mh-cart .woocommerce-cart-form .actions .coupon #coupon_code {
  min-height: 42px;
}

.mh-cart .woocommerce-cart-form .actions .button {
  min-height: 42px;
}

@media (max-width: 768px) {
  .mh-cart .woocommerce-cart-form thead {
    display: none;
  }

  .mh-cart .woocommerce-cart-form tr.woocommerce-cart-form__cart-item {
    border-bottom: 1px solid var(--mh-border);
    display: grid;
    gap: 6px 10px;
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 10px 8px;
  }

  .mh-cart .woocommerce-cart-form tr.woocommerce-cart-form__cart-item:nth-child(2n) td {
    background: transparent;
  }

  .mh-cart .woocommerce-cart-form .woocommerce-cart-form__cart-item td {
    display: block;
    padding: 0;
    width: auto;
  }

  .mh-cart .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-remove::before,
  .mh-cart .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail::before,
  .mh-cart .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name::before {
    content: none;
    display: none;
  }

  .mh-cart .woocommerce-cart-form .product-remove {
    grid-column: 2;
    justify-self: end;
    order: 1;
    width: auto;
  }

  .woocommerce-page .mh-cart table.cart .product-thumbnail,
  .mh-cart .woocommerce-cart-form .product-thumbnail {
    display: block !important;
    grid-column: 1;
    grid-row: 1 / span 4;
    width: auto;
  }

  .mh-cart .woocommerce-cart-form .product-thumbnail img {
    border-radius: 5px;
    width: 72px;
  }

  .mh-cart .woocommerce-cart-form .product-name {
    grid-column: 2;
    font-size: 14px;
    line-height: 1.3;
    min-width: 0;
  }

  .mh-cart .woocommerce-cart-form .product-name dl.variation {
    gap: 2px 6px;
    margin-top: 4px;
  }

  .mh-cart .woocommerce-cart-form .product-name dl.variation dt,
  .mh-cart .woocommerce-cart-form .product-name dl.variation dd {
    font-size: 11px;
    line-height: 1.25;
  }

  .mh-cart .woocommerce-cart-form .product-price,
  .mh-cart .woocommerce-cart-form .product-quantity,
  .mh-cart .woocommerce-cart-form .product-subtotal {
    grid-column: 2;
  }

  .mh-cart .woocommerce-cart-form .product-price,
  .mh-cart .woocommerce-cart-form .product-quantity,
  .mh-cart .woocommerce-cart-form .product-subtotal {
    align-items: center;
    color: var(--mh-muted);
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    line-height: 1.25;
  }

  .mh-cart .woocommerce-cart-form .product-price::before,
  .mh-cart .woocommerce-cart-form .product-quantity::before,
  .mh-cart .woocommerce-cart-form .product-subtotal::before {
    color: var(--mh-text);
    content: attr(data-title);
    display: block;
    font-weight: 700;
    margin-right: 10px;
  }

  .mh-cart .woocommerce-cart-form .product-quantity {
    width: auto;
  }

  .mh-cart .woocommerce-cart-form .quantity {
    display: inline-flex;
  }

  .mh-cart .woocommerce-cart-form .quantity input.qty {
    min-height: 34px;
    min-width: 60px;
    width: 60px;
  }

  .mh-cart .woocommerce-cart-form td.actions {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: grid;
    gap: 8px;
    margin-top: 6px;
    padding: 8px 0 0 !important;
    text-align: left !important;
    width: 100%;
  }

  .mh-cart .woocommerce-cart-form td.actions::before {
    content: none !important;
    display: none !important;
  }

  .mh-cart .woocommerce-cart-form .actions .coupon {
    display: grid;
    gap: 6px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .mh-cart .woocommerce-cart-form .actions .coupon label {
    display: none !important;
  }

  .woocommerce-page .mh-cart .woocommerce-cart-form table.cart td.actions .coupon #coupon_code,
  .woocommerce-page .mh-cart .woocommerce-cart-form table.cart td.actions .coupon .input-text {
    border: 1px solid var(--mh-border);
    border-radius: 4px;
    box-sizing: border-box;
    float: none !important;
    font-size: 12px;
    grid-column: 1;
    grid-row: 1;
    height: 36px;
    margin: 0 !important;
    min-height: 36px;
    min-width: 0;
    padding: 0 10px;
    width: 100% !important;
  }

  .woocommerce-page .mh-cart .woocommerce-cart-form table.cart td.actions .coupon .button {
    background: #fff;
    border: 1px solid #111;
    border-radius: 4px;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: none !important;
    font-size: 11px;
    font-weight: 700;
    grid-column: 2;
    grid-row: 1;
    height: 36px;
    margin: 0 !important;
    min-height: 36px;
    padding: 0 10px;
    white-space: nowrap;
    width: auto !important;
  }

  .mh-cart .woocommerce-cart-form button[name="update_cart"] {
    border-radius: 4px;
    float: none !important;
    font-size: 12px;
    background: #ececec;
    border-color: #ececec;
    color: #777;
    height: 36px;
    margin: 0 !important;
    min-height: 36px;
    width: 100% !important;
  }

  .mh-cart .woocommerce-cart-form button[name="update_cart"]:not(:disabled):not([disabled]) {
    background: #111;
    border-color: #111;
    color: #fff;
  }

  .mh-cart .woocommerce-cart-form .actions {
    padding-inline: 0;
  }
}

.mh-storefront .woocommerce table.shop_table {
  border: 0;
}

.mh-storefront .woocommerce table.shop_table td,
.mh-storefront .woocommerce table.shop_table th {
  border-color: var(--mh-border);
}

.mh-empty,
.mh-storefront .cart-empty.woocommerce-info {
  align-items: center;
  background: var(--mh-footer);
  border: 0;
  border-radius: 8px;
  color: var(--mh-muted);
  display: flex;
  justify-content: center;
  min-height: 190px;
  padding: 28px;
  text-align: center;
}

@media (max-width: 1149px) {
  .mh-header__inner {
    grid-template-columns: auto 1fr auto;
    min-height: 68px;
  }

  .mh-nav {
    display: none;
  }

  .mh-mobile-only {
    display: inline-flex;
  }

  .mh-icon-button {
    flex-direction: column;
    gap: 4px;
  }

  .mh-icon-button span {
    background: #000;
    display: block;
    height: 2px;
    width: 20px;
  }

  .mh-drawer {
    background: rgba(0, 0, 0, 0.3);
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    z-index: 130;
  }

  .mh-drawer.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .mh-drawer__panel {
    background: #fff;
    height: 100%;
    max-width: none;
    overflow-y: auto;
    padding: 22px 22px 36px;
    position: relative;
    transform: translateX(-100%);
    transition: transform 220ms ease;
    width: 100%;
  }

  .mh-drawer.is-open .mh-drawer__panel {
    transform: translateX(0);
  }

  .mh-drawer__close {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 2;
  }

  .mh-drawer__logo {
    align-items: center;
    display: inline-flex;
    font-weight: 700;
    margin: 4px 48px 32px 0;
    min-height: 44px;
  }

  .mh-drawer__logo img {
    display: block;
    height: auto;
    max-height: 50px;
    max-width: 175px;
    object-fit: contain;
    width: 160px;
  }

  .mh-drawer__logo span {
    font-size: 24px;
    line-height: 1.1;
  }

  .mh-drawer__nav {
    display: grid;
    font-size: 22px;
  }

  .mh-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mh-home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mh-search__results {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mh-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mh-product__grid {
    grid-template-columns: 1fr;
  }

  .mh-gallery {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .mh-gallery__main {
    grid-column: 1;
    grid-row: 1;
  }

  .mh-gallery__nav {
    display: none !important;
  }

  .mh-gallery__thumbs {
    display: flex;
    gap: 10px;
    grid-column: 1;
    grid-row: 2;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .mh-gallery__thumbs button {
    flex: 0 0 64px;
  }

  .mh-collection-row,
  .mh-image-links__grid,
  .mh-impact__inner {
    grid-template-columns: 1fr 1fr;
  }

  .mh-collection-row--scroll {
    grid-auto-columns: minmax(280px, 379px);
    grid-auto-flow: column;
    grid-template-columns: none;
  }

  .mh-product__summary {
    position: static;
  }

  .mh-cart .woocommerce {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .mh-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mh-header__inner {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mh-logo {
    font-size: 20px;
    justify-content: center;
    min-width: 0;
  }

  .mh-logo img {
    min-height: 34px;
    min-width: 130px;
    width: 130px;
  }

  .mh-header__actions {
    gap: 6px;
  }

  .mh-header__actions a[aria-label="Account"] {
    display: none;
  }

  .mh-header__link {
    width: 30px;
  }

  .mh-whatsapp-float {
    bottom: 64px;
    right: 20px;
  }

  .mh-back-to-top {
    bottom: 120px;
  }

  .mh-search-drawer__panel {
    max-width: none;
    padding: 28px 20px 32px;
    width: 100vw;
  }

  body.mh-storefront .mh-search-drawer__form label {
    font-size: 32px;
  }

  .mh-cart-drawer__panel {
    max-width: none;
    width: 100vw;
  }

  .mh-hero {
    min-height: 620px;
  }

  .mh-hero__content {
    padding-bottom: 56px;
    padding-top: 96px;
  }

  .mh-product-grid {
    gap: 30px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mh-home-product-grid {
    gap: 30px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mh-search__header {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .mh-search__results {
    gap: 30px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mh-blog-grid {
    grid-template-columns: 1fr;
  }

  .mh-product-row {
    grid-auto-columns: minmax(190px, 70vw);
  }

  .mh-product-swiper .mh-product-slide {
    width: calc(100vw - 84px);
  }

  .mh-related-products-swiper .mh-product-slide {
    width: auto;
  }

  .mh-promo__grid,
  .mh-footer__grid,
  .mh-collection__layout {
    grid-template-columns: 1fr;
  }

  .mh-footer__grid {
    gap: 34px;
  }

  .mh-newsletter-form {
    max-width: none;
  }

  .mh-newsletter-form .wpcf7-form {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .mh-newsletter-form input[type="submit"],
  .mh-newsletter-form button[type="submit"] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mh-benefits {
    grid-template-columns: 1fr;
  }

  .mh-filter-button {
    display: inline-flex;
  }

  .mh-facets--desktop {
    display: none;
  }

  .mh-filter-drawer {
    background: rgba(0, 0, 0, 0.28);
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.28s ease;
    z-index: 920;
  }

  .mh-filter-drawer.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .mh-filter-drawer__panel {
    background: #fff;
    display: grid;
    grid-template-rows: auto auto 1fr;
    height: 100%;
    margin-left: auto;
    max-width: 420px;
    overflow-y: auto;
    padding: 22px 20px 32px;
    transform: translateX(100%);
    transition: transform 0.32s ease;
    width: 100vw;
  }

  .mh-filter-drawer.is-open .mh-filter-drawer__panel {
    transform: translateX(0);
  }

  .mh-filter-drawer__head {
    align-items: center;
    border-bottom: 1px solid var(--mh-border);
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  .mh-filter-drawer__head h2 {
    font-size: 22px;
    margin: 0;
  }

  .mh-filter-drawer__section {
    border-bottom: 1px solid var(--mh-border);
    padding: 18px 0;
  }

  .mh-filter-drawer__section:last-child {
    border-bottom: 0;
  }

  .mh-filter-drawer__section h3 {
    font-size: 14px;
    margin: 0 0 12px;
    text-transform: uppercase;
  }

  .mh-filter-drawer .mh-collection-sort {
    display: block;
  }

  .mh-filter-drawer .mh-collection-sort label {
    display: none;
  }

  .mh-filter-drawer .mh-collection-sort select {
    height: 44px;
    width: 100%;
  }

  .mh-filter-drawer .mh-facets {
    position: static;
  }

  .mh-filter-drawer .mh-facets h2 {
    display: none;
  }

  .mh-filter-drawer .mh-facets details:first-of-type {
    border-top: 0;
    padding-top: 0;
  }

  .mh-collection__bar {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr auto;
  }

  .mh-collection__bar > span {
    justify-self: end;
  }

  .mh-collection__bar .mh-collection-sort--desktop {
    display: none;
  }

  .mh-product .mh-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mh-gallery {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }

  .mh-gallery__main {
    border-radius: 0;
  }

  .mh-gallery__pagination {
    align-items: center;
    background: rgba(255, 255, 255, 0.86);
    border-radius: 999px;
    bottom: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: inline-flex;
    gap: 12px;
    left: 50%;
    min-height: 22px;
    padding: 7px 14px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 5;
  }

  .mh-gallery__pagination button {
    background: #c6c6c6;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    display: block;
    height: 5px;
    min-height: 0;
    padding: 0;
    width: 5px;
  }

  .mh-gallery__pagination button.is-active {
    background: #000;
  }

  .mh-gallery__main img {
    height: 100vw;
    aspect-ratio: 1 / 1;
    width: 100vw;
  }

  .mh-gallery__thumbs {
    display: none;
  }

  .mh-footer__bottom {
    display: grid;
    gap: 8px;
  }

  .mh-footer__payment-icons {
    justify-content: flex-start;
  }

  .mh-collection-showcase__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mh-collection-swiper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mh-collection-swiper .mh-collection-card {
    width: calc(100vw - 105px);
  }

  .mh-collection-swiper .mh-collection-card span {
    bottom: 18px;
    font-size: 14px;
    left: 18px;
    max-width: calc(100% - 36px);
    padding: 8px 12px;
  }

  .mh-collection-swiper .mh-collection-card small {
    bottom: 56px;
    left: 18px;
    max-width: calc(100% - 36px);
    padding: 7px 11px;
  }

  .mh-collection-row,
  .mh-image-links__grid,
  .mh-impact__inner {
    grid-template-columns: 1fr;
  }

  .mh-image-links {
    overflow: hidden;
    padding: 44px 0;
  }

  .mh-image-links__grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
  }

  .mh-image-links__grid a {
    flex: 0 0 160px;
  }

  .mh-impact {
    padding: 54px 0 62px;
  }

  .mh-impact__number strong {
    font-size: clamp(82px, 28vw, 128px);
    text-align: left;
  }

  .mh-collection-row--scroll {
    grid-auto-columns: minmax(240px, 78vw);
    grid-auto-flow: column;
    grid-template-columns: none;
  }
}

@keyframes mh-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

body.mh-storefront .mh-header .mh-nav {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  min-height: 0 !important;
}

body.mh-storefront .mh-header .mh-menu {
  align-items: center !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
  justify-content: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mh-storefront .mh-header .mh-menu > li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

body.mh-storefront .mh-header .mh-menu .sub-menu {
  background: #fff !important;
  border: 1px solid var(--mh-border) !important;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08) !important;
  display: none !important;
  left: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  min-width: 240px !important;
  padding: 15px 16px !important;
  position: absolute !important;
  top: 100% !important;
  z-index: 90 !important;
}

body.mh-storefront .mh-header .mh-menu > li:hover > .sub-menu,
body.mh-storefront .mh-header .mh-menu > li:focus-within > .sub-menu {
  display: grid !important;
  gap: 10px !important;
}

body.mh-storefront .mh-header .mh-menu .sub-menu li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mh-storefront .mh-drawer .mh-mobile-menu,
body.mh-storefront .mh-drawer .mh-mobile-menu ul {
  display: grid !important;
  gap: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mh-storefront .mh-drawer .mh-mobile-menu li {
  min-width: 0;
}

body.mh-storefront .mh-drawer .mh-mobile-menu a {
  align-items: center;
  display: flex;
  min-height: 50px;
  padding: 12px 0;
  width: 100%;
}

body.mh-storefront .mh-drawer .mh-mobile-menu .sub-menu {
  margin: 2px 0 8px !important;
  padding-left: 16px !important;
}

body.mh-storefront .mh-drawer .mh-mobile-menu .sub-menu a {
  font-size: 17px;
  min-height: 44px;
  padding: 10px 0;
}

body.mh-storefront .mh-drawer .mh-mobile-menu .sub-menu[hidden] {
  display: none !important;
}

body.mh-storefront .mh-drawer .mh-mobile-menu li.has-mh-submenu {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
}

body.mh-storefront .mh-drawer .mh-mobile-menu li.has-mh-submenu > a {
  min-width: 0;
}

body.mh-storefront .mh-drawer .mh-mobile-menu li.has-mh-submenu > .mh-drawer-menu-toggle {
  align-self: center;
  height: 50px;
  justify-self: end;
  margin-left: 0;
  width: 44px;
}

body.mh-storefront .mh-drawer .mh-mobile-menu li.has-mh-submenu > .sub-menu {
  grid-column: 1 / -1;
  margin-top: 8px;
  width: 100%;
}

@media (max-width: 1149px) {
  body.mh-storefront .mh-header .mh-nav {
    display: none !important;
  }
}

@media (min-width: 1150px) and (max-width: 1500px) {
  .mh-header__inner {
    grid-template-columns: 205px minmax(0, 1fr) 170px;
    padding-left: 34px;
    padding-right: 34px;
  }

  body.mh-storefront .mh-header .mh-menu {
    gap: 20px !important;
  }

  .mh-collection-row--scroll {
    grid-auto-columns: 379px;
  }

  .mh-collection-swiper .mh-collection-row--scroll {
    grid-auto-columns: initial;
  }

  .mh-collection-swiper .mh-collection-card {
    width: calc((100vw - 144px) / 3);
  }
}

@media (hover: none), (pointer: coarse), (max-width: 780px) {
  body.mh-storefront {
    -webkit-text-size-adjust: 100%;
    color: var(--mh-text) !important;
  }

  body.mh-storefront a,
  body.mh-storefront a:link,
  body.mh-storefront a:visited,
  body.mh-storefront a:hover,
  body.mh-storefront a:focus,
  body.mh-storefront .woocommerce a,
  body.mh-storefront .woocommerce a:link,
  body.mh-storefront .woocommerce a:visited,
  body.mh-storefront .woocommerce a:hover,
  body.mh-storefront .woocommerce a:focus {
    color: inherit !important;
    -webkit-text-fill-color: currentColor !important;
    text-decoration-color: currentColor;
  }

  body.mh-storefront input,
  body.mh-storefront textarea,
  body.mh-storefront select,
  body.mh-storefront option,
  body.mh-storefront .input-text,
  body.mh-storefront .select2-container,
  body.mh-storefront .select2-selection,
  body.mh-storefront .select2-selection__rendered,
  body.mh-storefront .woocommerce form .form-row input.input-text,
  body.mh-storefront .woocommerce form .form-row textarea,
  body.mh-storefront .woocommerce form .form-row select {
    color: var(--mh-text) !important;
    -webkit-text-fill-color: var(--mh-text) !important;
  }

  body.mh-storefront select,
  body.mh-storefront option {
    background-color: #fff !important;
  }

  body.mh-storefront input::placeholder,
  body.mh-storefront textarea::placeholder {
    color: var(--mh-muted) !important;
    opacity: 1 !important;
    -webkit-text-fill-color: var(--mh-muted) !important;
  }

  body.mh-storefront a[x-apple-data-detectors],
  body.mh-storefront a[href^="tel"],
  body.mh-storefront a[href^="mailto"],
  body.mh-storefront a[href^="sms"] {
    color: inherit !important;
    -webkit-text-fill-color: currentColor !important;
    text-decoration: none !important;
  }

  body.mh-storefront .mh-button--dark,
  body.mh-storefront .mh-button--dark:link,
  body.mh-storefront .mh-button--dark:visited,
  body.mh-storefront .mh-button--dark:hover,
  body.mh-storefront .mh-button--dark:focus,
  body.mh-storefront .single_add_to_cart_button,
  body.mh-storefront .checkout-button,
  body.mh-storefront .woocommerce-mini-cart__buttons .checkout,
  body.mh-storefront #place_order {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }
}
