@charset "UTF-8";

/* ============================================
   ORIGINAL d'WoodenS STYLES
   ============================================ */

/* Body */
body {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    background-color: #682701;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Verhindert horizontales Scrollen */
    width: 100%;
}

/* Globale Box-Sizing Regel */
*, *::before, *::after {
    box-sizing: border-box;
}

/* Container */
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #682701;
    padding: 0 20px; /* Abstand zum Bildschirmrand */
}

/* Header */
header {
    width: 100%;
    height: 8%;
    background-color: #E7F545;
    border-bottom: 1px solid #353635;
    color: #E7F545;
}

.header {
    width: 100%;
    background-color: #E7F545;
    border-bottom: 1px solid #353635;
    padding-bottom: 1rem;
}

.logo img {
    max-width: 90% !important;
    height: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px; /* Abstand zum Rand */
}
.logo2 img {
    max-width: 30% !important;
    height: auto!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.logo {
    color: #193573;
    font-weight: bold;
    margin-left: auto;
    letter-spacing: 4px;
    margin-right: auto;
    text-align: center;
    padding-top: 150px;
    line-height: 2em;
    font-size: 44px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    opacity: 1;
}

.hero_header {
    color: #FFBEBE;
    text-align: center;
    margin: 0;
    letter-spacing: 4px;
    font-size: medium;
}

.hero_header_2 {
    color: #FFBEBE;
    text-align: right;
    margin: 0;
    letter-spacing: 6px;
    font-size: 28px;
    line-height: 1.4;
}

/* About Section */
.text_column {
    width: 90%;
    text-align: left;
    font-weight: lighter;
    line-height: 25px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #A3A3A3;
}

.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: #12F3F7;
    padding-bottom: 35px;
    padding-top: 0px;
    margin-top: -5px;
    margin-bottom: 0px;
    color: #12F3F7;
}

.thumbnail {
    width: 23%;
    text-align: center;
    float: left;
    margin-top: 35px;
    background-color: #F8F8F8;
    padding-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 3px;
    padding-top: 20px;
    border-bottom: 4px solid #6DC7D0;
}

.gallery .thumbnail h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #52BAD5;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

.gallery .thumbnail p {
    margin: 0;
    color: #B3B3B3;
    text-align: left;
    padding-left: 20px;
}

/* More info */
.intro {
    background-color: #330304;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    
    /* Sanfter Übergang oben und unten */
    background: linear-gradient(
        to bottom,
        rgba(104, 39, 1, 1) 0%,      /* Braun oben */
        rgba(51, 3, 4, 1) 5%,         /* Übergang */
        rgba(51, 3, 4, 1) 95%,        /* Dunkles Rot in der Mitte */
        rgba(104, 39, 1, 1) 100%      /* Braun unten */
    );
    
    /* Weicher Schatten mit seitlichen Übergängen - alle 4 Seiten + 3D Tiefe */
    box-shadow: 
        /* Oben & Unten - Horizontale Übergänge */
        inset 0 30px 60px -20px rgba(104, 39, 1, 0.8),
        inset 0 -30px 60px -20px rgba(104, 39, 1, 0.8),
        
        /* Links & Rechts - Vertikale Übergänge (seitlich) */
        inset 50px 0 100px -40px rgba(104, 39, 1, 0.85),
        inset -50px 0 100px -40px rgba(104, 39, 1, 0.85),
        
        /* Zusätzliche Tiefe - subtiler äußerer Schatten */
        0 0 40px rgba(0, 0, 0, 0.3),
        0 10px 50px rgba(0, 0, 0, 0.2);
}

.column {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    float: auto;
    color: #8FC8E2;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.intro .column h3 {
    color: #193573;
    text-align: center;
}

.intro .column h1 {
    color: #6B98DE;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

.intro .column h2 {
    color: #437CD5;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: normal;
}

.intro .column p {
    color: #FFBEBE;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
    line-height: 45px;
    font-weight: normal;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 2%;
    font-style: italic;
    size: auto;
}
}

.cards {
    width: 80%;
    height: auto;
    max-width: 400px;
    max-height: 200px;
    opacity: 0.8;
}

.button {
    width: 200px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto; /* Zentriert */
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 3px solid #E7F545; /* Gelber Rand statt weiß */
    color: #E7F545;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block; /* Wichtig für Zentrierung */
    box-shadow: 0 4px 15px rgba(231, 245, 69, 0.2); /* Sanfter Glow */
}

/* Link-Container um Button zentrieren */
.intro a,
.column a {
    text-decoration: none;
    display: flex; /* Flexbox für Zentrierung */
    justify-content: center; /* Horizontal zentriert */
    align-items: center; /* Vertikal zentriert */
    width: 100%;
}

.button:hover {
    background-color: #E7F545; /* Gelber Hintergrund */
    color: #193573; /* Blaue Schrift */
    border-color: #E7F545;
    transform: translateY(-2px); /* Hebt sich leicht */
    box-shadow: 0 6px 20px rgba(231, 245, 69, 0.4); /* Stärkerer Glow */
    cursor: pointer;
}
 .back-button {
            display: inline-block;
            margin-top: 2rem;
            padding: 1rem 3rem;
            background: #193573;
            color: white;
            text-decoration: none;
            border-radius: 8px;
            font-weight: bold;
            font-size: 1.1rem;
            transition: all 0.3s;
        }
        
.back-button:hover {
            background: #0d1d3d;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(25, 53, 115, 0.3);
        }

 /* Footer Styles - Full Width & Centered */
        footer {
            width: 100%;
            margin: 0;
            padding: 0;
            background: #E7F545;
            position: center;
            left: 0;
            right: 0;
        }
        .copyright {
			text-align: center;
			padding-top: 20px;
			padding-bottom: 20px;
			background-color: #682701;
			color: #FFFFFF;
			text-transform: uppercase;
			font-weight: lighter;
			letter-spacing: 2px;
			border-top-width: 2px;
		}
       

.profile {
    width: 50%;
}

.gallery .thumbnail .tag {
    color: #5D5E5D;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

/* ============================================
   SHOP-SPECIFIC STYLES
   ============================================ */

/* Shop Header Styles */
.shop-header {
    background: linear-gradient(135deg, #682701 0%, #330304 100%);
    color: #FFFFFF;
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    position: sticky;
    top: 0;
    z-index: 100;
}

.shop-header .header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-header .logo {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 0;
    line-height: normal;
    color: #E7F545;
}

/* Cart Icon */
.cart-icon {
    position: relative;
    cursor: pointer;
    padding: 0.5rem 1rem;
    background: rgba(231, 245, 69, 0.1);
    border-radius: 8px;
    transition: all 0.3s;
    color: #FFFFFF;
}

.cart-icon:hover {
    background: rgba(231, 245, 69, 0.2);
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #193573;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
}

/* Shop Hero Section */
.shop-hero {
    background: linear-gradient(rgba(104, 39, 1, 0.8), rgba(51, 3, 4, 0.8)),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><rect fill="%23682701" width="1200" height="400"/></svg>');
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
    text-align: center;
    padding: 4rem 2rem;
}

.shop-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    color: #6B98DE;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

.shop-hero p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    color: #FFBEBE;
}

/* Products Grid */
.products-grid {
   	display: grid;
	gap: 10px !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 2rem;
}

/* Product Cards */
.product-card {
    margin: 0 !important;
	background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
	
		
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.product-image {
    width: 100%;
    height: 250px;
    background: linear-gradient(135deg, #d7ccc8 0%, #bcaaa4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: #682701;
    overflow: hidden;
    position: relative;
}

.product-info {
    padding: 1.5rem;
}

.product-name {
    font-size: 1.3rem;
    font-weight: bold;
    color: #682701;
    margin-bottom: 0.5rem;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

.product-description {
    color: #5D5E5D;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #193573;
}

/* Buttons */
.btn {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s;
    font-weight: 600;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

.btn-primary {
    background: #193573;
    color: white;
}

.btn-primary:hover {
    background: #0d1d3d;
    transform: scale(1.05);
}

.btn-secondary {
    background: #682701;
    color: white;
}

.btn-secondary:hover {
    background: #330304;
}

/* Cart Sidebar */
.cart-sidebar {
    position: fixed;
    right: -400px;
    top: 0;
    width: 400px;
    height: 100vh;
    background: #FFFFFF;
    box-shadow: -2px 0 10px rgba(0,0,0,0.3);
    transition: right 0.3s;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.cart-sidebar.active {
    right: 0;
}

.cart-header {
    background: #682701;
    color: white;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-header h2 {
    font-size: 1.5rem;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

.close-cart {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

.cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
}

.cart-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.cart-item-image {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #d7ccc8 0%, #bcaaa4 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.cart-item-details {
    flex: 1;
}

.cart-item-name {
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #682701;
}

.cart-item-price {
    color: #193573;
    font-weight: bold;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #682701;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.quantity-btn:hover {
    background: #E7F545;
}

.cart-footer {
    padding: 1.5rem;
    border-top: 2px solid #e0e0e0;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #682701;
}

.empty-cart {
    text-align: center;
    padding: 3rem 1rem;
    color: #A3A3A3;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 999;
}

.overlay.active {
    display: block;
}

/* Checkout Modal */
.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 2rem;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    z-index: 1001;
    max-height: 90vh;
    overflow-y: auto;
}

.modal.active {
    display: block;
}

.modal h2 {
    margin-bottom: 1.5rem;
    color: #682701;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #682701;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

.payment-methods {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.payment-option {
    padding: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.payment-option:hover {
    border-color: #193573;
}

.payment-option input[type="radio"] {
    margin-right: 0.5rem;
}

.success-message {
    text-align: center;
    padding: 2rem;
}

.success-message .icon {
    font-size: 4rem;
    color: #193573;
    margin-bottom: 1rem;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

/* Mobile */
@media (max-width: 320px) {
    .logo {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .text_column {
        width: 100%;
        text-align: justify;
        padding: 0;
        padding-left: 20px;
    }
    
    .intro .column p {
        width: 80%;
        margin-left: 0px;
    }
    
    .thumbnail {
        width: 100%;
    }
    
    .column {
        width: 100%;
        margin-top: 0px;
        float: none;
        padding-top: 20px;
    }
    
    .hero_header {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 22px;
        text-align: center;
    }
    
    .hero_header_2 {
        font-size: 18px !important;
        text-align: center !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* Shop-specific mobile */
    .cart-sidebar {
        width: 100%;
        right: -100%;
    }
    
    .shop-hero h1 {
        font-size: 2rem;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
}

/* Small Tablets */
@media (min-width: 321px) and (max-width: 767px) {
    .logo {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .text_column {
        width: 100%;
        text-align: left;
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 90%;
    }
    
    .thumbnail {
        width: 100%;
    }
    
    .column {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        float: none;
        padding-top: 20px;
    }
    
    .profile {
        width: 100%;
    }
    
    .intro .column p {
        width: 90%;
        text-align: center;
        padding-left: 0px;
    }
    
    .hero_header_2 {
        font-size: 22px !important;
        text-align: center !important;
    }
    
    /* Shop-specific tablet */
    .cart-sidebar {
        width: 100%;
        right: -100%;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
    .text_column {
        width: 90%;
        margin: 0;
        padding: 20px;
    }
    
    .thumbnail {
        width: 48%;
        float: none;
        padding-top: 20px;
    }
    
    .intro .column p {
        width: 80%;
    }
    
    .column {
        max-width: 100% !important;
        float: none;
        height: auto !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-top: 20px;
    }
    
    /* Shop-specific desktop */
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================
   ZUSÄTZLICHE RESPONSIVE OPTIMIERUNGEN
   ============================================ */

/* Tablet & Mobile (≤768px) */
@media (max-width: 768px) {
    /* Container mit Padding */
    .container {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        overflow-x: hidden; /* Verhindert horizontales Scrollen */
    }
    
    /* Intro Section */
    .intro {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .intro .column {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        box-sizing: border-box;
        overflow-wrap: break-word; /* Bricht lange Wörter um */
        word-wrap: break-word;
    }
    
    .intro .column p {
        padding-left: 15px;
        padding-right: 15px;
        width: 100% !important;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        line-height: 1.8;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    
    .intro .column h1,
    .intro .column h2,
    .intro .column h3 {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    
    /* Button zentriert */
    .button {
        margin-left: auto;
        margin-right: auto;
        max-width: 250px;
        width: 90%; /* Responsive Breite */
        display: block;
    }
    
    /* Logo responsive */
    .logo img {
        max-width: 95% !important;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    /* Shop: Products Grid Padding */
    .products-grid {
        padding: 0 10px;
        gap: 15px !important;
        box-sizing: border-box;
    }
    
    /* Verhindere horizontales Scrollen bei allen Elementen */
    * {
        max-width: 100%;
    }
    
    img, iframe {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box;
    }
}

/* Kleine Phones (≤480px) */
@media (max-width: 480px) {
    /* Container */
    .container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    
    /* Intro Section */
    .intro {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .intro .column {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .intro .column p {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        max-width: 100%;
        font-size: 0.95em;
        line-height: 1.6;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto; /* Silbentrennung */
    }
    
    .intro .column h1 {
        font-size: 1.6em; /* Etwas kleiner */
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    
    .intro .column h2 {
        font-size: 1.1em; /* Etwas kleiner */
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    
    .intro .column h3 {
        font-size: 1em;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        box-sizing: border-box;
    }
    
    /* Button kleiner */
    .button {
        max-width: 220px;
        width: 85%;
        padding: 15px 8px;
        font-size: 0.9em;
        box-sizing: border-box;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Logo */
    .logo img {
        max-width: 100% !important;
        padding: 0 5px;
        box-sizing: border-box;
    }
    
    /* Shop: Products Grid */
    .products-grid {
        padding: 0 15px;
        gap: 20px !important;
        box-sizing: border-box;
    }
}

/* Footer responsive */
footer {
    width: 100%;
    margin: 0;
    padding: 0;
}

.copyright {
    padding: 20px 15px;
}

/* iFrame responsive (z.B. Facebook) */
iframe {
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 768px) {
    iframe {
        padding: 0 10px;
        box-sizing: border-box;
    }
}

.carousel-btn {
    z-index: 10;
}

.carousel-slide iframe {
    pointer-events: auto;
}
