/* ===========================
   Hintergrundfarbe #FFFCE7
   Checkout & Warenkorb
=========================== */
/* Haupt-Wrapper */
#content,
#result-wrapper,
[data-wrapper="true"] {
    background-color: #FFFCE7 !important;
}
/* Checkout Header */
.niu-checkout-header,
.niu-checkout-header .container-fluid,
.niu-checkout-header .container-fluid-xl {
    background-color: #FFF9CE !important;
    justify-content: center !important;
}
/* Logo mittig - ohne doppelte Anzeige */
.niu-checkout-header .navbar-brand {
    margin: 0 auto !important;
}
#shop-logo-desktop {
    display: inline !important;
}
#shop-logo-mobile {
    display: none !important;
}
/* Checkout Inhalt */
.niu-checkout-content-left,
.niu-checkout-content-right {
    background-color: #FFFCE7 !important;
}
/* Checkout Footer */
.niu-checkout-footer {
    background-color: #FFFCE7 !important;
}
/* Inline-Style Überschreibung (height: 100vh Grid) */
div[style*="height: 100vh"] {
    background-color: #FFFCE7 !important;
}
/* Allgemein body */
body,
html {
    background-color: #FFFCE7 !important;
}
/* ===========================
   Kategoriebild & Rahmen
=========================== */
#result-wrapper > picture {
    display: block !important;
    float: none !important;
    width: 350px !important;
    height: 350px !important;
    margin: 0 0 12px 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}
#result-wrapper > picture img,
.productlist-header-description-image {
    width: 350px !important;
    height: 350px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 3px solid #DBCEC8 !important;
}
/* Kategorie H1 Titel ausblenden */
#result-wrapper > .title {
    display: none !important;
}
/* Beschreibung sichtbar & normal */
#result-wrapper > .desc {
    column-count: unset !important;
    overflow: visible !important;
}
p.small {
    display: block !important;
}
/* ===========================
   Touch-Fix Vergleichsschieber
=========================== */
.icv__wrapper,
.icv__wrapper * {
    touch-action: none;
}
.dzm-cs-wrapper {
    touch-action: none;
    -ms-touch-action: none;
}
/* ===========================
   Trennlinien & Produktrahmen
=========================== */
hr,
hr.productlist-page-nav-top,
hr.productlist-page-nav-bottom {
    border-color: #C7B2A9 !important;
    color: #C7B2A9 !important;
    border-width: 2px !important;
}
.productbox-inner {
    border-color: #DBCEC8 !important;
    border-width: 3px !important;
}