:root {
    --default-font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    --page-max-fullwidth: 1536px;
    --page-max-width: 1280px;

    /* Hauptfarben */
    --primary-color: rgb(33, 84, 158);
    /* kräftiges Blau */
    --primary-color-light: rgb(74, 125, 194);
    /* helleres Blau für Hover, Akzente */
    --primary-color-lighter: rgb(171, 198, 232);
    /* sehr helles Blau für Flächen oder Highlights */
    --primary-color-dark: rgba(15, 34, 63, 1);
    /* dunkler für Buttons, Header */

    /* Sekundärfarben */
    --secondary-color: rgb(255, 140, 0);
    /* Kontrastierendes Orange */
    --secondary-color-light: rgb(255, 173, 64);
    /* Hover Orange */
    --secondary-color-dark: rgb(204, 112, 0);
    /* Button-Orange */

    /* Feedbackfarben */
    --success-color: #28a745;
    --error-color: #dc3545;
    --warning-color: #ffc107;
    --info-color: #17a2b8;

    /* Hintergrundfarben */
    --background-color: #ffffff;
    --background-alt: #f3f5fa;

    /* Breadcrumb spezifisch */
    --starpoint-gradient: linear-gradient(120deg, rgba(32, 79, 150, 1) 0%, rgba(16, 33, 69, 1) 15%, rgba(18, 33, 43, 1) 23%, rgba(0, 0, 0, 1) 88%, rgba(61, 18, 61, 1) 100%);
    --alternate-gradient: linear-gradient(135deg,
            #fff6d4 0%,
            /* sehr helles Gold-Highlight */
            #ffd700 30%,
            /* sattes Goldgelb */
            #ffa500 60%,
            /* kräftiger, warmer Orangeton für Tiefe */
            #ffd700 85%,
            /* zurück zum satten Gold */
            #fff6d4 100%
            /* Glanzlicht */
        );

    --color-nebula-blue: #1e549e;
    --color-cosmic-blue: #2b6ac6;
    --color-starlight-blue: #2e98ea;
    --color-supernova: #ffffff;
    --color-moondust: #f7f7f7;
    --color-asteroid: #e3e3e3;
    --color-orbit: #b5b5b5;
    --color-dark-matter: #6e6e6e;
    --color-event-horizon: #18191c;

    /* Textfarben */
    --text-color: var(--color-event-horizon);
    --text-light: var(--color-dark-matter);
    --text-lighter: var(--color-orbit);

    --header-panel-height: 70px;
}

/* Temporary disabled */

#amasty-shopby-product-list .toolbar .modes {
    display: none !important;
}

img.logo-desktop {
    max-height: 45px !important;
    width: auto;
    height: auto;
    display: none;
}

img.logo-mobile {
    max-height: 45px !important;
    width: auto;
    height: auto;
}

.header.content {
    margin: 0 0 40px 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: none;

}

#search {
    height: 40px;
    border-radius: 48px;
    padding-left: 20px;
    color: #222;
    font-weight: 600;
    margin-bottom: 2px;
}

.block-search .action.search {
    top: 4px;
    right: 16px;
}

/* lupe / magnifier icon */
.block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

button.action.search {
    background: transparent;
}

.block-search .action.search span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.page-header {
    background: none;
    max-width: 1280px;
    margin: 40px auto;
    width: 100%;
}

.block-search {
    float: none;
    margin-top: 0 !important;
}

a.logo {
    margin: 0 20px 0 0;
}

body {
    font-family: var(--default-font-family);
    font-size: 16px;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HandGth', sans-serif;
    font-weight: bold;
    margin: 0;
}

h1 {
    font-size: 62px;
    letter-spacing: 0.5px;
    line-height: 1.0;
    margin-bottom: 20px;
}

h2 {
    font-size: 52px;
    letter-spacing: 0.5px;
    line-height: 1.0;
    margin-bottom: 18px;
}

h3 {
    font-size: 42px;
    letter-spacing: 0.5px;
    line-height: 1.0;
    margin-bottom: 16px;
}

h4 {
    font-size: 32px;
    letter-spacing: 0.5px;
    line-height: 1.0;
    margin-bottom: 14px;
}

h5 {
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 1.0;
    margin-bottom: 12px;
}

h6 {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.0;
    margin-bottom: 10px;
}

.header .links {
    color: #000;
}

.header.panel>.header.links>li>a:link,
.header.panel>.header.links>li>a:visited {
    color: #000;
}


.header.panel>.header.links>li>a.create-account:link,
.header.panel>.header.links>li>a.create-account:visited {
    color: #fff;
}

.not-logged-in {
    display: none;
}

.customer-welcome .action.switch {
    color: #000;
    font-weight: 600;
}

.page-header .panel.wrapper {
    background: #fff;
    border: none;
}

.panel.wrapper {
    height: var(--header-panel-height);
}

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

.block-search input {
    border-radius: 24px;
}

.header.panel>.header.links {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.header.panel>.header.links .greet {
    white-space: wrap;
}

.header.links .create-account {
    background: var(--primary-color);
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.3s ease;
}

.header.links .create-account a {
    color: #fff;
    text-decoration: none;
}

.header.links .create-account a:hover {
    text-decoration: none;
}


/* Modes (Grid/List) */
.modes-mode.active {
    background: #000;
    border: none;
    color: #fff;
    box-shadow: none;
}

.modes-mode {
    border: none;
    box-shadow: none;
    color: rgb(145, 145, 145);
}

.modes-mode.active:before {
    color: #fff;
}

.modes-mode:last-child {
    border: none;
}

.toolbar-amount {
    font-weight: 600;
    font-size: 14px;
}

.toolbar select {
    box-shadow: none;
    border: none;
}

.toolbar label {
    font-weight: 600;
    font-size: 14px;
}

.toolbar .sorter-action {
    background: #000;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    top: -4px;
}

.sorter-action:before {
    color: #fff;
    font-size: 12px;
    padding-top: 4px;
}

.sorter-action:hover:before {
    color: #e7e7e7;
}


.navigation .level0>.level-top {
    white-space: nowrap;
}

.navigation .level0 {
    display: none;
}

/*
.navigation .level0 > .level-top:not(.active):hover {
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
    border: 3px solid transparent;
} */

.category-item span {
    padding-right: 0 !important;
}

.slick-list.draggable {
    border-radius: 9px;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
    font-family: var(--default-font-family);
}


button.slick-prev,
button.slick-next {
    border-radius: 9px;
    z-index: 1 !important;
}


.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
    background: rgba(0, 0, 0, 1);
    width: 34px;
    height: 80px;
    border-radius: 7px;
}

.slick-prev:before,
.slick-next:before {
    color: #e7e7e7;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
}


.slick-prev:hover:before,
.slick-next:hover:before {
    color: #fff;
}


/* Footer */
.page-footer {
    background: #000;
    color: #fff;
}

.footer.content .links {
    color: #fff;
    font-size: 14px;
    line-height: 1.0;
}

.footer.content .links a,
.footer.content .links a:visited {
    color: #fff;
}

.footer.content .links a:hover {
    color: #fff;
    text-decoration: none;
}



a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
    border-radius: 30px;
}

a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
    border-radius: 30px;
}

.pagebuilder-slide-wrapper .pagebuilder-overlay {
    padding: 40px 120px;
}

.pagebuilder-slide-wrapper [data-element='content'] {
    overflow: hidden;
}

.pagebuilder-column-group {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.pagebuilder-column-group:has(.pagebuilder-column.fullwidth) {
    max-width: none;
    padding: 0;
}

.page-header {
    max-width: 1280px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
}

.block-search .control {
    border: none;
}

.navigation {
    max-width: 1280px;
    margin: 0 auto 20px;
    padding-left: 18px;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    color: #000;
    width: 100%;
}

.am-show-more,
.filter-options-content .am-show-more {
    white-space: nowrap;
}

.filter-options-content ul {
    padding-inline-start: 0;
}

.items[class*='category_ids']:not(.items-children)>.item>a {
    font-weight: 500;
}

.items[class*='category_ids'] li {
    margin-left: -20px;
}

.nav-sections {
    background: transparent;
    margin-bottom: 0;
    position: relative;
}

.greet.welcome {
    font-weight: 600;
    opacity: 0.8;
}

/* Minicart */
.minicart-wrapper .action.showcart:before {
    color: #dadada;
}

.minicart-wrapper .block-minicart {
    box-shadow: none;
    margin-top: 20px;
}

.minicart-wrapper .action.showcart:hover:before {
    color: #fff;
}

.block-minicart {
    color: var(--text-color);
    border-radius: 7px;
}

.minicart-wrapper .action.close {
    right: 4px;
    top: 4px;
}

.minicart-wrapper .action.showcart .counter.qty {
    border: none;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    line-height: 16px;
    font-size: 10px;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    min-width: unset;
    transform: translate(-12px, -6px);
}

.page-main {
    max-width: var(--page-max-width);
    padding: 20px;
}

/* Breadcrumbs */
.breadcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;    
    margin: 0 auto 20px;    
    max-width: var(--page-max-width);
    padding: 0 40px;
    gap: 6px;
}

.breadcrumbs li {
    font-size: 14px;
    color: var(--text-light);
    /* Standard: Weiß */
}
.breadcrumbs ul li:first-child a {
    font-weight: 700;
}

.breadcrumbs li a:link,
.breadcrumbs li a:visited {
    color: var(--text-light);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumbs li a:hover {
    color: var(--text-color);
    /* Kontrastfarbe */
    text-decoration: none;
}

/* Letztes Element */
.breadcrumbs li:last-child {
    color: var(--text-lighter);    
    font-weight: 600;
    pointer-events: none;    
}

/* Breacrumbs im Header */
.breadcrumbs-container .breadcrumbs {
    padding: 0;
}

.breadcrumbs-container .breadcrumbs li {
    color: #fff;
}

.breadcrumbs-container .breadcrumbs li a:link,
.breadcrumbs-container .breadcrumbs li a:visited {
    color: #fff;
}

.breadcrumbs-container .breadcrumbs li a:hover {
    color: #666;
}

.breadcrumbs-container .breadcrumbs li:last-child {
    color: #666;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    box-shadow: none;
    border: none;
    margin: initial;
    padding: initial;
}

.products-grid .product-item-info img {
    transition: transform 0.3s ease;
    max-width: 75%;
    mix-blend-mode: multiply;
}

.products-grid .product-item-info:hover img {
    /* transform: scale(1.1); */
    /* transition: all 0.3s ease; */
    box-shadow: none;
}

.products-grid .product-item-inner {
    border: none;
    box-shadow: none;
    margin: initial;
    padding: initial;
    position: relative;
}

.product-image-container {
    mix-blend-mode: multiply;
    aspect-ratio: 1 / 1 !important;
    border-radius: 9px;
    overflow: hidden;
}

.product-image-wrapper {
    aspect-ratio: 1 / 1;
    border-radius: 9px;
    overflow: hidden;
    width: 100%;
}

/* Product List */

.page-products .product-item-info[data-container="product-grid"] {
    width: 256px;
    height: 256px;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    position: relative;
}

.page-products .product-item-info[data-container="product-grid"]:hover {
    transition: all 0.3s ease;
    background: #ededed;
}

.page-products .product-item-info[data-container="product-grid"]:hover img {
    opacity: 0.5;

}

.page-products .product-item-info[data-container="product-grid"] .product-item-details {
    position: absolute;
    bottom: 10px;

    text-align: center;
    font-family: 'HandGth', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding: 0 10px;
}

.page-products .product-item-info[data-container="product-grid"] .product-item-details .vat-info,
.widget-product-carousel.product-items .product-item-details .vat-info {
    display: none;
}

.product-item .price-box {
    margin: 0 0 20px 0;
}

.page-products .products-grid .product-item {
    padding: 0 !important;
    margin-bottom: 20px !important;
}

.page-products .products-grid .product-item-inner:before {
    border: none;
    background: none;
}

.page-products .product-item {
    position: relative;
}

.page-products .stock {
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 10;
}

.pages .action {
    border: none;
    box-shadow: none;
    padding: 0 7px;
}

.pages .action.next {
    background: #000;
    color: #fff;
}

.pages .action:visited:before,
.pages .action:link:before {
    font-size: 12px;
}

.pages .action.next:visited:before,
.pages .action.next:link:before {
    color: #fff;
}

.pages strong.page {
    width: 18px;
    border-radius: 3px;
    background: #f0f0f0;
}

.pages a.page:link,
.pages a.page:visited {
    color: #000;
}

.page-products a.product-item-link {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    font-weight: bold;
}

.page-products .product-item-link .brand {
    font-size: 12px;
    text-transform: none;
    font-weight: 400;

}

.page-products .product-item-photo {
    position: absolute;
    width: 180px;
    height: 180px;
    top: 20px;

}

.page-title-wrapper.product h1.page-title {
    font-size: 42px;
    margin-bottom: 20px;

}

.product.data.items > .item.content {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    border: 1px solid #666;
}

/* Top Seller Carousel Anpassungen */

.widget-product-carousel.product-items .product-item {
    font-size: 18px;
    text-overflow: ellipsis;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
}

.widget-product-carousel.product-items .product-item .product-item-info {
    background: #f7f7f7;
    border-radius: 12px;
    width: 100%;
}

.widget-product-carousel.product-items .product-item:hover .product-item-info {
    transition: all 0.3s ease;
}

.widget-product-carousel.product-items .product-item-info {
    position: relative;
}

.widget-product-carousel.product-items .product-item-details .stock {
    position: absolute;
    display: block;
    top: -5px;
    left: 15px;
}

.product-item-name {
    margin: 0;
    padding-bottom: 10px;
}

.widget-product-carousel.product-items .product-item-details .stock .delivery-status {
    display: none;
}

.widget-product-carousel.product-items .product-item-details {
    text-align: center;
    font-family: 'HandGth', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.widget-product-carousel.product-items .product-item-details a {
    text-decoration: none;
}

.widget-product-carousel.product-items .product-image-photo {
    max-width: 200px;
    max-height: 200px;
}

.widget-product-carousel.product-items .product-image-container {
    background: none;
    width: 236px !important;
}

.widget-product-carousel.product-items .product-item-details .product-item-inner {
    display: none;
}

.message.info {
    background: transparent;
    color: #000;
}

.message.info> :first-child::before {
    content: "\e60c";
    /* FontAwesome info icon */
}

.message.info>*:first-child:before {
    color: #000;
}

.breadcrumbs .item:not(:last-child):after {
    line-height: 22px;
}

.top-container {
    padding: 0 20px;
}

[data-content-type='row'][data-appearance='full-width']>.row-full-width-inner {
    max-width: var(--page-max-fullwidth);
    margin: 0 auto;
    padding: 0;
}

.starpoint-claim {
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

.custom-header-menu {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.custom-header-menu nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

nav.custom-header-nav {
    display: flex;
    flex-grow: 1;
    max-width: 50%;
    justify-content: space-between;
    display: flex;
}

.custom-header-menu nav ul li {
    margin: 0;
    padding: 0;
    font-weight: 600;
    white-space: nowrap;
}

.custom-header-menu nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    transition: color 0.3s ease;
}

.custom-header-menu nav ul li:not(:last-child) {
    margin-right: 20px;
}

ul.header-nav li a.header-nav-icon:before {
    font-family: 'luma-icons';
    display: inline-block;
    font-weight: 600;
    width: 20px;
    font-weight: bold;
    background: var(--alternate-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.header-nav li a.home:before {
    display: none;
}

ul.header-nav li a.header-nav-icon.home {
    margin-right: 30px;
}

ul.header-nav li a.header-nav-icon.new-items:before {
    content: '\e605';
}

ul.header-nav li a.header-nav-icon.top-seller:before {
    content: '\e61e';
}

ul.header-nav li a.header-nav-icon.service:before {
    content: '\e60c';
}

ul.header-nav li a.header-nav-icon.phone-number:before {
    content: '\e620';
}



/* Hauptnavigation Wrapper */
.nav-primary {
    background-color: #fff;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 20px;
}

/* Top-Level Menüpunkte */
.nav-primary>ul>li {
    display: inline-block;
    position: relative;
}

.nav-primary>ul>li>a {
    display: block;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    border-radius: 4px;
}

/* Hover / Active */
.nav-primary>ul>li:hover>a,
.nav-primary>ul>li.active>a {
    background-color: rgba(33, 84, 158, 1);
    color: #fff;
}

/* Submenu (Dropdown) */
.nav-primary li .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(15, 34, 63, 1);
    min-width: 200px;
    border-left: 2px solid rgba(33, 84, 158, 0.5);
    padding: 10px 0;
    z-index: 999;
}

/* Submenu sichtbar bei Hover */
.nav-primary li:hover .submenu {
    display: block;
}

/* Submenu Links */
.nav-primary li .submenu li a {
    display: block;
    padding: 8px 15px;
    font-size: 16px;
    color: #ddd;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    border-radius: 3px;
}

/* Hover Submenu */
.nav-primary li .submenu li a:hover {
    background-color: rgba(33, 84, 158, 0.3);
    color: #fff;
}

/* Optional: kleine Trennung der Submenus */
.nav-primary li .submenu li+li {
    margin-top: 5px;
}

/* Nav Sidebar (Konto) */

.block-collapsible-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current>strong {
    border-color: transparent;
}

.panel.header {
    display: flex;
    align-items: center;
}

.pagebuilder-column {
    padding-right: 20px;
}

.featured-product {
    border-radius: 12px;
    padding: 20px;
    overflow: hidden;
}

.featured-product .pagebuilder-column-group {
    max-width: none;
}

.featured-product h1 {
    font-family: "Open Sans", sans-serif;
}

.teaser-special,
.starpoint-house-special {
    overflow: hidden;
    border-radius: 12px;
}

.teaser-special p,
.starpoint-house-special p {
    font-family: 'HandGth', sans-serif;
    font-size: 48px;
    line-height: 0.75;
}

/* Buttons */
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
    background: var(--primary-color);
    border: none;
}

.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
    background: var(--primary-color-light);
    border: none;
}

button,
a.action.primary,
a.amshopby-button,
a.am-filter-go,
a.create-account {
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    transition: background 0.3s ease;
}

.header.panel>.header.links>li>a:hover {
    text-decoration: none;
}

.header.panel>.header.links>li:not(.link)>a:hover {
    background: var(--primary-color-light);
}

.header.panel>.header.links>li.link>a:hover {
    color: var(--primary-color-dark);
}

.minicart-wrapper .action.showcart:hover:before {
    color: var(--primary-color-dark);
}

a.create-account:hover {
    text-decoration: none;
    background: var(--primary-color-light);
}

a.pagebuilder-button-primary .link_text {
    color: #fff;
}

.btn-ghost a.pagebuilder-button-secondary,
.btn-ghost a.pagebuilder-button-primary {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    transition: background 0.3s ease, color 0.3s ease;
}

.btn-ghost.dark a.pagebuilder-button-secondary,
.btn-ghost.dark a.pagebuilder-button-primary {
    border: 2px solid #000;
    color: #000;
}

#amasty-shopby-product-list .product-image-photo {
    mix-blend-mode: multiply;
}

.filter-options-title {
    font-family: 'HandGth', sans-serif;
    font-size: 14px;
}

.filter-options ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
    margin: 0;
}

a.amshopby-link-selected {
    color: var(--text-color);
}

.filter-options input[type='checkbox']+.amshopby-choice:hover:before,
.filter-options input[type='checkbox']:checked+.amshopby-choice:before {
    border-color: var(--color-event-horizon);
    background-color: var(--color-event-horizon);
}

.filter-options input[type='checkbox']+.amshopby-choice:after {
    background-color: var(--color-event-horizon);
}

#layered-filter-block .block-subtitle.filter-subtitle {
    font-family: 'HandGth', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.filter-options-item {
    border-bottom: 1px solid var(--color-asteroid);
}

#am-shopby-container {
    display: none;
}

.am-show-more,
.filter-options-content .am-show-more {
    color: var(--color-nebula-blue);
    letter-spacing: 0;
    font-weight: 600;
}

.am-show-more .am-counter {
    opacity: 1;
}

.block-content.filter-content {
    display: flex;
    flex-direction: column;
}

.block-actions.filter-actions {
    margin-top: 20px;
    order: 99;
    font-weight: 600;
}

/* Tabs */
div[role="tablist"] .item:first-child a {
    border-top-left-radius: 7px;
}

div[role="tablist"] .item:not(:first-child)> :not(:has(a)):last-child {
    border-top-right-radius: 7px;
}

.product.data.items > .item.title.active {
    background: #fff;
    color: #000 !important;
}

.product.data.items>.item.title.active>.switch {
    color: #000 !important;
}
.product.data.items>.item.title:not(.active)>.switch:hover {
    background: #000;    
}

#tab-label-description-title, #tab-label-additional-title, #tab-label-reviews-title {
    border-color: #666;
}

/* Prouct Detail Page */

.gallery-placeholder img {
    mix-blend-mode: multiply;
}

.fotorama__stage {
    margin-bottom: 15px;
}

.fotorama__stage__frame {
    background: var(--color-moondust);
    border-radius: 12px;
}

.fotorama--fullscreen .fotorama__stage__frame {
    background: #fff;
}

.fotorama__thumb-border {
    border-color: #000;
    background-image: none;
    border-radius: 7px;
}

.fotorama__thumb {
    background: var(--color-moondust);
    border-radius: 7px;
    margin-right: 10px !important;
}

.fotorama__arr,
.fotorama__thumb__arr {
    background-color: transparent;
}

.fotorama--fullscreen *:focus {
    outline: none !important;
    box-shadow: none !important;
}

.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
    outline: none !important;
    box-shadow: none !important;
}

.fotorama__stage__frame .fotorama__img {
    max-width: 75% !important;
}

/* Cart */

.box-tocart input.qty {
    border-radius: 5px;
    font-weight: bold;
}

.product-info-main .product.attribute.sku .type {
    font-weight: 600;
}

#product-addtocart-button {
    border-radius: 5px;
}

.product-info-main .product-info-price {
    border-bottom: none;
}

/* Product Items */
.products-grid .product-item-inner {
    background: transparent;
}

button.action.tocart.primary {
    border-radius: 5px;
}

/* Message Box */
.message {
    border-radius: 12px;
    padding: 20px;
}

.product.data.items>.item.title>.switch:hover {
    color: #fff;
}

.product.data.items>.item.title:not(.disabled)>.switch:active,
.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover {
    color: #fff;
}

.product.info.detailed {
    margin-top: 40px;
}

.pagebuilder-column-group {
    margin-top: 40px;
    margin-bottom: 40px;
}

.nav-sections {
    left: 0 !important;
}

.navigation ul li {
    display: none !important;
}


nav.navigation {
    z-index: 10 !important;
}

.header.panel>.header.links>.authorization-link:after {
    display: none;
}

.pagebuilder-slide-wrapper .pagebuilder-overlay {
    padding: 20px 20px;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.pagebuilder-slider div span img {
    width: auto !important;
    height: auto !important;
    max-width: 180px !important;
    max-height: 60px !important;
    margin-bottom: 20px !important;
}

.pagebuilder-slider * span {
    line-height: 1.4 !important;
    font-size: 14px !important;
}

.pagebuilder-slider button.pagebuilder-slide-button {
    border-radius: 30px !important;
    border: 1px solid #fff !important;
    background: transparent !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 10px 20px !important;
}

.pagebuilder-slider .pagebuilder-poster-content div[data-element='content'] {
    max-width: 80% !important;
}

.logout-button {
    padding: 12px 16px;
    margin-top: 20px;
}

#my-orders-table th.col {
    white-space: nowrap;
}

.block-title.order {
    margin-bottom: 40px;
}

.account h1 {
    font-size: 32px;
}

li.greet.welcome {
    font-size: 10px !important;
    font-weight: 600;
    max-width: 120px;
}

.search-autocomplete ul:not(:empty) {
    background-color: #000;
    color: #ddd;
}

.search-autocomplete {
    background: #000;
    padding: 10px;
    border-radius: 7px;
    z-index: 999;
    opacity: 1.0;
}

.search-autocomplete ul li {
    border-top: none !important;
}

.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
    background-color: 000;
    color: #fff;
}

.search-autocomplete ul:not(:empty) {
    background-color: #000;
    border: none;
}

.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
    background-color: #000;
    color: #fff;
}

.block-search {
    z-index: 999 !important;
}

/* .customer-logged-out .minicart-wrapper {
    display: none !important;
} */

.nav-sections-item-title {
    display: none !important;
}

.header.content {
    padding: 30px 20px 0;
}

.am-widget-brand-slider {
    max-width: 80vw;
}

/* Checkout */

/* .opc-wrapper .shipping-address-item {
    border-radius: 7px !important;
}

.opc-progress-bar-item._active > span::after {
    font-family: unset !important;
    border-color: unset !important;
} */

.shipping-address-item {
    border-radius: 7px;
}

/* ab 768px (Medium) */
@media (min-width: 768px) {

    .customer-welcome ul::before {
        border-color: transparent transparent #000 transparent;
    }

    .customer-menu {
        box-shadow: none;
        border: none !important;
    }

    .customer-menu ul,
    .customer-welcome ul {
        box-shadow: none;
        border-radius: 7px;
        background: #000;
        color: #ddd;
        border: none !important;
        margin-top: 20px;
        padding: 10px;
    }

    .customer-menu ul,
    .customer-welcome ul a {
        color: #ddd !important;
    }

    .customer-welcome ul li:hover {
        background: transparent;
    }

    .customer-welcome ul li:hover a {
        color: #fff !important;
    }

    .pagebuilder-slider div span img {
        max-width: 280px !important;
        max-height: 80px !important;
    }

    .pagebuilder-slider * span {
        line-height: 1.4 !important;
        font-size: 22px !important;
    }

    .pagebuilder-slider button.pagebuilder-slide-button {
        font-size: 18px !important;
    }

    .pagebuilder-slider .pagebuilder-poster-content div[data-element='content'] {
        max-width: 50% !important;
    }


    .slick-prev,
    .slick-next {
        display: block !important;
    }

    .pagebuilder-slide-wrapper .pagebuilder-overlay {
        padding: 40px 120px;
    }

    .navigation ul li {
        display: none;
    }

    .page-main {
        padding: 0 20px;
    }

    img.logo-desktop {
        display: block !important;
    }

    img.logo-mobile {
        display: none !important;
    }

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

    .page-wrapper>*:not(.page-footer, .category-hero) {
        padding: 0 40px;
    }

    .page-header .panel.wrapper {
        background: #fff;
        border: none;
    }

    .page-header .header.panel {
        padding: 0;
    }


    .navigation {
        background: #fff;
        color: #000;        
        padding-left: 0;        
    }

    nav.navigation ul {
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .navigation .level0 {
        margin: 0;
        padding: 0 10px;
    }

    .navigation .level0:last-child {
        padding-right: 10px;
    }

    .navigation li.level0:hover {
        background-color: #fff
    }

    .navigation .level0>.level-top,
    .navigation .level0>.level-top:hover,
    .navigation .level0>.level-top.ui-state-focus,
    .navigation .level0.active>.level-top,
    .navigation .level0.has-active>.level-top {
        border: none;
        text-transform: none;
        color: #000;
        font-weight: 700;
        font-size: 16px;
    }

    .navigation .level0.has-active>.level-top span {
        display: inline-block;
    }

    .navigation .category-item a {
        text-align: left;
    }

    .navigation .level0 .submenu {
        background: #000;
        color: #ddd;
        border: none;
        border-radius: 7px;
        padding: 6px 10px 6px 0;
    }

    .navigation .level0 .submenu li:hover {
        background-color: #666;
    }

    .navigation .level0 .submenu a {
        color: #ddd;
        font-weight: 500;
    }

    .navigation .level0 .submenu a:hover {
        color: #666;
    }

    .navigation .level0 .submenu a:hover,
    .navigation .level0 .submenu a.ui-state-focus {
        background-color: #000;
        color: #fff;
    }

    .navigation .level0 .submenu li.parent>a>.ui-menu-icon {
        right: 8px;
    }

    .navigation .level0 .submenu .submenu {
        top: 0 !important;
    }

    .navigation .level0 .submenu .active>a {
        border-color: #fff;
        color: #fff;
    }

    .breadcrumbs {
        margin: 0 auto 10px;
    }

    .customer-welcome .action.switch {
        color: #000;
        font-weight: 600;
    }

    .featured-product {
        padding: 40px;
    }

    .pagebuilder-column-group {
        padding: 0 40px;
    }

    .top-container {
        max-width: var(--page-max-fullwidth);
    }

    /* Checkout */
    .opc-progress-bar-item._active:before {
        background: var(--primary-color);
        border-color: var(--primary-color);
    }

    .opc-progress-bar-item._active>span:before {
        background: var(--primary-color);
        border-color: var(--primary-color);
    }

    .opc-progress-bar-item._active>span:after {
        color: var(--primary-color);
    }

    .block-collapsible-nav {
        border-radius: 12px;
        overflow: hidden;
    }

    /* Temporary disabled */

    #amasty-shopby-product-list .toolbar .modes {
        display: none !important;
    }

    .header.content {
        padding-left: 0;
        padding-right: 0;
    }
}

/* ab 1024px (Large / Desktop) */
@media (min-width: 1024px) {
    .navigation {
        padding-left: 0;
    }    
    .navigation ul li {
        display: block !important;
    }

    .navigation ul a.burger-toggle {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1299px) {
    .navigation {
        margin-left: -22px;
    }   
}


@media (min-width: 1380px) {
    .navigation {
        padding-left: 18px;
    }
}

/* Mobile: max 767px */
@media (max-width: 767px) {

    .page-header {
        margin-bottom: 0;
    }

    .header.links .create-account {
        font-size: 12px;
    }

    .nav-sections {
        position: relative;
        height: auto;
    }

    .nav-sections-item-content {
        margin: 0;
        padding: 0;
    }

    .navigation {
        padding-left: 0;
    }


    .navigation ul li {
        display: none;
    }

    .navigation ul a.burger-toggle {
        display: block;
    }

    .header.panel > .header.links {
        margin-right: 5px;
    }

    .header.panel>.header.links>li {
        font-size: 12px;
    }

    .header.content {
        margin: 0;
    }

    .block-search {
        float: right;
        padding-left: 15px;
        position: relative;
        width: 250px;
        z-index: 999;
    }

    .block-search .control {
        border-top: 0;
        margin: 0;
        padding: 0;
    }

    .block-search input {
        margin: 0;
        padding-right: 35px;
        position: static;
    }

    /* Inline Lupe / Suchbutton */
    .block-search .action.search {
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 4px;
        right: 16px;
    }
    button.action.search {
        padding: 0;        
    }

    .search-autocomplete {
        margin-top: 0;
        background: #000;
        padding: 10px;
        border-radius: 7px;
        z-index: 999;
        opacity: 1;
    }

    .search-autocomplete ul:not(:empty) {
        background-color: #000;
        border: none;
    }

    .search-autocomplete ul li {
        border-top: none;
    }

    .search-autocomplete ul li:hover,
    .search-autocomplete ul li.selected {
        background-color: #000;
        color: #fff;
    }

    .block-search .label:before {
        display: none;
    }

    .sorter-label {
        display: none;
    }

    .filter-title strong {
        box-shadow: none;
    }
    .navigation a {
        padding-left: 20px;
    }

    .product-info-stock-sku {
        float: none !important;
    }

    .product.attribute {
        text-align: left !important;
    }

    .category-list-container {
        margin-top: 0;
    }

    .product.data.items {
        margin-left: 0;
        margin-right: 0;
        border-bottom: none;
    }

    .product.data.items > .item.content {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        border-top-right-radius: 0px;        
        border: 1px solid #666;
        border-top: none;
    }

    a.data.switch {
        border-left-style: solid;
        border-right-style: solid;
        border-top-right-radius: 7px;
        border-bottom: none;
        border-width: 1px;        
    }

    .product.data.items:last-child > .item.title:not(.active) > a {
        border-top-left-radius: 7px;
        border-bottom-style: solid;
    }
    
    #tab-label-additional-title {
        border-top: none;
        border-top-right-radius: 0px;
    }
    .breadcrumbs {
        margin: 0;
        padding: 0 20px;
    }
    /* Einkaufsoptionen */
    .filter-options-content {
        padding: 5px 30px;
        margin-left: 23px;
    }

    .am-widget-brand-slider {
        max-width: 100vw;
    }
    .ambrands-slider {
        padding: 0 !important;
    }
}