.elementor-9000 .elementor-element.elementor-element-2c5b71cf{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:var( --e-global-color-43f5fc9 );--border-color:var( --e-global-color-43f5fc9 );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9000 .elementor-element.elementor-element-2c5b71cf.e-con{--flex-grow:0;--flex-shrink:0;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}@media(min-width:768px){.elementor-9000 .elementor-element.elementor-element-2c5b71cf{--width:100.053%;}}/* Start custom CSS */<style>
/* =========================================================
   NITURE ULTRASINC PRODUCT PAGE
   Prefix: nult-
   ========================================================= */

.nult-section,
.nult-section * {
  box-sizing: border-box;
}

.nult-section {
  --nult-ink: #1f2422;
  --nult-muted: #626864;
  --nult-line: #dedbd4;
  --nult-paper: #f6f3ed;
  --nult-paper-2: #ece8df;
  --nult-white: #ffffff;
  --nult-accent: #b45f45;
  --nult-accent-dark: #87422f;
  --nult-dark: #202422;
  --nult-radius-lg: 28px;
  --nult-radius-md: 18px;
  --nult-shadow: 0 22px 60px rgba(31, 36, 34, 0.10);

  width: 100%;
  margin: 0;
  padding: 82px 24px;
  color: var(--nult-ink);
  background: var(--nult-white);
  font-family: inherit;
  line-height: 1.65;
}

.nult-section.nult-soft {
  background: var(--nult-paper);
}

.nult-section.nult-dark {
  color: var(--nult-white);
  background:
    radial-gradient(circle at 85% 10%, rgba(180, 95, 69, 0.24), transparent 35%),
    linear-gradient(135deg, #191d1b 0%, #292e2b 100%);
}

.nult-section.nult-accent {
  color: var(--nult-white);
  background:
    linear-gradient(135deg, rgba(0,0,0,.10), rgba(0,0,0,.02)),
    var(--nult-accent);
}

.nult-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.nult-inner.nult-narrow {
  width: min(860px, 100%);
}

.nult-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 34px;
  align-items: center;
}

.nult-copy-5 { grid-column: span 5; }
.nult-copy-6 { grid-column: span 6; }
.nult-copy-7 { grid-column: span 7; }
.nult-media-5 { grid-column: span 5; }
.nult-media-6 { grid-column: span 6; }
.nult-media-7 { grid-column: span 7; }

.nult-reverse .nult-copy-5,
.nult-reverse .nult-copy-6,
.nult-reverse .nult-copy-7 {
  order: 2;
}

.nult-reverse .nult-media-5,
.nult-reverse .nult-media-6,
.nult-reverse .nult-media-7 {
  order: 1;
}

.nult-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--nult-accent);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.nult-dark .nult-eyebrow,
.nult-accent .nult-eyebrow {
  color: #f3c7ba;
}

.nult-eyebrow::before {
  width: 28px;
  height: 2px;
  content: "";
  background: currentColor;
}

.nult-section h2,
.nult-section h3,
.nult-section p {
  margin-top: 0;
}

.nult-section h2 {
  max-width: 920px;
  margin-bottom: 20px;
  font-size: clamp(34px, 4.2vw, 62px);
  font-weight: 720;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.nult-section h3 {
  margin-bottom: 12px;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.17;
}

.nult-lead {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--nult-muted);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.58;
}

.nult-dark .nult-lead,
.nult-dark p,
.nult-accent .nult-lead,
.nult-accent p {
  color: rgba(255,255,255,.82);
}

.nult-copy p:last-child {
  margin-bottom: 0;
}

.nult-kicker {
  margin-bottom: 10px;
  color: var(--nult-accent);
  font-weight: 750;
}

.nult-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--nult-radius-lg);
  box-shadow: var(--nult-shadow);
}

.nult-image.nult-no-shadow {
  box-shadow: none;
}

.nult-media-frame {
  position: relative;
}

.nult-media-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 260px;
  margin: 0;
  padding: 12px 15px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 12px;
  color: #fff;
  background: rgba(25,29,27,.72);
  backdrop-filter: blur(10px);
  font-size: 13px;
  line-height: 1.4;
}

.nult-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.nult-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.nult-btn:hover {
  transform: translateY(-2px);
}

.nult-btn-primary {
  color: #fff !important;
  background: var(--nult-accent);
  box-shadow: 0 12px 28px rgba(180,95,69,.25);
}

.nult-btn-primary:hover {
  background: var(--nult-accent-dark);
}

.nult-btn-secondary {
  color: var(--nult-ink) !important;
  border-color: var(--nult-line);
  background: rgba(255,255,255,.78);
}

.nult-dark .nult-btn-secondary,
.nult-accent .nult-btn-secondary {
  color: #fff !important;
  border-color: rgba(255,255,255,.36);
  background: rgba(255,255,255,.08);
}

.nult-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.nult-tags li {
  margin: 0;
  padding: 9px 13px;
  border: 1px solid var(--nult-line);
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
}

.nult-dark .nult-tags li {
  border-color: rgba(255,255,255,.19);
  background: rgba(255,255,255,.07);
}

.nult-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nult-cards.nult-cards-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nult-cards.nult-cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nult-card {
  height: 100%;
  padding: 26px;
  border: 1px solid var(--nult-line);
  border-radius: var(--nult-radius-md);
  background: rgba(255,255,255,.88);
}

.nult-dark .nult-card {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}

.nult-card p:last-child,
.nult-card ul:last-child {
  margin-bottom: 0;
}

.nult-card-label {
  display: block;
  margin-bottom: 9px;
  color: var(--nult-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.nult-dark .nult-card-label {
  color: #f3c7ba;
}

.nult-stat {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 760;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.nult-checks {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.nult-checks li {
  position: relative;
  margin: 0;
  padding-left: 29px;
}

.nult-checks li::before {
  position: absolute;
  top: .42em;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: #fff;
  background: var(--nult-accent);
  content: "✓";
  font-size: 11px;
  font-weight: 800;
  line-height: 17px;
  text-align: center;
}

.nult-numbered {
  display: grid;
  gap: 15px;
  margin: 24px 0 0;
  padding: 0;
  counter-reset: nult-counter;
  list-style: none;
}

.nult-numbered li {
  position: relative;
  margin: 0;
  padding: 17px 18px 17px 60px;
  border: 1px solid var(--nult-line);
  border-radius: 15px;
  background: rgba(255,255,255,.66);
  counter-increment: nult-counter;
}

.nult-numbered li::before {
  position: absolute;
  top: 14px;
  left: 15px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  color: #fff;
  background: var(--nult-accent);
  content: counter(nult-counter, decimal-leading-zero);
  font-size: 11px;
  font-weight: 800;
  line-height: 31px;
  text-align: center;
}

.nult-band {
  padding: 34px;
  border: 1px solid var(--nult-line);
  border-radius: var(--nult-radius-lg);
  background: rgba(255,255,255,.8);
}

.nult-quote {
  margin: 28px 0 0;
  padding: 22px 24px;
  border-left: 4px solid var(--nult-accent);
  border-radius: 0 16px 16px 0;
  background: rgba(180,95,69,.07);
  font-size: 18px;
  font-weight: 650;
}

.nult-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--nult-radius-lg);
  background: #111;
  box-shadow: var(--nult-shadow);
}

.nult-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.nult-table-wrap {
  overflow-x: auto;
  margin-top: 28px;
  border: 1px solid var(--nult-line);
  border-radius: 18px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.nult-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  font-size: 14px;
}

.nult-table th,
.nult-table td {
  padding: 17px 18px;
  border-right: 1px solid #ebe8e1;
  border-bottom: 1px solid #ebe8e1;
  text-align: left;
  vertical-align: top;
}

.nult-table th:last-child,
.nult-table td:last-child {
  border-right: 0;
}

.nult-table tr:last-child td {
  border-bottom: 0;
}

.nult-table thead th {
  color: #fff;
  background: var(--nult-dark);
  font-weight: 750;
}

.nult-table tbody th {
  min-width: 190px;
  color: var(--nult-ink);
  background: var(--nult-paper);
}

.nult-table .nult-highlight {
  background: rgba(180,95,69,.09);
}

.nult-note {
  margin-top: 18px;
  color: var(--nult-muted);
  font-size: 14px;
}

.nult-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin-top: 25px;
  border-top: 1px solid var(--nult-line);
}

.nult-spec-row {
  display: grid;
  grid-template-columns: minmax(135px, .8fr) minmax(0, 1.4fr);
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--nult-line);
}

.nult-spec-row dt {
  margin: 0;
  font-weight: 750;
}

.nult-spec-row dd {
  margin: 0;
  color: var(--nult-muted);
}

.nult-faq {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.nult-faq details {
  overflow: hidden;
  border: 1px solid var(--nult-line);
  border-radius: 15px;
  background: #fff;
}

.nult-faq summary {
  position: relative;
  padding: 20px 54px 20px 21px;
  cursor: pointer;
  font-weight: 730;
  list-style: none;
}

.nult-faq summary::-webkit-details-marker {
  display: none;
}

.nult-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "+";
  color: var(--nult-accent);
  font-size: 25px;
  font-weight: 400;
  transform: translateY(-50%);
}

.nult-faq details[open] summary::after {
  content: "–";
}

.nult-faq-answer {
  padding: 0 21px 21px;
  color: var(--nult-muted);
}

.nult-faq-answer p:last-child {
  margin-bottom: 0;
}

.nult-gallery-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.nult-video-card {
  overflow: hidden;
  border: 1px solid var(--nult-line);
  border-radius: 18px;
  background: #fff;
}

.nult-video-card .nult-video {
  border-radius: 0;
  box-shadow: none;
}

.nult-video-card-copy {
  padding: 21px;
}

.nult-video-card-copy h3 {
  font-size: 21px;
}

.nult-center {
  text-align: center;
}

.nult-center h2,
.nult-center .nult-lead {
  margin-right: auto;
  margin-left: auto;
}

.nult-center .nult-actions {
  justify-content: center;
}

.nult-divider {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--nult-line);
}

.nult-only-mobile {
  display: none;
}

@media (max-width: 900px) {
  .nult-section {
    padding: 62px 20px;
  }

  .nult-grid {
    gap: 28px;
  }

  .nult-copy-5,
  .nult-copy-6,
  .nult-copy-7,
  .nult-media-5,
  .nult-media-6,
  .nult-media-7 {
    grid-column: 1 / -1;
  }

  .nult-reverse .nult-copy-5,
  .nult-reverse .nult-copy-6,
  .nult-reverse .nult-copy-7 {
    order: 1;
  }

  .nult-reverse .nult-media-5,
  .nult-reverse .nult-media-6,
  .nult-reverse .nult-media-7 {
    order: 2;
  }

  .nult-cards,
  .nult-cards.nult-cards-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nult-spec-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .nult-section {
    padding: 48px 17px;
  }

  .nult-section h2 {
    font-size: clamp(31px, 10vw, 44px);
  }

  .nult-cards,
  .nult-cards.nult-cards-2,
  .nult-cards.nult-cards-3,
  .nult-gallery-2 {
    grid-template-columns: 1fr;
  }

  .nult-card,
  .nult-band {
    padding: 22px;
  }

  .nult-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nult-btn {
    width: 100%;
  }

  .nult-spec-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .nult-media-note {
    position: static;
    max-width: none;
    margin-top: 10px;
    color: var(--nult-muted);
    border-color: var(--nult-line);
    background: var(--nult-paper);
    backdrop-filter: none;
  }

  .nult-only-mobile {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nult-btn {
    transition: none;
  }
}
</style>
/* Fix showroom CTA card text contrast */
.nult-accent .nult-card {
  color: var(--nult-ink);
  background: rgba(255, 255, 255, 0.96);
}

.nult-accent .nult-card h3 {
  color: var(--nult-ink);
}

.nult-accent .nult-card p {
  color: var(--nult-muted);
}

.nult-accent .nult-card .nult-card-label {
  color: var(--nult-accent-dark);
}/* End custom CSS */