/* --- SCHRIFTARTEN & BASIS --- */
:root {
    --primary-color: #00e5ff; /* Neon Blau */
    --primary-hover: #00b8cc;
    --bg-dark: #0f172a;       /* Slate 900 Background */
    --bg-card: rgba(30, 41, 59, 0.7); /* Slate 800 (Halbtransparent) */
    --border-color: rgba(255, 255, 255, 0.1);
    --text-light: #f1f5f9;
    --text-muted: #94a3b8;
    --white: #ffffff;
}

* { box_sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-light);
    overflow-x: hidden;
    /* Feines Raster im Hintergrund der ganzen Seite */
    background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.03) 1px, transparent 0);
    background-size: 30px 30px;
}

a { text-decoration: none; color: inherit; transition: 0.3s; }
.hidden { display: none !important; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* --- NAVIGATION --- */
.navbar {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
    position: sticky; top: 0; z-index: 1000;
}
.nav-content { display: flex; justify-content: space-between; align-items: center; }
.nav-logo { color: var(--white); font-weight: 700; font-size: 1.2rem; letter-spacing: 1px; }
.nav-logo .dot { color: var(--primary-color); }
.nav-links a { color: var(--text-muted); margin-left: 20px; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; }
.nav-links a:hover { color: var(--primary-color); }

/* --- BUTTONS --- */
.btn { 
    display: inline-block; padding: 10px 20px; border-radius: 5px; 
    font-weight: 700; cursor: pointer; transition: 0.3s; border: none; 
    text-transform: uppercase; letter-spacing: 0.5px; font-size: 0.9rem;
}
.btn-primary { 
    background-color: var(--primary-color); 
    color: #0f172a; 
    box-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
}
.btn-primary:hover { 
    background-color: var(--white); 
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.btn-secondary { 
    background: transparent; 
    border: 1px solid var(--primary-color); 
    color: var(--primary-color); 
}
.btn-secondary:hover { 
    background: rgba(0, 229, 255, 0.1); 
    color: var(--white); 
    border-color: var(--white);
}
.btn:disabled { opacity: 0.5; cursor: not-allowed; box-shadow: none; border-color: #555; color: #555; }

/* --- STARTSEITE (ORBIT HUB) --- */
.hero-hub {
    min-height: 90vh;
    display: flex; justify-content: center; align-items: center;
    overflow: hidden;
}
.hub-center-text { text-align: center; margin-bottom: 50px; position: relative; z-index: 2; }
.hub-center-text h1 { color: var(--white); font-size: 3rem; font-weight: 700; letter-spacing: 2px; line-height: 1.2; }
.hub-center-text p { color: var(--primary-color); margin-top: 10px; font-weight: 300; letter-spacing: 3px; text-transform: uppercase; }

.orbit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 800px; margin: 0 auto; }

.orbit-item {
    width: 280px; height: 280px; border-radius: 50%;
    background-color: var(--bg-dark);
    background-size: cover; background-position: center; background-repeat: no-repeat;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex; justify-content: center; align-items: center; text-align: center;
    color: var(--white); position: relative;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
    overflow: hidden;
}
.orbit-item::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(15, 23, 42, 0.7); transition: 0.5s; z-index: 1;
}
.orbit-content { position: relative; z-index: 2; transition: 0.5s; padding: 20px; }
.orbit-content .icon { font-size: 3rem; display: block; margin-bottom: 10px; }
.orbit-content h3 { font-size: 1.2rem; margin-bottom: 5px; font-weight: 500; }
.orbit-content p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.5; }
.cta-arrow { display: block; margin-top: 15px; font-size: 1.5rem; color: var(--primary-color); opacity: 0; transform: translateX(-10px); transition: 0.3s; }

/* HIER WURDEN DIE BILD-PFADE ANGEPASST */
.img-cnc { background-image: url('bilder/cnc-background.jpg'); } 
.img-cad { background-image: url('bilder/CAD.jpg'); }
.img-print { background-image: url('bilder/Prototyping.jpg'); }
.img-shop { background-image: url('bilder/3D-Print.png'); }

/* Interactions */
.active-item:hover { transform: scale(1.08) translateY(-10px); border-color: var(--primary-color); box-shadow: 0 20px 50px rgba(0, 229, 255, 0.3); background-size: 110%; }
.active-item:hover::before { background: rgba(15, 23, 42, 0.3); }
.active-item:hover .cta-arrow { opacity: 1; transform: translateX(0); }
.disabled-item { opacity: 0.6; cursor: not-allowed; }
.badge-soon { position: absolute; top: 40px; left: 50%; transform: translateX(-50%); background: #333; color: #888; font-size: 1.0rem; font-weight: bold; padding: 5px 12px; border-radius: 12px; border: 2px solid #555; z-index:10; text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap; /* Verhindert Umbruch */}
.shop-item:hover { border-color: #ff00de; box-shadow: 0 0 30px rgba(255, 0, 222, 0.2); }
.shop-item:hover .cta-arrow { color: #ff00de; }

/* --- KONFIGURATOR STYLES --- */
.step-container { max-width: 1200px; margin: 40px auto; padding: 20px; }
.material-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px;}
.material-card { 
    border: 1px solid var(--border-color); border-radius: 12px; padding: 30px; 
    cursor: pointer; text-align: center; transition: 0.3s; 
    background: var(--bg-card); backdrop-filter: blur(5px);
}
.material-card:hover { border-color: var(--primary-color); transform: translateY(-5px); box-shadow: 0 0 20px rgba(0, 229, 255, 0.15); }
.material-card h3 { color: var(--white); margin-bottom: 5px; }
.material-card p { color: var(--text-muted); font-size: 0.9rem; }

.material-icon { height: 80px; width: 80px; margin: 0 auto 15px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.1); }
.mat-alu { background: linear-gradient(135deg, #9ca3af, #f3f4f6); box-shadow: 0 0 15px rgba(255, 255, 255, 0.1); }
.mat-messing { background: linear-gradient(135deg, #b45309, #fcd34d); box-shadow: 0 0 15px rgba(252, 211, 77, 0.2); }
.mat-peek { background: linear-gradient(135deg, #a1a1aa, #fef3c7); box-shadow: 0 0 15px rgba(254, 243, 199, 0.1); }

.form-row { display: flex; gap: 20px; margin-bottom: 15px; }
.form-group-half { flex: 1; min-width: 0; }
.form-group-full { margin-bottom: 15px; width: 100%; }

input, select {
    width: 100%; box-sizing: border-box !important;
    background: rgba(0, 0, 0, 0.3); border: 1px solid var(--border-color);
    color: var(--white); border-radius: 5px; padding: 12px; outline: none; transition: 0.3s;
}
input:focus, select:focus { border-color: var(--primary-color); box-shadow: 0 0 10px rgba(0, 229, 255, 0.1); }
label { color: var(--text-muted); font-size: 0.85rem; display: block; margin-bottom: 8px; font-weight: 500; }

.editor-wrapper { display: flex; gap: 20px; height: 650px; }
.sidebar { 
    width: 280px; background: var(--bg-card); padding: 20px; 
    border-radius: 12px; border: 1px solid var(--border-color); 
    display: flex; flex-direction: column; backdrop-filter: blur(5px);
}
.sidebar h3 { color: var(--white); margin-bottom: 15px; font-size: 1.1rem; border-bottom: 1px solid var(--border-color); padding-bottom: 10px; }

.canvas-area { 
    flex-grow: 1; 
    background: #0f172a; 
    border: 1px solid var(--border-color); 
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center; 
    overflow: hidden; 
    position: relative;
}
#canvas-container { background: transparent; box-shadow: none; }
.price-tag { font-size: 1.8rem; color: var(--primary-color); font-weight: 700; text-align: right; margin-top: 0; text-shadow: 0 0 10px rgba(0, 229, 255, 0.3);}

/* --- MODAL --- */
.modal-overlay { 
    position: fixed; top: 0; left: 0; width: 100%; height: 100%; 
    background: rgba(0,0,0,0.8); z-index: 2000; backdrop-filter: blur(5px);
    display: flex; justify-content: center; align-items: center; 
}
.modal-box { 
    background: #1e293b; padding: 40px; border-radius: 15px; 
    max-width: 900px; width: 90%; border: 1px solid var(--border-color);
    box-shadow: 0 25px 50px rgba(0,0,0,0.5); text-align: center; color: var(--white);
}
.checkout-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 40px; }
.checkout-card { 
    border: 1px solid var(--border-color); padding: 30px 20px; border-radius: 12px; 
    transition: 0.2s; background: rgba(0,0,0,0.2); 
}
.checkout-card h3 { margin: 15px 0 10px; color: var(--white); }
.checkout-card p { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 20px; }
.checkout-card:hover { border-color: var(--primary-color); background: rgba(0, 229, 255, 0.05); }
.checkout-icon { font-size: 2.5rem; display: block; }

.modal-footer { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--border-color); display: flex; justify-content: center; gap: 40px; }
.btn-link { 
    background: none; border: none; cursor: pointer; font-size: 0.9rem; color: var(--text-muted); 
    text-decoration: none; display: flex; align-items: center; gap: 8px; padding: 10px; transition: 0.2s; 
    text-transform: uppercase; letter-spacing: 1px;
}
.btn-link:hover { color: var(--primary-color); }

.footer { background: #0b1120; padding: 30px 0; border-top: 1px solid var(--border-color); margin-top: auto; }

/* Mobile */
@media (max-width: 768px) {
    .orbit-grid { grid-template-columns: 1fr; gap: 20px; }
    .orbit-item { width: 100%; padding: 0 20px; border-radius: 15px; min-height: 160px;}
    .editor-wrapper { flex-direction: column; height: auto; }
    .sidebar { width: 100%; }
    .canvas-area { height: 400px; }
}

/* --- INSPIRATION OVERLAY (Dock-Style: Dezent unten) --- */
.inspiration-overlay {
    position: fixed;
    bottom: 0; left: 0; width: 100%;
    /* WICHTIG: Begrenzte Höhe, damit die Kreise sichtbar bleiben */
    height: 280px; 
    background: rgba(15, 23, 42, 0.85); /* Etwas transparenter */
    backdrop-filter: blur(15px);
    border-top: 1px solid rgba(0, 229, 255, 0.3); /* Feine Neon-Linie */
    z-index: 900;
    
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    padding: 15px 20px;
    
    /* Animation: Startet weiter unten */
    opacity: 0; transform: translateY(100%);
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    pointer-events: none;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.3);
}

/* Wenn sichtbar */
.inspiration-overlay.is-visible {
    opacity: 1; transform: translateY(0); pointer-events: all;
}

.inspiration-header { 
    text-align: center; 
    margin-bottom: 15px; 
    color: var(--white); 
    width: 100%;
}
.inspiration-header h3 { 
    font-size: 1rem; /* Kleinerer Text */
    font-weight: 600; 
    letter-spacing: 1.5px; 
    margin-bottom: 3px; 
    color: var(--primary-color); 
    text-transform: uppercase; 
}
.inspiration-header p { 
    font-size: 0.8rem; 
    color: var(--text-muted); 
    margin: 0;
}

/* Grid als Leiste (Horizontal) */
.inspiration-grid {
    display: flex; /* Nebeneinander statt untereinander */
    justify-content: center;
    gap: 15px;
    width: 100%;
    max-width: 1200px;
    overflow-x: auto; /* Falls der Bildschirm zu schmal ist, kann man wischen */
    padding-bottom: 5px; /* Platz für Scrollbar falls nötig */
}

/* Scrollbar verstecken (für cleanen Look) */
.inspiration-grid::-webkit-scrollbar { display: none; }
.inspiration-grid { -ms-overflow-style: none; scrollbar-width: none; }

.inspiration-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    /* Feste Größe für die "Thumbnails" */
    width: 180px; 
    height: 120px;
    flex-shrink: 0; /* Verhindert das Quetschen der Bilder */
    
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.3s ease;
    cursor: pointer;
}

.inspiration-card img {
    width: 100%; height: 100%; object-fit: cover; 
    transition: 0.5s;
    filter: brightness(0.8); /* Bilder standardmäßig etwas dunkler */
}

/* Beschriftung (Dezenter) */
.insp-caption {
    position: absolute; bottom: 0; left: 0; width: 100%; 
    padding: 5px;
    background: rgba(0,0,0,0.8);
    color: white; font-size: 0.7rem; text-align: center; font-weight: 500;
    transform: translateY(100%); transition: 0.3s;
}

/* Hover Effekte */
.inspiration-card:hover { 
    transform: translateY(-5px); 
    border-color: var(--primary-color); 
    box-shadow: 0 5px 20px rgba(0, 229, 255, 0.2);
}
.inspiration-card:hover img { 
    transform: scale(1.1); 
    filter: brightness(1); /* Bild wird hell */
}
.inspiration-card:hover .insp-caption { 
    transform: translateY(0); 
}

/* Mobile Anpassung */
@media (max-width: 768px) {
    .inspiration-overlay { height: 240px; }
    .inspiration-grid { justify-content: flex-start; /* Linksbuendig scrollbar auf Handy */ }
    .inspiration-card { width: 140px; height: 100px; }
}

/* --- ABOUT PAGE STYLES --- */

/* Hero Bereich oben */
.about-hero {
    text-align: center;
    padding: 80px 20px 40px;
    background: radial-gradient(circle at center, rgba(0, 229, 255, 0.05) 0%, transparent 70%);
}
.about-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--white);
    letter-spacing: 2px;
}

/* Grid für die beiden Profile */
.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Nebeneinander */
    gap: 40px;
    margin-top: 40px;
}

/* Die einzelne Karte */
.team-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    /* Glassmorphism */
    backdrop-filter: blur(10px);
}

.team-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(0, 229, 255, 0.1);
}

/* Bildbereich oben in der Karte */
.card-image-wrapper {
    height: 300px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid var(--border-color);
}
.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    filter: grayscale(20%); /* Leichter S/W Look für Professionalität */
}
.team-card:hover .card-image-wrapper img {
    transform: scale(1.05);
    filter: grayscale(0%); /* Farbe kommt zurück beim Hover */
}

/* Textbereich */
.card-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-content h3 {
    color: var(--white);
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.role-badge {
    display: inline-block;
    font-size: 0.8rem;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-content p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
}
.card-content strong {
    color: var(--white);
}

/* Skill Tags unten */
.skills-container {
    margin-top: auto; /* Schiebt es ganz nach unten */
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.skill-tag {
    background: rgba(255,255,255,0.05);
    color: #ccc;
    font-size: 0.75rem;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.1);
}

/* Vision Box unten */
.vision-box {
    margin-top: 80px;
    padding: 60px;
    text-align: center;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.8), rgba(0, 0, 0, 0.9));
    border-radius: 20px;
    border: 1px solid var(--border-color);
}
.vision-box h2 {
    color: var(--white);
    margin-bottom: 20px;
}
.vision-box p {
    font-size: 1.2rem;
    color: var(--text-muted);
    font-style: italic;
    max-width: 800px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr; /* Untereinander auf Handy */
    }
    .card-image-wrapper {
        height: 250px;
    }
    .vision-box {
        padding: 30px;
    }
}

/* --- SHOP LAYOUT --- */
.shop-layout {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    padding-bottom: 60px;
}

/* Sidebar */
.shop-sidebar {
    width: 250px;
    background: var(--bg-card);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    height: fit-content;
    backdrop-filter: blur(5px);
    flex-shrink: 0;
}

.shop-sidebar h3 {
    color: var(--white);
    margin: 20px 0 10px;
    font-size: 1rem;
    text-transform: uppercase;
}

/* Suchfeld */
.search-box {
    position: relative;
    margin-bottom: 20px;
}
.search-box input {
    width: 100%;
    padding-right: 35px; /* Platz fürs Icon */
}
.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
}

/* Filter Buttons */
.filter-btn {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: var(--text-muted);
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.2s;
    margin-bottom: 2px;
}
.filter-btn:hover {
    color: var(--primary-color);
    background: rgba(255,255,255,0.05);
}
.filter-btn.active {
    color: var(--white);
    background: var(--primary-color);
    font-weight: bold;
    color: #0f172a; /* Dunkle Schrift auf hellem Button */
}

/* Hauptbereich */
.shop-main {
    flex-grow: 1;
}
.shop-main h1 {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 1.8rem;
}

/* Produkt Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.product-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
}
.product-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: 0 10px 20px rgba(0,229,255,0.15);
}

.prod-img-wrap {
    height: 180px;
    width: 100%;
    background: #000;
}
.prod-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prod-info {
    padding: 15px;
}
.prod-info h4 {
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prod-price {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.1rem;
}
.prod-cat {
    color: var(--text-muted);
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-top: 5px;
}

/* --- PRODUKT DETAILSEITE --- */
.detail-container {
    display: flex;
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 80px;
    background: var(--bg-card);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
}

.detail-image {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    height: 400px;
}
.detail-image img {
    width: 100%; height: 100%; object-fit: cover;
}

.detail-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.detail-category {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}
.detail-info h1 {
    color: var(--white);
    font-size: 2.5rem;
    margin: 10px 0;
}
.detail-price {
    font-size: 2rem;
    color: var(--white);
    font-weight: bold;
    margin-bottom: 20px;
}
.detail-desc {
    color: var(--text-muted);
    line-height: 1.6;
}

/* Farbauswahl Kreise */
.color-options {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.color-dot {
    width: 30px; height: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
    border: 2px solid transparent;
}
.color-dot:hover {
    transform: scale(1.1);
}
.active-color {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 10px var(--primary-color);
    transform: scale(1.1);
}

.quantity-selection {
    margin-top: 20px;
}

/* Mobile Responsive Shop */
@media (max-width: 768px) {
    .shop-layout { flex-direction: column; }
    .shop-sidebar { width: 100%; overflow-x: auto; }
    .filter-list { display: flex; gap: 10px; }
    .filter-btn { white-space: nowrap; width: auto; }
    
    .detail-container { flex-direction: column; padding: 20px; }
    .detail-image { height: 250px; }
}

/* --- WARENKORB STYLES --- */

.cart-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* Linke Liste */
.cart-list {
    flex: 1; /* Nimmt den meisten Platz */
    background: var(--bg-card);
    border-radius: 12px;
    border: 1px solid var(--border-color);
    padding: 20px;
}

.cart-item-row {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}
.cart-item-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cart-img-preview {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid var(--border-color);
}
.cart-img-preview img {
    width: 100%; height: 100%; object-fit: cover;
}

.cart-item-details {
    flex-grow: 1;
}

.cart-item-title {
    color: var(--white);
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 5px;
    display: block;
}

.cart-item-meta {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.cart-controls {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.cart-qty-input {
    width: 60px !important;
    padding: 5px !important;
    text-align: center;
    margin-bottom: 0 !important; /* Override global input margin */
}

.btn-delete {
    background: none;
    border: none;
    color: #ff5555;
    cursor: pointer;
    font-size: 0.85rem;
    text-decoration: underline;
}
.btn-delete:hover { color: #ff0000; }

.cart-item-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--white);
    text-align: right;
    min-width: 100px;
}

/* Rechte Summary Box */
.cart-summary-box {
    width: 320px;
    background: #1e293b; /* Etwas heller als Hintergrund */
    padding: 25px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    position: sticky;
    top: 100px; /* Bleibt beim Scrollen stehen */
}

.cart-summary-box h3 {
    color: var(--white);
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    color: var(--text-muted);
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.summary-row.total {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
}

/* Mobile */
@media (max-width: 768px) {
    .cart-layout { flex-direction: column; }
    .cart-summary-box { width: 100%; position: static; }
    .cart-item-row { flex-direction: column; }
    .cart-img-preview { width: 80px; height: 80px; }
    .cart-item-price { text-align: left; margin-top: 10px; color: var(--primary-color); }
}