/*
Theme Name: Erkan Möbel
Theme URI: https://erkan-moebel.de
Description: Hochwertige Möbelfachmarkt Website – Türkische Möbel Berlin Neukölln. Elegant, schnell, mehrsprachig DE/TR.
Version: 1.0.0
Author: Erkan Möbel
Text Domain: erkan-moebel
Tags: woocommerce, furniture, bilingual, catalog-mode, seo
*/

/* ═══════════════════════════════════════════════════════════
   LOKALE SCHRIFTEN (DSGVO-konform – kein Google Fonts)
═══════════════════════════════════════════════════════════ */

/* Cormorant Garamond */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('assets/fonts/Cormorant_Garamond/static/CormorantGaramond-Light.ttf?v=1773969770784') format('truetype');
    font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('assets/fonts/Cormorant_Garamond/static/CormorantGaramond-Regular.ttf?v=1773969770784') format('truetype');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('assets/fonts/Cormorant_Garamond/static/CormorantGaramond-Italic.ttf?v=1773969770784') format('truetype');
    font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('assets/fonts/Cormorant_Garamond/static/CormorantGaramond-Medium.ttf?v=1773969770784') format('truetype');
    font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('assets/fonts/Cormorant_Garamond/static/CormorantGaramond-SemiBold.ttf?v=1773969770784') format('truetype');
    font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('assets/fonts/Cormorant_Garamond/static/CormorantGaramond-SemiBoldItalic.ttf?v=1773969770784') format('truetype');
    font-weight: 600; font-style: italic; font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('assets/fonts/Cormorant_Garamond/static/CormorantGaramond-Bold.ttf?v=1773969770784') format('truetype');
    font-weight: 700; font-style: normal; font-display: swap;
}

/* Inter */
@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter/static/Inter_18pt-Light.ttf?v=1773969770784') format('truetype');
    font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter/static/Inter_18pt-Regular.ttf?v=1773969770784') format('truetype');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter/static/Inter_18pt-Medium.ttf?v=1773969770784') format('truetype');
    font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter/static/Inter_18pt-SemiBold.ttf?v=1773969770784') format('truetype');
    font-weight: 600; font-style: normal; font-display: swap;
}

/* ═══════════════════════════════════════════════════════════
   CSS VARIABLEN
═══════════════════════════════════════════════════════════ */
:root {
    --gold:           #b79b73;
    --gold-light:     #ebddc2;
    --gold-dark:      #caad73;
    --dark:           #16213e;
    --dark-2:         #1a1a2e;
    --cream:          #faf9f6;
    --cream-2:        #f0ebe3;
    --white:          #ffffff;
    --text:           #1a1a1a;
    --text-muted:     #6b6b6b;
    --text-light:     #9a9a9a;
    --border:         #e8e3dc;
    --border-dark:    #2e2e4a;
    --sale:           #c0392b;
    --success:        #27ae60;

    --font-serif:     'Cormorant Garamond', Georgia, serif;
    --font-sans:      'Inter', system-ui, sans-serif;

    --transition:     all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);

    --shadow-sm:      0 2px 8px rgba(0,0,0,0.07);
    --shadow:         0 4px 20px rgba(0,0,0,0.10);
    --shadow-lg:      0 12px 40px rgba(0,0,0,0.16);
    --shadow-xl:      0 20px 60px rgba(0,0,0,0.20);

    --radius:         6px;
    --radius-lg:      12px;
    --max-width:      1380px;
    --section-py:     90px;
}

/* ═══════════════════════════════════════════════════════════
   RESET & BASIS
═══════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text);
    background: var(--white);
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

img { max-width: 100%; height: auto; display: block; }
a  { color: inherit; text-decoration: none; transition: var(--transition); }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ═══════════════════════════════════════════════════════════
   TYPOGRAFIE
═══════════════════════════════════════════════════════════ */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif);
    font-weight: 600;
    line-height: 1.25;
    color: var(--dark);
}

h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); }
h4 { font-size: 1.3rem; }

#page-container p , #site-footer p, #site-footer li a { font-size: 17px; }
p.product-desc{
    font-size: 16px!important;
}
p { margin-bottom: 1rem; color: var(--text-muted); }
p:last-child { margin-bottom: 0; }

/* ═══════════════════════════════════════════════════════════
   CONTAINER & LAYOUT
═══════════════════════════════════════════════════════════ */
.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
}

.section { padding: var(--section-py) 0; }

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-label {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}

.section-header h2 {
    margin-bottom: 16px;
}

.section-header p {
    font-size: 1.1rem;
    max-width: 540px;
    margin: 0 auto;
}

/* Gold Linie */
.gold-line {
    display: block;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    margin: 20px auto 0;
}

/* ═══════════════════════════════════════════════════════════
   ANIMATIONEN @keyframes
═══════════════════════════════════════════════════════════ */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-40px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(40px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes scaleIn {
    from { opacity: 0; transform: scale(0.92); }
    to   { opacity: 1; transform: scale(1); }
}

@keyframes shimmer {
    0%   { background-position: -200% center; }
    100% { background-position: 200% center; }
}

@keyframes pulse-gold {
    0%, 100% { box-shadow: 0 0 0 0 rgba(201,168,76,0.4); }
    50%       { box-shadow: 0 0 0 12px rgba(201,168,76,0); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-8px); }
}

@keyframes scrollLine {
    0%   { transform: scaleY(0); transform-origin: bottom; }
    50%  { transform: scaleY(1); transform-origin: bottom; }
    51%  { transform: scaleY(1); transform-origin: top; }
    100% { transform: scaleY(0); transform-origin: top; }
}

/* Scroll Animation Klassen (per JS aktiviert) */
.anim {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.anim.anim--left  { transform: translateX(-36px); }
.anim.anim--right { transform: translateX(36px); }
.anim.anim--scale { transform: scale(0.93); }

.anim.visible {
    opacity: 1;
    transform: none;
}

.anim-delay-1 { transition-delay: 0.1s; }
.anim-delay-2 { transition-delay: 0.2s; }
.anim-delay-3 { transition-delay: 0.3s; }
.anim-delay-4 { transition-delay: 0.4s; }
.anim-delay-5 { transition-delay: 0.5s; }

/* ═══════════════════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════════════════ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    font-family: var(--font-sans);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: var(--radius);
    transition: var(--transition);
    cursor: pointer;
    border: 2px solid transparent;
    white-space: nowrap;
}

.btn-gold {
    background: var(--gold);
    color: var(--dark);
    border-color: var(--gold);
    position: relative; 
    z-index: 10; 
}

.btn-gold:hover {
    background: var(--gold-light);
    border-color: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201,168,76,0.4);
}

.btn-outline {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
}

.btn-outline:hover {
    background: var(--white);
    color: var(--dark);
}

.btn-outline-dark {
    background: transparent;
    color: var(--dark);
    border-color: var(--dark);
}

.btn-outline-dark:hover {
    background: var(--dark);
    color: var(--white);
    transform: translateY(-2px);
}

.btn-dark {
    background: var(--dark);
    color: var(--white);
    border-color: var(--dark);
}

.btn-dark:hover {
    background: var(--dark-2);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ═══════════════════════════════════════════════════════════
   HEADER / NAVIGATION
═══════════════════════════════════════════════════════════ */
#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: var(--transition-slow);
}

#site-header.transparent {
    background: transparent;
}

#site-header.scrolled {
    background-color: rgba(22, 33, 62, 0.97);
    background-image:
        repeating-linear-gradient(
            -55deg,
            transparent 0, transparent 14px,
            rgba(201,168,76,0.028) 14px, rgba(201,168,76,0.028) 15px
        ),
        repeating-linear-gradient(
            55deg,
            transparent 0, transparent 14px,
            rgba(201,168,76,0.028) 14px, rgba(201,168,76,0.028) 15px
        );
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 48px rgba(0,0,0,0.55), inset 0 -1px 0 rgba(201,168,76,0.12);
}

/* Gold-Akzentlinie oben */
#site-header::before {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-light), var(--gold));
    transition: box-shadow 0.4s ease;
}

#site-header.scrolled::before {
    box-shadow: 0 0 20px rgba(201,168,76,0.55);
}

.header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    padding: 20px 40px;
    max-width: var(--max-width);
    margin: 0 auto;
}

/* Logo */
.site-logo {
    flex-shrink: 0;
    justify-self: start;
}

.site-logo img {
    height: 52px;
    width: auto !important;
    max-width: none;
    object-fit: contain;
    transition: var(--transition);
}

.logo-text {
    font-family: var(--font-serif);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 0.02em;
}

.logo-text span {
    color: var(--gold);
}

/* Navigation */
.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.main-nav a {
    color: rgba(255,255,255,0.80);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: var(--radius);
    position: relative;
    transition: color 0.3s ease;
    min-width: max-content;
}

.main-nav a::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 18px;
    right: 18px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    transform: scaleX(0);
    transition: transform 0.38s ease;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--gold-light);
}

.main-nav a:hover::after,
.main-nav a.active::after {
    transform: scaleX(1);
}

/* Dropdown */
.nav-item {
    position: relative;
}

.dropdown {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(22, 33, 62, 0.98);
    background-image:
        repeating-linear-gradient(
            -55deg,
            transparent 0, transparent 14px,
            rgba(201,168,76,0.028) 14px, rgba(201,168,76,0.028) 15px
        ),
        repeating-linear-gradient(
            55deg,
            transparent 0, transparent 14px,
            rgba(201,168,76,0.028) 14px, rgba(201,168,76,0.028) 15px
        );
    border: 1px solid var(--border-dark);
    border-top: 2px solid var(--gold);
    border-radius: var(--radius);
    padding: 16px 0;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-8px);
    transition: var(--transition);
    box-shadow: var(--shadow-xl);
}

.nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown a {
    display: block;
    padding: 10px 24px;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    text-transform: none;
    color: rgba(255,255,255,0.8);
    border-radius: 0;
}

.dropdown a::after { display: none; }

.dropdown a:hover {
    color: var(--gold-light);
    background: rgba(201,168,76,0.08);
    padding-left: 32px;
}

/* Header rechts */
.header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    justify-self: end;
}

.header-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: transparent;
    border: 1px solid rgba(201,168,76,0.55);
    color: #caad73;
    padding: 9px 22px;
    border-radius: 30px;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.header-cta-btn:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--dark);
    box-shadow: 0 0 28px rgba(201,168,76,0.35);
    transform: translateY(-1px);
}

/* Sprachumschalter */
.lang-switcher {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 30px;
    overflow: hidden;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.lang-btn,
.lang-btn-mobile {
    padding: 6px 14px;
    color: rgba(255,255,255,0.6);
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
}


.lang-btn.active,
.lang-btn-mobile.active {
    background: var(--gold);
    color: var(--dark);
}

.lang-btn:hover:not(.active),
.lang-btn-mobile:hover:not(.active) {
    color: var(--white);
    background: rgba(255,255,255,0.1);
}

/* Hamburger (Mobile) */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: var(--transition);
}

.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile Nav */
.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    background: var(--dark-2);
    z-index: 999;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 90px 32px 40px;
    overflow-y: auto;
    box-shadow: -8px 0 40px rgba(0,0,0,0.4);
}

.mobile-nav.open { right: 0; }

.mobile-nav a {
    display: block;
    color: var(--white);
    font-size: 1.1rem;
    font-family: var(--font-serif);
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: var(--transition);
}

.mobile-nav a:hover {
    color: var(--gold-light);
    padding-left: 12px;
}

.mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.mobile-overlay.open {
    opacity: 1;
    visibility: visible;
}

/* ═══════════════════════════════════════════════════════════
   SEARCH CANVAS
═══════════════════════════════════════════════════════════ */
/* Search Icon Button (Header + Mobile) */
.search-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: rgba(255,255,255,0.8);
    cursor: pointer;
    transition: var(--transition);
    flex-shrink: 0;
}
.search-icon-btn:hover {
    color: var(--gold-light);
    background: rgba(255,255,255,0.1);
}

.mobile-search-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: var(--gold-light);
    font-size: 1.1rem;
    font-family: var(--font-serif);
    cursor: pointer;
    text-align: left;
}
.mobile-search-btn:hover {
    color: var(--gold);
    padding-left: 12px;
}

/* Search Canvas Overlay */
#search-canvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}
#search-canvas.open {
    opacity: 1;
    pointer-events: all;
}
.search-canvas-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(20,18,14,0.72);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.search-canvas-inner {
    position: absolute;
    top: 5vh;
    left: 5vw;
    width: 90vw;
    height: 90vh;
    z-index: 1;
    background: var(--white);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 32px 80px rgba(0,0,0,0.4);
    overflow: hidden;
    transform: scale(0.95);
    transition: transform 0.28s cubic-bezier(0.4,0,0.2,1);
}
#search-canvas.open .search-canvas-inner {
    transform: scale(1);
}
.search-canvas-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 28px;
    border-bottom: 1px solid var(--border);
    flex-shrink: 0;
    background: var(--white);
}
.search-input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--cream);
    border: 1.5px solid var(--border);
    border-radius: 50px;
    padding: 11px 22px;
    transition: border-color 0.2s;
}
.search-input-wrap:focus-within {
    border-color: var(--gold);
}
.search-input-wrap svg {
    color: var(--text-muted);
    flex-shrink: 0;
}
#search-input {
    flex:1;
    border: none;
    background: none;
    outline: none;
    font-size: 1.05rem;
    color: var(--dark);
    font-family: var(--font-sans);
}
#search-input::placeholder {
    color: var(--text-muted);
}
.search-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: var(--text-muted);
    cursor: pointer;
    flex-shrink: 0;
    transition: var(--transition);
}
.search-close-btn:hover {
    background: var(--cream);
    color: var(--dark);
}
#search-results {
    flex: 1;
    overflow-y: auto;
    padding: 28px 28px;
    scrollbar-width: thin;
    scrollbar-color: var(--border) transparent;
}
.search-hint {
    text-align: center;
    color: var(--text-muted);
    font-size: 1rem;
    margin-top: 60px;
    line-height: 1.7;
}
.search-hint svg {
    display: block;
    margin: 0 auto 16px;
    opacity: 0.3;
}
.search-results-count {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 20px;
    font-family: var(--font-sans);
}
.search-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}
@media (max-width: 600px) {
    .search-input-wrap {
        max-width: 80%;
    }
    #search-input {
        max-width: 80%;
    }
    .search-close-btn{
        flex:2;
    }
    .search-canvas-inner {
        left: 2.5vw;
        top: 2.5vh;
        width: 95vw;
        height: 95vh;
        border-radius: 10px;
    }
    .search-canvas-header { padding: 14px 16px; }
    #search-results { padding: 16px; }
    .search-results-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
}

/* ═══════════════════════════════════════════════════════════
   HERO SECTION
═══════════════════════════════════════════════════════════ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--dark);
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.35;
    transform: scale(1.05);
    transition: transform 8s ease;
    will-change: transform;
}

.hero.loaded .hero-bg img {
    transform: scale(1);
}

.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(22,33,62,0.95) 0%,
        rgba(22,33,62,0.6) 50%,
        rgba(22,33,62,0.4) 100%
    );
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    padding-top: 120px;
}

.hero-label {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    animation: fadeInLeft 0.8s ease 0.3s both;
}

.hero-label::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: var(--gold);
}

.hero h1 {
    color: var(--white);
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 24px;
    animation: fadeInUp 0.9s ease 0.4s both;
}

.hero h1 em {
    font-style: italic;
    color: var(--gold-light);
}

.hero-sub {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.72);
    max-width: 520px;
    margin-bottom: 48px;
    animation: fadeInUp 0.9s ease 0.55s both;
    font-weight: 300;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    animation: fadeInUp 0.9s ease 0.7s both;
}

.hero-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.5);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    animation: fadeIn 1s ease 1.2s both;
}

.scroll-line {
    width: 1px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    position: relative;
    overflow: hidden;
}

.scroll-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gold);
    animation: scrollLine 2s ease infinite;
}

/* Hero Badges */
.hero-badges {
    display: flex;
    gap: 24px;
    margin-top: 60px;
    flex-wrap: wrap;
    animation: fadeInUp 0.9s ease 0.85s both;
}

.hero-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
}

.hero-badge svg {
    color: var(--gold);
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════
   USP LEISTE
═══════════════════════════════════════════════════════════ */
.usp-bar {
    background: var(--dark);
    padding: 0;
    border-bottom: 1px solid var(--border-dark);
}

.usp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: var(--max-width);
    margin: 0 auto;
}

.usp-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px 32px;
    border-right: 1px solid var(--border-dark);
    transition: var(--transition);
}

.usp-item:last-child { border-right: none; }

.usp-item:hover {
    background: rgba(201,168,76,0.06);
}

.usp-icon {
    width: 44px;
    height: 44px;
    background: rgba(201,168,76,0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    flex-shrink: 0;
    transition: var(--transition);
}

.usp-item:hover .usp-icon {
    background: var(--gold);
    color: var(--dark);
    animation: pulse-gold 1.5s infinite;
}

.usp-text strong {
    display: block;
    color: var(--white);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.usp-text span {
    color: rgba(255,255,255,0.45);
    font-size: 0.78rem;
}

@media (max-width: 900px) {
  .usp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .usp-item {
    padding: 18px 12px;
    font-size: 0.95rem;
  }
}

@media (max-width: 600px) {
  .usp-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 100vw;
  }
  .usp-item {
    padding: 12px 8px;
    border-right: none;
    border-bottom: 1px solid var(--border-dark);
    font-size: 0.92rem;
    min-width: 0;
    max-width: 100vw;
    justify-content: flex-start;
  }
  .usp-item:last-child {
    border-bottom: none;
  }
}

/* ═══════════════════════════════════════════════════════════
   KATEGORIEN
═══════════════════════════════════════════════════════════ */
.categories-section {
    background: var(--cream);
    padding: var(--section-py) 0;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.category-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    aspect-ratio: 4/3;
    cursor: pointer;
    box-shadow: var(--shadow);
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-card:hover img {
    transform: scale(1.08);
}

.category-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(22,33,62,0.9) 0%,
        rgba(22,33,62,0.4) 50%,
        transparent 100%
    );
    transition: var(--transition);
}

.category-card:hover .category-card-overlay {
    background: linear-gradient(
        to top,
        rgba(22,33,62,0.95) 0%,
        rgba(22,33,62,0.5) 60%,
        rgba(22,33,62,0.1) 100%
    );
}

.category-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
    transform: translateY(0);
    transition: var(--transition-slow);
}

.category-card-count {
    font-size: 0.75rem;
    color: var(--gold-light);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 6px;
    opacity: 0;
    transform: translateY(10px);
    transition: var(--transition);
}

.category-card:hover .category-card-count {
    opacity: 1;
    transform: translateY(0);
}

.category-card-title {
    font-family: var(--font-serif);
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 12px;
}

.category-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold-light);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(10px);
    transition: var(--transition-slow);
}

.category-card:hover .category-card-link {
    opacity: 1;
    transform: translateY(0);
}

.category-card-link svg {
    transition: transform 0.3s ease;
}

.category-card-link:hover svg {
    transform: translateX(4px);
}

/* ═══════════════════════════════════════════════════════════
   PRODUKT KARTEN
═══════════════════════════════════════════════════════════ */
.products-section {
    padding: var(--section-py) 0;
    background: var(--white);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 28px;
}

.product-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition-slow);
    border: 1px solid var(--border);
    position: relative;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
    border-color: transparent;
}

.product-info {
    padding: 18px 20px 22px;
}

/* .product-card-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--cream-2);
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
} */

.product-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
  background: var(--cream-2);
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}


.product-card:hover .product-card-image img {
    transform: scale(1.06);
}

/* Badges-Container für Produktkarte */
.product-badges {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: flex;
    gap: 8px; /* Abstand zwischen den Badges */
    flex-wrap: wrap;
}

/* Einzelne Badge */
.product-badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Badge-Farben */
.badge-sale {
    background: var(--sale);
    color: var(--white);
}
.badge-new {
    background: var(--dark);
    color: var(--gold-light);
}
.badge-featured {
    background: var(--gold);
    color: var(--dark);
}

/* Produkt Inhalt */
.product-card-body {
    padding: 20px 22px 24px;
}

.product-category {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 6px;
}

.product-subcategory {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: none;
    color: var(--text-muted);
    margin-bottom: 6px;
}
.product-card-title {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 12px;
    line-height: 1.3;
    transition: var(--transition);
}

.product-card:hover .product-card-title {
    color: var(--gold-dark);
}

.product-card-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.product-meta-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    color: var(--text-muted);
    background: var(--cream);
    padding: 3px 10px;
    border-radius: 20px;
}

.product-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 18px;
}

.product-price .current {
    font-size: 1.4rem;
    font-family: var(--font-serif);
    font-weight: 700;
    color: var(--dark);
}

.product-price .original {
    font-size: 1rem;
    color: var(--text-light);
    text-decoration: line-through;
}

.product-price .save {
    font-size: 0.78rem;
    color: var(--sale);
    font-weight: 600;
}

.product-card-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.btn-anfrage {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 20px;
    background: var(--dark);
    color: var(--white);
    border-radius: var(--radius);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: var(--transition);
}

.btn-anfrage:hover {
    background: var(--gold);
    color: var(--dark);
}

[data-lang="tr"] .btn-anfrage .de-text,
[data-lang="de"] .btn-anfrage .tr-text {
    display: none;
}

.btn-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: var(--radius);
    border: 1.5px solid var(--border);
    color: var(--text-muted);
    transition: var(--transition);
}

.btn-detail:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(201,168,76,0.06);
}

/* WooCommerce product loop override */
.woocommerce ul.products { display: none; }

/* ═══════════════════════════════════════════════════════════
   ÜBER UNS / STORIA
═══════════════════════════════════════════════════════════ */
.about-section {
    background: var(--dark);
    padding: var(--section-py) 0;
    overflow: hidden;
    position: relative;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-dark), var(--gold-light), var(--gold-dark));
}

.about-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
}

.about-since {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--gold);
    color: var(--dark);
    border-radius: var(--radius-lg);
    padding: 24px 30px;
    text-align: center;
    box-shadow: var(--shadow-lg);
}

.about-since strong {
    display: block;
    font-family: var(--font-serif);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
}

.about-since span {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-text .section-label {
    text-align: left;
}

.about-text h2 {
    color: var(--white);
    margin-bottom: 20px;
}

.about-text p {
    color: rgba(255,255,255,0.65);
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 44px;
    padding-top: 44px;
    border-top: 1px solid var(--border-dark);
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-family: var(--font-serif);
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 6px;
}

.stat-label {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ═══════════════════════════════════════════════════════════
   SALE SECTION
═══════════════════════════════════════════════════════════ */
.sale-section {
    background: var(--cream);
    padding: var(--section-py) 0;
}

.sale-banner {
    background: linear-gradient(135deg, var(--dark) 0%, var(--dark-2) 100%);
    border-radius: var(--radius-lg);
    padding: 60px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

.sale-banner::before {
    content: 'SALE';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-family: var(--font-serif);
    font-size: 10rem;
    font-weight: 700;
    color: rgba(201,168,76,0.06);
    user-select: none;
    letter-spacing: -0.05em;
}

.sale-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.sale-text h2 {
    color: var(--white);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    margin-bottom: 12px;
}

.sale-text h2 span {
    color: var(--gold);
}

.sale-text p {
    color: rgba(255,255,255,0.6);
    font-size: 1.05rem;
}

.sale-discount {
    flex-shrink: 0;
    text-align: center;
    padding: 24px 40px;
    border: 2px dashed var(--gold);
    border-radius: var(--radius-lg);
}

.sale-discount .percent {
    display: block;
    font-family: var(--font-serif);
    font-size: 4rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}

.sale-discount .text {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ═══════════════════════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════════════════════ */
.testimonials-section {
    padding: var(--section-py) 0;
    background: var(--white);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.testimonial-card {
    background: var(--cream);
    border-radius: var(--radius-lg);
    padding: 36px 32px;
    border: 1px solid var(--border);
    position: relative;
    transition: var(--transition);
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--gold);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    right: 28px;
    font-family: var(--font-serif);
    font-size: 6rem;
    color: var(--gold);
    opacity: 0.2;
    line-height: 1;
    font-weight: 700;
}

.stars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    color: var(--gold);
    font-size: 1rem;
}

.testimonial-text {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 24px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--dark);
    flex-shrink: 0;
}

.author-name {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--dark);
}

.author-source {
    font-size: 0.75rem;
    color: var(--text-light);
}

/* ═══════════════════════════════════════════════════════════
   BLOG SECTION
═══════════════════════════════════════════════════════════ */
.blog-section {
    background: var(--cream);
    padding: var(--section-py) 0;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.blog-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition-slow);
    border: 1px solid var(--border);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.blog-card-image {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: var(--cream-2);
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-body {
    padding: 24px;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.75rem;
    color: var(--text-light);
}

.blog-cat {
    color: var(--gold);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.blog-card-title {
    font-family: var(--font-serif);
    font-size: 1.15rem;
    color: var(--dark);
    margin-bottom: 12px;
    line-height: 1.4;
    transition: var(--transition);
}

.blog-card:hover .blog-card-title {
    color: var(--gold-dark);
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: gap 0.3s ease;
}

.blog-card:hover .blog-read-more {
    gap: 10px;
}

/* ═══════════════════════════════════════════════════════════
   KONTAKT BANNER
═══════════════════════════════════════════════════════════ */
.contact-banner {
    background: linear-gradient(135deg, var(--dark) 0%, #0f3460 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(201,168,76,0.08) 0%, transparent 70%);
}

.contact-banner .container { position: relative; }

.contact-banner h2 {
    color: var(--white);
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 16px;
}

.contact-banner p {
    color: rgba(255,255,255,0.65);
    font-size: 1.1rem;
    margin-bottom: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.contact-banner-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.contact-info-row {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    flex-wrap: wrap;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,0.8);
}

.contact-info-item svg {
    color: var(--gold);
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════ */
#site-footer {
    background-color: var(--dark-2);
    background-image:
        repeating-linear-gradient(
            -55deg,
            transparent 0, transparent 14px,
            rgba(201,168,76,0.028) 14px, rgba(201,168,76,0.028) 15px
        ),
        repeating-linear-gradient(
            55deg,
            transparent 0, transparent 14px,
            rgba(201,168,76,0.028) 14px, rgba(201,168,76,0.028) 15px
        );
    color: rgba(255,255,255,0.7);
    border-top: 3px solid var(--gold);
}

.footer-top {
    padding: 72px 0 48px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 60px;
}

.footer-brand .logo-text {
    display: block;
    margin-bottom: 16px;
}

.footer-brand p {
    font-size: 0.9rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.5);
    margin-bottom: 24px;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.5);
    transition: var(--transition);
    font-size: 0.85rem;
}

.social-link:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--dark);
    transform: translateY(-2px);
}

.footer-col h4 {
    color: var(--white);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(201,168,76,0.3);
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: rgba(255,255,255,0.5);
    font-size: 0.875rem;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.footer-col ul li a:hover {
    color: var(--gold-light);
    padding-left: 6px;
}

.footer-address {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.9;
}

.footer-address a {
    color: rgba(255,255,255,0.5);
}

.footer-address a:hover {
    color: var(--gold-light);
}

.newsletter-form {
    display: flex;
    gap: 0;
    margin-top: 8px;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.15);
}

.newsletter-form input {
    flex: 1;
    background: rgba(255,255,255,0.06);
    border: none;
    padding: 12px 16px;
    color: var(--white);
    font-family: var(--font-sans);
    font-size: 0.85rem;
    outline: none;
}

.newsletter-form input::placeholder {
    color: rgba(255,255,255,0.35);
}

.newsletter-form button {
    background: var(--gold);
    color: var(--dark);
    padding: 12px 20px;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: var(--transition);
    white-space: nowrap;
}

.newsletter-form button:hover {
    background: var(--gold-light);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 24px 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.35);
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.footer-bottom-links a {
    color: rgba(255,255,255,0.35);
    font-size: 0.8rem;
    transition: var(--transition);
}

.footer-bottom-links a:hover {
    color: var(--gold-light);
}

/* ═══════════════════════════════════════════════════════════
   WOOCOMMERCE OVERRIDES
═══════════════════════════════════════════════════════════ */
.woocommerce .woocommerce-breadcrumb {
    font-size: 0.82rem;
    color: var(--text-light);
    margin-bottom: 40px;
    padding: 0;
    background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: var(--font-sans);
}

/* Preise */
.woocommerce .price {
    color: var(--dark) !important;
    font-family: var(--font-serif) !important;
    font-size: 1.5rem !important;
}

.woocommerce .price del {
    color: var(--text-light) !important;
    font-size: 1rem !important;
}

/* ═══════════════════════════════════════════════════════════
   PAGE TEMPLATES
═══════════════════════════════════════════════════════════ */
.page-hero {
    background: var(--dark);
    padding: 160px 0 80px;
    text-align: center;
    position: relative;
}

.page-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--gold);
    z-index: 2;
}

.page-hero.has-bg {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.page-hero.has-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(22,33,62,0.95) 0%,
        rgba(22,33,62,0.6) 50%,
        rgba(22,33,62,0.4) 100%
    );
    z-index: 0;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}


.page-hero h1 {
    color: var(--gold-light);
    margin-bottom: 12px;
}

.page-hero p {
    color: rgba(255,255,255,0.6);
}

.page-content {
    padding: 80px 0;
}

/* ═══════════════════════════════════════════════════════════
   PRODUCT ARCHIVE (WooCommerce)
═══════════════════════════════════════════════════════════ */
.archive-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    padding: 60px 0;
}

.shop-sidebar {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.filter-section {
    background: var(--cream);
    border-radius: var(--radius-lg);
    padding: 28px;
    margin-bottom: 20px;
    border: 1px solid var(--border);
}

.filter-section h3 {
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--dark);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
}

.filter-list li {
    padding: 6px 0;
}

.filter-list li a {
    color: var(--text-muted);
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: var(--transition);
}

.filter-list li a:hover {
    color: var(--gold-dark);
    padding-left: 6px;
}

.filter-count {
    background: var(--cream-2);
    color: var(--text-light);
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 20px;
}

/* ═══════════════════════════════════════════════════════════
   LOADING STATES
═══════════════════════════════════════════════════════════ */
.skeleton {
    background: linear-gradient(90deg, var(--cream-2) 25%, var(--cream) 50%, var(--cream-2) 75%);
    background-size: 200% auto;
    animation: shimmer 1.5s infinite;
    border-radius: var(--radius);
}

/* ═══════════════════════════════════════════════════════════
   PAGE LOAD ANIMATION
═══════════════════════════════════════════════════════════ */
#page-container { opacity: 0; transform: scale(0.98); }
body.loaded #page-container { opacity: 1; transform: translate(0,0) scale(1); transition: opacity 0.8s ease, transform 0.8s ease; }

/* ═══════════════════════════════════════════════════════════
   BACK TO TOP
═══════════════════════════════════════════════════════════ */
.back-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    background: var(--gold);
    color: var(--dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: var(--transition);
    z-index: 100;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: var(--gold-light);
    transform: translateY(-4px);
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .about-inner { gap: 50px; }
    .usp-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    :root { --section-py: 64px; }

    .site-logo img { height: 40px; }

    .main-nav { display: none; }
    .hamburger { display: flex; }
    .mobile-dropdown {
        padding-left: 0; /* Kein Padding auf das Dropdown selbst */
    }
    nav#mobile-nav a {
        display: flex;
        padding: 10px;
    }
    .mobile-dropdown li {
        padding-left: 18px; /* Nur die Unterpunkte einrücken */
    }
    .mobile-dropdown-toggle {
    display: flex;
   
        justify-content: space-between;
    }
    .mobile-nav a.active,
    .mobile-dropdown-toggle.active {
    background: rgba(255,255,255,0.08);
    color: var(--gold);
    font-weight: 600;
    }
    .mobile-dropdown-toggle .dropdown-arrow svg {
        fill: var(--gold);
    }
    .lang-btn { display: none !important; }
    .header-cta-btn { display: none !important; }
    .header-inner {
        padding: 14px 20px;
        gap: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .category-grid { grid-template-columns: 1fr 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: 1fr 1fr; }
    .about-inner { grid-template-columns: 1fr; }
    .about-image { order: -1; }
    .archive-layout { grid-template-columns: 1fr; }
    .shop-sidebar { position: static; }

    .hero h1 { font-size: 3rem; }
}

@media (max-width: 640px) {
    :root { --section-py: 52px; }

    .category-grid { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 36px; }
    .usp-grid { grid-template-columns: 1fr 1fr; }
    .products-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
    .sale-inner { flex-direction: column; text-align: center; }
    .hero-badges { flex-direction: column; gap: 14px; }

    .main-nav { display: none; }
}

/* ═══════════════════════════════════════════════════════════
   SPRACH-TOGGLE
═══════════════════════════════════════════════════════════ */
[data-lang="tr"] .text-de { display: none !important; }
[data-lang="de"] .text-tr { display: none !important; }
[data-lang="tr"] .text-tr { display: block; }
[data-lang="de"] .text-de { display: block; }

.inline-tr, .inline-de { display: inline; }
[data-lang="tr"] .inline-de { display: none !important; }
[data-lang="de"] .inline-tr { display: none !important; }

/* Drucken */
@media print {
    #site-header, .back-to-top, .hamburger, .mobile-nav { display: none; }
    body { padding-top: 0; }
}

.sidebar-subcat-btn {
  display: flex;
  align-items: center;
  width: 92%;
  gap: 8px;
  padding: 7px 18px 7px 32px;
  border-radius: var(--radius);
  border: none;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
  margin-bottom: 2px;
  margin-left: 18px;
}
.sidebar-subcat-btn:hover { background: var(--border); color: var(--dark); }
.sidebar-subcat-btn.active { background: var(--gold); color: var(--white); font-weight: 600; }
.sidebar-subcat-btn .filter-count {
  margin-left: auto;
  font-size: 0.72rem;
  background: rgba(0,0,0,0.08);
  padding: 2px 7px;
  border-radius: 20px;
  font-weight: 600;
  flex-shrink: 0;
}
.sidebar-subcat-btn.active .filter-count { background: rgba(255,255,255,0.18); }

#search-canvas .product-desc {
    display: none!important;
}
