﻿.page-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

    .page-container .page-content-area {
        row-gap: 0;
    }

.product-buttons-and-description-area {
    background: #F9FAFB;
}

.product-buttons-and-description {
    padding: 60px 0;
    max-width: 1586px;
    margin: auto;
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}

.product-buttons ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
    list-style: none;
}

    .product-buttons ul li a {
        display: flex;
        align-items: center;
        column-gap: 10px;
        padding: 16px 24px;
        font-family: Inter;
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        color: #667085;
        text-decoration: none;
    }

.product-description {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #667085;
}

    .product-description * {
        margin: 0;
    }


.product-features-area {
    width: 1586px;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    row-gap: 96px;
    margin-top: 96px;
}

.product-features-titles {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    align-items: center;
    justify-content: center;
}

.product-features-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.product-features-subtitle {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #221F20;
    text-align: center;
}

.product-features-content-area .accordion {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.product-feature-content .accordion-item {
    border: 1px solid #EAECF0;
    border-radius: 0;
}

    .product-feature-content .accordion-item .accordion-header {
        background: none;
        outline: none;
        box-shadow: none;
    }

        .product-feature-content .accordion-item .accordion-header .accordion-button {
            background: none;
            outline: none;
            box-shadow: none;
            border: none;
            padding: 0;
        }

    .product-feature-content .accordion-item .accordion-collapse .accordion-body {
        padding: 0;
        padding-top: 24px;
        font-family: Inter;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #667085;
    }

        .product-feature-content .accordion-item .accordion-collapse .accordion-body * {
            margin: 0;
        }

.product-feature-content .accordion-item {
    border: 1px solid #EAECF0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    padding: 32px;
}

    .product-feature-content .accordion-item .accordion-header .accordion-button {
        font-family: Inter;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #101828;
    }

table {
    border: 1px solid #EAECF0 !important;
    width: 100% !important;
}

table tr td {
    padding: 26px 24px;
}

    table tr:nth-child(even) {
        background:#F9FAFB;
    }

    table tr:nth-child(odd) {
        background: #ffffff;
    }

.product-feature-content .accordion-item .accordion-collapse .accordion-body img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
}

.color-chart-area {
    width: 1586px;
    margin: auto;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    row-gap: 64px;
    margin-top: 92px;
}

.color-chart-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin: auto;
    position: relative;
    row-gap: 8px;
    padding-top: 14px;
}

.color-chart-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.color-chart-subtitle {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #221F20;
    text-align: center;
}

.color-chart-titles::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 49px;
    height: 6px;
    background: #D1000F;
}

.color-chart-list {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    column-gap: 30px;
}

.color-chart-item-image, .color-chart-item-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.color-chart-item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    text-decoration: none;
}

.color-chart-item-text {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.color-chart-item-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #000;
}

.color-chart-item-subtitle {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #6D7175;
}
.color-chart-item-subtitle {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #6D7175;
}

.color-chart-button a {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 312px;
    max-width: 100%;
    padding: 20px 0;
    background: #d1000f;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}



.related-catalogs-area {
    width: 1586px;
    margin: auto;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    row-gap: 64px;
    margin-top: 130px;
}

.related-catalogs-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin: auto;
    position: relative;
    row-gap: 8px;
    padding-top: 14px;
}

.related-catalogs-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.related-catalogs-subtitle {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #221F20;
    text-align: center;
}

.related-catalogs-titles::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 49px;
    height: 6px;
    background: #D1000F;
}

.related-catalogs-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 32px;
}


.related-catalogs-button a {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 312px;
    max-width: 100%;
    padding: 20px 0;
    background: #d1000f;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.related-catalog-item-link
{
    text-decoration: none;
}

.related-catalog-item-image, .related-catalog-item-image img {
    aspect-ratio: 2/1.6;
    object-fit: contain;
}

.related-catalog-item {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.related-catalog-item-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    text-align: center;
}


/**/


.application-examples-area {
    width: 1586px;
    margin: auto;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    row-gap: 64px;
    margin-top: 130px;
    padding: 0 50px;
}

.application-examples-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin: auto;
    position: relative;
    row-gap: 8px;
    padding-top: 14px;
}

.application-examples-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.application-examples-subtitle {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #221F20;
    text-align: center;
}

.application-examples-titles::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 49px;
    height: 6px;
    background: #D1000F;
}

.application-example-item {
    position: relative;
}

    .application-example-item .application-example-item-title {
        position: absolute;
        top: 20px;
        left: 20px;
        padding: 16px 24px;
        font-family: Open Sans;
        font-weight: 700;
        font-size: 17px;
        line-height: 25px;
        text-align: center;
        color: #FFFFFF;
        background: #00000030;
    }

    .application-example-item, .application-example-item img {
        aspect-ratio: 2/1.10;
        object-fit: cover;
    }

.application-example-carousel .owl-nav {
    position: absolute;
    top: 0;
    width: 30%;
    right: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    user-select: none;
    pointer-events: none;
}

    .application-example-carousel .owl-nav .owl-prev {
        display: none!important;
    }

    .application-example-carousel .owl-nav .owl-next {
        width: 72px;
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000000 !important;
        border-radius: 50px!important;
        position: relative;
        pointer-events: auto;
    }

        .application-example-carousel .owl-nav .owl-next::after {
            content: "\f054";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            font-size: 18px;
        }

    .application-example-carousel .owl-nav .owl-next span {
        display: none;
    }

    @media only screen and (max-width: 1600px)
    {
        .product-buttons-and-description {
            padding: 60px 20px;
        }

        .color-chart-area {
            padding: 0 20px;
        }

        .product-features-area {
            padding: 0 20px;
        }

        .application-examples-area {
            padding: 0 20px;
        }
    }

    @media only screen and (max-width: 1399px)
    {
        .product-features-title {
            font-size: 30px;
            line-height: 40px;
        }

        .product-features-subtitle {
            font-size: 18px;
            line-height: 26px;
        }

        .product-feature-content .accordion-item .accordion-header .accordion-button {
            font-size: 18px;
            line-height: 26px;
        }

        .product-feature-content .accordion-item .accordion-collapse .accordion-body {
            font-size: 15px;
            line-height: 23px;
        }

        table tr td {
            padding: 20px 20px;
        }

        .color-chart-title {
            font-size: 30px;
            line-height: 40px;
        }

        .color-chart-subtitle {
            font-size: 18px;
            line-height: 26px;
        }

        .related-catalogs-title {
            font-size: 30px;
            line-height: 40px;
        }

        .related-catalogs-subtitle {
            font-size: 18px;
            line-height: 26px;
        }

        .application-examples-title {
            font-size: 30px;
            line-height: 40px;
        }

        .application-examples-subtitle {
            font-size: 18px;
            line-height: 26px;
        }

        .related-catalogs-button a {
            font-size: 14px;
            line-height: 22px;
            width: 250px;
            padding: 20px 0;
        }

        .color-chart-button a {
            font-size: 14px;
            line-height: 22px;
            width: 250px;
            padding: 20px 0;
        }
    }

    @media only screen and (max-width: 991px)
    {
        .product-buttons ul {
            justify-content: start;
            column-gap: 12px;
            list-style: none;
            flex-wrap: nowrap;
            white-space: nowrap;
            overflow: hidden;
            overflow-x: auto;
        }

            .product-buttons ul::-webkit-scrollbar
            {
                display: none;
            }

            .product-buttons ul li a {
                padding: 12px 16px;
            }

        .color-chart-list {
            display: grid;
            grid-template-columns: repeat(3,1fr);
            column-gap: 30px;
            row-gap: 20px;
        }

        .related-catalogs-list {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            column-gap: 32px;
            row-gap: 32px;
        }
    }

    @media only screen and (max-width: 575px)
    {
        .color-chart-list {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            column-gap: 30px;
            row-gap: 20px;
        }

        .related-catalogs-list {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            column-gap: 16px;
            row-gap: 16px;
        }
    }

    @media only screen and (max-width: 375px)
    {
        .color-chart-list {
            display: grid;
            grid-template-columns: repeat(1,1fr);
            column-gap: 30px;
            row-gap: 20px;
        }

        .related-catalogs-list {
            display: grid;
            grid-template-columns: repeat(1,1fr);
            column-gap: 16px;
            row-gap: 16px;
        }
    }