.warranty-extension-section {
    color: #1b2a4a;
    background-color: #fff;
}

.warranty-extension-section {
    h2 {
        text-align: left;
    }
}

.warranty-extension-section .section-title {
        font-size: 32px;
}
.categories-info {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 24px;

    @media (max-width: 768px) {
        font-size: 16px;
        line-height: 19px;
    }
}

.categories-title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 24px;

    @media (max-width: 768px) {
        font-size: 16px;
        line-height: 19px;
    }

}

.category-cards {
    display: flex;
    gap: 20px;

    @media (max-width:540px) {
        flex-direction: column;
        gap: 10px;
    }
}

.category-cards .card {
    display: flex;
    flex: 1;
    background: #FAFAFA;
    border-radius: 16px;
    padding: 16px;
    align-items: center;
    gap: 16px;

    @media (max-width:768px) {
        flex-direction: column;

        img {
            width: 50px;
            height: 50px;
        }
    }
}

.category-cards span {
    display: block;
    font-weight: 500;
    color: #284460;
    text-transform: lowercase;
    font-size: 20px;
    line-height: 23px;

    @media (max-width: 768px) {
        font-size: 18px;
        line-height: 21px;
    }
}

.warranty-extension-price .warranty-table {
    border: 1px solid #999999;
    border-collapse: collapse;
}

.warranty-extension-price .warranty-header {
    background-color: #F9BC1A;
    color: #284460;
}

.warranty-extension-price .warranty-header h2 {
    padding: 24px 22px;
    font-size: 25px;
    line-height: 29px;
    font-weight: 500;
    border-bottom: 1px solid #999999;
    margin: 0;

    @media (max-width:768px) {
        padding: 16px;
        font-size: 22px;
        line-height: 25px;
    }
}

.warranty-extension-price .warranty-header h3 {
    padding: 16px 22px;
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;

    @media (max-width:768px) {
        padding: 16px;
        font-size: 16px;
        line-height: 19px;
    }
}

.warranty-extension-price table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    margin: 0;

    @media (max-width:768px) {
        font-size: 16px;
        line-height: 19px;
    }
}

.warranty-extension-price thead th {
    background-color: #B9D2EA;
    padding: 10px;
    border: 1px solid #999999;
    font-weight: 400;
    border-left: 0;
    border-bottom: 0;

    &:last-of-type {
        border-right: 0;
    }
}

.warranty-extension-price tbody td {
    padding: 10px;
    border: 1px solid #999999;
    border-left: 0;
    border-bottom: 0;

    &:last-of-type {
        border-right: 0;
    }
}

.warranty-extension-price table tr th:first-of-type,
.warranty-extension-price table tr td:first-of-type {
    background-color: #B9D2EA !important;
    text-align: left;
    border-color: #999999;
    border-left: 0;
}

.warranty-extension-price tbody tr:last-of-type td {
    background-color: #E3FAFC;
    border-bottom: 0;
}

.warranty-extension-price tbody tr td {
    background-color: #B9D2EA;
    font-weight: 400;
    text-align: left;
}

.warranty-extension-product-carousel {
    .slick-slider {
        .slick-arrow {
            top: 100%;
            left: unset !important;
            border-radius: 8px;
            background: #284460 !important;
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 0;

            &::before {
                content: "";
                display: inline-block;
                width: 8px;
                height: 14px;
                background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66732 11.9999L1.33398 6.66659L6.66732 1.33325' stroke='white' stroke-width='2.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-size: contain;
            }

            @media (max-width: 768px) {
                width: 40px;
                height: 40px;
            }

            &.slick-next {
                right: 20px;
                left: unset;

                &::before {
                    scale: -1;
                }
            }

            &.slick-prev {
                right: 88px;
                left: unset;

                &::before {
                    transform: scale(-1);
                }
            }
        }
    }

    .product-items.slick-slider>.slick-list {
        padding: 15px 0 40px;
    }

    .product-items.slick-slider>.slick-list:before {
        content: "";
        position: absolute;
        width: calc(100% - 132px);
        height: 3px;
        background: #284460;
        display: inline-block;
        bottom: 0;
    }

}
@media (max-width:767px) {

.warranty-extension-section .section-title {
        font-size: 24px;
}
}
@media (max-width:590px) {
    .warrenty-extension-table {
        overflow-x: scroll;
    }
}

.warranty-extension-product-carousel {
    margin-bottom: 30px;

    .product-item-name>a,
    .product.name a>a {
        font-size: 18px;
        line-height: 23px;
        height: 46px;
        color: #000;
        text-align: center;
        display: inline-block;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;

        @media (max-width:768px) {
            font-size: 16px;
            line-height: 19px;
            height: 57px;
        }
    }

    .product-item .price-box {
        margin: 0;
    }

    .product-image-wrapper {
        padding-bottom: 97.76%;
    }

    .product-item-details {
        text-align: center;
    }

    .product-item .price-box .price {
        font-size: 18px;
        line-height: 21px;
        color: #284460;
        font-weight: 600;

        @media (max-width:768px) {
            font-size: 16px;
            line-height: 19px;
        }
    }

    .price-box .price-excluding-tax {
        font-size: 18px;
        line-height: 21px;

        @media (max-width:768px) {
            font-size: 16px;
            line-height: 19px;
        }
    }

    .price-including-tax,
    .price-excluding-tax {
        font-size: 18px;
        line-height: 21px;

        @media (max-width:768px) {
            font-size: 16px !important;
            line-height: 19px;
        }
    }

    .price-box .price-excluding-tax .price,
    .price-box .price-including-tax+.price-excluding-tax:before,
    .weee[data-label]:before {
        font-size: 20px !important;
        line-height: 23px;
        font-weight: 500;
        color: #284460;

        @media (max-width:768px) {
            font-size: 16px !important;
            line-height: 19px;
        }
    }

    .price-box .price-including-tax+.price-excluding-tax:before {
        color: #333E48 !important;
    }

    .product-item-actions {
        .actions-primary {
            margin-top: 16px;

            .tocart {
                font-size: 14px;
                line-height: 17px;
                color: #AEAEAE;
                background-color: #fff;
                padding: 12px 32px;
                border-radius: 8px;
                border: 1px solid #AEAEAE;

                @media (max-width:768px) {
                    padding: 12px 20px;
                    font-size: 14px;
                    line-height: 17px;
                }
            }
        }

        .actions-secondary {
            display: none;
        }
    }
}

button.action.tocart.primary:hover {
    background: #284460;
    color: #fff;
}

.warranty-extension-year .section-content {
    display: flex;
    flex-direction: column;
    gap: 16px;

    @media (max-width:768px) {
        gap: 10px;
    }
}

.warranty-extension-year .section-content p {
    font-size: 18px;
    line-height: 21px;
    color: #284460;
    font-weight: 400;
    margin-bottom: 0;

    @media (max-width:768px) {
        font-size: 16px;
        line-height: 19px;
    }
}

.cleaning-service-section,
.general-termssection {

    ul {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-left: 20px;

        @media (max-width: 768px) {
            gap: 8px;
        }

        li {
            list-style-position: inside;
            font-size: 18px;
            line-height: 21px;
            font-weight: 400;
            color: #284460;
            list-style: disc;

            @media (max-width: 768px) {
                font-size: 16px;
                line-height: 19px;
            }
        }
    }
}

@media (max-width: 1300px) {
    .warranty-extension-product-carousel {
        padding: 0 20px;

        button.slick-prev {
            right: 88px !important;
        }

        button.slick-next {
            right: 20px !important;
        }
    }

    .warranty-extension-year,
    .cleaning-service-section,
    .general-termssection {
        padding-left: 20px;
        padding-right: 20px;
    }
}