/* ==================================================================
   Mankind PDP – Product Detail Page Styles
   ================================================================== */

/* ------------------------------------------------------------------
   CSS Variables (mirrors men-landing.css for product pages)
   ------------------------------------------------------------------ */
:root {
  --mn-black: #000000;
  --mn-dark: #0b0b0b;
  --mn-card: #181818;
  --mn-white: #ffffff;
  --mn-lime: #c6ff39;
  --mn-lime-50: rgba(198, 255, 57, 0.5);
  --mn-lime-20: rgba(198, 255, 57, 0.2);
  --mn-hero-lime: #d1ff1a;
  --mn-cream: #f4f1ea;
  --mn-cream2: #edeae0;
  --mn-hero-cream: #f5f1e8;
  --mn-sage: #7e9d85;
  --mn-sage-dk: #4f7058;
  --mn-muted: rgba(255, 255, 255, 0.5);
  --mn-divider: rgba(255, 255, 255, 0.12);
}

/* ------------------------------------------------------------------
   Page-level overrides
   ------------------------------------------------------------------ */
body.mn-pdp-active {
  background-color: var(--mn-dark);
  color: var(--mn-cream);
  background-color: var(--mn-black);
  background-image: url("../img/noise.png");
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
}

body.mn-pdp-active #page,
body.mn-pdp-active .site-content,
body.mn-pdp-active .pxl-main,
body.mn-pdp-active #main {
  background-color: transparent;
}

body.mn-pdp-active .pxl-page-title-area,
body.mn-pdp-active .pxl-breadcrumbs {
  display: none;
}

/* Hide default WooCommerce elements */
body.mn-pdp-active .woocommerce-tabs,
body.mn-pdp-active .related.products,
body.mn-pdp-active .woocommerce-sg-product-rating,
body.mn-pdp-active .woocommerce-sg-product-title,
body.mn-pdp-active .woocommerce-sg-product-price,
body.mn-pdp-active .woocommerce-sg-product-excerpt,
body.mn-pdp-active .woocommerce-product-info-meta,
body.mn-pdp-active .woocommerce-social-share {
  display: none !important;
}

/* Hide default variation select dropdowns (replaced by radios) */
body.mn-pdp-active .variations {
  display: none !important;
}

/* Hide the default quantity & reset link */
body.mn-pdp-active .woocommerce-variation-add-to-cart .quantity,
body.mn-pdp-active .reset_variations {
  display: none !important;
}

/* ------------------------------------------------------------------
   Layout: two-column grid
   ------------------------------------------------------------------ */

#pxl-wapper .container:has(.mn-pdp) {
  padding: 108px 0 0;
  max-width: 1418px;
}

@media (max-width: 1199px) {
  #pxl-wapper .container:has(.mn-pdp) {
    padding: 94px 0 0;
  }
}

.mn-pdp {
  margin: 0 auto;
}

.mn-pdp__row {
  display: grid;
  grid-template-columns: 800fr 576.63fr;
  padding-inline: 60px;
  gap: 17.8px;
  align-items: start;
}

/* ------------------------------------------------------------------
   Gallery (left column)
   ------------------------------------------------------------------ */
.mn-pdp__gallery {
  position: relative;
}

.mn-pdp__gallery-main {
  position: relative;
  margin-bottom: 12px;
}

.mn-pdp__gallery-zoom {
  position: absolute;
  top: 32px;
  right: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mn-pdp__gallery-zoom:hover {
  transform: scale(1.1);
}

.mn-pdp__gallery-zoom svg {
  display: block;
  pointer-events: none;
}

/* Thumbnail cursor pointer is set via JS but define here as fallback */
.mn-pdp__gallery-hero {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 12px;
  display: block;
  border: 1px solid var(--mn-divider);
}

.mn-pdp__gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mn-pdp__gallery-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  border: 1px solid var(--mn-divider);
}

/* ------------------------------------------------------------------
   Summary (right column) – sticky
   ------------------------------------------------------------------ */
.mn-pdp__summary {
  position: sticky;
  top: 108px;
  align-self: start;
  width: 100%;
  border-radius: 20px;
  padding: 24px 24px 40px;
  box-sizing: border-box;
  font-family: "roc-grotesk", sans-serif;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  border: none;
}

.mn-pdp__summary::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: radial-gradient(ellipse at center, var(--mn-hero-lime) 0%, transparent 85%);
  width: 72px;
  height: 513px;
  transform: rotate(51.54deg);
  border-radius: 999px;
  opacity: 0.35;
  top: -50px;
  right: 100px;
  filter: blur(43.4px);
}

body.mn-pdp--woman .mn-pdp__summary::before {
  opacity: 0.65;
}

.mn-pdp__summary::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  border: 1px solid rgba(165, 165, 166, 0.35);
  background: linear-gradient(180deg, rgba(32, 33, 32, 0.4) 0%, rgba(20, 21, 20, 0.8) 100%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  pointer-events: none;
}

.mn-pdp__summary > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .mn-pdp__summary::before {
    display: none;
  }
}

/* ------------------------------------------------------------------
   Title
   ------------------------------------------------------------------ */
.mn-pdp__title {
  font-size: 28px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  font-family: "roc-grotesk-wide", sans-serif !important;
  text-transform: uppercase;
  color: #f5f1e8;
  margin: 0 0 12px;
  letter-spacing: 0;
}

/* ------------------------------------------------------------------
   Short description
   ------------------------------------------------------------------ */
.mn-pdp__description {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #f5f1e8;
  opacity: 0.8;
  margin: 0 0 24px;
  font-family: "roc-grotesk", sans-serif;
}

.mn-pdp__description p {
  margin: 0 0 8px;
}

.mn-pdp__description p:last-child {
  margin-bottom: 0;
}

.single-product #pxl-content-area div.product .entry-summary {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

/* ------------------------------------------------------------------
   Price
   ------------------------------------------------------------------ */

.mn-pdp__price {
  border-bottom: 1px solid var(--mn-divider);
}

.mn-pdp__price,
.mn-pdp__price * {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #c6ff39 !important;
  margin: 0 0 16px;
  padding-bottom: 16px;
  line-height: 28px !important;
  font-family: "roc-grotesk", sans-serif;
}

.mn-pdp__price del {
  opacity: 0.45;
  margin-right: 8px;
}

.mn-pdp__price ins {
  text-decoration: none;
}

.mn-pdp__price .woocommerce-Price-amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* Hide quantity UI on PDP but keep value locked to 1 via JS */
.mn-pdp-active .mn-pdp__quantity--hidden {
  display: none !important;
}

/* ------------------------------------------------------------------
   Variation option radios
   ------------------------------------------------------------------ */
.mn-pdp__options-heading,
.mn-pdp__purchase-heading {
  display: block;
  width: 100%;
  flex: 0 0 100%;
  font-size: 12px !important;
  font-weight: 700 !important;
  font-family: "roc-grotesk", sans-serif !important;
  color: #f5f1e8;
  opacity: 0.5;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 16px;
}

.mn-pdp__options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  flex: 0 0 100%;
  gap: 8px;
  margin-bottom: 16px;
}

.mn-pdp__option {
  border: 1px solid #3e3e3e;
  border-radius: 10px;
  padding: 8px 8.5px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  cursor: pointer;
  color: #f5f1e880;
  background: #4b4d4a2e;
  width: fit-content;
  max-width: 100%;
}

.mn-pdp__option.is-selected {
  border-color: var(--mn-lime);
}

.mn-pdp__option-row {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  margin: 0;
}

.mn-pdp__option-row input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.mn-pdp__option-radio {
  display: none;
}

.mn-pdp__option-icon {
  width: 7px;
  height: 14px;
  flex-shrink: 0;
  color: rgba(245, 241, 232, 0.5);
  transition: color 0.2s ease;
}

.mn-pdp__option.is-selected .mn-pdp__option-icon {
  color: #f5f1e8;
}

.mn-pdp__option-label {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "roc-grotesk", sans-serif;
}

.mn-pdp__option.is-selected .mn-pdp__option-label {
  color: #f4f1ea;
}

.mn-pdp__option-price {
  display: none;
}

.mn-pdp__option-price .woocommerce-Price-amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.mn-pdp__option-usage {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 10px;
  background: #c6ff391a;
  color: #f5f1e8;
  border-radius: 10px;
  margin: 0 0 24px;
  font-family: "roc-grotesk", sans-serif;
}

.mn-pdp__option-usage-icon {
  flex-shrink: 0;
  color: #c6ff39;
}

.mn-pdp__option-usage-body {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.mn-pdp__option-usage-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

.mn-pdp__option-usage-text {
  font-size: 12px;
  line-height: 17px;
}

.mn-pdp__option-usage-link,
.mn-pdp__option-usage-link:hover,
.mn-pdp__option-usage-link:active,
.mn-pdp__option-usage-link:focus {
  font-size: 12px;
  line-height: 17px;
  color: #F5F1E8;
  text-decoration: underline;
  width: fit-content;
  margin-top: 5px;
}

.mn-pdp__dosage {
  font-family: "roc-grotesk", sans-serif;
  color: #f5f1e8;
  margin: 0 0 16px;
}

.mn-pdp__dosage-headline {
  font-family: "roc-grotesk", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.mn-pdp__dosage-value {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 700;
}

.mn-pdp__dosage-label {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 700;
  opacity: 0.65;
}

.mn-pdp__dosage-specs {
  font-family: "roc-grotesk", sans-serif;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 17px;
  margin-top: 6px;
}

.mn-pdp__dosage-spec:not(:first-child)::before {
  font-family: "roc-grotesk", sans-serif;
  display: inline-block;
  content: "";
  width: 1px;
  height: 1.5px;
  margin-left: 5px;
  margin-right: 5px;
  transform: translateY(-3px);
  background-color: #F5F1E8;
}

@media (max-width: 991px) {
  .mn-pdp__dosage {
    margin-bottom: 24px;
  }
}

/* ------------------------------------------------------------------
   Subscribe / One-Time Purchase toggle
   ------------------------------------------------------------------ */
.mn-pdp__purchase-type {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
  width: 100%;
}

.mn-pdp__purchase-option {
  background: transparent !important;
  border: 1px solid #4b4d4a;
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

@media (max-width: 991px) {
  .mn-pdp__purchase-option {
    padding: 12px 12px 12px 8px;
    gap: 8px;
  }
}

.mn-pdp__purchase-option.is-selected {
  background: #3e3e3e63 !important;
}

.mn-pdp__purchase-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.mn-pdp__purchase-radio {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--mn-divider);
  flex-shrink: 0;
  position: relative;
  margin-top: 2px;
  transition: border-color 0.2s ease;
}

.mn-pdp__purchase-radio {
  align-self: flex-start;
}

.mn-pdp__purchase-option.is-selected .mn-pdp__purchase-radio {
  background: var(--mn-lime);
  border-color: var(--mn-lime);
}

.mn-pdp__purchase-option.is-selected .mn-pdp__purchase-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 9px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  background: none;
  border-radius: 0;
  transform: translate(-60%, -62%) rotate(45deg);
}

.mn-pdp__purchase-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4px;
}

.mn-pdp__purchase-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mn-pdp__purchase-label {
  color: #cac6c0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "roc-grotesk", sans-serif;
}

.mn-pdp__purchase-option.is-selected .mn-pdp__purchase-label {
  color: #f5f1e8;
}

@media (max-width: 991px) {
  .mn-pdp__purchase-label {
    font-size: 12px;
    line-height: 1;
  }
}

.mn-pdp__purchase-price {
  color: #cac6c0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "roc-grotesk", sans-serif;
}

@media (max-width: 991px) {
  .mn-pdp__purchase-price {
    font-size: 12px;
    line-height: 1;
  }
}

.mn-pdp__purchase-option.is-selected .mn-pdp__purchase-price {
  color: #f5f1e8;
}

.mn-pdp__purchase-price .woocommerce-Price-amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.mn-pdp__purchase-period {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "roc-grotesk", sans-serif;
  color: #cac6c0;
}

.mn-pdp__purchase-option.is-selected .mn-pdp__purchase-period {
  color: #f5f1e8;
}

.mn-pdp__purchase-badge {
  display: inline-block;
  align-self: flex-start;
  background: #c6ff391a;
  color: #c6ff39;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 500;
  padding: 2px 7.5px;
  border-radius: 100px;
  font-family: "roc-grotesk", sans-serif;
}

.mn-pdp__purchase-desc {
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0;
  color: #f5f1e8;
  font-weight: 400;
  max-width: 342px;
  font-family: "roc-grotesk", sans-serif;
}

@media (max-width: 991px) {
  .mn-pdp__purchase-desc {
    font-size: 11px;
    line-height: 16px;
  }
}

/* ------------------------------------------------------------------
   Add to Cart button
   ------------------------------------------------------------------ */
body.mn-pdp-active .single_add_to_cart_button,
body.mn-pdp-active .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  display: block !important;
  width: 100%;
  background: var(--mn-lime) !important;
  color: var(--mn-black) !important;
  border: none !important;
  border-radius: 100px !important;
  min-height: 44px;
  padding: 8px 24px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0;
  cursor: pointer;
  transition:
    background 0.25s ease,
    transform 0.15s ease;
  line-height: 28px !important;
  text-align: center;
}

body.mn-pdp-active .single_add_to_cart_button:hover {
  background: #d4ff5c !important;
  transform: translateY(-1px);
}

body.mn-pdp-active .single_add_to_cart_button:active {
  transform: translateY(0);
}

/* Simple product button spacing */
body.mn-pdp-active form.cart {
  margin-bottom: 24px;
}

body.mn-pdp-active .mn-pdp__getting-started-button {
  display: block;
  width: 100%;
  margin-top: 12px;
  background: transparent !important;
  color: var(--mn-lime) !important;
  border: 2px solid var(--mn-lime) !important;
  border-radius: 100px !important;
  min-height: 44px;
  padding: 8px 24px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0;
  line-height: 28px !important;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.15s ease;
}

body.mn-pdp-active .mn-pdp__getting-started-button:hover {
  background: var(--mn-lime) !important;
  color: var(--mn-black) !important;
  transform: translateY(-1px);
}

body.mn-pdp-active .mn-pdp__getting-started-button:active {
  transform: translateY(0);
}

body.mn-pdp-active .mn-pdp__summary--getting-started form.cart .single_add_to_cart_button,
body.mn-pdp-active .mn-pdp__summary--getting-started form.cart .quantity,
body.mn-pdp-active .mn-pdp__summary--getting-started .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}

body.mn-pdp-active .mn-pdp__summary--getting-started .woocommerce-variation-add-to-cart {
  margin-top: 0;
  padding-top: 0;
}

body.mn-pdp-active .mn-pdp__summary--getting-started:not(:has(form.variations_form)) .mn-pdp__getting-started-button {
  margin-top: 0;
}

body.mn-pdp-active .mn-pdp__summary--getting-started:has(form.variations_form) .mn-pdp__getting-started-button {
  margin-top: 12px;
}

/* ------------------------------------------------------------------
  Sticky Add To Cart
  ------------------------------------------------------------------ */
.mn-pdp-sticky-cart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #111213;
  border-top: 1px solid #2d2f2f;
  padding: 12.74px 0;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.mn-pdp-sticky-cart.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mn-pdp-sticky-cart__inner {
  max-width: 1448px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mn-pdp-sticky-cart__product {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.mn-pdp-sticky-cart__image {
  width: 60px !important;
  height: 54.52px !important;
  object-fit: contain;
  border: 1px solid #4b4d4a;
  border-radius: 5px;
  object-fit: contain;
}

.mn-pdp-sticky-cart__title {
  color: #f5f1e8;
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 544px;
}

.mn-pdp-sticky-cart__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 999px;
  background: #c6ff39 !important;
  color: #000000 !important;
  min-height: 36px;
  padding: 8px 24px;
  font-family: "roc-grotesk-wide", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.mn-pdp-sticky-cart__button--getting-started {
  text-decoration: none;
  text-align: center;
}

.mn-pdp-sticky-cart__button-icon {
  display: none;
}

.mn-pdp-sticky-cart__button-price-wrap::before {
  content: "(";
}

.mn-pdp-sticky-cart__button-price-wrap::after {
  content: ")";
}

body.mn-pdp-active.mn-sticky-cart-visible {
  padding-bottom: var(--mn-sticky-cart-height, 0px);
}

body.mn-pdp-active .pxl-scroll-top {
  bottom: var(--mn-sticky-cart-offset, 0px);
}

@media (max-width: 991px) {
  .mn-pdp-sticky-cart {
    padding: 8px;
  }

  .mn-pdp-sticky-cart__inner {
    gap: 27px;
    padding-inline: 0;
  }

  .mn-pdp-sticky-cart__product {
    gap: 10px;
    flex: 1;
    min-width: 0;
  }

  .mn-pdp-sticky-cart__image {
    width: 40px;
    height: 40px;
  }

  .mn-pdp-sticky-cart__title {
    font-family: "roc-grotesk", sans-serif !important;
    font-size: 12px !important;
    text-transform: none !important;
    letter-spacing: 0;
  }

  .mn-pdp-sticky-cart__button {
    min-height: 34px;
    padding: 8px 18px;
    gap: 8px;
    flex-shrink: 0;
  }

  .mn-pdp-sticky-cart__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
  }

  .mn-pdp-sticky-cart__button-action {
    display: none;
  }

  .mn-pdp-sticky-cart__button--getting-started .mn-pdp-sticky-cart__button-action {
    display: block;
  }

  .mn-pdp-sticky-cart__button-price-wrap::before,
  .mn-pdp-sticky-cart__button-price-wrap::after {
    content: "";
  }
}

@media (max-width: 600px) {
  .mn-pdp-sticky-cart__inner {
    flex-direction: column;
  }

  .mn-pdp-sticky-cart__product {
    display: none;
  }
}

/* ------------------------------------------------------------------
   Highlights bar
   ------------------------------------------------------------------ */
.mn-pdp__highlights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 24px 0 0;
}

.mn-pdp__summary:has(.mn-pdp__faqs) .mn-pdp__highlights {
  padding: 24px 0 16px;
}

.mn-pdp__highlight {
  display: flex;
  flex: 1 1 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  text-align: center;
}

.mn-pdp__highlight-divider {
  width: 1px;
  height: 20px;
  background: #4b4d4a;
  flex-shrink: 0;
}

.mn-pdp__highlight svg {
  color: #f5f1e8;
  max-width: 20px;
  height: auto;
  flex-shrink: 0;
}

.mn-pdp__highlight span {
  font-size: 12px;
  font-weight: 400;
  color: #f5f1e8;
  line-height: 18px;
}

/* ------------------------------------------------------------------
   FAQ Accordion
   ------------------------------------------------------------------ */
.mn-pdp__faq {
  border-bottom: 1px solid var(--mn-divider);
  margin-bottom: 16px;
}

.mn-pdp__faq:last-of-type {
  margin-bottom: 0;
}

.mn-pdp__faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 32px 0 0;
  margin-bottom: 16px;
  background: none;
  border: none;
  color: #f5f1e8;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-family: "roc-grotesk", sans-serif !important;
  line-height: 24px;
  cursor: pointer;
  text-align: left;
  transition:
    color 0.2s ease,
    margin-bottom 0.35s ease;
}

.mn-pdp__faq-header:first-of-type {
  padding-top: 16px;
}

@media (max-width: 991px) {
  .mn-pdp__faq-header {
    font-size: 14px !important;
    line-height: 20px;
  }
}

.mn-pdp__faq-header[aria-expanded="true"] {
  margin-bottom: 8px;
}

.mn-pdp__faq-header:hover {
  color: var(--mn-lime);
}

.mn-pdp__faq-arrow {
  flex-shrink: 0;
  transition:
    transform 0.3s ease,
    color 0.2s ease;
  color: var(--mn-cream);
  width: 13.06px;
  height: 17.42px;
}

.mn-pdp__faq-header[aria-expanded="true"] .mn-pdp__faq-arrow {
  transform: scaleY(-1);
  color: var(--mn-lime);
}

/* Woman FAQ arrow: vertical flip open/closed (no rotation) */
.mn-pdp__faq-arrow--woman {
  transform: none;
}

.mn-pdp__faq-header[aria-expanded="true"] .mn-pdp__faq-arrow--woman {
  transform: scaleY(-1);
}

.mn-pdp__faq-body {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.35s ease;
}

.mn-pdp__faq-body.is-open {
  grid-template-rows: 1fr;
}

.mn-pdp__faq-content {
  min-height: 0;
  overflow: hidden;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  color: #f5f1e8;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
}

.mn-pdp__faq-body.is-open .mn-pdp__faq-content {
  padding-bottom: 18px;
}

.mn-pdp__faq-content p {
  margin: 0 0 8px;
}

.mn-pdp__faq-content p:last-child {
  margin-bottom: 0;
}

.mn-pdp__faq-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mn-pdp__faq-content ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 400;
  color: #f5f1e8;
  padding-left: 0;
}

.mn-pdp__faq-content ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background-image: url("../img/icon-check-circle.svg");
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

.mn-pdp__faq-content ol {
  padding-left: 20px;
  margin: 0 0 8px;
}

.mn-pdp__faq-content li {
  margin-bottom: 0;
}

/* ------------------------------------------------------------------
   PDP Blocks – Ingredients
   ------------------------------------------------------------------ */
.mn-pdp-blocks-section {
  max-width: 1394px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: content-box;
}

@media (max-width: 1280px) {
  .mn-pdp-blocks-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.mn-pdp-blocks-ingredients {
  padding-top: var(--mn-ingredients-pt-desktop, 24px);
  padding-bottom: var(--mn-ingredients-pb-desktop, 40px);
}

.mn-pdp-blocks-ingredients__headings {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mn-pdp-blocks-ingredients__heading-primary {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  color: #3e3e3e;
  font-family: "roc-grotesk-wide", sans-serif !important;
  text-transform: uppercase;
  margin: 0;
}

.mn-pdp-blocks-ingredients__heading-secondary {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  color: #fff;
  font-family: "roc-grotesk-wide", sans-serif !important;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

.mn-pdp-blocks-ingredients__desktop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 24px;
}

.mn-pdp-blocks-ingredients__desktop-grid .mn-pdp-ingredient-card {
  width: 100%;
}

.mn-pdp-blocks-ingredients__desktop {
  display: block;
}

.mn-pdp-blocks-ingredients__mobile {
  display: none;
}

.mn-pdp-blocks-ingredients__footer-text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  font-family: "roc-grotesk", sans-serif;
  text-align: center;
}

.mn-pdp-ingredient-carousel {
  overflow: visible;
  padding-right: 6px;
}

.mn-pdp-ingredient-carousel .swiper-wrapper {
  align-items: stretch;
}

.mn-pdp-ingredient-carousel .swiper-slide {
  height: auto;
  display: flex;
}

.mn-pdp-ingredient-card {
  background: #161618;
  border: 1px solid #c6ff399c;
  border-radius: 20px;
  padding: 24px 31px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mn-pdp-ingredient-card__title {
  color: var(--mn-cream);
  font-family: "roc-grotesk-wide", sans-serif !important;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.mn-pdp-ingredient-card__image {
  width: 230px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .mn-pdp-ingredient-card__image {
    width: 100%;
  }
}

.mn-pdp-ingredient-card__description {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  font-family: "roc-grotesk", sans-serif;
}

.mn-pdp-ingredient-carousel__progress.swiper-pagination-progressbar {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  height: 2px;
  margin-top: 24px;
  background: #3e3e3e;
  border-radius: 999px;
  overflow: hidden;
}

.mn-pdp-ingredient-carousel__progress .swiper-pagination-progressbar-fill {
  background: var(--mn-lime);
  border-radius: 999px;
}

@media (max-width: 991px) {
  .mn-pdp-blocks-ingredients {
    padding-top: var(--mn-ingredients-pt-mobile, 10px);
    padding-bottom: var(--mn-ingredients-pb-mobile, 34px);
  }

  .mn-pdp-blocks-ingredients__desktop {
    display: none;
  }

  .mn-pdp-blocks-ingredients__mobile {
    display: block;
    padding: 0 6px 0 16px;
  }

  .mn-pdp-blocks-ingredients__heading-primary {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 12px;
  }

  .mn-pdp-blocks-ingredients__heading-secondary {
    font-size: 24px;
    line-height: 1;
  }

  .mn-pdp-blocks-ingredients__heading-secondary::after {
    width: 120px;
    height: 2px;
  }
}

/* ------------------------------------------------------------------
  PDP Blocks - Steps
  ------------------------------------------------------------------ */
.mn-pdp-blocks-steps {
  padding-top: var(--mn-steps-pt-desktop, 24px);
  padding-bottom: var(--mn-steps-pb-desktop, 40px);
}

.mn-pdp-blocks-steps__headings {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mn-pdp-blocks-steps__heading-primary {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  color: #3e3e3e;
  font-family: "roc-grotesk-wide", sans-serif !important;
  text-transform: uppercase;
  margin: 0;
}

.mn-pdp-blocks-steps__heading-secondary {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  color: #fff;
  font-family: "roc-grotesk-wide", sans-serif !important;
  text-transform: uppercase;
  margin: 0;
}

.mn-pdp-blocks-steps__desktop {
  display: block;
}

.mn-pdp-blocks-steps__mobile {
  display: none;
  padding: 0 6px 0 16px;
}

.mn-pdp-blocks-steps__desktop-grid {
  display: flex;
  gap: 24px;
}

.mn-pdp-blocks-steps__desktop-grid .mn-pdp-step-card {
  flex: 1 1 0;
}

.mn-pdp-step-carousel {
  overflow: visible;
  padding-right: 6px;
}

.mn-pdp-step-carousel .swiper-wrapper {
  align-items: stretch;
}

.mn-pdp-step-carousel .swiper-slide {
  height: auto;
  display: flex;
}

.mn-pdp-step-card {
  width: 100%;
}

.mn-pdp-step-card__image-container {
  position: relative;
  z-index: 0;
}

.mn-pdp-step-card__image-container::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mn-pdp-step-card__image {
  width: 100%;
  aspect-ratio: 438 / 289;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.mn-pdp-step-card__number {
  margin-top: 24px;
  color: var(--mn-lime);
  font-family: "roc-grotesk-wide", sans-serif !important;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.mn-pdp-step-card__title {
  margin: 8px 0;
  color: #fff;
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 22px !important;
  line-height: 28px !important;
  font-weight: 700;
}

.mn-pdp-step-card__description {
  color: #F5F1E8;
  font-family: "roc-grotesk", sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 400;
}

.mn-pdp-step-carousel__progress.swiper-pagination-progressbar {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  height: 2px;
  margin-top: 24px;
  background: #3e3e3e;
  border-radius: 999px;
  overflow: hidden;
}

.mn-pdp-step-carousel__progress .swiper-pagination-progressbar-fill {
  background: var(--mn-lime);
  border-radius: 999px;
}

@media (max-width: 991px) {
  .mn-pdp-blocks-steps {
    padding-top: var(--mn-steps-pt-mobile, 10px);
    padding-bottom: var(--mn-steps-pb-mobile, 34px);
  }

  .mn-pdp-blocks-steps__desktop {
    display: none;
  }

  .mn-pdp-blocks-steps__mobile {
    display: block;
  }

  .mn-pdp-blocks-steps__heading-primary,
  .mn-pdp-blocks-steps__heading-secondary {
    font-size: 24px;
    line-height: 1;
  }

  .mn-pdp-blocks-steps__heading-primary {
    margin-bottom: 12px;
  }

  .mn-pdp-step-card__image {
    aspect-ratio: 320 / 338;
  }

  .mn-pdp-step-card__number {
    margin-top: 24px;
  }

  .mn-pdp-step-card__title {
    margin-top: 14px;
  }

  .mn-pdp-step-card__description {
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
  }
}

/* ------------------------------------------------------------------
  PDP Blocks - Results
  ------------------------------------------------------------------ */
.mn-container {
  max-width: 1384px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 767px) {
  .mn-container {
    padding: 0 15px;
  }
}

.mn-results {
  padding-top: var(--mn-results-pt-desktop, 0px);
  padding-bottom: var(--mn-results-pb-desktop, 100px);
}

.mn-results .mn-container {
  max-width: 1282px;
}

.mn-results__header {
  text-align: center;
  margin-bottom: 48px;
}

.mn-results__title-top {
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #3e3e3e;
  margin: 0;
  display: block;
}

.mn-results__title-main {
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 24px;
  display: block;
}

.mn-results__slider {
  width: 100%;
}

.mn-results__desktop {
  display: block;
}

.mn-results__mobile {
  display: none;
}

.mn-results__mobile .mn-results__slider.swiper {
  overflow: hidden;
  cursor: grab;
}

.mn-results__mobile .mn-results__grid.swiper-wrapper {
  box-sizing: border-box;
}

.mn-results__mobile .mn-results__grid.swiper-wrapper {
  display: flex;
}

.mn-results__mobile .mn-vid-card.swiper-slide {
  flex-shrink: 0;
  height: auto;
}

.mn-results__mobile .mn-results__slider.swiper:active {
  cursor: grabbing;
}

.mn-results__mobile .mn-results__desktop-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 48px;
}

.mn-results__mobile .mn-results__dot {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--mn-lime);
  opacity: 0.2;
  transition:
    opacity 0.25s,
    width 0.25s,
    height 0.25s,
    border-radius 0.25s;
}

.mn-results__mobile .mn-results__dot.is-active {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 1;
}

.mn-results__mobile .mn-results__dot.is-neighbor {
  opacity: 0.45;
}

.mn-results__mobile .mn-results__dot:hover {
  opacity: 0.2;
}

.mn-results__mobile .mn-results__dot.is-active:hover {
  opacity: 1;
}

.mn-results__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.mn-results__desktop .mn-results__slider.swiper {
  overflow: hidden;
  cursor: grab;
}

.mn-results__desktop .mn-results__slider.swiper:active {
  cursor: grabbing;
}

.mn-results__desktop .mn-results__grid.swiper-wrapper {
  box-sizing: border-box;
  display: flex;
  gap: 0;
}

.mn-results__desktop .mn-vid-card.swiper-slide {
  flex-shrink: 0;
  height: auto;
}

.mn-results__desktop-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.mn-results__desktop-pagination__viewport {
  width: 88px;
  overflow: hidden;
}

.mn-results__desktop-pagination__track {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 2px 0;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.mn-results__desktop-pagination .mn-results__dot {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--mn-lime);
  opacity: 0.2;
  transition:
    opacity 0.25s,
    width 0.25s,
    height 0.25s,
    border-radius 0.25s;
}

.mn-results__desktop-pagination .mn-results__dot.is-active {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 1;
}

.mn-results__desktop-pagination .mn-results__dot.is-neighbor {
  opacity: 0.45;
}

.mn-results__desktop-pagination .mn-results__dot:hover {
  opacity: 0.35;
}

.mn-results__desktop-pagination .mn-results__dot.is-active:hover {
  opacity: 1;
}

.mn-results__desktop-pagination__track .mn-results__dot:nth-child(3) {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 60%);
  mask-image: linear-gradient(to right, transparent 0%, #000 60%);
  transition:
    opacity 0.25s,
    width 0.25s,
    height 0.25s,
    border-radius 0.25s,
    -webkit-mask-image 0.25s,
    mask-image 0.25s;
}

.mn-results__desktop-pagination__track .mn-results__dot:nth-child(7) {
  -webkit-mask-image: linear-gradient(to left, transparent 0%, #000 60%);
  mask-image: linear-gradient(to left, transparent 0%, #000 60%);
  transition:
    opacity 0.25s,
    width 0.25s,
    height 0.25s,
    border-radius 0.25s,
    -webkit-mask-image 0.25s,
    mask-image 0.25s;
}

.mn-results__desktop-pagination__track.is-going-next .mn-results__dot:nth-child(7) {
  -webkit-mask-image: none;
  mask-image: none;
}

.mn-results__desktop-pagination__track.is-going-prev .mn-results__dot:nth-child(3) {
  -webkit-mask-image: none;
  mask-image: none;
}

.mn-pdp-videos {
  padding-top: var(--mn-videos-pt-desktop, 0px);
  padding-bottom: var(--mn-videos-pb-desktop, 100px);
}

.mn-pdp-videos .mn-container {
  max-width: 1282px;
}

.mn-pdp-videos__header {
  text-align: center;
  margin-bottom: 48px;
}

.mn-pdp-videos__title-top {
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #3e3e3e;
  margin: 0;
  display: block;
}

.mn-pdp-videos__title-main {
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  display: block;
}

.mn-pdp-videos__player.mn-vid-card {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 1155px;
  margin-inline: auto;
  height: auto !important;
  display: block;
}

.mn-pdp-videos__player .mn-vid-card__poster {
  max-width: 100%;
}

.mn-pdp-videos__player .mn-vid-card__play-container {
  z-index: 3;
}

.mn-pdp-videos__player.mn-vid-card--playing .mn-vid-card__video {
  z-index: 5;
  opacity: 1;
  visibility: visible;
}

.mn-vid-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 406 / 524;
  background: #161618;
  height: 100% !important;
  display: flex;
}

.mn-results__grid .mn-vid-card {
  aspect-ratio: 370 / 524;
}

.mn-vid-card__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border: none;
  outline: none;
}

.mn-vid-card__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 406px;
  height: 100% !important;
  object-fit: cover;
  display: block;
  z-index: 1;
  transition: opacity 0.35s ease;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
}

.mn-vid-card__chrome {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: auto;
  transition: opacity 0.35s ease;
}

.mn-vid-card__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46) 100%);
  pointer-events: none;
}

.mn-vid-card__play-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mn-vid-card__play {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  background: #00000040;
  transition:
    background 0.2s,
    transform 0.2s;
}

.mn-vid-card__play::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  transform: rotate(45deg);
  transform-origin: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s border cubic-bezier(0.4, 0, 0.2, 1);
}

.mn-vid-card__play:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.mn-vid-card__play-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

.mn-vid-card__info {
  position: absolute;
  left: 14.5px;
  bottom: 24px;
  text-align: left;
}

.mn-pdp-videos__player .mn-vid-card__play {
  position: relative;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  background: #00000040;
  transition:
    background 0.2s,
    transform 0.2s;
}

.mn-pdp-videos__player .mn-vid-card__play::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  transform: rotate(45deg);
  transform-origin: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s border cubic-bezier(0.4, 0, 0.2, 1);
}

.mn-pdp-videos__player .mn-vid-card__play-icon {
  display: block;
  width: 38px;
  height: 38px;
  margin-left: 8px;
  margin-top: 2px;
}

@media (max-width: 991px) {
  .mn-vid-card__info {
    left: 24px;
    bottom: 24px;
  }

  .mn-pdp-videos__player .mn-vid-card__play {
    width: 60px;
    height: 60px;
  }

  .mn-pdp-videos__player .mn-vid-card__play::after {
    width: 64px;
    height: 64px;
  }

  .mn-pdp-videos__player .mn-vid-card__play-icon {
    width: 22px;
    height: 22px;
    margin-left: 6px;
    margin-top: 4px;
  }
}

.mn-vid-card__name {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #F5F1E8;
  margin: 0 0 4px;
  letter-spacing: 0;
}

.mn-vid-card__stat {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--mn-lime);
  margin: 0;
  display: flex;
  align-items: center;
}

.mn-vid-card__stat-separator {
  display: inline-flex;
  align-self: center;
  justify-content: center;
  color: transparent;
  margin-left: 12px;
  margin-right: 12px;
  background-color: #658072;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

span.mn-vid-card__stat-text.mn-vid-card__stat-text::after {
  display: none !important;
}

.mn-vid-card--playing .mn-vid-card__poster,
.mn-vid-card--playing .mn-vid-card__chrome,
.mn-vid-card--playing .mn-vid-card__play {
  opacity: 0;
  pointer-events: none;
}

/* YouTube/Vimeo embed — cover-fit a 16:9 iframe in the portrait card; controlled via the overlay play button */
.mn-vid-embed.mn-vid-embed { /* doubled class outranks Elementor's `.elementor iframe` reset */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300%; /* landscape fallback; JS sizes to the real video aspect for true cover */
  height: 100%;
  max-width: none;
  max-height: none;
  border: 0;
  z-index: 0;
  pointer-events: none;
}

.mn-vid-card--playing .mn-vid-card__video {
  z-index: 4;
  cursor: pointer;
}

@media (max-width: 991px) {
  .mn-results__desktop {
    display: none;
  }

  .mn-results__mobile {
    display: block;
  }
}

@media (max-width: 991px) {
  .mn-results {
    padding-top: var(--mn-results-pt-mobile, 48px);
    padding-bottom: var(--mn-results-pb-mobile, 56px);
  }

  .mn-results .mn-container {
    padding-left: 0;
    padding-right: 0;
  }

  .mn-results__header {
    padding: 0 15px;
    margin-bottom: 0;
  }

  .mn-results__title-top,
  .mn-results__title-main {
    font-size: 24px;
    line-height: 1;
  }

  .mn-results__title-top {
    margin-bottom: 12px;
  }

  .mn-results__mobile .mn-results__slider {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .mn-results__mobile .mn-results__grid {
    display: flex !important;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  .mn-results__mobile .mn-vid-card {
    width: auto;
  }

  .mn-pdp-videos {
    padding-top: var(--mn-videos-pt-mobile, 48px);
    padding-bottom: var(--mn-videos-pb-mobile, 60px);
  }

  .mn-pdp-videos .mn-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mn-pdp-videos__header {
    padding: 0;
    margin-bottom: 24px;
  }

  .mn-pdp-videos__title-top,
  .mn-pdp-videos__title-main {
    font-size: 24px;
    line-height: 1;
  }

  .mn-pdp-videos__title-top {
    margin-bottom: 12px;
  }
}

/* ------------------------------------------------------------------
   WooCommerce form overrides inside PDP
   ------------------------------------------------------------------ */
body.mn-pdp-active .woocommerce-variation-price {
  display: none;
}

body.mn-pdp-active .woocommerce-variation-availability p {
  color: var(--mn-sage);
  font-size: 13px;
  margin: 8px 0;
}

/* ------------------------------------------------------------------
   Women / Purple color theme
   ------------------------------------------------------------------ */
body.mn-pdp--woman {
  --mn-lime: #7f4ac0;
  --mn-lime-50: rgba(127, 74, 192, 0.5);
  --mn-lime-20: rgba(127, 74, 192, 0.2);
  --mn-hero-lime: #7f4ac0;
}

body.mn-pdp--woman .mn-pdp__price,
body.mn-pdp--woman .mn-pdp__price * {
  color: #7f4ac0 !important;
}

body.mn-pdp--woman .mn-pdp__option.is-selected {
  border-color: #7f4ac0;
}

body.mn-pdp--woman .mn-pdp__option-usage {
  background: #7f4ac040;
}

body.mn-pdp--woman .mn-pdp__option-usage-icon {
  color: #7f4ac0;
}

body.mn-pdp--woman .mn-pdp__purchase-option.is-selected .mn-pdp__purchase-radio {
  background: #7f4ac0;
  border-color: #7f4ac0;
}

body.mn-pdp--woman .mn-pdp__purchase-option.is-selected .mn-pdp__purchase-radio::after {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

body.mn-pdp--woman .mn-pdp__purchase-badge {
  background: #ffffff;
  color: #7f4ac0;
}

body.mn-pdp--woman .mn-pdp__faq-content ul li::before {
  background-image: url("../img/pdp-faq-check-woman.svg");
  background-size: 12px 12px;
}

body.mn-pdp--woman .mn-pdp-ingredient-card {
  border: 1px solid #7f4ac09c;
}

body.mn-pdp--woman .mn-pdp-step-card__number {
  color: #7f4ac0;
}

body.mn-pdp--woman .mn-vid-card__stat {
  color: #7f4ac0;
}

body.mn-pdp--woman .mn-vid-card__stat-separator {
  background-color: #7f4ac0;
}

body.mn-pdp--woman .mn-pdp-blocks-faq__item.is-open .mn-pdp-blocks-faq__icon-wrap {
  color: #7f4ac0;
}

body.mn-pdp--woman .mn-pdp-blocks-products .mn-product-card__btn,
body.mn-pdp--woman .mn-pdp-blocks-products .mn-product-card__btn:visited {
  background: var(--mn-cream);
  color: #7f4ac0;
}

body.mn-pdp--woman .mn-pdp-blocks-products .mn-product-card__btn:hover,
body.mn-pdp--woman .mn-pdp-blocks-products .mn-product-card__btn:focus,
body.mn-pdp--woman .mn-pdp-blocks-products .mn-product-card__btn:active {
  background: var(--mn-cream);
  color: #7f4ac0;
}

body.mn-pdp--woman .mn-pdp-products-carousel__dot {
  background: #7f4ac0;
}

body.mn-pdp--woman .mn-pdp-step-carousel__progress .swiper-pagination-progressbar-fill,
body.mn-pdp--woman .mn-pdp-ingredient-carousel__progress .swiper-pagination-progressbar-fill,
body.mn-pdp--woman .mn-pdp-products-carousel__progress .swiper-pagination-progressbar-fill {
  background: #7f4ac0;
}

body.mn-pdp--woman .single_add_to_cart_button,
body.mn-pdp--woman .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  background: #7f4ac0 !important;
  color: #ffffff !important;
}

body.mn-pdp--woman .single_add_to_cart_button:hover {
  background: #9562d4 !important;
}

body.mn-pdp--woman .mn-pdp-sticky-cart__button {
  background: #7f4ac0 !important;
  color: var(--mn-cream) !important;
}

body.mn-pdp--woman .mn-pdp__faq-header[aria-expanded="true"] .mn-pdp__faq-arrow {
  color: #7f4ac0;
}

/* ------------------------------------------------------------------
   Header overrides for dark page
   ------------------------------------------------------------------ */
body.mn-pdp-active .site-header,
body.mn-pdp-active .pxl-header-main {
  background: var(--mn-dark);
}

.single-product #pxl-wapper #pxl-main {
  padding-top: 0 !important;
  padding-bottom: 100px !important;
}

/* ------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------ */

@media (max-width: 1300px) {
  .mn-pdp__row {
    padding-inline: 0;
  }

  .single-product #pxl-wapper #pxl-main {
    padding-top: 0 !important;
  }

  .mn-pdp__summary {
    top: 112px;
  }
}

@media (max-width: 1199px) {
  .single-product #pxl-wapper #pxl-main {
    padding: 0 !important;
  }
}

@media (max-width: 1023px) {
  #pxl-wapper .container:has(.mn-pdp) {
    padding: 79px 0 0;
  }
}

@media (max-width: 991px) {
  #pxl-wapper .container:has(.mn-pdp) {
    padding-top: 0 !important;
  }

  .single-product #pxl-wapper #pxl-main {
    padding-top: 68px !important;
    padding-bottom: 60px !important;
  }

  .mn-pdp__row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mn-pdp__summary {
    position: relative;
    top: 0;
    padding: 16px 17px 40px;
    width: calc(100% - 18px);
  }

  .mn-pdp {
    padding: 12px 0 60px;
  }

  .single-product #pxl-wapper #pxl-main .pxl-content-product.col-12 {
    padding: 0 9px !important;
  }
}

@media (max-width: 575px) {
  .mn-pdp__title {
    font-size: 20px !important;
  }

  .mn-pdp__price {
    font-size: 28px !important;
  }

  .mn-pdp__highlights {
    padding: 16px 0;
  }

  .mn-pdp__highlight span {
    font-size: 11px;
  }
}

/* ------------------------------------------------------------------
   Mobile Gallery Swiper Carousel
   ------------------------------------------------------------------ */

/* Hidden on desktop */
.mn-pdp__gallery-mobile {
  display: none;
}

@media (max-width: 991px) {
  .mn-pdp__gallery-main,
  .mn-pdp__gallery-grid {
    display: none;
  }

  .mn-pdp__gallery-mobile {
    display: block;
    overflow: visible;
    width: 100%;
    max-width: 100vw;
    margin-left: 0;
    padding-right: 20px;
  }

  .mn-pdp__gallery-mobile .swiper-slide {
    position: relative;
  }

  .mn-pdp__gallery-slide-img {
    width: 100%;
    aspect-ratio: 320 / 338;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    border: 1px solid var(--mn-divider);
  }

  /* Zoom button per slide */
  .mn-pdp__gallery-zoom--mobile {
    position: absolute;
    top: 16px;
    right: 16px;
  }
}

/* ------------------------------------------------------------------
  PDP Blocks - FAQ
  ------------------------------------------------------------------ */
.mn-pdp-blocks-faq {
  padding-top: var(--mn-faq-pt-desktop, 24px);
  padding-bottom: var(--mn-faq-pb-desktop, 40px);
}

.mn-pdp-blocks-faq__headings {
  margin-bottom: 28px;
  text-align: left;
}

.mn-pdp-blocks-faq__heading-primary,
.mn-pdp-blocks-faq__heading-secondary {
  margin: 0;
  font-size: 60px !important;
  line-height: 72px !important;
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.mn-pdp-blocks-faq__heading-primary {
  color: #3e3e3e;
  margin-bottom: 12px;
}

.mn-pdp-blocks-faq__heading-secondary {
  color: #fff;
}

.mn-pdp-blocks-faq__list {
  border-bottom: 1px solid #3e3e3e;
}

.mn-pdp-blocks-faq__item {
  border-top: 1px solid #3e3e3e;
}

.mn-pdp-blocks-faq__item:first-of-type {
  border-top: 0;
}

.mn-pdp-blocks-faq__question-row {
  width: 100%;
  display: grid;
  grid-template-columns: 56px 1fr 28px;
  gap: 12px;
  align-items: center;
  padding: 40px 0 32px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.mn-pdp-blocks-faq__question-row[aria-expanded="true"] {
  padding: 40px 0 10px;
}

.mn-pdp-blocks-faq__number {
  color: #f5f1e8;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  font-family: "roc-grotesk-wide", sans-serif !important;
}

.mn-pdp-blocks-faq__question {
  color: #F5F1E8;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "roc-grotesk-wide", sans-serif !important;
}

.mn-pdp-blocks-faq__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mn-cream);
  height: 46.31px;
  width: 34.73px;
}

.mn-pdp-blocks-faq__icon {
  width: 34.73px;
  height: 46.31px;
  transform: scaleY(-1);
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.mn-pdp-blocks-faq__item.is-open .mn-pdp-blocks-faq__icon-wrap {
  color: var(--mn-lime);
}

.mn-pdp-blocks-faq__item.is-open .mn-pdp-blocks-faq__icon {
  transform: scaleY(1);
}

.mn-pdp-blocks-faq__answer-wrap {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.mn-pdp-blocks-faq__answer {
  padding: 0 0 32px;
  color: #F5F1E8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "roc-grotesk", sans-serif;
  max-width: 663px;
}

@media (max-width: 991px) {
  .mn-pdp-blocks-faq {
    padding-inline: 7px;
    padding-top: var(--mn-faq-pt-mobile, 12px);
    padding-bottom: var(--mn-faq-pb-mobile, 34px);
  }

  .mn-pdp-blocks-faq__headings {
    margin-bottom: 16px;
  }

  .mn-pdp-blocks-faq__heading-primary,
  .mn-pdp-blocks-faq__heading-secondary {
    font-size: 24px !important;
    line-height: 1 !important;
  }

  .mn-pdp-blocks-faq__heading-secondary {
    margin-top: 2px;
  }

  .mn-pdp-blocks-faq__question-row {
    grid-template-columns: 34px 1fr 24px;
    gap: 10px;
    padding: 18px 0;
  }

  .mn-pdp-blocks-faq__number {
    font-size: 20px;
    line-height: 40px;
  }

  .mn-pdp-blocks-faq__question {
    font-family: "roc-grotesk", sans-serif !important;
    font-size: 18px;
    line-height: 28px;
  }

  .mn-pdp-blocks-faq__icon,
  .mn-pdp-blocks-faq__icon-wrap {
    width: 24px;
    height: 32px;
  }

  .mn-pdp-blocks-faq__answer {
    padding: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
  }

  .mn-pdp-blocks-faq__question-row[aria-expanded="true"] {
    padding: 20px 0 10px;
  }
}

/* ------------------------------------------------------------------
  PDP Blocks - Products
  ------------------------------------------------------------------ */
.mn-pdp-blocks-products {
  padding-top: var(--mn-products-pt-desktop, 0px);
  padding-bottom: var(--mn-products-pb-desktop, 0px);
}

@media (max-width: 991px) {
  .mn-pdp-blocks-products {
    padding-left: 7px;
    padding-right: 3px;
  }
}

.mn-pdp-blocks-products__inner {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
}

.mn-pdp-blocks-products__title {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 48px !important;
  line-height: 60px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.mn-pdp-products-carousel.swiper {
  overflow: hidden;
}

.mn-pdp-products-carousel .swiper-wrapper {
  align-items: stretch;
}

.mn-pdp-products-carousel .swiper-slide {
  height: auto;
  display: flex;
}

.mn-pdp-blocks-products .mn-product-card {
  background: #161618;
  border-radius: 20px;
  border: 0.5px solid transparent;
  padding: 24px 24px 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  transition: all 0.2s ease-in-out;
  width: 100% !important;
}

.mn-pdp-blocks-products .mn-product-card:hover,
.mn-pdp-blocks-products .mn-product-card:focus-within {
  border: 0.5px solid var(--mn-lime-50);
  box-shadow: 0px 4px 4px 0px var(--mn-lime-20) inset;
}

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

.mn-pdp-blocks-products .mn-product-card__img {
  margin: 0;
  aspect-ratio: 286 / 281;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mn-pdp-blocks-products .mn-product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mn-pdp-blocks-products .mn-product-card__benefits {
  margin: 0 0 16px;
  padding: 0;
  flex: 1;
}

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

.mn-pdp-blocks-products .mn-product-card__benefit {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.mn-pdp-blocks-products .mn-product-card__benefit:first-of-type {
  font-weight: 500;
}

.mn-pdp-blocks-products .mn-product-card__check {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 1px;
}

.mn-pdp-blocks-products .mn-product-card__benefit-text {
  color: #ffffff;
  font-family: "roc-grotesk", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: block;
}

.mn-pdp-blocks-products .mn-product-card__body {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.mn-pdp-blocks-products .mn-product-card__price,
.mn-pdp-blocks-products .mn-product-card__price .woocommerce-Price-amount,
.mn-pdp-blocks-products .mn-product-card__price .amount {
  font-family: "roc-grotesk", sans-serif !important;
  margin: 0 0 16px;
  color: #f5f1e8;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mn-pdp-blocks-products .mn-product-card__price * {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
}

.mn-pdp-blocks-products .mn-product-card__btn,
.mn-pdp-blocks-products .mn-product-card__btn:visited {
  font-family: "roc-grotesk", sans-serif !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 24px;
  border-radius: 100px;
  background: #658072;
  color: #000000;
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 700;
  letter-spacing: 2%;
  text-transform: uppercase;
  text-decoration: none;
}

.mn-pdp-blocks-products .mn-product-card__btn:hover,
.mn-pdp-blocks-products .mn-product-card__btn:focus,
.mn-pdp-blocks-products .mn-product-card__btn:active {
  background: #658072;
  color: #000000;
}

.mn-pdp-products-carousel__pagination.swiper-pagination {
  position: static;
  width: auto;
  margin-top: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 10px;
}

.mn-pdp-products-carousel__dot {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--mn-lime);
  opacity: 0.2;
  transition:
    opacity 0.25s,
    width 0.25s,
    height 0.25s,
    border-radius 0.25s;
}

.mn-pdp-products-carousel__dot.is-active {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 1;
}

.mn-pdp-products-carousel__dot:hover {
  opacity: 0.35;
}

.mn-pdp-products-carousel__dot.is-active:hover {
  opacity: 1;
}

.mn-pdp-products-carousel__progress.swiper-pagination-progressbar {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  height: 2px;
  margin-top: 24px;
  background: #3e3e3e;
  border-radius: 999px;
  overflow: hidden;
  display: none;
}

.mn-pdp-products-carousel__progress .swiper-pagination-progressbar-fill {
  background: var(--mn-lime);
}

@media (max-width: 991px) {
  .mn-pdp-blocks-products {
    padding-top: var(--mn-products-pt-mobile, 0px);
    padding-bottom: var(--mn-products-pb-mobile, 20px);
  }

  .mn-pdp-blocks-products__title {
    font-size: 24px !important;
    line-height: 1 !important;
    margin-bottom: 32px;
  }

  .mn-pdp-blocks-products .mn-product-card {
    border-radius: 15px;
    border: 0.5px solid #c6ff3933;
    padding: 12px 12px 24px;
  }

  .mn-pdp-blocks-products .mn-product-card:hover,
  .mn-pdp-blocks-products .mn-product-card:focus-within {
    border: 0.5px solid #c6ff3933;
    box-shadow: none;
  }

  .mn-pdp-blocks-products .mn-product-card__name {
    font-size: 13.23px;
    line-height: 20.58px;
  }

  .mn-pdp-blocks-products .mn-product-card__img {
    aspect-ratio: 122 / 116;
    margin-bottom: 12px;
  }

  .mn-pdp-blocks-products .mn-product-card__benefit {
    font-size: 12px;
    line-height: 18px;
  }

  .mn-pdp-blocks-products .mn-product-card__benefit-text {
    font-size: 12px;
    line-height: 18px;
  }

  .mn-pdp-blocks-products .mn-product-card__price,
  .mn-pdp-blocks-products .mn-product-card__price .woocommerce-Price-amount,
  .mn-pdp-blocks-products .mn-product-card__price .amount {
    font-size: 12px;
    margin-bottom: 11.76px;
  }

  .mn-pdp-blocks-products .mn-product-card__btn,
  .mn-pdp-blocks-products .mn-product-card__btn:active,
  .mn-pdp-blocks-products .mn-product-card__btn:focus,
  .mn-pdp-blocks-products .mn-product-card__btn:hover,
  .mn-pdp-blocks-products .mn-product-card__btn:visited {
    background: #c6ff39;
  }

  body.mn-pdp--woman .mn-pdp-blocks-products .mn-product-card__btn,
  body.mn-pdp--woman .mn-pdp-blocks-products .mn-product-card__btn:active,
  body.mn-pdp--woman .mn-pdp-blocks-products .mn-product-card__btn:focus,
  body.mn-pdp--woman .mn-pdp-blocks-products .mn-product-card__btn:hover,
  body.mn-pdp--woman .mn-pdp-blocks-products .mn-product-card__btn:visited {
    background: #f5f1e8;
    color: #7f4ac0;
  }

  .mn-pdp-products-carousel__pagination {
    display: none !important;
  }

  .mn-pdp-products-carousel__progress.swiper-pagination-progressbar {
    display: block;
    margin-top: 32px;
  }
}

.pswp .pswp__ui .pswp__button--arrow--left:before,
.pswp .pswp__ui .pswp__button--arrow--right:before {
  content: "\f136" !important;
  width: auto;
  height: auto;
  display: inline-flex;
  line-height: 30px;
}

.pswp .pswp__ui .pswp__button--arrow--left:before {
  transform: scaleX(-1);
}

button.mn-pdp__gallery-zoom {
  display: none;
}
