/* =========================================================
   ODIN LAYOUT - BeTheme Override Styles
   Extracted from customizer.js Section 8 for instant rendering.
   Previously injected via jQuery (delayed), now loads as CSS (instant).
   ========================================================= */

/* ---- Odin Text Reg (Footer) ---- */
@font-face {
    font-family: 'Odin Text Reg';
    src: url('/wp-content/themes/betheme-child/fonts/OdinTextReg.woff2') format('woff2'),
         url('/wp-content/themes/betheme-child/fonts/OdinTextReg.woff') format('woff'),
         url('/wp-content/themes/betheme-child/fonts/OdinTextReg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ---- ITC Benguiat Std (Original-Dateien) ---- */
@font-face {
    font-family: 'ITC Benguiat Std';
    src: url('/wp-content/themes/betheme-child/fonts/BenguiatStd-Book.woff2') format('woff2'),
         url('/wp-content/themes/betheme-child/fonts/BenguiatStd-Book.woff') format('woff'),
         url('/wp-content/themes/betheme-child/fonts/BenguiatStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ITC Benguiat Std';
    src: url('/wp-content/themes/betheme-child/fonts/BenguiatStd-Medium.woff2') format('woff2'),
         url('/wp-content/themes/betheme-child/fonts/BenguiatStd-Medium.woff') format('woff'),
         url('/wp-content/themes/betheme-child/fonts/BenguiatStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ITC Benguiat Std';
    src: url('/wp-content/themes/betheme-child/fonts/BenguiatStd-Bold.woff2') format('woff2'),
         url('/wp-content/themes/betheme-child/fonts/BenguiatStd-Bold.woff') format('woff'),
         url('/wp-content/themes/betheme-child/fonts/BenguiatStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* =========================================================
   ODIN FONT II — Vertikale Korrektur
   Odin Font II hat Ascent-Ratio 0.76 (76% oben / 24% unten),
   dadurch sitzt sichtbarer Text ~2px zu tief in Buttons/Inputs.
   ========================================================= */
.odin-config-btn,
.odin-grid-btn,
.odin-btn-count,
.ow-btn,
.ow-submit,
.ohc-btn,
.ohc-checkout-btn,
.odin-clear-btn,
.odin-age-btn,
.odin-checkout-btn,
.odin-checkout-qty-btn,
.odin-co-weiter-btn,
.odin-config-cart-btn,
.odin-cart-btn,
.odin-cart-fallback-btn,
.odin-big-btn,
#place_order,
button[name="apply_coupon"],
.header-btn,
.overlay-btn,
.btn-small-red,
.btn-hof-main,
.finale-btn-gold,
.odin-btn-text,
.ohc-qty-control .plus,
.ohc-qty-control .minus,
.mcb-section .mcb-wrap .mcb-item-0lkxydl9 .button {
    transform: translateY(-5px);
}

/* ── Weiter-Button: Pill + Gold Ring ── */
.odin-co-weiter-btn {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 50px;
    background: linear-gradient(90deg, #ffe298 0%, #fcdcb1 60%, #f7e8b0 100%, #fff6d0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 999px;
    position: relative;
    overflow: visible;
    font-family: 'ITC Odin Con', serif;
    font-size: 1.15rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-shadow: none;
    cursor: pointer;
    transition: filter 0.3s ease;
    filter: drop-shadow(0 1px 0px rgba(0,0,0,0.5));
    margin: 20px auto 0;
}
.odin-co-weiter-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 999px;
    padding: 2px;
    background: linear-gradient(120deg, #c5a059, #d4b06a, #f3d895, #ffe3a0, #f3d895, #d4b06a, #c5a059);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}
.odin-co-weiter-btn:hover {
    filter: drop-shadow(0 0 12px rgba(244, 192, 100, 0.6)) drop-shadow(0 0 25px rgba(244, 192, 100, 0.3));
}

.odin-config-input,
.odin-count-input,
.odin-circle-input,
.digit,
#odin-wizard-qty,
.ohc-qty-control .quantity input.qty,
.ohc-qty-control .qty,
.odin-qty-input,
.finale-input,
.finale-input-gold,
.odin-co-email-input,
.odin-co-coupon-input,
.odin-checkout-field input,
.odin-checkout-field textarea,
.odin-checkout-qty-val,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout textarea,
.select2-container .select2-selection--single .select2-selection__rendered {
    /* translateY(-4px) entfernt — ITC Odin hat normale Metriken, kein Offset nötig */
}

/* =========================================================
   CHECKOUT CART ITEMS — 3-Spalten Layout wie MEINE TRÜNKE
   Höhere Spezifität (.odin-co-item prefix) damit Cart-Popup
   Styles (.odin-mini-circle-wrap etc.) nicht überschreiben
   ========================================================= */

/* ── Cart-Items: 3-Spalten wie MEINE TRÜNKE ── */
#odin-co-items .odin-co-item {
    display: grid !important;
    grid-template-columns: 56px 1fr auto !important;
    gap: 0 10px !important;
    padding: 12px 0 !important;
    align-items: center !important;
    position: relative !important;
    border-bottom: 1px solid rgba(197, 160, 89, 0.15) !important;
}
#odin-co-items .odin-co-item:last-child {
    border-bottom: none !important;
}

/* COL 1: Bild + Badge */
#odin-co-items .odin-co-item-img {
    grid-row: 1 !important;
    grid-column: 1 !important;
    width: 56px !important;
    height: 56px !important;
    position: relative !important;
}
#odin-co-items .odin-co-item-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}
#odin-co-items .odin-co-badge {
    position: absolute !important;
    top: -4px !important;
    left: -4px !important;
    min-width: 18px !important;
    height: 18px !important;
    border-radius: 9px !important;
    background: linear-gradient(135deg, #c5a059, #f3d895, #ffe3a0, #f3d895, #c5a059) !important;
    color: #1a1206 !important;
    font-family: 'ITC Odin Con', serif !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 4px !important;
    z-index: 2 !important;
    line-height: 1 !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4) !important;
}

/* COL 2: Name + Variante + Preis + Literpreis */
#odin-co-items .odin-co-item-info {
    grid-row: 1 !important;
    grid-column: 2 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}
#odin-co-items .odin-co-item-name-row {
    display: flex !important;
    align-items: baseline !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
}
#odin-co-items .odin-co-item-name {
    font-family: 'ITC Odin Con', serif !important;
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    background: linear-gradient(135deg, #c5a059, #f3d895, #ffe3a0, #f3d895, #c5a059) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}
#odin-co-items .odin-co-item-variant {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
    line-height: 1.2 !important;
}
#odin-co-items .odin-co-item-price {
    font-family: 'ITC Odin Con', serif !important;
    font-size: 0.9rem !important;
    color: #f3d895 !important;
    margin-top: 2px !important;
}
#odin-co-items .odin-co-item-price.auf-anfrage {
    font-size: 0.75rem !important;
    color: rgba(241, 198, 91, 0.7) !important;
}
#odin-co-items .odin-co-item-liter {
    font-size: 0.65rem !important;
    color: rgba(255, 255, 255, 0.35) !important;
    line-height: 1.2 !important;
}

/* COL 3: Counter + Entleeren */
#odin-co-items .odin-co-item-action {
    grid-row: 1 !important;
    grid-column: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
}
#odin-co-items .odin-co-qty-row {
    display: flex !important;
    align-items: center !important;
    gap: 2px !important;
}
#odin-co-items .odin-co-qty-row .odin-mini-qty-btn {
    width: 24px !important;
    height: 24px !important;
    min-width: 20px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    padding: 0 !important;
    margin: 0 2px !important;
}
#odin-co-items .odin-co-qty-row .odin-mini-circle-wrap {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    filter: none !important;
}
#odin-co-items .odin-co-qty-row .odin-knot-ring {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 130% !important;
    height: 130% !important;
    object-fit: contain !important;
    pointer-events: none !important;
}
#odin-co-items .odin-co-qty-display {
    position: relative !important;
    z-index: 1 !important;
    font-family: 'ITC Odin Con', serif !important;
    font-size: 1.05rem !important;
    font-weight: 500 !important;
    color: #f3d895 !important;
    text-align: center !important;
    line-height: 1 !important;
    background: linear-gradient(135deg, #c5a059, #f3d895, #ffe3a0, #f3d895, #c5a059) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}
#odin-co-items .odin-co-qty-row .odin-mini-qty-btn::before {
    width: 12px !important;
}
#odin-co-items .odin-co-qty-row .odin-mini-qty-btn.odin-qty-plus::after {
    height: 12px !important;
}

/* Entleeren-Button */
#odin-co-items .odin-co-remove {
    background: transparent !important;
    border: none !important;
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 0.6rem !important;
    cursor: pointer !important;
    padding: 2px 6px !important;
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
    transition: color 0.2s !important;
}
#odin-co-items .odin-co-remove:hover {
    color: #f3d895 !important;
}
#odin-co-items .odin-entleeren-x {
    font-size: 0.7rem !important;
}
#odin-co-items .odin-entleeren-text {
    font-size: 0.55rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* ── Totals-Bereich ── */
#odin-co-totals .odin-co-total-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 4px 0 !important;
    font-family: 'ITC Odin Con', serif !important;
    font-size: 0.85rem !important;
    color: rgba(255, 255, 255, 0.6) !important;
}
#odin-co-totals .odin-co-total-row .value {
    color: rgba(255, 255, 255, 0.8) !important;
}
#odin-co-totals .odin-co-total-row.gross {
    border-top: 1px solid rgba(197, 160, 89, 0.25) !important;
    padding-top: 10px !important;
    margin-top: 8px !important;
}
#odin-co-totals .odin-co-total-row.gross .label {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: #d6be9f !important;
}
#odin-co-totals .odin-co-total-row.gross .value {
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    background: linear-gradient(120deg, #f3d895 0%, #ffe3a0 40%, #fff0c4 70%, #ffe3a0 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 0 8px rgba(244, 192, 100, 0.45)) !important;
}

/* ── Email Input: 1:1 wie Step 2 ── */
.odin-co-email-input {
    width: 100% !important;
    background: rgba(12, 9, 7, 0.8) !important;
    border: 1px solid rgba(197, 160, 89, 0.35) !important;
    border-radius: 8px !important;
    color: #ffe3a0 !important;
    -webkit-text-fill-color: #ffe3a0 !important;
    font-family: 'ITC Odin Con', serif !important;
    font-size: 17px !important;
    padding: 14px !important;
    min-height: 50px !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    letter-spacing: 0.5px !important;
    box-sizing: border-box !important;
}
.odin-co-email-input::placeholder {
    color: #9a8468 !important;
    -webkit-text-fill-color: #9a8468 !important;
    font-size: 17px !important;
}
.odin-co-email-input:focus {
    border-color: #c5a059 !important;
    box-shadow: 0 0 12px rgba(197, 160, 89, 0.25) !important;
}

/* =========================================================
   MOBILE CART — Gutschein-Box + weitere Mobile Overrides
   ========================================================= */
@media screen and (max-width: 599px) {

    /* ── Gutschein-Box: Input ÜBER Button, volle Breite ── */
    .odin-co-coupon-box {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        margin-top: 10px !important;
    }
    .odin-co-coupon-input {
        width: 100% !important;
        min-height: 44px !important;
        font-size: 1rem !important;
        padding: 10px 14px !important;
        box-sizing: border-box !important;
    }
    .odin-co-coupon-btn {
        width: 100% !important;
        min-height: 44px !important;
        font-size: 1rem !important;
    }

    /* ── Rechte Seite (Email/AGB): volle Breite ── */
    .odin-co-columns {
        flex-direction: column !important;
    }
    .odin-co-left,
    .odin-co-right {
        width: 100% !important;
        min-width: 0 !important;
    }

    /* ── Weiter-Button: volle Breite auf Mobile ── */
    .odin-co-weiter-btn {
        width: 100% !important;
    }
}

/* ---- Hauptmenü: Odin Font I ---- */
#menu-main.mfn-header-menu .menu-label,
.mfn-header-menu .mfn-menu-link,
.mfn-header-menu .mfn-menu-link .menu-label,
#menu-main li a,
#menu-main li a span {
    font-family: 'ITC Odin Con', serif !important;
    font-weight: 400 !important;
    font-size: clamp(1.6rem, 1.8vw, 2.2rem) !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
}


@media only screen and (min-width: 1240px) {
    body #Wrapper .section_wrapper, body #Wrapper .container, body .section_wrapper, body .container {
        width: 100% !important; margin-left: auto !important; margin-right: auto !important; box-sizing: border-box !important;
    }
}
.product-details__top-active-navigation, .ec-notices { display: none !important; }
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .details-gallery__images { border-radius: 30px; }
@media only screen and (min-width: 960px) and (max-width: 1239px) {
    body #Wrapper .section_wrapper, body .container { padding-left: 30px !important; padding-right: 30px !important; box-sizing: border-box !important; }
}

/* POPUP & AGE GATE STYLES */
#mfn-popup-template-382 .mcb-section, #mfn-popup-template-382 .mfn-popup-tmpl-content { background-image: url('/wp-content/uploads/2025/11/bg_odin_web_16.jpg') !important; background-color: #110D09 !important; background-repeat: repeat !important; background-size: 200px !important; box-shadow: none !important; }
#mfn-popup-template-382 .mcb-background-overlay { background-color: #030202 !important; opacity: 0.38 !important; background-image: radial-gradient(at center center, rgba(0,0,0,0) 0%, #000000 100%) !important; display: block !important; z-index: 0 !important; }
#mfn-popup-template-382 ul.mfn-sidemenu-menu li a.mfn-menu-link, #mfn-popup-template-382 .mfn-menu-link span { font-family: 'ITC Odin Con', serif !important; font-size: 60px !important; line-height: 90px !important; color: #f4e7c7 !important; justify-content: center !important; text-align: center !important; }
#mfn-popup-template-382 .mcb-section-inner { align-content: center !important; align-items: center !important; justify-content: center !important; height: 100% !important; display: flex !important; flex-direction: column !important; }
#mfn-popup-template-382 .mcb-wrap-inner { justify-content: center !important; display: flex !important; }
@media(max-width: 767px) { #mfn-popup-template-382 ul.mfn-sidemenu-menu li a.mfn-menu-link { font-size: 4.2em !important; line-height: 1.4em !important; } }
#mfn-popup-template-382 .exit-mfn-popup { color: #c5a059 !important; z-index: 9999 !important; }
#mfn-popup-template-382 i { color: #c5a059 !important; }

#mfn-popup-template-103 .mcb-wrap.one, #mfn-popup-template-103 .wrap.mcb-wrap.one { width: 600px !important; max-width: 95vw !important; flex-basis: 600px !important; flex-grow: 0 !important; display: block !important; margin: 0 auto !important; }
section.mcb-section-al0a83wd, #mfn-popup-template-103 section.mcb-section-al0a83wd { background-image: url('/wp-content/uploads/2025/11/bg_odin_web_16.jpg') !important; background-color: #110D09 !important; background-repeat: repeat !important; background-size: 400px !important; overflow: hidden !important; padding: 0 !important; position: relative !important; z-index: 2147483640 !important; min-height: 100vh !important; display: flex !important; align-items: center !important; justify-content: center !important; }
section.mcb-section-al0a83wd .mcb-background-overlay { opacity: 1 !important; background-color: rgba(3,2,2,0.5) !important; }
section.mcb-section-al0a83wd .mcb-section-inner-al0a83wd { align-items: center !important; justify-content: center !important; align-content: center !important; display: flex !important; flex-direction: column !important; width: 100% !important; }
.mcb-section .mcb-wrap .mcb-item-8yb6do6e .desc { text-align: center !important; font-size: 4.8em !important; line-height: 0.8em !important; font-family: 'ITC Odin Con', serif !important; font-weight: normal !important; text-transform: uppercase !important; color: #FFFFFF !important; }
.mcb-section .mcb-wrap .mcb-item-8yb6do6e .desc a { color: #FFFFFF !important; }
.mcb-section .mcb-wrap-mtw6qapa { flex-grow: unset !important; align-self: center !important; width: 600px !important; max-width: 100% !important; }
.mcb-section .mcb-wrap-mtw6qapa > .mcb-wrap-inner-mtw6qapa { justify-content: center !important; align-content: flex-start !important; align-items: center !important; margin-bottom: 35px !important; margin-top: -82px !important; display: flex !important; }
.mcb-section .mcb-wrap .mcb-item-dfe1f7o { width: 380px !important; }
.mcb-section .mcb-wrap-t6kn85m7 { flex-grow: unset !important; align-self: center !important; width: 600px !important; max-width: 100% !important; }
.mcb-section .mcb-wrap-t6kn85m7 > .mcb-wrap-inner-t6kn85m7 { justify-content: center !important; align-content: flex-start !important; align-items: center !important; margin-right: 0px !important; display: flex !important; }
.mcb-section .mcb-wrap .mcb-item-clcyoc29 .mcb-column-inner-clcyoc29 { margin-top: 0px !important; padding-top: 10px !important; padding-bottom: 25px !important; }

/* AGE BUTTON */
.mcb-section .mcb-wrap .mcb-item-0lkxydl9 .button { background: linear-gradient(90deg, #ffe298 0%, #fcdcb1 60%, #f7e8b0 100%, #fff6d0 100%) !important; -webkit-background-clip: text !important; background-clip: text !important; -webkit-text-fill-color: transparent !important; color: #e0b75c !important; font-size: 28px !important; font-family: 'ITC Odin Con', serif !important; font-weight: 500 !important; border-style: none !important; border-width: 1px 0 0 0 !important; transition: box-shadow 0.5s ease-in-out, filter 0.3s ease !important; transform: none !important; filter: drop-shadow(0 1px 0px rgba(0,0,0,0.5)) !important; }
.mcb-section .mcb-wrap .mcb-item-0lkxydl9 .button:hover { background-color: #FFFFFF !important; color: #F4A447 !important; box-shadow: 0 0 25px rgba(244, 164, 71, 0.9) !important; transform: none !important; }
.mcb-section .mcb-wrap .mcb-item-0lkxydl9 .button:before { display: none !important; }
.odin-locked { opacity: 0.3 !important; pointer-events: none !important; cursor: not-allowed !important; box-shadow: none !important; }

/* FOOTER */
#Footer, #Footer .footer_copy, #Footer .widgets_wrapper { !important; background-color: #110D09 !important; background-repeat: repeat !important; background-size: 400px !important; border-top: 1px solid #c5a059 !important; }
#Footer { padding-bottom: 100px !important; }
#Footer .section_wrapper, #Footer .widgets_wrapper .container { max-width: 1220px !important; margin: 0 auto !important; display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; }
#Footer, #Footer p, #Footer div { color: #ccc !important; font-family: 'Odin Text Reg', serif !important; }
.mcb-item-5336be71d .title, .mcb-item-5336be71d h4, .mcb-item-ec96a7977 .title, .mcb-item-ec96a7977 h4 { font-family: 'Odin Text Reg', serif !important; color: #FDD981 !important; font-weight: 500 !important; letter-spacing: 0px !important; text-transform: capitalize !important; text-align: left !important; }
.mcb-item-ec96a7977 .mfn-list-desc, .mcb-item-ec96a7977 .mfn-list-item, .mcb-item-1e982449d .mfn-list-desc, .mcb-item-1e982449d a, .mcb-item-c7ad13267 .mfn-list-desc, .mcb-item-c7ad13267 a { font-family: 'Odin Text Reg', serif !important; color: #7F7D7D !important; font-size: 1.15rem !important; letter-spacing: 0.5px !important; font-weight: normal !important; text-decoration: none !important; text-align: left !important; }
.mcb-item-1e982449d a:hover, .mcb-item-c7ad13267 a:hover { color: #FFF !important; }
.mcb-section .mcb-wrap .mcb-item-9c6b63999 ul a, .mcb-section .mcb-wrap .mcb-item-at6d601 ul a { font-size: 1.5em !important; letter-spacing: 1px !important; font-family: 'Odin Text Reg' !important; font-weight: normal !important; color: #7F7D7D !important; text-align: left !important; }
.mcb-section .mcb-wrap .mcb-item-9c6b63999 ul a:hover, .mcb-section .mcb-wrap .mcb-item-at6d601 ul a:hover { color: #FFFFFF !important; }
.mcb-wrap-inner-e6d400133 { display: flex !important; flex-wrap: wrap !important; justify-content: space-between !important; align-items: center !important; padding-bottom: 40px !important; width: 100% !important; }
.mcb-item-7b35b6388 { width: auto !important; flex: 1 !important; text-align: left !important; order: 1 !important; }
.mcb-item-7b35b6388 .column_attr { text-align: left !important; }
.mcb-item-7b35b6388 a { font-family: 'Odin Text Reg', serif !important; color: #7F7D7D !important; font-size: 1rem !important; }
.mcb-item-7b35b6388 a:hover { color: #FFF !important; }
.mcb-item-4cbeba95c { width: auto !important; flex: 1 !important; text-align: right !important; order: 2 !important; }
.mcb-item-4cbeba95c .column_attr { text-align: right !important; color: #7F7D7D !important; font-family: 'Odin Text Reg' !important; }
.mcb-section .mcb-wrap .mcb-item-9ea4ee2a3 { width: 140px !important; }

/* FOOTER - ECWID/SHOP DUPLIKATE (gleiche Styles mit höherer Spezifität) */
body#ecwid_body .mcb-item-5336be71d .title, body#ecwid_body .mcb-item-5336be71d h4, body#ecwid_body .mcb-item-ec96a7977 .title, body#ecwid_body .mcb-item-ec96a7977 h4,
html#ecwid_html .mcb-item-5336be71d .title, html#ecwid_html .mcb-item-5336be71d h4, html#ecwid_html .mcb-item-ec96a7977 .title, html#ecwid_html .mcb-item-ec96a7977 h4 { font-family: 'Odin Text Reg', serif !important; color: #FDD981 !important; font-weight: 500 !important; letter-spacing: 0px !important; text-transform: capitalize !important; text-align: left !important; }

body#ecwid_body .mcb-item-ec96a7977 .mfn-list-desc, body#ecwid_body .mcb-item-ec96a7977 .mfn-list-item, body#ecwid_body .mcb-item-1e982449d .mfn-list-desc, body#ecwid_body .mcb-item-1e982449d a, body#ecwid_body .mcb-item-c7ad13267 .mfn-list-desc, body#ecwid_body .mcb-item-c7ad13267 a,
html#ecwid_html .mcb-item-ec96a7977 .mfn-list-desc, html#ecwid_html .mcb-item-ec96a7977 .mfn-list-item, html#ecwid_html .mcb-item-1e982449d .mfn-list-desc, html#ecwid_html .mcb-item-1e982449d a, html#ecwid_html .mcb-item-c7ad13267 .mfn-list-desc, html#ecwid_html .mcb-item-c7ad13267 a { font-family: 'Odin Text Reg', serif !important; color: #7F7D7D !important; font-size: 1.15rem !important; letter-spacing: 0.5px !important; font-weight: normal !important; text-decoration: none !important; text-align: left !important; }

body#ecwid_body .mcb-item-1e982449d a:hover, body#ecwid_body .mcb-item-c7ad13267 a:hover,
html#ecwid_html .mcb-item-1e982449d a:hover, html#ecwid_html .mcb-item-c7ad13267 a:hover { color: #FFF !important; }

body#ecwid_body .mcb-section .mcb-wrap .mcb-item-9c6b63999 ul a, body#ecwid_body .mcb-section .mcb-wrap .mcb-item-at6d601 ul a,
html#ecwid_html .mcb-section .mcb-wrap .mcb-item-9c6b63999 ul a, html#ecwid_html .mcb-section .mcb-wrap .mcb-item-at6d601 ul a { font-size: 1.5em !important; letter-spacing: 1px !important; font-family: 'Odin Text Reg' !important; font-weight: normal !important; color: #7F7D7D !important; text-align: left !important; }

body#ecwid_body .mcb-section .mcb-wrap .mcb-item-9c6b63999 ul a:hover, body#ecwid_body .mcb-section .mcb-wrap .mcb-item-at6d601 ul a:hover,
html#ecwid_html .mcb-section .mcb-wrap .mcb-item-9c6b63999 ul a:hover, html#ecwid_html .mcb-section .mcb-wrap .mcb-item-at6d601 ul a:hover { color: #FFFFFF !important; }

body#ecwid_body .mcb-wrap-inner-e6d400133, html#ecwid_html .mcb-wrap-inner-e6d400133 { display: flex !important; flex-wrap: wrap !important; justify-content: space-between !important; align-items: center !important; padding-bottom: 40px !important; width: 100% !important; }

body#ecwid_body .mcb-item-7b35b6388, html#ecwid_html .mcb-item-7b35b6388 { width: auto !important; flex: 1 !important; text-align: left !important; order: 1 !important; }
body#ecwid_body .mcb-item-7b35b6388 .column_attr, html#ecwid_html .mcb-item-7b35b6388 .column_attr { text-align: left !important; }
body#ecwid_body .mcb-item-7b35b6388 a, html#ecwid_html .mcb-item-7b35b6388 a { font-family: 'Odin Text Reg', serif !important; color: #7F7D7D !important; font-size: 1rem !important; }
body#ecwid_body .mcb-item-7b35b6388 a:hover, html#ecwid_html .mcb-item-7b35b6388 a:hover { color: #FFF !important; }

body#ecwid_body .mcb-item-4cbeba95c, html#ecwid_html .mcb-item-4cbeba95c { width: auto !important; flex: 1 !important; text-align: right !important; order: 2 !important; }
body#ecwid_body .mcb-item-4cbeba95c .column_attr, html#ecwid_html .mcb-item-4cbeba95c .column_attr { text-align: right !important; color: #7F7D7D !important; font-family: 'Odin Text Reg' !important; }

/* Fix: Abstand zwischen Impressum-Zeile und Copyright-Zeile */
.mcb-item-7b35b6388, body#ecwid_body .mcb-item-7b35b6388, html#ecwid_html .mcb-item-7b35b6388 { margin-bottom: 15px !important; }
.mcb-item-4cbeba95c, body#ecwid_body .mcb-item-4cbeba95c, html#ecwid_html .mcb-item-4cbeba95c { margin-top: 15px !important; }

body#ecwid_body .mcb-section .mcb-wrap .mcb-item-9ea4ee2a3, html#ecwid_html .mcb-section .mcb-wrap .mcb-item-9ea4ee2a3 { width: 140px !important; }

/* Logo Spalte - gleiche Breite auf allen Seiten */
.mcb-wrap-cf017df23, body#ecwid_body .mcb-wrap-cf017df23, html#ecwid_html .mcb-wrap-cf017df23 { width: 25% !important; flex-basis: 25% !important; }

/* Menu Spalte */
.mcb-wrap-5c47a80e8, body#ecwid_body .mcb-wrap-5c47a80e8, html#ecwid_html .mcb-wrap-5c47a80e8 { width: 33.33% !important; flex-basis: 33.33% !important; }

/* Kontakt Spalte */
.mcb-wrap-422ce166e, body#ecwid_body .mcb-wrap-422ce166e, html#ecwid_html .mcb-wrap-422ce166e { width: 33.33% !important; flex-basis: 33.33% !important; }

/* FOOTER PADDING - für ALLE Seiten inkl. Shop/Ecwid (NICHT #odin-custom-footer!) */
#Footer, footer:not(#odin-custom-footer), .mfn-footer, .mfn-footer-tmpl,
body#ecwid_body #Footer, body#ecwid_body footer:not(#odin-custom-footer), body#ecwid_body .mfn-footer,
html#ecwid_html #Footer, html#ecwid_html footer:not(#odin-custom-footer), html#ecwid_html .mfn-footer {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}

/* Footer Copyright Zeile - einheitlicher Abstand */
#Footer .footer_copy, footer .footer_copy, .mfn-footer .footer_copy,
body#ecwid_body #Footer .footer_copy, body#ecwid_body footer .footer_copy,
html#ecwid_html #Footer .footer_copy, html#ecwid_html footer .footer_copy,
.mcb-wrap-inner-e6d400133,
body#ecwid_body .mcb-wrap-inner-e6d400133,
html#ecwid_html .mcb-wrap-inner-e6d400133 {
    padding-top: 30px !important;
    margin-top: 30px !important;
    padding-bottom: 100px !important;
}

@media (max-width: 768px) {
    .mcb-wrap-inner-e6d400133 { flex-direction: column !important; gap: 20px !important; text-align: center !important; }
    .mcb-item-7b35b6388, .mcb-item-4cbeba95c { text-align: center !important; width: 100% !important; }
    .mcb-item-7b35b6388 .column_attr, .mcb-item-4cbeba95c .column_attr { text-align: center !important; }
    .mcb-item-9c6b63999 ul, .mcb-item-at6d601 ul, .mcb-item-ec96a7977 ul, .mcb-item-1e982449d ul, .mcb-item-c7ad13267 ul { align-items: center!important; padding: 0 !important; margin: 0 auto !important; text-align: center !important; }
    .mcb-section .mcb-wrap .mcb-item-c7ad13267 .mcb-column-inner-c7ad13267{ padding-right: 10px!important; }
    .mcb-item-7b35b6388 a { font-size: 1em !important; }
    .mcb-item-9ea4ee2a3 { margin: 0 auto !important; float: none !important; display: table !important; }
    .mcb-item-9c6b63999, .mcb-item-at6d601, .mcb-item-ec96a7977, .mcb-item-1e982449d, .mcb-item-c7ad13267 { text-align: center !important; width: 100% !important; }
    .mcb-item-9c6b63999 li, .mcb-item-at6d601 li, .mcb-item-ec96a7977 li, .mcb-item-1e982449d li, .mcb-item-c7ad13267 li { text-align: center !important; justify-content: center !important; }
    .mfn-footer-menu li, .mcb-item-9c6b63999 li, .mcb-item-at6d601 li { font-size: 1.4em !important; line-height: 2em !important; }
    .mcb-item-ec96a7977 .mfn-list-desc, .mcb-item-ec96a7977 .mfn-list-item, .mcb-item-1e982449d .mfn-list-desc, .mcb-item-1e982449d a, .mcb-item-c7ad13267 .mfn-list-desc, .mcb-item-c7ad13267 a { font-family: 'Odin Text Reg', serif !important; color: #7F7D7D !important; font-size: 1.15rem !important; letter-spacing: 0.5px !important; font-weight: normal !important; text-decoration: none !important; line-height: 1.3em !important; text-align: center!important; }
    h4, .title { text-align: center !important; }
}

html, #Wrapper, #ecwid_body, html#ecwid_html, body#ecwid_body { background: transparent !important; }
body, body#ecwid_body { background-color: transparent !important; background-image: none !important; }

/* Vignette wird jetzt über #odin-vignette-overlay in functions.php gesteuert */
/* Content ÜBER der Vignette (z-index:0) */
#Wrapper, #Content, .mcw-sidebar, .ec-store, .ec-cart {
    position: relative !important;
    z-index: 1 !important;
}

/* Text-Markierung: dezent gold, Text leicht aufgehellt */
::selection {
    background: rgba(197, 160, 89, 0.15) !important;
    color: #e6d5b8 !important;
    -webkit-text-fill-color: #e6d5b8 !important;
}
::-moz-selection {
    background: rgba(197, 160, 89, 0.15) !important;
    color: #e6d5b8 !important;
    -webkit-text-fill-color: #e6d5b8 !important;
}

/* ===== MOBILE/TABLET: KEINE ANIMATIONEN AUF BUTTONS — NUR GRADIENT ===== */
@media (hover: none) and (pointer: coarse) {
    .mcb-section .mcb-wrap .mcb-item-0lkxydl9 .button {
        transition: none !important;
        animation: none !important;
    }
    .mcb-section .mcb-wrap .mcb-item-0lkxydl9 .button:hover,
    .mcb-section .mcb-wrap .mcb-item-0lkxydl9 .button:active {
        box-shadow: none !important;
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }
}

/* ═══════════════════════════════════════════════════════
   KOMPAKT-MODUS: 1280×768 — Custom Cart (odin-co-*)
   ═══════════════════════════════════════════════════════ */
@media screen and (max-height: 800px) and (min-width: 769px) {

    /* ── 1. Mehr Platz zwischen Stepper und Content ── */
    .odin-viking-stepper {
        margin-bottom: 24px !important;
        padding: 24px 0 20px 0 !important;
    }

    /* ── 2. GESAMTPREIS 50% GRÖSSER (1.8rem → 2.7rem) ── */
    #odin-co-totals .odin-co-total-row.gross .value {
        font-size: 2.7rem !important;
    }
}
