.elementor-8311 .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-8311 .elementor-element.elementor-element-3e14e0a{--display:flex;}.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-8311 .elementor-element.elementor-element-74bc8c6{--display:flex;}.elementor-8311 .elementor-element.elementor-element-bbd1d6a{--display:flex;}.elementor-widget-pp-video-gallery{--filters-pointer-bg-color-hover:var( --e-global-color-accent );--filters-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-pp-video-gallery .swiper-pagination-fraction{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-pp-video-gallery .pp-gallery-load-more{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-8311 .elementor-element.elementor-element-d2a9ef9{--grid-column-gap:20px;--grid-row-gap:20px;--pp-play-icon-size:50px;}.elementor-8311 .elementor-element.elementor-element-d2a9ef9 .pp-video-container{aspect-ratio:1.77777;}.elementor-8311 .elementor-element.elementor-element-d2a9ef9 .pp-video-overlay{mix-blend-mode:normal;}/* Start custom CSS *//* =========================================================
   NITURE SINC LITE PRODUCT PAGE
   Prefix: nsl-
   ========================================================= */

.nsl-section {
    --nsl-black: #111111;
    --nsl-dark: #24211e;
    --nsl-cream: #f5f2ed;
    --nsl-sand: #eee7dd;
    --nsl-tan: #f2c39f;
    --nsl-white: #ffffff;
    --nsl-muted: #756b60;
    --nsl-light-muted: #9a8b78;
    --nsl-line: rgba(17, 17, 17, 0.12);
    --nsl-radius: 24px;
    --nsl-radius-small: 16px;
    --nsl-shadow: 0 22px 60px rgba(38, 31, 24, 0.09);

    width: 100%;
    padding: 92px 24px;
    color: var(--nsl-black);
    font-family: inherit;
    overflow: hidden;
}

.nsl-section,
.nsl-section * {
    box-sizing: border-box;
}

.nsl-bg-cream {
    background: var(--nsl-cream);
}

.nsl-bg-white {
    background: var(--nsl-white);
}

.nsl-bg-sand {
    background: var(--nsl-sand);
}

.nsl-bg-tan {
    background: var(--nsl-tan);
}

.nsl-bg-dark {
    background: var(--nsl-dark);
    color: var(--nsl-white);
}

.nsl-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.nsl-inner-narrow {
    max-width: 900px;
}

.nsl-grid {
    display: grid;
    align-items: center;
    gap: 64px;
}

.nsl-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nsl-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nsl-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nsl-grid-top {
    align-items: start;
}

.nsl-reverse .nsl-content {
    order: 2;
}

.nsl-reverse .nsl-media {
    order: 1;
}

.nsl-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    color: var(--nsl-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.nsl-kicker::before {
    width: 28px;
    height: 2px;
    background: currentColor;
    content: "";
}

.nsl-bg-dark .nsl-kicker {
    color: rgba(255, 255, 255, 0.66);
}

.nsl-section h2,
.nsl-section h3,
.nsl-section h4,
.nsl-section p {
    margin-top: 0;
}

.nsl-section h2 {
    margin-bottom: 24px;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 650;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.nsl-section h3 {
    margin-bottom: 15px;
    font-size: clamp(23px, 2.8vw, 34px);
    font-weight: 650;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.nsl-section h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 650;
    line-height: 1.3;
}

.nsl-section p {
    margin-bottom: 20px;
    color: var(--nsl-muted);
    font-size: 17px;
    line-height: 1.75;
}

.nsl-section p:last-child {
    margin-bottom: 0;
}

.nsl-bg-dark p {
    color: rgba(255, 255, 255, 0.74);
}

.nsl-lead {
    max-width: 760px;
    font-size: clamp(18px, 2vw, 21px) !important;
    line-height: 1.7 !important;
}

.nsl-intro {
    max-width: 760px;
    margin-bottom: 48px;
}

.nsl-centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.nsl-accent {
    color: #d2232a;
}

.nsl-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
}

.nsl-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 23px;
    border: 1px solid var(--nsl-black);
    border-radius: 999px;
    background: var(--nsl-black);
    color: var(--nsl-white) !important;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: none !important;
    transition:
        transform 0.22s ease,
        background 0.22s ease,
        color 0.22s ease;
}

.nsl-button:hover {
    transform: translateY(-2px);
    background: transparent;
    color: var(--nsl-black) !important;
}

.nsl-button-secondary {
    background: transparent;
    color: var(--nsl-black) !important;
}

.nsl-button-secondary:hover {
    background: var(--nsl-black);
    color: var(--nsl-white) !important;
}

.nsl-bg-dark .nsl-button {
    border-color: var(--nsl-white);
    background: var(--nsl-white);
    color: var(--nsl-black) !important;
}

.nsl-bg-dark .nsl-button:hover {
    background: transparent;
    color: var(--nsl-white) !important;
}

.nsl-bg-dark .nsl-button-secondary {
    background: transparent;
    color: var(--nsl-white) !important;
}

.nsl-bg-dark .nsl-button-secondary:hover {
    background: var(--nsl-white);
    color: var(--nsl-black) !important;
}

.nsl-media {
    min-width: 0;
}

.nsl-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--nsl-radius);
    object-fit: cover;
    box-shadow: var(--nsl-shadow);
}

.nsl-media-square img {
    aspect-ratio: 1 / 1;
}

.nsl-media-portrait img {
    aspect-ratio: 4 / 5;
}

.nsl-media-caption {
    margin-top: 12px !important;
    color: var(--nsl-light-muted) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.nsl-card {
    height: 100%;
    padding: 30px;
    border: 1px solid var(--nsl-line);
    border-radius: var(--nsl-radius-small);
    background: rgba(255, 255, 255, 0.64);
}

.nsl-bg-white .nsl-card {
    background: var(--nsl-cream);
}

.nsl-bg-dark .nsl-card {
    border-color: rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.055);
}

.nsl-card-number {
    display: block;
    margin-bottom: 24px;
    color: var(--nsl-light-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.nsl-bg-dark .nsl-card-number {
    color: rgba(255, 255, 255, 0.5);
}

.nsl-card p {
    font-size: 15.5px;
    line-height: 1.7;
}

.nsl-check-list,
.nsl-simple-list {
    display: grid;
    gap: 12px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.nsl-check-list li,
.nsl-simple-list li {
    position: relative;
    padding-left: 28px;
    color: var(--nsl-muted);
    font-size: 15.5px;
    line-height: 1.6;
}

.nsl-check-list li::before {
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--nsl-black);
    font-weight: 800;
    content: "✓";
}

.nsl-simple-list li::before {
    position: absolute;
    top: 8px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--nsl-black);
    content: "";
}

.nsl-bg-dark .nsl-check-list li,
.nsl-bg-dark .nsl-simple-list li {
    color: rgba(255, 255, 255, 0.73);
}

.nsl-bg-dark .nsl-check-list li::before,
.nsl-bg-dark .nsl-simple-list li::before {
    color: var(--nsl-white);
    background-color: var(--nsl-white);
}

.nsl-tag {
    display: inline-flex;
    align-items: center;
    margin-bottom: 17px;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--nsl-black);
    color: var(--nsl-white);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nsl-tag-light {
    background: rgba(255, 255, 255, 0.14);
}

.nsl-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 46px;
    overflow: hidden;
    border: 1px solid var(--nsl-line);
    border-radius: var(--nsl-radius-small);
    background: var(--nsl-line);
}

.nsl-stat {
    padding: 24px 20px;
    background: var(--nsl-white);
}

.nsl-bg-cream .nsl-stat {
    background: rgba(255, 255, 255, 0.66);
}

.nsl-stat strong,
.nsl-stat span {
    display: block;
}

.nsl-stat strong {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 1.35;
}

.nsl-stat span {
    color: var(--nsl-muted);
    font-size: 13px;
    line-height: 1.45;
}

.nsl-feature-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.nsl-feature-box {
    padding: 23px;
    border-top: 1px solid var(--nsl-line);
}

.nsl-feature-box strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}

.nsl-feature-box span {
    color: var(--nsl-muted);
    font-size: 14px;
    line-height: 1.6;
}

.nsl-image-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.nsl-image-card {
    overflow: hidden;
    border: 1px solid var(--nsl-line);
    border-radius: var(--nsl-radius);
    background: var(--nsl-white);
}

.nsl-image-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.nsl-image-card-body {
    padding: 27px;
}

.nsl-image-card-body p {
    margin-bottom: 0;
    font-size: 15px;
}

.nsl-visual-break {
    margin-top: 64px;
}

.nsl-visual-break img {
    display: block;
    width: 100%;
    border-radius: var(--nsl-radius);
    box-shadow: var(--nsl-shadow);
}

.nsl-callout {
    margin-top: 30px;
    padding: 24px 26px;
    border-left: 3px solid var(--nsl-black);
    background: rgba(255, 255, 255, 0.54);
}

.nsl-bg-dark .nsl-callout {
    border-left-color: var(--nsl-white);
    background: rgba(255, 255, 255, 0.07);
}

.nsl-callout strong {
    display: block;
    margin-bottom: 7px;
    font-size: 17px;
}

.nsl-callout p {
    margin: 0;
    font-size: 15px;
}

.nsl-comparison-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.nsl-comparison-card {
    position: relative;
    padding: 30px;
    border: 1px solid var(--nsl-line);
    border-radius: var(--nsl-radius-small);
    background: var(--nsl-white);
}

.nsl-comparison-card.is-featured {
    border: 2px solid var(--nsl-black);
    background: var(--nsl-tan);
}

.nsl-comparison-card h3 {
    font-size: 25px;
}

.nsl-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--nsl-line);
    border-radius: var(--nsl-radius);
    background: var(--nsl-white);
    box-shadow: var(--nsl-shadow);
    -webkit-overflow-scrolling: touch;
}

.nsl-table {
    width: 100%;
    min-width: 840px;
    border-collapse: collapse;
}

.nsl-table th,
.nsl-table td {
    padding: 19px 21px;
    border-bottom: 1px solid var(--nsl-line);
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.55;
}

.nsl-table th {
    background: var(--nsl-black);
    color: var(--nsl-white);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.nsl-table tr:last-child td {
    border-bottom: 0;
}

.nsl-table tbody tr:nth-child(even) td {
    background: rgba(245, 242, 237, 0.72);
}

.nsl-table .nsl-highlight td {
    background: rgba(242, 195, 159, 0.5);
}

.nsl-table td:first-child {
    width: 25%;
    font-weight: 650;
}

.nsl-spec-table td:first-child {
    width: 34%;
}

.nsl-faq {
    display: grid;
    gap: 14px;
}

.nsl-faq details {
    overflow: hidden;
    border: 1px solid var(--nsl-line);
    border-radius: 14px;
    background: var(--nsl-white);
}

.nsl-faq summary {
    position: relative;
    padding: 22px 58px 22px 23px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.45;
    list-style: none;
}

.nsl-faq summary::-webkit-details-marker {
    display: none;
}

.nsl-faq summary::after {
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    font-size: 23px;
    font-weight: 400;
    content: "+";
}

.nsl-faq details[open] summary::after {
    content: "−";
}

.nsl-faq-answer {
    padding: 0 23px 23px;
}

.nsl-faq-answer p {
    margin: 0;
    font-size: 15px;
}

.nsl-showroom-card {
    padding: 40px;
    border-radius: var(--nsl-radius);
    background: var(--nsl-white);
    color: var(--nsl-black);
}

.nsl-showroom-card p {
    color: var(--nsl-muted);
}

.nsl-address {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid var(--nsl-line);
    font-style: normal;
    color: var(--nsl-muted);
    font-size: 15px;
    line-height: 1.7;
}

.nsl-summary-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 44px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.nsl-summary-item {
    padding: 25px 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.nsl-summary-item:last-child {
    border-right: 0;
}

.nsl-summary-item strong,
.nsl-summary-item span {
    display: block;
}

.nsl-summary-item strong {
    margin-bottom: 7px;
    color: var(--nsl-white);
    font-size: 15px;
}

.nsl-summary-item span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.45;
}

/* Tablet */
@media (max-width: 1024px) {
    .nsl-section {
        padding: 76px 22px;
    }

    .nsl-grid {
        gap: 42px;
    }

    .nsl-grid-3,
    .nsl-grid-4,
    .nsl-stats,
    .nsl-summary-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nsl-comparison-grid {
        grid-template-columns: 1fr;
    }

    .nsl-summary-item:nth-child(2) {
        border-right: 0;
    }

    .nsl-summary-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .nsl-section {
        padding: 62px 18px;
    }

    .nsl-section h2 {
        font-size: 38px;
    }

    .nsl-section h3 {
        font-size: 25px;
    }

    .nsl-section p,
    .nsl-lead {
        font-size: 16px !important;
    }

    .nsl-grid,
    .nsl-grid-2,
    .nsl-grid-3,
    .nsl-grid-4,
    .nsl-feature-pair,
    .nsl-image-cards,
    .nsl-stats,
    .nsl-summary-strip {
        grid-template-columns: 1fr;
    }

    .nsl-grid {
        gap: 34px;
    }

    .nsl-reverse .nsl-content,
    .nsl-reverse .nsl-media {
        order: initial;
    }

    .nsl-card,
    .nsl-comparison-card,
    .nsl-showroom-card {
        padding: 25px;
    }

    .nsl-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .nsl-button {
        width: 100%;
    }

    .nsl-stat {
        padding: 20px;
    }

    .nsl-summary-item,
    .nsl-summary-item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .nsl-summary-item:last-child {
        border-bottom: 0;
    }

    .nsl-visual-break {
        margin-top: 42px;
    }
}
.nsl-spec-dimension {
    max-width: 960px;
    margin: 0 auto 48px;
}

.nsl-spec-dimension img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--nsl-line);
    border-radius: var(--nsl-radius);
    background: var(--nsl-cream);
    box-shadow: var(--nsl-shadow);
}

.nsl-spec-dimension .nsl-media-caption {
    max-width: 760px;
    margin: 14px auto 0 !important;
    text-align: center;
}

@media (max-width: 767px) {
    .nsl-spec-dimension {
        margin-bottom: 34px;
    }

    .nsl-spec-dimension img {
        border-radius: 16px;
    }
}/* End custom CSS */