/* MatthiesDigitalSuite 1.0.0 · JTL-Shop 5.7.2 / NOVA */

:root {
    --md-navy: #07162e;
    --md-navy-soft: #102342;
    --md-blue: #1264ff;
    --md-blue-dark: #074bd8;
    --md-cyan: #17bdd2;
    --md-mint: #00d2a6;
    --md-violet: #7856ff;
    --md-bg: #f3f7fc;
    --md-surface: #ffffff;
    --md-surface-soft: #eef5fd;
    --md-text: #0b1830;
    --md-muted: #60708a;
    --md-border: #dce6f2;
    --md-danger: #c93449;
    --md-warning: #b26a00;
    --md-success: #067a5d;
    --md-radius-sm: 12px;
    --md-radius: 18px;
    --md-radius-lg: 26px;
    --md-shadow-sm: 0 10px 30px rgba(7, 22, 46, .07);
    --md-shadow: 0 24px 70px rgba(7, 22, 46, .12);
    --md-gradient: linear-gradient(135deg, var(--md-blue) 0%, var(--md-cyan) 72%, var(--md-mint) 100%);
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at 85% 0%, rgba(23, 189, 210, .10), transparent 32rem),
        radial-gradient(circle at 5% 18%, rgba(18, 100, 255, .08), transparent 30rem),
        var(--md-bg);
    color: var(--md-text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background: rgba(18, 100, 255, .18);
    color: var(--md-navy);
}

a {
    color: var(--md-blue-dark);
    text-decoration-thickness: .08em;
    text-underline-offset: .16em;
}

a:hover {
    color: var(--md-blue);
}

:focus-visible {
    outline: 3px solid rgba(18, 100, 255, .35) !important;
    outline-offset: 3px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--md-navy);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.15;
}

h1, .h1 {
    font-size: clamp(2rem, 5vw, 4.2rem);
}

h2, .h2 {
    font-size: clamp(1.55rem, 3vw, 2.5rem);
}

.text-muted,
.text-muted-util,
small {
    color: var(--md-muted) !important;
}

.container,
.container-fluid-xl {
    max-width: 1280px;
}

/* Header */

#header-top-bar {
    background: var(--md-navy);
    color: rgba(255, 255, 255, .82);
}

#header-top-bar a,
#header-top-bar .btn-link {
    color: #fff;
}

.fixed-navbar {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--md-border);
    box-shadow: 0 12px 34px rgba(7, 22, 46, .07);
    backdrop-filter: blur(16px);
}

#jtl-nav-wrapper .navbar {
    min-height: 82px;
}

#jtl-nav-wrapper .navbar-nav > .nav-item > .nav-link,
#jtl-nav-wrapper .nav-link {
    color: var(--md-text);
    font-weight: 700;
    border-radius: 10px;
}

#jtl-nav-wrapper .navbar-nav > .nav-item > .nav-link:hover,
#jtl-nav-wrapper .navbar-nav > .nav-item.active > .nav-link {
    color: var(--md-blue);
    background: rgba(18, 100, 255, .07);
}

.md-suite-logo {
    padding: .35rem 0;
}

.md-suite-logo__image {
    width: min(290px, 50vw);
    height: 66px !important;
    object-fit: contain;
    object-position: left center;
}

#shop-nav .nav-link,
#shop-nav .btn {
    color: var(--md-navy);
}

#shop-nav .badge,
.cart-icon-dropdown .badge {
    background: var(--md-gradient);
    color: #fff;
    border: 2px solid #fff;
}

.main-search-wrapper .form-control,
.search-form-wrapper .form-control {
    min-height: 48px;
    border: 1px solid var(--md-border);
    border-radius: 14px 0 0 14px;
    background: var(--md-surface-soft);
}

.main-search-wrapper .btn,
.search-form-wrapper .btn {
    border-radius: 0 14px 14px 0;
}

.dropdown-menu,
.megamenu .dropdown-menu {
    border: 1px solid var(--md-border);
    border-radius: var(--md-radius);
    box-shadow: var(--md-shadow);
    padding: .65rem;
}

.dropdown-item {
    border-radius: 9px;
    padding: .65rem .8rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: rgba(18, 100, 255, .08);
    color: var(--md-blue-dark);
}

/* Trust bar */

.md-suite-trustbar {
    background: linear-gradient(90deg, var(--md-navy), #102c54);
    color: #fff;
    font-size: .82rem;
    letter-spacing: .01em;
}

.md-suite-trustbar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.2rem;
    min-height: 42px;
}

.md-suite-trustbar span,
.md-suite-trustbar a {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #fff;
    white-space: nowrap;
}

.md-suite-trustbar a {
    font-weight: 750;
}

.md-suite-trustbar i {
    color: var(--md-mint);
}

/* Content and breadcrumb */

#content-wrapper {
    padding-top: clamp(1.25rem, 3vw, 2.5rem);
    padding-bottom: 4rem;
}

.breadcrumb-wrapper {
    background: transparent;
    border: 0;
}

.breadcrumb {
    background: rgba(255, 255, 255, .70);
    border: 1px solid var(--md-border);
    border-radius: 999px;
    padding: .55rem 1rem;
    font-size: .86rem;
    width: fit-content;
}

.hr-sect::before,
.hr-sect::after {
    border-color: var(--md-border);
}

/* Buttons */

.btn {
    min-height: 44px;
    border-radius: var(--md-radius-sm);
    font-weight: 750;
    letter-spacing: -.01em;
    padding: .62rem 1rem;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary,
.btn.btn-primary {
    background: var(--md-gradient);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 10px 24px rgba(18, 100, 255, .20);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    background: linear-gradient(135deg, var(--md-blue-dark), var(--md-blue) 48%, var(--md-cyan));
    border-color: transparent;
    color: #fff;
    box-shadow: 0 14px 30px rgba(18, 100, 255, .28);
}

.btn-secondary,
.btn-outline-primary {
    background: #fff;
    border-color: var(--md-border);
    color: var(--md-navy);
}

.btn-secondary:hover,
.btn-outline-primary:hover {
    background: var(--md-surface-soft);
    border-color: rgba(18, 100, 255, .35);
    color: var(--md-blue-dark);
}

.btn-danger {
    border-color: var(--md-danger);
    background: var(--md-danger);
}

/* Forms */

.form-control,
.custom-select,
.bootstrap-select > .dropdown-toggle,
select.form-control {
    min-height: 48px;
    border: 1px solid #cad8e8;
    border-radius: var(--md-radius-sm);
    background-color: #fff;
    color: var(--md-text);
    box-shadow: none;
}

textarea.form-control {
    min-height: 120px;
}

.form-control:focus,
.custom-select:focus {
    border-color: var(--md-blue);
    box-shadow: 0 0 0 4px rgba(18, 100, 255, .10);
}

.form-group label,
.custom-control-label {
    color: var(--md-text);
    font-weight: 700;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--md-blue);
    border-color: var(--md-blue);
}

/* Cards, alerts and tables */

.card,
.panel,
.card-gray,
.account-head-data,
.checkout-steps .card {
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--md-border);
    border-radius: var(--md-radius);
    box-shadow: var(--md-shadow-sm);
}

.card-header,
.card-footer {
    background: var(--md-surface-soft);
    border-color: var(--md-border);
}

.card-header:first-child {
    border-radius: calc(var(--md-radius) - 1px) calc(var(--md-radius) - 1px) 0 0;
}

.alert {
    border: 0;
    border-left: 4px solid currentColor;
    border-radius: var(--md-radius-sm);
    box-shadow: var(--md-shadow-sm);
}

.alert-info {
    background: #eaf4ff;
    color: #124d91;
}

.alert-success {
    background: #e8fbf5;
    color: var(--md-success);
}

.alert-warning {
    background: #fff5df;
    color: var(--md-warning);
}

.alert-danger {
    background: #fff0f2;
    color: var(--md-danger);
}

.table {
    background: #fff;
    border-radius: var(--md-radius);
    overflow: hidden;
}

.table thead th {
    background: var(--md-navy);
    border-color: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: .78rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.table td,
.table th {
    border-color: var(--md-border);
    vertical-align: middle;
}

/* Product lists */

.productbox-inner,
.product-wrapper,
.productbox.productbox-hover {
    height: 100%;
}

.productbox-inner {
    background: #fff;
    border: 1px solid var(--md-border);
    border-radius: var(--md-radius);
    box-shadow: var(--md-shadow-sm);
    overflow: hidden;
    padding: .8rem;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.productbox-inner:hover {
    border-color: rgba(18, 100, 255, .32);
    box-shadow: var(--md-shadow);
    transform: translateY(-4px);
}

.productbox-image,
.productbox-image .square-image,
.productbox-image img {
    border-radius: 14px;
}

.productbox-title,
.productbox-title a {
    color: var(--md-navy);
    font-weight: 800;
    line-height: 1.3;
}

.productbox-price,
.productbox .price,
.price_wrapper .price,
.price.h1 {
    color: var(--md-blue-dark);
    font-weight: 850;
    letter-spacing: -.035em;
}

.productbox .badge,
.product-badge,
.ribbon {
    background: var(--md-gradient);
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    padding: .4rem .7rem;
}

.productbox-options .btn,
.productbox-actions .btn {
    border-radius: 10px;
}

.pagination .page-link {
    border: 1px solid var(--md-border);
    color: var(--md-navy);
    margin: 0 .15rem;
    border-radius: 10px !important;
}

.pagination .page-item.active .page-link {
    background: var(--md-gradient);
    border-color: transparent;
}

.box-categories,
.box-filter-special,
.filter-options {
    background: #fff;
    border: 1px solid var(--md-border);
    border-radius: var(--md-radius);
    box-shadow: var(--md-shadow-sm);
    padding: 1rem;
}

/* Product details */

.product-detail .product-gallery,
.product-detail .product-info-inner,
.product-info-inner {
    background: #fff;
    border: 1px solid var(--md-border);
    border-radius: var(--md-radius-lg);
    box-shadow: var(--md-shadow-sm);
}

.product-info-inner {
    padding: clamp(1.2rem, 3vw, 2rem);
}

.product-info-inner h1,
.product-info-inner .h1 {
    font-size: clamp(1.9rem, 4vw, 3.25rem);
}

.product-gallery .slick-slide img,
.product-detail .product-image img {
    border-radius: var(--md-radius);
}

.product-variations .form-group,
.variations .form-group,
.config-item {
    background: var(--md-surface-soft);
    border: 1px solid var(--md-border);
    border-radius: var(--md-radius-sm);
    padding: .8rem;
}

.product-buy .quantity-wrapper,
.add-to-cart .quantity-wrapper {
    border-radius: var(--md-radius-sm);
}

.delivery-status .status-1,
.signal_image.in-stock {
    color: var(--md-success);
}

.nav-tabs {
    border-bottom: 1px solid var(--md-border);
    gap: .35rem;
}

.nav-tabs .nav-link {
    border: 0;
    border-radius: 10px 10px 0 0;
    color: var(--md-muted);
    font-weight: 750;
}

.nav-tabs .nav-link.active {
    background: var(--md-navy);
    color: #fff;
}

.tab-content {
    background: #fff;
    border: 1px solid var(--md-border);
    border-top: 0;
    border-radius: 0 0 var(--md-radius) var(--md-radius);
    padding: clamp(1rem, 3vw, 2rem);
}

/* Basket and checkout */

.basket-heading,
.checkout-heading {
    color: var(--md-navy);
}

.basket_wrapper,
.basket-items,
.checkout-steps,
.checkout-confirmation {
    background: #fff;
    border: 1px solid var(--md-border);
    border-radius: var(--md-radius);
    box-shadow: var(--md-shadow-sm);
}

.basket-items {
    overflow: hidden;
}

.basket-item,
.cart-items-body > div {
    border-color: var(--md-border) !important;
}

.cart-summary,
.basket-summary.card-gray,
.checkout-order-items {
    background: #fff;
    border: 1px solid var(--md-border);
    border-radius: var(--md-radius);
    box-shadow: var(--md-shadow);
}

.basket-summary-total,
.checkout-total {
    background: var(--md-surface-soft);
    border-radius: var(--md-radius-sm);
    color: var(--md-navy);
    padding: 1rem;
}

.total-sum,
.basket-summary-total .price,
.checkout-total .price {
    color: var(--md-blue-dark);
    font-size: 1.35rem;
    font-weight: 850;
}

#cart-checkout-btn,
.checkout-button-row .btn-primary,
.complete-order-button .btn-primary {
    min-height: 54px;
    width: 100%;
    font-size: 1.02rem;
}

.checkout-steps .step {
    border-color: var(--md-border);
}

.checkout-steps .step.active,
.checkout-steps .step-current {
    color: var(--md-blue-dark);
}

.checkout-steps .step.active .step-icon,
.checkout-steps .step-current .step-icon {
    background: var(--md-gradient);
    color: #fff;
}

.shipping-method,
.payment-method,
.checkout-payment-method,
.checkout-shipping-method {
    background: #fff;
    border: 1px solid var(--md-border);
    border-radius: var(--md-radius-sm);
    padding: 1rem;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.shipping-method:hover,
.payment-method:hover {
    border-color: rgba(18, 100, 255, .40);
    box-shadow: 0 8px 22px rgba(7, 22, 46, .08);
}

/* Account */

.account-content,
.account-data,
.order-history,
.login-wrapper,
.register-form {
    background: #fff;
    border: 1px solid var(--md-border);
    border-radius: var(--md-radius);
    box-shadow: var(--md-shadow-sm);
    padding: clamp(1rem, 3vw, 2rem);
}

.account-menu .nav-link,
.list-group-item {
    border-color: var(--md-border);
}

.account-menu .nav-link.active,
.list-group-item.active {
    background: var(--md-navy);
    border-color: var(--md-navy);
    color: #fff;
}

/* Consent and modals */

.modal-content,
.consent-manager,
#consent-manager {
    border: 1px solid var(--md-border);
    border-radius: var(--md-radius-lg);
    box-shadow: var(--md-shadow);
}

.modal-header,
.modal-footer {
    border-color: var(--md-border);
}

/* Startseite */

.md-suite-home {
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    width: 100vw;
}

.md-suite-home__inner {
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.md-suite-home-hero {
    background:
        radial-gradient(circle at 78% 18%, rgba(26, 196, 212, .24), transparent 23rem),
        radial-gradient(circle at 15% 82%, rgba(18, 100, 255, .14), transparent 24rem),
        linear-gradient(145deg, #f8fbff, #edf6ff);
    border-bottom: 1px solid var(--md-border);
    padding: clamp(3.5rem, 8vw, 7rem) 0;
}

.md-suite-home-hero__grid {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 6vw, 6rem);
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
}

.md-suite-home-kicker {
    color: var(--md-blue);
    display: inline-block;
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .11em;
    margin-bottom: .85rem;
    text-transform: uppercase;
}

.md-suite-home-hero h1 {
    color: var(--md-navy);
    font-size: clamp(2.65rem, 5.5vw, 5rem);
    letter-spacing: -.055em;
    line-height: .98;
    margin: 0;
    max-width: 850px;
}

.md-suite-home-hero h1 span {
    -webkit-background-clip: text;
    background: var(--md-gradient);
    background-clip: text;
    color: transparent;
}

.md-suite-home-hero__copy > p {
    color: var(--md-text-muted);
    font-size: clamp(1rem, 1.6vw, 1.22rem);
    line-height: 1.7;
    margin: 1.4rem 0 1.6rem;
    max-width: 720px;
}

.md-suite-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.md-suite-home-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.25rem;
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
}

.md-suite-home-benefits li {
    align-items: center;
    color: var(--md-navy-soft);
    display: inline-flex;
    font-size: .82rem;
    font-weight: 750;
    gap: .45rem;
}

.md-suite-home-benefits i {
    color: var(--md-cyan);
}

.md-suite-home-suite {
    background:
        radial-gradient(circle at 85% 10%, rgba(26, 196, 212, .24), transparent 15rem),
        linear-gradient(145deg, #07162e, #102b50);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(7, 22, 46, .22);
    color: #fff;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.md-suite-home-suite__label {
    color: #6ee9e3;
    display: block;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .09em;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.md-suite-home-suite__brand {
    align-items: center;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 17px;
    color: var(--md-navy);
    display: flex;
    gap: .85rem;
    margin-top: .7rem;
    min-height: 78px;
    padding: .7rem .85rem;
}

.md-suite-home-suite__brand > span {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.md-suite-home-suite__brand strong {
    color: var(--md-navy);
    font-size: .98rem;
}

.md-suite-home-suite__brand small {
    color: var(--md-text-muted);
    font-size: .72rem;
}

.md-suite-brand-logo {
    flex: 0 0 50px;
    height: 50px;
    object-fit: contain;
    width: 50px;
}

.md-suite-brand-logo--account {
    clip-path: polygon(50% 0, 90% 15%, 90% 56%, 75% 80%, 50% 100%, 25% 80%, 10% 56%, 10% 15%);
}

.md-suite-brand-logo--nick {
    height: 46px;
    width: 46px;
}

.md-suite-brand-logo--cmd {
    border-radius: 12px;
}

.md-suite-home-categories {
    background: #fff;
    padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.md-suite-home-sectionhead {
    max-width: 750px;
}

.md-suite-home-sectionhead h2 {
    color: var(--md-navy);
    font-size: clamp(2rem, 4vw, 3.3rem);
    letter-spacing: -.045em;
    margin: 0 0 .6rem;
}

.md-suite-home-sectionhead p {
    color: var(--md-text-muted);
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}

.md-suite-home-categorygrid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.md-suite-home-categorygrid article {
    background: linear-gradient(145deg, #fff, #f6faff);
    border: 1px solid var(--md-border);
    border-radius: 20px;
    box-shadow: var(--md-shadow-sm);
    padding: clamp(1.25rem, 2.5vw, 1.8rem);
}

.md-suite-home-categorygrid h3 {
    color: var(--md-navy);
    font-size: 1.15rem;
    margin: 1rem 0 .55rem;
}

.md-suite-home-categorygrid p {
    color: var(--md-text-muted);
    font-size: .86rem;
    line-height: 1.65;
    margin: 0;
}

.md-suite-home-categoryicon {
    background: var(--md-gradient);
    border-radius: 13px;
    color: #fff;
    display: inline-grid;
    font-size: 1.15rem;
    height: 46px;
    place-items: center;
    width: 46px;
}

/* Standard JTL footer */

#footer {
    background:
        radial-gradient(circle at 88% 8%, rgba(23, 189, 210, .18), transparent 27rem),
        linear-gradient(145deg, #07162e, #0d2446);
    color: rgba(255, 255, 255, .78);
    padding-top: 0;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer .h1,
#footer .h2,
#footer .h3,
#footer .h4,
#footer .h5,
#footer a {
    color: #fff;
}

#footer a:hover {
    color: #7fe7ee;
}

#footer .container {
    max-width: 1280px;
}

#footer #footer-boxes {
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr);
    column-gap: clamp(2rem, 7vw, 7rem);
    align-items: start;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 1.5rem;
    width: 100%;
}

#footer #footer-boxes > [class*="col-"] {
    flex: none;
    margin-bottom: .75rem;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

#footer .box-normal,
#footer .box-normal .box-normal-content,
#footer .box-normal .box-normal-link,
#footer .box-normal .nav-link,
#footer .box-normal .list-group-item,
#footer .footer-additional-wrapper,
#footer .footnote-vat,
#footer .footnote-vat .small {
    color: rgba(255, 255, 255, .86) !important;
}

#footer .box-normal .box-normal-heading,
#footer .box-normal .box-normal-heading a,
#footer .box-normal .box-normal-title,
#footer .box-normal .productlist-filter-headline {
    color: #fff !important;
    font-weight: 800;
}

#footer .box-normal .productlist-filter-headline {
    font-size: .8rem;
    letter-spacing: .08em;
    margin-bottom: .55rem;
    text-transform: uppercase;
}

#footer .box-normal-hr {
    display: none;
}

#footer .box-normal .box-normal-link:hover,
#footer .box-normal .nav-link:hover,
#footer .box-normal .list-group-item:hover {
    background: transparent;
    color: #7fe7ee !important;
}

#footer .withdrawal-link-wrapper {
    display: none !important;
}

#footer .footnote-vat {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 1rem;
    padding: 1.15rem 0 1.5rem;
}

#footer .form-control {
    background: rgba(255, 255, 255, .10);
    border-color: rgba(255, 255, 255, .20);
    color: #fff;
}

#footer .form-control::placeholder {
    color: rgba(255, 255, 255, .58);
}

#copyright {
    background: #030c1c;
    color: rgba(255, 255, 255, .72);
    border-top: 0 !important;
    margin-top: 0;
    padding: .9rem 0;
}

#copyright a {
    color: rgba(255, 255, 255, .86);
}

/* Suite footer */

.md-suite-footer {
    background: transparent;
    border: 0;
    color: #fff;
    padding: clamp(2rem, 4vw, 3.25rem) 0 1.6rem;
}

.md-suite-footer__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.4rem;
}

.md-suite-kicker {
    color: #6ee9e3;
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.md-suite-footer h2 {
    color: #fff;
    font-size: clamp(1.85rem, 3vw, 2.65rem);
    margin: .45rem 0 .55rem;
}

.md-suite-footer p {
    color: rgba(255, 255, 255, .67);
    margin: 0;
}

.md-suite-footer__account {
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    min-width: 245px;
    padding: .85rem 1rem;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 15px;
    color: #fff !important;
    text-decoration: none;
}

.md-suite-footer__account:hover {
    background: rgba(255, 255, 255, .16);
    color: #fff !important;
    transform: translateY(-2px);
}

.md-suite-footer__account > img {
    clip-path: polygon(50% 0, 90% 15%, 90% 56%, 75% 80%, 50% 100%, 25% 80%, 10% 56%, 10% 15%);
    flex: 0 0 43px;
    height: 43px;
    object-fit: contain;
    width: 43px;
}

.md-suite-footer__account span {
    display: flex;
    flex-direction: column;
}

.md-suite-footer__account small {
    color: rgba(255, 255, 255, .74) !important;
    font-size: .72rem;
}

.md-suite-footer__account strong {
    color: #fff !important;
}

.md-suite-footer__products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.md-suite-footer__products > a {
    display: flex;
    align-items: center;
    gap: .9rem;
    min-height: 90px;
    padding: .85rem;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--md-radius);
    color: #fff !important;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.md-suite-footer__products > a:hover {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(110, 233, 227, .38);
    color: #fff !important;
    transform: translateY(-3px);
}

.md-suite-footer__products > a > span:last-child {
    display: flex;
    flex-direction: column;
}

.md-suite-footer__products strong {
    color: #fff !important;
    font-size: 1rem;
}

.md-suite-footer__products small {
    color: rgba(255, 255, 255, .72) !important;
    font-size: .75rem;
}

@media (min-width: 768px) {
    #footer #footer-boxes .nav.flex-column {
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: .1rem 1.2rem;
    }

    #footer #footer-boxes .nav-item {
        width: auto;
    }

    #footer #footer-boxes .nav-link {
        line-height: 1.35;
        padding: .18rem 0;
    }
}

.md-suite-product-logo {
    display: inline-grid;
    place-items: center;
    flex: 0 0 58px;
    height: 58px;
    width: 58px;
}

.md-suite-product-logo__image {
    height: 54px;
    object-fit: contain;
    width: 54px;
}

.md-suite-product-logo__image--account {
    clip-path: polygon(50% 0, 90% 15%, 90% 56%, 75% 80%, 50% 100%, 25% 80%, 10% 56%, 10% 15%);
}

.md-suite-product-logo__image--nick {
    height: 50px;
    width: 50px;
}

.md-suite-product-logo__image--cmd {
    border-radius: 13px;
}

/* Eigene JTL-Startseite */

.md-home {
    margin: 0 auto;
    max-width: 1280px;
    padding: clamp(1.5rem, 4vw, 3.25rem) 1rem clamp(3rem, 7vw, 5.5rem);
    width: 100%;
}

.md-home-hero {
    align-items: center;
    background:
        radial-gradient(circle at 90% 5%, rgba(19, 205, 208, .28), transparent 19rem),
        linear-gradient(145deg, #07162e, #12345c);
    border-radius: 28px;
    color: #fff;
    display: grid;
    gap: clamp(2rem, 5vw, 5rem);
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4.5rem);
}

.md-home-kicker {
    color: #61e6e5;
    display: inline-block;
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .11em;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.md-home-hero h1 {
    color: #fff;
    font-size: clamp(2.5rem, 5vw, 4.75rem);
    letter-spacing: -.055em;
    line-height: 1;
    margin: 0;
}

.md-home-hero h1 span {
    -webkit-background-clip: text;
    background: linear-gradient(100deg, #4b8fff, #21d6cd);
    background-clip: text;
    color: transparent;
}

.md-home-hero__copy > p {
    color: rgba(255, 255, 255, .74);
    font-size: 1.08rem;
    line-height: 1.65;
    margin: 1.25rem 0 1.5rem;
    max-width: 690px;
}

.md-home-actions,
.md-home-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.md-home-actions .btn-outline-primary {
    border-color: rgba(255, 255, 255, .48);
    color: #fff;
}

.md-home-actions .btn-outline-primary:hover {
    background: #fff;
    border-color: #fff;
    color: var(--md-navy);
}

.md-home-benefits {
    gap: .75rem 1.1rem;
    list-style: none;
    margin: 1.4rem 0 0;
    padding: 0;
}

.md-home-benefits li {
    align-items: center;
    color: rgba(255, 255, 255, .8);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 700;
    gap: .4rem;
}

.md-home-benefits i {
    color: #36dacc;
}

.md-home-products {
    display: grid;
    gap: .75rem;
}

.md-home-products > a {
    align-items: center;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 18px;
    color: var(--md-navy);
    display: flex;
    gap: .9rem;
    min-width: 0;
    padding: .75rem;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.md-home-products > a:hover {
    box-shadow: 0 18px 34px rgba(0, 0, 0, .15);
    color: var(--md-navy);
    transform: translateY(-2px);
}

.md-home-products img {
    flex: 0 0 64px;
    max-height: 64px !important;
    max-width: 64px !important;
}

.md-home-products span {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.md-home-products strong {
    color: var(--md-navy);
    font-size: 1rem;
}

.md-home-products small {
    color: var(--md-text-muted);
    font-size: .75rem;
}

.md-home-overview {
    padding: clamp(3rem, 7vw, 5.5rem) 0 2rem;
}

.md-home-overview > header {
    max-width: 760px;
}

.md-home-overview h2 {
    color: var(--md-navy);
    font-size: clamp(2rem, 4vw, 3.25rem);
    letter-spacing: -.045em;
    margin: 0 0 .65rem;
}

.md-home-overview > header > p {
    color: var(--md-text-muted);
    line-height: 1.65;
}

.md-home-cards {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.75rem;
}

.md-home-cards article {
    background: linear-gradient(145deg, #fff, #f4f9ff);
    border: 1px solid var(--md-border);
    border-radius: 20px;
    box-shadow: var(--md-shadow-sm);
    padding: clamp(1.25rem, 2.5vw, 1.8rem);
}

.md-home-cards h3 {
    color: var(--md-navy);
    font-size: 1.12rem;
    margin: 1rem 0 .5rem;
}

.md-home-cards p {
    color: var(--md-text-muted);
    font-size: .87rem;
    line-height: 1.65;
    margin: 0;
}

.md-home-icon {
    background: var(--md-gradient);
    border-radius: 13px;
    color: #fff;
    display: inline-grid;
    font-size: 1.1rem;
    height: 46px;
    place-items: center;
    width: 46px;
}

.md-home-shop {
    padding-top: 1rem;
}

/* Eigener einfacher JTL-Footer */

#footer.md-simple-footer {
    background: #07162e;
    border: 0;
    color: rgba(255, 255, 255, .72);
    margin: 0;
    padding: clamp(2.5rem, 5vw, 4rem) max(1rem, calc((100% - 1280px) / 2));
    width: 100%;
}

.md-simple-footer__inner {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(135px, .65fr));
}

.md-simple-footer__brand img {
    height: auto !important;
    max-height: 70px !important;
    max-width: 240px !important;
    object-fit: contain;
    width: 240px !important;
}

.md-simple-footer__brand p {
    color: rgba(255, 255, 255, .66);
    font-size: .84rem;
    line-height: 1.6;
    margin: 1rem 0 0;
    max-width: 390px;
}

.md-simple-footer__brand .md-simple-footer__shipping {
    color: #67e4df;
    font-weight: 750;
    margin-top: .55rem;
}

.md-simple-footer__column {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: .62rem;
}

#footer.md-simple-footer .md-simple-footer__column h2 {
    color: #fff;
    font-size: .84rem;
    letter-spacing: .08em;
    margin: 0 0 .25rem;
    text-transform: uppercase;
}

#footer.md-simple-footer a {
    color: rgba(255, 255, 255, .76);
    font-size: .84rem;
    text-decoration: none;
}

#footer.md-simple-footer a:hover {
    color: #67e4df;
}

.md-simple-footer__bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    flex-wrap: wrap;
    font-size: .74rem;
    gap: .65rem 1.5rem;
    justify-content: space-between;
    margin-top: 2.25rem;
    padding-top: 1.25rem;
}

@media (max-width: 991.98px) {
    .md-home-hero {
        grid-template-columns: 1fr;
    }

    .md-home-products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md-home-products > a {
        align-items: flex-start;
        flex-direction: column;
    }

    .md-simple-footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .md-home-products,
    .md-home-cards {
        grid-template-columns: 1fr;
    }

    .md-home-products > a {
        align-items: center;
        flex-direction: row;
    }
}

@media (max-width: 575.98px) {
    .md-home {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .md-home-hero {
        border-radius: 20px;
        padding: 1.4rem;
    }

    .md-home-hero h1 {
        font-size: 2.35rem;
    }

    .md-simple-footer__inner {
        grid-template-columns: 1fr;
    }

    .md-simple-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Responsive */

@media (max-width: 991.98px) {
    #jtl-nav-wrapper .navbar {
        min-height: 68px;
    }

    .md-suite-logo__image {
        width: min(225px, 58vw);
        height: 56px !important;
    }

    .md-suite-trustbar__inner {
        justify-content: flex-start;
        gap: 1.2rem;
        overflow-x: auto;
        padding: .65rem 1rem;
        scrollbar-width: none;
    }

    .md-suite-trustbar__inner::-webkit-scrollbar {
        display: none;
    }

    .md-suite-footer__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .md-suite-footer__products {
        grid-template-columns: 1fr;
    }

    .md-suite-home-hero__grid {
        grid-template-columns: 1fr;
    }

    .md-suite-home-suite {
        max-width: 680px;
    }

    .md-suite-home-categorygrid {
        grid-template-columns: 1fr;
    }

    #footer #footer-boxes {
        column-gap: 2rem;
        grid-template-columns: 1fr 1fr;
    }

    .cart-summary,
    .basket-summary.card-gray {
        position: static !important;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: .96rem;
    }

    #content-wrapper {
        padding-top: 1rem;
    }

    .md-suite-trustbar__inner span:nth-child(2),
    .md-suite-trustbar__inner span:nth-child(3) {
        display: none;
    }

    .card,
    .product-info-inner,
    .basket_wrapper,
    .cart-summary {
        border-radius: 14px;
    }

    .btn {
        min-height: 46px;
    }

    .md-suite-footer__account {
        width: 100%;
    }

    #footer #footer-boxes {
        display: block;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    body {
        background: #fff;
    }

    .fixed-navbar,
    .md-suite-trustbar,
    .md-suite-footer,
    #footer,
    #copyright {
        display: none !important;
    }
}
