:root {
  --cream-light: #faf2cf;
  --cream-main: #f4e4a5;
  --green-main: #437935;
  --green-light: #638a52;
  --yellow: #e9b927;
  --red-main: #e52c28;
  --red-light: #e24d46;
  --pink-main: #efabaf;
  --text-primary: #1a1a1a;
  --text-inverted: #ffffff;
  --gray-lightest: #f2f2f2;
  --gray-light: #cccccc;
  --gray-darkest: #333333;
  --shadow: 0 24px 60px rgba(91, 58, 18, 0.18);
  --display: "Kare", "Gliker", "Cooper Black", Georgia, serif;
  --body: "BobbyJonesSoft", "Bobby Jones Soft", "Nunito", "Arial Rounded MT Bold", system-ui, sans-serif;
  --topbar-height: 45px;
  --header-height: 106px;
}

@media (max-width: 680px) {
  .mk-product-showcase--first {
    position: relative;
    height: auto;
    padding-top: 48px;
    padding-bottom: 66px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .mk-product-showcase--first::before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 54px;
    background: url("./assets/figma/hero-wave-clean.svg") 50% 0 / 100% 100% no-repeat;
    content: "";
    transform: translateY(-100%);
    pointer-events: none;
  }

  .mk-product-showcase--first .mk-section-head,
  .mk-product-showcase--first .mk-product-grid {
    position: relative;
    z-index: 1;
  }

  .mk-product-showcase--first .mk-kicker-row {
    margin-bottom: 16px;
  }

  .mk-product-showcase--first .mk-section-head p {
    margin-top: 20px;
  }

  .mk-product-showcase--first .mk-carousel-controls {
    margin-top: 28px;
  }

  .mk-product-showcase--first .mk-product-grid {
    gap: 24px;
    width: 100vw;
    max-width: none;
    margin-top: 60px;
    padding-left: 31px;
    overflow-x: auto;
    scroll-padding-left: 31px;
    scroll-snap-type: x mandatory;
  }

  .mk-product-showcase--first .mk-product-card {
    flex: 0 0 clamp(300px, calc((100vw - 84px) / 1.5), 388px);
    width: clamp(300px, calc((100vw - 84px) / 1.5), 388px);
    min-width: 0;
    height: 438px;
  }

  .mk-product-showcase--first .mk-product-card__art {
    height: 318px;
  }

  .mk-product-showcase--first .mk-product-card:nth-child(1) .mk-product-card__bottle,
  .mk-product-showcase--first .mk-product-card:nth-child(2) .mk-product-card__bottle,
  .mk-product-showcase--first .mk-product-card:nth-child(3) .mk-product-card__bottle,
  .mk-product-showcase--first .mk-product-card:nth-child(4) .mk-product-card__bottle {
    height: min(286px, 67vw);
  }

  .mk-product-showcase--first .mk-product-card__info {
    height: 92px;
    padding: 0 26px;
  }
}

@font-face {
  font-family: "Kare";
  src:
    url("./assets/fonts/Kare.woff2") format("woff2"),
    url("./assets/fonts/Kare.woff") format("woff"),
    url("./assets/fonts/Kare.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Kare Shadow";
  src:
    url("./assets/fonts/Kare-Shadow.woff2") format("woff2"),
    url("./assets/fonts/Kare-Shadow.woff") format("woff"),
    url("./assets/fonts/Kare-Shadow.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Kare Light";
  src:
    url("./assets/fonts/Kare-Light.woff2") format("woff2"),
    url("./assets/fonts/Kare-Light.woff") format("woff"),
    url("./assets/fonts/Kare-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Kare Gradient";
  src:
    url("./assets/fonts/Kare-Gradient.woff2") format("woff2"),
    url("./assets/fonts/Kare-Gradient.woff") format("woff"),
    url("./assets/fonts/Kare-Gradient.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "BobbyJonesSoft";
  src:
    local("BobbyJonesSoft Regular"),
    local("Bobby Jones Soft"),
    local("Bobby Jones Soft Regular"),
    url("./assets/fonts/BobbyJonesSoft-Regular.woff2") format("woff2"),
    url("./assets/fonts/BobbyJonesSoft-Regular.woff") format("woff"),
    url("./assets/fonts/BobbyJonesSoft-Regular.ttf") format("truetype");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--text-primary);
  font-family: var(--body);
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body.is-promo-hidden {
  --topbar-height: 0px;
}

main {
  max-width: 100vw;
  overflow: visible;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.mk-promo {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: var(--topbar-height);
  min-height: var(--topbar-height);
  padding: 11px 64px;
  background: var(--green-main);
  color: var(--text-inverted);
  font-family: var(--body);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  transition: height 0.22s ease, min-height 0.22s ease, padding 0.22s ease, opacity 0.18s ease;
}

.mk-promo.is-closing {
  height: 0;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

.mk-promo__text {
  margin: 0;
  line-height: 1.2;
  text-align: center;
}

.mk-promo strong {
  color: var(--yellow);
  font-weight: 900;
}

.mk-promo__close {
  position: absolute;
  right: clamp(18px, 3.2vw, 46px);
  top: 50%;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  min-width: 28px;
  padding: 0;
  border: 2px solid rgba(250, 242, 207, 0.66);
  border-radius: 999px;
  background: transparent;
  color: rgba(250, 242, 207, 0.78);
}

.mk-promo__close span,
.mk-promo__close span::before,
.mk-promo__close span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 12px;
  height: 2.5px;
  background: currentColor;
  content: "";
  transform-origin: center;
}

.mk-promo__close span {
  background: transparent;
  transform: translate(-50%, -50%);
}

.mk-promo__close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mk-promo__close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mk-header {
  position: sticky;
  top: 0;
  z-index: 15;
  height: var(--header-height);
  background: #f4e4a5;
  border-bottom: 0;
  box-shadow: 0 0 0 rgba(58, 45, 11, 0);
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition:
    transform 1.08s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.82s ease,
    filter 0.82s ease,
    box-shadow 0.48s ease;
  will-change: transform, opacity, filter;
}

.mk-header.is-header-floating {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}

.mk-header.is-header-hidden {
  opacity: 0;
  transform: translateY(calc(-100% - 16px));
  filter: blur(0.45px);
}

.mk-header.is-header-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.mk-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(18px, 3.2vw, 54px);
  height: var(--header-height);
  min-height: var(--header-height);
  width: min(100%, 1728px);
  margin: 0 auto;
  padding: 14px clamp(28px, 4.1vw, 70px);
}

.mk-nav,
.mk-actions {
  display: flex;
  align-items: center;
}

.mk-nav {
  gap: clamp(18px, 1.55vw, 28px);
}

.mk-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--text-primary);
  font-size: clamp(14px, 0.93vw, 16px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.mk-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mk-nav a:hover {
  color: var(--red-main);
}

.mk-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.mk-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(144px, 10vw, 174px);
  height: 76px;
  justify-self: center;
}

.mk-logo img {
  display: block;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.footer-logo {
  display: inline-grid;
  place-items: center;
  width: 150px;
  min-height: 62px;
  color: var(--red-main);
  font-family: var(--display);
  line-height: 0.82;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-3deg);
}

.footer-logo span {
  color: var(--yellow);
  font-size: 30px;
  text-shadow: 2px 2px 0 var(--green-main);
}

.footer-logo strong {
  font-size: 42px;
  text-shadow: 2px 2px 0 var(--yellow);
}

.mk-actions {
  justify-content: flex-end;
  gap: 24px;
  min-width: 0;
}

.mk-icon-button,
.mk-pill,
.icon-button,
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  min-width: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--cream-light);
  color: var(--text-primary);
  font-family: var(--body);
  font-weight: 900;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.mk-commerce-group {
  display: inline-flex;
  align-items: center;
  gap: 0;
  height: 52px;
  padding: 0 5px 0 22px;
  border-radius: 999px;
  background: var(--cream-light);
}

.mk-pill,
.pill {
  gap: 13px;
  min-width: 0;
  padding: 0;
  font-size: clamp(14px, 0.93vw, 16px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.mk-icon-button img,
.mk-pill img {
  display: block;
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.mk-icon-button img,
.mk-pill span,
.mk-pill img,
.mk-pill svg,
.mk-cart i {
  transition: transform 0.18s ease, color 0.18s ease;
  transform-origin: center;
}

.mk-search img {
  width: 24px;
  height: 24px;
}

.mk-account__icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.mk-account {
  height: 52px;
  padding: 0 24px 0 0;
  background: transparent;
  border-radius: 0;
}

.mk-cart {
  position: relative;
  min-width: 178px;
  height: 44px;
  gap: 12px;
  padding: 0 24px;
  background: var(--yellow);
  border-radius: 999px;
  box-shadow: none;
}

.mk-cart img {
  width: 24px;
  height: 24px;
}

.mk-cart i {
  position: absolute;
  right: 22px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--red-main);
}

.mk-icon-button svg,
.icon-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.mk-icon-button:hover,
.mk-pill:hover,
.icon-button:hover,
.pill:hover {
  background: var(--cream-light);
  color: var(--text-primary);
  box-shadow: none;
  opacity: 1;
  transform: none;
}

.mk-account:hover {
  background: transparent;
}

.mk-cart:hover {
  background: var(--yellow);
  box-shadow: none;
}

.mk-search:hover img,
.mk-account:hover span,
.mk-account:hover svg,
.mk-cart:hover span,
.mk-cart:hover img,
.mk-cart:hover i {
  transform: scale(1.035);
}

.mk-promo .mk-promo__close {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  padding: 0;
  border: 2px solid rgba(250, 242, 207, 0.66);
  border-radius: 999px;
  background: transparent;
  color: rgba(250, 242, 207, 0.78);
  transform: translateY(-50%);
}

.mk-promo .mk-promo__close:hover {
  background: rgba(250, 242, 207, 0.08);
  color: var(--cream-light);
  box-shadow: none;
  opacity: 1;
  transform: translateY(-50%);
}

.mk-mobile-toggle {
  display: none;
}

.mk-mobile-toggle span,
.mk-mobile-toggle span::before,
.mk-mobile-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.mk-mobile-toggle span {
  position: relative;
}

.mk-mobile-toggle span::before,
.mk-mobile-toggle span::after {
  position: absolute;
  left: 0;
}

.mk-mobile-toggle span::before {
  top: -6px;
}

.mk-mobile-toggle span::after {
  top: 6px;
}

.mk-mobile-panel {
  position: sticky;
  top: 0;
  z-index: 14;
  padding: 14px 18px 20px;
  border-bottom: 2px solid rgba(75, 124, 57, 0.16);
  background: var(--cream-light);
  box-shadow: 0 18px 38px rgba(58, 45, 11, 0.12);
}

.mk-mobile-panel[hidden] {
  display: none;
}

.mk-nav--mobile {
  align-items: stretch;
  flex-direction: column;
  gap: 0;
}

.mk-nav--mobile a {
  min-height: 48px;
  border-bottom: 1px solid rgba(75, 124, 57, 0.16);
  font-size: 16px;
}

.hero,
.mk-hero {
  position: relative;
  z-index: 1;
  height: 966px;
  min-height: 0;
  display: block;
  margin-bottom: 76px;
  padding: 0;
  background: #faf2cf;
  isolation: isolate;
  overflow: visible;
}

.mk-hero__pattern {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #faf2cf;
  opacity: 1;
}

.mk-hero__pattern video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 45%;
  opacity: 0.25;
  transform: scale(1.22);
  transform-origin: center;
}

.mk-hero::after {
  position: absolute;
  left: calc(50% - 945px);
  bottom: -142px;
  z-index: 4;
  width: 2136px;
  height: 286px;
  background: url("./assets/figma/hero-wave-clean.svg") 50% 100% / 100% 100% no-repeat;
  content: "";
}

.mk-hero__inner {
  position: absolute;
  inset: 0;
  z-index: 3;
  text-align: center;
}

.mk-hero__products {
  position: absolute;
  top: 6.7%;
  left: 50%;
  z-index: 2;
  width: 1197px;
  height: 486px;
  margin: 0;
  pointer-events: none;
  transform: translateX(-50%);
}

.mk-hero__bottle-wrap {
  position: absolute;
  display: block;
  width: 101px;
  height: 295px;
  transform-origin: 50% 90%;
  will-change: translate;
}

.mk-hero__bottle-wrap::after {
  position: absolute;
  left: 50%;
  bottom: -4%;
  z-index: -1;
  width: 100%;
  height: 26%;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(250, 242, 207, 0.96) 0%, rgba(250, 242, 207, 0.72) 38%, rgba(250, 242, 207, 0.18) 64%, rgba(250, 242, 207, 0) 82%);
  content: "";
  filter: blur(8px);
  transform: translateX(-50%);
}

.mk-hero__bottle {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  filter: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 48%, rgba(0, 0, 0, 0.82) 60%, rgba(0, 0, 0, 0.34) 76%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 48%, rgba(0, 0, 0, 0.82) 60%, rgba(0, 0, 0, 0.34) 76%, transparent 100%);
  will-change: opacity;
}

.mk-hero__bottle--layer-1 {
  animation: heroBottleLayerOne 16s linear infinite;
}

.mk-hero__bottle--layer-2 {
  animation: heroBottleLayerTwo 16s linear infinite;
}

.mk-hero__bottle--layer-3 {
  animation: heroBottleLayerThree 16s linear infinite;
}

.mk-hero__bottle--layer-4 {
  animation: heroBottleLayerFour 16s linear infinite;
}

.mk-hero__bottle-wrap--cream {
  left: 31.4%;
  top: 13.2%;
  z-index: 1;
  scale: 0.985;
  transform: rotate(-23deg);
  animation: heroBottleFloatCream 16s linear infinite;
}

.mk-hero__bottle-wrap--green {
  left: 39.1%;
  top: 4.2%;
  z-index: 10;
  scale: 1.045;
  transform: rotate(-7.1deg);
  animation: heroBottleFloatGreen 16s linear infinite;
}

.mk-hero__bottle-wrap--light {
  left: 49.1%;
  top: 5.6%;
  z-index: 3;
  scale: 1.025;
  transform: rotate(21.4deg);
  animation: heroBottleFloatLight 16s linear infinite;
}

.mk-hero__bottle-wrap--red {
  left: 57.2%;
  top: 14.8%;
  z-index: 2;
  scale: 1.005;
  transform: rotate(33.1deg);
  animation: heroBottleFloatRed 16s linear infinite;
}

.mk-hero__title-row {
  position: absolute;
  top: 37.35%;
  left: 50%;
  display: block;
  width: 1197px;
  transform: translateX(-50%);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green-main);
  font-size: 15px;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 980px;
  margin: 0 auto;
  color: var(--red-main);
  font-family: var(--display);
  font-size: clamp(54px, 8vw, 138px);
  font-weight: 900;
  line-height: 0.88;
  text-wrap: balance;
  text-transform: uppercase;
  text-shadow: 4px 5px 0 var(--yellow), 8px 9px 0 rgba(75, 124, 57, 0.16);
}

.mk-hero h1 {
  max-width: none;
  color: #e24d46;
  font-family: "Kare", var(--display);
  font-size: 120px;
  font-weight: 400;
  line-height: 0.908;
  letter-spacing: 1.63px;
  text-align: center;
  text-shadow: none;
  text-transform: lowercase;
}

.mk-hero h1 span {
  display: block;
  white-space: nowrap;
}

.mk-mobile-title-break {
  display: none;
}

.mk-hero h1 span:first-child {
  font-family: "Kare", var(--display);
  font-size: 1em;
  letter-spacing: 1.63px;
}

.mk-hero__jp {
  position: absolute;
  left: 6.8%;
  top: -18.8%;
  display: block;
  width: 153px;
  aspect-ratio: 4096 / 2189;
  transform: none;
  transform-origin: 58% 56%;
  animation: heroJpBounce 2.75s ease-in-out infinite;
}

.mk-hero__jp img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  animation: heroJpColorCycle 6.4s ease-in-out infinite;
}

.mk-hero__jp img:nth-child(1) {
  animation-delay: 0s;
}

.mk-hero__jp img:nth-child(2) {
  animation-delay: -4.8s;
}

.mk-hero__jp img:nth-child(3) {
  animation-delay: -3.2s;
}

.mk-hero__jp img:nth-child(4) {
  animation-delay: -1.6s;
}

.mk-hero__seal {
  position: absolute;
  right: 6.4%;
  top: -18.8%;
  display: block;
  width: 106px;
  height: 104px;
  transform: none;
  transform-origin: 50% 50%;
  animation: heroSealWiggle 3.15s ease-in-out infinite;
}

.mk-hero__seal img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  animation: heroSealVariant 5s ease-in-out infinite;
}

.mk-hero__seal img:nth-child(1) {
  animation-delay: 0s;
}

.mk-hero__seal img:nth-child(2) {
  animation-delay: -2.5s;
}

.mk-hero__waves {
  position: absolute;
  top: 622px;
  left: 50%;
  display: flex;
  justify-content: center;
  margin: 0;
  transform: translateX(-50%);
}

.mk-hero__waves img {
  display: block;
  width: 240px;
  height: auto;
}

.mk-hero__copy {
  position: absolute;
  top: 704px;
  left: 50%;
  width: 810px;
  margin: 0;
  color: var(--text-primary);
  font-family: var(--body);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0.55px;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.mk-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  position: absolute;
  top: 798px;
  left: calc(50% - 17px);
  width: 287px;
  min-width: 0;
  height: 82px;
  margin: 0;
  padding: 0 30px 0 16px;
  border: 4px solid rgba(99, 138, 82, 0.3);
  border-radius: 50px;
  background: rgba(250, 242, 207, 0.3);
  color: var(--text-primary);
  font-family: var(--body);
  overflow: hidden;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.mk-hero__cta-window {
  position: relative;
  display: block;
  flex: 0 0 172px;
  width: 172px;
  height: 42px;
  overflow: hidden;
}

.mk-hero__cta-track {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  transform: translateY(-50%);
  animation: heroCtaMarquee 5.2s linear infinite;
}

.mk-hero__cta strong {
  display: block;
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.55px;
  white-space: nowrap;
}

.mk-hero__cta-icon {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 min(3.18vw, 55px);
  width: min(3.18vw, 55px);
  height: min(2.84vw, 49px);
  animation: ctaIconPop 1.8s ease-in-out infinite;
}

.mk-hero__cta-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.mk-hero__cta-track i {
  display: block;
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  background: url("./assets/figma/ilustracoes-estrela.webp") center / contain no-repeat;
  animation: ctaSpark 1.5s ease-in-out infinite;
}

.hero-products {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.jar,
.pouch {
  position: relative;
  display: grid;
  place-items: center;
  color: var(--text-inverted);
  filter: drop-shadow(0 18px 18px rgba(53, 32, 10, 0.22));
}

.hero-products > .jar,
.hero-products > .pouch {
  position: absolute;
}

.jar {
  width: 132px;
  height: 168px;
  border: 5px solid rgba(26, 26, 26, 0.12);
  border-radius: 34px 34px 42px 42px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.24), transparent 28%), var(--red-main);
}

.jar::before {
  position: absolute;
  top: 26px;
  left: 16px;
  width: 18px;
  height: 95px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  content: "";
}

.lid {
  position: absolute;
  top: -30px;
  width: 88px;
  height: 36px;
  border: 5px solid rgba(26, 26, 26, 0.13);
  border-radius: 18px 18px 10px 10px;
  background: var(--yellow);
}

.label {
  width: 92px;
  min-height: 64px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: var(--cream-light);
  color: var(--red-main);
  font-family: var(--display);
  font-size: 23px;
  text-align: center;
}

.jar-green {
  background-color: var(--green-main);
}

.jar-green .label {
  color: var(--green-main);
}

.pouch {
  width: 148px;
  height: 180px;
  border-radius: 30px 30px 18px 18px;
  background: var(--yellow);
  clip-path: polygon(12% 0, 88% 0, 95% 100%, 5% 100%);
  color: var(--green-main);
  font-family: var(--display);
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}

.pouch::before {
  position: absolute;
  inset: 22px 20px auto;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  content: "";
}

.pouch-pink {
  background: var(--pink-main);
  color: var(--red-main);
}

.float-a {
  left: 9vw;
  top: 120px;
  animation: floatA 7s ease-in-out infinite;
}

.float-b {
  right: 9vw;
  top: 130px;
  animation: floatB 8s ease-in-out infinite;
}

.float-c {
  left: 18vw;
  bottom: 130px;
  animation: floatC 8.5s ease-in-out infinite;
}

.float-d {
  right: 18vw;
  bottom: 115px;
  animation: floatD 7.5s ease-in-out infinite;
}

.marquee-cta {
  position: absolute;
  bottom: 54px;
  z-index: 4;
  display: flex;
  align-items: center;
  width: min(760px, calc(100% - 40px));
  height: 68px;
  overflow: hidden;
  border: 3px solid var(--red-main);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--red-main);
  font-family: var(--display);
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: var(--shadow);
}

.marquee-cta span {
  white-space: nowrap;
  transform: translateX(0);
  animation: marquee 18s linear infinite;
}

.products-section,
.recipes-section,
.about-section {
  padding: clamp(72px, 9vw, 132px) clamp(20px, 6vw, 88px);
}

.section-heading {
  max-width: 920px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading h2,
.taste-copy h2,
.about-copy h2 {
  margin: 0;
  color: var(--red-main);
  font-family: var(--display);
  font-size: clamp(38px, 5vw, 80px);
  line-height: 0.95;
  text-transform: uppercase;
}

.section-heading p:last-child,
.about-copy p,
.taste-copy p {
  max-width: 780px;
  margin: 18px auto 0;
  color: var(--green-main);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.55;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.product-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 3px solid rgba(75, 124, 57, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff7d8, #f1dd8f);
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.product-card:hover {
  transform: translateY(-10px) rotate(-1deg);
  box-shadow: 0 34px 80px rgba(91, 58, 18, 0.25);
}

.product-art {
  min-height: 300px;
  display: grid;
  place-items: center;
}

.product-info h3 {
  margin: 0;
  color: var(--green-main);
  font-family: var(--display);
  font-size: 32px;
  line-height: 1;
}

.product-info p {
  margin: 12px 0 22px;
  color: var(--gray-darkest);
  font-size: 17px;
  font-weight: 800;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--red-main);
  font-weight: 1000;
}

.taste-band {
  position: relative;
  overflow: hidden;
  padding: 86px 20px 116px;
  background: var(--green-main);
  color: var(--text-inverted);
  text-align: center;
}

.taste-band::before,
.taste-band::after {
  position: absolute;
  left: -5vw;
  right: -5vw;
  height: 74px;
  content: "";
  background:
    radial-gradient(36px 36px at 36px 0, transparent 34px, var(--cream-light) 36px)
    0 0 / 72px 74px repeat-x;
}

.taste-band::before {
  top: -1px;
  transform: rotate(180deg);
}

.taste-band::after {
  bottom: -1px;
}

.taste-copy h2 {
  color: var(--yellow);
}

.taste-copy p {
  color: var(--cream-light);
}

.ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  display: flex;
  gap: 20px;
  color: rgba(255, 255, 255, 0.35);
  font-family: var(--display);
  font-size: 44px;
  text-transform: uppercase;
}

.ticker span {
  flex: none;
  min-width: 100%;
  animation: marquee 20s linear infinite;
}

.story-carousel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1200px;
  margin: 0 auto;
}

.story-card {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border-radius: 8px;
  color: var(--text-inverted);
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.42)),
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.34) 0 72px, transparent 74px),
    var(--red-main);
  box-shadow: var(--shadow);
  transition: transform 0.35s ease;
}

.story-card:hover {
  transform: scale(1.03);
}

.story-card.green {
  background-color: var(--green-main);
}

.story-card.yellow {
  background-color: var(--yellow);
  color: var(--green-main);
}

.story-card span {
  position: absolute;
  margin-bottom: 380px;
  font-family: var(--display);
  font-size: 42px;
  opacity: 0.55;
}

.story-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 36px;
  line-height: 1;
}

.story-card p {
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(34px, 6vw, 90px);
  background: var(--gray-lightest);
}

.about-art {
  position: relative;
  min-height: 540px;
}

.pill-photo {
  position: absolute;
  width: 48%;
  min-width: 230px;
  height: 470px;
  border: 8px solid var(--cream-light);
  border-radius: 999px;
  box-shadow: var(--shadow);
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.76) 0 44px, transparent 46px),
    linear-gradient(145deg, var(--red-light), var(--yellow));
}

.photo-one {
  left: 6%;
  top: 10px;
  transform: rotate(-8deg);
}

.photo-two {
  right: 5%;
  bottom: 0;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.76) 0 44px, transparent 46px),
    linear-gradient(145deg, var(--green-light), var(--pink-main));
  transform: rotate(7deg);
}

.stamp {
  position: absolute;
  left: 50%;
  top: 48%;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  border: 5px dashed var(--red-main);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--red-main);
  font-family: var(--display);
  font-size: 23px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(-12deg);
  animation: spinStamp 16s linear infinite;
}

.about-copy {
  max-width: 620px;
}

.about-copy h2 {
  color: var(--gray-darkest);
}

.about-copy h2::first-line {
  color: var(--red-main);
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  margin-top: 26px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--red-main);
  color: var(--text-inverted);
  font-weight: 1000;
}

.site-footer {
  padding: 80px clamp(20px, 6vw, 88px) 30px;
  background: var(--green-main);
  color: var(--text-inverted);
}

.footer-logo {
  width: min(520px, 100%);
  min-height: 190px;
  margin: 0 auto 28px;
  animation: logoColor 7s steps(1) infinite;
}

.footer-logo span {
  font-size: clamp(58px, 9vw, 128px);
}

.footer-logo strong {
  font-size: clamp(80px, 12vw, 180px);
}

.footer-contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 52px;
}

.footer-contact p {
  margin: 0;
  padding: 12px 18px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  max-width: 1120px;
  margin: 0 auto 52px;
}

.footer-grid h3 {
  margin: 0 0 14px;
  color: var(--yellow);
  font-family: var(--display);
  font-size: 24px;
}

.footer-grid a,
.footer-grid p {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
}

.payment-row {
  line-height: 1.6;
}

.copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  text-align: center;
}

.reveal-card,
.mk-page-reveal {
  opacity: 0;
  transform: translateY(-18px);
}

.reveal-card.is-visible,
.mk-page-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.72s ease var(--reveal-delay, 0ms),
    transform 0.72s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms);
}

.mk-hero__cta.mk-page-reveal {
  transform: translate(-50%, -18px);
}

.mk-hero__cta.mk-page-reveal.is-visible {
  transform: translate(-50%, 0);
}

.mk-hero__waves.mk-page-reveal {
  transform: translate(-50%, -18px);
}

.mk-hero__waves.mk-page-reveal.is-visible {
  transform: translate(-50%, 0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-card,
  .mk-page-reveal {
    opacity: 1;
    transform: none;
  }

  .reveal-card.is-visible,
  .mk-page-reveal.is-visible {
    transition: none;
  }

  .mk-hero__cta.mk-page-reveal,
  .mk-hero__cta.mk-page-reveal.is-visible,
  .mk-hero__waves.mk-page-reveal,
  .mk-hero__waves.mk-page-reveal.is-visible {
    transform: translateX(-50%);
  }
}

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

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(42px, 42px, 0);
  }
}

@keyframes floatA {
  0%, 100% { transform: translateY(0) rotate(-10deg); }
  50% { transform: translateY(-22px) rotate(-3deg); }
}

@keyframes floatB {
  0%, 100% { transform: translateY(0) rotate(9deg); }
  50% { transform: translateY(24px) rotate(2deg); }
}

@keyframes floatC {
  0%, 100% { transform: translateY(0) rotate(7deg); }
  50% { transform: translateY(-18px) rotate(13deg); }
}

@keyframes floatD {
  0%, 100% { transform: translateY(0) rotate(-6deg); }
  50% { transform: translateY(20px) rotate(-12deg); }
}

@keyframes bottleFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

@keyframes heroBottleFloatCream {
  0%, 25%, 50%, 75%, 100% { translate: 0 -17px; }
  6.25%, 56.25% { translate: 0 -10px; }
  12.5%, 62.5% { translate: 0 17px; }
  18.75%, 68.75% { translate: 0 10px; }
  31.25%, 81.25% { translate: 0 -10px; }
  37.5%, 87.5% { translate: 0 17px; }
  43.75%, 93.75% { translate: 0 10px; }
}

@keyframes heroBottleFloatGreen {
  0%, 25%, 50%, 75%, 100% { translate: 0 0; }
  6.25%, 56.25% { translate: 0 20px; }
  12.5%, 62.5% { translate: 0 0; }
  18.75%, 68.75% { translate: 0 -20px; }
  31.25%, 81.25% { translate: 0 20px; }
  37.5%, 87.5% { translate: 0 0; }
  43.75%, 93.75% { translate: 0 -20px; }
}

@keyframes heroBottleFloatLight {
  0%, 25%, 50%, 75%, 100% { translate: 0 -17px; }
  6.25%, 56.25% { translate: 0 10px; }
  12.5%, 62.5% { translate: 0 17px; }
  18.75%, 68.75% { translate: 0 -10px; }
  31.25%, 81.25% { translate: 0 10px; }
  37.5%, 87.5% { translate: 0 17px; }
  43.75%, 93.75% { translate: 0 -10px; }
}

@keyframes heroBottleFloatRed {
  0%, 25%, 50%, 75%, 100% { translate: 0 0; }
  6.25%, 56.25% { translate: 0 -20px; }
  12.5%, 62.5% { translate: 0 0; }
  18.75%, 68.75% { translate: 0 20px; }
  31.25%, 81.25% { translate: 0 -20px; }
  37.5%, 87.5% { translate: 0 0; }
  43.75%, 93.75% { translate: 0 20px; }
}

@keyframes heroBottleLayerOne {
  0%, 21.87% { opacity: 1; }
  25%, 96.87% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes heroBottleLayerTwo {
  0%, 21.87% { opacity: 0; }
  25%, 46.87% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

@keyframes heroBottleLayerThree {
  0%, 46.87% { opacity: 0; }
  50%, 71.87% { opacity: 1; }
  75%, 100% { opacity: 0; }
}

@keyframes heroBottleLayerFour {
  0%, 71.87% { opacity: 0; }
  75%, 96.87% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes heroJpBounce {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-20deg); }
  45% { transform: translate3d(0, -8px, 0) rotate(-13deg); }
  70% { transform: translate3d(0, 3px, 0) rotate(-24deg); }
}

@keyframes heroJpColorCycle {
  0%, 16% { opacity: 1; }
  25%, 91% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes heroSealWiggle {
  0%, 100% { transform: rotate(24deg) scale(1); }
  35% { transform: rotate(31deg) scale(1.035); }
  65% { transform: rotate(18deg) scale(0.985); }
}

@keyframes heroSealVariant {
  0%, 36% { opacity: 1; }
  50%, 86% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes heroCtaMarquee {
  from { transform: translate3d(0, -50%, 0); }
  to { transform: translate3d(-204px, -50%, 0); }
}

@keyframes ctaIconPop {
  0%, 100% { transform: rotate(-5deg) scale(1); }
  50% { transform: rotate(5deg) scale(1.08); }
}

@keyframes ctaSpark {
  0%, 100% { opacity: 0.45; transform: rotate(45deg) scale(0.82); }
  50% { opacity: 1; transform: rotate(45deg) scale(1.16); }
}

@keyframes spinStamp {
  from { transform: translate(-50%, -50%) rotate(-12deg); }
  to { transform: translate(-50%, -50%) rotate(348deg); }
}

@keyframes logoColor {
  0%, 24% { color: var(--red-main); }
  25%, 49% { color: var(--yellow); }
  50%, 74% { color: var(--pink-main); }
  75%, 100% { color: var(--cream-light); }
}

@keyframes mkStarTwinkle {
  0%, 100% {
    opacity: 0.55;
  }

  35% {
    opacity: 1;
  }

  70% {
    opacity: 0.82;
  }
}

@keyframes mkStarColorCycle {
  0%, 18% {
    background: #f4e4a5;
  }

  25%, 43% {
    background: #ef2b24;
  }

  50%, 68% {
    background: #42783a;
  }

  75%, 93% {
    background: #efabaf;
  }
}

@media (max-width: 980px) {
  :root {
    --topbar-height: 38px;
    --header-height: 76px;
  }

  .mk-header__inner {
    grid-template-columns: auto 1fr;
    min-height: 76px;
    padding: 10px clamp(18px, 4vw, 32px);
  }

  .mk-nav--desktop,
  .mk-account {
    display: none;
  }

  .mk-commerce-group {
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
  }

  .mk-logo {
    justify-self: start;
    width: 124px;
    height: 58px;
  }

  .mk-mobile-toggle {
    display: inline-flex;
  }

  .mk-cart {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
  }

  .mk-cart span {
    display: none;
  }

  .hero,
  .mk-hero {
    height: calc((var(--mk-stable-vh, 1vh) * 100) - var(--topbar-height) - var(--header-height));
    min-height: 0;
  }

  .mk-hero::after {
    left: 50%;
    bottom: -96px;
    width: 180vw;
    height: 220px;
    transform: translateX(-50%);
  }

  .mk-hero__products {
    top: 6.8%;
    width: min(90vw, 640px);
    height: min(55vw, 330px);
    margin: 0;
  }

  .mk-hero__bottle-wrap {
    width: min(14.4vw, 67px);
    height: min(38.4vw, 240px);
  }

  .mk-hero h1 {
    font-size: clamp(54px, 11.7vw, 92px);
  }

  .mk-hero__jp {
    left: 7.6%;
    top: -16%;
    width: clamp(76px, 14vw, 112px);
  }

  .mk-hero__seal {
    right: clamp(12px, 7vw, 58px);
    top: clamp(10px, 3vw, 24px);
    width: clamp(48px, 8.5vw, 68px);
    height: clamp(47px, 8.3vw, 66px);
  }

  .mk-hero__copy {
    max-width: 720px;
    font-size: clamp(16px, 2.7vw, 22px);
  }

  .mk-hero__cta {
    height: 56px;
    min-width: 248px;
    margin-top: clamp(24px, 4.5vh, 42px);
    border-width: 3px;
  }

  .float-a {
    left: 2vw;
    top: 92px;
  }

  .float-b {
    right: 2vw;
    top: 112px;
  }

  .float-c {
    left: 10vw;
    bottom: 124px;
  }

  .float-d {
    right: 7vw;
    bottom: 112px;
  }

  .hero-products .jar {
    width: 84px;
    height: 112px;
    border-radius: 24px;
  }

  .hero-products .lid {
    width: 58px;
    height: 24px;
    top: -20px;
  }

  .hero-products .label {
    width: 58px;
    min-height: 42px;
    font-size: 14px;
  }

  .hero-products .pouch {
    width: 92px;
    height: 118px;
    font-size: 16px;
  }

  .product-grid,
  .story-carousel,
  .about-section,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .story-carousel {
    max-width: 460px;
  }

  .product-card {
    min-height: 450px;
  }

  .story-card {
    min-height: 360px;
  }

  .about-art {
    min-height: 390px;
  }

  .pill-photo {
    min-width: 170px;
    height: 320px;
  }

  .stamp {
    width: 118px;
    height: 118px;
    font-size: 18px;
  }
}

@media (max-width: 1220px) and (min-width: 981px) {
  .mk-header__inner {
    gap: 22px;
    padding-inline: 30px;
  }

  .mk-nav {
    gap: 16px;
  }

  .mk-nav a {
    font-size: 14px;
  }

  .mk-actions {
    gap: 12px;
  }

  .mk-commerce-group {
    height: 50px;
    padding-left: 20px;
  }

  .mk-pill {
    font-size: 14px;
  }

  .mk-account {
    height: 50px;
    padding-right: 20px;
  }

  .mk-cart {
    min-width: 160px;
    height: 42px;
    padding-inline: 22px;
  }
}

@media (max-width: 560px) {
  :root {
    --header-height: 72px;
  }

  .mk-header {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .mk-promo {
    min-height: 38px;
    padding: 8px 44px 8px 18px;
    font-size: 13px;
  }

  .mk-promo__close {
    right: 10px;
  }

  .mk-header__inner {
    position: relative;
    display: block;
    width: 100vw;
    max-width: 100vw;
    min-height: 72px;
    padding: 9px 14px;
  }

  .mk-actions {
    position: absolute;
    right: 34px;
    top: 50%;
    flex: none;
    gap: 6px;
    width: 38px;
    transform: translateY(-50%);
  }

  .mk-actions .mk-commerce-group,
  .mk-actions .mk-mobile-toggle {
    display: none;
  }

  .mk-actions .mk-search,
  .mk-actions .mk-commerce-group,
  .mk-actions .mk-mobile-toggle {
    position: static;
    z-index: 40;
  }

  .mk-icon-button,
  .mk-pill,
  .icon-button,
  .pill {
    height: 38px;
    min-width: 38px;
  }

  .mk-commerce-group {
    width: 38px;
    height: 38px;
  }

  .mk-cart {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }

  .mk-cart img {
    width: 21px;
    height: 21px;
  }

  .mk-cart i {
    right: 7px;
    top: 8px;
    width: 9px;
    height: 9px;
  }

  .mk-logo {
    width: 112px;
    height: 54px;
    justify-content: flex-start;
  }

  .mk-hero {
    padding: 0;
  }

  .mk-hero__products {
    top: 7.2%;
    width: min(94vw, 414px);
    height: clamp(188px, 49vw, 250px);
    margin: 0;
  }

  .mk-hero__bottle-wrap {
    width: clamp(51px, 14.6vw, 72px);
    height: clamp(150px, 43vw, 210px);
  }

  .mk-hero__bottle-wrap--cream {
    left: 14%;
    top: 17%;
    transform: rotate(-16deg);
  }

  .mk-hero__bottle-wrap--green {
    left: 32%;
    top: 2%;
    transform: rotate(-3deg);
  }

  .mk-hero__bottle-wrap--light {
    left: 50%;
    top: 4%;
    transform: rotate(13deg);
  }

  .mk-hero__bottle-wrap--red {
    left: 67%;
    top: 17%;
    transform: rotate(20deg);
  }

  .mk-hero__title-row {
    top: clamp(174px, 46vw, 204px);
    width: calc(100vw - 28px);
  }

  .mk-hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 11.4vw, 46px);
    line-height: 0.92;
  }

  .mk-hero h1 span {
    white-space: normal;
  }

  .mk-mobile-title-break {
    display: block;
  }

  .mk-hero__jp {
    left: 5%;
    top: -20%;
    width: clamp(50px, 15vw, 64px);
  }

  .mk-hero__seal {
    right: 1.5%;
    top: -20%;
    width: clamp(36px, 11vw, 46px);
  }

  .mk-hero__waves {
    top: clamp(326px, calc(80vw + 14px), 354px);
    margin: 0;
  }

  .mk-hero__waves img {
    width: clamp(132px, 40vw, 162px);
  }

  .mk-hero__copy {
    top: clamp(372px, calc(88vw + 28px), 406px);
    width: min(92vw, 420px);
    max-width: none;
    font-size: clamp(13px, 3.65vw, 16px);
    line-height: 1.24;
  }

  .mk-hero__cta {
    top: clamp(442px, calc(106vw + 28px), 480px);
    left: 50%;
    width: clamp(214px, 58vw, 244px);
    height: clamp(52px, 15vw, 62px);
    justify-content: center;
    gap: 8px;
    margin-top: 0;
    padding: 0 12px;
  }

  .mk-hero__cta-window {
    flex-basis: clamp(126px, 36vw, 150px);
    width: clamp(126px, 36vw, 150px);
    height: 34px;
  }

  .mk-hero__cta strong {
    font-size: clamp(15px, 4.2vw, 18px);
  }

  .mk-hero__cta-icon {
    flex-basis: clamp(38px, 11vw, 44px);
    width: clamp(38px, 11vw, 44px);
    height: clamp(34px, 9.8vw, 40px);
  }

  .mk-mobile-panel {
    padding-inline: 14px;
  }

  h1 {
    max-width: 350px;
    font-size: clamp(38px, 11vw, 47px);
    line-height: 0.96;
    text-shadow: 3px 4px 0 var(--yellow);
  }

  .mk-hero h1 span {
    white-space: normal;
  }

  .hero-copy {
    max-width: 360px;
    font-size: 16px;
  }

  .hero-products {
    inset-inline: -10px;
    overflow: hidden;
  }

  .float-a {
    left: 3px;
  }

  .float-b {
    right: 3px;
  }

  .float-c {
    left: 42px;
  }

  .float-d {
    right: 28px;
  }

  .marquee-cta {
    width: calc(100% - 32px);
    height: 58px;
    font-size: 20px;
  }

  .products-section,
  .recipes-section,
  .about-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-heading h2,
  .taste-copy h2,
  .about-copy h2 {
    font-size: clamp(34px, 12vw, 52px);
  }

  .section-heading p:last-child,
  .about-copy p,
  .taste-copy p {
    font-size: 16px;
  }

  .footer-contact {
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 980px) and (min-width: 561px) {
  .mk-actions .mk-account {
    display: none !important;
  }

  .mk-actions .mk-search,
  .mk-actions .mk-commerce-group,
  .mk-actions .mk-mobile-toggle {
    flex: 0 0 44px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
  }

  .mk-actions .mk-mobile-toggle {
    display: inline-flex !important;
    visibility: visible;
  }
}

@media (max-width: 980px) {
  .mk-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mk-logo {
    flex: 0 0 auto;
    justify-self: auto;
  }

  .mk-actions {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: auto;
    transform: none;
  }

  .mk-actions .mk-search {
    display: none;
  }

  .mk-actions .mk-commerce-group {
    display: inline-flex;
    align-items: center;
    gap: 0;
    width: auto;
    height: 54px;
    padding: 0 6px 0 17px;
    border-radius: 999px;
    background: var(--cream-light);
  }

  .mk-actions .mk-account {
    display: inline-flex !important;
    width: 42px;
    min-width: 42px;
    height: 54px;
    padding: 0;
    background: transparent;
  }

  .mk-actions .mk-account span {
    display: none;
  }

  .mk-actions .mk-account__icon {
    width: 23px;
    height: 23px;
    stroke-width: 1.8;
  }

  .mk-actions .mk-cart {
    display: inline-flex;
    width: 52px;
    min-width: 52px;
    height: 46px;
    padding: 0;
    border-radius: 999px;
    background: var(--yellow);
  }

  .mk-actions .mk-cart span {
    display: none;
  }

  .mk-actions .mk-cart img {
    width: 24px;
    height: 24px;
  }

  .mk-actions .mk-cart i {
    right: 9px;
    top: 9px;
    width: 10px;
    height: 10px;
  }

  .mk-actions .mk-mobile-toggle {
    display: inline-flex !important;
    width: 54px;
    min-width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 999px;
    background: var(--cream-light);
  }

  .mk-mobile-toggle span {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: var(--text-primary);
    box-shadow: 13px 0 0 var(--text-primary), 0 13px 0 var(--text-primary), 13px 13px 0 var(--text-primary);
    transform: translate(-6.5px, -6.5px);
  }

  .mk-mobile-toggle span::before,
  .mk-mobile-toggle span::after {
    display: none;
  }
}

@media (max-width: 560px) {
  :root {
    --header-height: 96px;
  }

  .mk-header__inner {
    display: flex;
    min-height: 96px;
    padding: 14px 24px 14px 28px;
  }

  .mk-logo {
    width: clamp(104px, 25vw, 128px);
    height: 72px;
  }

  .mk-actions {
    gap: 8px;
  }

  .mk-actions .mk-commerce-group {
    height: 50px;
    padding: 0 5px 0 14px;
  }

  .mk-actions .mk-account {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    min-width: 36px;
    height: 50px;
    margin: 0 auto;
  }

  .mk-actions .mk-account__icon {
    display: block;
    width: 22px;
    height: 22px;
    margin: auto;
  }

  .mk-actions .mk-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
  }

  .mk-actions .mk-cart img {
    display: block;
    width: 22px;
    height: 22px;
  }

  .mk-actions .mk-cart i {
    right: 5px;
    top: 2px;
    width: 8px;
    height: 8px;
  }

  .mk-actions .mk-mobile-toggle {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .mk-product-showcase--first {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }

  .mk-product-showcase--first .mk-section-head {
    width: min(420px, calc(100vw - 52px));
  }

  .mk-product-showcase--first .mk-product-grid {
    display: flex;
    justify-content: flex-start;
    gap: 31px;
    width: 100vw;
    margin-top: 48px;
    padding: 0 0 0 47px;
    overflow-x: auto;
    scroll-padding-left: 47px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .mk-product-showcase--first .mk-product-grid::-webkit-scrollbar {
    display: none;
  }

  .mk-product-showcase--first .mk-product-card {
    flex: 0 0 min(77vw, 387px);
    width: min(77vw, 387px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* Full Figma home rebuild below the approved header/hero. */
.mk-section-head {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: min(810px, calc(100vw - 40px));
  margin: 0 auto;
  text-align: center;
}

.mk-section-head h2,
.mk-flavor-copy h2 {
  margin: 0;
  color: #000000;
  font-family: "Gliker", var(--body);
  font-size: clamp(36px, 2.78vw, 48px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.55px;
}

.mk-section-head p,
.mk-flavor-copy p {
  width: min(810px, 100%);
  margin: 24px auto 0;
  color: #1a1a1a;
  font-family: var(--body);
  font-size: clamp(18px, 1.39vw, 24px);
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0.55px;
  text-align: center;
}

.mk-kicker-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 486px;
  max-width: 100%;
  height: 50px;
  margin-bottom: 48px;
}

.mk-kicker-row img:first-child,
.mk-kicker-row img:last-child {
  width: 125px;
  height: auto;
}

.mk-kicker-row img:nth-child(2) {
  width: 200px;
  max-height: 50px;
  object-fit: contain;
}

.mk-carousel-controls {
  display: flex;
  gap: 12px;
  margin-top: 40px;
}

.mk-carousel-controls button {
  position: relative;
  width: 55px;
  height: 55px;
  border: 0;
  border-radius: 57px;
  background: #e5b734;
}

.mk-carousel-controls button span {
  position: absolute;
  inset: 0;
}

.mk-carousel-controls button span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-left: 3px solid #000000;
  border-bottom: 3px solid #000000;
  content: "";
  transform: translate(-35%, -50%) rotate(45deg);
}

.mk-carousel-controls button:last-child span::before {
  transform: translate(-65%, -50%) rotate(-135deg);
}

.mk-product-showcase {
  position: relative;
  z-index: 5;
  padding: 115px 0 0;
  background: #ffffff;
}

.mk-product-showcase--first {
  height: 850px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 0;
}

@media (min-width: 981px) {
  .mk-product-showcase--first {
    height: 940px;
  }
}

.mk-product-showcase--second {
  height: 719px;
  padding: 0 0 227px;
}

.mk-product-showcase--second .mk-product-grid {
  grid-template-columns: repeat(4, minmax(0, 285px));
  gap: 18px;
  width: min(1208px, calc(100vw - 48px));
  margin-top: 0;
}

.mk-product-showcase--second .mk-product-card {
  height: 428px;
}

.mk-product-showcase--second .mk-product-card__art {
  height: 312px;
}

.mk-product-showcase--second .mk-product-card__pattern {
  width: 228px;
}

.mk-product-showcase--second .mk-product-card__info {
  height: 93px;
  padding: 0 32px;
}

.mk-product-showcase--second .mk-product-card__info h3,
.mk-product-showcase--second .mk-product-card__info strong {
  font-size: 18px;
}

.mk-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 285px));
  justify-content: center;
  gap: 18px;
  width: min(1208px, calc(100vw - 48px));
  margin: 57px auto 0;
}

.mk-product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 428px;
  border-radius: 24px;
  background: #faf2cf;
}

.mk-product-grid.is-carousel-moving {
  pointer-events: none;
}

.mk-product-grid.is-carousel-moving .mk-product-card {
  will-change: transform, opacity;
}

.mk-product-card--clone {
  pointer-events: none;
}

.mk-product-grid.is-slide-out-left .mk-product-card {
  animation: mkProductSlideOutLeft 360ms cubic-bezier(0.4, 0, 1, 1) both;
}

.mk-product-grid.is-slide-out-right .mk-product-card {
  animation: mkProductSlideOutRight 360ms cubic-bezier(0.4, 0, 1, 1) both;
}

.mk-product-grid.is-slide-in-right .mk-product-card {
  animation: mkProductSlideInRight 460ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.mk-product-grid.is-slide-in-left .mk-product-card {
  animation: mkProductSlideInLeft 460ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.mk-product-grid.is-carousel-moving .mk-product-card:nth-child(2) {
  animation-delay: 30ms;
}

.mk-product-grid.is-carousel-moving .mk-product-card:nth-child(3) {
  animation-delay: 60ms;
}

.mk-product-grid.is-carousel-moving .mk-product-card:nth-child(4) {
  animation-delay: 90ms;
}

@keyframes mkProductSlideOutLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-42px, 0, 0);
  }
}

@keyframes mkProductSlideOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(42px, 0, 0);
  }
}

@keyframes mkProductSlideInRight {
  from {
    opacity: 0;
    transform: translate3d(42px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes mkProductSlideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-42px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.mk-product-card__art {
  position: relative;
  display: grid;
  place-items: center;
  height: 312px;
  margin: 8px 8px 0;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
}

.mk-product-card__pattern {
  position: absolute;
  width: 228px;
  height: auto;
  opacity: 1;
}

.mk-product-card__bottle {
  position: relative;
  z-index: 1;
  width: auto;
  height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 20px 26px rgba(0, 0, 0, 0.16));
  transform-origin: 50% 53%;
}

.mk-product-showcase--first .mk-product-card:nth-child(1) .mk-product-card__bottle {
  height: 276px;
  transform: rotate(-18deg) translate(-8px, 8px);
}

.mk-product-showcase--first .mk-product-card:nth-child(2) .mk-product-card__bottle {
  height: 276px;
  transform: rotate(18deg) translate(8px, 8px);
}

.mk-product-showcase--first .mk-product-card:nth-child(3) .mk-product-card__bottle {
  height: 276px;
  transform: rotate(18deg) translate(8px, 8px);
}

.mk-product-showcase--first .mk-product-card:nth-child(4) .mk-product-card__bottle {
  height: 276px;
  transform: rotate(-12deg) translate(-4px, 8px);
}

.mk-product-card__bottle--small {
  height: 380px;
}

.mk-product-card__info {
  display: grid;
  grid-template-columns: 1fr 55px;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 24px;
  height: 90px;
  margin-top: 10px;
  padding: 0 24px;
}

.mk-product-card__info h3,
.mk-product-card__info strong {
  margin: 0;
  color: #000000;
  font-family: var(--body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0.74px;
  text-transform: none;
}

.mk-product-card__info strong {
  color: #efabaf;
  line-height: 1.32;
}

.mk-product-card__info a {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 57px;
  background: #e5b734;
}

.mk-product-card__info a::before,
.mk-product-card__info a::after {
  position: absolute;
  content: "";
}

.mk-product-card__info a::before {
  inset: 12px;
  background: url("./assets/figma/group-3.svg") center / contain no-repeat;
}

.mk-product-card__info a::after {
  display: none;
}

.mk-marquee-band {
  height: 148px;
  padding: 22px 0;
  overflow: hidden;
  background: #638a52;
}

.mk-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  min-width: max-content;
  height: 100%;
  animation: mkMarquee 46s linear infinite;
}

.mk-marquee-set {
  display: flex;
  align-items: center;
  gap: 23px;
  min-width: max-content;
  padding-right: 23px;
}

.mk-marquee-track span {
  color: #faf2cf;
  font-family: var(--body);
  font-size: 28px;
  line-height: 0.8;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  white-space: nowrap;
}

.mk-marquee-track img {
  width: auto;
  max-width: 160px;
  height: 76px;
  object-fit: contain;
}

.mk-marquee-track .mk-marquee-jp {
  width: auto;
  max-width: 160px;
  height: 76px;
  object-fit: contain;
}

.mk-marquee-track .mk-marquee-product {
  width: 160px;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
}

.mk-marquee-track .mk-marquee-product--jars-crop {
  width: 160px;
  height: auto;
  padding: 0;
  object-fit: contain;
}

.mk-marquee-track .mk-marquee-product--jars-full {
  width: 160px;
  height: auto;
  padding: 0;
  object-fit: contain;
}

.mk-marquee-track .mk-marquee-product--kit {
  width: 160px;
  height: auto;
  padding: 0;
  object-fit: contain;
}

.mk-media-band {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: transparent;
}

.mk-media-band > img,
.mk-media-band > video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mk-media-band--sauce {
  height: clamp(650px, 65.16vw, 1126px);
  overflow: visible;
  z-index: 1;
}

.mk-media-band--sauce > img,
.mk-media-band--sauce > video {
  height: 100%;
}

.mk-stack-waves {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 126.2vw;
  max-width: 2187px;
  height: clamp(180px, 17.6vw, 304px);
  background: url("./assets/figma/group-13.svg") 50% 100% / 100% 100% no-repeat;
  transform: translate(-50%, 50%);
}

.mk-stack-waves i {
  display: none;
}

.mk-flavor-copy {
  position: relative;
  z-index: 0;
  height: 500px;
  min-height: 0;
  margin-top: 0;
  padding: 174px 0 46px;
  background: #ffffff;
}

.mk-product-showcase--first .mk-section-head {
  position: relative;
  z-index: 6;
  height: 265px;
  width: min(810px, calc(100vw - 40px));
}

.mk-flavor-copy .mk-section-head {
  height: 280px;
  width: min(974px, calc(100vw - 40px));
}

.mk-product-showcase--first .mk-kicker-row,
.mk-flavor-copy .mk-kicker-row {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

.mk-product-showcase--first .mk-section-head h2,
.mk-flavor-copy .mk-section-head h2 {
  position: absolute;
  top: 83px;
  left: 0;
  width: 100%;
}

.mk-flavor-copy .mk-section-head h2 {
  top: 98px;
  width: 974px;
  max-width: 100%;
  color: #000000;
  font-family: "Gliker", var(--body);
  font-size: 48px;
  font-weight: 600;
  line-height: 57.6px;
  letter-spacing: 0.55px;
  overflow-wrap: normal;
  text-align: center;
  white-space: nowrap;
}

.mk-product-showcase--first .mk-section-head p,
.mk-flavor-copy .mk-section-head p {
  position: absolute;
  top: 150px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

.mk-flavor-copy .mk-section-head p {
  top: 164px;
  width: min(810px, 100%);
  color: #1a1a1a;
  font-family: var(--body);
  font-size: 24px;
  font-weight: 400;
  line-height: 31.68px;
  letter-spacing: 0.55px;
  overflow-wrap: normal;
  text-align: center;
  text-transform: uppercase;
}

.mk-product-showcase--first .mk-carousel-controls,
.mk-flavor-copy .mk-carousel-controls {
  position: absolute;
  top: 228px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

.mk-flavor-copy .mk-carousel-controls {
  top: 247px;
}

.mk-benefits {
  position: relative;
  z-index: 6;
  min-height: 926px;
  margin-top: -160px;
  padding: 52px 0 94px;
  background: #ffffff;
}

.mk-benefits__headline {
  position: relative;
  z-index: 2;
  width: min(1197px, calc(100vw - 48px));
  min-height: 258px;
  margin: 0 auto 62px;
}

.mk-benefits__headline h2 {
  position: relative;
  max-width: 870px;
  margin: 0 auto;
  color: #000000;
  font-family: "Gliker", var(--body);
  font-size: clamp(28px, 2.32vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.55px;
  text-align: center;
}

.mk-star-pill {
  position: relative;
  top: -0.08em;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 135px;
  height: 46px;
  margin: 0 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #faf2cf;
  vertical-align: middle;
}

.mk-star-pill img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  transform-origin: center;
  animation: mkStarTwinkle 1.8s ease-in-out infinite;
}

.mk-star-pill i {
  display: block;
  width: 24px;
  height: 24px;
  background: #f4e4a5;
  -webkit-mask: url("./assets/figma/ilustracoes-estrela.webp") center / contain no-repeat;
  mask: url("./assets/figma/ilustracoes-estrela.webp") center / contain no-repeat;
  animation: mkStarColorCycle 5.6s ease-in-out infinite;
}

.mk-star-pill img {
  display: none;
}

.mk-star-pill i:nth-child(2) {
  animation-delay: -3.6s;
}

.mk-star-pill i:nth-child(3) {
  animation-delay: -2.4s;
}

.mk-star-pill i:nth-child(4) {
  animation-delay: -1.2s;
}

.mk-benefits__headline-wave {
  position: absolute;
  left: 50%;
  top: 206px;
  display: block;
  width: 125px;
  height: auto;
  transform: translateX(-50%);
}

.mk-benefits__grid {
  position: relative;
  width: min(1201px, calc(100vw - 48px));
  height: 544px;
  margin: 0 auto;
}

.mk-benefit-card,
.mk-benefit-photo {
  position: absolute;
  overflow: hidden;
  border-radius: 24px;
}

.mk-benefit-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 261px;
  padding: 42px 36px;
  background: #f4e4a5;
}

.mk-benefit-card--natural {
  left: 0;
  top: 0;
  width: 590px;
  height: 261px;
}

.mk-benefit-card--preservatives {
  left: 406px;
  top: 281px;
  width: 488px;
  height: 261px;
  background: #efabaf;
}

.mk-benefit-photo {
  object-fit: cover;
}

.mk-benefit-photo--one {
  left: 610px;
  top: 0;
  width: 285px;
  height: 261px;
}

.mk-benefit-photo--two {
  left: 915px;
  top: 0;
  width: 282px;
  height: 544px;
}

.mk-benefit-photo--three {
  left: 0;
  top: 281px;
  width: 387px;
  height: 261px;
}

.mk-benefit-card div {
  position: absolute;
  right: -18px;
  bottom: -30px;
  width: 210px;
  opacity: 0.45;
}

.mk-benefit-card--natural {
  padding-right: 260px;
}

.mk-benefit-card--natural div {
  right: 26px;
  top: 50%;
  bottom: auto;
  width: 245px;
  opacity: 1;
  transform: translateY(-50%);
}

.mk-benefit-card--preservatives {
  padding-right: 128px;
}

.mk-benefit-card--preservatives div {
  right: 28px;
  top: 31px;
  bottom: auto;
  width: 76px;
  opacity: 1;
}

.mk-benefit-card img {
  width: 100%;
  height: auto;
}

.mk-benefit-card h3 {
  position: relative;
  z-index: 1;
  max-width: 372px;
  margin: 0 0 28px;
  color: #942728;
  font-family: "Gliker", var(--body);
  font-size: clamp(38px, 2.78vw, 48px);
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: 0.55px;
}

.mk-benefit-card--natural h3 {
  color: #e5b734;
}

.mk-benefit-card p {
  position: relative;
  z-index: 1;
  max-width: 372px;
  margin: 0;
  color: #1a1a1a;
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.14;
  letter-spacing: 0.74px;
}

.mk-benefit-card--preservatives p {
  color: #1a1a1a;
}

.mk-social-proof {
  position: relative;
  overflow: hidden;
  min-height: 1269px;
  padding: 187px 0 223px;
  background: #eeeeee;
}

.mk-social-proof::before,
.mk-social-proof::after {
  position: absolute;
  left: 50%;
  width: min(126vw, 2136px);
  height: 113px;
  background: url("./assets/figma/vector-4.svg") 50% 50% / 100% 100% no-repeat;
  content: "";
  transform: translateX(-50%);
  top: -57px;
  z-index: 1;
}

.mk-social-proof::after {
  top: auto;
  bottom: -56px;
  transform: translateX(-50%) rotate(180deg);
}

.mk-social-proof .mk-section-head h2 {
  color: #000000;
}

.mk-social-proof .mk-section-head p {
  color: #1a1a1a;
}

.mk-social-proof .mk-section-head {
  position: relative;
  z-index: 3;
  width: min(974px, calc(100vw - 48px));
  height: 146px;
  margin: 0 auto;
  text-align: center;
}

.mk-social-proof .mk-section-head h2 {
  width: 974px;
  max-width: 100%;
  margin: 0 auto 16px;
  font-family: var(--body);
  font-size: clamp(34px, 3.02vw, 52px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0.55px;
  text-align: center;
}

.mk-social-proof .mk-section-head p {
  width: min(810px, 100%);
  margin: 0 auto;
  font-family: var(--body);
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: 0.55px;
  text-align: center;
  text-transform: none;
}

.mk-inline-avatars {
  position: relative;
  top: -0.08em;
  display: inline-flex;
  width: 161px;
  height: 50px;
  margin: 0 9px;
  vertical-align: middle;
}

.mk-inline-avatars img {
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: -13px;
  border: 3px solid #4b7c39;
  border-radius: 50%;
  object-fit: cover;
}

.mk-inline-avatars img:first-child {
  margin-left: 0;
}

.mk-inline-avatars img:nth-child(2) {
  border-color: #efabaf;
}

.mk-inline-avatars img:nth-child(3) {
  border-color: #e5b734;
}

.mk-inline-avatars img:nth-child(4) {
  border-color: #e24d46;
}

.mk-social-sticker {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  user-select: none;
  transform-origin: 50% 50%;
}

.mk-social-sticker--hot {
  top: 304px;
  left: calc(50% - 642px);
  width: 146px;
  transform: rotate(-5deg) !important;
}

.mk-social-sticker--spicy {
  top: 390px;
  left: calc(50% + 522px);
  width: 170px;
  transform: rotate(7deg) !important;
}

.mk-social-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 386px));
  justify-content: center;
  gap: 19px;
  position: relative;
  z-index: 2;
  width: min(1196px, calc(100vw - 48px));
  margin: 82px auto 0;
}

.mk-story-card {
  position: relative;
  overflow: hidden;
  width: 386px;
  max-width: 100%;
  aspect-ratio: 386 / 651;
  border-radius: 24px;
  background: #111111;
}

.mk-story-card__slides {
  position: absolute;
  inset: 0;
}

.mk-story-card__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mk-story-card__slides .mk-story-card__photo {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: mkStorySlideFadeFour 16s linear infinite;
}

.mk-story-card__slides--three .mk-story-card__photo {
  animation-name: mkStorySlideFadeThree;
  animation-duration: 12s;
}

.mk-story-card__photo--mobile-extra,
.mk-story-progress__mobile-extra {
  display: none;
}

.mk-story-card__slides .mk-story-card__photo:nth-child(1) {
  animation-delay: 0s;
}

.mk-story-card__slides .mk-story-card__photo:nth-child(2) {
  animation-delay: 4s;
}

.mk-story-card__slides .mk-story-card__photo:nth-child(3) {
  animation-delay: 8s;
}

.mk-story-card__slides .mk-story-card__photo:nth-child(4) {
  animation-delay: 12s;
}

.mk-story-card__slides .mk-story-card__photo:nth-child(5) {
  animation-delay: 16s;
}

.mk-story-card__slides .mk-story-card__photo:nth-child(6) {
  animation-delay: 20s;
}

.mk-story-card__slides .mk-story-card__photo:nth-child(7) {
  animation-delay: 24s;
}

.mk-story-card__slides .mk-story-card__photo:nth-child(8) {
  animation-delay: 28s;
}

.mk-story-card__top,
.mk-story-card__bottom {
  position: absolute;
  left: 24px;
  right: 24px;
  z-index: 6;
}

.mk-story-card__top {
  top: 34px;
}

.mk-story-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  width: 100%;
  height: 7px;
}

.mk-story-progress--six {
  grid-template-columns: repeat(6, 1fr);
}

.mk-story-progress--three {
  grid-template-columns: repeat(3, 1fr);
}

.mk-story-progress--two {
  grid-template-columns: repeat(2, 1fr);
}

.mk-story-progress i {
  display: block;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.36);
}

.mk-story-progress i {
  position: relative;
  overflow: hidden;
}

.mk-story-progress i::before {
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: inherit;
  background: #ffffff;
  content: "";
  transform: translateX(-101%);
  animation: mkStoryProgressFillFour 16s linear infinite;
}

.mk-story-progress--six i::before {
  animation-name: mkStoryProgressFillSix;
  animation-duration: 24s;
}

.mk-story-progress--three i::before {
  animation-name: mkStoryProgressFillThree;
  animation-duration: 12s;
}

.mk-story-progress i:nth-child(1)::before {
  animation-delay: 0s;
}

.mk-story-progress i:nth-child(2)::before {
  animation-delay: 4s;
}

.mk-story-progress i:nth-child(3)::before {
  animation-delay: 8s;
}

.mk-story-progress i:nth-child(4)::before {
  animation-delay: 12s;
}

.mk-story-progress i:nth-child(5)::before {
  animation-delay: 16s;
}

.mk-story-progress i:nth-child(6)::before {
  animation-delay: 20s;
}

.mk-story-progress i:nth-child(7)::before {
  animation-delay: 24s;
}

.mk-story-progress i:nth-child(8)::before {
  animation-delay: 28s;
}

.mk-story-card.is-js-story .mk-story-card__slides .mk-story-card__photo {
  animation: none !important;
  opacity: 0;
  transition: opacity 420ms ease;
}

.mk-story-card.is-js-story .mk-story-card__slides .mk-story-card__photo.is-active {
  opacity: 1;
}

.mk-story-card.is-js-story .mk-story-card__top {
  z-index: 8;
}

.mk-story-card.is-js-story .mk-story-progress {
  display: grid !important;
  position: relative;
  z-index: 10;
  min-height: 7px;
  opacity: 1;
  visibility: visible !important;
}

.mk-story-card.is-js-story .mk-story-progress i {
  display: block !important;
  min-width: 0;
  min-height: 7px;
  opacity: 1;
  visibility: visible !important;
  background: rgba(255, 255, 255, 0.38);
}

.mk-story-card.is-js-story .mk-story-progress i.mk-story-progress__mobile-extra {
  display: none !important;
}

.mk-story-card.is-js-story .mk-story-progress i::before {
  animation: none !important;
  transform: translateX(-101%);
}

.mk-story-card.is-js-story .mk-story-progress i.is-complete::before {
  transform: translateX(0);
}

.mk-story-card.is-js-story .mk-story-progress i.is-active::before {
  animation: mkStoryJsProgress 4s linear forwards !important;
}

.mk-story-card.is-js-story .mk-story-quote--cycle span {
  animation: none !important;
  opacity: 0;
  transition: opacity 360ms ease;
}

.mk-story-card.is-js-story .mk-story-quote--cycle span.is-active {
  opacity: 1;
}

@keyframes mkStoryJsProgress {
  from {
    transform: translateX(-101%);
  }

  to {
    transform: translateX(0);
  }
}

.mk-story-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.mk-story-profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.mk-story-profile span {
  color: #ffffff;
  font-family: var(--body);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2px;
}

.mk-story-quote {
  position: absolute;
  top: 216px;
  left: 50%;
  z-index: 2;
  width: 275px;
  min-height: 340px;
  margin: 0;
  color: #ffffff;
  font-family: "Gliker", var(--body);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.4px;
  text-align: center;
  transform: translateX(-50%);
}

.mk-story-quote--cycle span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  animation: mkStoryTextCycle 24s linear infinite;
}

.mk-story-quote--cycle span:nth-child(1) {
  animation-delay: 0s;
}

.mk-story-quote--cycle span:nth-child(2) {
  animation-delay: 4s;
}

.mk-story-quote--cycle span:nth-child(3) {
  animation-delay: 8s;
}

.mk-story-quote--cycle span:nth-child(4) {
  animation-delay: 12s;
}

.mk-story-quote--cycle span:nth-child(5) {
  animation-delay: 16s;
}

.mk-story-quote--cycle span:nth-child(6) {
  animation-delay: 20s;
}

.mk-story-card__bottom {
  bottom: 32px;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.mk-story-icon,
.mk-story-message {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 1.5px solid rgba(255, 255, 255, 0.48);
  border-radius: 57px;
  color: #ffffff;
}

.mk-story-message {
  font-family: var(--body);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.mk-story-icon::before {
  display: block;
  color: currentColor;
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.mk-story-icon--camera::before {
  content: "⌾";
}

.mk-story-icon--send::before {
  content: "↗";
}

@keyframes mkStoryProgressFillFour {
  0% {
    transform: translateX(-101%);
  }

  23.5%,
  99.6% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-101%);
  }
}

@keyframes mkStoryProgressFillSix {
  0% {
    transform: translateX(-101%);
  }

  15.5%,
  99.6% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-101%);
  }
}

@keyframes mkStoryProgressFillThree {
  0%,
  1% {
    transform: translateX(-101%);
  }

  31.5%,
  99.6% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-101%);
  }
}

@keyframes mkStoryProgressFillEight {
  0% {
    transform: translateX(-101%);
  }

  11.8%,
  99.6% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-101%);
  }
}

@keyframes mkStorySlideFadeFour {
  0% {
    opacity: 0;
  }

  3%,
  25% {
    opacity: 1;
  }

  28%,
  100% {
    opacity: 0;
  }
}

@keyframes mkStorySlideFadeThree {
  0% {
    opacity: 0;
  }

  3.5%,
  33.33% {
    opacity: 1;
  }

  37%,
  100% {
    opacity: 0;
  }
}

@keyframes mkStorySlideFadeEight {
  0% {
    opacity: 0;
  }

  1.8%,
  12.5% {
    opacity: 1;
  }

  14.2%,
  100% {
    opacity: 0;
  }
}

@keyframes mkStoryProgressOneEight {
  0% { transform: translateX(-101%); }
  12.5%, 99.6% { transform: translateX(0); }
  100% { transform: translateX(-101%); }
}

@keyframes mkStoryProgressTwoEight {
  0%, 12.5% { transform: translateX(-101%); }
  25%, 99.6% { transform: translateX(0); }
  100% { transform: translateX(-101%); }
}

@keyframes mkStoryProgressThreeEight {
  0%, 25% { transform: translateX(-101%); }
  37.5%, 99.6% { transform: translateX(0); }
  100% { transform: translateX(-101%); }
}

@keyframes mkStoryProgressFourEight {
  0%, 37.5% { transform: translateX(-101%); }
  50%, 99.6% { transform: translateX(0); }
  100% { transform: translateX(-101%); }
}

@keyframes mkStoryProgressFiveEight {
  0%, 50% { transform: translateX(-101%); }
  62.5%, 99.6% { transform: translateX(0); }
  100% { transform: translateX(-101%); }
}

@keyframes mkStoryProgressSixEight {
  0%, 62.5% { transform: translateX(-101%); }
  75%, 99.6% { transform: translateX(0); }
  100% { transform: translateX(-101%); }
}

@keyframes mkStoryProgressSevenEight {
  0%, 75% { transform: translateX(-101%); }
  87.5%, 99.6% { transform: translateX(0); }
  100% { transform: translateX(-101%); }
}

@keyframes mkStoryProgressEightEight {
  0%, 87.5% { transform: translateX(-101%); }
  99.6% { transform: translateX(0); }
  100% { transform: translateX(-101%); }
}

@keyframes mkStorySlideOneEight {
  0% { opacity: 0; }
  1.6%, 12.5% { opacity: 1; }
  14.1%, 100% { opacity: 0; }
}

@keyframes mkStorySlideTwoEight {
  0%, 12.5% { opacity: 0; }
  14.1%, 25% { opacity: 1; }
  26.6%, 100% { opacity: 0; }
}

@keyframes mkStorySlideThreeEight {
  0%, 25% { opacity: 0; }
  26.6%, 37.5% { opacity: 1; }
  39.1%, 100% { opacity: 0; }
}

@keyframes mkStorySlideFourEight {
  0%, 37.5% { opacity: 0; }
  39.1%, 50% { opacity: 1; }
  51.6%, 100% { opacity: 0; }
}

@keyframes mkStorySlideFiveEight {
  0%, 50% { opacity: 0; }
  51.6%, 62.5% { opacity: 1; }
  64.1%, 100% { opacity: 0; }
}

@keyframes mkStorySlideSixEight {
  0%, 62.5% { opacity: 0; }
  64.1%, 75% { opacity: 1; }
  76.6%, 100% { opacity: 0; }
}

@keyframes mkStorySlideSevenEight {
  0%, 75% { opacity: 0; }
  76.6%, 87.5% { opacity: 1; }
  89.1%, 100% { opacity: 0; }
}

@keyframes mkStorySlideEightEight {
  0%, 87.5% { opacity: 0; }
  89.1%, 98.4% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes mkStoryTextCycle {
  0% {
    opacity: 0;
  }

  2.5%,
  14.8% {
    opacity: 1;
  }

  16.66%,
  100% {
    opacity: 0;
  }
}

.mk-avatar-row {
  display: none;
}

.mk-avatar-row img {
  width: 50px;
  height: 50px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  object-fit: cover;
}

.mk-about {
  position: relative;
  top: 0;
  z-index: 4;
  overflow: visible;
  height: 220vh;
  min-height: 1600px;
  padding: 0;
  background: #ffffff;
  --about-progress: 0%;
}

.mk-about__inner {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1196px, calc(100vw - 48px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 42px 0 34px;
}

.mk-about.is-about-pinned .mk-about__inner,
.mk-about.is-about-after .mk-about__inner {
  left: 50%;
  width: min(1196px, calc(100vw - 48px));
  transform: translateX(-50%);
}

.mk-about.is-about-pinned .mk-about__inner {
  position: fixed;
  top: 0;
}

.mk-about.is-about-after .mk-about__inner {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 0;
}

.mk-about__inner > p {
  margin: 0 0 38px 8px;
  color: #1a1a1a;
  font-family: var(--body);
  font-size: 21px;
  line-height: 1.32;
  letter-spacing: 0.55px;
  text-transform: none;
}

.mk-about__title {
  position: relative;
  z-index: 2;
  width: min(1196px, 100%);
  margin: 0;
  font-family: "Gliker", var(--body);
  font-size: clamp(46px, 4.35vw, 75px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.55px;
  text-transform: none;
}

.mk-about__word {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, #e24d46 0 var(--word-progress, 0%), #cccccc var(--word-progress, 0%) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  transition: background 0.18s linear;
  will-change: background;
}

.mk-about__photo {
  display: inline-block;
  width: 160px;
  height: 68px;
  margin: 0 17px;
  border-radius: 39.5px;
  object-fit: cover;
  vertical-align: middle;
}

.mk-about__photo--one {
  margin: 0 18px 0 24px;
}

.mk-about__photo--two {
  margin: 0 24px;
}

.mk-about__photo--three {
  width: 168px;
  height: 78px;
  margin: 0 19px;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
}

.mk-about__mobile-photos,
.mk-about__copy-mobile {
  display: none;
}

.mk-about__waves {
  display: block;
  width: 118px;
  margin-top: 30px;
}

.mk-about__copy {
  width: min(844px, 72%);
  margin-top: 22px;
}

.mk-about__copy p {
  margin: 0 0 24px;
  color: #1a1a1a;
  font-family: var(--body);
  font-size: 20px;
  line-height: 1.24;
  letter-spacing: 0.55px;
  text-transform: none;
}

.mk-about__copy a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1a1a1a;
  font-family: var(--body);
  font-size: 20px;
  line-height: 1.32;
  letter-spacing: 0.55px;
  text-transform: none;
}

.mk-about__copy img {
  width: 24px;
  height: 24px;
}

.mk-about__smiley {
  position: absolute;
  right: 10px;
  top: 66px;
  width: 166px;
  transform: rotate(10deg);
}

.mk-media-band--orbit {
  position: relative;
  z-index: 7;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #eeeeee;
  box-shadow: 0 -40px 80px rgba(0, 0, 0, 0.08);
}

.mk-media-band--orbit > img,
.mk-media-band--orbit > video {
  object-position: center center;
}

.mk-logo-cycle {
  position: relative;
  height: clamp(315px, 20.8vw, 350px);
  margin-top: 44px;
  overflow: hidden;
  background: transparent;
}

.mk-logo-cycle img {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(92vw, 1740px);
  height: auto;
  transform: translateX(-50%);
  animation: mkLogoCycle 12s ease-in-out infinite;
}

.mk-logo-cycle img:nth-child(2) {
  animation-delay: 3s;
  opacity: 0;
}

.mk-logo-cycle img:nth-child(3) {
  animation-delay: 6s;
  opacity: 0;
}

.mk-logo-cycle img:nth-child(4) {
  animation-delay: 9s;
  opacity: 0;
}

.mk-footer {
  position: relative;
  z-index: 8;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 169px 0 0;
  overflow: hidden;
  border-radius: 0;
  background: #ffffff;
}

.mk-footer__top,
.mk-footer__grid {
  width: min(1200px, calc(100vw - 48px));
  margin: 0 auto;
}

.mk-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.mk-footer__contact {
  display: flex;
  align-items: center;
  gap: 127px;
}

.mk-footer__contact div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mk-footer__contact img {
  width: 59px;
  height: auto;
}

.mk-footer__contact p {
  margin: 0;
  color: #020202;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.07;
  letter-spacing: 0.55px;
}

.mk-footer__contact strong {
  font-size: 24px;
  line-height: 1.2;
}

.mk-footer__social {
  display: flex;
  gap: 10px;
}

.mk-footer__social a {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e5b734;
}

.mk-footer__social img {
  width: 60px;
  height: 60px;
}

.mk-footer__waves {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  width: min(1200px, calc(100vw - 48px));
  margin: 48px auto 0;
}

.mk-footer__waves img {
  flex: 0 0 auto;
  width: 235px;
  height: auto;
  margin-left: -16px;
}

.mk-footer__waves img:first-child {
  margin-left: 0;
}

.mk-footer__grid {
  display: grid;
  grid-template-columns: 277px 202px 190px 220px 190px;
  justify-content: space-between;
  gap: 16px;
  margin-top: 48px;
}

.mk-footer__grid a,
.mk-footer__grid p {
  display: block;
  margin: 0 0 25px;
  color: #020202;
  font-family: var(--body);
  font-size: 16px;
  line-height: 0.8;
  letter-spacing: 0.55px;
  white-space: nowrap;
}

.mk-footer__payments {
  display: block;
  width: 277px;
  max-width: 100%;
  margin-top: 25px;
}

.mk-footer__seal {
  display: block;
  width: 202px;
  max-width: 100%;
  margin-top: 25px;
}

.mk-footer__copy {
  width: min(1200px, calc(100vw - 48px));
  margin: 18px auto 0;
  color: #727272;
  font-family: var(--body);
  font-size: 16px;
  line-height: 0.8;
  text-align: center;
}

@keyframes mkMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes mkLogoCycle {
  0%,
  18% {
    opacity: 1;
  }

  30%,
  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .mk-product-showcase,
  .mk-product-showcase--first,
  .mk-product-showcase--second,
  .mk-benefits,
  .mk-social-proof,
  .mk-about,
  .mk-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mk-product-grid,
  .mk-social-cards,
  .mk-benefits__grid,
  .mk-footer__grid {
    grid-template-columns: 1fr;
    width: min(420px, 100%);
  }

  .mk-benefits__grid {
    display: grid;
    height: auto;
    gap: 18px;
  }

  .mk-benefit-card,
  .mk-benefit-photo {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }

  .mk-benefit-card {
    height: auto;
  }

  .mk-benefit-photo {
    height: auto;
    aspect-ratio: 387 / 261;
  }

  .mk-benefit-photo--two {
    aspect-ratio: 282 / 544;
  }

  .mk-section-head,
  .mk-benefits__headline,
  .mk-about__inner,
  .mk-footer__top,
  .mk-footer__grid,
  .mk-footer__waves {
    width: min(420px, 100%);
  }

  .mk-media-band--sauce {
    height: 76vw;
    min-height: 420px;
  }

  .mk-media-band--orbit {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .mk-benefits__headline > img {
    position: absolute;
    top: 218px;
    left: 50%;
    display: block;
    width: 125px;
    margin: 0;
    transform: translateX(-50%);
  }

  .mk-social-cards {
    display: flex;
    justify-content: flex-start;
    width: calc(100vw - 36px);
    max-width: none;
    gap: 18px;
    margin-top: 44px;
    padding: 0 0 10px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
  }

  .mk-story-card {
    flex: 0 0 min(386px, 82vw);
    scroll-snap-align: center;
  }

  .mk-about__inner {
    min-height: 100vh;
    padding: 42px 0 34px;
  }

  .mk-about__inner > p {
    margin-left: 0;
  }

  .mk-about__title {
    font-size: clamp(34px, 9vw, 50px);
    line-height: 1.15;
  }

  .mk-about__photo {
    display: inline-block;
    width: 112px;
    height: 48px;
    margin: 0 8px;
    border-radius: 28px;
  }

  .mk-about__copy {
    width: 100%;
  }

  .mk-about__copy p {
    font-size: 18px;
  }

  .mk-about__smiley {
    right: -24px;
    top: 20px;
    width: 120px;
  }

  .mk-footer__top,
  .mk-footer__contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }
}

@media (max-width: 560px) {
  .mk-kicker-row {
    gap: 10px;
    height: 36px;
    margin-bottom: 30px;
  }

  .mk-kicker-row img:first-child,
  .mk-kicker-row img:last-child {
    width: 82px;
  }

  .mk-kicker-row img:nth-child(2) {
    width: 126px;
  }

  .mk-section-head h2,
  .mk-flavor-copy h2 {
    font-size: 34px;
    line-height: 1.12;
    white-space: normal;
  }

  .mk-section-head p,
  .mk-flavor-copy p {
    font-size: 16px;
    line-height: 1.28;
  }

  .mk-product-card {
    flex: 0 0 min(78vw, 388px);
    height: 492px;
    scroll-snap-align: start;
  }

  .mk-product-card__art {
    height: 373px;
  }

  .mk-product-card__bottle {
    height: 340px;
  }

  .mk-product-showcase--first .mk-product-card:nth-child(1) .mk-product-card__bottle,
  .mk-product-showcase--first .mk-product-card:nth-child(2) .mk-product-card__bottle,
  .mk-product-showcase--first .mk-product-card:nth-child(3) .mk-product-card__bottle,
  .mk-product-showcase--first .mk-product-card:nth-child(4) .mk-product-card__bottle {
    height: 327px;
  }

  .mk-product-card__bottle--small {
    height: 300px;
  }

  .mk-marquee-band {
    height: 120px;
    padding: 18px 0;
  }

  .mk-marquee-track {
    animation-duration: 62s;
  }

  .mk-marquee-track span {
    font-size: 24px;
  }

  .mk-marquee-track img {
    max-width: 116px;
    height: 54px;
  }

  .mk-marquee-track .mk-marquee-jp {
    max-width: 116px;
    height: 54px;
  }

  .mk-marquee-track .mk-marquee-product--jars-crop,
  .mk-marquee-track .mk-marquee-product--jars-full {
    width: 146px;
    max-width: 146px;
    height: auto;
    padding: 0;
  }

  .mk-marquee-track .mk-marquee-product--kit {
    width: 156px;
    max-width: 156px;
    height: auto;
    padding: 0;
  }

  .mk-media-band--sauce {
    min-height: 340px;
  }

  .mk-benefits {
    margin-top: -70px;
    padding-top: 56px;
    background: #ffffff;
  }

  .mk-benefits__headline {
    min-height: 274px;
    margin-bottom: 58px;
  }

  .mk-star-pill {
    width: 112px;
    height: 38px;
    gap: 6px;
    padding: 5px 12px;
  }

  .mk-star-pill img {
    width: 20px;
    height: 20px;
  }

  .mk-benefits__grid article {
    min-height: 240px;
  }

  .mk-benefits__grid h3 {
    font-size: 36px;
  }

  .mk-logo-cycle {
    height: 190px;
    margin-top: 36px;
  }

  .mk-logo-cycle img {
    width: 780px;
  }

  .mk-product-showcase--first {
    height: auto;
    padding-top: 88px;
    padding-bottom: 72px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .mk-product-showcase--first .mk-section-head {
    width: min(500px, calc(100vw - 48px));
  }

  .mk-product-showcase--first .mk-kicker-row {
    height: auto;
    margin-bottom: 22px;
  }

  .mk-product-showcase--first .mk-kicker-row img:first-child,
  .mk-product-showcase--first .mk-kicker-row img:last-child {
    display: none;
  }

  .mk-product-showcase--first .mk-kicker-row img:nth-child(2) {
    width: clamp(190px, 42vw, 238px);
    max-height: none;
  }

  .mk-product-showcase--first .mk-section-head h2 {
    width: min(360px, 100%);
    font-size: clamp(38px, 7.4vw, 48px);
    line-height: 1.08;
    letter-spacing: 0;
  }

  .mk-product-showcase--first .mk-section-head p {
    width: min(498px, 100%);
    margin-top: 24px;
    font-size: clamp(19px, 3.6vw, 24px);
    line-height: 1.34;
    letter-spacing: 0.3px;
  }

  .mk-product-showcase--first .mk-carousel-controls {
    gap: 18px;
    margin-top: 30px;
  }

  .mk-product-showcase--first .mk-carousel-controls button {
    width: 74px;
    height: 74px;
  }

  .mk-product-showcase--first .mk-product-grid {
    display: flex;
    justify-content: flex-start;
    gap: 31px;
    width: 100vw;
    max-width: none;
    margin-top: 56px;
    padding: 0 0 0 31px;
    overflow-x: auto;
    scroll-padding-left: 31px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .mk-product-showcase--first .mk-product-grid::-webkit-scrollbar {
    display: none;
  }

  .mk-product-showcase--first .mk-product-card {
    flex: 0 0 min(388px, calc(100vw - 190px));
    width: min(388px, calc(100vw - 190px));
    min-width: 320px;
    height: 454px;
    border-radius: 24px;
    scroll-snap-align: start;
  }

  .mk-product-showcase--first .mk-product-card__art {
    height: 336px;
    margin: 8px 8px 0;
    border-radius: 24px;
  }

  .mk-product-showcase--first .mk-product-card__pattern {
    width: min(275px, 72vw);
  }

  .mk-product-showcase--first .mk-product-card:nth-child(1) .mk-product-card__bottle,
  .mk-product-showcase--first .mk-product-card:nth-child(2) .mk-product-card__bottle,
  .mk-product-showcase--first .mk-product-card:nth-child(3) .mk-product-card__bottle,
  .mk-product-showcase--first .mk-product-card:nth-child(4) .mk-product-card__bottle {
    height: min(300px, 72vw);
  }

  .mk-product-showcase--first .mk-product-card__info {
    grid-template-columns: 1fr 55px;
    height: 93px;
    margin-top: 10px;
    padding: 0 32px;
  }

  .mk-product-showcase--first .mk-product-card__info h3,
  .mk-product-showcase--first .mk-product-card__info strong {
    font-size: 18px;
    line-height: 1.02;
    letter-spacing: 0.55px;
  }

  .mk-social-proof {
    min-height: 920px;
    padding: 126px 0 86px;
    background: #eeeeee;
  }

  .mk-social-proof::before,
  .mk-social-proof::after {
    top: -72px;
    width: 760px;
    height: 112px;
  }

  .mk-social-proof::after {
    top: auto;
    bottom: -72px;
  }

  .mk-social-proof .mk-section-head {
    width: min(420px, calc(100vw - 36px));
    height: auto;
  }

  .mk-social-proof .mk-section-head h2 {
    font-size: 31px;
    line-height: 1.06;
    letter-spacing: 0;
  }

  .mk-inline-avatars {
    top: -0.08em;
    width: 112px;
    height: 36px;
    margin: 0 4px;
    vertical-align: middle;
  }

  .mk-inline-avatars img {
    width: 36px;
    height: 36px;
    margin-left: -10px;
    border-width: 2px;
  }

  .mk-social-proof .mk-section-head p {
    width: min(390px, 100%);
    font-size: 16px;
    line-height: 1.28;
  }

  .mk-social-sticker--hot {
    top: 274px;
    left: -12px;
    width: 98px;
    transform: rotate(-5deg) !important;
  }

  .mk-social-sticker--spicy {
    top: 334px;
    left: auto;
    right: -30px;
    width: 112px;
    transform: rotate(7deg) !important;
  }

  .mk-social-cards {
    width: 100vw;
    margin-top: 72px;
    margin-left: -18px;
    padding: 0 0 8px 42px;
    gap: 16px;
  }

  .mk-story-card {
    flex-basis: min(336px, 78vw);
    border-radius: 22px;
  }

  .mk-story-card__top,
  .mk-story-card__bottom {
    left: 20px;
    right: 20px;
  }

  .mk-story-card__top {
    top: 30px;
  }

  .mk-story-card__bottom {
    bottom: 28px;
    grid-template-columns: 36px 1fr 36px;
  }

  .mk-story-icon,
  .mk-story-message {
    height: 36px;
  }

  .mk-story-quote {
    top: 32%;
    width: 72%;
    font-size: 22px;
  }
}

@media (max-width: 680px) {
  .mk-hero {
    margin-bottom: 0;
  }

  .mk-product-showcase--first {
    position: relative;
    height: auto;
    padding-top: 44px;
    padding-bottom: 66px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .mk-product-showcase--first::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 70px;
    background: url("data:image/svg+xml,%3Csvg width='2136' height='180' viewBox='0 0 2136 180' fill='none' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath fill='%23faf2cf' d='M0 0H2136V64C2044 58 1963 106 1837 138C1680 178 1606 107 1455 77C1307 48 1215 116 1070 146C918 178 848 109 708 77C566 45 477 107 348 136C215 166 105 130 0 82V0Z'/%3E%3C/svg%3E") 50% 0 / 100% 100% no-repeat;
    content: "";
    pointer-events: none;
  }

  .mk-product-showcase--first .mk-section-head,
  .mk-product-showcase--first .mk-product-grid {
    position: relative;
    z-index: 1;
  }

  .mk-product-showcase--first .mk-section-head {
    width: min(500px, calc(100vw - 48px));
  }

  .mk-product-showcase--first .mk-kicker-row {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    height: auto;
    margin-bottom: 16px;
  }

  .mk-product-showcase--first .mk-kicker-row img:first-child {
    display: block;
    width: 112px;
  }

  .mk-product-showcase--first .mk-kicker-row img:last-child {
    display: none;
  }

  .mk-product-showcase--first .mk-kicker-row img:nth-child(2) {
    width: clamp(190px, 42vw, 238px);
    max-height: none;
  }

  .mk-product-showcase--first .mk-section-head h2 {
    width: min(360px, 100%);
    font-size: clamp(38px, 7.4vw, 48px);
    line-height: 1.08;
    letter-spacing: 0;
  }

  .mk-product-showcase--first .mk-section-head p {
    width: min(498px, 100%);
    margin-top: 20px;
    font-size: clamp(19px, 3.6vw, 24px);
    line-height: 1.34;
    letter-spacing: 0.3px;
  }

  .mk-product-showcase--first .mk-carousel-controls {
    gap: 14px;
    margin-top: 28px;
  }

  .mk-product-showcase--first .mk-carousel-controls button {
    width: 58px;
    height: 58px;
  }

  .mk-product-showcase--first .mk-product-grid {
    display: flex;
    justify-content: flex-start;
    gap: 22px;
    width: 100vw;
    max-width: none;
    margin-top: 82px;
    padding: 0 0 0 31px;
    overflow-x: auto;
    scroll-padding-left: 31px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .mk-product-showcase--first .mk-product-grid::-webkit-scrollbar {
    display: none;
  }

  .mk-product-showcase--first .mk-product-card {
    flex: 0 0 clamp(292px, calc((100vw - 53px) / 1.5), 360px);
    width: clamp(292px, calc((100vw - 53px) / 1.5), 360px);
    min-width: 0;
    height: 438px;
    border-radius: 24px;
    scroll-snap-align: start;
  }

  .mk-product-showcase--first .mk-product-card__art {
    height: 318px;
    margin: 8px 8px 0;
    border-radius: 24px;
  }

  .mk-product-showcase--first .mk-product-card__pattern {
    width: min(258px, 68vw);
  }

  .mk-product-showcase--first .mk-product-card:nth-child(1) .mk-product-card__bottle,
  .mk-product-showcase--first .mk-product-card:nth-child(2) .mk-product-card__bottle,
  .mk-product-showcase--first .mk-product-card:nth-child(3) .mk-product-card__bottle,
  .mk-product-showcase--first .mk-product-card:nth-child(4) .mk-product-card__bottle {
    height: min(286px, 67vw);
  }

  .mk-product-showcase--first .mk-product-card__info {
    grid-template-columns: 1fr 55px;
    height: 92px;
    margin-top: 10px;
    padding: 0 26px;
  }

  .mk-product-showcase--first .mk-product-card__info h3,
  .mk-product-showcase--first .mk-product-card__info strong {
    font-size: 18px;
    line-height: 1.02;
    letter-spacing: 0.55px;
  }

  .mk-flavor-copy {
    height: auto;
    padding: 92px 0 0;
  }

  .mk-flavor-copy .mk-section-head {
    width: min(500px, calc(100vw - 48px));
    height: auto;
  }

  .mk-flavor-copy .mk-kicker-row {
    position: static;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: auto;
    margin: 0 0 18px;
    transform: none;
  }

  .mk-flavor-copy .mk-kicker-row img:first-child {
    display: block;
    width: 112px;
  }

  .mk-flavor-copy .mk-kicker-row img:nth-child(2) {
    width: 152px;
    max-height: none;
  }

  .mk-flavor-copy .mk-kicker-row img:last-child {
    display: none;
  }

  .mk-flavor-copy .mk-section-head h2 {
    position: static;
    width: min(500px, 100%);
    max-width: 100%;
    font-size: clamp(38px, 7.4vw, 48px);
    line-height: 1.08;
    letter-spacing: 0;
    white-space: normal;
  }

  .mk-flavor-copy .mk-section-head p {
    position: static;
    width: min(498px, 100%);
    margin: 20px auto 0;
    font-size: clamp(19px, 3.6vw, 24px);
    line-height: 1.34;
    letter-spacing: 0.3px;
    transform: none;
  }

  .mk-flavor-copy .mk-carousel-controls {
    position: static;
    gap: 14px;
    margin-top: 28px;
    transform: none;
  }

  .mk-flavor-copy .mk-carousel-controls button {
    width: 58px;
    height: 58px;
  }

  .mk-product-showcase--second {
    height: auto;
    padding: 82px 0 66px;
    overflow: hidden;
  }

  .mk-product-showcase--second .mk-product-grid {
    display: flex;
    justify-content: flex-start;
    gap: 22px;
    width: 100vw;
    max-width: none;
    margin-top: 0;
    padding: 0 0 0 31px;
    overflow-x: auto;
    scroll-padding-left: 31px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .mk-product-showcase--second .mk-product-grid::-webkit-scrollbar {
    display: none;
  }

  .mk-product-showcase--second .mk-product-card {
    flex: 0 0 clamp(292px, calc((100vw - 53px) / 1.5), 360px);
    width: clamp(292px, calc((100vw - 53px) / 1.5), 360px);
    min-width: 0;
    height: 438px;
    border-radius: 24px;
    scroll-snap-align: start;
  }

  .mk-product-showcase--second .mk-product-card__art {
    height: 318px;
    margin: 8px 8px 0;
    border-radius: 24px;
  }

  .mk-product-showcase--second .mk-product-card__pattern {
    width: min(258px, 68vw);
  }

  .mk-product-showcase--second .mk-product-card__bottle--small {
    height: min(286px, 67vw);
  }

  .mk-product-showcase--second .mk-product-card__info {
    grid-template-columns: 1fr 55px;
    height: 92px;
    margin-top: 10px;
    padding: 0 26px;
  }

  .mk-product-showcase--second .mk-product-card__info h3,
  .mk-product-showcase--second .mk-product-card__info strong {
    font-size: 18px;
    line-height: 1.02;
    letter-spacing: 0.55px;
  }

  .mk-benefits {
    min-height: 0;
    margin-top: 0;
    padding: 54px 24px 126px;
    overflow: hidden;
    background: #ffffff;
  }

  .mk-benefits__headline {
    width: 100%;
    min-height: 0;
    margin: 0 auto 46px;
  }

  .mk-benefits__headline h2 {
    position: relative;
    max-width: 526px;
    margin: 0 auto;
    padding-top: 92px;
    font-size: clamp(31px, 7.05vw, 41px);
    line-height: 1.16;
    letter-spacing: 0;
  }

  .mk-star-pill {
    position: absolute;
    top: 0;
    left: 50%;
    width: 178px;
    height: 61px;
    margin: 0;
    gap: 9px;
    padding: 8px 22px;
    transform: translateX(-50%);
  }

  .mk-star-pill img {
    width: 28px;
    height: 28px;
  }

  .mk-benefits__headline-wave,
  .mk-benefits__headline > img {
    position: static;
    display: block;
    width: 160px;
    margin: 23px auto 0;
    transform: none;
  }

  .mk-benefits__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 22px;
    width: 100%;
    max-width: 522px;
    height: auto;
    margin: 0 auto;
  }

  .mk-benefit-card,
  .mk-benefit-photo {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    overflow: hidden;
    border-radius: 28px;
  }

  .mk-benefit-card {
    min-height: 0;
  }

  .mk-benefit-card--natural {
    grid-column: 1 / -1;
    order: 1;
    min-height: 329px;
    padding: 54px 50px 38px;
  }

  .mk-benefit-photo--three {
    grid-column: 1;
    order: 2;
    height: 181px;
    object-fit: cover;
    object-position: center;
  }

  .mk-benefit-photo--one {
    grid-column: 2;
    order: 3;
    height: 181px;
    object-fit: cover;
    object-position: center;
  }

  .mk-benefit-photo--two {
    display: none;
  }

  .mk-benefit-card--preservatives {
    grid-column: 1 / -1;
    order: 4;
    min-height: 365px;
    padding: 82px 52px 44px;
    background: #efabaf;
  }

  .mk-benefit-card div {
    right: 31px;
    bottom: auto;
    top: 36px;
    width: 164px;
    opacity: 1;
  }

  .mk-benefit-card--preservatives div {
    right: 36px;
    top: 28px;
    width: 92px;
  }

  .mk-benefit-card h3 {
    max-width: 100%;
    margin: 0 0 34px;
    font-size: clamp(52px, 13.8vw, 72px);
    line-height: 0.86;
    letter-spacing: 0;
  }

  .mk-benefit-card--preservatives h3 {
    max-width: 360px;
    margin-top: 6px;
    margin-bottom: 36px;
    color: #942728;
    font-size: clamp(44px, 10.4vw, 58px);
    line-height: 0.88;
  }

  .mk-benefit-card p {
    max-width: 370px;
    font-size: clamp(20px, 4.7vw, 25px);
    line-height: 1.18;
    letter-spacing: 0.45px;
  }

  .mk-social-proof {
    margin-top: -70px;
  }

  .mk-about {
    position: relative;
    height: 210vh;
    min-height: 1280px;
    padding: 0 31px;
    overflow: visible;
    background: #ffffff;
  }

  .mk-about__inner {
    position: sticky;
    top: 0;
    width: 100%;
    max-width: 522px;
    min-height: calc(var(--mk-stable-vh, 1vh) * 100);
    margin: 0 auto;
    padding: 44px 0 34px;
  }

  .mk-about.is-about-pinned .mk-about__inner,
  .mk-about.is-about-after .mk-about__inner {
    width: calc(100% - 62px);
    max-width: 522px;
  }

  .mk-about__inner > p {
    margin: 0 0 24px;
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.1;
    letter-spacing: 0.2px;
  }

  .mk-about__smiley {
    right: 6px;
    top: 10px;
    z-index: 3;
    width: 92px;
    transform: rotate(10deg);
  }

  .mk-about__title {
    width: 100%;
    max-width: 522px;
    font-size: clamp(31px, 7.8vw, 40px);
    line-height: 1.02;
    letter-spacing: 0;
  }

  .mk-about__title br {
    display: none;
  }

  .mk-about__title .mk-about__photo {
    display: none;
  }

  .mk-about__word {
    display: inline;
  }

  .mk-about__mobile-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    width: 100%;
    margin: 28px 0 24px;
  }

  .mk-about__mobile-photos img {
    display: block;
    width: 100%;
    aspect-ratio: 239 / 103;
    border-radius: 999px;
    object-fit: cover;
  }

  .mk-about__waves {
    width: 128px;
    margin: 0 0 22px;
  }

  .mk-about__copy {
    width: 100%;
    margin-top: 0;
  }

  .mk-about__copy p {
    display: none;
  }

  .mk-about__copy .mk-about__copy-mobile {
    display: block;
    max-width: 512px;
    margin: 0 0 26px;
    color: #1a1a1a;
    font-size: clamp(14px, 3.65vw, 18px);
    line-height: 1.22;
    letter-spacing: 0.3px;
    text-align: left;
  }

  .mk-about__copy a {
    gap: 12px;
    font-size: 18px;
    line-height: 1;
  }

  .mk-about__copy img {
    width: 31px;
    height: 31px;
  }
}

@media (max-width: 680px) {
  .mk-social-proof {
    min-height: 0;
    padding: 118px 31px 126px;
    overflow: hidden;
  }

  .mk-social-proof::before,
  .mk-social-proof::after {
    width: 820px;
    height: 96px;
    background-size: 100% 100%;
  }

  .mk-social-proof::before {
    top: -48px;
  }

  .mk-social-proof::after {
    bottom: -48px;
  }

  .mk-social-sticker {
    display: none;
  }

  .mk-social-proof .mk-section-head {
    width: 100%;
    max-width: 522px;
    height: auto;
  }

  .mk-social-proof .mk-section-head h2 {
    width: 100%;
    margin-bottom: 26px;
    font-size: clamp(30px, 7.1vw, 42px);
    line-height: 1.08;
    letter-spacing: 0;
  }

  .mk-social-proof .mk-section-head p {
    width: 100%;
    font-size: clamp(17px, 3.8vw, 22px);
    line-height: 1.24;
    letter-spacing: 0.3px;
  }

  .mk-inline-avatars {
    top: -0.08em;
    width: 144px;
    height: 44px;
    margin: 0 5px;
    vertical-align: middle;
  }

  .mk-inline-avatars img {
    width: 44px;
    height: 44px;
    margin-left: -12px;
  }

  .mk-social-cards {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 0;
    width: 100%;
    max-width: 486px;
    margin: 58px auto 0;
    padding: 0;
    overflow: visible;
  }

  .mk-story-card {
    width: 100%;
    max-width: 486px;
    border-radius: 24px;
    opacity: 1;
    pointer-events: auto;
    animation: none;
    scroll-snap-align: none;
  }

  .mk-story-card:nth-child(2),
  .mk-story-card:nth-child(3) {
    display: none;
  }

  .mk-story-card:first-child .mk-story-card__slides {
    display: block;
  }

  .mk-story-card__photo--mobile-extra,
  .mk-story-progress__mobile-extra {
    display: block;
  }

  .mk-story-card.is-js-story .mk-story-progress i.mk-story-progress__mobile-extra {
    display: block !important;
  }

  .mk-story-card:first-child .mk-story-card__slides .mk-story-card__photo {
    animation-duration: 32s;
    animation-delay: 0s;
  }

  .mk-story-card:first-child .mk-story-card__slides .mk-story-card__photo:nth-child(1) {
    animation-name: mkStorySlideOneEight;
  }

  .mk-story-card:first-child .mk-story-card__slides .mk-story-card__photo:nth-child(2) {
    animation-name: mkStorySlideTwoEight;
  }

  .mk-story-card:first-child .mk-story-card__slides .mk-story-card__photo:nth-child(3) {
    animation-name: mkStorySlideThreeEight;
  }

  .mk-story-card:first-child .mk-story-card__slides .mk-story-card__photo:nth-child(4) {
    animation-name: mkStorySlideFourEight;
  }

  .mk-story-card:first-child .mk-story-card__slides .mk-story-card__photo:nth-child(5) {
    animation-name: mkStorySlideFiveEight;
  }

  .mk-story-card:first-child .mk-story-card__slides .mk-story-card__photo:nth-child(6) {
    animation-name: mkStorySlideSixEight;
  }

  .mk-story-card:first-child .mk-story-card__slides .mk-story-card__photo:nth-child(7) {
    animation-name: mkStorySlideSevenEight;
  }

  .mk-story-card:first-child .mk-story-card__slides .mk-story-card__photo:nth-child(8) {
    animation-name: mkStorySlideEightEight;
  }

  .mk-story-card:first-child .mk-story-progress {
    grid-template-columns: repeat(8, 1fr);
  }

  .mk-story-card:first-child .mk-story-progress i::before {
    animation-duration: 32s;
    animation-delay: 0s;
  }

  .mk-story-card:first-child .mk-story-progress i:nth-child(1)::before {
    animation-name: mkStoryProgressOneEight;
  }

  .mk-story-card:first-child .mk-story-progress i:nth-child(2)::before {
    animation-name: mkStoryProgressTwoEight;
  }

  .mk-story-card:first-child .mk-story-progress i:nth-child(3)::before {
    animation-name: mkStoryProgressThreeEight;
  }

  .mk-story-card:first-child .mk-story-progress i:nth-child(4)::before {
    animation-name: mkStoryProgressFourEight;
  }

  .mk-story-card:first-child .mk-story-progress i:nth-child(5)::before {
    animation-name: mkStoryProgressFiveEight;
  }

  .mk-story-card:first-child .mk-story-progress i:nth-child(6)::before {
    animation-name: mkStoryProgressSixEight;
  }

  .mk-story-card:first-child .mk-story-progress i:nth-child(7)::before {
    animation-name: mkStoryProgressSevenEight;
  }

  .mk-story-card:first-child .mk-story-progress i:nth-child(8)::before {
    animation-name: mkStoryProgressEightEight;
  }

  .mk-story-card__top,
  .mk-story-card__bottom {
    left: 28px;
    right: 28px;
  }

  .mk-story-card__top {
    top: 35px;
  }

  .mk-story-card__bottom {
    bottom: 32px;
    grid-template-columns: 44px 1fr 44px;
  }

  .mk-story-icon,
  .mk-story-message {
    height: 44px;
  }

  .mk-story-profile img {
    width: 42px;
    height: 42px;
  }

  .mk-story-profile span {
    font-size: 15px;
  }

  .mk-story-quote {
    top: 31%;
    width: 78%;
    font-size: clamp(24px, 5.4vw, 31px);
    line-height: 1.08;
  }

  .mk-footer {
    margin-top: 0;
    padding: 42px 24px 0;
    background: #ffffff;
  }

  .mk-footer__top,
  .mk-footer__grid,
  .mk-footer__waves,
  .mk-footer__copy {
    width: 100%;
    max-width: 522px;
  }

  .mk-footer__top {
    align-items: center;
    flex-direction: column;
    height: auto;
    gap: 26px;
    margin: 0 auto;
    text-align: center;
  }

  .mk-footer__contact {
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }

  .mk-footer__contact div {
    justify-content: center;
    gap: 12px;
  }

  .mk-footer__contact img {
    width: 45px;
  }

  .mk-footer__contact p {
    font-size: 14px;
    line-height: 1.1;
    text-align: left;
  }

  .mk-footer__contact strong {
    font-size: 22px;
  }

  .mk-footer__social {
    justify-content: center;
    gap: 18px;
  }

  .mk-footer__social a,
  .mk-footer__social img {
    width: 54px;
    height: 54px;
  }

  .mk-footer__waves {
    justify-content: center;
    width: min(522px, 100vw - 48px);
    margin: 60px auto 62px;
  }

  .mk-footer__waves img {
    width: 186px;
    margin-left: -13px;
  }

  .mk-footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 34px;
    margin: 0 auto;
    text-align: center;
  }

  .mk-footer__payment-block,
  .mk-footer__seal-block {
    grid-column: auto;
  }

  .mk-footer__grid a,
  .mk-footer__grid p {
    margin-bottom: 23px;
    font-size: 19px;
    line-height: 1.05;
    letter-spacing: 0.3px;
    white-space: normal;
    text-align: center;
  }

  .mk-footer__links {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .mk-footer__links:nth-of-type(5) {
    grid-column: auto;
  }

  .mk-footer__payments {
    width: min(360px, 100%);
    margin-top: 18px;
  }

  .mk-footer__seal {
    width: min(258px, 100%);
    margin-top: 18px;
  }

  .mk-footer__copy {
    margin: 34px auto 0;
    font-size: 13px;
    line-height: 1.2;
  }

  .mk-logo-cycle {
    height: 136px;
    margin-top: 28px;
  }

  .mk-logo-cycle img {
    top: 0;
    width: 620px;
  }
}

@keyframes mkStoryCardCycle {
  0%,
  30% {
    opacity: 1;
    pointer-events: auto;
  }

  33.33%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 680px) {
  .mk-benefits {
    padding: 50px 24px 122px;
    overflow: hidden;
  }

  .mk-benefits__headline {
    width: 100%;
    max-width: 522px;
    margin: 0 auto 43px;
  }

  .mk-benefits__headline h2 {
    max-width: 522px;
    padding-top: 92px;
    font-size: clamp(31px, 7vw, 41px);
    line-height: 1.16;
    letter-spacing: 0;
  }

  .mk-star-pill {
    top: 0;
    width: 178px;
    height: 61px;
    gap: 9px;
    padding: 8px 22px;
  }

  .mk-star-pill img {
    width: 28px;
    height: 28px;
  }

  .mk-benefits__headline-wave,
  .mk-benefits__headline > img {
    width: 160px;
    margin-top: 23px;
  }

  .mk-benefits__grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 21px;
    width: 100%;
    max-width: 522px;
    margin: 0 auto;
  }

  .mk-benefit-card,
  .mk-benefit-photo {
    border-radius: 28px;
  }

  .mk-benefit-card--natural {
    min-height: 329px;
    padding: 54px 50px 38px;
  }

  .mk-benefit-card--natural div {
    top: 38px;
    right: 30px;
    width: 150px;
  }

  .mk-benefit-card--natural h3 {
    max-width: 270px;
    margin-bottom: 34px;
    font-size: clamp(52px, 13.5vw, 72px);
  }

  .mk-benefit-photo--three,
  .mk-benefit-photo--one {
    height: 181px;
    border-radius: 24px;
  }

  .mk-benefit-photo--three {
    object-position: center;
  }

  .mk-benefit-photo--one {
    object-position: center top;
  }

  .mk-benefit-card--preservatives {
    min-height: 365px;
    padding: 82px 52px 44px;
  }

  .mk-benefit-card--preservatives div {
    top: 30px;
    right: 37px;
    width: 110px;
  }

  .mk-benefit-card--preservatives h3 {
    max-width: 350px;
    margin: 0 0 36px;
    font-size: clamp(43px, 10vw, 58px);
  }

  .mk-benefit-card p {
    max-width: 370px;
    font-size: clamp(20px, 4.65vw, 25px);
    line-height: 1.18;
  }
}

@media (max-width: 767px) {
  .mk-benefits {
    min-height: 0;
    margin-top: 0;
    padding: 50px 24px 122px;
    overflow: hidden;
    background: #ffffff;
  }

  .mk-benefits__headline {
    width: min(522px, calc(100vw - 48px));
    min-height: 0;
    margin: 0 auto 43px;
  }

  .mk-benefits__headline h2 {
    position: relative;
    max-width: 522px;
    margin: 0 auto;
    padding-top: 92px;
    font-size: clamp(31px, 7vw, 41px);
    line-height: 1.16;
    letter-spacing: 0;
    text-transform: none;
  }

  .mk-star-pill {
    position: absolute;
    top: 0;
    left: 50%;
    width: 178px;
    height: 61px;
    margin: 0;
    gap: 9px;
    padding: 8px 22px;
    transform: translateX(-50%);
  }

  .mk-star-pill img {
    width: 28px;
    height: 28px;
  }

  .mk-benefits__headline-wave,
  .mk-benefits__headline > img {
    position: static;
    display: block;
    width: 160px;
    margin: 23px auto 0;
    transform: none;
  }

  .mk-benefits__grid {
    display: grid;
    grid-template-columns: minmax(0, 304fr) minmax(0, 197fr);
    gap: 21px;
    width: min(522px, calc(100vw - 48px));
    height: auto;
    margin: 0 auto;
  }

  .mk-benefit-card,
  .mk-benefit-photo {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 28px;
  }

  .mk-benefit-card {
    min-height: 0;
  }

  .mk-benefit-card--natural {
    grid-column: 1 / -1;
    order: 1;
    min-height: 329px;
    padding: 54px 50px 38px;
    background: #f4e4a5;
  }

  .mk-benefit-card--natural div {
    top: 78px;
    right: 48px;
    bottom: auto;
    width: 104px;
    opacity: 1;
  }

  .mk-benefit-card--natural h3 {
    max-width: 260px;
    margin: 0 0 34px;
    color: #e5b734;
    font-size: clamp(52px, 13.5vw, 72px);
    line-height: 0.86;
    letter-spacing: 0;
  }

  .mk-benefit-photo--three {
    grid-column: 1;
    order: 2;
    height: 181px;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
  }

  .mk-benefit-photo--one {
    grid-column: 2;
    order: 3;
    height: 181px;
    object-fit: cover;
    object-position: center top;
    border-radius: 24px;
  }

  .mk-benefit-photo--two {
    display: none;
  }

  .mk-benefit-card--preservatives {
    grid-column: 1 / -1;
    order: 4;
    min-height: 365px;
    padding: 88px 38px 44px;
    background: #efabaf;
  }

  .mk-benefit-card--preservatives div {
    top: 28px;
    right: 40px;
    bottom: auto;
    width: 76px;
    opacity: 1;
  }

  .mk-benefit-card--preservatives h3 {
    max-width: 100%;
    margin: 0 0 36px;
    color: #942728;
    font-size: clamp(37px, 9.4vw, 52px);
    line-height: 0.88;
    letter-spacing: 0;
  }

  .mk-benefit-card p {
    max-width: 370px;
    margin: 0;
    color: #1a1a1a;
    font-size: clamp(20px, 4.65vw, 25px);
    line-height: 1.18;
    letter-spacing: 0.45px;
    text-transform: uppercase;
  }
}

.mk-star-pill i {
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .mk-star-pill i {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .mk-about {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .mk-about__inner,
  .mk-about.is-about-pinned .mk-about__inner,
  .mk-about.is-about-after .mk-about__inner {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    min-height: 0;
    transform: none;
  }

  .mk-about__smiley {
    top: 38px;
  }

  .mk-media-band--orbit {
    z-index: 1;
    margin-top: 0;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .mk-star-pill i {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 768px) {
  .mk-about__title .mk-about__photo {
    width: 160px !important;
    height: 68px !important;
    max-width: none !important;
    object-fit: cover;
    vertical-align: middle;
  }

  .mk-about__title .mk-about__photo--three {
    width: 168px !important;
    height: 78px !important;
    object-fit: contain;
  }
}

@media (max-width: 680px) {
  .mk-social-proof {
    padding-top: 96px !important;
  }

  .mk-social-proof::before {
    display: block !important;
    top: 0 !important;
    z-index: 4 !important;
    width: 920px !important;
    height: 122px !important;
    background-position: 50% 18px !important;
    background-size: 100% 96px !important;
  }

  .mk-social-proof .mk-section-head,
  .mk-social-cards {
    position: relative;
    z-index: 5;
  }

  .mk-social-proof .mk-section-head h2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: min(520px, calc(100vw - 46px)) !important;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .mk-social-proof .mk-section-head h2 .mk-inline-avatars {
    order: -1;
    top: auto;
    display: inline-flex;
    justify-content: center;
    width: 148px;
    height: 42px;
    margin: 0 auto 18px;
    vertical-align: top;
  }

  .mk-social-proof .mk-section-head h2 .mk-inline-avatars img {
    width: 42px;
    height: 42px;
    margin-left: -10px;
    border-width: 2px;
  }

  .mk-social-proof .mk-section-head h2 .mk-inline-avatars img:first-child {
    margin-left: 0;
  }
}

@media (max-width: 980px) {
  body.is-mobile-menu-open {
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
  }

  body.is-mobile-menu-locked {
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  .mk-mobile-panel {
    position: fixed;
    inset: 0;
    z-index: 99990;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: calc(var(--mk-stable-vh, 1vh) * 100);
    max-height: calc(var(--mk-stable-vh, 1vh) * 100);
    padding: 34px clamp(24px, 7vw, 58px) 34px;
    border: 0;
    background:
      linear-gradient(180deg, rgba(250, 242, 207, 0.96), rgba(250, 242, 207, 0.98)),
      url("./assets/figma/scene-bg-clean.svg") center / 980px auto repeat;
    box-shadow: none;
    opacity: 0;
    transform: translateX(105%);
    transition:
      transform 0.68s cubic-bezier(0.16, 1, 0.3, 1),
      opacity 0.48s ease;
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
  }

  .mk-mobile-panel.is-open {
    opacity: 1;
    transform: translateX(0);
  }

  .mk-mobile-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin-bottom: clamp(58px, 10vh, 86px);
  }

  .mk-mobile-panel__logo {
    display: inline-flex;
    align-items: center;
    width: clamp(160px, 36vw, 238px);
  }

  .mk-mobile-panel__logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .mk-mobile-panel__actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .mk-mobile-panel__commerce {
    display: inline-flex;
    align-items: center;
    gap: 0;
    height: 54px;
    padding: 0 5px 0 15px;
    border-radius: 999px;
    background: rgba(255, 249, 223, 0.95);
  }

  .mk-mobile-panel__account,
  .mk-mobile-panel__cart,
  .mk-mobile-panel__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 999px;
    color: var(--text-primary);
  }

  .mk-mobile-panel__account {
    width: 38px;
    height: 54px;
    background: transparent;
  }

  .mk-mobile-panel__account svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
  }

  .mk-mobile-panel__cart {
    position: relative;
    width: 46px;
    height: 46px;
    background: var(--yellow);
  }

  .mk-mobile-panel__cart img {
    width: 22px;
    height: 22px;
  }

  .mk-mobile-panel__cart i {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--red-main);
  }

  .mk-mobile-panel__close {
    width: 54px;
    min-width: 54px;
    height: 54px;
    border: 0 !important;
    outline: 0 !important;
    background: rgba(255, 249, 223, 0.95);
    box-shadow: none !important;
    cursor: pointer;
  }

  .mk-mobile-panel__close:hover,
  .mk-mobile-panel__close:focus,
  .mk-mobile-panel__close:active {
    border: 0 !important;
    outline: 0 !important;
    background: rgba(255, 249, 223, 0.95);
    box-shadow: none !important;
  }

  .mk-mobile-panel__close span,
  .mk-mobile-panel__close span::before,
  .mk-mobile-panel__close span::after {
    position: absolute;
    display: block;
    width: 17px;
    height: 3px;
    border-radius: 999px;
    background: var(--text-primary);
    content: "";
  }

  .mk-mobile-panel__close span {
    position: relative;
    background: transparent;
  }

  .mk-mobile-panel__close span::before {
    transform: rotate(45deg);
  }

  .mk-mobile-panel__close span::after {
    transform: rotate(-45deg);
  }

  .mk-nav--mobile {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .mk-nav--mobile a {
    display: flex;
    align-items: center;
    min-height: 82px;
    border-bottom: 2px solid rgba(67, 121, 53, 0.16);
    color: var(--text-primary);
    font-family: var(--body);
    font-size: clamp(28px, 7vw, 42px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .mk-mobile-panel__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: auto;
    padding-top: 42px;
  }

  .mk-mobile-panel__social a {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    border-radius: 999px;
    background: #e5b734;
    overflow: hidden;
  }

  .mk-mobile-panel__social img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: cover;
  }
}

@media (max-width: 560px) {
  .mk-mobile-panel {
    padding: 32px 28px 30px;
  }

  .mk-mobile-panel__head {
    margin-bottom: 62px;
  }

  .mk-mobile-panel__logo {
    width: 128px;
  }

  .mk-mobile-panel__actions {
    gap: 8px;
  }

  .mk-mobile-panel__commerce {
    height: 50px;
    padding-left: 14px;
  }

  .mk-mobile-panel__account {
    width: 36px;
    height: 50px;
  }

  .mk-mobile-panel__cart {
    width: 44px;
    height: 44px;
  }

  .mk-mobile-panel__close {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .mk-mobile-panel__social a,
  .mk-mobile-panel__social img {
    width: 54px;
    height: 54px;
  }

  .mk-nav--mobile a {
    min-height: 73px;
    font-size: 30px;
  }
}

.mk-benefit-card--natural {
  padding-right: 228px;
}

.mk-benefit-card--natural div {
  right: 46px;
  top: 50%;
  width: 188px;
  transform: translateY(-50%);
}

.mk-benefit-card--natural h3,
.mk-benefit-card--natural p {
  max-width: 330px;
}

@media (max-width: 767px) {
  .mk-benefit-card--natural {
    min-height: 329px;
    padding: 54px 44px 38px;
  }

  .mk-benefit-card--natural div {
    top: 44px;
    right: 40px;
    width: 88px;
    transform: none;
  }

  .mk-benefit-card--natural h3 {
    max-width: 238px;
  }

  .mk-benefit-card--natural p {
    max-width: 342px;
  }

  .mk-benefit-photo--three,
  .mk-benefit-photo--one {
    display: block;
    height: 181px;
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 24px;
  }
}

body.home footer.mk-footer.site-footer {
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  clip-path: none !important;
}

@media (min-width: 981px) {
  body.home .mk-header .mk-commerce-group {
    height: 52px !important;
    padding: 0 4px 0 20px !important;
  }

  body.home .mk-header .mk-account {
    gap: 10px !important;
    height: 52px !important;
    padding-right: 18px !important;
  }

  body.home .mk-header .mk-account__icon {
    width: 22px !important;
    height: 22px !important;
  }

  body.home .mk-header .mk-cart {
    min-width: 136px !important;
    height: 44px !important;
    gap: 9px !important;
    padding: 0 20px 0 25px !important;
  }

  body.home .mk-header .mk-cart img {
    width: 23px !important;
    height: 23px !important;
  }

  body.home .mk-header .mk-cart .mk-cart-count {
    right: 9px !important;
    top: 6px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    font-size: 0 !important;
  }

  body.home footer.mk-footer.site-footer {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.home footer.mk-footer.site-footer .mk-footer__top,
  body.home footer.mk-footer.site-footer .mk-footer__grid,
  body.home footer.mk-footer.site-footer .mk-footer__waves,
  body.home footer.mk-footer.site-footer .mk-footer__copy {
    width: min(1200px, calc(100vw - 96px));
  }

  body.home footer.mk-footer.site-footer .mk-footer__grid {
    grid-template-columns: 277px 202px 190px 220px 190px;
  }
}

body.home footer.mk-footer.site-footer,
body.home footer.mk-footer.site-footer *,
body.home footer.mk-footer.site-footer a,
body.home footer.mk-footer.site-footer strong {
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
}

body.home footer.mk-footer.site-footer a[x-apple-data-detectors],
body.home footer.mk-footer.site-footer [x-apple-data-detectors],
body.home footer.mk-footer.site-footer a[href^="mailto:"],
body.home footer.mk-footer.site-footer a[href^="tel:"] {
  color: inherit !important;
  font: inherit !important;
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
  border-bottom: 0 !important;
}

body.home .mk-story-card__slides,
body.home .mk-story-card__photo {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
}

body.home .mk-story-card__photo {
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
}

body.home .mk-story-icon::before {
  width: 18px;
  height: 18px;
  background: center / contain no-repeat;
  content: "" !important;
}

body.home .mk-story-icon--camera::before {
  background-image: url("./assets/figma/group-6.svg");
}

body.home .mk-story-icon--send::before {
  width: 20px;
  height: 20px;
  background-image: url("./assets/figma/group-8.svg");
}

body.home .mk-story-card:nth-child(2) .mk-story-card__photo {
  object-position: center center !important;
}

body.home .mk-story-card:nth-child(2) .mk-story-quote {
  top: 43%;
  width: min(280px, 76%);
  min-height: 160px;
  color: #ffffff;
  font-size: 27px;
  line-height: 1.02;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}

body.home .mk-story-card:nth-child(2) .mk-story-quote span {
  align-items: center;
}

body footer.mk-footer.site-footer .mk-logo-cycle {
  overflow: hidden !important;
  background: #ffffff !important;
  margin-bottom: 0 !important;
}

body footer.mk-footer.site-footer .mk-logo-cycle img {
  display: block !important;
  top: 0 !important;
  bottom: auto !important;
}

@media (min-width: 768px) {
  body footer.mk-footer.site-footer .mk-logo-cycle {
    height: clamp(266px, 16.2vw, 296px) !important;
  }
}

@media (max-width: 767px) {
  body footer.mk-footer.site-footer .mk-logo-cycle {
    height: 112px !important;
    margin-top: 28px !important;
  }

  body footer.mk-footer.site-footer .mk-logo-cycle img {
    width: 590px !important;
    max-width: none !important;
  }
}

.mk-footer__email-at {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-decoration: none !important;
  transform: translateY(-0.03em);
}

.is-search-open {
  overflow: hidden;
}

.mk-search-modal[hidden] {
  display: none !important;
}

.mk-search-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(63, 79, 51, 0.72);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.mk-search-modal.is-open {
  opacity: 1;
}

.mk-search-modal__box {
  position: relative;
  width: min(560px, calc(100vw - 32px));
  padding: 42px 34px;
  border: 2px solid rgba(67, 120, 55, 0.34);
  border-radius: 28px;
  background: #faf2cf;
  box-shadow: 0 24px 70px rgba(21, 21, 21, 0.28);
  transform: translateY(10px) scale(0.96);
  transition: transform 0.24s ease;
}

.mk-search-modal.is-open .mk-search-modal__box {
  transform: translateY(0) scale(1);
}

.mk-search-modal__close {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 26px;
  height: 26px;
  border: 1.5px solid rgba(67, 120, 55, 0.35);
  border-radius: 999px;
  background: transparent;
  color: var(--green-main);
  font-size: 0;
  cursor: pointer;
}

.mk-search-modal__close::before,
.mk-search-modal__close::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.mk-search-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mk-search-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mk-search-modal h2 {
  margin: 0 0 24px;
  color: var(--text-primary);
  font: 900 42px / 1.05 var(--body);
  text-align: center;
  text-transform: uppercase;
}

.mk-search-popup-wrap {
  display: flex;
  align-items: center;
  min-height: 70px;
  overflow: hidden;
  border: 2px solid rgba(67, 120, 55, 0.28);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(67, 120, 55, 0.08);
}

.mk-search-popup-input {
  flex: 1;
  min-width: 0;
  padding: 0 28px;
  border: 0 !important;
  outline: 0 !important;
  background: transparent;
  color: var(--text-primary);
  font: 900 21px / 1 var(--body);
  text-transform: uppercase;
}

.mk-search-popup-input::placeholder {
  color: rgba(21, 21, 21, 0.42);
  opacity: 1;
}

.mk-search-popup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  min-width: 74px;
  height: 70px;
  border: 0;
  background: var(--yellow);
  cursor: pointer;
}

.mk-search-popup-btn svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--text-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.mk-cart-count,
.mk-mobile-panel__cart .mk-cart-count {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  border-radius: 999px;
  color: #ffffff;
  background: #e52c28;
  font: 900 9px / 1 Arial, Helvetica, sans-serif;
  text-indent: 0;
}

.mk-cart .mk-cart-count {
  right: 16px;
  top: 4px;
}

body .mk-header,
body header.mk-header {
  box-sizing: border-box !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

body .mk-header .mk-icon-button,
body .mk-header button.mk-icon-button,
body .mk-header .mk-pill,
body .mk-header .mk-commerce-group {
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body .mk-header .mk-icon-button,
body .mk-header button.mk-icon-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 52px !important;
  min-width: 52px !important;
  height: 52px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--cream-light) !important;
  color: var(--text-primary) !important;
}

body .mk-header .mk-icon-button:hover,
body .mk-header .mk-icon-button:focus,
body .mk-header .mk-icon-button:active {
  border: 0 !important;
  outline: 0 !important;
  background: var(--cream-light) !important;
  color: var(--text-primary) !important;
  box-shadow: none !important;
}

body .mk-header .mk-icon-button img {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  object-fit: contain !important;
  border: 0 !important;
  box-shadow: none !important;
}

body .mk-promo .mk-promo__close,
body .mk-promo__close {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-width: 2.5px !important;
}

body .mk-promo__close span,
body .mk-promo__close span::before,
body .mk-promo__close span::after {
  width: 15px !important;
  height: 3px !important;
}

body footer.mk-footer.site-footer {
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  clip-path: none !important;
}

body footer.mk-footer.site-footer,
body footer.mk-footer.site-footer *,
body footer.mk-footer.site-footer a,
body footer.mk-footer.site-footer strong {
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
}

@media (min-width: 981px) {
  body .mk-header .mk-actions {
    justify-content: flex-end !important;
    gap: 24px !important;
  }

  body .mk-header .mk-actions > .mk-mobile-toggle,
  body .mk-header button.mk-mobile-toggle {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body .mk-header .mk-commerce-group {
    height: 52px !important;
    padding: 0 4px 0 20px !important;
  }

  body .mk-header .mk-account {
    gap: 10px !important;
    height: 52px !important;
    padding-right: 18px !important;
  }

  body .mk-header .mk-account__icon {
    width: 22px !important;
    height: 22px !important;
  }

  body .mk-header .mk-cart {
    min-width: 136px !important;
    height: 44px !important;
    gap: 9px !important;
    padding: 0 20px 0 25px !important;
  }

  body .mk-header .mk-cart img {
    width: 23px !important;
    height: 23px !important;
  }

  body .mk-header .mk-cart .mk-cart-count {
    right: 9px !important;
    top: 6px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    font-size: 0 !important;
  }

  body footer.mk-footer.site-footer {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body footer.mk-footer.site-footer .mk-footer__top,
  body footer.mk-footer.site-footer .mk-footer__grid,
  body footer.mk-footer.site-footer .mk-footer__waves,
  body footer.mk-footer.site-footer .mk-footer__copy {
    width: min(1200px, calc(100vw - 96px));
  }

  body footer.mk-footer.site-footer .mk-footer__grid {
    grid-template-columns: 277px 202px 190px 220px 190px;
  }
}

@media (max-width: 980px) {
  body .mk-header .mk-search {
    display: none !important;
  }

  body .mk-header .mk-actions > .mk-mobile-toggle,
  body .mk-header button.mk-mobile-toggle,
  body .mk-header .mk-actions .mk-mobile-toggle {
    display: inline-flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
    width: 54px !important;
    min-width: 54px !important;
    height: 54px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--cream-light) !important;
  }

  body .mk-header .mk-mobile-toggle span {
    position: relative !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 2px !important;
    background: var(--text-primary) !important;
    box-shadow: 13px 0 0 var(--text-primary), 0 13px 0 var(--text-primary), 13px 13px 0 var(--text-primary) !important;
    transform: translate(-6.5px, -6.5px) !important;
  }

  body .mk-header .mk-mobile-toggle span::before,
  body .mk-header .mk-mobile-toggle span::after {
    display: none !important;
  }

  .mk-header .mk-cart .mk-cart-count {
    right: 5px !important;
    top: 2px !important;
  }
}

@media (max-width: 680px) {
  body .mk-promo .mk-promo__close,
  body .mk-promo__close {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    right: 10px !important;
    border-width: 2px !important;
  }

  body .mk-promo__close span::before,
  body .mk-promo__close span::after {
    width: 9px !important;
    height: 2px !important;
  }
}

.mk-custom-cart {
  min-height: 64vh;
  padding: 0 24px clamp(84px, 9vw, 132px);
  background: #ffffff;
  color: var(--text-primary);
}

.mk-custom-cart__inner {
  width: min(1280px, 100%);
  margin: 0 auto;
}

.mk-custom-cart__head {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: clamp(286px, 25vw, 380px);
  margin: 0 calc(50% - 50vw) clamp(16px, 2vw, 28px);
  padding: clamp(54px, 6vw, 88px) max(24px, calc((100vw - 1280px) / 2 + 24px)) clamp(0px, 1vw, 14px);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 247, 207, 0.98), rgba(255, 249, 224, 0.92));
  text-align: left;
}

.mk-custom-cart__head::before {
  display: none;
  content: none;
}

.mk-custom-cart__head::after {
  position: absolute;
  left: 50%;
  bottom: -62px;
  width: 124vw;
  height: 124px;
  background: url("./assets/figma/vector-4.svg") center bottom / 100% 100% no-repeat;
  content: "";
  opacity: 1;
  transform: translateX(-50%);
}

.mk-custom-cart__head p,
.mk-custom-cart__head span {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--body);
  font-weight: 900;
  text-transform: uppercase;
}

.mk-custom-cart__head p {
  width: fit-content;
  margin-bottom: 18px;
  padding: 10px 18px 8px;
  border: 2px solid rgba(66, 120, 58, 0.22);
  border-radius: 999px;
  background: #ffffff;
  color: var(--red-main);
  font-size: 18px;
}

.mk-custom-cart__head h1 {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 0 18px;
  color: var(--red-main);
  font-family: "BobbyJonesSoft", var(--body) !important;
  font-size: clamp(46px, 5.2vw, 82px);
  font-weight: 900;
  line-height: 0.98;
  text-shadow: none;
  text-transform: uppercase;
}

.mk-custom-cart__head span {
  display: block;
  max-width: 710px;
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.18;
}

.mk-custom-cart__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.mk-custom-cart__items,
.mk-custom-cart__summary,
.mk-custom-cart__empty {
  border: 3px solid rgba(66, 120, 58, 0.24);
  border-radius: 24px;
  background: #ffffff;
}

.mk-custom-cart__item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 140px 140px;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-bottom: 2px solid rgba(66, 120, 58, 0.18);
}

.mk-custom-cart__item:last-of-type {
  border-bottom: 0;
}

.mk-custom-cart__thumb {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--cream-light);
}

.mk-custom-cart__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mk-custom-cart__info h2 {
  margin: 0 0 10px;
  color: var(--text-primary);
  font-family: var(--body);
  font-size: clamp(19px, 1.7vw, 27px);
  line-height: 1.04;
  text-transform: uppercase;
}

.mk-custom-cart__info h2 a {
  color: inherit;
  text-decoration: none;
}

.mk-custom-cart__info p,
.mk-custom-cart__subtotal {
  margin: 0;
  color: var(--red-main);
  font-family: var(--body);
  font-size: 20px;
  font-weight: 900;
}

.mk-custom-cart__remove {
  display: inline-flex;
  margin-top: 16px;
  color: var(--green-main);
  font-family: var(--body);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.mk-custom-cart__qty span {
  display: block;
  margin-bottom: 8px;
  color: rgba(21, 21, 21, 0.62);
  font-family: var(--body);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mk-custom-cart__qty input {
  width: 86px;
  height: 54px;
  border: 2px solid rgba(21, 21, 21, 0.24);
  border-radius: 8px;
  background: #ffffff;
  color: var(--text-primary);
  font-family: var(--body);
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.mk-custom-cart__actions {
  display: flex;
  justify-content: flex-end;
  padding: 20px 24px 24px;
}

.mk-custom-cart__button,
.mk-custom-cart__checkout,
.mk-custom-cart__coupon button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--text-primary);
  font-family: var(--body);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.mk-custom-cart__button--ghost {
  background: var(--yellow);
}

.mk-custom-cart__summary {
  padding: 28px;
  position: sticky;
  top: calc(var(--header-height) + 24px);
}

.mk-custom-cart__summary h2,
.mk-custom-cart__empty h2 {
  margin: 0 0 22px;
  color: var(--text-primary);
  font-family: "BobbyJonesSoft", var(--body) !important;
  font-size: clamp(31px, 2.8vw, 44px);
  line-height: 1.04;
  text-transform: uppercase;
}

.mk-custom-cart__summary dl {
  margin: 0 0 24px;
  overflow: hidden;
  border: 2px solid rgba(66, 120, 58, 0.22);
  border-radius: 18px;
}

.mk-custom-cart__summary dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-bottom: 2px solid rgba(66, 120, 58, 0.16);
  font-family: var(--body);
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.mk-custom-cart__summary dl div:last-child {
  border-bottom: 0;
}

.mk-custom-cart__summary dt,
.mk-custom-cart__summary dd {
  margin: 0;
}

.mk-custom-cart__total {
  color: var(--red-main);
}

.mk-custom-cart__coupon {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-bottom: 18px;
}

.mk-custom-cart__coupon input {
  min-width: 0;
  height: 54px;
  padding: 0 18px;
  border: 2px solid rgba(66, 120, 58, 0.24);
  border-radius: 999px;
  color: var(--text-primary);
  font-family: var(--body);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.mk-custom-cart__coupon button {
  min-height: 54px;
  padding-inline: 22px;
  font-size: 15px;
}

.mk-custom-cart__checkout {
  width: 100%;
  min-height: 66px;
  background: var(--green-main);
  color: #ffffff;
  font-size: 20px;
}

.mk-custom-cart__empty {
  padding: clamp(38px, 6vw, 72px);
  text-align: center;
}

.mk-custom-cart__empty p {
  max-width: 520px;
  margin: 0 auto 28px;
  font-family: var(--body);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .mk-custom-cart {
    padding: 0 20px 72px;
  }

  .mk-custom-cart__layout {
    grid-template-columns: 1fr;
  }

  .mk-custom-cart__summary {
    position: static;
  }
}

@media (max-width: 680px) {
  .mk-custom-cart__head {
    justify-items: center;
    min-height: 430px;
    padding: 48px 24px 82px;
    text-align: center;
  }

  .mk-custom-cart__head::before {
    display: none;
    content: none;
  }

  .mk-custom-cart__head::after {
    bottom: -44px;
    width: 180vw;
    height: 100px;
  }

  .mk-custom-cart__head p {
    margin: 0 auto 16px;
    font-size: 15px;
  }

  .mk-custom-cart__head h1 {
    max-width: 420px;
    margin-inline: auto;
    font-size: clamp(34px, 10.5vw, 48px);
    line-height: 1.02;
  }

  .mk-custom-cart__head span {
    max-width: 360px;
    margin-inline: auto;
    font-size: 16px;
  }

  .mk-custom-cart__item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
  }

  .mk-custom-cart__thumb {
    width: 88px;
    height: 88px;
  }

  .mk-custom-cart__qty,
  .mk-custom-cart__subtotal {
    grid-column: 2;
  }

  .mk-custom-cart__coupon {
    grid-template-columns: 1fr;
  }
}

body.woocommerce-cart .mk-custom-cart .mk-custom-cart__head {
  justify-items: start;
  margin-bottom: clamp(16px, 2vw, 28px);
  text-align: left;
}

body.woocommerce-cart .mk-custom-cart .mk-custom-cart__head h1#mk-custom-cart-title {
  font-family: "BobbyJonesSoft", var(--body) !important;
}

@media (max-width: 680px) {
  body.woocommerce-cart .mk-custom-cart .mk-custom-cart__head {
    justify-items: center;
    text-align: center;
  }
}

.mk-search-modal .mk-search-modal__box {
  width: min(620px, calc(100vw - 32px)) !important;
  min-height: 280px !important;
  padding: 58px 40px 48px !important;
  border: 2px solid rgba(66, 120, 58, 0.28) !important;
  border-radius: 30px !important;
  background: #fff7cf !important;
  box-shadow: 0 28px 80px rgba(21, 21, 21, 0.28) !important;
}

.mk-search-modal .mk-search-modal__close {
  right: 20px !important;
  top: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--yellow) !important;
  color: var(--text-primary) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
}

.mk-search-modal .mk-search-modal__close::before,
.mk-search-modal .mk-search-modal__close::after {
  width: 18px !important;
  height: 3px !important;
  background: currentColor !important;
}

.mk-search-modal .mk-search-modal h2,
.mk-search-modal h2 {
  margin: 0 0 30px !important;
  font-family: "BobbyJonesSoft", "Bobby Jones Soft", "Nunito", "Arial Rounded MT Bold", system-ui, sans-serif !important;
  font-size: clamp(36px, 4.2vw, 58px) !important;
  font-weight: 900 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

.mk-search-modal .mk-search-popup-wrap {
  min-height: 78px !important;
  border-color: rgba(66, 120, 58, 0.3) !important;
}

.mk-search-modal .mk-search-popup-input {
  font-family: "BobbyJonesSoft", "Bobby Jones Soft", "Nunito", "Arial Rounded MT Bold", system-ui, sans-serif !important;
  font-size: 22px !important;
}

.mk-search-modal .mk-search-popup-btn {
  width: 82px !important;
  min-width: 82px !important;
  height: 78px !important;
}

@media (max-width: 680px) {
  .mk-search-modal {
    padding: 18px !important;
  }

  .mk-search-modal .mk-search-modal__box {
    min-height: 300px !important;
    padding: 62px 22px 34px !important;
    border-radius: 24px !important;
  }

  .mk-search-modal .mk-search-modal__close {
    right: 16px !important;
    top: 16px !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
  }

  .mk-search-modal h2 {
    margin-bottom: 24px !important;
    font-size: clamp(34px, 10vw, 46px) !important;
  }

  .mk-search-modal .mk-search-popup-wrap {
    min-height: 66px !important;
  }

  .mk-search-modal .mk-search-popup-input {
    padding: 0 18px !important;
    font-size: 18px !important;
  }

  .mk-search-modal .mk-search-popup-btn {
    width: 68px !important;
    min-width: 68px !important;
    height: 66px !important;
  }
}

/* Final stories progress width fix */
.mk-story-card__top {
  left: clamp(24px, 5.2vw, 44px) !important;
  right: clamp(24px, 5.2vw, 44px) !important;
  width: auto !important;
}
.mk-story-progress {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  gap: clamp(8px, 1.6vw, 14px) !important;
}
.mk-story-progress i,
.mk-story-progress span,
.mk-story-progress b {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}
.mk-story-progress__bar,
.mk-story-progress > * {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}
@media (max-width: 680px) {
  .mk-story-card__top {
    left: 26px !important;
    right: 26px !important;
  }
  .mk-story-progress {
    gap: 9px !important;
    height: 7px !important;
  }
}

/* Contact and recipe refinements loaded from the shared public stylesheet. */
body.page-id-13 .mk-contact-kicker {
  display: none !important;
}

body.page-id-13 .mk-contact-form-panel::after {
  display: none !important;
  content: none !important;
}

body.page-id-13 .mk-contact-form-panel h2 {
  margin-top: 0 !important;
}

body.page-id-13 .mk-contact-form input,
body.page-id-13 .mk-contact-form textarea,
body.page-id-13 .mk-contact-form select {
  background: #ffffff !important;
}

body.page-id-13 .mk-contact-submit i {
  width: 15px !important;
  height: 15px !important;
  border-width: 3px !important;
}

/* Contact details follow the clean reading used by the footer. */
@media (min-width: 981px) {
  body.page-id-13 .mk-contact-info {
    display: grid !important;
    gap: 0 !important;
    padding: 10px 0 !important;
  }

  body.page-id-13 .mk-contact-card {
    min-height: 0 !important;
    padding: 24px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.page-id-13 .mk-contact-card + .mk-contact-card {
    border-top: 2px solid rgba(66, 120, 58, .18) !important;
  }
}

body.page-id-71 .mk-recipe-card::after {
  display: none !important;
  content: none !important;
}

body.page-id-71 .mk-recipe-card__meta span:nth-child(n + 2) {
  display: none !important;
}

/* Figma product-card details; retain the live catalog and full-bleed photos. */
body.home .mk-product-showcase .mk-product-card {
  height: auto !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
  border-radius: 24px !important;
  background-color: #faf2cf !important;
}
body.home .mk-product-showcase .mk-product-card__info {
  height: auto !important;
  min-height: 93px !important;
  margin-top: 10px !important;
  padding: 12px 24px 20px !important;
  grid-template-columns: minmax(0, 1fr) 55px !important;
  grid-template-rows: auto auto !important;
  column-gap: 16px !important;
  row-gap: 16px !important;
}
body.home .mk-product-showcase .mk-product-card__info h3,
body.home .mk-product-showcase .mk-product-card__info strong {
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
body.home .mk-product-showcase .mk-product-card__info h3 {
  line-height: 1.02 !important;
}
body.home .mk-product-showcase .mk-product-card__info strong {
  line-height: 1.32 !important;
  color: #efabaf !important;
}
body.home .mk-product-showcase .mk-product-card__cart-link {
  width: 55px !important;
  height: 55px !important;
  align-self: center !important;
  background-color: #e5b734 !important;
}
body.home .mk-product-showcase .mk-product-card__cart-link::before {
  inset: 50% auto auto 50% !important;
  width: 21.0315px !important;
  height: 21.5px !important;
  transform: translate(-50%, -50%) !important;
}

body.home .mk-product-showcase .mk-product-card__title-link { font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; letter-spacing: 0 !important; }

/* Requested refinements only: About and mobile Home/product — 2026-09-07. */
body.page-id-12 .mk-quem-page .mk-quem-value-card::after {
  content: none !important;
  display: none !important;
}
body.page-id-12 .mk-quem-final .mk-quem-final__image img,
body.page-id-12 .mk-quem-final .mk-quem-button {
  box-shadow: none !important;
}
@media (max-width: 680px) {
  /* Auto columns divide the full track between the visible story segments. */
  body.home .mk-story-card .mk-story-progress {
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(0, 1fr) !important;
    width: 100% !important;
  }
  /* Only the two rotated strokes should be painted, not the middle span. */
  body.single-product .mk-promo button.mk-promo__close > span {
    background: transparent !important;
  }
  /* The Elementor gallery widget owns the single outer border. */
  body.single-product .elementor-widget-rtsb-product-image.enzo-product-gallery-fixed {
    border: 3px solid rgba(66, 120, 58, .16) !important;
    border-radius: 24px !important;
    outline: 0 !important;
    box-shadow: none !important;
  }
  body.single-product .enzo-product-gallery-fixed .rtsb-product-images,
  body.single-product .enzo-product-gallery-fixed .woocommerce-product-gallery,
  body.single-product .enzo-product-gallery-fixed .woocommerce-product-gallery__wrapper,
  body.single-product .enzo-product-gallery-fixed .rtsb-vg-main-slider-wrapper,
  body.single-product .enzo-product-gallery-fixed .product-vg-gallery,
  body.single-product .enzo-product-gallery-fixed .swiper,
  body.single-product .enzo-product-gallery-fixed .swiper-wrapper,
  body.single-product .enzo-product-gallery-fixed .swiper-slide,
  body.single-product .enzo-product-gallery-fixed .rtsb-product-img,
  body.single-product .enzo-product-gallery-fixed img {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }
}

/* Empty-cart heading: match the store's Bobby Jones Soft typography. */
body.woocommerce-cart .mk-custom-cart .mk-custom-cart__empty > h2 {
  font-family: "BobbyJonesSoft", "Bobby Jones Soft", sans-serif !important;
}

/* Search popup heading: use the same Bobby Jones Soft as the empty cart. */
body .mk-search-modal .mk-search-modal__box > h2 {
  font-family: "BobbyJonesSoft", "Bobby Jones Soft", sans-serif !important;
}

/* One promo close size across Home, catalog, product and account pages. */
html body .mk-promo button.mk-promo__close.mk-icon-button[aria-label="Fechar aviso"],
html body button.mk-wp-promo-close[aria-label="Fechar aviso"] {
  box-sizing: border-box !important;
  position: absolute !important;
  top: 50% !important;
  right: 16px !important;
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  padding: 0 !important;
  border-width: 2px !important;
  transform: translateY(-50%) !important;
}
html body .mk-promo button.mk-promo__close.mk-icon-button[aria-label="Fechar aviso"] > span,
html body button.mk-wp-promo-close[aria-label="Fechar aviso"] > span {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 12px !important;
  height: 2px !important;
  background: transparent !important;
  transform: translate(-50%, -50%) !important;
}
html body .mk-promo button.mk-promo__close.mk-icon-button[aria-label="Fechar aviso"] > span::before,
html body .mk-promo button.mk-promo__close.mk-icon-button[aria-label="Fechar aviso"] > span::after,
html body button.mk-wp-promo-close[aria-label="Fechar aviso"] > span::before,
html body button.mk-wp-promo-close[aria-label="Fechar aviso"] > span::after {
  width: 12px !important;
  height: 2px !important;
}
/* Catalog toolbar: centered count, sorting left and view controls right. */
body .elementor-49 .elementor-element.elementor-element-bd6b544 { margin-top: 0 !important; }
body .elementor-49 .elementor-element.elementor-element-b4b71f6 { margin: 24px 0 !important; }
body .elementor-49 .elementor-element-b4b71f6 > .elementor-container { flex-wrap: wrap !important; row-gap: 12px !important; }
body .elementor-49 .elementor-element.elementor-element-5e79851,
body .elementor-49 .elementor-element.elementor-element-0f5ee0b { width: 100% !important; }
body .elementor-49 .elementor-element-4b016bc > .elementor-widget-container { margin: 0 !important; }
body .elementor-49 .woocommerce-result-count { float: none !important; width: 100% !important; margin: 0 !important; text-align: center !important; }
body .elementor-49 .elementor-element-0f5ee0b > .elementor-widget-wrap { justify-content: space-between !important; flex-wrap: nowrap !important; gap: 12px !important; }
body .elementor-49 .elementor-element-dc073fe { min-width: 0 !important; flex: 0 1 280px !important; }
body .elementor-49 .elementor-element-dc073fe > .elementor-widget-container { margin: 0 !important; padding: 0 !important; }
body .elementor-49 .elementor-element-dc073fe .woocommerce-ordering,
body .elementor-49 .elementor-element-dc073fe .woocommerce-ordering .orderby { width: 100% !important; min-width: 0 !important; margin: 0 !important; }
body .elementor-49 .elementor-element-4d2a12c { flex: 0 0 auto !important; margin: 0 !important; }
@media (max-width: 680px) {
  body .elementor-49 .elementor-element.elementor-element-b4b71f6 { margin: 16px 0 !important; }
  body .elementor-49 .elementor-element-dc073fe { flex-basis: 180px !important; }
  body .elementor-49 .elementor-element-dc073fe .orderby { padding-left: 12px !important; padding-right: 12px !important; }
}

/* Product detail controls and related heading. */
body.single-product .elementor-widget-rtsb-related-product-custom .rtsb-section-title,
body.single-product .related.products > h2 {
  font-family: 'BobbyJonesSoft', 'Bobby Jones Soft', sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
}
body.single-product .rtsb-product-add-to-cart form.cart {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
}
body.single-product .rtsb-product-add-to-cart form.cart > .quantity {
  flex: 0 0 58px !important;
  width: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: center !important;
}
body.single-product .rtsb-product-add-to-cart form.cart > .quantity input.qty {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
}
body.single-product .rtsb-product-add-to-cart form.cart > .single_add_to_cart_button {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  align-self: center !important;
}
body.single-product .rtsb-product-add-to-cart form.cart > .containerCalculator {
  flex: 0 0 100% !important;
}
@media (max-width: 680px) {
  body.single-product .rtsb-product-images { position: relative !important; }
  body.single-product .rtsb-product-images > .mk-mobile-product-wishlist {
    position: absolute !important;
    z-index: 5 !important;
    top: 14px !important;
    left: 14px !important;
    width: 46px !important;
    margin: 0 !important;
  }
  body.single-product .mk-mobile-product-wishlist a.rtsb-wishlist-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 2px solid #d1ddcd !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #437935 !important;
  }
  body.single-product .mk-mobile-product-wishlist .button-text { display: none !important; }
  body.single-product .mk-mobile-product-wishlist .icon { font-size: 24px !important; }
}

html body.single-product .rtsb-product-add-to-cart form.cart > button.single_add_to_cart_button.button.alt {
  margin: 0 !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
}
