
.product-detail-top-container {
    display: flex;
    background-color: #fff;
    padding: 1.25rem 0;
}

.product-detail-top {
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    /*min-height: 61px;*/
    position: relative;
    z-index: 1;
}

.product-detail-top-content-spacing {
    display: flex;
    flex-wrap: wrap;
}

.product-detail-title {
    flex: 0 0 55%;
    max-width: 55%;
}

.product-detail-title h1,
h2.product-detail-title-headline-2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--eb-color-text-100);
    margin-bottom: 0;
}

#productHeadlineBacklink {
    font-size: 16px;
    position: relative;
    padding-left: 1.5em;
    display: none;
}

#productHeadlineBacklink::before {
    content: '\f060';
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 100;
    position: absolute;
    left: 0;
    margin-top: 1px;
}

#productDetailStickyProductImage {
    position: relative;
    top: 0;
    width: 0;
    height: 0;
}

#productDetailStickyProductImage img {
    transform: translateY(-200%);
    transition: all 0.3s ease-in-out;
}

.product-detail-top-right {
    margin-top: 0;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    gap: 8px;
}

.product-detail-top-right .btn {
    margin: 0;
}

.product-detail-navigation {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-top: 1rem;
}

.product-detail-navigation:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 40px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}

.product-detail-navigation-item-link {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 5px 0;
    margin-bottom: 0.25rem;
}

.product-detail-title-large-large-container {
    position: relative;
    overflow: hidden;
}

.product-detail-title-large-large-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.product-detail-title-large span {
    font-weight: 700;
    font-size: clamp(14px, 30.5vw, 330px);
    line-height: 1.4;
    color: var(--eb-color-background-005);
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
    position: relative;
    display: block;
}

.product-detail-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 372px;
}

.product-detail-drawing-picture-info {
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

.product-detail-actions {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    margin: 1.5rem 0 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--eb-color-strong-stone);
}

.product-detail-actions-item {
    font-weight: 700;
    color: var(--eb-color-superior-blue);
    padding: 0.5rem 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
}

.product-detail-actions-item:focus-visible,
.btn:focus-visible,
a:focus-visible {
    outline: 3px solid var(--eb-color-superior-blue);
    outline-offset: 2px;
}

.product-detail-actions-item span {
    display: block;
    white-space: nowrap;
    padding-left: 1.5rem;
    position: relative;
}

.product-detail-actions-item span::before {
    content: '\f0ad';
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 700;
    color: var(--eb-color-text-100);
    position: absolute;
    top: 0;
    left: 0;
}

.product-detail-action-item-torque-transmissions span::before {
    content: '\f05a';
}

.product-detail-action-item-installation-details-options span::before {
    content: '\f0ad';
}

.product-detail-action-item-seat-alternatives span::before {
    content: '\f0ad';
}

.product-detail-action-item-technical-diagram span::before {
    content: '\e69e';
}

.product-detail-action-item-dimensions span::before {
    content: '\f5ae';
}

.product-detail-action-item-data-sheet span::before {
    content: '\f56d';
}

.product-detail-modal-data-image {
    margin-bottom: 1rem;
}

.product-detail-modal-info-text {
}

.product-detail-section {
    border-bottom: 1px solid var(--eb-color-strong-stone);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}

.product-detail-section:last-of-type {
    border-bottom: none;
}

.product-detail-section ul li {
    margin-bottom: 0.2rem;
    padding-left: 1.5rem;
}

.product-detail-section.list-style-check-mark ul {
    list-style: none;
    padding-left: 0;
}

.product-detail-section.list-style-check-mark ul li:before {
    content: '\f00c';
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    color: var(--eb-color-text-075);
    position: absolute;
    top: 0.9em;
    transform: translateY(-50%);
    left: 0;
}

.product-detail-left-section {
    margin-bottom: 2rem;
}

.product-detail-left-section table {
    margin-bottom: 2rem;
}

.product-detail-bottom-section {
    margin-bottom: 2rem;
}

.table-flex-style {
    font-size: 0.875rem;
}

table {
    color: #212529;
    width: 100%;
}

table thead th,
table tbody td {
    padding: 0.25rem 0.75rem;
    border: 1px solid #dee2e6;
}

table thead th {
    background: #f2f6f9;
    color: rgba(0, 47, 84, 0.70);
    /*letter-spacing: 1px;*/
    border-right: 0;
    border-left: 0;
}

table tbody td {
    vertical-align: top;
    border-right: 0;
    border-left: 0;
    background-color: #fff;
    color: rgba(0, 47, 84, 0.60);
}

.product-detail-product-variants {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--eb-color-strong-stone);
}

.product-detail-product-variant {
    border-bottom: 1px solid var(--eb-color-strong-stone);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

.product-detail-product-variant:last-of-type {
    border-bottom: none;
}

.product-detail-product-variant strong {
    color: var(--eb-color-text-100);
}

.product-detail-product-variant table {
    margin-bottom: 1rem;
}

/* product modals */

.product-detail-modal .modal-content {

}

.product-detail-modal .modal-header {
    border: 0;
    flex-wrap: wrap;
    padding-right: 4rem;
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 2px 0 rgba(0, 75, 135, 0.15);
}

.product-detail-modal .modal-title {
    font-weight: 700;
    font-size: var(--eb-text-size-leading-7);
    line-height: 1.2;
    color: var(--eb-color-text-100);
    margin-bottom: 0.5rem;
    flex: 1 1 100%;
}

.product-detail-modal .modal-title-description {
    margin-bottom: 0;
}

.product-detail-modal .modal-body {
    font-size: 0.875rem;
}

.product-detail-modal .modal-body strong {
    color: var(--eb-color-text-100);
}

.product-detail-modal-data {
    padding: 2rem 2rem;
    border-top: 4px solid #B5BCD8;
}

.product-detail-modal-data:nth-child(even) {
    background-color: var(--eb-color-background-005);
}

.table > thead th {
    white-space: nowrap;
}

/* */
/* 1. Set a height on the responsive container */
.table-sticky .table-responsive {
    max-height: 1000px;
}

/* 2. Make the header sticky */
.table-sticky .table th {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff; /* Required: prevents content from bleeding through */
    box-shadow: inset 0 -2px 0 #dee2e6; /* Optional: keeps the bottom border visible */
}

@media (min-width: 993px) {
    .product-detail-top-container-fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .product-detail-top-container.product-detail-top-container-fixed-top {
        position: fixed;
        z-index: 110;
        top: 0;
        left: 0;
        box-shadow: 0 1px 2px 0 rgba(0, 75, 135, 0.15);
    }

    .product-detail-top-container.product-detail-top-container-fixed-top {
        position: fixed;
        z-index: 110;
        top: 0;
        left: 0;
        box-shadow: 0 1px 2px 0 rgba(0, 75, 135, 0.15);
    }

    .product-detail-top-container-fixed-top .product-detail-top {
        background-color: #fff;
        width: 100%;
        max-width: 1440px;
        min-height: 61px;
    }

    .product-detail-top-container-fixed-top .product-detail-top-content-spacing {
        padding-right: var(--eb-content-spacing);
        padding-left: var(--eb-content-spacing);
    }

    .product-detail-top-container-fixed-top .product-detail-title h1 {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .product-detail-top-container-fixed-top #productHeadlineBacklink {
        display: block;
    }

    .product-detail-top-container-fixed-top #productDetailStickyProductImage {
        width: 60px;
        height: 60px;
        margin-right: 1rem;
    }

    .product-detail-top-container-fixed-top #productDetailStickyProductImage img {
        transform: translateY(0%);
    }

    .shop-links-bottom {
        display: none;
    }

    .product-detail-shop-links {
        display: none;
    }
}

@media (min-width: 1200px) {

}

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

@media (max-width: 992px) {
    .sticky-placeholder {
        display: none;
    }

    .product-detail-top-container {
        padding: 0;
    }

    .product-detail-title {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-detail-title-large-large-container {
        margin-top: 1rem;
    }

    .product-detail-top-right,
    .product-detail-title-headline-2 {
        display: none !important;
    }

    .product-detail-shop-links {
        display: flex;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .product-detail-navigation {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        column-gap: 20px;
    }

    .product-detail-image,
    .product-detail-drawing-picture,
    .gallery-product-detail-product-variant-image {
        max-width: 372px;
        margin-right: auto;
        margin-left: auto;
    }

    .product-detail-section:last-of-type {
        margin-bottom: 0;
    }

    .product-detail-actions {
        margin-top: 0;
        column-gap: 0;
    }

    .product-detail-actions-item {
        flex: 50%;
    }
}

@media (max-width: 768px) {
    .product-detail-title-large,
    .product-detail-title-large-large-container::after {
        display: none;
    }

    .product-detail-image {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%);
    }

    .product-detail-shop-links {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
    }

    .product-detail-shop-links .btn {
        display: block;
        width: 100%;
    }
}