/*new product design*/
			 /* ---- Printable PPF: Big Single Image + Table ---- */
.section-printable .heading-product{ padding-bottom: 10px; }

/* Big Hero Image */
.printable-hero-img{
    margin: 35px auto 10px;
    max-width: 650px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #d60000;
}
.printable-hero-img img{
    width: 100%;
    height: auto;
    display: block;
}

/* Table */
.printable-table-wrap{
    margin-top: 35px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.printable-spec-table{
    width: 100%;
    min-width: 550px;
    border-collapse: collapse;
    background: #000;
    color: #fff;
}
.printable-spec-table thead th{
    background: #d60000;
    color: #fff;
    text-align: center;
    padding: 10px !important;
    font-size: 14px !important;
    border: 1px solid #444;
    font-family: "Barlow Condensed", sans-serif !important;
    text-transform: uppercase;
    line-height: 1.3;
}
.printable-spec-table thead th small{
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    text-transform: none;
}
.printable-spec-table thead th.cat-col{
    text-align: left;
    background: #000;
    border-color: #d60000;
}
.printable-spec-table tbody td{
    border: 1px solid #444;
    font-size: 13px;
    padding: 7px 12px;
    text-align: center;
    font-family: "Barlow Condensed", sans-serif !important;
}
.printable-spec-table tbody td.cat-col{
    text-align: left;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}
.printable-spec-table tbody td small{
    font-size: 10px;
    display: block;
    color: #999;
}
.printable-spec-table tbody tr{ background: #000; }
.printable-spec-table tbody tr:nth-child(even){ background: #0d0d0d; }
.printable-spec-table tbody tr:hover{ background: #1a1a1a; }

@media (max-width: 480px){
    .printable-spec-table{ min-width: 650px; }
    .printable-hero-img{ border-radius: 6px; }
}


/* ---- Nano Ceramic Tint Table (wider, red rows) ---- */
.tint-spec-table{
    min-width: 1000px;
}
.tint-spec-table thead th{
    font-size: 13px !important;
}
.tint-spec-table thead th small{
    font-size: 9px;
}
.tint-spec-table tbody td.cat-col{
    white-space: normal;
    min-width: 220px;
}

.table-disclaimer{
    color: #888;
    font-size: 11px;
    margin-top: 10px;
    font-family: "Barlow Condensed", sans-serif !important;
    font-style: italic;
}

/* ---- 3 Column Info Section ---- */
.tint-info-cols{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.tint-info-col{
    flex: 1 1 0;
    min-width: 260px;
}
.tint-info-col h4{
    color: #d60000;
    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}
.tint-info-col p{
    color: #fff;
    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px){
    .tint-info-cols{
        flex-direction: column;
        gap: 25px;
    }
}

.NCT-window-section {
    margin-top: 0px !important;
}
			/*new product design*/