.elementor-8406 .elementor-element.elementor-element-5b401bbe{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8406 .elementor-element.elementor-element-186e8b2{--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-8406 .elementor-element.elementor-element-a7d3642{--display:flex;}.elementor-8406 .elementor-element.elementor-element-06785fa{--display:flex;}/* Start custom CSS *//* =========================================================
   NITURE HAMMOCK 1 PRODUCT PAGE
   Shared styling for all Hammock 1 content blocks
   ========================================================= */

.nh1-section,
.nh1-section * {
  box-sizing: border-box;
}

.nh1-section {
  --nh1-ink: #1c1b19;
  --nh1-muted: #66625d;
  --nh1-line: #ddd8d0;
  --nh1-paper: #f8f6f2;
  --nh1-warm: #eee6dc;
  --nh1-warm-light: #f6f0e9;
  --nh1-dark: #242321;
  --nh1-white: #ffffff;
  --nh1-accent: #b82025;

  width: 100%;
  margin: clamp(32px, 6vw, 84px) 0;
  color: var(--nh1-ink);
  font-family: inherit;
  scroll-margin-top: 110px;
}

.nh1-section:first-child {
  margin-top: 24px;
}

.nh1-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.nh1-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 72px);
  background: var(--nh1-paper);
  border: 1px solid var(--nh1-line);
  border-radius: 28px;
}

.nh1-panel--warm {
  background: var(--nh1-warm-light);
}

.nh1-panel--dark {
  color: var(--nh1-white);
  background: var(--nh1-dark);
  border-color: var(--nh1-dark);
}

.nh1-panel--plain {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.nh1-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--nh1-accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nh1-eyebrow::before {
  width: 24px;
  height: 1px;
  content: "";
  background: currentColor;
}

.nh1-panel--dark .nh1-eyebrow {
  color: #f0bbb9;
}

.nh1-section h2,
.nh1-section h3,
.nh1-section h4,
.nh1-section p {
  margin-top: 0;
}

.nh1-section h2 {
  max-width: 900px;
  margin-bottom: 20px;
  color: inherit;
  font-size: clamp(32px, 5vw, 62px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.nh1-section h3 {
  margin-bottom: 12px;
  color: inherit;
  font-size: clamp(21px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.nh1-section h4 {
  margin-bottom: 8px;
  color: inherit;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.3;
}

.nh1-section p {
  color: var(--nh1-muted);
  font-size: 17px;
  line-height: 1.72;
}

.nh1-panel--dark p {
  color: rgba(255, 255, 255, 0.72);
}

.nh1-lead {
  max-width: 820px;
  margin-bottom: 16px;
  font-size: clamp(18px, 2vw, 22px) !important;
  line-height: 1.62 !important;
}

.nh1-small {
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.nh1-intro {
  max-width: 780px;
}

.nh1-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.nh1-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  background: var(--nh1-ink);
  border: 1px solid var(--nh1-ink);
  border-radius: 999px;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.nh1-btn:hover {
  color: #ffffff !important;
  background: #000000;
  transform: translateY(-1px);
}

.nh1-btn--secondary {
  color: var(--nh1-ink) !important;
  background: transparent;
  border-color: var(--nh1-ink);
}

.nh1-btn--secondary:hover {
  color: #ffffff !important;
  background: var(--nh1-ink);
}

.nh1-panel--dark .nh1-btn {
  color: var(--nh1-ink) !important;
  background: #ffffff;
  border-color: #ffffff;
}

.nh1-panel--dark .nh1-btn:hover {
  color: var(--nh1-ink) !important;
  background: #f1eee8;
}

.nh1-panel--dark .nh1-btn--secondary {
  color: #ffffff !important;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
}

.nh1-panel--dark .nh1-btn--secondary:hover {
  color: var(--nh1-ink) !important;
  background: #ffffff;
}

.nh1-media {
  position: relative;
  overflow: hidden;
  background: #e8e2da;
  border-radius: 22px;
}

.nh1-media img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: cover;
}

.nh1-hero-media {
  margin-top: clamp(30px, 5vw, 58px);
}

.nh1-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
}

.nh1-grid-2--top {
  align-items: start;
}

.nh1-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nh1-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.nh1-card {
  height: 100%;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--nh1-line);
  border-radius: 18px;
}

.nh1-card p:last-child {
  margin-bottom: 0;
}

.nh1-card--soft {
  background: var(--nh1-warm-light);
}

.nh1-card--dark {
  color: #ffffff;
  background: var(--nh1-dark);
  border-color: var(--nh1-dark);
}

.nh1-card--dark p {
  color: rgba(255, 255, 255, 0.72);
}

.nh1-number {
  display: block;
  margin-bottom: 22px;
  color: var(--nh1-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.nh1-checklist {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.nh1-checklist li {
  position: relative;
  padding-left: 25px;
  color: var(--nh1-muted);
  font-size: 15px;
  line-height: 1.55;
}

.nh1-checklist li::before {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--nh1-accent);
  border-radius: 50%;
}

.nh1-panel--dark .nh1-checklist li,
.nh1-card--dark .nh1-checklist li {
  color: rgba(255, 255, 255, 0.78);
}

.nh1-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--nh1-line);
  border-radius: 18px;
}

.nh1-fact {
  min-height: 112px;
  padding: 22px;
  background: #ffffff;
  border-right: 1px solid var(--nh1-line);
}

.nh1-fact:last-child {
  border-right: 0;
}

.nh1-fact strong,
.nh1-fact span {
  display: block;
}

.nh1-fact strong {
  margin-bottom: 6px;
  color: var(--nh1-ink);
  font-size: 17px;
  line-height: 1.3;
}

.nh1-fact span {
  color: var(--nh1-muted);
  font-size: 13px;
  line-height: 1.5;
}

.nh1-note {
  padding: 20px 22px;
  margin-top: 25px;
  background: #ffffff;
  border: 1px solid var(--nh1-line);
  border-left: 4px solid var(--nh1-accent);
  border-radius: 12px;
}

.nh1-note p {
  margin: 0;
  font-size: 15px;
}

.nh1-visual-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.nh1-table-wrap {
  width: 100%;
  margin-top: 28px;
  overflow-x: auto;
  border: 1px solid var(--nh1-line);
  border-radius: 18px;
  -webkit-overflow-scrolling: touch;
}

.nh1-table {
  width: 100%;
  min-width: 760px;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse;
  background: #ffffff;
}

.nh1-table th,
.nh1-table td {
  padding: 17px 18px;
  color: var(--nh1-muted);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border: 0 !important;
  border-bottom: 1px solid var(--nh1-line) !important;
}

.nh1-table th {
  color: var(--nh1-ink);
  font-weight: 700;
  background: var(--nh1-warm-light);
}

.nh1-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.nh1-table td:first-child {
  color: var(--nh1-ink);
  font-weight: 650;
}

.nh1-spec-table {
  min-width: 680px;
}

.nh1-spec-table td:first-child {
  width: 34%;
}

.nh1-divider {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  background: var(--nh1-line);
}

.nh1-faq {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.nh1-faq details {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--nh1-line);
  border-radius: 14px;
}

.nh1-faq summary {
  position: relative;
  padding: 20px 54px 20px 20px;
  color: var(--nh1-ink);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.nh1-faq summary::-webkit-details-marker {
  display: none;
}

.nh1-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "+";
  color: var(--nh1-accent);
  font-size: 24px;
  font-weight: 400;
  transform: translateY(-50%);
}

.nh1-faq details[open] summary::after {
  content: "–";
}

.nh1-faq-answer {
  padding: 0 20px 20px;
}

.nh1-faq-answer p {
  margin: 0;
  font-size: 15px;
}

.nh1-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 40px;
  align-items: center;
}

.nh1-summary-list {
  display: grid;
  gap: 0;
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.nh1-summary-row {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.nh1-summary-row strong {
  color: #ffffff;
  font-size: 14px;
}

.nh1-summary-row span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .nh1-grid-2,
  .nh1-final-grid {
    grid-template-columns: 1fr;
  }

  .nh1-grid-3,
  .nh1-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nh1-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nh1-fact:nth-child(2) {
    border-right: 0;
  }

  .nh1-fact:nth-child(-n + 2) {
    border-bottom: 1px solid var(--nh1-line);
  }

  .nh1-grid-2 .nh1-media {
    order: -1;
  }
}

@media (max-width: 620px) {
  .nh1-section {
    margin: 34px 0;
  }

  .nh1-inner {
    width: min(100% - 22px, 1180px);
  }

  .nh1-panel {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .nh1-section h2 {
    font-size: clamp(30px, 10vw, 43px);
  }

  .nh1-section h3 {
    font-size: 22px;
  }

  .nh1-section p {
    font-size: 16px;
  }

  .nh1-grid-3,
  .nh1-grid-4,
  .nh1-visual-pair,
  .nh1-facts {
    grid-template-columns: 1fr;
  }

  .nh1-fact {
    border-right: 0;
    border-bottom: 1px solid var(--nh1-line);
  }

  .nh1-fact:last-child {
    border-bottom: 0;
  }

  .nh1-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nh1-btn {
    width: 100%;
  }

  .nh1-card {
    padding: 21px 18px;
  }

  .nh1-summary-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
/* =========================================================
   HAMMOCK 1 VIDEO GUIDE
   Vertical layout: video above description
   ========================================================= */

.nh1-video-shell {
  width: 100%;
  margin-top: clamp(26px, 4vw, 42px);
}

.nh1-video-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #111111;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(28, 27, 25, 0.12);
  aspect-ratio: 16 / 9;
}

.nh1-video-frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.nh1-video-caption {
  margin: 12px 4px 0 !important;
  color: var(--nh1-muted);
  font-size: 13px !important;
  line-height: 1.5 !important;
  text-align: center;
}

.nh1-video-description {
  max-width: 980px;
  margin: clamp(34px, 5vw, 58px) auto 0;
}

.nh1-video-description > h3,
.nh1-video-description > p {
  max-width: 780px;
}

.nh1-video-description .nh1-grid-2 {
  margin-top: 26px;
}

@media (max-width: 620px) {
  .nh1-video-frame {
    border-radius: 16px;
  }

  .nh1-video-caption {
    margin-top: 9px !important;
  }

  .nh1-video-description {
    margin-top: 30px;
  }
}/* End custom CSS */