.product-tabs {
    margin: 25px 0 10px;
    clear: both;
}

.product-tabs__navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0;
    border-bottom: 1px solid #cfcfcf;
}

.product-tabs__button {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    margin: 0 2px -1px 0;
    border: 1px solid transparent;
    border-bottom-color: #cfcfcf;
    background: transparent;
    color: #0776d5;
    font-family: inherit;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.product-tabs__button:hover {
    color: #05457b;
    background-color: #f5f8fb;
}

.product-tabs__button.is-active {
    position: relative;
    z-index: 1;
    color: #202020;
    background-color: #fff;
    border-color: #cfcfcf;
    border-bottom-color: #fff;
}

.product-tabs__button:focus-visible {
    outline: 2px solid #0776d5;
    outline-offset: -2px;
}

.product-tabs__content {
    background-color: #fff;
}

.product-tabs__panel {
    padding: 20px 5px 5px;
}

.product-tabs__panel[hidden] {
    display: none !important;
}

.product-tabs__article,
.product-tabs__richtext {
    font-size: 14px;
    line-height: 22px;
}

.product-tabs__article > :first-child,
.product-tabs__richtext > :first-child {
    margin-top: 0;
}

.product-tabs__article > :last-child,
.product-tabs__richtext > :last-child {
    margin-bottom: 0;
}

.product-tabs__article img,
.product-tabs__richtext img {
    max-width: 100%;
    height: auto;
}

.product-tabs .w-product-table {
    margin: 0;
}

.product-tabs table.product-table {
    width: 100%;
    margin: 0;
}

.product-tabs table.product-table td {
    padding: 9px 10px;
    border-bottom: 1px solid #ececec;
    text-align: left;
    vertical-align: top;
    color: #202020;
}

.product-tabs table.product-table td:first-child {
    width: 50%;
    font-weight: normal;
}

.product-tabs table.product-table td:last-child {
    font-weight: 600;
}

.product-installment-calculator:empty {
    display: none;
}

.w-product-share {
    margin: 10px 0 20px;
}

@media (max-width: 760px) {
    .product-tabs {
        margin-top: 20px;
    }

    .product-tabs__navigation {
        align-items: stretch;
        gap: 4px 6px;
        padding-bottom: 8px;
    }

    .product-tabs__button {
        flex: 1 1 auto;
        min-height: 42px;
        padding: 9px 11px;
        margin: 0;
        border: 1px solid #e2e2e2;
        border-radius: 3px;
        font-size: 14px;
        line-height: 18px;
    }

    .product-tabs__button.is-active {
        color: #fff;
        background-color: #0776d5;
        border-color: #0776d5;
    }

    .product-tabs__panel {
        padding: 15px 0 0;
    }

    .product-tabs table.product-table,
    .product-tabs table.product-table tbody,
    .product-tabs table.product-table tr,
    .product-tabs table.product-table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .product-tabs table.product-table tr {
        padding: 8px 0;
        border-bottom: 1px solid #ececec;
    }

    .product-tabs table.product-table td {
        padding: 2px 0;
        border: 0;
    }

    .product-tabs table.product-table td:first-child {
        width: 100%;
        color: #606060;
        font-size: 13px;
    }
}
