/*
Theme Name: Elitech Shop
Theme URI: https://elitech-shop.at
Author: Elitech
Description: Eigenstaendiges, helles Custom-Theme fuer den Elitech Shop. Kein Framework, volle Kontrolle.
Version: 1.2.0
Requires PHP: 8.1
Text Domain: elitech-shop
*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root{
  --bg:#ffffff; --bg-soft:#f6f7f8; --bg-card:#ffffff;
  --ink:#101418; --muted:#6b7280; --line:#e7e9ee;
  --btn:#101418; --btn-ink:#ffffff;
  --green:#16a34a; --green-soft:#e8f7ee;
  --amber:#b45309; --amber-soft:#fef3e2;
  --blue:#1b79ff;
  --radius:14px; --radius-lg:20px;
  --shadow:0 8px 28px rgba(16,20,24,.07);
  --maxw:1240px;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.6}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 20px}

/* ===== Trustbar ===== */
.es-trust{background:var(--ink);color:#fff;font-size:.82rem}
.es-trust .wrap{display:flex;gap:26px;justify-content:center;padding:8px 20px;flex-wrap:wrap}
.es-trust span{opacity:.92;display:flex;align-items:center;gap:7px}
.es-trust svg{width:14px;height:14px}

/* ===== Header ===== */
.es-header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:50}
.es-header .wrap{display:flex;align-items:center;gap:26px;padding:14px 20px}
.es-logo img,.custom-logo-link img,img.custom-logo{max-height:46px;width:auto;display:block}
.custom-logo-link{display:flex;align-items:center;flex-shrink:0}
.es-logo .es-logo-text{font-weight:800;font-size:1.4rem;letter-spacing:-.02em}
.es-search{flex:1;display:flex;max-width:560px}
.es-search input{flex:1;border:1.5px solid var(--line);border-right:0;border-radius:999px 0 0 999px;padding:11px 18px;font-size:.95rem;outline:none;background:var(--bg-soft)}
.es-search input:focus{border-color:var(--ink);background:#fff}
.es-search button{border:0;background:var(--btn);color:var(--btn-ink);border-radius:0 999px 999px 0;padding:0 20px;cursor:pointer}
.es-search button svg{width:17px;height:17px}
.es-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
.es-action{display:flex;flex-direction:column;align-items:center;gap:2px;padding:7px 12px;border-radius:12px;font-size:.72rem;color:var(--muted);position:relative}
.es-action:hover{background:var(--bg-soft);color:var(--ink)}
.es-action svg{width:21px;height:21px;color:var(--ink)}
.es-cart-count{position:absolute;top:2px;right:6px;background:var(--green);color:#fff;font-size:.66rem;font-weight:700;min-width:17px;height:17px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px}

/* ===== Kategorie-Navi ===== */
.es-nav{border-bottom:1px solid var(--line);background:#fff}
.es-nav .wrap{display:flex;gap:4px;overflow-x:auto;padding:0 20px}
.es-nav a{white-space:nowrap;padding:11px 15px;font-size:.92rem;font-weight:600;color:var(--muted);border-bottom:2.5px solid transparent}
.es-nav a:hover,.es-nav a.current{color:var(--ink);border-bottom-color:var(--ink)}

/* ===== Hero / Kategorien-Grid ===== */
.es-section{padding:46px 0}
.es-section--soft{background:var(--bg-soft)}
.es-kicker{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0 0 8px}
.es-h1{font-size:clamp(1.7rem,3.6vw,2.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0 0 10px}
.es-h2{font-size:clamp(1.3rem,2.6vw,1.8rem);font-weight:800;letter-spacing:-.02em;margin:0 0 8px}
.es-sub{color:var(--muted);max-width:680px;margin:0 0 26px}
.es-catgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px}
.es-catcard{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:30px 26px;display:flex;flex-direction:column;gap:10px;transition:.18s;position:relative;overflow:hidden}
.es-catcard:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-color:#d6d9e0}
.es-catcard .es-caticon{width:46px;height:46px;color:var(--ink)}
.es-catcard h3{margin:4px 0 0;font-size:1.18rem;font-weight:750;letter-spacing:-.01em}
.es-catcard p{margin:0;color:var(--muted);font-size:.92rem}
.es-catcard .es-catgo{margin-top:auto;font-weight:700;font-size:.92rem;display:flex;align-items:center;gap:6px}
.es-catcard .es-catgo::after{content:"→";transition:.18s}
.es-catcard:hover .es-catgo::after{transform:translateX(4px)}
.es-catcard img.es-catimg{position:absolute;right:-12px;bottom:-12px;width:120px;opacity:.92;border-radius:12px}

/* ===== USP-Zeile ===== */
.es-usps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.es-usp{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px 20px;display:flex;gap:14px;align-items:flex-start}
.es-usp svg{width:24px;height:24px;flex:none;color:var(--green)}
.es-usp b{display:block;font-size:.95rem}
.es-usp span{color:var(--muted);font-size:.86rem}

/* ===== Zustand-Badges ===== */
.es-badge{display:inline-flex;align-items:center;gap:5px;font-size:.72rem;font-weight:800;letter-spacing:.04em;padding:4px 10px;border-radius:7px;text-transform:uppercase}
.es-badge--neu{background:var(--ink);color:#fff}
.es-badge--a{background:var(--green-soft);color:var(--green)}
.es-badge--b{background:var(--amber-soft);color:var(--amber)}
.es-stock{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:var(--green)}
.es-stock::before{content:"";width:8px;height:8px;border-radius:99px;background:var(--green)}
.es-stock--out{color:var(--muted)}
.es-stock--out::before{background:#cbd2da}

/* ===== WooCommerce Anpassungen ===== */
.woocommerce .es-main{padding:34px 0 70px}
ul.products{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:18px;margin:0 !important;padding:0 !important;list-style:none}
ul.products li.product{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:16px !important;margin:0 !important;width:auto !important;float:none !important;display:flex;flex-direction:column;transition:.18s;position:relative}
ul.products li.product:hover{box-shadow:var(--shadow);transform:translateY(-3px)}
ul.products li.product img{border-radius:12px;margin-bottom:12px !important;aspect-ratio:1/1;object-fit:contain;background:var(--bg-soft);width:100%}
ul.products li.product .woocommerce-loop-product__title{font-size:.98rem !important;font-weight:700;letter-spacing:-.01em;padding:0 !important;line-height:1.35;min-height:2.7em}
ul.products li.product .price{color:var(--ink) !important;font-weight:800;font-size:1.12rem !important;margin-top:auto !important;padding-top:8px}
ul.products li.product .price del{color:var(--muted);font-weight:500;font-size:.85em}
ul.products li.product .price ins{text-decoration:none;color:#dc2626}
ul.products li.product .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--btn) !important;color:var(--btn-ink) !important;border-radius:999px !important;font-weight:700 !important;padding:11px 20px !important;border:0 !important;transition:.15s}
.woocommerce a.button:hover,.woocommerce button.button:hover{opacity:.85;transform:translateY(-1px)}
ul.products li.product .button{margin-top:10px !important;text-align:center}
.woocommerce span.onsale{background:#dc2626 !important;border-radius:8px !important;padding:4px 10px !important;min-width:0 !important;min-height:0 !important;line-height:1.4 !important;font-weight:800;left:12px;top:12px}
.woocommerce div.product p.price{color:var(--ink) !important;font-size:1.6rem !important;font-weight:800}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:var(--bg-soft) !important;border:1px solid var(--line) !important;border-radius:10px 10px 0 0 !important}
.woocommerce-breadcrumb{font-size:.84rem !important;color:var(--muted) !important;margin-bottom:18px !important}
.woocommerce-breadcrumb a{color:var(--muted)}
.woocommerce-message,.woocommerce-info{border-top-color:var(--green) !important;background:var(--green-soft) !important;border-radius:10px}
.woocommerce-error{border-radius:10px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1.5px solid var(--line);border-radius:10px;padding:11px 14px;background:#fff}
.woocommerce form .form-row input.input-text:focus{border-color:var(--ink);outline:none}
.woocommerce table.shop_table{border:1px solid var(--line) !important;border-radius:var(--radius) !important;overflow:hidden}
.woocommerce table.shop_table td,.woocommerce table.shop_table th{border-color:var(--line) !important}

/* ===== Footer ===== */
.es-footer{background:var(--ink);color:#cfd6dd;margin-top:70px}
.es-footer .wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:34px;padding:46px 20px}
.es-footer h4{color:#fff;font-size:.95rem;margin:0 0 12px}
.es-footer a{display:block;padding:4px 0;font-size:.9rem;color:#cfd6dd}
.es-footer a:hover{color:#fff}
.es-footer .es-foot-bottom{border-top:1px solid rgba(255,255,255,.12);padding:16px 20px;display:flex;gap:14px;justify-content:space-between;flex-wrap:wrap;font-size:.82rem;max-width:var(--maxw);margin:0 auto}
.es-payicons{display:flex;gap:8px;flex-wrap:wrap}
.es-payicons span{background:#fff;color:var(--ink);border-radius:6px;padding:3px 9px;font-size:.72rem;font-weight:700}

/* ===== Allgemeine Seiten ===== */
.es-page{padding:42px 0 70px}
.es-page h1{font-size:clamp(1.6rem,3vw,2.2rem);letter-spacing:-.02em}
.es-page .entry-content{max-width:820px}

@media(max-width:760px){
  .es-header .wrap{flex-wrap:wrap;gap:12px}
  .es-search{order:3;max-width:100%;min-width:100%}
  .es-action span{display:none}
}


/* ===== Elitech Design-Refresh "Klar & Vertrauen" (angehaengt 2026-06-15, reversibel) ===== */
:root{
  --ink:#141b24; --muted:#6b747f; --line:#e9ecf1; --bg-soft:#f6f8fa;
  --radius:14px; --radius-lg:20px;
  --shadow:0 14px 34px -18px rgba(20,27,36,.26);
  --grad:linear-gradient(95deg,#d6157f 0%,#7b3fe4 52%,#1f7ae0 100%);
}
.es-logo,.es-header .es-logo,.site-title,.site-title a,.es-brand{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800;letter-spacing:-.5px;}
.es-kicker{color:#d6157f;letter-spacing:1.6px;font-weight:700;}
.es-h1{letter-spacing:-1.2px;line-height:1.08;}
.es-catcard{border-radius:20px;transition:transform .2s,box-shadow .2s,border-color .2s;}
.es-catcard:hover{box-shadow:var(--shadow);transform:translateY(-4px);border-color:#ecd9f0;}
.es-caticon{color:#7b3fe4;}
.es-catgo{color:#d6157f;font-weight:700;}
.es-usp{border-radius:16px;transition:.2s;}
.es-usp:hover{box-shadow:var(--shadow);}
.es-usp svg{stroke:#7b3fe4;}
ul.products li.product{border-radius:20px;transition:transform .2s,box-shadow .2s;}
ul.products li.product:hover{box-shadow:var(--shadow);transform:translateY(-4px);}
.button,button.button,input.button,.single_add_to_cart_button,.es-section a.button,.wc-block-components-button{background:var(--grad) !important;border:0 !important;color:#fff !important;border-radius:12px !important;font-weight:700 !important;}
.button:hover,.single_add_to_cart_button:hover{filter:brightness(1.06);transform:translateY(-1px);}
.es-search input:focus{border-color:#7b3fe4;}
.es-footer{background:#141b24;}

/* ===== Demo-Modus (oeffentlich, in Entwicklung) ===== */
body{padding-bottom:48px;}
body::after{content:"⚠ DEMO – Seite noch in Entwicklung · keine echten Bestellungen möglich";position:fixed;left:0;right:0;bottom:0;z-index:99999;background:#141b24;color:#ffd24a;font:600 13.5px/1.45 system-ui,-apple-system,sans-serif;text-align:center;padding:11px 16px;}
.wc-proceed-to-checkout,.checkout-button,#place_order,form.checkout #payment,.wc-block-cart__submit{display:none !important;}
.woocommerce-checkout .woocommerce::before{content:"Demo-Modus: Bestellungen sind noch deaktiviert.";display:block;background:#fef3e2;color:#b45309;font-weight:700;padding:14px;border-radius:10px;margin-bottom:16px;}

/* Demo-Banner FIX */
body::after{content:"DEMO · Seite noch in Entwicklung – noch keine echten Bestellungen möglich" !important;position:fixed !important;left:0;right:0;bottom:0;z-index:99999;background:#141b24;color:#ffd24a;font:600 13px/1.45 system-ui,sans-serif;text-align:center;padding:11px 16px;}

/* ===== ELITECH Design-Overhaul v2 (bold) ===== */
body{font-family:'Plus Jakarta Sans',system-ui,-apple-system,sans-serif !important;color:#16202c;}
h1,h2,h3,.es-h1,.es-h2{font-family:'Plus Jakarta Sans',sans-serif !important;letter-spacing:-1px;}
.es-kicker{display:inline-block;background:#fbeaf2;color:#d6157f;padding:7px 15px;border-radius:999px;font-weight:700;letter-spacing:1px;font-size:12.5px;}
.es-h1{font-size:clamp(38px,6vw,62px) !important;line-height:1.05 !important;font-weight:800 !important;}
.es-sub{font-size:18px !important;color:#46505c !important;max-width:540px;}
.es-catgrid{gap:18px !important;}
.es-catcard{border:1px solid #e9ecf1 !important;border-radius:22px !important;padding:26px !important;}
.es-catcard:hover{box-shadow:0 18px 40px -20px rgba(20,27,36,.3) !important;transform:translateY(-5px) !important;}
.es-caticon{width:56px !important;height:56px !important;border-radius:16px !important;background:linear-gradient(135deg,#fdeef7,#eef0fe) !important;display:inline-flex !important;align-items:center;justify-content:center;color:#7b3fe4 !important;padding:14px;}
.es-catcard h3{font-size:19px !important;font-weight:700 !important;}
.es-usp{border:1px solid #e9ecf1 !important;border-radius:18px !important;background:#fff !important;padding:20px !important;}
.es-usp svg{stroke:#0a7d4b !important;}
ul.products li.product{border:1px solid #e9ecf1 !important;border-radius:22px !important;}
ul.products li.product:hover{box-shadow:0 18px 40px -20px rgba(20,27,36,.3) !important;transform:translateY(-5px) !important;}
ul.products li.product .price{font-weight:800 !important;font-size:1.25rem !important;}
.button,.single_add_to_cart_button,a.button,button.button,.es-section a.button{background:linear-gradient(95deg,#d6157f,#7b3fe4 55%,#1f7ae0) !important;border:0 !important;color:#fff !important;border-radius:13px !important;font-weight:700 !important;}
.es-nav a:hover{color:#d6157f !important;}
.es-section--soft{background:#f6f8fa !important;}


/* ELITECH Homepage Klar&Vertrauen (eh- Namespace, gescopt) */
.eh{--eh-ink:#16202c;--eh-ink2:#46505c;--eh-muted:#737d89;--eh-line:#e8ebef;--eh-line2:#dde1e7;--eh-soft:#f5f7f9;--eh-trust:#0a7d4b;--eh-tsoft:#e9f7f0;--eh-brand:#d6157f;--eh-brand2:#1f7ae0;--eh-acc:linear-gradient(95deg,#d6157f,#1f7ae0);--eh-gold:#f5a524;--eh-rlg:18px;--eh-maxw:1180px;color:var(--eh-ink);line-height:1.6}
.eh *{box-sizing:border-box}
.eh .eh-wrap{max-width:var(--eh-maxw);margin:0 auto;padding:0 24px}
.eh .eh-gt{background:var(--eh-acc);-webkit-background-clip:text;background-clip:text;color:transparent}
.eh a{text-decoration:none}
.eh .eh-h1{font-size:clamp(34px,5vw,48px);line-height:1.08;font-weight:800;letter-spacing:-1.2px;margin:0 0 16px}
.eh .eh-h2{font-size:clamp(24px,3.2vw,30px);font-weight:800;letter-spacing:-.6px;text-align:center;margin:0}
.eh .eh-h2.eh-left{text-align:left}
.eh .eh-btn{display:inline-flex;align-items:center;gap:9px;font-weight:700;border-radius:12px;padding:14px 24px;border:0;cursor:pointer;font-size:15.5px;transition:.18s}
.eh .eh-btn-pri{background:var(--eh-ink);color:#fff}
.eh .eh-btn-pri:hover{background:#0c1620;transform:translateY(-1px)}
.eh .eh-btn-ghost{background:#fff;border:1.5px solid var(--eh-line2);color:var(--eh-ink)}
.eh .eh-btn-ghost:hover{border-color:var(--eh-ink)}
.eh .eh-hero .eh-herogrid{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center;padding:54px 24px 46px}
.eh .eh-rchip{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:600;color:var(--eh-ink2);margin-bottom:16px}
.eh .eh-stars{color:var(--eh-gold);letter-spacing:1px;font-size:15px}
.eh .eh-sub{font-size:18px;color:var(--eh-ink2);max-width:480px;margin:0 0 26px}
.eh .eh-cta{display:flex;gap:12px;flex-wrap:wrap}
.eh .eh-herovis{background:var(--eh-soft);border:1px solid var(--eh-line);border-radius:20px;padding:26px 26px 22px}
.eh .eh-hv-top{margin-bottom:16px}
.eh .eh-hv-badge{display:inline-flex;align-items:center;gap:7px;background:var(--eh-tsoft);color:var(--eh-trust);font-weight:700;font-size:14px;padding:8px 14px;border-radius:999px}
.eh .eh-hv-row{display:flex;align-items:center;gap:14px;padding:11px 0;font-size:14.5px;font-weight:600;border-bottom:1px solid var(--eh-line)}
.eh .eh-hv-row .eh-hv-g{width:70px;color:var(--eh-ink)}
.eh .eh-hv-bar{flex:1;height:8px;border-radius:8px;background:#e6e9ee;overflow:hidden}
.eh .eh-hv-bar i{display:block;height:100%;background:var(--eh-trust);border-radius:8px}
.eh .eh-hv-p{width:48px;text-align:right;color:var(--eh-ink2)}
.eh .eh-hv-foot{font-size:13px;color:var(--eh-muted);margin-top:14px}
.eh .eh-trustband{background:var(--eh-soft);border-top:1px solid var(--eh-line);border-bottom:1px solid var(--eh-line)}
.eh .eh-trustband .eh-tbgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:26px 24px}
.eh .eh-tb{display:flex;gap:13px;align-items:flex-start}
.eh .eh-tb-ic{width:42px;height:42px;border-radius:11px;background:var(--eh-tsoft);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.eh .eh-tb-ic svg{width:22px;height:22px;stroke:var(--eh-trust)}
.eh .eh-tb-tx b{display:block;font-size:15px;font-weight:700}
.eh .eh-tb-tx span{font-size:13.5px;color:var(--eh-muted)}
.eh .eh-blk{padding:54px 0}
.eh .eh-blk-top0{padding-top:0}
.eh .eh-shead{text-align:center;max-width:560px;margin:0 auto 32px}
.eh .eh-shead p{color:var(--eh-muted);font-size:16px;margin:8px 0 0}
.eh .eh-cats{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.eh .eh-cat{border:1px solid var(--eh-line);border-radius:var(--eh-rlg);padding:18px 12px;text-align:center;transition:.18s;background:#fff;display:block}
.eh .eh-cat:hover{border-color:var(--eh-brand2);box-shadow:0 8px 22px -12px rgba(22,32,44,.22);transform:translateY(-2px)}
.eh .eh-cat-ic{width:46px;height:46px;border-radius:50%;background:var(--eh-soft);display:flex;align-items:center;justify-content:center;margin:0 auto 11px}
.eh .eh-cat-ic svg{width:23px;height:23px;stroke:var(--eh-ink)}
.eh .eh-cat b{font-size:14.5px;font-weight:700;display:block;color:var(--eh-ink)}
.eh .eh-cat-n{font-size:12px;color:var(--eh-muted);font-weight:600}
.eh .eh-prods{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.eh .eh-pc{border:1px solid var(--eh-line);border-radius:var(--eh-rlg);overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:.18s}
.eh .eh-pc:hover{box-shadow:0 12px 30px -16px rgba(22,32,44,.25);transform:translateY(-3px)}
.eh .eh-pc-ph{position:relative;background:var(--eh-soft);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:16px}
.eh .eh-pc-ph img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;mix-blend-mode:multiply}
.eh .eh-bdg{position:absolute;top:12px;left:12px;font-size:12px;font-weight:700;border-radius:8px;padding:4px 10px;background:var(--eh-tsoft);color:var(--eh-trust);z-index:2}
.eh .eh-pc-bd{padding:14px 15px 16px;display:flex;flex-direction:column;flex:1}
.eh .eh-pc-trust{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--eh-trust);font-weight:700;margin-bottom:8px}
.eh .eh-pc-trust svg{width:14px;height:14px;stroke:var(--eh-trust)}
.eh .eh-pc-t{font-size:14.5px;font-weight:600;line-height:1.4;color:var(--eh-ink);margin-bottom:10px;min-height:40px;display:block}
.eh .eh-pc-t:hover{color:var(--eh-brand)}
.eh .eh-bat{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--eh-ink2);font-weight:600;margin-bottom:10px}
.eh .eh-tk{width:50px;height:6px;border-radius:6px;background:#e6e9ee;overflow:hidden}
.eh .eh-fl{display:block;height:100%;background:var(--eh-trust);border-radius:6px}
.eh .eh-pr{margin-top:auto;font-weight:800;font-size:20px;letter-spacing:-.3px;color:var(--eh-ink)}
.eh .eh-pr del{font-size:13px;color:var(--eh-muted);font-weight:600;margin-left:6px}
.eh .eh-pr ins{text-decoration:none}
.eh .eh-pr .woocommerce-Price-amount{font-weight:800}
.eh .eh-stk{font-size:12.5px;font-weight:700;color:var(--eh-trust);margin:8px 0 12px;display:flex;align-items:center;gap:7px}
.eh .eh-stk .eh-d{width:8px;height:8px;border-radius:50%;background:var(--eh-trust)}
.eh .eh-stk.eh-oos{color:var(--eh-muted)}
.eh .eh-stk.eh-oos .eh-d{background:var(--eh-muted)}
.eh .eh-add{display:block;width:100%;text-align:center;background:var(--eh-ink);color:#fff;border:0;border-radius:11px;padding:11px;font-weight:700;cursor:pointer;font-size:14px;transition:.18s}
.eh .eh-add:hover{background:var(--eh-brand)}
.eh .eh-empty{grid-column:1/-1;text-align:center;color:var(--eh-muted);padding:30px}
.eh .eh-safe{background:var(--eh-soft);border-radius:22px;padding:44px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.eh .eh-safe-lead{color:var(--eh-ink2);font-size:16px;margin:10px 0 0}
.eh .eh-slist{margin-top:22px;display:flex;flex-direction:column;gap:16px}
.eh .eh-si{display:flex;gap:13px;align-items:flex-start}
.eh .eh-si-c{width:30px;height:30px;border-radius:50%;background:var(--eh-tsoft);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.eh .eh-si-c svg{width:17px;height:17px;stroke:var(--eh-trust)}
.eh .eh-si b{font-size:15.5px}
.eh .eh-si p{font-size:14px;color:var(--eh-muted);margin:2px 0 0}
.eh .eh-safevis{background:#fff;border:1px solid var(--eh-line);border-radius:18px;padding:26px}
.eh .eh-safevis-h{font-size:15px;display:block;margin-bottom:6px}
.eh .eh-safevis-p{font-size:13.5px;color:var(--eh-muted);margin:0 0 8px}
.eh .eh-gradechip{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid var(--eh-line);font-size:14.5px}
.eh .eh-gradechip:last-child{border:0}
.eh .eh-gradechip .eh-g{font-weight:700;width:80px}
.eh .eh-gbar{flex:1;margin:0 16px;height:7px;border-radius:7px;background:#e6e9ee;overflow:hidden}
.eh .eh-gbar i{display:block;height:100%;background:var(--eh-trust);border-radius:7px}
@media(max-width:900px){.eh .eh-hero .eh-herogrid{grid-template-columns:1fr;gap:30px}.eh .eh-herovis{order:-1}.eh .eh-trustband .eh-tbgrid{grid-template-columns:1fr 1fr}.eh .eh-cats{grid-template-columns:repeat(3,1fr)}.eh .eh-prods{grid-template-columns:repeat(2,1fr)}.eh .eh-safe{grid-template-columns:1fr;padding:30px}}
@media(max-width:520px){.eh .eh-cats{grid-template-columns:repeat(2,1fr)}.eh .eh-prods{grid-template-columns:1fr 1fr}.eh .eh-trustband .eh-tbgrid{grid-template-columns:1fr}}

/* De-KI v2: solide statt Verlauf, Hero-Feature, ehrlicher Look */
.eh .eh-kick{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;letter-spacing:.3px;color:var(--eh-ink2);margin-bottom:16px}
.eh .eh-kick-dot{width:8px;height:8px;border-radius:50%;background:var(--eh-trust);display:inline-block}
.eh .eh-acc{color:var(--eh-brand)}
.eh .eh-feat{display:block;background:#fff;border:1px solid var(--eh-line);border-radius:18px;padding:18px;transition:.18s;box-shadow:0 10px 30px -20px rgba(22,32,44,.35)}
.eh .eh-feat:hover{transform:translateY(-3px);box-shadow:0 18px 40px -22px rgba(22,32,44,.4)}
.eh .eh-feat-tag{display:inline-block;background:var(--eh-tsoft);color:var(--eh-trust);font-weight:700;font-size:12.5px;padding:5px 11px;border-radius:999px;margin-bottom:14px}
.eh .eh-feat-img{display:flex;align-items:center;justify-content:center;background:var(--eh-soft);border-radius:14px;padding:22px;margin-bottom:14px;min-height:210px}
.eh .eh-feat-img img{max-width:82%;max-height:210px;width:auto;height:auto;object-fit:contain;mix-blend-mode:multiply}
.eh .eh-feat-cond{display:inline-block;font-size:12.5px;font-weight:700;color:var(--eh-trust);margin-bottom:5px}
.eh .eh-feat-name{display:block;font-weight:600;font-size:15.5px;color:var(--eh-ink);line-height:1.4;margin-bottom:6px}
.eh .eh-feat-price{display:block;font-weight:800;font-size:21px;color:var(--eh-ink)}
.eh .eh-feat-price del{font-size:14px;color:var(--eh-muted);font-weight:600;margin-left:6px}
.eh .eh-feat-price ins{text-decoration:none}
.eh .eh-feat-fb b{display:block;font-size:18px;margin:6px 0}
.eh .eh-feat-fb p{color:var(--eh-muted);font-size:14.5px}
/* solide statt Verlauf: Logo + Buttons */
.es-logo,.site-title,.es-logo a,.site-title a,.es-logo span,.site-title span{background:none !important;background-image:none !important;-webkit-text-fill-color:#16202c !important;color:#16202c !important}
.button,.single_add_to_cart_button,a.button,button.button,.es-section a.button{background:#16202c !important;background-image:none !important;color:#fff !important}
.button:hover,.single_add_to_cart_button:hover,a.button:hover,button.button:hover{background:#d6157f !important;background-image:none !important}

/* Zahlarten-Leiste (echte Mollie-Methoden) */
.eh .eh-paybar{background:var(--eh-soft);border-top:1px solid var(--eh-line);padding:18px 0;margin-top:8px}
.eh .eh-paybar-in{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}
.eh .eh-paybar-lbl{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--eh-ink2);margin-right:6px}
.eh .eh-paybar-lbl svg{width:18px;height:18px;stroke:var(--eh-trust)}
.eh .eh-pb{height:34px;min-width:58px;padding:0 12px;background:#fff;border:1px solid var(--eh-line);border-radius:9px;display:inline-flex;align-items:center;justify-content:center}
.eh .eh-pb-visa{font-weight:800;font-style:italic;color:#1A1F71;font-size:15px;letter-spacing:.5px}
.eh .eh-pb-mc{gap:0}
.eh .eh-mc1{width:18px;height:18px;border-radius:50%;background:#EB001B;display:inline-block}
.eh .eh-mc2{width:18px;height:18px;border-radius:50%;background:#F79E1B;display:inline-block;margin-left:-7px}
.eh .eh-pb-eps{font-weight:800;color:#C8102E;font-size:16px}
.eh .eh-pb-pp{font-weight:800;font-style:italic;color:#003087;font-size:14px}
