/********************************** Fonts ******************************/

@font-face {
    font-family: 'EuclidCircularB-Regular';
    src: url("https://static.heavy-cloud.de/ebay-ht/fonts/EuclidCircularB-Regular.woff") format('woff'),
    url("https://static.heavy-cloud.de/ebay-ht/fonts/EuclidCircularB-Regular.woff2") format('woff2');
}

@font-face {
    font-family: 'EuclidCircularB-Bold';
    src: url("https://static.heavy-cloud.de/ebay-ht/fonts/EuclidCircularB-Bold.woff") format('woff'),
    url("https://static.heavy-cloud.de/ebay-ht/fonts/EuclidCircularB-Bold.woff2") format('woff2');
}

@font-face {
    font-family: 'ht';
    src: url("https://static.heavy-cloud.de/ebay-ht/fonts/icomoon-2025.eot");
    src: url("https://static.heavy-cloud.de/ebay-ht/fonts/icomoon-2025.eot") format("embedded-opentype"),
    url("https://static.heavy-cloud.de/ebay-ht/fonts/icomoon-2025.ttf") format("truetype"),
    url("https://static.heavy-cloud.de/ebay-ht/fonts/icomoon-2025.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

.icon-font {
    display: inline-block;
    font-family: ht;
    font-weight: normal;
    font-style: normal;
}

.icon-font.truck:before {
    content: "\e932";
}

.icon-font.ht-logo:before {
    content: "\e936";
}

.icon-font.quailty:before {
    content: "\e958";
}

.icon-font.return:before {
    content: "\e92b";
}

.icon-font.check:before {
    content: "\e90a";
}

.icon-font.menu:before {
    content: "\e918";
}

.icon-font.close:before {
    content: "\e917";
}

.icon-font.arrow-bottom:before {
    content: "\e903";
}

.icon-font.arrow-right:before {
    content: "\e905";
}

.icon-font.service:before {
    content: "\e91e";
}

.icon-font.invoice:before {
    content: "\e91f";
}

.icon-font.klarna:before {
    content: "\e921";
}

.icon-font.positiv:before {
    content: "\e968";
}

.icon-font.sale-products:before {
    content: "\e969";
}

.icon-font.chat:before {
    content: "\e96a";
}

.icon-font.store:before {
    content: "\e96b";
}

.icon-font.thumb:before {
    content: "\e94a";
}

.icon-font.sale:before {
    content: "\2442";
}

/********************************** Global ******************************/
* {
    box-sizing: border-box;
}

body {
    font-family: 'EuclidCircularB-Regular', sans-serif;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #383838;
    text-align: left;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}

img {
    max-width: 100%;
}

strong {
    font-weight: normal;
    font-family: 'EuclidCircularB-Bold', sans-serif;
}

.ebay .ht-container-holder {
    max-width: 1460px;
    margin: 0 auto;
}

.ebay .ht-main-holder {
    padding: 0 5px;
}

.ht-quaility,
.ht-nav-bar ul,
.ht-tab-chooser,
.ht-service ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fullwidth-gray {
    position: relative;
    background: #f4f4f4;
}

.table {
    color: #383838;
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #d7d7d7;
}

.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #d7d7d7;
}

.prop-1-1 {
    position: relative;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 100%;
}

.prop-1-1 a:before {
    background: #000;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: .03;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.prop-1-1 a img {
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
}

    /********************************** Header ******************************/
.ht-head-bar.ht-container-holder {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__main-item--brand {
    display: flex;
    align-items: center;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ht-quaility {
    align-items: center;
    display: flex;
    justify-content: center;
}

.ht-quaility li {
    align-items: center;
    display: flex;
    line-height: 20px;
    flex-wrap: nowrap;
}

.ht-quaility li i {
    color: #ff3c00;
    padding-right: 10px;
    font-size: 20px;
}

.header__checkbox {
    display: none;
}

/********************************** Logo ******************************/
.ebay .logo {
    padding: 0;
    display: flex;
}

.header__brand--link .ht-logo {
    font-size: 65px;
    line-height: 65px;
    position: relative;
    color: #000;
}

.header__brand--text-link {
    display: flex;
    height: 100%;
    color: #3B3B3A;
    font-size: 14px;
    text-transform: uppercase;
    align-items: center;
    font-weight: normal;
    font-family: 'EuclidCircularB-Bold', sans-serif;
    text-decoration: none;
    text-align: center;
}

.header__brand--text-link small {
    color: #969696;
    display: block;
    line-height: 13px;
}
/********************************** Menu ******************************/
.ht-nav-bar {
    background: #000;
    color: #fff;
    margin-bottom: 15px;
}

.ht-nav-bar ul {
    line-height: 35px;
}

.ht-nav-bar li a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
}

.ht-nav-bar li a:hover {
    text-decoration: underline;
}

.ht-nav-bar li .listing-icon {
    position: relative;
    bottom: -2px;
    font-size: 20px;
    padding-right: 5px;
}

.ht-nav-bar li .listing-icon.sale {
    bottom: -4px;
    font-size: 22px;
}

/********************************** Product ******************************/
.ht-products-detail {
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    padding: 0;
    margin: 0 0 5px 0;
}

.ht-products-detail p {
    margin: 5px 0;
}

.ht-products-detail .ht-column {
    width: 100%;
    float: left;
}

.ht-products-detail .ht-column:first-child {
    width: 100%;
    padding: 0
}

.ht-products-detail .ht-column.ht-second-column {
    background: #f7f7f7;
    margin-left: 10px;
}

.ht-products-detail .ht-column .ht-article-info {
    padding: 25px 0 0 0;
}

.ht-products-detail .ht-column .ht-property-wrapper {
    padding: 0 0 25px 0;
}

.ht-products-detail .ht-column .property-group {
    padding: 0 ;
}

.ht-products-detail .ht-column .property-group:first-child {
    border-top: 10px solid #fff;
    padding-top: 15px;
}

.ht-products-detail .ht-id-list em {
    font-style: normal;
}

/* remove unnecessary css declaration for #6127 */
.ht_article_producer {
    max-width: 200px;
    max-height: 50px;
    margin-top: 20px;
}
/*****/

.manufacturer-wrapper {
    display: flex;
    justify-content: left;
    width: 200px;
    height: 50px;
}

.manufacturer-wrapper  .ht_article_producer {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
}


/********************************** Product Technical Data ******************************/
.ht-technical-data {
    margin-top: 10px;
}

.ht-technical-data ul,
ul.ht-id-list {
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.ht-technical-data .ht-technical-data-name {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: 'EuclidCircularB-Bold', sans-serif;
}

.ht-technical-data li,
.ht-id-list li {
    width: 100%;
    display: flex;
}

.ht-technical-data li .PlentyArticleCharacterName,
.ht-technical-data li .PlentyArticleCharacterValue,
.ht-id-list li span,
.ht-id-list li em {
    width: calc(50% - 5px);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 5px;
}

.ht-technical-data li .PlentyArticleCharacterName,
.ht-id-list li span {
    margin-right: 5px;
    padding-left: 0;
    text-transform: uppercase;
}

.ht-technical-data li .PlentyArticleCharacterValue,
.ht-id-list li em {
    margin-left: 5px;
    padding-right: 0;
}

.ht-technical-data li:first-child .PlentyArticleCharacterName,
.ht-technical-data li:first-child .PlentyArticleCharacterValue,
.ht-id-list li:first-child span,
.ht-id-list li:first-child em {
    border-top: 1px solid rgba(0,0,0,0.1);
}

/********************************** Product Tabs ******************************/
.ht-tab-area {
    position: relative;
    max-width: 100%;
    height: auto;
}

.ht-tab-area > input,
.ht-tab-area .ht-tab-content > div {
    display: none;
}

.ht-tab-area .ht-tab-content > div {
    width: 100%;
}

.ht-tab-area .ht-tab-content > div img {
    max-width: 100%;
}

.ht-instruction-area h3 {
    background: #f7f7f7;
    text-transform: uppercase;
    font-family: 'EuclidCircularB-Bold',sans-serif;
    padding: 12px 10px 10px;
}

.ht-instruction-area ul {
    padding-left: 15px;
}

.ht-instruction-area li {
    padding-left: 10px;
}

.ht-instruction-area li::marker {
    content: "//";
    color: #ff3c00;
}

.ht-instruction-area .ht-tab-content > div {
    display: block;
    background: #fff;
    line-height: 1.5em;
    letter-spacing: 0.3px;
    color: #444;
    margin-bottom: 20px;
}

#text-tab-1:checked ~ .ht-tab-content .text-tab-1,
#text-tab-2:checked ~ .ht-tab-content .text-tab-2,
#text-tab-3:checked ~ .ht-tab-content .text-tab-3,
#text-tab-4:checked ~ .ht-tab-content .text-tab-4,
#text-tab-5:checked ~ .ht-tab-content .text-tab-5,
#text-tab-6:checked ~ .ht-tab-content .text-tab-6,
#img-tab-1:checked ~ .ht-tab-content .img-tab-1,
#img-tab-2:checked ~ .ht-tab-content .img-tab-2,
#img-tab-3:checked ~ .ht-tab-content .img-tab-3,
#img-tab-4:checked ~ .ht-tab-content .img-tab-4,
#img-tab-5:checked ~ .ht-tab-content .img-tab-5,
#img-tab-6:checked ~ .ht-tab-content .img-tab-6 {
    display: block;
}

.ht-tab-chooser label {
    float: left;
    padding: 15px 15px;
    background: #fff;
}

.ht-tab-chooser label:hover {
    background: #ff3c00;
    color: #fff;
    cursor: pointer;
}

.ht-tab-chooser label:active {
    background: #ff3c00;
    color: #fff;
}

#text-tab-1:checked ~ .ht-tab-chooser label[for="text-tab-1"],
#text-tab-2:checked ~ .ht-tab-chooser label[for="text-tab-2"],
#text-tab-3:checked ~ .ht-tab-chooser label[for="text-tab-3"],
#text-tab-4:checked ~ .ht-tab-chooser label[for="text-tab-4"],
#text-tab-5:checked ~ .ht-tab-chooser label[for="text-tab-5"],
#text-tab-6:checked ~ .ht-tab-chooser label[for="text-tab-6"]{
    background: #ff3c00;
    color: #fff;
    position: relative;
    border-bottom: none;
}

.mobile-tab-headline {
    position: relative;
    margin-bottom: 20px;
}

.mobile-tab-headline span {
    background: #ff3c00;
    color: #fff;
    padding: 10px 15px;
    font-size: 21px;
    line-height: 40px;
}

.mobile-tab-headline:after {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -1px;
    background: rgba(0,0,0,0.1);
}

.ht-instruction-area {
    font-size: 15px;
    line-height: 23px;
    padding: 0;
    color: #000;
    margin: 0 0 27px;
}

.ht-link-row {
    display: none;
}

.ht-instruction-area {
    font-size: 15px;
    line-height: 23px;
    padding: 0;
    color: #000;
    margin: 0 0 15px;
}

.ht-instruction-area .ht-tab {
    display: none
}

.ht-instruction-area .ht-tab-active {
    display: block
}

.ht-instruction-area .ht-text p {
    margin: 0 0 15px
}

.ht-instruction-area ~ .ht-instruction-area {
    margin: 0 0 55px
}

.ebay .technical-data-list {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 15px;
}

.ebay .technical-data-list p {
    margin: 0;
}

.technical-data-list-label {
    font-family: 'EuclidCircularB-Bold', sans-serif;
    padding: 15px 0;
    cursor: pointer;
}

.technical-data-list-label i {
    padding-left: 5px;
    color: #ff3c00;
}

.technical-data-list-toggle {
    display: none;
}

.technical-data-list-toggle:checked + .technical-data-list {
    overflow-y: auto;
    max-height: inherit;
}

.technical-data-list-toggle:checked ~ .technical-data-list-label {
    display: none;
}

.text-tab-2 h4 span {
    font-weight: normal;
}

.batteriefpand {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 15px 0 0;
    margin-bottom: 0;
}

/********************************** Product Image ******************************/

.ht-tab-area .ht-img-view {
    position: relative;
}

.ht-tab-area .ht-img-view .img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
}

.ht-tab-area .imgBig {
    max-width: 100%;
    max-height: 100%;
}

.ht-img-preview {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: normal;
    max-width: 100%;
}

.ht-img-preview.ht-tab-chooser .img-preview-wrapper {
    display: flex;
    align-self: stretch;
    position: relative;
    max-width: 100px;
    margin-left: 10px;
}

.ht-img-preview:not(.min-items) {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 0.5rem;
}

.ht-img-preview.ht-tab-chooser:not(.min-items) .img-preview-wrapper {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: auto;
}

.ht-img-preview.ht-tab-chooser label {
    padding: 0;
    background: none;
    display: flex;
    align-items: center;
}

.ht-img-preview.ht-tab-chooser .img-preview-wrapper:first-child {
    margin-left: 0;
}

.ht-img-preview.ht-tab-chooser .img-preview-wrapper:before {
    content: "";
    display:block;
    padding-top: 100%;
}

.ht-img-preview.ht-tab-chooser .img-preview-wrapper label:after{
    background: #000;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.03;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}


.ht-tab-area .tab-link .imgSmall {
    max-width: 100%;
    cursor: pointer;
    border-bottom: 4px solid #fff;
}

#img-tab-1:checked ~ .ht-tab-chooser label[for="img-tab-1"],
#img-tab-2:checked ~ .ht-tab-chooser label[for="img-tab-2"],
#img-tab-3:checked ~ .ht-tab-chooser label[for="img-tab-3"],
#img-tab-4:checked ~ .ht-tab-chooser label[for="img-tab-4"],
#img-tab-5:checked ~ .ht-tab-chooser label[for="img-tab-5"],
#img-tab-6:checked ~ .ht-tab-chooser label[for="img-tab-6"]{
    border-bottom: 4px solid #ff3c00;
}

#img-tab-1:checked ~ .ht-tab-chooser label[for="img-tab-1"] img,
#img-tab-2:checked ~ .ht-tab-chooser label[for="img-tab-2"] img,
#img-tab-3:checked ~ .ht-tab-chooser label[for="img-tab-3"] img,
#img-tab-4:checked ~ .ht-tab-chooser label[for="img-tab-4"] img,
#img-tab-5:checked ~ .ht-tab-chooser label[for="img-tab-5"] img,
#img-tab-6:checked ~ .ht-tab-chooser label[for="img-tab-6"] img{
    border-bottom: none;
}

.gray-overlay {
    user-select: none;
    background: #000;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.03;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}

/********************************** Crosssells ******************************/

.cross-selling-wrapper {
    margin: 0 0 20px;
    padding: 15px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.cross-selling-wrapper > h2 {
    margin: 0;
    text-transform: uppercase;
}

.cross-selling {
    display: flex;
    flex-wrap: wrap;
}

.cross-selling .card {
    width: 50%;
}

.cross-selling .card-inner {
    background: #fff;
    margin: 15px 7px;
    height: calc(100% - 30px);
}

.cross-selling .card-inner h2 {
    margin: 0 0 5px;
    font-family: 'EuclidCircularB-Bold', sans-serif;
}

.cross-selling .card img {
    max-width: 100%;
}

.cross-selling .card-inner p {
    min-height: 80px;
    font-size: 14px;
    overflow-y: hidden;
}

/********************************** Footer ******************************/
footer .ht-quaility {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 20px;
}

footer .ht-quaility li {
    width: auto;
}

footer .ht-quaility li i {
    position: relative;
    top: 3px;
}

.ht-payment,
.ht-service,
.ht-return,
.ht-invoice {
    width: calc(100% - 30px);
    margin: 15px 8px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.ht-return .ht-return,
.ht-payment .ht-payment {
    border-bottom: none;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: none;
    margin: 15px 0 0 0;
    width: 100%;
    padding-bottom: 0;
}

.ht-payment img {
    width: 100px;
}

.ht-payment img.payment {
    max-width: 100%;
    width: 400px;
}

.ht-payment h3 {
    margin-bottom: 0;
}

.ht-service {
    padding-top: 15px;
}

.ht-service ul:first-child {
    margin-right: 0;
    margin-left: 0;
}

.ht-invoice {
    margin-bottom: 0;
}

.ht-service ul {
    padding-bottom: 20px;
}

.ht-service li {
    display: flex;
    flex-wrap: nowrap;
}

.ht-service li i {
    color: #fff;
    margin-right: 10px;
}

.ht-service p {
    clear: both;
}

.ht-copy {
    width: 100%;
    text-align: center;
    background: #ff3c00;
    color: #fff;
    padding: 15px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}

.ht-copy:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-left: calc(-50vw + 50%);
    background: #ff3c00;
}

.ht-copy-year:before {
    content: "2025";
}

.ht-footer {
    background: #000;
    color: #fff;
    position: relative;
}

.ht-footer:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-left: calc(-50vw + 50%);
    background: #000;
}

.ht-footer h3 {
    font-size: 18px;
}

.ht-footer .opening:before {
    content: "von 8:00 – 16:30 Uhr";
}

.ht-en .ht-footer .opening:before {
    content: "from 8:00 – 16:30";
}

.ht-es .ht-footer .opening:before {
    content: "de lunes a viernes de 8:00 a 16:30";
}

.ht-fr .ht-footer .opening:before {
    content: "du lundi au vendredi de 8h00 à 16h30";
}

.ht-it .ht-footer .opening:before {
    content: "Lun – Ven dalle 8:00 alle 16:30";
}

.ht-pl .ht-footer .opening:before {
    content: "poniedziałek – piątek od 8:00 do 16:30";
}

#ht-wrapper + div {
    display: none;
}

.footer-shipping {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.payment-icon__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    margin-right: -5px;
}

.payment-icon {
    background: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 35px;
    width: 78px;
    text-align: center;
}

.payment-icon img {
    max-height: 100%;
}

/********************************** Mobile ******************************/
@media (max-width: 849px) {
    .ht-head-bar {
        padding-top: 5px;
    }

    .ht-quaility {
        display: none;
    }

    /********************************** Mobile Menu ******************************/

    /* make checkbox invisible */
    .header__checkbox {
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
    }

    /* style menu toggle */
    .header__toggle {
        cursor: pointer;
        text-transform: uppercase;
        font-family: 'EuclidCircularB-Bold', sans-serif;
        font-size: 14px;
        display: block;
        background: #000;
        color: #fff;
        padding: 5px 8px;
        position: relative;
        margin: 0 53px 0 0;
        line-height: 24px;
    }

    .header__toggle:before {
        display: inline-block;
        font-family: ht;
        font-weight: normal;
        font-style: normal;
        content: "\e907";
        margin-right: 10px;
        width: 30px;
        position: absolute;
        right: -60px;
        color: #000;
        line-height: 24px;
        font-size: 30px;
    }

    .header__toggle:after {
        content: "";
        width: 0;
        height: 32px;
        border-right: 12px solid transparent;
        border-top: 32px solid #000;
        position: absolute;
        right: -12px;
        top: 0;
    }


    /* style menu */
    .ht-nav-bar ul {
        position: fixed;
        right: 100%;
        top: 0;
        width: 200px;
        height: 100%;
        background: #000;
        padding: 20px;
        transition: all 0.2s ease-in;
        z-index: 100;
        color: #fff;
    }

    .ht-nav-bar li:after {
        display: inline-block;
        font-family: ht;
        font-weight: normal;
        font-style: normal;
        content: "\e905";
        float: right;
        color: #ff3c00;
    }

    .ht-nav-bar li .arrow-right {
        display: none;
    }

    /* override styles, depends on the checkbox */
    .header__checkbox:checked + .ht-header .header__toggle:before {
        content: "\e94c";
        font-family: ht;
    }

    /* show the menu */
    .header__checkbox:checked ~ .ht-nav-bar ul {
        transform: translateX(200px);
        transition: all 0.4s ease-out;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

    .header__brand--image {
        display: none;
    }

    .ht-products-detail .ht-column.ht-second-column {
        margin-top: 15px;
        margin-left: 0;
        background: none;
    }

    .ht-products-detail {
        font-size: 14px;
    }

    .ht-tab-area .ht-img-view .img-wrapper {
        height: auto;
    }

    .ht-return + .ht-return,
    .ht-payment + .ht-payment {
        display: none;
    }

    .ht-invoice {
        border-bottom: none;
        padding-bottom: 15px;
    }

    .ht-service .ht-logo {
        display: none;
    }

    .ht-instruction-area .ht-tab-content > div.text-tab-1 {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding-bottom: 20px;
    }

    .ht-copy .spacer {
        display: none;
    }

    .ht-copy .ht-name {
        display: block;
    }

    footer .ht-quaility {
        padding: 20px 8px;
    }

    footer .ht-quaility li {
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

/********************************** Desktop ******************************/

@media (min-width: 850px) {
    .header__brand--link .ht-logo {
        display: none;
    }

    .header__toggle {
        display: none;
    }

    .ht-head-bar {
        display: flex;
    }

    .ht-head-bar.ht-container-holder {
        padding: 15px 0;
    }

    .ht-quaility {
        width: 66%;
        border-top: none;
    }

    .ht-quaility li {
        padding: 5px 15px;
    }

    .ebay .logo {
        width: 33%;
        padding: 0 15px;
    }

    .header__brand--text-link {
        text-align: left;
        font-size: 20px;
    }

    .header__main-item--brand {
        height: 88px;
        justify-content: inherit;
        padding-left: 0;
        padding-top: 0;
    }

    .ebay .header__brand--link {
        order: 0;
        width: 215px;
    }

    .ht-nav-bar {
        margin-bottom: 20px;
    }

    .ht-nav-bar ul {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    /********************************** Menu ******************************/
    .ht-nav-bar li {
        text-decoration: none;
        padding: 0 50px 0 20px;
        position: relative;
        border-left: 1px solid #fff;
        font-weight: normal;
        font-family: 'EuclidCircularB-Bold', sans-serif;
    }

    .ht-nav-bar li .arrow-right {
        color: #ff3c00;
        padding-right: 5px;
    }

    /********************************** Product ******************************/

    .ebay .ht-main-holder {
        padding: 0;
    }

    .ht-products-detail {
        line-height: 30px;
        margin: 20px 0 40px;
        display: flex;
    }

    .ht-products-detail p {
        margin: 10px 0;
    }

    .ht-products-detail .ht-column {
        margin-top: 0;
        width: 40%;
        float: left;
    }

    .ht-products-detail .ht-column:first-child {
        width: 60%;
        padding: 0
    }

    .ht_article_producer {
        margin: 0;
    }

    .ht-products-detail .ht-column .ht-article-info {
        padding: 25px 25px 0 25px;
    }

    .ht-products-detail .ht-column .ht-property-wrapper {
        padding: 25px 0;
    }

    .ht-products-detail .ht-column .property-group {
        padding: 0 25px;
    }

    .ebay .technical-data-list {
        max-height: 600px;
    }

    /********************************** Product Image ******************************/


    /********************************** Product Tabs ******************************/

    .ht-tab-area .ht-tab-content {
        display: flex;
        margin-left: 0;
        clear: both;
    }

    .ht-link-row {
        display: block;
        font-size: 21px;
        text-align: center;
        overflow: hidden;
    }

    .ht-link-row li {
        float: left;
    }

    .ht-link-row label {
        display: block;
        transition: background 0.3s ease;
        padding: 15px 20px;
        white-space: nowrap;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }

    .ht-instruction-area .ht-tab-content > div {
        display: block;
        border-top: 1px solid rgba(0,0,0,0.1);
        padding: 20px 50px 20px 0;
    }

    .ht-instruction-area .ht-tab-content .text-tab-1 {
        width: 60%;
    }

    .ht-instruction-area .ht-tab-content .text-tab-2 {
        margin-left: 10px;
        width: 40%;
        padding-right: 20px;
    }

    .mobile-tab-headline {
        display: none;
    }

    /********************************** Crosssells ******************************/
    .cross-selling-wrapper {
        margin: 0;
        padding: 30px 0;
    }

    .cross-selling {
        flex-wrap: nowrap;
    }

    .cross-selling .card {
        width: 20%;
    }

    .cross-selling .card-inner p {
        font-size: 14px;
    }

    /********************************** Footer ******************************/

    .ht-footer {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        padding: 0;
        margin: 0 -15px;
    }

    .ht-payment,
    .ht-service,
    .ht-return,
    .ht-invoice {
        width: calc(25% - 30px);
        margin: 15px 15px 50px 15px;
    }

    .ht-return + .ht-return,
    .ht-payment + .ht-payment {
        display: none;
    }

    .ht-service {
        padding-top: 0;
    }

    .header__brand--icon {
        height: 85px;
    }

    .header__brand--icon:before {
        font-size: 85px;
    }

    .ht-payment img.payment {
        max-width: 100%;
    }

    footer .ht-quaility li {
        display: inline-block;
    }
}

.ht-info-buy-more {
    font-size: 0.9em;
    border: 2px solid #ff3c00;
    padding: 10px;
    line-height: 25px;
}

/********************************** Dark Mode ******************************/
@media (prefers-color-scheme: dark) {
    .payment-icon {
        background: #fff;
    }

    .ht-footer {
        background: #000;
        color: #fff;
    }
}
