.elementor-11831 .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;}.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 );}.elementor-11831 .elementor-element.elementor-element-48421fa{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   NITURE SINC 2 HYBRID PRODUCT PAGE
   Prefix: ns2-
   Warm Hammock 2-inspired colour system
   ========================================================= */

.ns2-page,
.ns2-page * {
  box-sizing: border-box;
}

.ns2-page {
  --ns2-ink: #171716;
  --ns2-dark: #1d1c1a;
  --ns2-dark-soft: #2a2825;
  --ns2-copy: #56524d;
  --ns2-muted: #77716a;
  --ns2-warm: #f3f0eb;
  --ns2-warm-2: #e8e3dc;
  --ns2-card: #ffffff;
  --ns2-white: #ffffff;
  --ns2-red: #cf202f;
  --ns2-line: rgba(23, 23, 22, 0.13);
  --ns2-light-line: rgba(255, 255, 255, 0.17);
  --ns2-shadow: 0 26px 70px rgba(28, 25, 21, 0.11);

  width: 100%;
  overflow: hidden;
  color: var(--ns2-ink);
  background: var(--ns2-white);
  font-family: inherit;
}

.ns2-page img {
  max-width: 100%;
}

.ns2-section {
  position: relative;
  width: 100%;
  padding: 100px 24px;
  scroll-margin-top: 100px;
}

.ns2-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ns2-bg-white {
  background: var(--ns2-white);
}

.ns2-bg-warm {
  background: var(--ns2-warm);
}

.ns2-bg-warm-2 {
  background: var(--ns2-warm-2);
}

.ns2-bg-dark {
  color: var(--ns2-white);
  background: var(--ns2-dark);
}

.ns2-bg-dark h2,
.ns2-bg-dark h3,
.ns2-bg-dark strong {
  color: var(--ns2-white);
}

.ns2-bg-dark p,
.ns2-bg-dark li {
  color: #dfdbd4;
}

.ns2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
  color: var(--ns2-red);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ns2-eyebrow::before {
  content: "";
  width: 33px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
}

.ns2-page h1,
.ns2-page h2,
.ns2-page h3,
.ns2-page h4,
.ns2-page p {
  margin-top: 0;
}

.ns2-page h1 {
  margin-bottom: 22px;
  color: var(--ns2-ink);
  font-size: clamp(48px, 6.5vw, 84px);
  font-weight: 750;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.ns2-page h2 {
  margin-bottom: 21px;
  color: var(--ns2-ink);
  font-size: clamp(35px, 4.7vw, 59px);
  font-weight: 750;
  line-height: 1.03;
  letter-spacing: -0.043em;
}

.ns2-page h3 {
  margin-bottom: 12px;
  color: var(--ns2-ink);
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 730;
  line-height: 1.17;
  letter-spacing: -0.025em;
}

.ns2-page h4 {
  margin-bottom: 8px;
  color: var(--ns2-ink);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.3;
}

.ns2-page p {
  margin-bottom: 18px;
  color: var(--ns2-copy);
  font-size: 17px;
  line-height: 1.72;
}

.ns2-page p:last-child {
  margin-bottom: 0;
}

.ns2-lead {
  max-width: 780px;
  font-size: clamp(18px, 1.8vw, 22px) !important;
  line-height: 1.62 !important;
}

.ns2-red {
  color: var(--ns2-red);
}

.ns2-center {
  text-align: center;
}

.ns2-center .ns2-eyebrow {
  justify-content: center;
}

.ns2-center .ns2-lead {
  margin-right: auto;
  margin-left: auto;
}

.ns2-heading {
  max-width: 820px;
  margin-bottom: 45px;
}

.ns2-heading-center {
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}

.ns2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ns2-btn {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
  border: 1px solid var(--ns2-ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.ns2-btn:hover {
  transform: translateY(-2px);
}

.ns2-btn-dark {
  color: var(--ns2-white) !important;
  background: var(--ns2-ink);
}

.ns2-btn-dark:hover {
  color: var(--ns2-white) !important;
  border-color: var(--ns2-red);
  background: var(--ns2-red);
}

.ns2-btn-light {
  color: var(--ns2-ink) !important;
  background: transparent;
}

.ns2-btn-light:hover {
  color: var(--ns2-white) !important;
  background: var(--ns2-ink);
}

.ns2-bg-dark .ns2-btn-light {
  color: var(--ns2-white) !important;
  border-color: rgba(255, 255, 255, 0.72);
}

.ns2-bg-dark .ns2-btn-light:hover {
  color: var(--ns2-ink) !important;
  background: var(--ns2-white);
}

.ns2-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}

.ns2-tag {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  padding: 8px 13px;
  border: 1px solid var(--ns2-line);
  border-radius: 999px;
  color: var(--ns2-ink);
  background: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

.ns2-card {
  position: relative;
  padding: 29px;
  border: 1px solid var(--ns2-line);
  border-radius: 24px;
  background: var(--ns2-card);
}

.ns2-card-num {
  display: block;
  margin-bottom: 18px;
  color: var(--ns2-red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.ns2-list {
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.ns2-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  color: var(--ns2-copy);
  font-size: 15px;
  line-height: 1.55;
}

.ns2-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ns2-red);
}

.ns2-list li:last-child {
  margin-bottom: 0;
}

.ns2-image {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #d8d3cc;
  box-shadow: var(--ns2-shadow);
}

.ns2-image-square {
  aspect-ratio: 1 / 1;
}

.ns2-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.ns2-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: 70px;
  align-items: center;
}

.ns2-split-reverse .ns2-copy {
  order: 2;
}

.ns2-split-reverse .ns2-image {
  order: 1;
}

.ns2-note {
  margin-top: 25px;
  padding: 18px 20px;
  border-left: 3px solid var(--ns2-red);
  background: rgba(255, 255, 255, 0.7);
}

.ns2-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ns2-ink);
  font-size: 14px;
}

.ns2-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.ns2-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.ns2-stat {
  padding: 22px 20px;
  border: 1px solid var(--ns2-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.ns2-stat strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ns2-ink);
  font-size: 18px;
  line-height: 1.25;
}

.ns2-stat span {
  color: var(--ns2-muted);
  font-size: 13px;
  line-height: 1.45;
}

.ns2-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ns2-feature-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ns2-feature-card {
  padding: 28px;
  border: 1px solid var(--ns2-line);
  border-radius: 23px;
  background: var(--ns2-white);
}

.ns2-feature-card p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.62;
}

.ns2-dark-card {
  border-color: var(--ns2-light-line);
  background: var(--ns2-dark-soft);
}

.ns2-dark-card h3,
.ns2-dark-card h4 {
  color: var(--ns2-white);
}

.ns2-dark-card p,
.ns2-dark-card li {
  color: #d9d4cd;
}

.ns2-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 26px;
  background: #111111;
  box-shadow: var(--ns2-shadow);
}

.ns2-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ns2-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--ns2-line);
  border-radius: 23px;
  background: var(--ns2-white);
}

.ns2-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.ns2-table th,
.ns2-table td {
  padding: 17px 19px;
  border-bottom: 1px solid var(--ns2-line);
  color: var(--ns2-copy);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.ns2-table th {
  color: var(--ns2-ink);
  background: var(--ns2-warm);
  font-weight: 780;
}

.ns2-table tr:last-child td {
  border-bottom: 0;
}

.ns2-table .ns2-highlight-row td {
  color: var(--ns2-ink);
  background: rgba(207, 32, 47, 0.055);
  font-weight: 650;
}

.ns2-details {
  border-top: 1px solid var(--ns2-line);
}

.ns2-details details {
  border-bottom: 1px solid var(--ns2-line);
}

.ns2-details summary {
  position: relative;
  padding: 23px 46px 23px 0;
  color: var(--ns2-ink);
  font-size: 18px;
  font-weight: 730;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.ns2-details summary::-webkit-details-marker {
  display: none;
}

.ns2-details summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 0;
  color: var(--ns2-red);
  font-size: 29px;
  font-weight: 400;
}

.ns2-details details[open] summary::after {
  content: "−";
}

.ns2-details .ns2-answer {
  max-width: 900px;
  padding: 0 45px 23px 0;
}

.ns2-details .ns2-answer p {
  font-size: 15px;
  line-height: 1.65;
}

.ns2-mini-label {
  display: inline-block;
  margin-bottom: 11px;
  color: var(--ns2-red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .ns2-section {
    padding: 82px 22px;
  }

  .ns2-split {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
    gap: 44px;
  }

  .ns2-feature-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ns2-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ns2-section {
    padding: 66px 18px;
  }

  .ns2-page h1 {
    font-size: clamp(44px, 14vw, 63px);
  }

  .ns2-split,
  .ns2-feature-grid,
  .ns2-feature-grid-3 {
    grid-template-columns: 1fr;
  }

  .ns2-split {
    gap: 35px;
  }

  .ns2-split-reverse .ns2-copy,
  .ns2-split-reverse .ns2-image {
    order: initial;
  }

  .ns2-image {
    border-radius: 22px;
  }

  .ns2-stat-grid {
    grid-template-columns: 1fr;
  }

  .ns2-actions {
    flex-direction: column;
  }

  .ns2-btn {
    width: 100%;
  }

  .ns2-card,
  .ns2-feature-card {
    padding: 24px 21px;
  }

  .ns2-heading,
  .ns2-heading-center {
    margin-bottom: 34px;
  }
}
/* =========================================================
   DARK SECTION READABILITY FIX
   Blocks 6, 10 and 19
   Paste at the END of the SINC 2 CSS
   ========================================================= */

.ns2-page .ns2-bg-dark {
  color: #ffffff;
  background: #211f1c;
}

/* Main headings */

.ns2-page .ns2-bg-dark h1,
.ns2-page .ns2-bg-dark h2,
.ns2-page .ns2-bg-dark h3,
.ns2-page .ns2-bg-dark h4 {
  color: #ffffff;
}

/* Paragraphs and supporting text */

.ns2-page .ns2-bg-dark p,
.ns2-page .ns2-bg-dark li {
  color: #e8e3dc;
}

.ns2-page .ns2-bg-dark .ns2-lead {
  color: #f7f3ed;
}

/* Brighter accent on dark backgrounds */

.ns2-page .ns2-bg-dark .ns2-eyebrow,
.ns2-page .ns2-bg-dark .ns2-mini-label,
.ns2-page .ns2-bg-dark .ns2-card-num {
  color: #ff6673;
}

/* Dark feature cards */

.ns2-page .ns2-bg-dark .ns2-dark-card {
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: #302d29;
}

.ns2-page .ns2-bg-dark .ns2-dark-card h3,
.ns2-page .ns2-bg-dark .ns2-dark-card h4 {
  color: #ffffff;
}

.ns2-page .ns2-bg-dark .ns2-dark-card p,
.ns2-page .ns2-bg-dark .ns2-dark-card li {
  color: #e4ded6;
}

/* Improve card separation */

.ns2-page .ns2-bg-dark .ns2-feature-card {
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16);
}

/* Tags used inside dark sections */

.ns2-page .ns2-bg-dark .ns2-tag {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

/* Notes used inside dark sections */

.ns2-page .ns2-bg-dark .ns2-note {
  border-left-color: #ff6673;
  background: rgba(255, 255, 255, 0.08);
}

.ns2-page .ns2-bg-dark .ns2-note strong {
  color: #ffffff;
}

.ns2-page .ns2-bg-dark .ns2-note p {
  color: #e4ded6;
}

/* Light-outline buttons inside dark sections */

.ns2-page .ns2-bg-dark .ns2-btn-light {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.ns2-page .ns2-bg-dark .ns2-btn-light:hover {
  color: #211f1c !important;
  border-color: #ffffff;
  background: #ffffff;
}/* End custom CSS */