.duft_inhalt,
.nature_inhalt,
.refill_inhalt {
    display: none;
}



#pure-vorschau,
#refill-vorschau {
    display: none;
}

/* 2-Column Layout for Preview Sections */
#Kollektion-vorschau section,
#pure-vorschau section,
#refill-vorschau section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 20px;
    align-items: start;
    justify-items: center;
}
#login_nav_btn {
    text-decoration: none;   
    color: inherit;          
}

main a{
    text-decoration: none;
    color: inherit;
}

#vorschau-bilder {
    display: flex;
    justify-content: space-around;
    height: 350px;
    padding: 15px;
}

#Kollektion-vorschau h2,
#pure-vorschau h2,
#refill-vorschau h2 {
    margin-top: 0px;
    margin-bottom: 0%;
}

#Kollektion-vorschau p,
#pure-vorschau p,
#refill-vorschau p {
    margin-bottom: 25px;
}

.main-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 98%;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgba(235, 228, 217, 0.97);
    border-bottom: 1px solid #c7c0b6;
}

#name {
    font-size: 3rem;
}

.main-header nav {
    display: flex;
    gap: 30px;
}

.logo-bereich {
    display: flex;
    align-items: center;
    gap: 150px;
}

.button {
    margin-right: 20px;
}

.button a {
    margin-left: 30px;
    color: #4e4a43;
    text-decoration: none;
    font-size: 1.2rem;
}

/* Container-Styling für bessere Lesbarkeit */
#home-text {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Die Überschriften */
#home-text h2 {
    font-family: serif;
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #a8894a; 
}


#home-text p {
    line-height: 1.8;     
    margin-bottom: 30px;   
    color: #444;
    text-align: justify;   
}

.fade-in-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-section.visible {
    opacity: 1;
    transform: translateY(0);
}


/* Verhindert das seitliche Scrollen komplett */
html, body {
    max-width: 100%;
    overflow-x: hidden; 
    margin: 0;
    padding: 0;
}

.button a:hover {
    color: #a8894a;
}

.home_bild {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    margin-top: 5px;
}

.home-images {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body {
    background-color: #e8e1d7;
    color: #3a352f;
    margin: 0px;
    padding: 10px;
}

main h2 {
    margin-bottom: 10px;
    padding-left: 50px;
    margin-top: 50px;
}

.intro-text {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 100px;
    font-size: 1.2rem;
    color: #444039;
}

footer {
    background-color: #d6cec3;
    padding: 10px 5%;
    border-top: 1px solid #b2aa9e;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-left: 10px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

footer h4 {
    margin-bottom: 15px;
    font-size: 1.3rem;
    color: #3a352f;
}

footer p,
footer a,
footer address {
    display: block;
    margin-bottom: 10px;
    color: #555047;
    text-decoration: none;
    font-style: normal;
    font-size: 0.9rem;
}

footer a:hover {
    color: #a8894a;
}

.footer-logo {
    height: 150px;
    width: auto;
}

.produkt-container {
    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 100%;
    overflow-x: hidden;
}

/* --- Bilder-Sektion --- */
.produkt_bilder {
    display: flex;
    justify-content: center; /* Zentriert die Bilder-Gruppe */
    align-items: center;
    gap: 30px;
    height: 450px;           /* Deine gewünschte Höhe */
    margin-top: 75px;
    width: 100%;
    transform: scale(0.9);   /* Dein gewünschter Zoom-Effekt */
}

.produkt_bilder img {
    height: 100%;
    width: auto;
    object-fit: contain;
    border-radius: 10px;
    flex-shrink: 0;          /* Verhindert, dass Bilder kleiner werden */
}

/* --- Kauf-Bereich (Stückzahl & Button nebeneinander) --- */
.quantity {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 20px;
    margin-right: 110px;
    gap: 5px;
}
.kauf-bereich {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px; 
}
.qty{
    width: 60px;
    height: 30px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: rgb(244, 243, 235);
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    outline: none;
}
.warenkorb-btn {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 80;
    cursor: pointer;
    border-radius: 6px;
    background-color: #aba08b;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-top: 15px;
}

.warenkorb-btn:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.warenkorb-btn:active {
    background-color: #004494;
    transform: scale(0.95);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}


/* --- Text-Inhalte --- */
.produkt_name {
    text-align: start;
    font-size: 2.2rem;
    margin-top: 0;       
    margin-bottom: 15px;
    max-width: 850px;
    margin: 0 auto 50px auto;
}
.preis{
    font-size: 1.5rem;
}

.produkt_beschreibung {
    text-align: start;
    max-width: 850px;
    margin: -40px auto 50px auto;
    font-size: large;
}
.produkt-info-row{

display: flex; 
justify-content: space-between; 
width: 100%; 
align-items: flex-start; 
margin-top: 20px;}




/* Sektions-Styling */
.bewertungen-section {
    padding: 60px 20px;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.section-titel {
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-family: serif; /* Passend zum edlen Stil */
}

/* Container für die Karten */
.bewertungen-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap; /* Damit sie auf dem Handy untereinander rutschen */
}

/* Sektions-Überschrift */
.section-titel {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-family: serif;
}

/* Container für die Ausrichtung */
.bewertungen-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 20px;
}

/* Die Karten-Kombination (Design + Animation-Startzustand) */
.bewertung-card.reveal {
     display: flex;
    flex-direction: column;
    align-items: center;  
    background: rgb(247, 247, 242);
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    width: 280px;
    min-height: 280px;

    /* Animations-Basis */
    opacity: 0;
    transform: translateY(40px);
    transition: all 1.2s ease-out, transform 0.3s ease; /* Mix aus Scroll-Anim und Hover */
}

.sterne {
    color: #ffcc00;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.bewertung-text {
     text-align: center;
    
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
    
}

.kunden-name {
    font-weight: bold;
    color: #555;
    font-size: 1rem;
    margin-top: auto; 
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Hover-Effekt (nur wenn bereits sichtbar) */
.bewertung-card.reveal.active:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
/* Der Zustand wenn die Karte durch Scrollen erscheint */
.bewertung-card.reveal.active {
    opacity: 1;
    transform: translateY(0);
}


/* Responsive: Auf kleinen Bildschirmen alles untereinander */
@media (max-width: 768px) {
    .bewertungen-container {
        flex-direction: column;
        align-items: center;
    }
    
    .bewertung-card {
        width: 90%;
    }
}

.cart {
    position: relative;
    font-size: 28px;
    cursor: pointer;
    transition: transform 0.1s ease;
}

.cart.bounce {
    animation: cartBounce 0.6s ease-in-out;
}

@keyframes cartBounce {
    0%, 100% { transform: scale(1) rotate(0deg); }
    25% { transform: scale(1.2) rotate(-5deg); }
    50% { transform: scale(1.1) rotate(5deg); }
    75% { transform: scale(1.15) rotate(-2deg); }
}

.cart:active {
    transform: scale(0.9);
    color: #555;
}



/* --- Warenkorb Icon --- */
.cart {
    position: relative;
    font-size: 28px;
    cursor: pointer;
}

.cart i {
    color: #333;
}

.cart-count {
    position: absolute;
    top: -6px;          /* Höhe relativ zum Icon */
    right: -10px;       /* Abstand rechts */
    background: rgb(215, 86, 86);
    color: white;
    font-size: 14px;
    min-width: 18px;    /* genug Platz für 2-stellige Zahlen */
    height: 18px;
    padding: 0 4px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;  /* Zahl vertikal zentrieren */
    text-align: center;
}

.Warenkorb {
    display: none;
    position: fixed;
    right: 20px;
    top: 80px;
    border-radius: 20px;
    background: #d8cfc3;
    border: 1px solid #000;
    padding: 20px;
    z-index: 1000;
    width: 300px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(236, 88, 88, 0.1);
}

.wk-Entfernen {
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.1em;
    text-align: right;
}

.wk-item {
    border-bottom: 1px solid #eee;
    padding: 10px ;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wk-name {
    display: block;
}

.wk-details {
    font-size: 0.9em;
    color: #666;
}

.wk-delete-btn {
    color: red;
    border: none;
    background: none;
    cursor: pointer;
    margin-left: 10px;
    font-weight: bold;
}

.wk-delete-btn:hover {
    transform: scale(1.2);
}

.personliche-info,
.lieferadresse {
    display: grid;
    grid-template-columns: 100px 250px;
    gap: 20px 20px;
    font-size: larger;
    font-style: oblique;
}




#paypal-dummy {
    margin-top: 40px;
    margin-left: 50px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
    background-color: #ccc4a9;
    color: white;
    transition: all 0.3s ease;
}

#paypal-dummy:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#pay {
    color: #003087;
}

#pal {
    color: #009cde;
}



#toggleAddressBtn {
    margin-top: 40px;
    margin-left: 50px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
    background-color: #edebe6;
    color: rgb(64, 63, 63);
    transition: all 0.3s ease;
}

#toggleAddressBtn:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}



.wk-delete-btn {
    color: red;
    border: none;
    background: none;
    cursor: pointer;
    margin-left: 10px;
    font-weight: bold;
}

.wk-delete-btn:hover {
    transform: scale(1.2);
}

.personliche-info,
.lieferadresse {
    display: grid;
    grid-template-columns: 100px 250px;
    gap: 20px 20px;
    font-size: larger;
    font-style: oblique;
}




#toggleAddressBtn {
    margin-top: 40px;
    margin-left: 50px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
    background-color: #edebe6;
    color: rgb(64, 63, 63);
    transition: all 0.3s ease;
}

#toggleAddressBtn:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Lightbox für Produktbilder */
.lightbox {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}


.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.lightbox-close:hover {
    color: #bbb;
}

/* Produktbilder klickbar machen */
.produkt_bilder img {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.produkt_bilder img:hover {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .produkt_bilder {
        height: 350px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .produkt_name {
        margin-left: 60px;
    }
    .produkt_beschreibung {
        margin-left: 80px;
    }
}

@media (max-width: 992px) {
   
    .main-header {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }
    .button {
        margin-right: 0;
    }
    .button a {
        margin: 0 15px;
    }
    .quantity {
        margin-right: 50px;
    }
    .warenkorb-btn {
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    .main-header {
        flex-direction: column;
        padding: 10px;
    }
    .main-header nav {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .button a {
        margin: 5px;
        font-size: 1rem;
    }
    #name {
        font-size: 2rem;
    }
    #home-text {
        padding-right: 20px;
        padding-left: 20px;
        
    }
    main h2 {
        padding-left: 20px;
    }
    main p {
        padding-left: 20px;
        font-size: 1rem;
    }
    .produkt_bilder {
        flex-direction: column;
        height: auto;
        margin: 20px;
        gap: 15px;
    }
    .produkt_bilder img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    }

    .produkt-container {
        align-items: center;
    }

    .produkt_name {
        margin-left: 0;
        text-align: center;
        font-size: 1.3rem;
        margin-top: 20px;
    }

    .produkt_beschreibung {
        margin-left: 0;
        text-align: center;
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 50px;
        padding: 0 20px;
    }
        .bewertungen-section{
        margin-left: -15px;
    }
        .footer-logo {
        height: 160px;
    }
}

@media (max-width: 480px) {
    #name {
        font-size: 2rem;
    }
    .button a {
        margin: 5px;
        font-size: 1rem;
    }
    .cart {
        font-size: 24px;
    }
    .cart-count {
        width: 16px;
        height: 16px;
        font-size: 10px;
        top: -5px;
        right: -8px;
    }
    
    .warenkorb-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    .home_bild {
        height: 45vh;
    }
     #home-text {
        
    text-align: left;          
    word-wrap: break-word;     
    hyphens: auto;             
    padding-left: 15px;       
    padding-right: 15px;
    max-width: 90vw;          
    box-sizing: border-box;    
    
    }
    #home-text p {
    line-height: 1.3;     
    margin-bottom: 30px;  
    margin-left: -60px; 
    margin-right: 10px;
    color: #444;
    text-align: justify;   
}
    .footer-container {
        flex-direction: column;
        gap: 25px;
    }

    .footer-logo {
        height: 150px;
    }
    .bewertungen-section{
        margin-left: -28px;
    }
    
}



/* Login-Seite Stile */
.login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 200px);
    padding: 40px 20px;
}

.login-container {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 100%;
    max-width: 450px;
    text-align: center;
}

.login-header h2 {
    color: #3a352f;
    font-size: 2rem;
    margin-bottom: 10px;
}

.login-header p {
    color: #666;
    font-size: 1rem;
    margin-bottom: 30px;
}

.login-form {
    text-align: left;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-group label {
    display: flex;
    align-items: center;
    color: #3a352f;
    font-weight: 500;
    margin-bottom: 8px;
}

.form-group label i {
    margin-right: 8px;
    color: #a8894a;
}

.form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus {
    outline: none;
    border-color: #a8894a;
    box-shadow: 0 0 0 3px rgba(168, 137, 74, 0.1);
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 42px;
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 18px;
    transition: color 0.3s ease;
}

.toggle-password:hover {
    color: #a8894a;
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    font-size: 14px;
}

.remember-me {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #3a352f;
}

.remember-me input[type="checkbox"] {
    display: none;
}

.remember-me .checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.remember-me input[type="checkbox"]:checked+.checkmark {
    background-color: #a8894a;
    border-color: #a8894a;
}

.remember-me input[type="checkbox"]:checked+.checkmark::after {
    content: '✓';
    color: white;
    font-size: 12px;
}

.forgot-password {
    color: #a8894a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.forgot-password:hover {
    color: #8b7341;
    text-decoration: underline;
}

.login-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #a8894a, #8b7341);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

#login_nav_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(168, 137, 74, 0.3);
    color: white;
}

.login-divider {
    margin: 30px 0;
    position: relative;
    text-align: center;
}

.login-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e0e0e0;
}

.login-divider span {
    background: white;
    padding: 0 15px;
    color: #666;
    font-size: 14px;
    position: relative;
}

.social-login {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.social-btn {
    padding: 12px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: white;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.social-btn:hover {
    border-color: #ccc;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.google-btn:hover {
    border-color: #4285f4;
    color: #4285f4;
}

.facebook-btn:hover {
    border-color: #1877f2;
    color: #1877f2;
}

.signup-link {
    text-align: center;
    color: #666;
    font-size: 14px;
}

.signup-link a {
    color: #a8894a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.signup-link a:hover {
    color: #8b7341;
    text-decoration: underline;
}

.success-message {
    text-align: center;
    padding: 40px;
}

.success-message i {
    color: #4caf50;
    font-size: 48px;
    margin-bottom: 20px;
}

.success-message p {
    color: #3a352f;
    font-size: 18px;
    font-weight: 500;
}

/* Responsive Login */
@media (max-width: 768px) {
    .login-section {
        padding: 20px;
    }

    .login-container {
        padding: 30px 20px;
        margin: 0 10px;
    }

    .login-header h2 {
        font-size: 1.5rem;
    }

    .form-options {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .social-login {
        gap: 10px;
    }

    .social-btn {
        padding: 10px 15px;
        font-size: 13px;
    }
}


.modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex; justify-content: center; align-items: center;
    z-index: 1000;
}
.modal-content {
    background: white; padding: 30px; border-radius: 12px;
    text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.btn-primary { background: #333; color: white; padding: 10px 20px; border: none; cursor: pointer; border-radius: 5px; }
.btn-secondary { background: none; border: none; color: #666; cursor: pointer; margin-left: 10px; }



/*Animation: Vorschau*/
@keyframes vorschauEinfahrt {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Diese Klasse triggert die Animation */
.animation-aktiv {
    animation: vorschauEinfahrt 1s ease-out forwards;
}

/* cookie-banner.css */
/* Der Hintergrund */
.cookie-full-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); 
    display: flex; 
    justify-content: center;
    align-items: center;
    z-index: 20000;
    backdrop-filter: none; 
}

/* Die Box in der Mitte*/
.cookie-modal-box {
    background-color: rgba(232, 225, 215, 0.98); /* Dein Beige, fast deckend */
    padding: 40px;
    border-radius: 15px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    box-shadow: 0 15px 50px rgba(0,0,0,0.2);
    border: 2px solid #3a352f; /* Etwas dickerer Rahmen für Kontrast */
}

/* Die Box in der Mitte */
.cookie-modal-box {
    background-color: #e8e1d7;
    padding: 40px;
    border-radius: 15px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
    border: 1px solid #a8894a;
}

/* Verhindert das Scrollen am Body, wenn das Banner da ist */
body.no-scroll {
    overflow: hidden;
}

.cookie-link {
    color: #a8894a;
    text-decoration: underline;
}

.cookie-btn {
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    margin: 5px;
    border: none;
}

.cookie-btn.accept {
    background-color: #3a352f;
    color: #e8e1d7;
}

.cookie-btn.decline {
    background-color: transparent;
    border: 1px solid #3a352f;
    color: #3a352f;
}

/* speeren */
.lock-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e8e1d7; /* Dein Shop-Beige */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999; /* Über allem, sogar über den Cookies */
}

.lock-box {
    text-align: center;
    padding: 40px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid #3a352f;
}

.lock-box input {
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
}

.lock-box button {
    background: #3a352f;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

/* Animation für das Einblenden der Sektionen */
.daten {
    display: none; /* Standardmäßig aus */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.daten.active-section {
    display: block !important;
    opacity: 1;
    transform: translateY(0);
}
/* Container für die Zusammenfassung - SCHMALER, LINKS & MIT ABSTAND OBEN */
#checkout-final-summary {
    background: #fdfaf7;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #d4a373;
    
    /* Positionierung */
    max-width: 500px;     /* Schmale, kompakte Breite */
    margin-top: 40px;     /* Mehr Abstand zum Element darüber */
    margin-bottom: 30px;  /* Abstand nach unten zur Lieferadresse */
    margin-left: 0;       /* Explizit linksbündig */
    margin-right: auto;   /* Schiebt den Restplatz nach rechts */
}

/* Einzelne Produktzeile im Checkout */
.checkout-item {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 10px 0; 
    border-bottom: 1px solid #eee; 
    gap: 15px;
}

.checkout-item-info {
    flex: 2;
}

.checkout-item-info strong {
    color: #3a352f;
    font-size: 1.05em;
}

/* Mengenauswahl (+ / - Buttons) */
.checkout-item-qty {
    flex: 1; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 8px; 
    background: #fff; 
    border: 1px solid #d4a373; 
    border-radius: 4px; 
    padding: 2px 5px;
}

.qty-btn {
    border: none; 
    background: none; 
    cursor: pointer; 
    font-weight: bold; 
    color: #d4a373; 
    font-size: 1.1em;
    padding: 0 5px;
    transition: transform 0.2s;
}

.qty-btn:hover {
    transform: scale(1.2);
}

.checkout-item-price {
    flex: 1; 
    text-align: right; 
    font-weight: bold; 
    color: #3a352f;
}

.remove-final-btn {
    color: #e74c3c; 
    font-size: 10px; 
    border: none; 
    background: none; 
    cursor: pointer; 
    padding: 0; 
    text-decoration: underline;
}

/* Die Zeile für die Gesamtsumme */
.final-total-row {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 2px solid #d4a373;
    font-weight: bold;
    font-size: 1.1em;
    color: #3a352f;
}
.zahlen-bereich{
    display: none;
}
.daten.active-section {
    display: block !important;
}

#custom-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #3a352f; /* Dein dunkles Braun */
    color: #e8e1d7; /* Dein Beige */
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 10000;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
}

.toast-hidden {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}

.toast-visible {
    opacity: 1;
    transform: translateY(0);
}

.toast-content i {
    color: #d4a373; /* Gold-Ton */
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Roter Rahmen für ungültige Felder */
.input-error {
    border: 2px solid #e74c3c !important;
    background-color: #fdf2f2 !important;
}

/* Optional: Ein kleiner "Wackel-Effekt", wenn der Fehler auftritt */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.shake {
    animation: shake 0.3s ease-in-out;
}


