/* NDP Product Card module. Extracted from working version: Вставленный текст(47).txt */
/* Демо-фон только для этого файла. На рабочей странице можно удалить. */
        body.ndp-demo-body {
            margin: 0;
            background: #eef4f8;
            
        }

        /*
           Изолированный компонент.
           Все кастомные стили привязаны к .ndp-product-page и классам ndp-*.
           Это снижает риск конфликтов с общими .card, .title, .price, .gallery и т.п.
        */
        .ndp-product-page,
        .ndp-product-page * {
            box-sizing: border-box;
        }

        .ndp-product-page {
            padding: 22px 0 45px;
            color: #003463;
            
            font-size: 14px;
            line-height: 1.45;
        }

        .ndp-product-page a {
            color: inherit;
        }

        .ndp-product-page a:hover,
        .ndp-product-page a:focus {
            color: inherit;
            text-decoration: none;
        }

 

        .ndp-product-page .ndp-hero,
        .ndp-product-page .ndp-section {
            background: #fff;
            border: 1px solid #d3e0ea;
            border-radius: 6px;
            box-shadow: 0 6px 13px rgba(0, 55, 103, .06);
        }

        .ndp-product-page .ndp-hero {
            margin-bottom: 28px;
            overflow: hidden;
        }

        .ndp-product-page .ndp-hero-head {
            padding: 26px 26px 20px;
            border-bottom: 1px solid #d8e3ec;
            background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
        }

        .ndp-product-page .ndp-code {
            margin-bottom: 4px;
            color: #496c90;
            font-size: 13px;
        }

        .ndp-product-page .ndp-title {
            margin: 0;
            color: #001f3d;
            font-size: 34px;
            line-height: 1.12;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: -.4px;
        }

        .ndp-product-page .ndp-hero-body {
            /* padding: 26px; */
            background: #dce6ee1f;
        }

        .ndp-product-page .ndp-hero-row {
            display: flex;
            align-items: stretch;
        }

        .ndp-product-page .ndp-media-panel,
        .ndp-product-page .ndp-price-panel {
            background: #fff;
            border: 1px solid #d3e0ea;
            border-radius: 6px;
        }

        .ndp-product-page .ndp-media-panel {
            position: relative;
            min-height: 0;
            padding: 18px 38px 16px;
        }

        .ndp-product-page .ndp-badge,
        .ndp-product-page .ndp-mini-badge {
            display: inline-block;
            background: #ed1c24;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
        }

        .ndp-product-page .ndp-badge {
            position: absolute;
            z-index: 5;
            top: 16px;
            left: 16px;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 13px;
            line-height: 1;
        }

        .ndp-product-page .ndp-main-carousel .ndp-slide {
            height: 300px;
            line-height: 300px;
            text-align: center;
            background: #fff;
        }

        .ndp-product-page .ndp-main-carousel .ndp-lightbox-link {
            display: inline-block;
            max-width: 100%;
            line-height: normal;
            vertical-align: middle;
            cursor: zoom-in;
        }

        .ndp-product-page .ndp-main-carousel .ndp-slide-img {
            display: inline-block;
            max-width: 100%;
            max-height: 300px;
            width: auto;
            height: auto;
            vertical-align: middle;
        }

        .ndp-product-page .ndp-main-carousel.owl-theme .owl-nav {
            margin: 0;
        }

        .ndp-product-page .ndp-main-carousel.owl-theme .owl-nav [class*='owl-'] {
            position: absolute;
            top: 50%;
            width: 36px;
            height: 48px;
            margin: -24px 0 0;
            padding: 0 !important;
            border-radius: 4px;
            background: #5b6b7a;
            color: #fff;
            font-size: 30px;
            line-height: 44px;
            opacity: .95;
        }

        .ndp-product-page .ndp-main-carousel.owl-theme .owl-nav [class*='owl-']:hover {
            background: #ed1c24;
        }

        .ndp-product-page .ndp-main-carousel.owl-theme .owl-nav .owl-prev {
            left: -20px;
        }

        .ndp-product-page .ndp-main-carousel.owl-theme .owl-nav .owl-next {
            right: -20px;
        }

        .ndp-product-page .ndp-main-carousel.owl-theme .owl-dots {
            margin-top: 6px;
            line-height: 1;
        }

        .ndp-product-page .ndp-main-carousel.owl-theme .owl-dots .owl-dot span {
            width: 8px;
            height: 8px;
            margin: 2px 4px;
            border-radius: 999px;
            background: #cfd9df;
            transition: width .2s ease, background .2s ease, opacity .2s ease;
        }

        .ndp-product-page .ndp-main-carousel.owl-theme .owl-dots .owl-dot.active span {
            width: 18px;
            background: #8fa19c;
        }

        .ndp-product-page .ndp-main-carousel.owl-theme .owl-dots .owl-dot:hover span {
            background: #8fa19c;
        }


        .ndp-product-page .ndp-price-panel {
            border-top: 4px solid #ed1c24;
            padding: 17px;
            margin-bottom: 14px;
        }

        .ndp-product-page .ndp-price-label {
            display: block;
            margin-bottom: 3px;
            color: #55708f;
            font-size: 13px;
        }

        .ndp-product-page .ndp-price-line {
            margin-bottom: 7px;
        }

        .ndp-product-page .ndp-price-current {
            display: inline-block;
            color: #001f3d;
            font-size: 31px;
            line-height: 1.1;
            font-weight: 800;
            letter-spacing: .2px;
        }

        .ndp-product-page .ndp-price-current.ndp-price-current-action {
            color: #ed1c24;
        }

        .ndp-product-page .ndp-price-action-note {
            display: inline-block;
            margin: 0 0 6px;
            padding: 3px 7px;
            border: 1px solid #ed1c24;
            border-radius: 3px;
            background: #fff;
            color: #ed1c24;
            font-size: 11px;
            line-height: 1.1;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .2px;
        }

        .ndp-product-page .ndp-price-old {
            display: inline-block;
            margin-left: 10px;
            color: #91a2b2;
            font-size: 14px;
            text-decoration: line-through;
            vertical-align: 5px;
        }

        .ndp-product-page .ndp-price-note {
            margin: 0 0 14px;
            color: #496c90;
            font-size: 12px;
        }

        .ndp-product-page .ndp-price-disclaimer {
            position: relative;
            margin: 12px 0 0;
            padding: 10px 12px 10px 36px;
            border: 1px solid #f2c46d;
            border-left: 4px solid #ed1c24;
            border-radius: 5px;
            background: #fff8e6;
            color: #3f536a;
            font-size: 12px;
            line-height: 1.45;
        }

        .ndp-product-page .ndp-price-disclaimer:before {
            content: "!";
            position: absolute;
            top: 10px;
            left: 12px;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: #ed1c24;
            color: #fff;
            text-align: center;
            font-size: 12px;
            line-height: 16px;
            font-weight: 800;
        }

        .ndp-product-page .ndp-price-disclaimer strong {
            color: #001f3d;
            font-weight: 800;
        }

        .ndp-product-page .ndp-btn {
            display: inline-block;
            width: 100%;
            height: 36px;
            padding: 7px 12px;
            border: 1px solid transparent;
            border-radius: 4px;
            background: #fff;
            text-align: center;
            font-weight: 700;
            line-height: 20px;
            cursor: pointer;
            transition: background .2s ease, border-color .2s ease, color .2s ease;
        }

        .ndp-product-page .ndp-btn-red {
            border-color: #ed1c24;
            background: #ed1c24;
            color: #fff;
        }

        .ndp-product-page .ndp-btn-red:hover,
        .ndp-product-page .ndp-btn-red:focus {
            border-color: #d71920;
            background: #d71920;
            color: #fff;
        }

        .ndp-product-page .ndp-btn-white {
            border-color: #cbd7e2;
            background: #fff;
            color: #001f3d;
        }

        .ndp-product-page .ndp-btn-white:hover,
        .ndp-product-page .ndp-btn-white:focus {
            border-color: #ed1c24;
            color: #ed1c24;
        }
.ndp-product-page .ndp-section {
            margin-bottom: 28px;
            padding: 26px;
        }

.ndp-product-page .ndp-section-title {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 11px 16px;
    border-bottom: 1px solid #d3e0ea;
    color: #001f3d;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -.2px;
}

        .ndp-product-page .ndp-section-title:before {
            content: "";
            position: absolute;
            top: 4px;
            left: 0;
            width: 4px;
            height: 24px;
            border-radius: 3px;
            background: #ed1c24;
        }

        .ndp-product-page .ndp-config-table {
            margin-bottom: 0;
            border: 1px solid #d3e0ea;
            border-radius: 6px;
            overflow: hidden;
        }

        .ndp-product-page .ndp-config-table > thead > tr > th {
            border-bottom: 1px solid #d3e0ea;
            background: #f0f5fa;
            color: #001f3d;
            font-size: 12px;
            text-transform: uppercase;
        }

        .ndp-product-page .ndp-config-table > tbody > tr > td {
            vertical-align: middle;
            border-top: 1px solid #e5edf3;
            color: #003463;
        }

        .ndp-product-page .ndp-config-img-cell {
            width: 70px;
        }

        .ndp-product-page .ndp-config-table img {
            max-width: 62px;
            max-height: 44px;
            border: 1px solid #d3e0ea;
        }

        .ndp-product-page .ndp-config-desc {
            font-size: 14px;
            line-height: 1.35;
        }

        .ndp-product-page .ndp-config-price {
            width: 115px;
            color: #001f3d;
            text-align: right;
            font-size: 15px;
            font-weight: 800;
        }

        .ndp-product-page .ndp-config-price.ndp-config-price-action {
            color: #ed1c24;
        }

        .ndp-product-page .ndp-config-action {
            width: 150px;
            text-align: right;
        }

        .ndp-product-page .ndp-mini-badge {
            margin-right: 6px;
            padding: 3px 6px;
            border-radius: 2px;
            font-size: 11px;
            line-height: 1;
        }

        .ndp-product-page .ndp-gallery-row {
            margin-left: -8px;
            margin-right: -8px;
        }

        .ndp-product-page .ndp-gallery-col {
            padding-left: 8px;
            padding-right: 8px;
            margin-bottom: 16px;
        }

        .ndp-product-page .ndp-gallery-item {
            display: block;
            height: 190px;
            line-height: 188px;
            padding: 8px;
            border: 1px solid #d3e0ea;
            border-radius: 6px;
            background: #fff;
            text-align: center;
            overflow: hidden;
            transition: box-shadow .2s ease, transform .2s ease;
            cursor: zoom-in;
        }

        .ndp-product-page .ndp-gallery-item:hover {
            box-shadow: 0 8px 18px rgba(0, 55, 103, .12);
            transform: translateY(-2px);
        }

        .ndp-product-page .ndp-gallery-item img {
            display: inline-block;
            max-width: 100%;
            max-height: 172px;
            width: auto;
            height: auto;
            vertical-align: middle;
        }

        .ndp-product-page .ndp-gallery-carousel {
            padding: 0 34px;
        }

        .ndp-product-page .ndp-gallery-carousel .owl-stage {
            display: flex;
            align-items: stretch;
        }

        .ndp-product-page .ndp-gallery-carousel .owl-item {
            display: flex;
        }

        .ndp-product-page .ndp-gallery-slide {
            width: 100%;
        }

        .ndp-product-page .ndp-gallery-carousel .ndp-gallery-item {
            margin-bottom: 0;
        }

        .ndp-product-page .ndp-gallery-carousel.owl-theme .owl-nav {
            margin: 0;
        }

        .ndp-product-page .ndp-gallery-carousel.owl-theme .owl-nav [class*='owl-'] {
            position: absolute;
            top: 50%;
            width: 30px;
            height: 42px;
            margin: -21px 0 0;
            padding: 0 !important;
            border-radius: 4px;
            background: #5b6b7a;
            color: #fff;
            font-size: 26px;
            line-height: 38px;
            opacity: .95;
        }

        .ndp-product-page .ndp-gallery-carousel.owl-theme .owl-nav [class*='owl-']:hover {
            background: #ed1c24;
        }

        .ndp-product-page .ndp-gallery-carousel.owl-theme .owl-nav .owl-prev {
            left: -4px;
        }

        .ndp-product-page .ndp-gallery-carousel.owl-theme .owl-nav .owl-next {
            right: -4px;
        }

        .ndp-product-page .ndp-gallery-carousel.owl-theme .owl-nav .disabled {
            opacity: .25;
            cursor: default;
        }

        .ndp-product-page .ndp-description {
            color: #003463;
            font-size: 16px;
            line-height: 1.65;
        }

        .ndp-product-page .ndp-description p {
            margin-bottom: 14px;
        }

        .ndp-product-page .ndp-description ul {
            margin: 0;
            padding-left: 18px;
        }

        .ndp-product-page .ndp-description li {
            margin-bottom: 4px;
        }

        .ndp-product-page .ndp-analog-card {
            margin-bottom: 20px;
            border: 1px solid #d3e0ea;
            border-radius: 6px;
            background: #fff;
            overflow: hidden;
            transition: box-shadow .2s ease, transform .2s ease;
        }

        .ndp-product-page .ndp-analog-card:hover {
            box-shadow: 0 8px 20px rgba(0, 55, 103, .12);
            transform: translateY(-2px);
        }

        .ndp-product-page .ndp-analog-img {
            height: 150px;
            padding: 10px;
            line-height: 130px;
            background: #f5f8fb;
            text-align: center;
        }

        .ndp-product-page .ndp-analog-img img {
            display: inline-block;
            max-width: 100%;
            max-height: 130px;
            width: auto;
            height: auto;
            vertical-align: middle;
        }

        .ndp-product-page .ndp-analog-body {
            padding: 14px;
        }

        .ndp-product-page .ndp-analog-title {
            margin: 0 0 8px;
            color: #001f3d;
            font-size: 20px;
            line-height: 1.2;
            font-weight: 800;
            text-transform: uppercase;
        }

        .ndp-product-page .ndp-analog-desc {
            min-height: 60px;
            margin-bottom: 12px;
            color: #355b80;
            font-size: 13px;
        }

        .ndp-product-page .ndp-analog-specs {
            margin-bottom: 12px;
            font-size: 13px;
        }

        .ndp-product-page .ndp-analog-line {
            display: table;
            width: 100%;
            padding: 5px 0;
            border-top: 1px solid #e5edf3;
        }

        .ndp-product-page .ndp-analog-name,
        .ndp-product-page .ndp-analog-value {
            display: table-cell;
        }

        .ndp-product-page .ndp-analog-name {
            color: #496c90;
        }

        .ndp-product-page .ndp-analog-value {
            color: #001f3d;
            text-align: right;
            font-weight: 800;
        }

        .ndp-product-page .ndp-analog-price {
            padding-top: 10px;
            border-top: 1px solid #e5edf3;
            color: #001f3d;
            font-size: 20px;
            line-height: 1.2;
            font-weight: 800;
        }

        .ndp-product-page .ndp-analog-btn {
            margin-top: 12px;
        }

        .ndp-product-page .ndp-mobile-config {
            display: none;
        }

        @media (max-width: 1199px) {
            .ndp-product-page .ndp-spec-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }

            .ndp-product-page .ndp-title {
                font-size: 30px;
            }

            .ndp-product-page .ndp-main-carousel .ndp-slide {
                height: 270px;
                line-height: 270px;
            }

            .ndp-product-page .ndp-main-carousel .ndp-slide-img {
                max-height: 270px;
            }
        }

        @media (max-width: 991px) {
            .ndp-product-page .ndp-hero-row {
                display: block;
            }

            .ndp-product-page .ndp-media-panel {
                margin-bottom: 20px;
            }
        }

        @media (max-width: 767px) {
            .ndp-product-page {
                padding: 10px 0 30px;
            }

            .ndp-product-page .ndp-shell {
                padding: 12px;
                border-radius: 0;
            }

            .ndp-product-page .ndp-hero-head,
            .ndp-product-page .ndp-hero-body,
            .ndp-product-page .ndp-section {
                padding: 16px;
            }

            .ndp-product-page .ndp-title {
                font-size: 24px;
            }

            .ndp-product-page .ndp-media-panel {
                min-height: auto;
                padding: 14px 12px 16px;
            }

            .ndp-product-page .ndp-main-carousel .ndp-slide {
                height: 220px;
                line-height: 220px;
            }

            .ndp-product-page .ndp-main-carousel .ndp-slide-img {
                max-height: 220px;
            }

            .ndp-product-page .ndp-main-carousel.owl-theme .owl-nav [class*='owl-'] {
                width: 32px;
                height: 42px;
                margin-top: -21px;
                font-size: 26px;
                line-height: 38px;
            }

            .ndp-product-page .ndp-main-carousel.owl-theme .owl-nav .owl-prev {
                left: -20px;
            }

            .ndp-product-page .ndp-main-carousel.owl-theme .owl-nav .owl-next {
                right: -20px;
            }

            .ndp-product-page .ndp-price-current {
                font-size: 26px;
            }

            .ndp-product-page .ndp-section-title {
                font-size: 22px;
            }

            .ndp-product-page .ndp-desktop-config {
                display: none;
            }

            .ndp-product-page .ndp-mobile-config {
                display: block;
            }

            .ndp-product-page .ndp-config-card-mobile {
                margin-bottom: 12px;
                padding: 12px;
                border: 1px solid #d3e0ea;
                border-radius: 6px;
                background: #fff;
            }

            .ndp-product-page .ndp-config-card-mobile img {
                float: left;
                width: 70px;
                margin-right: 12px;
                border: 1px solid #d3e0ea;
            }

            .ndp-product-page .ndp-mobile-price {
                margin-top: 8px;
                color: #001f3d;
                font-weight: 800;
            }

            .ndp-product-page .ndp-mobile-price.ndp-mobile-price-action {
                color: #ed1c24;
            }

            .ndp-product-page .ndp-gallery-item {
                height: 150px;
                line-height: 132px;
            }

            .ndp-product-page .ndp-gallery-item img {
                max-height: 132px;
            }

            .ndp-product-page .ndp-hero-specs {
                padding: 12px;
            }

            .ndp-product-page .ndp-spec-grid {
                grid-template-columns: 1fr;
                gap: 7px;
            }

            .ndp-product-page .ndp-spec-card {
                min-height: 48px;
                padding-top: 8px;
                padding-bottom: 8px;
            }
        }
    

        .ndp-product-page .ndp-alert {
            margin-bottom: 22px;
            padding: 18px 20px;
            border: 1px solid #ed1c24;
            border-radius: 6px;
            background: #fff7f7;
            color: #003463;
        }

        .ndp-product-page .ndp-alert h3 {
            margin: 0 0 8px;
            color: #ed1c24;
            font-weight: 800;
        }

        .ndp-product-page .ndp-no-image {
            height: 300px;
            line-height: 300px;
            color: #91a2b2;
            text-align: center;
            font-weight: 700;
        }

        .ndp-product-page .ndp-stock-line,
        .ndp-product-page .ndp-meta-note {
            margin-top: 10px;
            color: #496c90;
            font-size: 13px;
        }

        .ndp-product-page .ndp-stock-line strong {
            color: #0b8f44;
        }

        .ndp-product-page .ndp-price-meta {
            margin-top: 14px;
            padding-top: 12px;
            border-top: 1px solid #d3e0ea;
        }

        .ndp-product-page .ndp-price-meta table {
            width: 100%;
            margin: 0;
        }

        .ndp-product-page .ndp-price-meta th,
        .ndp-product-page .ndp-price-meta td {
            padding: 5px 0;
            vertical-align: top;
            border-bottom: 1px solid #e5edf3;
        }

        .ndp-product-page .ndp-price-meta tr:last-child th,
        .ndp-product-page .ndp-price-meta tr:last-child td {
            border-bottom: 0;
        }

        .ndp-product-page .ndp-price-meta th {
            color: #496c90;
            font-weight: 400;
        }

        .ndp-product-page .ndp-price-meta td {
            color: #001f3d;
            text-align: right;
            font-weight: 800;
        }

        .ndp-product-page .ndp-hero-specs {
            margin-top: 18px;
            padding: 14px;
            border: 1px solid #d3e0ea;
            border-radius: 6px;
            background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
            box-shadow: 0 6px 16px rgba(0, 55, 103, .04);
        }

        .ndp-product-page .ndp-hero-specs-label {
            display: inline-flex;
            align-items: center;
            margin: 0 0 11px;
            color: #355b80;
            font-size: 12px;
            line-height: 1.2;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .35px;
        }

        .ndp-product-page .ndp-hero-specs-label:before {
            content: "";
            display: inline-block;
            width: 6px;
            height: 6px;
            margin-right: 8px;
            border-radius: 50%;
            background: #ed1c24;
            box-shadow: 0 0 0 4px rgba(237, 28, 36, .08);
        }

        .ndp-product-page .ndp-spec-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
            gap: 8px;
        }

        .ndp-product-page .ndp-spec-card {
            position: relative;
            min-height: 52px;
            padding: 9px 11px 9px 13px;
            border: 1px solid #dfe8f0;
            border-radius: 6px;
            background: #fff;
            box-shadow: 0 3px 10px rgba(0, 55, 103, .035);
            overflow: hidden;
        }

        .ndp-product-page .ndp-spec-card:before {
            content: "";
            position: absolute;
            top: 10px;
            bottom: 10px;
            left: 0;
            width: 3px;
            border-radius: 0 3px 3px 0;
            background: #b8c8d6;
        }

        .ndp-product-page .ndp-spec-card:hover {
            border-color: #c7d6e2;
            box-shadow: 0 5px 14px rgba(0, 55, 103, .07);
        }

        .ndp-product-page .ndp-spec-card-name {
            margin-bottom: 3px;
            color: #5e7895;
            font-size: 11px;
            line-height: 1.2;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .ndp-product-page .ndp-spec-card-value {
            color: #001f3d;
            font-size: 14px;
            line-height: 1.22;
            font-weight: 800;
            word-break: break-word;
        }

        .ndp-product-page .ndp-spec-card-value.ndp-accent {
            color: #ed1c24;
        }

        .ndp-product-page .ndp-lease-box {
            margin-top: 14px;
            padding: 12px;
            border: 1px solid #d3e0ea;
            border-radius: 6px;
            background: #f8fbfe;
            color: #003463;
        }

        .ndp-product-page .ndp-lease-box table {
            width: 100%;
            margin: 0;
        }

        .ndp-product-page .ndp-lease-box th,
        .ndp-product-page .ndp-lease-box td {
            padding: 4px 0;
            vertical-align: top;
        }

        .ndp-product-page .ndp-lease-box th {
            color: #496c90;
            font-weight: 400;
        }

        .ndp-product-page .ndp-lease-box td {
            color: #001f3d;
            text-align: right;
            font-weight: 800;
        }

        .ndp-product-page .ndp-content-card {
            margin-bottom: 14px;
            padding: 14px;
            border: 1px solid #d3e0ea;
            border-radius: 6px;
            background: #fff;
        }

        .ndp-product-page .ndp-content-card-title {
            margin: 0 0 8px;
            color: #001f3d;
            font-size: 18px;
            line-height: 1.25;
            font-weight: 800;
        }

        .ndp-product-page .ndp-content-meta {
            margin-bottom: 8px;
            color: #496c90;
            font-size: 12px;
        }

        .ndp-product-page .ndp-tag-list {
            margin: -5px;
        }

        .ndp-product-page .ndp-tag-list a {
            display: inline-block;
            margin: 5px;
            padding: 7px 10px;
            border: 1px solid #d3e0ea;
            border-radius: 4px;
            background: #f8fbfe;
            color: #003463;
            font-weight: 700;
        }


        .ndp-product-page .ndp-tabs-section {
            padding: 0;
            overflow: visible;
        }

        .ndp-product-page .ndp-tabs-nav {
            display: flex;
            flex-wrap: wrap;
            gap: 0;
            margin: 0;
            padding: 0 18px;
            list-style: none;
            border: 1px solid #d3e0ea;
            border-top: 0;
            border-left: 0;
            border-right: 0;
            border-radius: 6px 6px 0 0;
            box-shadow: 0 8px 18px rgba(0, 55, 103, .08);
            background: linear-gradient(180deg, #fbfdff 0%, #f5f9fc 100%);
        }

        .ndp-product-page .ndp-tabs-nav li {
            margin: 0;
            padding: 0;
        }

        .ndp-product-page .ndp-tabs-nav a {
            position: relative;
            display: block;
            padding: 15px 18px 13px;
            color: #496c90;
            font-size: 14px;
            line-height: 1.2;
            font-weight: 800;
            text-transform: uppercase;
            border-bottom: 3px solid transparent;
            transition: color .2s ease, border-color .2s ease, background .2s ease;
        }

        .ndp-product-page .ndp-tabs-nav a:hover,
        .ndp-product-page .ndp-tabs-nav a:focus {
            color: #001f3d;
            background: rgba(255,255,255,.65);
        }

        .ndp-product-page .ndp-tabs-nav li.active a {
            color: #001f3d;
            background: #fff;
            border-bottom-color: #ed1c24;
        }

        .ndp-product-page .ndp-tabs-content {
            background: #fff;
        }

        .ndp-product-page .ndp-tab-pane {
            display: none;
            padding: 24px 26px 26px;
        }

        .ndp-product-page .ndp-tab-pane.active {
            display: block;
        }

        .ndp-product-page .ndp-tab-empty {
            margin: 0;
            padding: 14px 16px;
            border: 1px dashed #cbd7e2;
            border-radius: 6px;
            background: #f8fbfe;
            color: #496c90;
        }



        /* Compact Bootstrap 3 tables inside long product tabs */
        .ndp-product-page .ndp-tab-pane h3 {
            margin: 20px 0 12px;
            color: #001f3d;
            font-size: 18px;
            line-height: 1.25;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .2px;
        }

        .ndp-product-page .ndp-tab-pane h3:first-child {
            margin-top: 0;
        }


        .ndp-product-page .ndp-tab-pane h1,
        .ndp-product-page .ndp-tab-pane h2 {
            margin: 18px 0 12px;
            color: #001f3d;
            font-size: 18px;
            line-height: 1.3;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .1px;
        }

        .ndp-product-page .ndp-tab-pane h1:first-child,
        .ndp-product-page .ndp-tab-pane h2:first-child {
            margin-top: 0;
        }

        .ndp-product-page .ndp-table-responsive {
            width: 100%;
            max-width: 100%;
            margin: 10px 0 18px;
            border: 1px solid #d3e0ea;
            border-radius: 6px;
            background: #fff;
            overflow-x: auto;
            overflow-y: visible;
            -webkit-overflow-scrolling: touch;
        }

        .ndp-product-page .ndp-table-responsive > .table {
            margin-bottom: 0;
        }

        .ndp-product-page .ndp-tab-pane .ndp-spec-table {
            min-width: 680px;
            color: #003463;
            font-size: 13px;
            line-height: 1.35;
        }

        .ndp-product-page .ndp-tab-pane .ndp-spec-table > thead > tr > th,
        .ndp-product-page .ndp-tab-pane .ndp-spec-table > tbody > tr > th,
        .ndp-product-page .ndp-tab-pane .ndp-spec-table > tfoot > tr > th,
        .ndp-product-page .ndp-tab-pane .ndp-spec-table > thead > tr > td,
        .ndp-product-page .ndp-tab-pane .ndp-spec-table > tbody > tr > td,
        .ndp-product-page .ndp-tab-pane .ndp-spec-table > tfoot > tr > td {
            padding: 6px 8px;
            vertical-align: middle;
            border-color: #e3ebf2;
            white-space: normal;
        }

        .ndp-product-page .ndp-tab-pane .ndp-spec-table > thead > tr > th,
        .ndp-product-page .ndp-tab-pane .ndp-spec-table > tbody > tr > th {
            background: #f0f5fa;
            color: #001f3d;
            font-weight: 700;
        }

        .ndp-product-page .ndp-tab-pane .ndp-spec-table > tbody > tr:hover > td,
        .ndp-product-page .ndp-tab-pane .ndp-spec-table > tbody > tr:hover > th {
            background: #f8fbfe;
        }

        .ndp-product-page .ndp-tab-pane .ndp-spec-table td:not(:first-child) {
            font-variant-numeric: tabular-nums;
        }

        .ndp-product-page .ndp-tab-pane .block-space {
            display: none;
        }

        .ndp-product-page .ndp-tab-pane p:empty,
        .ndp-product-page .ndp-tab-pane p > br:only-child {
            display: none;
        }

        @media (max-width: 767px) {
            .ndp-product-page .ndp-tab-pane h3 {
                font-size: 16px;
            }

            .ndp-product-page .ndp-table-responsive {
                max-height: 520px;
                max-height: 62vh;
                margin: 8px 0 16px;
                border-radius: 5px;
                overflow: auto;
                overscroll-behavior-x: contain;
                overscroll-behavior-y: auto;
                -webkit-overflow-scrolling: touch;
            }

            .ndp-product-page .ndp-table-responsive > .table {
                border-collapse: separate;
                border-spacing: 0;
            }

            .ndp-product-page .ndp-tab-pane .ndp-spec-table {
                min-width: 620px;
                font-size: 11px;
            }

            .ndp-product-page .ndp-tab-pane .ndp-spec-table > thead > tr > th {
                position: sticky;
                top: 0;
                z-index: 4;
                background: #f0f5fa;
                box-shadow: 0 1px 0 #d3e0ea, 0 2px 8px rgba(0, 55, 103, .08);
            }

            .ndp-product-page .ndp-tab-pane .ndp-spec-table > thead > tr:first-child > th {
                top: 0;
            }

            .ndp-product-page .ndp-tab-pane .ndp-spec-table > thead > tr > th,
            .ndp-product-page .ndp-tab-pane .ndp-spec-table > tbody > tr > th,
            .ndp-product-page .ndp-tab-pane .ndp-spec-table > tfoot > tr > th,
            .ndp-product-page .ndp-tab-pane .ndp-spec-table > thead > tr > td,
            .ndp-product-page .ndp-tab-pane .ndp-spec-table > tbody > tr > td,
            .ndp-product-page .ndp-tab-pane .ndp-spec-table > tfoot > tr > td {
                padding: 5px 7px;
            }
        }

        @media (max-width: 767px) {
            .ndp-product-page .ndp-tabs-nav {
                padding: 0;
                box-shadow: none;
            }

            .ndp-product-page .ndp-tabs-nav li {
                flex: 1 1 100%;
            }

            .ndp-product-page .ndp-tabs-nav a {
                padding: 13px 16px;
                border-bottom-width: 1px;
                border-left: 3px solid transparent;
            }

            .ndp-product-page .ndp-tabs-nav li.active a {
                border-bottom-color: #d3e0ea;
                border-left-color: #ed1c24;
            }

            .ndp-product-page .ndp-tab-pane {
                padding: 18px 16px;
            }
        }

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #00000099;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    -o-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
}

.ndp-product-page .ndp-tabs-nav a {
    position: relative;
    display: block;
    padding: 15px 18px 13px;
    color: #496c90;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
    outline: none;
    box-shadow: none;
}

.ndp-product-page .ndp-tabs-nav a:hover,
.ndp-product-page .ndp-tabs-nav a:focus,
.ndp-product-page .ndp-tabs-nav a:active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

/* Mobile card layout fix: make the product card use the full phone width. */
@media (max-width: 767px) {
    .container.ndp-product-container-mobile-reset {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    @supports selector(.container:has(.ndp-product-page)) {
        .container:has(.ndp-product-page) {
            width: 100% !important;
            max-width: 100% !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }

    .container.ndp-product-container-mobile-reset > .row,
    .container.ndp-product-container-mobile-reset .ndp-product-wrapper-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .ndp-product-wrapper-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .ndp-product-wrapper-col {
        float: none !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ndp-product-page {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 0 24px !important;
        overflow-x: hidden;
    }

    .ndp-product-page .ndp-shell {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        border-radius: 0 !important;
    }

    .ndp-product-page .ndp-hero,
    .ndp-product-page .ndp-section {
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .ndp-product-page .ndp-hero {
        margin: 0 0 16px !important;
    }

    .ndp-product-page .ndp-hero-head,
    .ndp-product-page .ndp-hero-body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ndp-product-page .ndp-hero-body {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        background: #fff !important;
    }

    .ndp-product-page .ndp-hero-row {
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .ndp-product-page .ndp-hero-row > [class*="col-"] {
        float: none !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ndp-product-page .ndp-media-panel {
        margin: 0 0 12px !important;
        padding: 12px 8px 14px !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important;
    }

    .ndp-product-page .ndp-badge {
        top: 10px;
        left: 10px;
    }

    .ndp-product-page .ndp-main-carousel .ndp-slide {
        height: 210px !important;
        line-height: 210px !important;
    }

    .ndp-product-page .ndp-main-carousel .ndp-slide-img {
        max-height: 210px !important;
    }

    .ndp-product-page .ndp-main-carousel.owl-theme .owl-nav .owl-prev {
        left: 4px !important;
    }

    .ndp-product-page .ndp-main-carousel.owl-theme .owl-nav .owl-next {
        right: 4px !important;
    }

    .ndp-product-page .ndp-price-panel {
        width: 100% !important;
        margin: 0 !important;
        padding: 14px !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .ndp-product-page .ndp-price-line {
        margin-bottom: 8px !important;
    }

    .ndp-product-page .ndp-price-current {
        font-size: 28px !important;
        line-height: 1.08 !important;
        word-break: break-word;
    }

    .ndp-product-page .ndp-price-old {
        display: block !important;
        margin: 4px 0 0 !important;
        vertical-align: baseline !important;
    }

    .ndp-product-page .ndp-price-note {
        margin-bottom: 12px !important;
        font-size: 13px !important;
    }

    .ndp-product-page .ndp-price-disclaimer {
        margin-top: 10px !important;
        padding: 12px 12px 12px 34px !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    .ndp-product-page .ndp-price-disclaimer:before {
        top: 13px !important;
        left: 11px !important;
    }

    .ndp-product-page .ndp-price-panel > .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .ndp-product-page .ndp-price-panel > .row > .col-xs-6,
    .ndp-product-page .ndp-price-panel > .row > .col-xs-12 {
        float: none !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 8px !important;
    }

    .ndp-product-page .ndp-price-panel > .row > .col-xs-6:last-child,
    .ndp-product-page .ndp-price-panel > .row > .col-xs-12:last-child {
        margin-bottom: 0 !important;
    }

    .ndp-product-page .ndp-btn {
        min-height: 40px !important;
        height: auto !important;
        padding: 10px 12px !important;
        line-height: 1.2 !important;
        white-space: normal !important;
    }

    .ndp-product-page .ndp-price-meta {
        margin-top: 12px !important;
        overflow-x: auto;
    }

    .ndp-product-page .ndp-price-meta th,
    .ndp-product-page .ndp-price-meta td {
        padding: 6px 0 !important;
        font-size: 12px !important;
    }

    .ndp-product-page .ndp-hero-specs,
    .ndp-product-page .ndp-section {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 14px !important;
    }

    .ndp-product-page .ndp-section-title {
        margin-bottom: 14px !important;
        padding-left: 12px !important;
        font-size: 18px !important;
        line-height: 1.25 !important;
    }

    .ndp-product-page .ndp-tabs-section {
        padding: 0 !important;
    }

    .ndp-product-page .ndp-tabs-nav a {
        padding: 12px 14px !important;
    }

    .ndp-product-page .ndp-tab-pane {
        padding: 16px 14px !important;
    }

    .ndp-product-page .ndp-table-responsive {
        max-height: 520px !important;
        max-height: 62vh !important;
        margin: 8px 0 16px !important;
        border-left: 1px solid #d3e0ea !important;
        border-right: 1px solid #d3e0ea !important;
        border-radius: 5px !important;
        overflow: auto !important;
        overscroll-behavior-x: contain;
        overscroll-behavior-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .ndp-product-page .ndp-table-responsive > .table {
        border-collapse: separate !important;
        border-spacing: 0 !important;
    }

    .ndp-product-page .ndp-tab-pane .ndp-spec-table > thead > tr > th {
        position: sticky !important;
        top: 0 !important;
        z-index: 4 !important;
        background: #f0f5fa !important;
        box-shadow: 0 1px 0 #d3e0ea, 0 2px 8px rgba(0, 55, 103, .08) !important;
    }

    .ndp-product-page .ndp-config-card-mobile {
        padding: 12px !important;
    }

    .ndp-product-page .ndp-config-card-mobile img {
        width: 64px !important;
        margin-right: 10px !important;
    }
}

@media (max-width: 380px) {
    .ndp-product-page .ndp-price-panel {
        padding: 12px !important;
    }

    .ndp-product-page .ndp-price-current {
        font-size: 25px !important;
    }

    .ndp-product-page .ndp-price-disclaimer {
        padding: 10px 10px 10px 32px !important;
        font-size: 11.5px !important;
    }

    .ndp-product-page .ndp-main-carousel .ndp-slide {
        height: 190px !important;
        line-height: 190px !important;
    }

    .ndp-product-page .ndp-main-carousel .ndp-slide-img {
        max-height: 190px !important;
    }
}

/* Mobile fullscreen mode for specification tables */
.ndp-table-mobile-actions {
    display: none;
}

.ndp-table-fullscreen-lock {
    overflow: hidden !important;
    height: 100% !important;
}

.ndp-table-fullscreen-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483000;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: rgba(0, 31, 61, .62);
}

.ndp-table-fullscreen-dialog {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #003463;
}

.ndp-table-fullscreen-head {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 58px;
    padding: 10px 12px;
    border-bottom: 1px solid #d3e0ea;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 55, 103, .08);
}

.ndp-table-fullscreen-title-wrap {
    min-width: 0;
}

.ndp-table-fullscreen-kicker {
    margin-bottom: 2px;
    color: #55708f;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .35px;
}

.ndp-table-fullscreen-title {
    color: #001f3d;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ndp-table-fullscreen-close {
    flex: 0 0 auto;
    min-width: 86px;
    height: 36px;
    padding: 7px 11px;
    border: 1px solid #ed1c24;
    border-radius: 4px;
    background: #ed1c24;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
}

.ndp-table-fullscreen-close:hover,
.ndp-table-fullscreen-close:focus {
    border-color: #d71920;
    background: #d71920;
    color: #fff;
    outline: none;
}

.ndp-table-fullscreen-hint {
    flex: 0 0 auto;
    padding: 7px 12px;
    border-bottom: 1px solid #e5edf3;
    background: #f8fbfe;
    color: #496c90;
    font-size: 12px;
    line-height: 1.3;
}

.ndp-table-fullscreen-scroll {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    background: #fff;
}

.ndp-table-fullscreen-scroll:focus {
    outline: none;
}

.ndp-table-fullscreen-scroll .ndp-table-fullscreen-table,
.ndp-table-fullscreen-scroll .table {
    width: auto !important;
    min-width: 720px !important;
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    color: #003463;
    font-size: 12px;
    line-height: 1.35;
}

.ndp-table-fullscreen-scroll .ndp-table-fullscreen-table > thead > tr > th,
.ndp-table-fullscreen-scroll .ndp-table-fullscreen-table > tbody > tr > th,
.ndp-table-fullscreen-scroll .ndp-table-fullscreen-table > tfoot > tr > th,
.ndp-table-fullscreen-scroll .ndp-table-fullscreen-table > thead > tr > td,
.ndp-table-fullscreen-scroll .ndp-table-fullscreen-table > tbody > tr > td,
.ndp-table-fullscreen-scroll .ndp-table-fullscreen-table > tfoot > tr > td {
    padding: 8px 10px !important;
    border: 1px solid #e3ebf2 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    vertical-align: middle !important;
    white-space: normal;
    background-clip: padding-box;
}

.ndp-table-fullscreen-scroll .ndp-table-fullscreen-table > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 7;
    background: #f0f5fa !important;
    color: #001f3d;
    font-weight: 800;
    box-shadow: 0 1px 0 #d3e0ea, 0 2px 8px rgba(0, 55, 103, .09);
}


@media (max-width: 767px) {
    .ndp-product-page .ndp-table-mobile-actions {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin: 8px 0 8px !important;
    }

    .ndp-product-page .ndp-table-expand-btn {
        flex: 0 0 auto;
        min-height: 34px;
        padding: 7px 10px;
        border: 1px solid #ed1c24;
        border-radius: 4px;
        background: #ed1c24;
        color: #fff;
        font-size: 12px;
        line-height: 18px;
        font-weight: 800;
        text-align: center;
        cursor: pointer;
    }

    .ndp-product-page .ndp-table-expand-btn:hover,
    .ndp-product-page .ndp-table-expand-btn:focus {
        border-color: #d71920;
        background: #d71920;
        color: #fff;
        outline: none;
    }

    .ndp-product-page .ndp-table-mobile-hint {
        flex: 1 1 auto;
        min-width: 0;
        color: #55708f;
        font-size: 11px;
        line-height: 1.25;
        text-align: right;
    }
}

@media (min-width: 768px) {
    .ndp-table-fullscreen-overlay {
        display: none !important;
    }
}

@media print {
    .ndp-table-mobile-actions,
    .ndp-table-fullscreen-overlay {
        display: none !important;
    }
}

/* Product-card H1 override requested for the model page. */
h1,
.ndp-product-page h1,
.ndp-product-page .ndp-tab-pane h1 {
    font-size: 1.7em;
    font-family: Ptsansb, Arial, sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
}


/* Mobile override for opened call-button widget inside product card pages.
   Keeps the floating call button tight to the viewport edge on phones and
   overrides wider-screen rules such as margin: 36px !important. */
@media screen and (max-width: 767px) {
    body #itlcb-wrapper.itlcb-opened .itlcb-call-btn {
        width: 60px !important;
        height: 60px !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
        margin-right: 0 !important;
    }
}

/* Mobile typography adjustments requested for product model pages. */
@media screen and (max-width: 767px) {
    h1,
    .ndp-product-page h1,
    .ndp-product-page .ndp-tab-pane h1 {
        font-size: 23px !important;
        font-family: Ptsansb, Arial, sans-serif;
        font-weight: bolder;
        text-transform: uppercase;
        margin: 7px -17px;
    }

    .redLine,
    .ndp-product-page .redLine {
        width: 50px;
        border-color: red;
        border-width: 2px 0 0;
        margin-top: 10px;
        margin-left: -16px !important;
    }
}

/* Tables inside product description */
.ndp-product-page .ndp-description table {
    width: 100%;
    max-width: 100%;
    margin: 16px 0 22px;
    border: 1px solid #d3e0ea;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    background: #fff;
    color: #003463;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 55, 103, .04);
}

.ndp-product-page .ndp-description table caption {
    margin-bottom: 8px;
    color: #496c90;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    text-align: left;
}

.ndp-product-page .ndp-description table th,
.ndp-product-page .ndp-description table td {
    padding: 9px 11px;
    vertical-align: top;
    border-right: 1px solid #e3ebf2;
    border-bottom: 1px solid #e3ebf2;
    white-space: normal;
}

.ndp-product-page .ndp-description table th:last-child,
.ndp-product-page .ndp-description table td:last-child {
    border-right: 0;
}

.ndp-product-page .ndp-description table tr:last-child th,
.ndp-product-page .ndp-description table tr:last-child td {
    border-bottom: 0;
}

.ndp-product-page .ndp-description table th {
    background: #f0f5fa;
    color: #001f3d;
    font-weight: 800;
}

.ndp-product-page .ndp-description table thead th {
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.ndp-product-page .ndp-description table tbody tr:nth-child(even) td,
.ndp-product-page .ndp-description table tbody tr:nth-child(even) th {
    background: #f8fbfe;
}

.ndp-product-page .ndp-description table tbody tr:hover td,
.ndp-product-page .ndp-description table tbody tr:hover th {
    background: #eef4f8;
}

.ndp-product-page .ndp-description table td:not(:first-child) {
    font-variant-numeric: tabular-nums;
}

.ndp-product-page .ndp-description table p {
    margin: 0;
}

.ndp-product-page .ndp-description table img {
    max-width: 100%;
    height: auto;
}

/* Mobile description tables */
@media (max-width: 767px) {
    .ndp-product-page .ndp-description {
        overflow-x: hidden;
    }

    .ndp-product-page .ndp-description table {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 12px 0 18px;
        border-radius: 5px;
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
    }

    .ndp-product-page .ndp-description table th,
    .ndp-product-page .ndp-description table td {
        min-width: 120px;
        padding: 7px 9px;
        font-size: 12px;
        line-height: 1.35;
    }

    .ndp-product-page .ndp-description table thead th {
        position: sticky;
        top: 0;
        z-index: 2;
        background: #f0f5fa;
        box-shadow: 0 1px 0 #d3e0ea;
    }
}

/* Universal tables inside product description */
.ndp-product-page .ndp-description .table-responsive,
.ndp-product-page .ndp-description .ndp-table-responsive,
.ndp-product-page .ndp-description .card-table {
    width: 100%;
    max-width: 100%;
    margin: 16px 0 22px !important;
    border: 1px solid #d3e0ea !important;
    border-radius: 6px;
    background: #fff;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 4px 12px rgba(0, 55, 103, .04);
}

.ndp-product-page .ndp-description table,
.ndp-product-page .ndp-description .table,
.ndp-product-page .ndp-description .ndp-spec-table {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 0 !important;
    background: #fff;
    color: #003463;
    font-size: 14px;
    line-height: 1.4;
}

.ndp-product-page .ndp-description table th,
.ndp-product-page .ndp-description table td,
.ndp-product-page .ndp-description .table th,
.ndp-product-page .ndp-description .table td,
.ndp-product-page .ndp-description .ndp-spec-table th,
.ndp-product-page .ndp-description .ndp-spec-table td {
    padding: 9px 11px !important;
    vertical-align: top !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 1px solid #e3ebf2 !important;
    border-bottom: 1px solid #e3ebf2 !important;
    background: transparent;
    color: #003463;
    white-space: normal !important;
}

.ndp-product-page .ndp-description table th:last-child,
.ndp-product-page .ndp-description table td:last-child,
.ndp-product-page .ndp-description .table th:last-child,
.ndp-product-page .ndp-description .table td:last-child,
.ndp-product-page .ndp-description .ndp-spec-table th:last-child,
.ndp-product-page .ndp-description .ndp-spec-table td:last-child {
    border-right: 0 !important;
}

.ndp-product-page .ndp-description table tr:last-child th,
.ndp-product-page .ndp-description table tr:last-child td,
.ndp-product-page .ndp-description .table tr:last-child th,
.ndp-product-page .ndp-description .table tr:last-child td,
.ndp-product-page .ndp-description .ndp-spec-table tr:last-child th,
.ndp-product-page .ndp-description .ndp-spec-table tr:last-child td {
    border-bottom: 0 !important;
}

.ndp-product-page .ndp-description table thead th,
.ndp-product-page .ndp-description .table thead th,
.ndp-product-page .ndp-description .ndp-spec-table thead th,
.ndp-product-page .ndp-description table tbody th,
.ndp-product-page .ndp-description .table tbody th,
.ndp-product-page .ndp-description .ndp-spec-table tbody th {
    background: #f0f5fa !important;
    color: #001f3d !important;
    font-weight: 800 !important;
}

.ndp-product-page .ndp-description table thead th,
.ndp-product-page .ndp-description .table thead th,
.ndp-product-page .ndp-description .ndp-spec-table thead th {
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.ndp-product-page .ndp-description table tbody tr:nth-child(even) td,
.ndp-product-page .ndp-description table tbody tr:nth-child(even) th,
.ndp-product-page .ndp-description .table tbody tr:nth-child(even) td,
.ndp-product-page .ndp-description .table tbody tr:nth-child(even) th,
.ndp-product-page .ndp-description .ndp-spec-table tbody tr:nth-child(even) td,
.ndp-product-page .ndp-description .ndp-spec-table tbody tr:nth-child(even) th {
    background: #f8fbfe !important;
}

.ndp-product-page .ndp-description table tbody tr:hover td,
.ndp-product-page .ndp-description table tbody tr:hover th,
.ndp-product-page .ndp-description .table tbody tr:hover td,
.ndp-product-page .ndp-description .table tbody tr:hover th,
.ndp-product-page .ndp-description .ndp-spec-table tbody tr:hover td,
.ndp-product-page .ndp-description .ndp-spec-table tbody tr:hover th {
    background: #eef4f8 !important;
}

.ndp-product-page .ndp-description table td:not(:first-child),
.ndp-product-page .ndp-description .table td:not(:first-child),
.ndp-product-page .ndp-description .ndp-spec-table td:not(:first-child) {
    font-variant-numeric: tabular-nums;
}

.ndp-product-page .ndp-description table p {
    margin: 0;
}

.ndp-product-page .ndp-description table img {
    max-width: 100%;
    height: auto;
}

/* Mobile */
@media (max-width: 767px) {
    .ndp-product-page .ndp-description .table-responsive,
    .ndp-product-page .ndp-description .ndp-table-responsive,
    .ndp-product-page .ndp-description .card-table {
        margin: 12px 0 18px !important;
        border-radius: 5px;
        overflow: auto !important;
        overscroll-behavior-x: contain;
    }

    .ndp-product-page .ndp-description table,
    .ndp-product-page .ndp-description .table,
    .ndp-product-page .ndp-description .ndp-spec-table {
        min-width: 560px;
        font-size: 12px;
    }

    .ndp-product-page .ndp-description table th,
    .ndp-product-page .ndp-description table td,
    .ndp-product-page .ndp-description .table th,
    .ndp-product-page .ndp-description .table td,
    .ndp-product-page .ndp-description .ndp-spec-table th,
    .ndp-product-page .ndp-description .ndp-spec-table td {
        padding: 7px 9px !important;
        font-size: 12px;
        line-height: 1.35;
    }

    .ndp-product-page .ndp-description table thead th,
    .ndp-product-page .ndp-description .table thead th,
    .ndp-product-page .ndp-description .ndp-spec-table thead th {
        position: sticky;
        top: 0;
        z-index: 2;
        box-shadow: 0 1px 0 #d3e0ea;
    }
}

.card-table.table-responsive.ndp-table-responsive {
    margin: 16px 0 22px !important;
    border: 1px solid #d3e0ea !important;
    border-radius: 6px;
    overflow-x: auto;
    background: #fff;
}

.card-table.table-responsive.ndp-table-responsive > table {
    width: 100% !important;
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.card-table.table-responsive.ndp-table-responsive > table th,
.card-table.table-responsive.ndp-table-responsive > table td {
    padding: 9px 11px !important;
    border: 1px solid #e3ebf2 !important;
    color: #003463 !important;
}

.card-table.table-responsive.ndp-table-responsive > table thead th {
    background: #f0f5fa !important;
    color: #001f3d !important;
    font-weight: 800 !important;
}