:root{--green:#45df27;--lime:#b6ff7b;--dark:#020806;--panel:#07120c;--text:#f7f8f5;--muted:#b7c5b8}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:radial-gradient(circle at 50% 0,#0a2918,#020806 45%,#010302);color:var(--text);min-height:100vh}a{color:inherit}button,input,select,textarea{font:inherit}
.glow-frame{border:3px solid transparent;background:linear-gradient(var(--panel),var(--panel)) padding-box,linear-gradient(135deg,#fff 0,#7dff48 30%,#fff 58%,#32d615 100%) border-box;box-shadow:0 0 15px rgba(93,255,49,.72),inset 0 0 10px rgba(255,255,255,.06)}
.site-header{position:sticky;top:0;z-index:30;min-height:92px;display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:center;padding:9px 2%;background:#020806}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.brand-icon{width:72px;height:58px;object-fit:contain}.brand-word{width:230px;height:58px;object-fit:contain;object-position:left center}.main-nav,.header-actions{display:flex;gap:10px;align-items:center}.main-nav a,.header-actions a{min-width:138px;text-align:center;padding:13px 14px;border:2px solid transparent;border-radius:9px;text-decoration:none;background:linear-gradient(#07120c,#07120c) padding-box,linear-gradient(135deg,#fff,#72f343,#fff) border-box}.main-nav a:hover,.header-actions a:hover{background:linear-gradient(135deg,#148f10,#5ee42e);box-shadow:0 0 12px var(--green)}.header-actions{justify-self:end}.header-actions a{min-width:auto}.header-actions span{display:inline-grid;place-items:center;min-width:21px;height:21px;border-radius:50%;background:var(--green);color:#07120c;font-weight:900}
.hero{min-height:360px;display:grid;place-items:center;text-align:center;padding:55px 20px;background-image:linear-gradient(rgba(0,0,0,.10),rgba(0,0,0,.18)),url('assets/background/hintergrund.png');background-size:cover;background-position:center}.hero-overlay{max-width:950px}.hero h1{font-size:clamp(2.5rem,6vw,4.8rem);line-height:1.05;margin:13px 0}.hero h1 em{color:var(--green);font-style:normal}.hero p{font-size:1.1rem;color:#eef4ef}.kicker{color:#56e838;font-weight:900;letter-spacing:.14em;font-size:.78rem}
.category-head{text-align:center;padding:55px 20px 25px}.category-head h1{font-size:3rem;margin:8px 0}.category-head p{color:var(--muted)}
.category-slider{width:min(1480px,98%);margin:12px auto 28px;padding:10px;display:grid;grid-template-columns:52px 1fr 52px;gap:10px;align-items:center;border-radius:14px}.category-track{display:flex;gap:10px;overflow:hidden;scroll-behavior:smooth}.category-track a,.slider-arrow{flex:0 0 auto;border:2px solid transparent;border-radius:8px;padding:11px 16px;background:linear-gradient(#07120c,#07120c) padding-box,linear-gradient(135deg,#fff,#73eb45,#fff) border-box;text-decoration:none;color:#fff;font-weight:700}.slider-arrow{font-size:1.8rem;padding:5px;cursor:pointer}.category-track a:hover{background:linear-gradient(135deg,#147f12,#48d42b)}
.container{width:min(1400px,95%);margin:auto;padding:35px 0}.toolbar{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:25px}.toolbar h2{margin:8px 0 0;font-size:2.1rem}.search-form{display:flex;gap:8px}.search-form input{width:min(390px,60vw)}
input,select,textarea{width:100%;padding:12px;border:2px solid var(--green);border-radius:8px;background:#07120c;color:#fff;outline:none}input:focus,select:focus,textarea:focus{box-shadow:0 0 12px var(--green)}
.glow-button{display:inline-block;border:3px solid transparent;border-radius:9px;padding:11px 18px;background:linear-gradient(135deg,#148d11,#58df2a) padding-box,linear-gradient(135deg,#fff,#94ff68,#fff) border-box;color:#fff;text-decoration:none;font-weight:800;cursor:pointer;box-shadow:0 0 13px rgba(92,255,50,.72)}.glow-button.dark{background:linear-gradient(#06100b,#06100b) padding-box,linear-gradient(135deg,#fff,#6ce83f,#fff) border-box}.glow-button.large{font-size:1.08rem;padding:14px 25px}.glow-button.full{width:100%;text-align:center}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{overflow:hidden;border-radius:16px;background:linear-gradient(#f7f8f4,#edf2e9) padding-box,linear-gradient(135deg,#fff,#6de241,#fff) border-box;color:#111811;display:flex;flex-direction:column}.product-image{display:block;aspect-ratio:4/3;background:#dbe4d8;text-decoration:none}.product-image img{width:100%;height:100%;object-fit:cover}.placeholder{height:100%;min-height:220px;display:grid;place-items:center;background:linear-gradient(135deg,#dce6d9,#fbfcfa);color:#36513a;text-align:center}.product-body{padding:15px;display:flex;flex-direction:column;flex:1}.product-meta{display:flex;justify-content:space-between;align-items:center;gap:10px}.product-meta span{background:#d7edcf;color:#176b12;border-radius:999px;padding:5px 8px;font-size:.72rem;font-weight:900;text-transform:uppercase}.product-meta strong{color:#168e16}.product-body h3{margin:12px 0 8px}.product-body p{line-height:1.55;margin:0 0 18px;color:#37443a}.product-price{font-size:1.35rem;font-weight:900;margin-top:auto;margin-bottom:12px}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding-top:0}.features>div{padding:18px;border-radius:12px;display:grid;gap:6px}.features span{color:var(--muted);font-size:.85rem}
.site-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 2%;margin-top:35px;background:#020806}.footer-brand{display:flex;align-items:center;gap:8px}.footer-brand img:first-child{width:60px}.footer-brand img:last-child{width:180px}.site-footer a{text-decoration:none}
.page{min-height:650px}.breadcrumbs{color:#76e855;margin-bottom:18px}.detail-top{display:grid;grid-template-columns:.65fr 1.35fr;gap:18px}.detail-info{padding:25px;border-radius:14px}.detail-info h1{font-size:2rem}.detail-price{font-size:2rem;color:#59e237;font-weight:900;margin:18px 0}.detail-info p{line-height:1.7;color:var(--muted)}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px}.description,.media-section,.panel{margin-top:18px;padding:25px;border-radius:14px}.description h2,.media-section h2{color:#62e53d}.description p{line-height:1.8;color:#dbe6dc}.media-section video{width:100%;max-height:520px;margin-bottom:10px}.media-section audio{width:100%;margin-bottom:8px}.media-section small{display:block;margin-bottom:18px}.document-link{display:block;margin:8px 0;color:#8cff68}.detail-actions{display:grid;grid-template-columns:190px 1fr;gap:14px;margin-top:18px}.detail-actions form,.detail-actions form button{width:100%}
.cart-row{display:grid;grid-template-columns:1fr 100px 130px 110px;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #28512e}.cart-row small{display:block;color:var(--muted);margin-top:5px}.cart-row button{border:0;background:none;color:#ff8585;cursor:pointer}.cart-total{text-align:right;font-size:1.4rem;padding:20px 0}.button-line{display:flex;justify-content:space-between;gap:15px}.checkout-grid{display:grid;grid-template-columns:1fr .55fr;gap:20px}.form label{display:block;margin-bottom:17px;font-weight:700}.form input,.form select,.form textarea{margin-top:7px}.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.three{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.check{display:flex!important;align-items:center;gap:10px}.check input{width:auto;margin:0}.error{background:#4c1212;border:1px solid #ff7777;padding:12px;border-radius:8px}.ok{background:#123d18;border:1px solid #6cf16f;padding:12px;border-radius:8px}.success{text-align:center;padding:70px 25px}.login-panel{max-width:520px;margin:70px auto}.admin-head{display:flex;justify-content:space-between;align-items:center;gap:20px}.admin-list>div{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:14px 0;border-bottom:1px solid #28512e}.admin-list small{display:block;color:var(--muted);margin-top:5px}.admin-list a{color:#78ef54}.danger{color:#ff7b7b!important}.file-admin{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.file-admin>div{border:1px solid #3b7f42;padding:10px;border-radius:8px}.file-admin img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:7px}.file-admin span,.file-admin a{display:block;margin-top:7px;word-break:break-word}.empty-state{text-align:center;color:var(--muted);padding:40px}
@media(max-width:1100px){.site-header{grid-template-columns:1fr auto}.main-nav{grid-column:1/-1;grid-row:2;justify-content:center}.product-grid{grid-template-columns:repeat(2,1fr)}.features{grid-template-columns:repeat(2,1fr)}.detail-top,.checkout-grid{grid-template-columns:1fr}.brand-word{width:190px}}
@media(max-width:680px){.site-header{grid-template-columns:1fr auto;padding:8px}.brand-icon{width:50px}.brand-word{width:150px}.main-nav{overflow:auto;justify-content:flex-start}.main-nav a{min-width:120px}.toolbar{flex-direction:column;align-items:stretch}.search-form,.search-form input{width:100%}.product-grid,.features,.gallery,.file-admin{grid-template-columns:1fr}.detail-actions{grid-template-columns:1fr}.cart-row{grid-template-columns:1fr 75px}.button-line,.admin-head{flex-direction:column;align-items:stretch}.two,.three{grid-template-columns:1fr}.site-footer{flex-direction:column;text-align:center}.category-slider{grid-template-columns:42px 1fr 42px}}
@media print{.site-header,.site-footer,.detail-actions,.breadcrumbs,.category-slider{display:none!important}body{background:#fff;color:#000}.glow-frame{border:1px solid #777!important;box-shadow:none!important;background:#fff!important}.description p,.detail-info p{color:#000}}

.file-admin video{width:100%;aspect-ratio:16/9;background:#000;border-radius:7px}
.file-admin audio{width:100%;margin:12px 0}
.document-preview{display:grid!important;place-items:center;min-height:150px;border:1px solid #3b7f42;border-radius:7px;text-decoration:none;color:#8cff68;background:#06100b}
.admin-head>div{display:flex;gap:10px;flex-wrap:wrap}

/* Loventraxo 1.2 – feste lokale Grafiken und sichere Kategorie-Steuerung */
.brand{min-width:310px;overflow:visible}
.brand-icon,.brand-word{display:block;flex:0 0 auto;opacity:1;visibility:visible}
.brand-icon{width:78px;height:66px}
.brand-word{width:238px;height:66px}
.hero{background-image:linear-gradient(rgba(0,0,0,.08),rgba(0,0,0,.18)),url('assets/background/hintergrund.png?v=1.2')!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:center center!important}
.category-slider{position:relative;overflow:hidden;min-width:0}
.category-track{min-width:0;width:100%;overflow-x:auto!important;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:2px 1px}
.category-track::-webkit-scrollbar{display:none}
.category-track a{white-space:nowrap;min-width:max-content}
.slider-arrow{position:relative;z-index:3;display:grid;place-items:center;min-width:42px;height:44px;user-select:none}
@media(max-width:1100px){.brand{min-width:260px}.brand-icon{width:64px}.brand-word{width:190px}}
@media(max-width:680px){.brand{min-width:190px;gap:4px}.brand-icon{width:48px;height:48px}.brand-word{width:138px;height:48px}.hero{background-position:center bottom!important}}

/* Loventraxo 1.3 – fünf gleich große Produktkarten und neuer Produkt-Hintergrund */
.product-grid{
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:18px;
    align-items:stretch;
}
.product-card{
    min-width:0;
    height:100%;
}
.product-image{
    aspect-ratio:1/1;
    min-height:0;
}
.product-body{
    min-height:255px;
}
.product-body h3{
    min-height:2.7em;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    line-height:1.35;
}
.product-body p{
    min-height:3.1em;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.product-meta span{
    white-space:nowrap;
}
@media(max-width:1250px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.product-grid{grid-template-columns:1fr}}

/* Loventraxo: fünf gleich große Produktkarten auf breiten Bildschirmen */
.product-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:18px;
    align-items:stretch;
}
.product-card{
    height:100%;
    min-width:0;
    display:flex;
    flex-direction:column;
}
.product-card .product-image{
    aspect-ratio:1/1;
    min-height:0;
    overflow:hidden;
}
.product-card .product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.product-card .product-body{display:flex;flex-direction:column;flex:1}
.product-card .product-body h3{
    min-height:2.6em;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.product-card .product-body p{
    min-height:3.1em;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.product-card .product-price{margin-top:auto}
@media(max-width:1250px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.product-grid{grid-template-columns:1fr}}

/* Loventraxo – zuverlässiger Rücksprung zur vorherigen Produktliste */
.lx-return-button{
    white-space:nowrap;
}
.lx-return-button:focus-visible{
    outline:3px solid #b8ff9f;
    outline-offset:3px;
}
@media(max-width:680px){
    .back-line .lx-return-button{
        width:100%;
        text-align:center;
    }
}
