.mn-peptide-stacks {
  box-sizing: border-box;
}

.mn-peptide-stacks .mn-container {
  max-width: 1504px;
  padding-inline: 105px;
  margin-inline: auto;
}

.mn-peptide-stacks__layout {
  display: grid;
  grid-template-columns: minmax(0, 578px) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 16px 32px;
}

.mn-peptide-stacks__left {
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  grid-column: 1;
  grid-row: 1 / -1;
}

.mn-peptide-stacks__feature-image {
  display: block;
  width: 100%;
  height: 100% !important;
  aspect-ratio: 578 / 826;
  object-fit: cover;
}

.mn-peptide-stacks__heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  align-self: end;
  min-height: fit-content;
}

.mn-peptide-stacks__right {
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  grid-column: 2;
  grid-row: 2;
}

.mn-peptide-stacks__title-primary,
.mn-peptide-stacks__title-secondary {
  margin: 0;
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0;
}

.mn-peptide-stacks__title-primary {
  color: #3e3e3e;
  font-size: 60px !important;
  line-height: 72px !important;
}

@media (max-width: 1415px) {
  .mn-peptide-stacks .mn-container {
    padding-inline: 40px;
  }
}

@media (max-width: 1300px) {
  .mn-peptide-stacks__title-primary {
    white-space: normal;
  }
}

.mn-peptide-stacks__title-secondary {
  color: #ffffff;
  font-size: 60px !important;
  line-height: 72px !important;
}

.mn-peptide-stacks__slider {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.mn-peptide-stacks__track {
  display: flex;
}

.mn-peptide-stacks__slide {
  min-width: 0;
  height: auto;
}

.mn-peptide-stacks__arrows {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-top: 48px;
}

.mn-peptide-stacks__arrow {
  width: 39.81px;
  height: 45.44px;
  border: none;
  background: none;
  color: #c6ff39;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s;
}

.mn-peptide-stacks__arrow:hover {
  opacity: 0.8;
}

.mn-peptide-stacks__arrow svg {
  width: 46px;
  height: 40px;
  display: block;
}

.mn-peptide-stacks__arrow--prev {
  transform: scaleX(-1);
}

.mn-peptide-stacks__arrow--next {
  color: #c6ff39;
}

.mn-peptide-stacks__arrow.is-disabled {
  color: #3e3e3e;
  opacity: 1;
  pointer-events: none;
}

/* Reuse exact card visual style in this section context */
.mn-peptide-stacks .mn-product-card {
  background: #161618;
  border-radius: 20px;
  padding: 24px 24px 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 0;
  transition: all 0.2s ease-in-out;
  border: 0.5px solid transparent;
}

.mn-peptide-stacks .mn-product-card__img {
  aspect-ratio: 286 / 281;
  border-radius: 0;
  overflow: hidden;
  margin: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mn-peptide-stacks .mn-product-card__img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 120px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 15px;
}

.mn-peptide-stacks .mn-product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
}

.mn-peptide-stacks h3.mn-product-card__name {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #f5f1e8;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: inherit;
}

.mn-peptide-stacks .mn-product-card__benefits {
  margin: 0 0 16px;
  padding: 0;
  flex: 1;
}

.mn-peptide-stacks .mn-product-card__benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mn-peptide-stacks .mn-product-card__benefit {
  font-family: "roc-grotesk", sans-serif !important;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.mn-peptide-stacks .mn-product-card__benefit:first-of-type {
  font-weight: 500;
}

.mn-peptide-stacks .mn-product-card__check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}

.mn-peptide-stacks p.mn-product-card__price,
.mn-peptide-stacks .mn-product-card__price .woocommerce-Price-amount,
.mn-peptide-stacks .mn-product-card__price .amount {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f5f1e8;
  margin: 0 0 16px;
  padding: 0;
  line-height: 20px;
}

.mn-peptide-stacks .mn-product-card__price * {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
}

.mn-peptide-stacks a.mn-product-card__btn,
.mn-peptide-stacks a.mn-product-card__btn:visited {
  font-family: "roc-grotesk", sans-serif !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  box-sizing: border-box;
  min-width: 107px;
  height: 34px;
  padding: 8px 24px;
  background: #658072;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  border: none;
  line-height: 18px;
}

@media (max-width: 1280px) {
  .mn-peptide-stacks .mn-container {
    padding-inline: 0;
  }
}

@media (max-width: 991px) {
  .mn-peptide-stacks__layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 16px;
  }

  .mn-peptide-stacks__heading {
    grid-column: 1;
    grid-row: auto;
    order: 1;
    margin-bottom: 8px;
    margin-inline: 6px;
  }

  .mn-peptide-stacks__left {
    grid-column: 1;
    grid-row: auto;
    order: 2;
    aspect-ratio: 370 / 200 !important;
    position: relative;
    z-index: 1;
  }

  .mn-peptide-stacks__left::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    z-index: 2;
  }

  .mn-peptide-stacks__right {
    grid-column: 1;
    grid-row: auto;
    order: 3;
    margin-inline: 1px;
  }

  .mn-peptide-stacks__title-primary {
    margin-bottom: 12px;
  }

  .mn-peptide-stacks__title-primary,
  .mn-peptide-stacks__title-secondary {
    font-size: 24px !important;
    line-height: 1 !important;
  }

  .mn-peptide-stacks__feature-image {
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center 35%;
  }

  .mn-peptide-stacks .mn-product-card {
    border-radius: 15px;
    padding: 12px 12px 24px;
    border: 1px solid rgba(198, 255, 57, 0.2);
  }

  .mn-peptide-stacks .mn-product-card__img {
    aspect-ratio: 122 / 116;
    border-radius: 6px;
    margin-bottom: 12px;
  }

  .mn-peptide-stacks h3.mn-product-card__name {
    font-size: 13px;
    line-height: 20px;
  }

  .mn-peptide-stacks .mn-product-card__benefit {
    font-size: 12px;
    line-height: 18px;
  }

  .mn-peptide-stacks p.mn-product-card__price,
  .mn-peptide-stacks .mn-product-card__price .woocommerce-Price-amount,
  .mn-peptide-stacks .mn-product-card__price .amount {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .mn-peptide-stacks a.mn-product-card__btn,
  .mn-peptide-stacks a.mn-product-card__btn:visited {
    font-size: 8.82px;
    line-height: 13.23px;
    letter-spacing: 2%;
    padding: 5.88px 17.64px;
    min-width: fit-content;
    height: fit-content;
  }

  .mn-peptide-stacks__arrow {
    width: 26.8px;
    height: 30.59px;
  }

  .mn-peptide-stacks__arrows {
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .mn-peptide-stacks__title-primary,
  .mn-peptide-stacks__title-secondary {
    font-size: 44px;
    line-height: 52px;
  }
}

/* ------------------------------------------------------------------
   Woman styling
   ------------------------------------------------------------------ */
.mn-peptide-stacks--woman .mn-peptide-stacks__arrow {
  color: #7f4ac0;
}

.mn-peptide-stacks--woman .mn-peptide-stacks__arrow.is-disabled,
.mn-peptide-stacks--woman .mn-peptide-stacks__arrow.swiper-button-disabled {
  color: #3e3e3e;
}
