@media (max-width: 768px) {
    .card-title {
        /*height: 50px;*/
        overflow: hidden;
    }
}

/* Modal von links erscheinen lassen */
.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 340px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left.fade .modal-dialog {
    left: -280px;
    -webkit-transition: left 0.3s ease-out;
    -moz-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

/*.border-gray {
    border-bottom: 1rem solid #ccc !important;
}*/

.modal-content ul li {
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 0;
}

.modal-content ul ul {
    padding-left: 1.5rem;
}

.modal-content ul ul li a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: block;
    color: #444;
}

.modal-content ul li > a {
    padding: 0.75rem 1.25rem;
    font-weight: 200;
    color: #222;
}

a[data-toggle="collapse"] > span {
    font-size: 1.2rem;
    float: right;
    transition: transform 0.3s ease;
    line-height: 1;
    margin-left: 0.5rem;
    color: #333;
}

button[aria-expanded="true"] > span {
    transform: rotate(90deg);
}

.no-hover-border:hover {
    /*border: none !important;*/
    border-color: transparent !important;
}

.mobile-search-header {
    display: none;
}
@media (max-width: 1999px) {
    .mobile-search-header {
        display: block;
    }
    .mobile-quick-btn {
        padding: 0.875rem 0.5rem !important;
    }
}

.menu-layer {
    padding: 0.5rem 1rem;
    overflow-y: auto;
    max-height: 80vh;
}

.btn-back {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}
.submenu-icon {
    font-size: 1rem;
}

.image--overlay {
    width: 100%;
    /*height: 500px; !* Oder beliebige Höhe *!*/
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    object-fit: cover;
}

.swiper-header-font {
    font-size: 1.75rem;
    font-weight: 400;
}

.swiper-button-style {
    font-size: 1rem;
    color: #333;
    padding: 0.5rem;
}

.swiper-description {
    font-size: 1rem;
}

.swiper-container .container > .row, .swiper-container .container-fluid > .row, .swiper-container .container-sm > .row, .swiper-container .container-md > .row, .swiper-container .container-lg > .row, .swiper-container .container-xl > .row {
    padding-bottom: 0.5rem;
    padding-top: 0;
}

.swiper-footer .container > .row, .swiper-footer .container-fluid > .row, .swiper-footer .container-sm > .row, .swiper-footer .container-md > .row, .swiper-footer .container-lg > .row, .swiper-footer .container-xl > .row {
    height: 2.5rem;
}

.swiper-content-base {
    margin-top: 2rem;
    margin-left: 1rem;
}

.slider-image {
    max-height: unset;
    aspect-ratio: 4 / 2;
}

@media (min-width: 768px) {
    .swiper-header-font {
        font-size: 4rem;
        font-weight: 600;
    }
    .swiper-button-style {
        font-size: 1.5rem;
        padding: 0.875rem 1.75rem;
    }
    /*.overlay-content {
        margin-top: 2rem;
    }*/
    .swiper-container .container > .row, .swiper-container .container-fluid > .row, .swiper-container .container-sm > .row, .swiper-container .container-md > .row, .swiper-container .container-lg > .row, .swiper-container .container-xl > .row {
        padding-bottom: 4.25rem;
    }
    .swiper-footer .container > .row, .swiper-footer .container-fluid > .row, .swiper-footer .container-sm > .row, .swiper-footer .container-md > .row, .swiper-footer .container-lg > .row, .swiper-footer .container-xl > .row {
        height: 6.25rem;
    }
    .swiper-description {
        font-size: 1.5rem;
    }
    .swiper-content-base {
        margin-top: 4rem;
        margin-left: 6rem;
    }
}

@media (min-width: 1200px) {
    .slider-image {
        aspect-ratio: unset;
        max-height: 50vh;
    }
}

body > section {
    padding: 2rem 0;
}

/* Product Badges */
.product-badges {
    top: 10px;
    left: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: auto;
    height: auto;
}

.badge {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #dc3545;
    color: #ffffff;
}

.badge-sale {
    background-color: #dc3545 !important;
    color: #ffffff !important;
}

.badge-soldout {
    background-color: #6c757d !important;
    color: #ffffff !important;
}

/* Responsive adjustments for badges */
@media (max-width: 768px) {
    .product-badges {
        top: 8px;
        left: 8px;
    }

    .badge {
        padding: 0.25rem 0.5rem;
        font-size: 0.65rem;
    }
}

.product-shipping-link {
    text-decoration: underline !important;
    font-weight: 500;
}

.product-shipping-link:hover {
    text-decoration: underline !important;
    font-weight: 600;
}

/* -------------------------------------------------- */
/* Tensho Sports – Online-Widerruf */
/* -------------------------------------------------- */

.tensho-withdrawal-page {
    padding: 4.5rem 1.25rem 6rem;
    background: #f7f7f7;
}

.tensho-withdrawal-card {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    padding: 3rem;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.tensho-withdrawal-header {
    margin-bottom: 2.5rem;
}

.tensho-withdrawal-header .eyebrow {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tensho-withdrawal-header h1,
.tensho-withdrawal-success h1 {
    margin-bottom: 1rem;
    color: #111111;
}

.tensho-withdrawal-header p {
    max-width: 700px;
    margin-bottom: 0.75rem;
    line-height: 1.65;
    color: #666666;
}


/* Formular */

.tensho-withdrawal-form .form-group {
    margin-bottom: 1.6rem;
}

.tensho-withdrawal-form label,
.tensho-withdrawal-fieldset legend {
    display: block;
    margin-bottom: 0.55rem;
    color: #333333;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.tensho-withdrawal-form .form-control {
    width: 100%;
    min-height: 52px;
    padding: 0.8rem 1rem;
    background: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    color: #222222;
    box-shadow: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.tensho-withdrawal-form textarea.form-control {
    min-height: 130px;
    resize: vertical;
}

.tensho-withdrawal-form .form-control:focus {
    border-color: #555050;
    box-shadow: 0 0 0 0.15rem rgba(85, 80, 80, 0.12);
    outline: none;
}

.tensho-withdrawal-form .form-text {
    display: block;
    margin-top: 0.45rem;
    color: #777777 !important;
    font-size: 0.88rem;
}


/* Umfang */

.tensho-withdrawal-fieldset {
    margin: 0 0 1.6rem;
    padding: 1.4rem 1.5rem;
    border: 1px solid #dddddd;
}

.tensho-withdrawal-fieldset legend {
    width: auto;
    padding: 0 0.4rem;
}

.tensho-withdrawal-fieldset .custom-control {
    margin-bottom: 0.7rem;
}

.tensho-withdrawal-fieldset .custom-control:last-of-type {
    margin-bottom: 0;
}


/* Hinweis vor dem Absenden */

.tensho-withdrawal-declaration {
    margin: 2rem 0;
    padding: 1.25rem 1.4rem;
    background: #f5f5f5;
    border-left: 4px solid #555050;
    color: #444444;
    line-height: 1.6;
}

.tensho-withdrawal-declaration p {
    margin: 0;
}


/* hCaptcha */

.tensho-withdrawal-hcaptcha {
    width: 100%;
    margin-bottom: 1.75rem;
    padding: 1.4rem;
    background: #fafafa;
    border: 1px solid #dddddd;
}

.tensho-withdrawal-hcaptcha-header {
    margin-bottom: 1rem;
}

.tensho-withdrawal-hcaptcha-title {
    display: block;
    margin-bottom: 0.35rem;
    color: #333333;
    font-weight: 500;
}

.tensho-withdrawal-hcaptcha-help {
    margin: 0;
    color: #777777;
    font-size: 0.9rem;
}

.tensho-withdrawal-hcaptcha-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 78px;
}


/* Fehler */

.tensho-withdrawal-field-error,
.tensho-withdrawal-form .invalid-feedback {
    margin-top: 0.5rem;
    color: #dc3545;
    font-size: 0.875rem;
}

.tensho-withdrawal-hcaptcha.is-invalid {
    border-color: #dc3545;
    background: #fff8f8;
}


/* Buttons */

.tensho-withdrawal-submit {
    width: 100%;
    min-height: 54px;
    padding: 0.85rem 1.5rem;
    background: #554e4e !important;
    border: 1px solid #554e4e !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.tensho-withdrawal-submit:hover,
.tensho-withdrawal-submit:focus {
    background: #3f3939 !important;
    border-color: #3f3939 !important;
}

.tensho-withdrawal-required-note {
    margin: 0.9rem 0 0;
    color: #777777;
    font-size: 0.85rem;
}


/* Erfolgsseite */

.tensho-withdrawal-success {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.tensho-withdrawal-success-icon {
    display: inline-flex;
    margin-bottom: 1.5rem;
    color: #198754;
    font-size: 4rem;
    line-height: 1;
}

.tensho-withdrawal-success p {
    line-height: 1.7;
    color: #555555;
}

.tensho-withdrawal-success .btn {
    margin-top: 1.25rem;
}


/* Mobile */

@media (max-width: 767px) {
    .tensho-withdrawal-page {
        padding: 2.5rem 1rem 4rem;
    }

    .tensho-withdrawal-card {
        padding: 1.5rem;
    }

    .tensho-withdrawal-header {
        margin-bottom: 2rem;
    }

    .tensho-withdrawal-fieldset,
    .tensho-withdrawal-hcaptcha {
        padding: 1.1rem;
    }
}

@media (max-width: 420px) {
    .tensho-withdrawal-card {
        padding: 1.25rem;
    }

    .tensho-withdrawal-hcaptcha-widget {
        height: 63px;
        min-height: 63px;
        overflow: hidden;
    }

    .tensho-withdrawal-hcaptcha-widget .h-captcha {
        flex: 0 0 303px;
        width: 303px;
        height: 78px;
        transform: scale(0.8);
        transform-origin: top center;
    }
}