/** Shopify CDN: Minification failed

Line 774:8 Unexpected "{"
Line 774:17 Expected ":"
Line 775:2 Unexpected "{"
Line 775:3 Expected identifier but found "%"
Line 777:2 Unexpected "{"
Line 777:3 Expected identifier but found "%"
Line 779:2 Unexpected "{"
Line 779:3 Expected identifier but found "%"

**/
/* START_SECTION:yhm-nvr-model-dynamic (INDEX:61) */
/* ============================================================
BASE
============================================================ */

.ynmd {
  display: block;
  overflow: clip;
  opacity: 1;
  transform: translateY(0);
  background: var(--ynmd-cream);
  color: var(--ynmd-charcoal);
  font-family: var(--ynmd-body-font);
  font-size: var(--ynmd-body-size);
  font-style: var(--ynmd-body-style);
  font-weight: var(--ynmd-body-weight);
  line-height: 1.55;
  transition:
    opacity var(--ynmd-transition-half) ease,
    transform var(--ynmd-transition-half) cubic-bezier(.22, 1, .36, 1);
}

.ynmd[hidden] {
  display: none !important;
}

.ynmd.is-entering,
.ynmd.is-leaving {
  opacity: 0;
  transform: translateY(8px);
}

.ynmd *,
.ynmd *::before,
.ynmd *::after {
  box-sizing: border-box;
}

.ynmd img,
.ynmd svg {
  display: block;
}

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

.ynmd__shell {
  width: min(
    100%,
    calc(var(--ynmd-max-width) + (var(--ynmd-edge) * 2))
  );
  margin-inline: auto;
  padding-inline: var(--ynmd-edge);
}

.ynmd__zone {
  padding-block: var(--ynmd-space-y);
}

.ynmd__zone-head {
  max-width: 760px;
  margin: 0 0 30px;
}

.ynmd__zone-head--center {
  margin-inline: auto;
  text-align: center;
}

.ynmd__eyebrow {
  margin: 0 0 10px;
  color: var(--ynmd-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ynmd__eyebrow--accent {
  color: var(--ynmd-accent);
}

.ynmd__zone-title,
.ynmd__feature h2,
.ynmd__benefit h3,
.ynmd__included-item h3,
.ynmd__final-brand-text,
.ynmd__final-copy {
  font-family: var(--ynmd-heading-font);
  font-style: var(--ynmd-heading-style);
}

.ynmd__zone-title,
.ynmd__feature h2 {
  margin: 0;
  font-size: var(--ynmd-title-size-desktop);
  font-weight: var(--ynmd-heading-weight);
  line-height: .98;
  letter-spacing: -.04em;
}

.ynmd__zone-title {
  max-width: 17ch;
}

.ynmd__zone-head--center .ynmd__zone-title {
  margin-inline: auto;
}

.ynmd__zone-text {
  max-width: 52ch;
  margin-top: 16px;
  color: color-mix(in srgb, var(--ynmd-charcoal) 64%, transparent);
}

.ynmd .rte > * {
  margin-top: 0;
  margin-bottom: 0;
}


/* ============================================================
BENEFICIOS
============================================================ */

.ynmd__zone--benefits {
  padding-block: 40px;
  color: var(--ynmd-benefits-title);
  background: var(--ynmd-benefits-bg);
}

.ynmd__zone--benefits .ynmd__zone-title {
  color: var(--ynmd-benefits-title);
}

.ynmd__zone--benefits .ynmd__zone-head {
  margin-bottom: 30px;
}

.ynmd__zone--benefits .ynmd__eyebrow--accent {
  color: var(--ynmd-accent);
}

.ynmd__benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  width: min(100%, 1180px);
  margin-inline: auto;
}

.ynmd__benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding: 8px clamp(24px, 3vw, 48px);
  text-align: center;
}

.ynmd__benefit:nth-child(4n + 1):not(:first-child) {
  border-left: 0;
}

.ynmd__benefit:not(:nth-child(4n + 1)) {
  border-left: 1px solid color-mix(
    in srgb,
    var(--ynmd-benefits-title) 20%,
    transparent
  );
}

.ynmd__benefit:nth-child(n + 5) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid color-mix(
    in srgb,
    var(--ynmd-benefits-title) 20%,
    transparent
  );
}

.ynmd__benefit-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  color: var(--ynmd-benefits-title);
  border: 1px solid color-mix(
    in srgb,
    var(--ynmd-benefits-title) 38%,
    transparent
  );
  border-radius: 50%;
}

.ynmd__benefit-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ynmd__benefit-icon-image {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.ynmd__benefit-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.ynmd__benefit h3 {
  max-width: 15ch;
  margin: 0 auto 8px;
  color: var(--ynmd-benefits-title);
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.ynmd__benefit-text {
  max-width: 26ch;
  margin-inline: auto;
  color: var(--ynmd-benefits-text);
  font-size: 13px;
  line-height: 1.5;
}


/* ============================================================
HIGHLIGHTS
============================================================ */

.ynmd__feature-gallery {
  background: var(--ynmd-charcoal);
}

.ynmd__feature-band {
  color: var(--ynmd-feature-text);
  background: var(--ynmd-feature-bg);
}

.ynmd__feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  width: min(100%, var(--ynmd-max-width));
  margin-inline: auto;
}

.ynmd__feature--image-left .ynmd__feature-media {
  order: -1;
}

.ynmd__feature--no-media {
  grid-template-columns: 1fr;
}

.ynmd__feature--no-media .ynmd__feature-copy {
  width: min(100%, 820px);
  margin-inline: auto;
}

.ynmd__feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: var(--ynmd-feature-height-desktop);
  padding: clamp(34px, 4vw, 72px);
}

.ynmd__feature .ynmd__eyebrow {
  color: var(--ynmd-feature-accent);
}

.ynmd__feature h2 {
  max-width: 16ch;
  color: var(--ynmd-feature-title);
}

.ynmd__feature-text {
  max-width: 48ch;
  margin-top: 16px;
  color: var(--ynmd-feature-text);
}

.ynmd__accent-note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 22px 0 0;
  color: var(--ynmd-feature-title);
  font-size: 13px;
  font-weight: 500;
}

.ynmd__accent-note span {
  flex: 0 0 auto;
  width: 30px;
  height: 2px;
  background: var(--ynmd-feature-accent);
}

.ynmd__feature-media {
  height: var(--ynmd-feature-height-desktop);
  overflow: hidden;
  background: #ededed;
  border-radius: var(--ynmd-image-radius);
}

.ynmd__feature-media picture,
.ynmd__feature-image {
  width: 100%;
  height: 100%;
}

.ynmd__feature-media picture {
  display: block;
}

.ynmd__feature-image {
  object-fit: cover;
}


/* ============================================================
GALERÍA PRODUCTO
============================================================ */

.ynmd__zone--product-gallery {
  padding-block: 36px 28px;
  color: var(--ynmd-charcoal);
  background: var(--ynmd-product-gallery-bg);
}

.ynmd__product-gallery-head {
  margin: 0 auto 4px;
  text-align: center;
}

.ynmd__product-gallery-head .ynmd__zone-title {
  max-width: 20ch;
  margin-inline: auto;
}

.ynmd__product-gallery {
  position: relative;
  width: min(100%, var(--ynmd-product-gallery-max-width));
  margin-inline: auto;
}

.ynmd__product-gallery-viewport {
  position: relative;
  width: 100%;
  height: var(--ynmd-product-gallery-height-desktop);
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}

.ynmd__product-gallery-viewport::-webkit-scrollbar {
  display: none;
}

.ynmd__product-gallery-viewport.is-dragging {
  cursor: grabbing;
}

.ynmd__product-gallery-track {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.ynmd__product-gallery-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin: 0;
}

.ynmd__product-gallery-slide picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ynmd__product-gallery-image {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

.ynmd__product-gallery-empty {
  display: grid;
  place-items: center;
  align-content: center;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  gap: 7px;
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .2);
}

.ynmd__product-gallery-empty strong {
  font-size: 18px;
  font-weight: 500;
}

.ynmd__product-gallery-empty span {
  font-size: 13px;
}

.ynmd__product-gallery-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--ynmd-product-gallery-arrow-color);
  background: var(--ynmd-product-gallery-arrow-bg);
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 50%;
  box-shadow: 0 7px 24px rgba(0, 0, 0, .08);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    transform 200ms ease,
    opacity 200ms ease;
}

.ynmd__product-gallery-arrow:hover {
  transform: translateY(-50%) scale(1.05);
}

.ynmd__product-gallery-arrow svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ynmd__product-gallery-arrow--prev {
  left: 18px;
}

.ynmd__product-gallery-arrow--next {
  right: 18px;
}

.ynmd__product-gallery-dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  transform: translateX(-50%);
}

.ynmd__product-gallery-dot {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.ynmd__product-gallery-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid var(--ynmd-product-gallery-dot);
  border-radius: 999px;
  transition:
    width 200ms ease,
    background-color 200ms ease,
    border-color 200ms ease;
}

.ynmd__product-gallery-dot.is-active span {
  width: 18px;
  background: var(--ynmd-product-gallery-dot-active);
  border-color: var(--ynmd-product-gallery-dot-active);
}

.ynmd__product-gallery-arrow:focus-visible,
.ynmd__product-gallery-dot:focus-visible,
.ynmd__product-gallery-viewport:focus-visible {
  outline: 2px solid var(--ynmd-accent);
  outline-offset: 3px;
}


/* ============================================================
INCLUIDO
============================================================ */

.ynmd__zone--included {
  padding-block: 45px;
  color: var(--ynmd-charcoal);
  background: var(--ynmd-cream);
}

.ynmd__included-grid {
  display: grid;
  gap: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.ynmd__included-item {
  min-width: 140px;
  padding-inline: clamp(12px, 1.7vw, 24px);
  text-align: center;
}

.ynmd__included-item + .ynmd__included-item {
  border-left: 1px solid rgba(0, 0, 0, .14);
}

.ynmd__included-media {
  height: var(--ynmd-included-height);
  padding: 4px 4px 12px;
}

.ynmd__included-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ynmd__included-copy {
  padding-top: 10px;
}

.ynmd__included-item h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.ynmd__quantity {
  display: block;
  margin-bottom: 6px;
  color: var(--ynmd-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ynmd__included-text {
  margin-top: 7px;
  color: color-mix(in srgb, var(--ynmd-charcoal) 62%, transparent);
  font-size: 13px;
}


/* ============================================================
ESPECIFICACIONES
============================================================ */

.ynmd__zone--specs {
  position: relative;
  z-index: 1;
  padding-block: 40px;
  color: var(--ynmd-charcoal);
  background: var(--ynmd-light);
  border-top: 1px solid rgba(0, 0, 0, .10);
  overflow: hidden;
}

.ynmd__specs-layout {
  display: grid;
  grid-template-columns:
    minmax(0, .86fr)
    minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(40px, 6vw, 96px);
}

.ynmd__specs-layout--no-image {
  grid-template-columns:
    minmax(260px, .72fr)
    minmax(0, 1.28fr);
}

.ynmd__specs-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.ynmd__specs-intro .ynmd__zone-head {
  margin-bottom: 0;
}

.ynmd__spec-product {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: var(--ynmd-spec-height-desktop);
  margin-top: 0;
  overflow: hidden;
}

.ynmd__spec-product picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ynmd__spec-product-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100% - 20px);
  object-fit: contain;
  object-position: center;
  transform: translateY(var(--ynmd-spec-image-offset-desktop));
}

.ynmd__specs-right {
  min-width: 0;
}

.ynmd__specs-list {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, .18);
}

.ynmd__spec {
  display: grid;
  grid-template-columns:
    minmax(110px, .76fr)
    minmax(0, 1.24fr);
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .18);
}

.ynmd__spec dt {
  color: rgba(10, 10, 10, .58);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ynmd__spec dd {
  margin: 0;
}

.ynmd__spec strong {
  display: block;
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 500;
  line-height: 1.3;
}

.ynmd__spec small {
  display: block;
  margin-top: 4px;
  color: rgba(10, 10, 10, .56);
  font-size: 12px;
}


/* ============================================================
CINTILLO FINAL
============================================================ */

.ynmd__final-strip {
  position: relative;
  z-index: 2;
  color: var(--ynmd-final-text);
  background: var(--ynmd-final-bg);
}

.ynmd__final-strip-inner {
  display: grid;
  grid-template-columns:
    minmax(180px, .8fr)
    minmax(240px, 1.3fr)
    auto;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  min-height: 104px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ynmd__final-brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.ynmd__final-brand-image {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 240px !important;
  max-height: 62px !important;
  object-fit: contain !important;
  object-position: left center;
}

.ynmd--{{ section.id }} .ynmd__final-brand-image {
  {% if section.settings.final_brand_invert %}
    filter: brightness(0) invert(1);
  {% else %}
    filter: none;
  {% endif %}
}

.ynmd__final-brand-text {
  display: block;
  color: var(--ynmd-final-text);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 300;
  line-height: 1;
}

.ynmd__final-copy {
  color: var(--ynmd-final-text);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 300;
  line-height: 1.15;
}

.ynmd__final-action {
  display: flex;
  justify-content: flex-end;
}

.ynmd__final-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 48px;
  padding: 12px 24px !important;
  color: var(--ynmd-final-button-text) !important;
  background: var(--ynmd-final-button-bg) !important;
  border: 1px solid var(--ynmd-final-button-bg) !important;
  border-radius: var(--ynmd-button-radius) !important;
  overflow: hidden;
  font-family: var(--ynmd-body-font);
  font-size: 14px;
  font-weight: var(--ynmd-button-weight);
  line-height: 1;
  text-decoration: none !important;
  box-shadow: none !important;
  transition:
    transform 200ms ease,
    filter 200ms ease;
}

.ynmd__final-button[href]:hover {
  transform: translateY(-2px);
  filter: brightness(.94);
}

.ynmd__final-button:focus-visible {
  outline: 2px solid var(--ynmd-final-text);
  outline-offset: 4px;
}

.ynmd__final-button--disabled {
  opacity: .5;
  cursor: default;
}


/* ============================================================
EDITOR / REVEAL
============================================================ */

.ynmd__editor-note {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 14px 16px;
  color: #5d3900;
  background: #fff4d6;
  border: 1px solid #e2b34d;
  border-radius: 4px;
  font-size: 13px;
}

.ynmd.is-reveal-ready .ynmd-reveal {
  opacity: 0;
  transform: translateY(var(--ynmd-reveal-distance));
  transition:
    opacity var(--ynmd-reveal-duration) ease,
    transform var(--ynmd-reveal-duration) cubic-bezier(.22, 1, .36, 1);
  transition-delay:
    calc(var(--ynmd-reveal-index, 0) * var(--ynmd-reveal-stagger));
}

.ynmd.is-reveal-ready .ynmd-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* ============================================================
TABLET
============================================================ */

@media screen and (max-width: 989px) {

  .ynmd__benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 720px);
  }

  .ynmd__benefit {
    padding: 24px 28px;
    border-left: 0;
  }

  .ynmd__benefit:nth-child(even) {
    border-left: 1px solid color-mix(
      in srgb,
      var(--ynmd-benefits-title) 20%,
      transparent
    );
  }

  .ynmd__benefit:nth-child(n + 3) {
    margin-top: 0;
    border-top: 1px solid color-mix(
      in srgb,
      var(--ynmd-benefits-title) 20%,
      transparent
    );
  }

  .ynmd__specs-layout,
  .ynmd__specs-layout--no-image {
    grid-template-columns:
      minmax(0, .9fr)
      minmax(0, 1.1fr);
    gap: 36px;
  }

}


/* ============================================================
MÓVIL
============================================================ */

@media screen and (max-width: 749px) {

  .ynmd {
    font-size: var(--ynmd-body-size-mobile);
    line-height: 1.5;
  }

  .ynmd__shell {
    width: 100%;
    padding-inline: var(--ynmd-edge-mobile);
  }

  .ynmd__zone {
    padding-block: var(--ynmd-space-y-mobile);
  }

  .ynmd__zone-title,
  .ynmd__feature h2 {
    font-size: var(--ynmd-title-size-mobile);
  }

  .ynmd__zone-head {
    margin-bottom: 24px;
  }

  .ynmd__zone--benefits {
    padding-block: 34px;
  }

  .ynmd__zone--benefits .ynmd__zone-head {
    margin-bottom: 18px;
  }

  .ynmd__benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .ynmd__benefit {
    padding: 19px 13px;
    border-left: 0 !important;
  }

  .ynmd__benefit:nth-child(even) {
    border-left: 1px solid color-mix(
      in srgb,
      var(--ynmd-benefits-title) 20%,
      transparent
    ) !important;
  }

  .ynmd__benefit:nth-child(n + 3) {
    border-top: 1px solid color-mix(
      in srgb,
      var(--ynmd-benefits-title) 20%,
      transparent
    );
  }

  .ynmd__benefit-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .ynmd__benefit h3 {
    font-size: 16px;
  }

  .ynmd__benefit-text {
    font-size: 12px;
  }

  .ynmd__feature {
    grid-template-columns: 1fr;
  }

  .ynmd__feature-copy {
    min-height: 0;
    padding: 30px var(--ynmd-edge-mobile) 34px;
  }

  .ynmd__feature-media,
  .ynmd__feature--image-left .ynmd__feature-media {
    order: -1;
    height: var(--ynmd-feature-height-mobile);
    border-radius: 0;
  }

  .ynmd__zone--product-gallery {
    padding-block: 24px 18px;
  }

  .ynmd__product-gallery {
    width: 100%;
  }

  .ynmd__product-gallery-viewport {
    height: var(--ynmd-product-gallery-height-mobile);
  }

  .ynmd__product-gallery-arrow {
    width: 38px;
    height: 38px;
  }

  .ynmd__product-gallery-arrow--prev {
    left: 8px;
  }

  .ynmd__product-gallery-arrow--next {
    right: 8px;
  }

  .ynmd__product-gallery-dots {
    bottom: 8px;
  }

  .ynmd__included-grid {
    display: flex;
    margin-inline: calc(var(--ynmd-edge-mobile) * -1);
    padding: 2px var(--ynmd-edge-mobile) 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .ynmd__included-item {
    flex: 0 0 min(64vw, 250px);
    padding-inline: 16px;
    scroll-snap-align: start;
  }

  .ynmd__included-media {
    height: min(var(--ynmd-included-height), 240px);
  }

  .ynmd__specs-layout,
  .ynmd__specs-layout--no-image {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ynmd__spec-product {
    height: var(--ynmd-spec-height-mobile);
  }

  .ynmd__spec-product-image {
    max-height: calc(100% - 10px);
    transform: none;
  }

  .ynmd__spec {
    grid-template-columns:
      minmax(92px, .72fr)
      minmax(0, 1.28fr);
    gap: 14px;
    padding: 15px 0;
  }

  .ynmd__final-strip-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 26px;
    text-align: center;
  }

  .ynmd__final-brand {
    justify-content: center;
  }

  .ynmd__final-brand-image {
    max-width: 210px !important;
    max-height: 56px !important;
    margin-inline: auto;
    object-position: center;
  }

  .ynmd__final-brand-text,
  .ynmd__final-copy {
    text-align: center;
  }

  .ynmd__final-action {
    justify-content: center;
  }

}

@media screen and (max-width: 479px) {

  .ynmd__benefit {
    padding-inline: 9px;
  }

  .ynmd__spec {
    grid-template-columns: 1fr;
    gap: 4px;
  }

}

@media (prefers-reduced-motion: reduce) {

  .ynmd,
  .ynmd *,
  .ynmd *::before,
  .ynmd *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }

  .ynmd.is-reveal-ready .ynmd-reveal {
    opacity: 1;
    transform: none;
  }

}
/* END_SECTION:yhm-nvr-model-dynamic */
/* START_SECTION:yhm-nvr-model-selector (INDEX:63) */
.ynms {
    display: block;
    width: 100%;
    background: var(--ynms-section-bg);
    color: var(--ynms-text);
    font-family: var(--ynms-body-font);
    font-style: var(--ynms-body-style);
    font-weight: var(--ynms-body-weight);
  }

  .ynms *,
  .ynms *::before,
  .ynms *::after { box-sizing: border-box; }

  .ynms__shell {
    width: min(100%, var(--ynms-max-width));
    margin: 0 auto;
    padding: var(--ynms-padding-top) var(--ynms-edge) var(--ynms-padding-bottom);
  }

  .ynms__header {
    max-width: 800px;
    margin: 0 0 var(--ynms-header-gap);
  }

  .ynms__eyebrow,
  .ynms__model-eyebrow {
    margin: 0;
    color: var(--ynms-muted);
    font-size: var(--ynms-eyebrow-size);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: var(--ynms-eyebrow-tracking);
    text-transform: uppercase;
  }

  .ynms__heading {
    margin: 10px 0 0;
    color: var(--ynms-text);
    font-family: var(--ynms-heading-font);
    font-size: var(--ynms-heading-size);
    font-style: var(--ynms-heading-style);
    font-weight: var(--ynms-heading-weight);
    letter-spacing: var(--ynms-heading-tracking);
    line-height: var(--ynms-heading-leading);
  }

  .ynms__description {
    max-width: 680px;
    margin-top: 16px;
    color: var(--ynms-muted);
    font-size: var(--ynms-description-size);
    line-height: 1.65;
  }

  .ynms__description > *:first-child { margin-top: 0; }
  .ynms__description > *:last-child { margin-bottom: 0; }

  .ynms--align-center .ynms__header {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .ynms--align-center .ynms__description { margin-right: auto; margin-left: auto; }

  .ynms__rail-wrap { position: relative; }

  .ynms__track {
    gap: var(--ynms-gap);
    margin: 0;
    padding: 0;
  }

  .ynms__card {
    position: relative;
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ynms-line);
    border-radius: var(--ynms-card-radius);
    background: var(--ynms-card-bg);
    transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
  }

  .ynms__media {
    display: flex;
    height: var(--ynms-media-height);
    min-height: 200px;
    overflow: hidden;
    justify-content: center;
    padding: var(--ynms-card-padding) var(--ynms-card-padding) 0;
    border-radius: var(--ynms-media-radius);
    background: var(--ynms-media-bg);
  }

  .ynms__media--center { align-items: center; padding-bottom: var(--ynms-card-padding); }
  .ynms__media--bottom { align-items: flex-end; }

  .ynms__product-image-wrap {
    display: flex;
    width: var(--ynms-product-width);
    height: 100%;
    align-items: inherit;
    justify-content: center;
    transform: scale(var(--ynms-product-scale));
  }

  .ynms__product-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    transition: transform 320ms cubic-bezier(.2,.7,.2,1);
  }

  .ynms__media--center .ynms__product-image { object-position: center; }

  .ynms__placeholder {
    width: min(100%, 520px);
    height: 100%;
    color: color-mix(in srgb, var(--ynms-muted) 42%, transparent);
  }

  .ynms__placeholder-svg { width: 100%; height: 100%; }

  .ynms__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px var(--ynms-card-padding) var(--ynms-card-padding);
  }

  .ynms--align-center .ynms__content { align-items: center; text-align: center; }

  .ynms__model-eyebrow { margin-bottom: 10px; }

  .ynms__model-name {
    width: 100%;
    margin: 0;
    color: var(--ynms-text);
    font-family: var(--ynms-heading-font);
    font-size: var(--ynms-name-size);
    font-style: var(--ynms-heading-style);
    font-weight: var(--ynms-heading-weight);
    line-height: var(--ynms-name-leading);
  }

  .ynms__name-image {
    display: block;
    width: min(100%, var(--ynms-logo-width));
    height: auto;
    max-height: 100px;
    object-fit: contain;
    object-position: left center;
  }

  .ynms--align-center .ynms__name-image { margin: 0 auto; object-position: center; }

  .ynms__model-subtitle {
    margin: 10px 0 0;
    color: var(--ynms-muted);
    font-size: var(--ynms-subtitle-size);
    line-height: 1.55;
  }

  .ynms__editor-warning {
    margin: 12px 0 0;
    padding: 7px 10px;
    border-radius: 6px;
    background: #fff1dc;
    color: #7a4600;
    font-size: 12px;
    line-height: 1.35;
  }

  .ynms__actions {
    display: flex;
    width: 100%;
    margin-top: auto;
    padding-top: 24px;
  }

  .ynms--align-center .ynms__actions { justify-content: center; }

  .ynms__trigger {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: var(--ynms-button-pad-v) var(--ynms-button-pad-h);
    border: 1px solid transparent;
    border-radius: var(--ynms-button-radius);
    background: var(--ynms-button-bg);
    color: var(--ynms-button-text);
    cursor: pointer;
    font: inherit;
    font-size: var(--ynms-button-size);
    font-weight: var(--ynms-button-weight);
    line-height: 1;
    text-decoration: none;
    transition: background 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
    -webkit-appearance: none;
    appearance: none;
  }

  .ynms__trigger svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 220ms ease;
  }

  .ynms__trigger:focus-visible,
  .ynms__rail-button:focus-visible {
    outline: 3px solid var(--ynms-accent);
    outline-offset: 3px;
  }

  .ynms--active-line .ynms__card::after {
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 0;
    height: var(--ynms-active-line-height);
    border-radius: 999px 999px 0 0;
    background: var(--ynms-accent);
    content: '';
    transform: translateX(50%);
    transition: width 260ms ease;
  }

  .ynms--active-line .ynms__card.is-active::after { width: min(var(--ynms-active-line-width), calc(100% - 32px)); }
  .ynms--active-border .ynms__card.is-active { border-color: var(--ynms-accent); box-shadow: inset 0 0 0 1px var(--ynms-accent); }
  .ynms--active-shadow .ynms__card.is-active { border-color: transparent; box-shadow: 0 16px 42px var(--ynms-active-shadow); }

  .ynms__rail-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 22px;
  }

  .ynms__rail-button {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--ynms-line);
    border-radius: 50%;
    background: var(--ynms-card-bg);
    color: var(--ynms-text);
    cursor: pointer;
    transition: border-color 200ms ease, background 200ms ease, color 200ms ease, opacity 200ms ease;
  }

  .ynms__rail-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .ynms__rail-button:disabled { cursor: default; opacity: .35; }

  .ynms__empty {
    padding: 48px 24px;
    border: 1px dashed var(--ynms-line);
    border-radius: var(--ynms-card-radius);
    text-align: center;
  }

  .ynms__empty h3 { margin: 0; font: 600 24px/1.2 var(--ynms-heading-font); }
  .ynms__empty p { margin: 10px 0 0; color: var(--ynms-muted); }

  .ynms__visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    clip-path: inset(50%) !important;
  }

  .ynms.is-reveal-ready [data-reveal-item] {
    opacity: 0;
    transform: translateY(var(--ynms-reveal-distance));
    transition: opacity var(--ynms-reveal-duration) ease, transform var(--ynms-reveal-duration) cubic-bezier(.2,.7,.2,1);
    transition-delay: calc(var(--ynms-reveal-index, 0) * var(--ynms-reveal-stagger));
  }

  .ynms.is-reveal-ready [data-reveal-item].is-visible { opacity: 1; transform: none; }

  @media screen and (min-width: 990px) {
    .ynms--layout-grid .ynms__track { display: grid; grid-template-columns: repeat(var(--ynms-columns, 3), minmax(0, 1fr)); }
    .ynms--cols-3 { --ynms-columns: 3; }
    .ynms--cols-4 { --ynms-columns: 4; }

    .ynms--layout-rail .ynms__track {
      display: flex;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      padding: 3px 2px 14px;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
    }

    .ynms--layout-rail.ynms--cols-3 .ynms__card { flex: 0 0 calc((100% - (var(--ynms-gap) * 2)) / 3); }
    .ynms--layout-rail.ynms--cols-4 .ynms__card { flex: 0 0 calc((100% - (var(--ynms-gap) * 3)) / 4); }
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .ynms__track {
      display: flex;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      padding: 3px 2px 14px;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
    }

    .ynms__card { flex: 0 0 calc((100% - var(--ynms-gap)) / 2); }
  }

  .ynms--snap .ynms__track { scroll-snap-type: inline mandatory; }
  .ynms--snap .ynms__card { scroll-snap-align: start; }

  .ynms--hide-scrollbar .ynms__track { scrollbar-width: none; }
  .ynms--hide-scrollbar .ynms__track::-webkit-scrollbar { display: none; }

  @media (hover: hover) and (pointer: fine) {
    .ynms__card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(10, 10, 10, .07); }
    .ynms--active-shadow .ynms__card.is-active:hover { box-shadow: 0 18px 46px var(--ynms-active-shadow); }
    .ynms__card:hover .ynms__product-image { transform: translateY(-5px); }
    .ynms__trigger:hover { background: var(--ynms-button-hover-bg); color: var(--ynms-button-hover-text); transform: translateY(-1px); }
    .ynms__trigger:hover svg { transform: translateX(3px); }
    .ynms__rail-button:not(:disabled):hover { border-color: var(--ynms-accent); background: var(--ynms-accent); color: var(--ynms-button-text); }
  }

  @media screen and (max-width: 749px) {
    .ynms__shell {
      padding: var(--ynms-padding-top-mobile) var(--ynms-edge-mobile) var(--ynms-padding-bottom-mobile);
    }

    .ynms__header { margin-bottom: var(--ynms-header-gap-mobile); }
    .ynms__heading { font-size: var(--ynms-heading-size-mobile); }

    .ynms__track {
      display: flex;
      gap: var(--ynms-gap-mobile);
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      padding: 3px 2px 14px;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
    }

    .ynms__card { flex: 0 0 clamp(260px, var(--ynms-card-width-mobile), 440px); }

    .ynms__media {
      height: var(--ynms-media-height-mobile);
      padding: var(--ynms-card-padding-mobile) var(--ynms-card-padding-mobile) 0;
    }

    .ynms__media--center { padding-bottom: var(--ynms-card-padding-mobile); }
    .ynms__product-image-wrap { width: var(--ynms-product-width-mobile); }
    .ynms__content { padding: 22px var(--ynms-card-padding-mobile) var(--ynms-card-padding-mobile); }
    .ynms__model-name { font-size: var(--ynms-name-size-mobile); }
    .ynms__name-image { width: min(100%, var(--ynms-logo-width-mobile)); max-height: 84px; }
    .ynms__rail-controls { display: none; }
  }

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

    .ynms.is-reveal-ready [data-reveal-item] { opacity: 1; transform: none; }
  }
/* END_SECTION:yhm-nvr-model-selector */
