/* =====================================================
   WTG – Custom Dark Theme
===================================================== */
body {
    background-color: #0a0a0a;
    color: #cccccc;
    font-size: 1.05rem;
}

h1, h3, h4, h5, h6 {
    color: #cccccc;
}

h2,
.h2 {
    color: #ccc !important;
}

a {
    color: #ffffff;
    text-decoration: none;
    transition: color .2s ease;
}

a:hover,
a:focus {
    color: #02a322;
}

hr {
    border: none;
    height: 1px;
    background: #cccccc;
    opacity: 1;
}

.hr-sect::before,
.hr-sect::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #cccccc;
}

legend {
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}

.text-accent,
.price.h1,
.product-title.h2 {
    font-family: 'Liberation Serif', serif !important;
    font-weight: 300;
    color: #cccccc;
}

.btn {
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.fas, .far, .fa, .fab {
    color: #02a322;
}

body .btn-primary i,
body .btn-primary .btn-basket-check,
body .btn-primary .btn-basket-check *,
body .btn-outline-secondary i,
body .btn-outline-primary i,
.navigation-arrows .fa-chevron-left,
.navigation-arrows .fa-chevron-right,
.modal-header .close,
.modal-header .btn-close {
    color: inherit;
}

input[type="radio"],
input[type="checkbox"] {
    accent-color: #02a322;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 2px rgba(2,163,34,.25) !important;
    border-color: #02a322 !important;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #02a322 !important;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: radial-gradient(circle, #000 40%, transparent 41%);
}

body .fa-sup { color: #000 !important; }

#content-wrapper,
.content-wrapper,
#content,
.main-content,
.page-wrapper,
#main-wrapper,
.wrapper,
.section,
.bg-light,
.bg-white,
.bg-body,
.breadcrumb {
    background-color: #0a0a0a;
}

.container,
.container-fluid,
.productlist-wrapper,
.product-wrapper,
.productlist,
.row {
    background: transparent;
}

.card,
.product-attributes,
.modal-content,
.productlist-filter,
.sidebar,
.dropdown-menu,
.list-group,
.list-group-item,
.table,
.productbox,
.offcanvas {
    background-color: #0a0a0a;
    color: #cccccc;
}

.card-header,
.card-footer,
.card-products .card-header {
    background-color: #0a0a0a;
    color: #cccccc;
}

.card-header,
.card-products .card-header {
    border-bottom: 1px solid #2a2a2a;
}

header,
header .navbar,
#header-top-bar {
    background-color: #0a0a0a;
}

header .navbar-nav > .nav-item > .nav-link {
    position: relative;
    color: #ffffff;
    text-transform: none;
    font-weight: 700;
    font-style: italic;
    font-size: 1.4rem;
    letter-spacing: 1.5px;
    padding: 1rem 1.2rem;
    transition: color .25s ease;
    font-family: 'Liberation Serif', serif;
}

header .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    border-style: solid;
    border-width: 0 0 4px 0;
    border-color: transparent !important;
    transition: width .3s ease, border-color .3s ease;
}

header .navbar-nav > .nav-item > .nav-link:hover {
    color: #02a322 !important;
}

.dropdown-menu {
    background: #0a0a0a;
    border: 1px solid #2a2a2a;
    border-radius: 1px;
    box-shadow: 0 8px 20px rgba(0,0,0,.4);
    padding: 6px 0;
}

.dropdown-menu .dropdown-item {
    color: #cccccc;
    transition: all .2s ease;
}

#header-top-bar .dropdown-menu.show a,
header .dropdown-menu.show a {
    color: #cccccc !important;
}

#header-top-bar .dropdown-menu.show a:hover,
header .dropdown-menu.show a:hover {
    color: #02a322 !important;
    background: #161616;
}

#header-top-bar .dropdown-menu.show a.active,
header .dropdown-menu.show a.active {
    color: #cccccc !important;
    font-weight: 600;
    background: #161616;
}

select option {
    background: #0a0a0a;
    color: #cccccc;
}

.productlist-page-nav .displayoptions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding-bottom: .75rem;
    margin-bottom: .75rem;
    border-bottom: 1px solid #2a2a2a;
}

.productlist-page-nav .displayoptions .btn.btn-outline-secondary.dropdown-toggle,
.productlist-page-nav .displayoptions .btn-group .btn {
    background: #cccccc;
    border: 1px solid #02a322;
    color: #000;
    border-radius: 2px;
    overflow: hidden;
}

.productlist-page-nav .displayoptions .btn::before,
.productlist-page-nav .displayoptions .btn::after {
    display: none !important;
}

.productlist-page-nav .displayoptions .btn.btn-outline-secondary.dropdown-toggle:hover,
.productlist-page-nav .displayoptions .show > .btn.btn-outline-secondary.dropdown-toggle,
.productlist-page-nav .displayoptions .btn-group .btn:hover {
    background: #02a322;
    border-color: #02a322;
    color: #000;
}

.productlist-page-nav .displayoptions .btn.btn-outline-secondary.dropdown-toggle::after {
    display: block !important;
    border-top-color: currentColor;
    content: "";
    transform: none;
    opacity: 1;
}

.productlist-page-nav .displayoptions .btn-group {
    display: flex;
    gap: 12px;
}

.productlist-page-nav .displayoptions .btn-group .btn.active {
    background: #02a322;
    border-color: #02a322;
    color: #000;
}

.productlist-page-nav .displayoptions .btn i {
    color: inherit;
}

.productlist-page-nav .dropdown-menu {
    background: #0a0a0a;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    padding: 6px 0;
    box-shadow: 0 8px 20px rgba(0,0,0,.4);
}

.productlist-page-nav .dropdown-item {
    color: #cccccc;
    padding: 8px 16px;
    transition: all .2s ease;
}

.productlist-page-nav .dropdown-item:hover,
.productlist-page-nav .dropdown-item:focus {
    background: #161616;
    color: #02a322;
}

.productlist-page-nav .dropdown-item.active {
    background: #161616;
    color: #cccccc;
}

.productlist-page-nav .dropdown-divider {
    border-color: #2a2a2a;
    opacity: .3;
}

.productlist-page-nav-header-m,
.productlist-page-nav-top,
.productlist-page-nav-bottom {
    display: none !important;
}

.productlist-page-nav .displayoptions .dropdown-toggle {
    display: none !important;
}

.filter-type-FilterItemSort {
    display: none !important;
}

@media (max-width: 992px) {
    .productlist-page-nav .displayoptions {
        justify-content: flex-end;
        gap: 10px;
    }
}

.alert {
    border: 1px solid #2a2a2a;
    padding: 12px 16px;
}

.alert-success {
    color: #000;
    background-color: #ccffe7;
}

.alert-info,
.alert-warning {
    background-color: #0a0a0a;
    color: #f03;
}

.alert.coming_soon {
    text-align: left;
}

#footer {
    background: #0a0a0a;
    color: #cccccc;
}

#footer > .container {
    background: transparent;
}

#footer a,
#footer a:not(.btn) {
    color: #ffffff;
}

#footer a:hover,
#footer a:not(.btn):hover {
    color: #02a322;
}

#footer .productlist-filter-headline {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #02a322;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

#footer-boxes {
    padding: 0 0.5rem;
}

#footer-boxes > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
}

#footer-boxes .box-content-wrapper,
#footer-boxes .nav-panel {
    padding-top: 0.5rem;
}

#footer .btn.withdrawal-link.btn-primary {
    background: #cccccc;
    border: 1px solid #02a322;
    color: #000 !important;
}

#footer .btn.withdrawal-link.btn-primary:hover {
    color: #000 !important;
}


#system-credits {
    background: #0a0a0a;
    color: #666;
    font-size: 0.6rem;
    text-align: left;
    padding: 10px 0;
}

#system-credits a.text-white {
    color: #666 !important;
}

#system-credits a.text-white:hover {
    color: #02a322 !important;
}

#copyright {
    background-color: #0a0a0a;
    color: #cccccc;
    margin-top: 1rem;
}

footer span[itemprop="copyrightHolder"] {
    display: none !important;
}

@media (max-width: 768px) {
    #system-credits {
        text-align: center;
    }
}

button.scroll-to-top,
button.go-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    border: 2px solid #2a2a2a;
    background: #cccccc;
    transform: translateY(0);
    will-change: transform;
    transition: transform .2s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}
button.scroll-to-top i,
button.go-to-top i {
    font-size: 1.4rem;
    color: #000;
    pointer-events: none;
    transition: color .25s ease;
}
button.scroll-to-top:hover,
button.go-to-top:hover {
    background-color: #02a322;
    border-color: #02a322;
    transform: translateY(-3px);
    
}
button.scroll-to-top:focus-visible,
button.go-to-top:focus-visible {
    outline: 2px solid #02a322;
    outline-offset: 3px;
}

body .btn-icon-secondary {
    position: static;
    overflow: visible;
    background: transparent !important;
    border: none !important;
    color: #cccccc !important;
    text-transform: none;
    letter-spacing: 0;
}
body .btn-icon-secondary::before,
body .btn-icon-secondary::after {
    display: none !important;
}
body .btn-icon-secondary:hover {
    color: #02a322 !important;
    background: transparent !important;
}

/* Basis für alle anderen Buttons */
body .btn:not(.btn-icon-secondary):not(.btn-link):not(.btn-pause) {
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-color: #cccccc;
    border: 1px solid #02a322;
    border-radius: 0.125rem;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out,
                border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
}

/* Wipe-Overlay von links nach rechts */
body .btn:not(.btn-icon-secondary):not(.btn-link):not(.btn-pause)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #02a322;
    transform: translateX(-101%);
    transition: transform .3s ease-in-out;
    z-index: -1;
}

body .btn:not(.btn-icon-secondary):not(.btn-link):not(.btn-pause)::after {
    display: none !important;
}

body .btn:not(.btn-icon-secondary):not(.btn-link):not(.btn-pause):hover::before {
    transform: translateX(0);
}
body .btn:not(.btn-icon-secondary):not(.btn-link):not(.btn-pause):hover {
    color: #000;
    border-color: #02a322;
}

body .btn:focus-visible {
    outline: 2px solid #02a322;
    outline-offset: 3px;
    box-shadow: none;
}

body .btn i,
body .btn .fas,
body .btn .far,
body .btn .fab,
body .btn .btn-basket-check,
body .btn .btn-basket-check * {
    color: inherit;
    position: relative;
    z-index: 1;
}

body .btn > *,
body .btn > span {
    position: relative;
    z-index: 1;
}

body .btn-primary,
body .btn-primary:focus,
body .btn-primary:active,
body .btn-primary.active,
body .show > .btn-primary.dropdown-toggle {
    background-color: #cccccc;
    border-color: #02a322;
    color: #000;
}
body .btn-primary:not(:disabled):not(.disabled):active,
body .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #02a322;
    border-color: #02a322;
    color: #000;
}

body .btn-secondary,
body .btn-secondary:focus,
body .btn-secondary:active,
body .btn-secondary.active {
    background-color: #cccccc;
    border-color: #02a322;
    color: #000;
}

body .btn-outline-primary,
body .btn-outline-primary:focus {
    background-color: #cccccc;
    border: 1px solid #02a322;
    color: #000;
}
body .btn-outline-primary:active,
body .btn-outline-primary.active,
body .show > .btn-outline-primary.dropdown-toggle {
    background-color: #02a322;
    border-color: #02a322;
    color: #000;
}

body .btn-outline-secondary,
body .btn-outline-secondary:focus {
    background-color: #cccccc;
    border: 1px solid #02a322;
    color: #000;
}
body .btn-outline-secondary:active,
body .btn-outline-secondary.active,
body .show > .btn-outline-secondary.dropdown-toggle {
    background-color: #02a322;
    border-color: #02a322;
    color: #000;
}

body .btn-link {
    background: transparent !important;
    border-color: transparent !important;
    color: #cccccc;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    overflow: visible;
}
body .btn-link::before,
body .btn-link::after {
    display: none !important;
}
body .btn-link:hover {
    background: transparent !important;
    border-color: transparent !important;
    color: #02a322;
    box-shadow: none;
}

.card-products .card-header .btn {
    background: #cccccc;
    color: #000;
    border: 1px solid #02a322;
    margin-bottom: 0.75rem;
}

.table th,
.table td {
    border-color: #2a2a2a;
    color: #cccccc;
}

.table tbody tr:nth-child(even) td {
    background: #1a1a1a;
}

.table tbody tr:hover td {
    background: #161616;
}

.tab-navigation .nav-tabs {
    border-bottom: 1px solid #2a2a2a;
}

.tab-navigation .nav-tabs .nav-item {
    margin-right: 4px;
}

.tab-navigation .nav-tabs .nav-link {
    margin: 0;
    border-radius: 4px 4px 0 0;
    background: #0a0a0a;
    border: 1px solid #2a2a2a;
    border-bottom: none;
    padding: 8px 14px;
    color: #cccccc;
    position: relative;
    transition: all .2s ease;
}

.tab-navigation .nav-tabs .nav-link:hover {
    background: #161616;
    color: #02a322;
    border-color: #02a322;
}

.tab-navigation .nav-tabs .nav-link.active {
    background: #0a0a0a;
    border-color: #02a322;
    border-bottom: 2px solid #02a322;
    color: #02a322;
    font-weight: 700;
}

.productlist-filter,
.filter-wrapper,
.sidebar {
    background: #0a0a0a;
    border: 1px solid #2a2a2a;
    padding: 14px 16px;
}

.productlist-filter h4,
.productlist-filter h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #cccccc;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.filter-search-wrapper .input-group {
    display: none !important;
}

@media (min-width: 992px) {
    .newsletter-footer > .col-lg-3 {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

.newsletter-email-wrapper .input-group {
    align-items: stretch;
    flex-wrap: nowrap;
}

.newsletter-email-wrapper .form-control {
    height: 48px;
    border-right: none;
    flex: 1 1 auto;
    min-width: 0;
}

.newsletter-email-wrapper .input-group-append {
    flex-shrink: 0;
}

.newsletter-email-wrapper .input-group-append .btn {
    height: 48px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    border-left: 1px solid #2a2a2a;
    min-width: auto !important;
    width: auto !important;
    padding-left: 1rem;
    padding-right: 1rem;
}

.newsletter-email-wrapper .form-control:focus {
    box-shadow: none;
}

.newsletter-email-wrapper .form-control:focus + .input-group-append .btn,
.newsletter-email-wrapper:has(.form-control:focus) .input-group-append .btn {
    border-color: #02a322;
}

.newsletter-email-wrapper [data-lastpass-icon-root] {
    display: none !important;
}

.productlist-filter ul {
    list-style: none;
    padding: 0;
    margin-bottom: 14px;
}

.productlist-filter li {
    margin-bottom: 4px;
}

.productlist-filter .card-body {
    padding: 8px 0 0 0;
}

.btn-filter-box {
    background: #cccccc;
    border: 1px solid #02a322;
    color: #000;

    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 12px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    transition: color .3s ease;
}
.btn-filter-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #02a322;
    transform: translateX(-101%);
    transition: transform .35s cubic-bezier(.4, 0, .2, 1);
    z-index: -1;
}
.btn-filter-box:hover::before {
    transform: translateX(0);
}
.btn-filter-box:hover {
    color: #000;
    border-color: #02a322;
}

.filter-item {
    display: block;
    padding: 6px 12px;
    margin-bottom: 4px;
    background: #0a0a0a;
    border-left: 2px solid #0a0a0a;
    color: #cccccc;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.filter-item:hover,
.filter-item.active,
.filter-item[aria-current="true"] {
    background: #161616;
    border-left-color: #cccccc;
}

.filter-item .fa-square {
    color: #1c1c1c;
    margin-right: 8px;
    transition: color .2s ease;
}

.filter-item:hover .fa-square,
.filter-item.active .fa-square {
    color: #cccccc;
}

.filter-item-value {
    color: #cccccc;
    transition: color .2s ease;
}

.filter-item:hover .filter-item-value {
    color: #02a322;
}

.badge-outline-secondary {
    background: #0a0a0a;
    border: 1px solid #2a2a2a;
    color: #cccccc;
    font-size: 11px;
}

.filter-item:hover .badge-outline-secondary {
    border-color: #02a322;
    color: #02a322;
}

.box-filter-hr {
    border-color: #2a2a2a;
}

.active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1rem;
}

.active-filters .snippets-filter-item {
    background: #0a0a0a;
    border: 1px solid #2a2a2a;
    color: #cccccc;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .2s ease;
}

.active-filters .snippets-filter-item:hover {
    background: #161616;
    border-color: #02a322;
    color: #02a322;
}

.active-filters .snippets-filter-item-icon-left {
    font-size: 0.75rem;
    transition: color .2s ease;
}

.active-filters .snippets-filter-item:hover .snippets-filter-item-icon-left {
    color: #02a322;
}

.active-filters .snippets-filter-item-all {
    color: #cccccc;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: underline;
    transition: color .2s ease;
}

.active-filters .snippets-filter-item-all:hover {
    color: #02a322;
}

.breadcrumb-wrapper {
    border-top: 1px solid rgba(204, 204, 204, 0.2);
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0.75rem 0;
    display: none !important;
}

.breadcrumb-item a {
    color: #cccccc;
    transition: color .2s ease;
}

.breadcrumb-item a:hover {
    color: #02a322;
}

.breadcrumb-item.active {
    color: #cccccc;
}

body[data-page="2"] #breadcrumb,
body[data-page="2"] .breadcrumb-wrapper,
body[data-page="2"] .breadcrumb-container {
    display: none !important;
}


#complete-order-button {
    background-color: #1db954;
    border-color: #1db954;
    color: #0a0a0a;
}

#complete-order-button:hover,
#complete-order-button:focus {
    background-color: #22d665;
    border-color: #22d665;
    color: #0a0a0a;
}

#complete-order-button:active {
    background-color: #169c46;
    border-color: #169c46;
    color: #0a0a0a;
}


.nav.stepper.checkout-steps {
    background-color: #0a0a0a !important;
    border: 1px solid #2a2a2a !important;
    align-items: stretch !important;
    border-bottom: 0.3125rem solid #02a322 !important;
}

.stepper .step {
    background: #0a0a0a !important;
    align-items: center !important;
    display: flex !important;
}

/* Nummer-Badge */
.stepper .badge {
    background: #cccccc !important;
    border: none !important;
    color: #000 !important;
    font-weight: 700;
    transition: background .2s ease, color .2s ease;
    min-width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    padding: 0 !important;
    border-radius: 0 !important;
}

/* Step-Text */
.stepper .step-text {
    color: #cccccc !important;
    font-weight: 600;
    transition: color .2s ease;
}

/* Aktiver Schritt */
.stepper .step-current .badge,
.stepper .step-active .badge {
    background: #02a322 !important;
    color: #000 !important;
}

.stepper .step-current .step-text {
    color: #ffffff !important;
    font-weight: 700;
}

.stepper .step-active .step-text {
    color: #cccccc !important;
    opacity: 1;
}

.stepper .step-check {
    color: #02a322 !important;
}

.stepper .step::before,
.stepper .step::after {
    border-left-color: #02a322 !important;
    border-left-width: 0.3125rem !important;
    border-top-width: 0.3125rem !important;
    border-bottom-width: 0.3125rem !important;
}

.stepper .step a,
.stepper .step a:hover {
    text-decoration: none !important;
}

.stepper .step a:hover .badge {
    background: #02a322 !important;
    color: #000 !important;
}
.stepper .step a:hover .step-text {
    color: #02a322 !important;
}

.stepper .step-active .step-content::after {
    display: none !important;
}

#cart-dropdown-container .cart-dropdown-buttons {
    align-items: stretch;
}

#cart-dropdown-container .cart-dropdown-buttons .col {
    display: flex;
}

#cart-dropdown-container .cart-dropdown-buttons .btn {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 0 14px;
    line-height: 1;
    transition: all .25s ease;
}

#cart-dropdown-container .btn-outline-primary,
#cart-dropdown-container .btn-primary {
    background: #cccccc;
    border: 1px solid #02a322;
    color: #000;
}

#cart-dropdown-container .btn::after {
    display: none !important;
}

#cart-dropdown-container .btn-outline-primary:hover,
#cart-dropdown-container .btn-primary:hover {
    color: #000 !important;
}

.modal,
.modal.show {
    overflow: hidden !important;
}

.modal-dialog {
    margin: 2rem auto;
    max-height: calc(100vh - 4rem);
}

.modal-content {
    background: #0a0a0a !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 0;
    height: auto !important;
    max-height: calc(100vh - 4rem);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-header {
    position: relative;
    padding-right: 60px;
}

.modal-header .btn-close {
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
}

.modal-header .close,
.modal-header .btn-close {
    position: absolute;
    top: 8px;
    right: 4px;
    width: 40px;
    height: 40px;
    background: #0a0a0a !important;
    border: 2px solid #2a2a2a !important;
    border-radius: 2px;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    font-size: 0;
}

.modal-header .close::before,
.modal-header .close::after,
.modal-header .btn-close::before,
.modal-header .btn-close::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 3px;
    background: #cccccc;
    left: 50%;
    top: 50%;
    transform-origin: center;
    transition: background .2s ease;
}

.modal-header .close::before,
.modal-header .btn-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-header .close::after,
.modal-header .btn-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-header .close:hover,
.modal-header .btn-close:hover {
    border-color: #02a322 !important;
}

.modal-header .close:hover::before,
.modal-header .close:hover::after,
.modal-header .btn-close:hover::before,
.modal-header .btn-close:hover::after {
    background: #02a322;
}

.modal-body {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-body .container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-body .form-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.modal-body::-webkit-scrollbar {
    width: 5px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: rgba(2,163,34,0.6);
}


.form-control,
.custom-select,
textarea,
select {
    background-color: #0a0a0a;
    color: #cccccc;
    border: 1px solid #cccccc;
    box-shadow: none;
    font-size: 1.05rem !important;
    line-height: 1.5 !important;
    padding: 0.5rem 0.75rem !important;
    letter-spacing: 0.01em !important;
}

.form-control:focus,
.custom-select:focus,
textarea:focus,
select:focus {
    background-color: #0a0a0a;
    color: #cccccc;
    border-color: #02a322;
    box-shadow: 0 0 0 2px rgba(2,163,34,.25);
}

.form-control::placeholder,
textarea::placeholder {
    color: rgba(204,204,204,0.5);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #0a0a0a inset !important;
    -webkit-text-fill-color: #cccccc !important;
}

.tt-input,
.bg-typeahead-fix {
    background-color: #0a0a0a !important;
    color: #cccccc !important;
    border: 1px solid #cccccc !important;
    -webkit-text-fill-color: #cccccc !important;
}

.tt-input:focus,
.bg-typeahead-fix:focus {
    border-color: #02a322 !important;
    box-shadow: 0 0 0 2px rgba(2,163,34,.25) !important;
}

.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) label {
    background: #0a0a0a !important;
    color: #cccccc !important;
}

.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) label:after {
    background: #0a0a0a !important;
}

.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox)
input.form-control:placeholder-shown:not(:focus) ~ label,
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox)
input.form-control:placeholder-shown:not(:focus) + label {
    color: #cccccc !important;
}

/* ── Custom Checkboxen (Bootstrap custom-control) ── */
.custom-control-label::before {
    background-color: #0a0a0a !important;
    border: 1px solid #cccccc !important;
    border-radius: 2px !important;
    transition: background-color .15s ease, border-color .15s ease !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #02a322 !important;
    border-color: #02a322 !important;
}

.custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E") !important;
    background-size: 60% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.custom-control-label:hover::before {
    border-color: #02a322 !important;
}

/* Checkout-spezifische Label-Darstellung */
#checkout_create_account_unreg + .custom-control-label,
#checkout_register_shipping_address + .custom-control-label {
    color: #cccccc !important;
    font-weight: 700;
    cursor: pointer;
}

#plz,
#plz:focus {
    color: #cccccc !important;
}

#plz::placeholder {
    color: #cccccc;
    opacity: 1;
}

.form-row.swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    word-break: normal;
    overflow-wrap: normal;
}

label.variation.swatches-text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    height: 42px;
    padding: 0 12px;
    background: #111;
    border: 2px solid #2a2a2a;
    color: #cccccc;
    text-align: center;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
    margin: 0;
}

label.variation.swatches-text:not(.swatches-sold-out):hover {
    border-color: #02a322;
    color: #02a322;
}

label.variation.swatches-text:not(.swatches-sold-out).active,
label.variation.swatches-text:not(.swatches-sold-out).selected,
label.variation.swatches-text:not(.swatches-sold-out)[aria-checked="true"] {
    border: 2px solid #02a322 !important;
    background: #02a322 !important;
    color: #000 !important;
}

label.variation.swatches-text.swatches-sold-out {
    border: 2px dotted #cc0000;
    color: #cc0000;
    background: #111;
    cursor: not-allowed;
    opacity: .7;
}

.js-slider-wrapper .js-slider-items .js-slider-item {
    width: auto !important;
    min-width: auto !important;
}

/* PayPal SDK-Widget komplett ausblenden */
#za_ppc_card_img {
    display: none !important;
}

/* Eigenes Mastercard-VISA Bild via ::before */
#za_ppc_card_name::before {
    content: "";
    display: block;
    background: url("/bilder/intern/Mastercard-VISA.png") no-repeat center center;
    background-size: contain;
    width: 86px;
    height: 60px;
    flex-shrink: 0;
    margin-bottom: 0;
}

#za_ppc_card .custom-control-label {
    display: block !important;
    padding-left: 0 !important;
}

/* funding-name: Originaltext verstecken, fester Beschreibungstext via ::after */
#za_ppc_card_name {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 6px !important;
    margin-left: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    font-weight: normal !important;
}

#za_ppc_card_name::after {
    content: "Bezahle bequem und sicher per Kredit- oder Debitkarte. Nach Zahlungseingang versenden wir deine Bestellung.";
    display: block !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    color: #cccccc !important;
    font-weight: normal !important;
    white-space: normal !important;
}

/* Kreditkarten-Hinweistext: wird vom JTL-Backend via cHinweisText gerendert */

.shipping-method img,
.checkout-shipping-options img,
.col.title img,
.payment-method img,
.checkout-payment-options img,
.payment-options img,
img.w-20 {
    width: 86px !important;
    height: 60px !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

/* ── Zahlungsart: Checkbox + Logo in einer Reihe, vertikal zentriert ── */
.payment-method .custom-control,
.checkout-payment-options .custom-control,
.payment-options .custom-control,
[class*="payment"] .custom-control {
    display: flex !important;
    align-items: center !important;
    padding-left: 1.75rem !important;
}

.payment-method .custom-control-label,
.checkout-payment-options .custom-control-label,
.payment-options .custom-control-label,
[class*="payment"] .custom-control-label {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.payment-method .custom-control-label::before,
.checkout-payment-options .custom-control-label::before,
.payment-options .custom-control-label::before,
[class*="payment"] .custom-control-label::before {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.payment-method .custom-control-label::after,
.checkout-payment-options .custom-control-label::after,
.payment-options .custom-control-label::after,
[class*="payment"] .custom-control-label::after {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* Versandart: kein Layout-Override, nur Bildgröße — Theme-Layout bleibt erhalten */

.navigation-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.navigation-arrows .fa-chevron-left,
.navigation-arrows .fa-chevron-right {
    color: #cccccc;
}

.product-detail .product-sku {
    display: none !important;
}

.bubble {
    border: 2px solid #000;
    background: #cccccc;
}

.badge-primary {
    color: #000;
    background-color: #cccccc;
}

a.shipment.popup {
    color: #02a322 !important;
    font-weight: 700;
    text-decoration: none;
}

a.shipment.popup:hover {
    color: #02a322 !important;
}

.vs-wrap h2 { font-size: 1.4rem; font-weight: 700; margin-bottom: 1.2rem; letter-spacing: 0.04em; text-transform: uppercase; }
.vs-wrap p { line-height: 1.65; margin-bottom: 0.75rem; }
.vs-wrap .fas, .vs-wrap .fa, .vs-wrap .fab {
    color: #02a322;
}
.vs-toc { border: 1px solid #2a2a2a; padding: 0.7rem 1rem; margin-bottom: 1.25rem; }
.vs-toc ol { margin: 0; padding-left: 1.2rem; font-size: 0.9rem; }
.vs-card { border: 1px solid #2a2a2a; margin-bottom: 1.25rem; }
.vs-card-header { border-bottom: 1px solid #2a2a2a; padding: 0.8rem 1rem; font-weight: 700; font-size: 1rem; display: flex; align-items: center; gap: 10px; letter-spacing: 0.04em; text-transform: uppercase; color: #02a322; }
.vs-card-header .fas, .vs-card-header .fa { width: 18px; text-align: center; }
.vs-card-body { padding: 1rem 1.1rem; }
.vs-stats { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 1rem; }
.vs-stat { border: 1px solid #2a2a2a; border-left: 3px solid; padding: 0.6rem 0.9rem; min-width: 140px; max-width: 200px; }
.vs-stat .sl { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px; opacity: 0.6; }
.vs-stat .sv { font-size: 1.05rem; font-weight: 700; }
.vs-tables { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.vs-tables > div { flex: 1 1 200px; border: 1px solid #2a2a2a; }
.vs-tbl-label { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0; padding: 8px 12px; border-bottom: 1px solid #2a2a2a; opacity: 0.6; }
.vs-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; margin-bottom: 0; }
.vs-table thead th { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.06em; border: 1px solid #2a2a2a; border-bottom: 2px solid; padding: 9px 12px; text-align: center; font-weight: 700; }
.vs-table tbody td { border: none; border-bottom: 1px solid #2a2a2a; padding: 7px 12px; text-align: center; }
.vs-table tbody tr:nth-child(even) td { background: #1a1a1a; }
.vs-table tbody tr:last-child td { border-bottom: none; }
.vs-table tbody td:first-child { border-right: 1px solid #2a2a2a; }
.vs-table tbody td:last-child { font-weight: 700; }
.vs-note { border-left: 3px solid; padding: 0.55rem 0.85rem; font-size: 0.85rem; margin-top: 0.75rem; }
.vs-badge-warn { display: inline-flex; align-items: center; gap: 6px; font-size: 0.8rem; font-weight: 700; padding: 5px 14px; margin-bottom: 0.9rem; letter-spacing: 0.05em; text-transform: uppercase; }
.vs-info-list { margin-top: 0.5rem; }
.vs-info-row { display: flex; align-items: flex-start; gap: 12px; padding: 0.7rem 0; border-bottom: 1px solid #2a2a2a; font-size: 0.9rem; }
.vs-info-row:last-child { border-bottom: none; }
.vs-info-icon { 
    width: 34px; 
    height: 34px; 
    border: 1px solid #02a322; 
    color: #02a322; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-shrink: 0; 
}
.vs-info-icon .fas, .vs-info-icon .fa { font-size: 0.85rem; }
.vs-info-text strong { display: block; font-size: 0.8rem; font-weight: 700; margin-bottom: 3px; text-transform: uppercase; letter-spacing: 0.06em; }

@media (max-width: 500px) {
    .vs-tables { flex-direction: column; }
    .vs-stats { flex-direction: column; }
}

.productbox-ribbon.ribbon {
    top: 0;
}

.product-wrapper {
    display: flex;
}

.product-wrapper .productbox-column,
.product-wrapper .form-basket {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}

.product-wrapper .productbox-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-wrapper .productbox-inner > .row {
    flex: 1;
}

.product-list.row {
    align-items: flex-start;
}

.productbox-title {
    min-height: 2.8em;
}

@media (max-width: 575.98px) {
    .product-wrapper.col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        display: block;
    }

    .productbox-images {
        position: relative;
    }

    .first-wrapper {
        position: relative;
        z-index: 1;
    }

    .second-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .productbox-ribbon.ribbon {
        z-index: 3;
    }
}

@media (max-width: 767.98px) {
    #footer-boxes .collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
    }

    #footer-boxes .box-normal-link.dropdown-toggle {
        display: none;
    }

    #footer-boxes .productlist-filter-headline {
        display: flex !important;
    }
}

.updatingStockInfo .fa-spinner,
.jtl-spinner .fa-spinner {
    color: #02a322 !important;
}

.jtl-spinner {
    color: #02a322 !important;
}

@media (min-width: 992px) {
  #content-wrapper:not(.has-fluid) {
    padding-top: .5rem;
  }
}

.search-form-wrapper-fixed {
    display: none !important;
}

#footer.newsletter-active .newsletter-footer {
    display: none !important;
}
body[data-page="18"] #footer.newsletter-active .newsletter-footer {
    display: flex !important;
}

button[data-count-up],
button[data-count-down] {
    background: #4a4a4a !important;
    border: 1px solid #02a322 !important;
    color: #ffffff !important;
    overflow: visible !important;
}
button[data-count-up]::before,
button[data-count-down]::before,
button[data-count-up]::after,
button[data-count-down]::after {
    display: none !important;
}
button[data-count-up]:hover,
button[data-count-down]:hover {
    background: #5a5a5a !important;
    border-color: #02a322 !important;
    color: #ffffff !important;
}

#quantity-grp,
.choose_quantity.input-group,
.form-counter.input-group {
    border: 1px solid #02a322;
    box-shadow: none;
}

#quantity-grp .form-control,
.choose_quantity .form-control,
.form-counter .form-control {
    border: none;
    border-left: 1px solid #02a322;
    border-right: 1px solid #02a322;
    box-shadow: none;
    text-align: center;
}

.btn-hidden,
.btn-hidden-default {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden !important;
}

.btn.btn-primary.btn-sm.btn-block,
#cart-dropdown-container .btn-primary,
#cart-dropdown-container .btn-outline-primary {
    color: #000 !important;
}

#shop-nav .nav-link,
#shop-nav .nav-link .fas,
#shop-nav .nav-link .far,
#shop-nav .nav-link .fab,
#shop-nav .nav-link .fa,
#shop-nav .cart-icon-dropdown-price,
#shop-nav .cart-icon-dropdown-icon {
    color: #cccccc !important;
    transition: color .15s ease-in-out;
}
#shop-nav .nav-link:hover,
#shop-nav .nav-link:hover .fas,
#shop-nav .nav-link:hover .far,
#shop-nav .nav-link:hover .fab,
#shop-nav .nav-link:hover .fa,
#shop-nav .nav-link:hover .cart-icon-dropdown-price,
#shop-nav .nav-link:hover .cart-icon-dropdown-icon {
    color: #02a322 !important;
}

#shop-nav .fa-sup {
    color: #000 !important;
}

.form-control {
    font-family: 'Liberation Serif', serif !important;
}

button[name="versandrechnerBTN"] {
    white-space: nowrap !important;
}

#account-dropdown-menu .btn-sm,
#submit-btn {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media (max-width: 767px) {
  #search-header-mobile-top {
    display: none;
  }
}


/* Kreditkarte aktiv: kein Fettdruck */
#za_ppc_card .custom-control-input:checked ~ .custom-control-label,
#za_ppc_card .custom-control-input:checked ~ .custom-control-label * {
    font-weight: normal !important;
}

/* ── Mobile: Zahlungsart Text unter Bild ── */
@media (max-width: 575px) {
    .shipping-method img,
    .checkout-shipping-options img,
    .col.title img,
    .payment-method img,
    .checkout-payment-options img,
    .payment-options img,
    img.w-20 {
        width: 60px !important;
        height: 42px !important;
    }

    #za_ppc_card_name::before {
        width: 60px !important;
        height: 42px !important;
    }

    #za_ppc_card_name {
        gap: 6px !important;
    }

    /* Checkbox mittig zum Bild für alle Zahlungsarten */
    .payment-method .custom-control,
    .checkout-payment-options .custom-control,
    .payment-options .custom-control,
    [class*="payment"] .custom-control {
        align-items: flex-start !important;
        padding-top: 20px !important;
    }

    /* Label wird column: erst Bild, dann Text darunter */
    .payment-method .custom-control-label,
    .checkout-payment-options .custom-control-label,
    .payment-options .custom-control-label,
    [class*="payment"] .custom-control-label {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    /* Checkbox-Box mittig zum Bild */
    .payment-method .custom-control-label::before,
    .checkout-payment-options .custom-control-label::before,
    .payment-options .custom-control-label::before,
    [class*="payment"] .custom-control-label::before {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .payment-method .custom-control-label::after,
    .checkout-payment-options .custom-control-label::after,
    .payment-options .custom-control-label::after,
    [class*="payment"] .custom-control-label::after {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    /* Kreditkarte mobil: Bild oben, Text unten */
    #za_ppc_card_name {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    #za_ppc_card_name::after {
        display: block !important;
    }
}


