/** Shopify CDN: Minification failed

Line 976:0 Unexpected "{"
Line 995:9 Expected identifier but found whitespace
Line 995:10 Unexpected "0"

**/
:root {
  --moya-primary: #648545;
  --moya-deep: #37584d;
  --moya-deeper: #2d4840;
  --moya-cream: #fffffa;
  --moya-ink: #1F2329;
  --moya-text: #4a5565;
  --moya-muted: #6b7c7b;
  --moya-accent: #eff1b7;
  --moya-mist: #daefe9;
  --moya-soft: #f9fafa;
  --moya-sage: #eff2f1;
  --moya-line: rgba(23, 23, 23, 0.12);
  --moya-shadow: 0 28px 80px rgba(23, 23, 23, 0.12);
  --page-width: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  color: var(--moya-ink);
  background: var(--moya-cream);
  font-family: "Lexend Deca", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  
}

#MainContent {
  flex: 1 0 auto;
}

.moya-footer {
  flex-shrink: 0;
}
img,
video {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--moya-ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
}

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

.moya-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 50;
  width: fit-content;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(23, 23, 23, 0.16);
  color: #fff;
  backdrop-filter: blur(18px);
  transition: transform 220ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.moya-header.is-hidden {
  transform: translate(-50%, calc(-100% - 24px));
}

.moya-header.is-scrolled,
.template-product .moya-header,
.template-page .moya-header,
.template-collection .moya-header,
.template-cart .moya-header {
  background: rgba(255, 255, 250, 0.88);
  color: var(--moya-ink);
  border-color: rgba(23, 23, 23, 0.08);
  box-shadow: 0 18px 44px rgba(23, 23, 23, 0.08);
}

.moya-header__brand {
  display: flex;
  align-items: center;
  min-width: 80px;
}

.moya-header__logo,
.moya-footer__logo {
  width: auto;
  height: 24px;
  object-fit: contain;
}

.moya-header:not(.is-scrolled) .moya-header__logo {
  filter: brightness(0) invert(1);
}

.template-product .moya-header__logo,
.template-page .moya-header__logo,
.template-collection .moya-header__logo,
.template-cart .moya-header__logo {
  filter: none;
}

.template-product .moya-header:not(.is-scrolled) .moya-header__logo,
.template-page .moya-header:not(.is-scrolled) .moya-header__logo,
.template-collection .moya-header:not(.is-scrolled) .moya-header__logo,
.template-cart .moya-header:not(.is-scrolled) .moya-header__logo {
  filter: none;
}

.moya-header__nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.moya-header__nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: inherit;
  background: rgba(100, 133, 69, 0.12);
}

.moya-header__nav a:hover {
  background: rgba(100, 133, 69, 0.32);
}

.moya-header__cta {
  background: var(--moya-primary);
  color: #fff !important;
}

.moya-header__cta:hover {
  background: var(--moya-deep) !important;
}

.moya-header__toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: inherit;
  background: rgba(255, 255, 255, 0.16);
}

.moya-header__toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: currentColor;
}

.moya-page {
  overflow: hidden;
}

.moya-section {
  padding: 88px 20px;
}

.moya-section--tight {
  padding-top: 56px;
  padding-bottom: 56px;
}

.moya-container {
  width: min(calc(100% - 40px), var(--page-width));
  margin: 0 auto;
}

.moya-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--moya-deep);
  background: rgba(100, 133, 69, 0.1);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.moya-heading {
  margin: 0;
  font-family: "Lexend Deca", "Lexend Deca", sans-serif;
  font-size: clamp(2rem, 3vw, 3.6rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.moya-subheading {
  max-width: 700px;
  margin: 18px auto 0;
  color: var(--moya-text);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.75;
}

.moya-button,
.shopify-payment-button__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--moya-primary);
  border-radius: 999px;
  background: var(--moya-primary);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.moya-button:hover,
.shopify-payment-button__button:hover {
  transform: translateY(-1px);
  background: var(--moya-deep);
  border-color: var(--moya-deep);
}

.moya-button--secondary {
  background: rgba(255, 255, 250, 0.88);
  color: var(--moya-ink);
  border-color: rgba(23, 23, 23, 0.14);
}

.moya-button--secondary:hover {
  color: #fff;
}

.moya-button--full {
  width: 100%;
}

.moya-input,
.moya-select,
.moya-quantity {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(23, 23, 23, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--moya-ink);
  outline: none;
}

.moya-input:focus,
.moya-select:focus,
.moya-quantity:focus {
  border-color: var(--moya-primary);
  box-shadow: 0 0 0 4px rgba(100, 133, 69, 0.14);
}

.moya-form-row {
  display: flex;
  gap: 12px;
}

.moya-form-note,
.moya-note {
  color: var(--moya-muted);
  font-size: 13px;
  line-height: 1.6;
}

.moya-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--moya-ink);
}

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

.moya-hero__media video,
.moya-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moya-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(23, 23, 23, 0.68), rgba(23, 23, 23, 0.18), rgba(23, 23, 23, 0.05));
}

.moya-hero__content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 136px 0 72px;
  color: #fff;
  text-align: center;
}

.moya-hero__content .moya-heading {
  color: #fff;
}

.moya-hero__content p {
  max-width: 650px;
  margin: 20px auto 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.moya-hero__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.moya-hero__actions .moya-button {
  min-width: 180px;
  min-height: 56px;
  padding: 0 34px;
  box-shadow: 0 16px 44px rgba(23, 23, 23, 0.18);
}

.moya-signup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  max-width: 520px;
  margin: 0 auto;
}

.moya-signup .moya-input {
  background: rgba(255, 255, 250, 0.92);
}

.moya-meet {
  text-align: center;
}

.moya-meet__stage {
  position: relative;
  width: min(740px, 100%);
  aspect-ratio: 1;
  margin: 42px auto 0;
}

.moya-meet__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
}

.moya-meet__image img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  border-radius: 44px;
  box-shadow: var(--moya-shadow);
}

.moya-meet__base {
  position: absolute;
  left: 50%;
  bottom: 5%;
  width: 86%;
  height: 34%;
  transform: translateX(-50%);
  border-radius: 48px;
  background: var(--moya-mist);
}

.moya-hotspot {
  position: absolute;
  z-index: 2;
}

.moya-hotspot__button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(100, 133, 69, 0.28);
  cursor: pointer;
}

.moya-hotspot__button::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  animation: moya-pulse 2s ease-in-out infinite;
}

.moya-hotspot__panel {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  width: min(240px, 80vw);
  transform: translateX(-50%);
  padding: 14px 16px;
  border-radius: 18px;
  color: var(--moya-ink);
  background: rgba(255, 255, 250, 0.95);
  box-shadow: 0 16px 44px rgba(23, 23, 23, 0.16);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  text-align: left;
}

.moya-hotspot:hover .moya-hotspot__panel,
.moya-hotspot.is-open .moya-hotspot__panel {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}

.moya-hotspot__panel strong {
  display: block;
  margin-bottom: 4px;
  color: var(--moya-deep);
  font-family: "Parkinsans", "Poppins", sans-serif;
}

.moya-hotspot__panel span {
  color: var(--moya-text);
  font-size: 13px;
  line-height: 1.5;
}

.moya-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 88px);
  align-items: center;
}

.moya-feature-row--reverse .moya-feature-row__media {
  order: 2;
}

.moya-feature-row__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: clamp(28px, 4vw, 52px);
  background: var(--moya-soft);
}

.moya-feature-row__media img,
.moya-feature-row__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moya-feature-row__content {
  max-width: 560px;
}

.moya-feature-row__content .moya-heading {
  font-size: clamp(2rem, 3.2vw, 3.6rem);
}

.moya-feature-row__content p {
  color: var(--moya-text);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.85;
}

.moya-feature-row__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.moya-band {
  background: var(--moya-sage);
}

.moya-section__intro {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.moya-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.moya-timeline__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: var(--moya-cream);
}

.moya-timeline__card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.moya-timeline__body {
  padding: 20px;
}

.moya-timeline__time {
  display: block;
  margin-bottom: 8px;
  color: var(--moya-primary);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.moya-timeline h3,
.moya-card h3,
.moya-science h3 {
  margin: 0 0 10px;
  color: var(--moya-deep);
  font-family: "Lexend Deca", "Lexend Deca", sans-serif;
  font-size: 1.18rem;
  line-height: 1.25;
}

.moya-timeline p,
.moya-card p,
.moya-science p {
  margin: 0;
  color: var(--moya-text);
  font-size: 0.875rem;
  line-height: 1.55;
}

.moya-scroll-row {
  display: grid;
  grid-auto-columns: minmax(280px, 430px);
  grid-auto-flow: column;
  gap: 24px;
  overflow-x: auto;
  padding: 4px 0 16px;
  scroll-snap-type: x proximity;
}

.moya-scroll-row::-webkit-scrollbar {
  height: 8px;
}

.moya-scroll-row::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(100, 133, 69, 0.28);
}

.moya-card {
  scroll-snap-align: start;
}

.moya-card__image {
  overflow: hidden;
  aspect-ratio: 3 / 2;
  margin-bottom: 18px;
  border-radius: 24px;
  background: var(--moya-soft);
}

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

.moya-tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--moya-deep);
  background: rgba(100, 133, 69, 0.1);
  font-size: 12px;
  font-weight: 700;
}

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

.moya-science__card {
  padding: 24px;
  border-radius: 32px;
  background: var(--moya-soft);
}

.moya-science__image {
  overflow: hidden;
  aspect-ratio: 1;
  margin-bottom: 20px;
  border-radius: 22px;
  background: var(--moya-cream);
}

.moya-science__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moya-section.moya-science--stacked .moya-science {
  grid-template-columns: 1fr;
  max-width: 872px;
  margin: 0 auto;
}

.moya-section.moya-science--stacked .moya-science__card {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1fr);
  grid-template-areas:
    "image tag"
    "image title"
    "image text";
  column-gap: 44px;
  row-gap: 0;
  align-items: center;
}

.moya-section.moya-science--stacked .moya-science__image {
  grid-area: image;
  margin-bottom: 0;
}

.moya-section.moya-science--stacked .moya-tag {
  grid-area: tag;
  justify-self: start;
  width: fit-content;
  margin-bottom: 0;
}

.moya-section.moya-science--stacked .moya-science h3 {
  grid-area: title;
  margin: 32px 0 4px;
  font-size: 1.4rem;
}

.moya-section.moya-science--stacked .moya-science p {
  grid-area: text;
  margin: 0;
  align-self: start;
  font-size: 1rem;
}

.moya-follow {
  position: relative;
  overflow: hidden;
  padding: 86px 20px;
  color: var(--moya-ink);
  background:
    linear-gradient(135deg, rgba(239, 241, 183, 0.3), rgba(218, 239, 233, 0.5)),
    var(--moya-sage);
}

.moya-follow__inner {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.moya-follow .moya-heading {
  color: var(--moya-ink);
}

.moya-follow__text {
  max-width: 620px;
  margin: 16px auto 36px;
  color: rgba(23, 23, 23, 0.68);
  line-height: 1.7;
}

.moya-follow .moya-signup {
  max-width: 620px;
}

.moya-follow .moya-input {
  min-height: 56px;
  border-color: rgba(23, 23, 23, 0.12);
  background: rgba(255, 255, 250, 0.92);
  box-shadow: 0 12px 32px rgba(23, 23, 23, 0.08);
}

.moya-follow .moya-button {
  min-height: 56px;
  padding-inline: 28px;
}

.moya-follow__media {
  overflow: hidden;
  max-width: 760px;
  aspect-ratio: 16 / 9;
  margin: 48px auto 0;
  border-radius: clamp(28px, 4vw, 52px);
  box-shadow: var(--moya-shadow);
}

.moya-follow__media video,
.moya-follow__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moya-footer {
  padding: 30px 20px;
  color: rgba(255, 255, 250, 0.82);
  background: var(--moya-deep);
}

.moya-footer__inner {
  width: min(calc(100% - 40px), var(--page-width));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.moya-footer__brand {
  display: flex;
  align-items: center;
}

.moya-footer__logo {
  filter: brightness(0) invert(1);
}

.moya-footer__links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  font-weight: 600;
}

.moya-footer__links a:hover {
  color: #fff;
}
.moya-footer__links {
  display: none;
}
.moya-footer__copy {
  margin: 0;
  font-size: 13px;
}

.moya-product,
.moya-deposit,
.moya-collection,
.moya-cart,
.moya-page-main {
  padding: 128px 20px 72px;
}

.moya-product {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 250, 1) 0%, rgba(239, 242, 241, 0) 0%, rgba(255, 255, 250, 1) 100%);
}

.moya-product__grid,
.moya-deposit__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: clamp(28px, 3.2vw, 72px);
  align-items: start;
}

.moya-product__gallery {
  display: grid;
  gap: 16px;
  padding: clamp(8px, 1.8vw, 36px) clamp(8px, 1.2vw, 20px);
  border: 1px solid rgba(55, 88, 77, 0.12);
  border-radius: clamp(28px, 4vw, 46px);
  background:
    linear-gradient(145deg, rgba(255, 255, 250, 0.9), rgba(218, 239, 233, 0.0)),
    var(--moya-cream);
  box-shadow: 0 26px 72px rgba(23, 23, 23, 0.08);
}

.moya-product__viewport {
  position: relative;
  overflow: hidden;
  border-radius: clamp(24px, 3.4vw, 36px);
  background: var(--moya-sage);
}

.moya-product__track {
  display: flex;
  transition: transform 360ms ease;
  will-change: transform;
}

.moya-product__media {
  flex: 0 0 100%;
  overflow: hidden;
  aspect-ratio: 4 / 4;
  background: var(--moya-soft);
}

.moya-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moya-product__arrow {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translateY(-50%);
  border: 0px solid rgba(55, 88, 77, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 250, 0.3);
  color: var(--moya-cream);
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.14);
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.moya-product__viewport:hover .moya-product__arrow {
  opacity: 1;
  pointer-events: auto;
}
.moya-product__arrow:hover {
  transform: translateY(-50%) scale(1.04);
  background: var(--moya-primary);
  color: #fff;
}

.moya-product__arrow--prev {
  left: 16px;
}

.moya-product__arrow--next {
  right: 16px;
}

.moya-product__arrow span {
  display: block;
  margin-top: -1px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.moya-product__thumbs {
  display: flex;
  gap: 10px;
}

.moya-product__thumb {
  flex: 1 1 0;
  min-width: 0;
}

.moya-product__thumb {
  max-width: 140px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  height: auto;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 24px;
  background: #fff;
  cursor: pointer;
  opacity: 0.64;
  transition: border-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.moya-product__thumb:hover,
.moya-product__thumb.is-active {
  opacity: 1;
}

.moya-product__thumb.is-active {
  border-color: var(--moya-primary);
  transform: translateY(-1px);
}

.moya-product__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

{/*.moya-product__summary,
.moya-deposit__panel {
  position: sticky;
  top: 104px;
  padding: clamp(24px, 3.6vw, 40px);
  border: 1px solid rgba(55, 88, 77, 0.14);
  border-radius: 36px;
  background:
    linear-gradient(155deg, rgba(255, 255, 250, 0.96), rgba(239, 242, 241, 0.92)),
    var(--moya-cream);
  box-shadow: 0 24px 70px rgba(23, 23, 23, 0.08);
}*/}
.moya-product__summary,
.moya-deposit__panel {
  position: static;
  top: auto;
  
  padding: clamp(48px, 5vw, 72px) clamp(12px, 2vw, 24px) clamp(12px, 2vw, 24px);
}
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.moya-product__summary .moya-heading {
  font-size: clamp(2rem, 3.2vw, 4rem);
}

.moya-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 18px 0;
  color: var(--moya-deep);
  font-family: "Parkinsans", "Poppins", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
}

.moya-price s {
  color: var(--moya-muted);
  font-size: 1rem;
  font-weight: 500;
}

.moya-richtext {
  color: var(--moya-text);
  line-height: 1.8;
}

.moya-richtext ul,
.moya-benefits {
  padding: 0;
  margin: 18px 0;
  list-style: none;
}

.moya-benefits li,
.moya-richtext li {
  position: relative;
  margin: 8px 0;
  padding-left: 28px;
  color: var(--moya-text);
  line-height: 1.4;
}

.moya-benefits li::before,
.moya-richtext li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--moya-accent);
  box-shadow: inset 0 0 0 3px var(--moya-primary);
}

.moya-product-form {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.moya-product-form__purchase {
  display: grid;
  grid-template-columns: minmax(112px, 0.34fr) minmax(180px, 1fr);
  gap: 12px;
  align-items: end;
}

.moya-product-form__quantity {
  min-width: 0;
}

.moya-product-form__add {
  width: 100%;
}

.moya-product-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--moya-ink);
  font-size: 13px;
  font-weight: 700;
}

.moya-button--checkout {
  background: #1f98c9;
  border-color: #1f98c9;
}

.moya-button--checkout:hover {
  background: #157eab;
  border-color: #157eab;
}

.moya-deposit__hero {
  overflow: hidden;
  min-height: 540px;
  border-radius: 42px;
  background: var(--moya-soft);
}

.moya-deposit__hero img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.moya-steps {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.moya-step {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 22px;
  background: var(--moya-soft);
}

.moya-step__num {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--moya-accent);
  color: var(--moya-ink);
  font-weight: 800;
}

.moya-step h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.moya-step p {
  margin: 0;
  color: var(--moya-text);
  line-height: 1.6;
}

.moya-collection__head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 42px;
}

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

.moya-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--moya-line);
  border-radius: 30px;
  background: #fff;
}

.moya-product-card__image {
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--moya-soft);
}

.moya-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.moya-product-card:hover img {
  transform: scale(1.03);
}

.moya-product-card__body {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.moya-product-card__title {
  margin: 0;
  color: var(--moya-deep);
  font-family: "Parkinsans", "Poppins", sans-serif;
  font-size: 1.25rem;
}

.moya-cart__table {
  width: 100%;
  border-collapse: collapse;
}

.moya-cart__table th,
.moya-cart__table td {
  padding: 18px 12px;
  border-bottom: 1px solid var(--moya-line);
  text-align: left;
}

.moya-empty {
  padding: 56px;
  border-radius: 32px;
  background: var(--moya-soft);
  text-align: center;
}

@keyframes moya-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media (max-width: 1040px) {
  .moya-product__grid {
    grid-template-columns: 1fr;
  }

  .moya-product__summary {
    position: static;
  }
}
@media (max-width: 980px) {
  .moya-header__toggle {
    display: none;
  }

  .moya-header__nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    box-shadow: none;
  }

  .moya-header.is-menu-open .moya-header__nav {
    display: flex;
  }

  .moya-feature-row,
  .moya-product__grid,
  .moya-deposit__grid,
  .moya-science,
  .moya-product-grid {
    grid-template-columns: 1fr;
  }

  .moya-feature-row--reverse .moya-feature-row__media {
    order: 0;
  }

  .moya-product__summary,
  .moya-deposit__panel {
    position: static;
  }

  .moya-product__media {
    aspect-ratio: 16 / 16;
  }

  .moya-timeline {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .moya-section.moya-science--stacked .moya-science__card {
    grid-template-columns: 1fr;
    grid-template-areas:
    "image"
    "tag"
    "title"
    "text";
  }

  .moya-section.moya-science--stacked .moya-science__image {
    margin-bottom: 20px;
  }

  .moya-heading {
  font-size: clamp(1.75rem, 6vw, 2.2rem);
  }
  body {
    font-size: 14px;
  }

  .moya-richtext,
  .moya-benefits li,
  .moya-science p,
  .moya-follow__text,
  .moya-note {
    line-height: 1.55;
  }
  .moya-product__summary {
  padding: 28px 20px;
  }
  .moya-product__grid {
  gap: 24px;
  }
  .moya-section {
    padding: 64px 0;
  }

  .moya-container {
    width: min(calc(100% - 32px), var(--page-width));
  }

  .moya-hero__content {
    padding-bottom: 46px;
  }

  .moya-signup,
  .moya-form-row {
    grid-template-columns: 1fr;
    display: grid;
  }

  .moya-hero__actions {
    display: grid;
  }

  .moya-hero__actions .moya-button {
    width: 100%;
  }

  .moya-product,
  .moya-deposit,
  .moya-collection,
  .moya-cart,
  .moya-page-main {
    padding: 104px 0 56px;
  }

  .moya-product__gallery {
    border-radius: 30px;
    padding: 16px 10px;
  }
  .moya-product__thumb {
  border-radius: 18px;
}

  .moya-product__viewport {
    border-radius: 24px;
  }

  .moya-product__media {
    aspect-ratio: 1;
  }

  .moya-product__arrow {
    display: none;
    
  }

  .moya-product__arrow--prev {
    left: 10px;
  }

  .moya-product__arrow--next {
    right: 10px;
  }

  .moya-product__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .moya-timeline,
  .moya-product-grid {
    grid-template-columns: 1fr;
  }

  .moya-meet__stage {
    margin-top: 28px;
  }

  .moya-meet__image img {
    width: 86%;
    height: 86%;
    border-radius: 30px;
  }

  .moya-hotspot__button {
    width: 34px;
    height: 34px;
  }

  .moya-collection__head {
    display: block;
  }

  .moya-cart__table,
  .moya-cart__table tbody,
  .moya-cart__table tr,
  .moya-cart__table td {
    display: block;
    width: 100%;
  }

  .moya-cart__table thead {
    display: none;
  }

  .moya-footer__inner {
    width: min(calc(100% - 32px), var(--page-width));
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
