.zhz-konfigurator-native-buy-hidden .basket-form-inline,
.zhz-konfigurator-native-buy-hidden > .basket-details-add-to-cart {
    display: none !important;
}

/* Eigenständiger Wawi-Attribut-Konfigurator: feste Set-Ansicht */
.zhz-attribute-set { padding: 0; margin: 0 0 18px; }
.product-info .zhz-attribute-set-variation-row { margin-bottom: 8px; }
.product-info .zhz-attribute-set-row .zhz-attribute-set { margin-top: 0; }
.product-info .zhz-attribute-set-row .zhz-attribute-set__group:first-child h3 { margin-top: 0; }
.product-info .zhz-attribute-edit-variation-locked { display: none; }
.zhz-attribute-set__group h3 { font-size: 1rem; margin: 18px 0 8px; font-weight: 700; }
.zhz-attribute-set__component { display: flex; align-items: center; gap: 14px; border: 1px solid #d8dee4; padding: 8px; margin: 8px 0; background: #fff; }
.zhz-attribute-set__component:hover { border-color: var(--primary, #2563eb); }
.zhz-attribute-set__selection { flex: 1; min-width: 0; display: flex; align-items: center; gap: 10px; border: 0; background: transparent; padding: 0; text-align: left; color: inherit; }
.zhz-attribute-set__selection:not(:disabled) { cursor: pointer; }
.zhz-attribute-set__selection img { width: 52px; height: 52px; object-fit: contain; flex: 0 0 52px; }
.zhz-attribute-set__description { display: grid; min-width: 0; flex: 1; }
.zhz-attribute-set__description strong, .zhz-attribute-set__description span, .zhz-attribute-set__description small { overflow-wrap: anywhere; }
.zhz-attribute-set__component-price { font-size: .9rem; }
.zhz-hide-component-prices .zhz-attribute-set__component-price,
.zhz-hide-component-prices .zhz-attribute-set__modal-price,
.zhz-hide-component-prices .zhz-konfigurator__item-price { display: none !important; }
.zhz-attribute-set__name-line,
.zhz-attribute-set__variant .zhz-attribute-set__name-line { display: inline; }
.zhz-attribute-set__modal-price,
.zhz-attribute-set__variant .zhz-attribute-set__modal-price { display: inline; font-size: inherit; }
.zhz-attribute-set__chevron { display: inline-flex; flex: 0 0 22px; align-items: center; justify-content: center; width: 22px; height: 22px; margin-left: auto; }
.zhz-attribute-set__chevron::before { content: ""; width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.zhz-attribute-set__quantity { flex: 0 0 132px; }
.zhz-attribute-set__qty-control { display: grid; grid-template-columns: 34px minmax(54px, 1fr) 34px; align-items: stretch; }
.zhz-attribute-set__quantity input { min-width: 0; text-align: center; border-radius: 0; padding-left: 4px; padding-right: 4px; }
.zhz-attribute-set__quantity input[type="number"] { appearance: textfield; -moz-appearance: textfield; }
.zhz-attribute-set__quantity input[type="number"]::-webkit-inner-spin-button,
.zhz-attribute-set__quantity input[type="number"]::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.zhz-attribute-set__qty-btn { border: 1px solid #ced4da; background: #fff; color: inherit; font-size: 1.1rem; font-weight: 700; line-height: 1; }
.zhz-attribute-set__qty-btn:first-child { border-radius: .25rem 0 0 .25rem; border-right: 0; }
.zhz-attribute-set__qty-btn:last-child { border-radius: 0 .25rem .25rem 0; border-left: 0; }
.zhz-attribute-set__qty-btn:hover { background: #f1f5f9; }
.zhz-attribute-set__modal[hidden] { display: none; }
.zhz-attribute-set__modal { position: fixed; inset: 0; z-index: 1060; box-sizing: border-box; width: 100vw; max-width: 100vw; background: rgba(15,23,42,.6); display: flex; align-items: center; justify-content: center; padding: 18px; overflow: hidden; }
.zhz-attribute-set__dialog { box-sizing: border-box; min-width: 0; width: 900px; max-width: calc(100vw - 36px); max-height: 88vh; overflow-x: hidden; overflow-y: auto; background: #fff; border-radius: 8px; padding: 16px; }
.zhz-attribute-set__modal-head { position: relative; display: flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 48px; margin-bottom: 12px; text-align: center; }
.zhz-attribute-set__modal-head > strong { display: block; width: 100%; font-size: 1.1rem; }
.zhz-attribute-set__close { position: absolute; top: 50%; right: 0; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; padding: 0 0 3px; border: 1px solid #d8dee4; border-radius: 50%; background: #fff; color: #525252; font-size: 2rem; font-weight: 300; line-height: 1; cursor: pointer; transform: translateY(-50%); transition: background-color .15s ease, border-color .15s ease, color .15s ease; }
.zhz-attribute-set__close:hover, .zhz-attribute-set__close:focus { border-color: var(--primary, #e32424); background: var(--primary, #e32424); color: #fff; outline: 0; }
.zhz-attribute-set__variants { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.zhz-attribute-set__variant { position: relative; display: flex; align-items: center; gap: 10px; min-width: 0; width: 100%; max-width: 100%; border: 1px solid #d8dee4; background: #fff; padding: 9px; text-align: left; white-space: normal; overflow: hidden; }
.zhz-attribute-set__variant img { width: 64px; height: 64px; object-fit: contain; }
.zhz-attribute-set__variant span { display: grid; min-width: 0; max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.zhz-attribute-set__variant > img { flex: 0 0 64px; }
.zhz-attribute-set__variant > span:not(.zhz-attribute-set__check) { flex: 1 1 0; width: 0; min-width: 0; }
.zhz-attribute-set__variant > .zhz-attribute-set__check { flex: 0 0 auto; }
.zhz-attribute-set__variant.is-active { border-color: var(--primary, #2563eb); box-shadow: 0 0 0 1px var(--primary, #2563eb); }
.zhz-attribute-set__check { margin-left: auto; opacity: 0; color: var(--success, #15803d); }
.zhz-attribute-set__variant.is-active .zhz-attribute-set__check { opacity: 1; }
.zhz-attribute-set__message { color: var(--danger, #b91c1c); margin: 8px 0; }
.zhz-attribute-set__total { margin: 16px 0 8px; }
.zhz-attribute-set__total-value { display: block; font-size: 1.5rem; font-weight: 700; line-height: 1.2; }
.zhz-attribute-set__base-price-label,
.zhz-attribute-set__configured-price-label,
.zhz-konfigurator__base-price-label,
.zhz-konfigurator__configured-price-label { margin-bottom: 2px; color: #525252; font-size: .875rem; font-weight: 600; }
.zhz-konfigurator__price:not([hidden]) { font-size: 1.25rem; }
.zhz-price-block { box-sizing: border-box; width: 100%; }
.zhz-price-block > p { font-weight: 400; }
.zhz-price-block .price_wrapper { padding: 0; }
.zhz-attribute-set__notice { position: relative; margin: 24px 0 8px; padding: 18px 16px 14px; border: 2px solid var(--zhz-notice-color, #0c7f99); border-radius: 8px; font-weight: 600; }
.zhz-attribute-set__notice::before { content: "i"; position: absolute; top: -13px; left: 14px; display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; width: 24px; height: 24px; border: 2px solid var(--zhz-notice-color, #0c7f99); border-radius: 50%; background: #fff; color: var(--zhz-notice-color, #0c7f99); font-family: Georgia, serif; font-size: 16px; font-style: italic; font-weight: 700; line-height: 1; }
.zhz-attribute-set__add { width: 100%; margin-top: 8px; }
.zhz-attribute-set__visual-anchor { box-sizing: border-box; padding-right: 100px; }
.zhz-attribute-set__visual-preview { left: auto; right: 6px; }
@media (max-width: 767px) {
    .zhz-attribute-set__modal { padding: 8px; }
    .zhz-attribute-set__dialog { width: 100%; max-width: calc(100vw - 16px); padding: 12px; }
    .zhz-attribute-set__component { display: grid; grid-template-columns: minmax(0, 1fr) 38px; align-items: center; gap: 8px; }
    .zhz-attribute-set__selection { width: 100%; gap: 8px; }
    .zhz-attribute-set__selection img { width: 44px; height: 44px; flex-basis: 44px; }
    .zhz-attribute-set__description { font-size: .875rem; }
    .zhz-attribute-set__description small { font-size: .72rem; }
    .zhz-attribute-set__quantity { width: 38px; min-width: 38px; }
    .zhz-attribute-set__qty-control { display: grid; grid-template-columns: 38px; grid-template-rows: 28px 36px 28px; }
    .zhz-attribute-set__qty-control .zhz-attribute-set__qty-btn:last-child { grid-row: 1; }
    .zhz-attribute-set__qty-control input { grid-row: 2; width: 38px; min-height: 36px; border-radius: 0; border: 1px solid #ced4da; }
    .zhz-attribute-set__qty-control .zhz-attribute-set__qty-btn:first-child { grid-row: 3; }
    .zhz-attribute-set__qty-btn:first-child { border: 1px solid #ced4da; border-top: 0; border-radius: 0 0 .25rem .25rem; }
    .zhz-attribute-set__qty-btn:last-child { border: 1px solid #ced4da; border-bottom: 0; border-radius: .25rem .25rem 0 0; }
    .zhz-attribute-set__chevron { flex-basis: 18px; width: 18px; margin-left: 2px; }
    .zhz-attribute-set__variants { grid-template-columns: 1fr; }
}
@media (max-width: 991px) {
    .zhz-attribute-set__visual-preview {
        position: static;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        max-height: none;
        margin-top: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-inline: contain;
        touch-action: pan-x;
    }
    .zhz-attribute-set__visual-anchor { padding-right: 0; }
    .zhz-attribute-set__visual-preview .zhz-konfigurator__visual-list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: max-content;
        min-width: 100%;
    }
    .zhz-attribute-set__visual-preview .zhz-konfigurator__visual-plus,
    .zhz-attribute-set__visual-preview .zhz-konfigurator__visual-item { flex: 0 0 auto; }
}
.zhz-konfigurator {
    border: 1px solid #d8dee4;
    border-radius: 6px;
    padding: 16px;
    margin: 18px 0;
    background: #fff;
}
.zhz-konfigurator__intro {
    display: grid;
    gap: 8px;
}
.zhz-konfigurator__panel[hidden] {
    display: none;
}
.zhz-konfigurator__header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
    flex-wrap: wrap;
}
.zhz-konfigurator__header h2 {
    min-width: min(100%, 260px);
    margin: 0 0 12px;
    font-size: 1.25rem;
    overflow-wrap: anywhere;
}
.zhz-konfigurator__group {
    border-top: 1px solid #e5e7eb;
    padding-top: 12px;
    margin-top: 12px;
}
.zhz-konfigurator__group-toggle {
    --zhz-group-color: #2563eb;
    width: 100%;
    border: 0;
    border-left: 4px solid var(--zhz-group-color);
    border-radius: 6px;
    background: #f8fafc;
    color: #111827;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    font-weight: 700;
    text-align: left;
}
.zhz-konfigurator__group-toggle i {
    color: var(--zhz-group-color);
    margin-right: 7px;
}
.zhz-konfigurator__group-body {
    padding-top: 10px;
}
.zhz-konfigurator[data-layout="flow"] .zhz-konfigurator__group:not(.is-active),
.zhz-konfigurator[data-layout="accordion"] .zhz-konfigurator__group:not(.is-active) .zhz-konfigurator__group-body {
    display: none;
}
.zhz-konfigurator__items {
    display: grid;
    gap: 8px;
}
.zhz-konfigurator__group--swatches .zhz-konfigurator__items {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.zhz-konfigurator__group--cols-1 .zhz-konfigurator__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.zhz-konfigurator__group--cols-2 .zhz-konfigurator__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.zhz-konfigurator__group--cols-3 .zhz-konfigurator__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.zhz-konfigurator__group--cols-4 .zhz-konfigurator__items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.zhz-konfigurator__group--slider .zhz-konfigurator__items {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 10px;
    scroll-snap-type: x mandatory;
}
.zhz-konfigurator__group--slider .zhz-konfigurator__item {
    flex: 0 0 min(240px, 82vw);
    scroll-snap-align: start;
}
.zhz-konfigurator__group--modal .zhz-konfigurator__items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-height: 64vh;
    overflow: auto;
    padding-right: 4px;
}
.zhz-konfigurator__item {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer;
}
.zhz-konfigurator__item.is-recommended {
    border-color: #f59e0b;
    box-shadow: 0 0 0 1px rgba(245, 158, 11, .24);
}
.zhz-konfigurator__recommendation {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    padding: 3px 7px;
    border-radius: 999px;
    background: #f59e0b;
    color: #111827;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}
.zhz-konfigurator__group.has-selection .zhz-konfigurator__item:not(:has(.zhz-konfigurator__choice:checked)) .zhz-konfigurator__recommendation {
    display: none;
}
.zhz-konfigurator__group--swatches .zhz-konfigurator__item {
    flex-direction: column;
    min-height: 150px;
}
.zhz-konfigurator__item:has(.zhz-konfigurator__choice:checked) {
    border-color: #2563eb;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, .22);
}
.zhz-konfigurator__item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 4px;
    background: #f8fafc;
}
.zhz-konfigurator__choice {
    margin-top: 2px;
}
.zhz-konfigurator__group--swatches .zhz-konfigurator__choice {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.zhz-konfigurator__item small {
    display: block;
    color: #64748b;
    margin-top: 2px;
}
.zhz-konfigurator__item-text strong {
    display: -webkit-box;
    max-width: 100%;
    min-height: 4.05em;
    line-height: 1.35;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.zhz-konfigurator__item-text {
    display: block;
    width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
}
.zhz-konfigurator__item-text strong a {
    color: inherit;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.zhz-konfigurator__item-price {
    font-weight: 700;
}
.zhz-konfigurator__qty-wrap,
.zhz-konfigurator__select-qty-wrap label {
    display: grid;
    gap: 4px;
    width: 100%;
    min-width: 0;
    font-size: .85rem;
    font-weight: 600;
}
.zhz-konfigurator__qty,
.zhz-konfigurator__select-qty {
    min-width: 46px;
    width: 56px;
    max-width: 64px;
    height: 36px;
    padding: 6px 8px;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
}
.zhz-konfigurator__qty::-webkit-outer-spin-button,
.zhz-konfigurator__qty::-webkit-inner-spin-button,
.zhz-konfigurator__select-qty::-webkit-outer-spin-button,
.zhz-konfigurator__select-qty::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}
.zhz-konfigurator__qty-control {
    display: inline-flex;
    align-items: stretch;
    width: max-content;
    max-width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}
.zhz-konfigurator__qty-control .form-control {
    border: 0;
    border-left: 1px solid #cbd5e1;
    border-right: 1px solid #cbd5e1;
    border-radius: 0;
    box-shadow: none;
}
.zhz-konfigurator__qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    min-width: 30px;
    border: 0;
    background: #f8fafc;
    color: #0f172a;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}
.zhz-konfigurator__qty-btn[data-qty-down] {
    order: 1;
}
.zhz-konfigurator__qty,
.zhz-konfigurator__select-qty {
    order: 2;
}
.zhz-konfigurator__qty-btn[data-qty-up] {
    order: 3;
}
.zhz-konfigurator__qty-btn:hover {
    background: #e5e7eb;
}
.zhz-konfigurator__qty-control:has(input:disabled) {
    opacity: .58;
}
.zhz-konfigurator__qty-control input:disabled,
.zhz-konfigurator__qty-btn:disabled {
    cursor: not-allowed;
}
.zhz-konfigurator__qty-btn:disabled {
    background: #f1f5f9;
    color: #94a3b8;
}
.zhz-konfigurator__select-qty-wrap {
    margin-top: 10px;
}
.zhz-konfigurator__item.is-disabled-by-rule {
    opacity: .55;
    cursor: not-allowed;
    background: #f8fafc;
}
.zhz-konfigurator__item.is-disabled-by-rule strong {
    color: #64748b;
}
.zhz-konfigurator__product-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.zhz-konfigurator__item-description {
    color: #475569;
    line-height: 1.35;
    overflow-wrap: anywhere;
}
.zhz-konfigurator__dependency-note {
    color: #991b1b;
    display: block;
    font-weight: 700;
    margin-top: 4px;
}
.zhz-konfigurator__footer {
    margin-top: 14px;
}
.zhz-konfigurator__flow-controls {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-top: 14px;
}
.zhz-konfigurator__progress {
    color: #64748b;
    font-size: .9rem;
}
.zhz-konfigurator__textfields {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}
.zhz-konfigurator__textfield span {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}
.zhz-konfigurator__field-image {
    display: block;
    width: min(280px, 100%);
    padding: 0;
    margin: 0 0 8px;
    border: 1px solid #d8dee4;
    border-radius: 6px;
    background: #fff;
    cursor: zoom-in;
}
.zhz-konfigurator__field-image img {
    display: block;
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    border-radius: 5px;
}
.zhz-konfigurator__message {
    color: #991b1b;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.zhz-konfigurator__price {
    font-weight: 700;
    margin-bottom: 10px;
    overflow-wrap: anywhere;
}
.zhz-konfigurator__nova-price-updated {
    transition: color .15s ease;
}
.zhz-konfigurator__select {
    max-width: 420px;
}
.zhz-konfigurator__modal-launch {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.zhz-konfigurator__modal-summary {
    color: #64748b;
    font-size: .9rem;
}
.zhz-konfigurator__modal[hidden] {
    display: none;
}
.zhz-konfigurator__modal {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(15, 23, 42, .48);
}
.zhz-konfigurator__modal-dialog {
    width: min(960px, 100%);
    max-height: 88vh;
    display: grid;
    gap: 12px;
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 24px 80px rgba(15, 23, 42, .28);
}
.zhz-konfigurator__modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.zhz-konfigurator__modal-filter {
    max-width: none;
}
.zhz-konfigurator__image-modal[hidden] {
    display: none;
}
.zhz-konfigurator__image-modal {
    position: fixed;
    inset: 0;
    z-index: 1060;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(15, 23, 42, .58);
}
.zhz-konfigurator__image-dialog {
    width: min(960px, 100%);
    max-height: 90vh;
    display: grid;
    gap: 10px;
    justify-items: end;
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 24px 80px rgba(15, 23, 42, .32);
}
.zhz-konfigurator__image-dialog img {
    width: 100%;
    max-height: calc(90vh - 72px);
    object-fit: contain;
}
.zhz-konfigurator-visual-anchor {
    position: relative;
}
@media (min-width: 992px) {
    .zhz-konfigurator-gallery-sticky {
        position: sticky;
        top: 86px;
        align-self: flex-start;
        z-index: 4;
    }
}
.zhz-konfigurator__visual-preview[hidden] {
    display: none;
}
.zhz-konfigurator__visual-preview {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 20;
    box-sizing: border-box;
    width: 84px;
    max-height: calc(100% - 24px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid #d8dee4;
    border-radius: 6px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .12);
}
.zhz-konfigurator__visual-list {
    display: grid;
    gap: 6px;
    justify-items: center;
    width: 100%;
}
.zhz-konfigurator__visual-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-weight: 700;
    line-height: 1;
}
.zhz-konfigurator__visual-item {
    position: relative;
    display: block;
    width: 58px;
    height: 58px;
    border: 1px solid #d8dee4;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}
.zhz-konfigurator__visual-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.zhz-konfigurator__visual-qty {
    position: absolute;
    right: 2px;
    bottom: 2px;
    min-width: 20px;
    padding: 1px 4px;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

@media (max-width: 720px) {
    .zhz-konfigurator {
        padding: 12px;
    }
    .zhz-konfigurator__item {
        padding: 9px;
    }
    .zhz-konfigurator__qty-control {
        width: 100%;
        min-width: 0;
    }
    .zhz-konfigurator__qty,
    .zhz-konfigurator__select-qty {
        flex: 1 1 auto;
        min-width: 36px;
        width: auto;
        max-width: none;
        padding-left: 4px;
        padding-right: 4px;
    }
    .zhz-konfigurator__qty-btn {
        flex: 0 0 28px;
        width: 28px;
        min-width: 28px;
    }
    .zhz-konfigurator__visual-preview {
        position: static;
        width: 100%;
        max-width: 100%;
        max-height: none;
        margin-top: 10px;
        overflow: hidden;
    }
    .zhz-konfigurator__visual-list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: max-content;
        min-width: 100%;
        max-width: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 2px;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-inline: contain;
        touch-action: pan-x;
    }
    .zhz-konfigurator__visual-plus,
    .zhz-konfigurator__visual-item {
        flex: 0 0 auto;
    }
    .zhz-konfigurator__group--cols-2 .zhz-konfigurator__items,
    .zhz-konfigurator__group--cols-3 .zhz-konfigurator__items,
    .zhz-konfigurator__group--cols-4 .zhz-konfigurator__items,
    .zhz-konfigurator__group--modal .zhz-konfigurator__items {
        grid-template-columns: 1fr;
    }
    .zhz-konfigurator__group--slider .zhz-konfigurator__items {
        display: flex;
        grid-template-columns: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 12px;
        scroll-snap-type: x mandatory;
    }
    .zhz-konfigurator__group--slider .zhz-konfigurator__item {
        flex: 0 0 min(82vw, 280px);
    }
}
.zhz-attribute-set__stock-message:not(:empty) {
    display: block;
    margin-top: .35rem;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.35;
    white-space: pre-line;
}

.zhz-attribute-set__variant-stock:not(:empty) {
    display: block;
    margin-top: .25rem;
    font-weight: 600;
}

.zhz-attribute-set__variant.has-stock-error {
    border-color: var(--danger, #dc3545);
}

.zhz-attribute-set__variant.has-stock-error .zhz-attribute-set__variant-stock { color: var(--danger, #dc3545) !important; }
.zhz-attribute-set__variant.has-stock-available .zhz-attribute-set__variant-stock { color: var(--success, #15803d) !important; }
