.palaplast-matrix {
    margin-top: 0px;
    margin-bottom: 20px
}

.palaplast-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000000
}

.palaplast-table-wrap {
    overflow: hidden;
    background: #F9F9F9 !important;
}

.palaplast-table {
    width: 100%;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 12px;
    line-height: 1.25;
    color: #1f2937
}

.palaplast-table th,
.palaplast-table td {
    border-bottom: 1px solid #edf1f5;
    vertical-align: middle;
    white-space: nowrap;

}

.palaplast-table th {
    padding: 6px 7px;
    text-align: center;

}

.palaplast-table td {
    padding: 0 7px;
    text-align: center;
    font-size: 14px;
}

.palaplast-table .col-sku {
    width: 1%;
    text-align: center;
    padding-left: 14px;
}

.palaplast-table .col-attr {
    text-align: center
}

.palaplast-table th {
    font-size: 16px;
    font-weight: 400;
    color: #fcfcfc;
    background: #b61111;
    line-height: 1.15;
    letter-spacing: .028em;
    padding-top: 14px;
    padding-bottom: 14px;
    text-transform: none!important;
}

.palaplast-table th .spec-title {
    display: block
}

.palaplast-table th .spec-unit {
    display: block;
    font-size: 13px;
    color: #e6c4c4;
    
    font-weight: 300;
    line-height: 1.05;
    margin-top: 2px
}

.palaplast-table tbody tr {
    transition: background-color .4s ease
}

.palaplast-table tbody tr td {
    background: #ffffff;
    
}

.palaplast-table tbody tr:hover td {
    background: #f8f8f8;
}

.palaplast-table tr:last-child td {
    border-bottom: none
}

.palaplast-table .vt-custom-row td {
    white-space: normal;
    text-align: center;
    padding: 0 8px
}

.palaplast-table .vt-custom-row__content {
    font-size: 14px;
    line-height: 2
}


.palaplast-table .palaplast-code-cell {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    max-width: 100%;
    height: 40px
}

.palaplast-table .palaplast-code-value {
    font-variant-numeric: tabular-nums
}

.palaplast-table .palaplast-code-marker {
    margin-left: 2px;
    color: #d63638;
    font-weight: 700
}

.palaplast-table .palaplast-copy-code {
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 24px;
    margin-left: 1px;
    padding: 0;
    border: 0;
    border-radius: 0px;
    background: transparent;
    color: inherit;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.08s ease, opacity .14s ease
}

.palaplast-table .palaplast-copy-code:hover,
.palaplast-table .palaplast-copy-code:focus,
.palaplast-table .palaplast-copy-code:active {
    background: transparent;
    color: inherit;
    opacity: 1
}

.palaplast-table .palaplast-copy-code:active {
    transform: scale(.92)
}

.palaplast-table .palaplast-copy-code:focus {
    outline: none;
    box-shadow: none
}

.palaplast-table .palaplast-copy-code:focus-visible {
    outline: 1px solid #bfdbfe;
    outline-offset: 1px
}

.palaplast-table .palaplast-copy-code.is-copied {
    color: inherit
}

.palaplast-table .palaplast-copy-code.is-copied::after {
    content: "Copied";
    position: absolute;
    left: calc(100% + 8px); /* right side of button */
    top: 50%;
    transform: translateY(-50%);
    padding: 6px 8px;
    border-radius: 0px;
    background: #1118271c;
    color: #1a1a1a;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: .01em;
    pointer-events: none
}

.palaplast-table .palaplast-copy-code__icon {
    display: inline-flex;
    width: 12px;
    height: 12px
}

.palaplast-table .palaplast-copy-code__icon svg {
    display: block;
    width: 100%;
    height: 100%
}

.palaplast-table .palaplast-copy-code__text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.palaplast-technical-sheet,
.palaplast-pricelist {
    margin: 6px 0 0;
}



/* PRODUCT BUTTONS START */

/* PRICELIST BUTTON - PRIMARY */
.palaplast-pricelist-button.button {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 7px;
   
    min-height: 42px;
    padding: 11px 16px;
    border-radius: 8px;
    border: 1px solid #c91517;
    background: #d71920;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: none!important;
    letter-spacing: .25px;
    transition: all .22s ease;
}

.palaplast-pricelist-button.button:hover {
    background: #db353b;
    border-color: #bf1117;
    color: #ffffff;
}

.palaplast-pricelist-button.button::before {
    content: "\f1c1"; /* PDF */
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
}


/* TECHNICAL SHEET BUTTON - SECONDARY */
.palaplast-technical-sheet-button.button {
    display: inline-flex;
    align-items: center;
    justify-content: left;
     gap: 7px;
   
    min-height: 42px;
    padding: 11px 16px;
    border-radius: 8px;
    border: 1px solid #d7dee8;
    background: #ffffff;
    color: #1f2937;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: none!important;
    letter-spacing: .25px;
    transition: all .22s ease;
}

.palaplast-technical-sheet-button.button:hover {
    background: #f8fafc;
    border-color: #afb4bb;
    color: #111827;
}

.palaplast-technical-sheet-button.button::before {
    content: "\f15c"; /* File */
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    opacity: .85;
}

/* PRODUCT BUTTONS END */


.palaplast-pdf-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.palaplast-pdf-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px 8px 18px;

    margin-bottom: 0px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease
}

.palaplast-pdf-list-item:hover {
   
    border-color: #d1d5db;
    box-shadow: 0 6px 12px rgba(15, 23, 42, .08);
    transform: translateY(-1px)
}

.palaplast-pdf-list-item__title {
    font-size: 12px;
    line-height: 1.45;
    font-weight: 400;
    color: #40464e
}

.palaplast-pdf-list-item__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 6px;
    background: #111827;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease;
    
}

.palaplast-pdf-list-item__action:hover,
.palaplast-pdf-list-item__action:focus {
    background: #374151;
    color: #fff
}

.palaplast-pdf-list-item__action:focus-visible {
    outline: 2px solid #111827;
    outline-offset: 2px
}

.palaplast-certificates-list .palaplast-pdf-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
}

.palaplast-certificates-list .palaplast-certificate-card {
    display: flex;
    min-width: 0;
    aspect-ratio: 4 / 3;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .04);
}

.palaplast-certificates-list .palaplast-certificate-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 18px;
    padding: 24px 20px 20px;
}

.palaplast-certificate-card__header {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 16px;
}

.palaplast-certificate-card__brand {
    display: flex;
    width: 58px;
    height: 44px;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
}

.palaplast-certificate-card__logo {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 44px;
    object-fit: contain;
}

.palaplast-certificates-list .palaplast-pdf-list-item__title {
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.palaplast-certificate-card__accent {
    display: block;
    width: 22px;
    height: 2px;
    background: #ed1c24;
}

.palaplast-certificates-list .palaplast-certificate-content {
    display: -webkit-box;
    overflow: hidden;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.palaplast-certificate-card__footer {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 18px;
    border-top: 1px solid #e5e7eb;
    color: #374151;
    font-size: 11px;
}

.palaplast-certificate-card__valid {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.palaplast-certificates-list .palaplast-certificate-card .palaplast-pdf-list-item__action {
    gap: 5px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #ed1c24;
    font-size: 11px;
    font-weight: 500;
}

.palaplast-certificates-list .palaplast-certificate-card .palaplast-pdf-list-item__action:hover,
.palaplast-certificates-list .palaplast-certificate-card .palaplast-pdf-list-item__action:focus {
    background: transparent;
    color: #b61118;
}

@media (max-width: 1024px) {
    .palaplast-certificates-list .palaplast-pdf-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width:768px) {
    .palaplast-table {
        font-size: 10.5px
    }

    .palaplast-table th {
        padding: 6px 5px
    }

    .palaplast-table td {
        padding: 0 5px
    }

    .palaplast-table .vt-custom-row td {
        padding: 0 5px
    }

    .palaplast-table .palaplast-copy-code {
        width: 13px;
        height: 13px
    }

    .palaplast-table .palaplast-copy-code__icon {
        width: 13px;
        height: 13px
    }

    .palaplast-pdf-list-item {
        flex-direction: column;
        align-items: flex-start
    }

    .palaplast-pdf-list-item__action {
        width: 100%;
        justify-content: center
    }

    .palaplast-certificates-list .palaplast-pdf-list {
        grid-template-columns: 1fr
    }
}

.palaplast-table .palaplast-attribute-color-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.palaplast-table .palaplast-attribute-color-dot {
    display: inline-block;
    flex: 0 0 auto;
    opacity: .90;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35)
}

.palaplast-technical-sheets-list .palaplast-technical-sheet-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
    justify-content: start;
    gap: 2px;
    
}

.palaplast-technical-sheets-list .palaplast-technical-sheet-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    aspect-ratio: 21 / 8;
    min-height: 0;
    padding: 14px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 0px 12px rgba(15, 23, 42, .08);
}

.palaplast-technical-sheets-list .palaplast-technical-sheet-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: radial-gradient(circle at 84% 20%, rgba(224, 240, 248, 0.62) 0 1px, transparent 1.6px) 0 0 / 10px 10px;
    opacity: .52;
}

.palaplast-technical-sheet-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 0;
    height: 100%;
}

.palaplast-technical-sheet-card__brand {
    display: flex;
    align-items: center;
    height: 30px;

}

.palaplast-technical-sheet-card__brand-logo {
    display: block;
    width: auto;
    max-width: 110px;
    max-height: 18px;
    object-fit: contain;
}

.palaplast-technical-sheet-card__brand-name {
    color: #ed1c24;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.palaplast-technical-sheets-list .palaplast-technical-sheet-card .palaplast-pdf-list-item__title {
    color: #0f172a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.15;
}



.palaplast-technical-sheets-list .palaplast-technical-sheet-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(2, 6, 23, .38);
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none;
}

.palaplast-technical-sheets-list .palaplast-technical-sheet-card:hover::after,
.palaplast-technical-sheets-list .palaplast-technical-sheet-card:focus-within::after {
    opacity: 1;
}

.palaplast-technical-sheets-list .palaplast-technical-sheet-card .palaplast-pdf-list-item__action {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    background: #ed1c24;
    color: #ffffff;
    font-weight: 500;
    opacity: 0;
    transform: translate(-50%, 10px);
    transition: opacity .2s ease, transform .2s ease, background-color .2s ease;
    pointer-events: none;
}

.palaplast-technical-sheets-list .palaplast-technical-sheet-card:hover .palaplast-pdf-list-item__action,
.palaplast-technical-sheets-list .palaplast-technical-sheet-card:focus-within .palaplast-pdf-list-item__action {
    opacity: 1;
    transform: translate(-50%, -50%);
    pointer-events: auto;
}

.palaplast-technical-sheets-list .palaplast-technical-sheet-card .palaplast-pdf-list-item__action:hover,
.palaplast-technical-sheets-list .palaplast-technical-sheet-card .palaplast-pdf-list-item__action:focus {
    background: #c1171f;
}

@media (max-width: 560px) {
    .palaplast-technical-sheets-list .palaplast-technical-sheet-cards {
        grid-template-columns: 1fr;
    }
    .palaplast-technical-sheets-list .palaplast-technical-sheet-card {
        grid-template-columns: 1fr;
        aspect-ratio: auto;
        min-height: 170px;
        padding: 18px;
    }
    .palaplast-technical-sheet-card__brand {
        margin-bottom: 2px;
    }
}

/* JOB CARDS START */
.palaplast-jobs-cards {
    display: grid;
    gap: 16px;
    margin: 24px 0;
}

.palaplast-job-card {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 84px;
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid #e7e9ed;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(17, 24, 39, 0.025);
}

.palaplast-job-card__icon {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: #fdecee;
    color: #e31b23;
}

.palaplast-job-card__icon svg {
    width: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.palaplast-job-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.palaplast-job-card__title {
    margin: 0 0 9px;
    font-size: 16px;
    line-height: 1.25;
}

.palaplast-job-card__title a {
    color: #111827;
    text-decoration: none;
}


.palaplast-job-card__details,
.palaplast-job-single-details {
    display: grid;
    gap: 8px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.palaplast-job-card__details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin: 0;
}

.palaplast-job-card__details__item,
.palaplast-job-single-details__item {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: baseline;
    color: #374151;
    font-size: 14px;
    line-height: 1.4;
}

.palaplast-job-card__details__item {
    gap: 7px;
    color: #525866;
    font-size: 11px;
}

.palaplast-job-card__details__icon {
    display: inline-flex;
}

.palaplast-job-card__details__icon svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.palaplast-job-card__details__label,
.palaplast-job-single-details__label {
    color: #111827;
    font-weight: 700;
}

.palaplast-job-card__details__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.palaplast-job-card__details__label::after,
.palaplast-job-single-details__label::after {
    content: ':';
}

.palaplast-job-card__details__label::after {
    content: none;
}

.palaplast-job-card__details__value,
.palaplast-job-single-details__value {
    color: #4b5563;
}

.palaplast-job-single-details {
    margin: 0 0 24px;
    padding: 18px;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    background: #ffffff;
}

.palaplast-job-card__excerpt {
    margin-top: 12px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
}

.palaplast-job-card__actions {
    display: flex;
    flex: 0 0 auto;
    align-self: stretch;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.palaplast-job-card__badge {
    padding: 4px 10px;
    border-radius: 999px;
    background: #fdecef;
    color: #df2630;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.palaplast-job-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 4px;
    background: #d71920;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.palaplast-job-card__link:hover,
.palaplast-job-card__link:focus {
    background: #bf1117;
    color: #ffffff;
}

@media (max-width: 680px) {
    .palaplast-job-card {
        align-items: flex-start;
        gap: 16px;
        padding: 20px;
    }

    .palaplast-job-card__icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .palaplast-job-card__actions {
        align-self: auto;
    }
}

@media (max-width: 520px) {
    .palaplast-job-card {
        flex-wrap: wrap;
    }

    .palaplast-job-card__content {
        flex-basis: calc(100% - 64px);
    }

    .palaplast-job-card__actions {
        width: 100%;
        flex-direction: row;
        align-items: center;
        margin-left: 64px;
    }
}
/* JOB CARDS END */
