/*
Theme Name: TYCETOOLZ Premium
Template: envo-one
Description: Premium Child Theme für TYCETOOLZ
Author: TYCETOOLZ
Version: 2.0.0
*/

/* ============================================
   GLOBAL - Alle WordPress Seiten
   ============================================ */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
    background: #0a0a0a !important;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
}

/* Alle Textelemente */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    color: #fff !important;
}
p, li, td, th, label, span, a, div {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
}
a { color: #D4A853; text-decoration: none; }
a:hover { color: #e0b964; }

/* ============================================
   LAYOUT - Full Width, keine Sidebar
   ============================================ */
#page, .site, .site-content, .content-area, .site-main,
.container, #content, .main-content {
    background: #0a0a0a !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* Sidebar verstecken */
#secondary, .widget-area, .sidebar, aside.sidebar,
.col-md-4.sidebar-column, #sidebar {
    display: none !important;
}

/* Content Full Width erzwingen */
.col-md-8, .content-column, .site-main,
.tycetoolz-fullwidth .content-area,
.tycetoolz-fullwidth .site-main {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none !important;
}

/* ============================================
   LANDING PAGE – Theme-Elemente verstecken
   ============================================ */
.tycetoolz-landing .site-header,
.tycetoolz-landing .site-footer,
.tycetoolz-landing .breadcrumbs,
.tycetoolz-landing #secondary {
    display: none !important;
}

/* EnvoThemes Footer-Credit GLOBAL verstecken (alle Seiten) */
.starter-starter-footer,
.footer-credits,
.footer-credits-text,
footer#colophon,
#colophon,
footer.footer-credits,
footer.footer-credits.container-fluid,
footer.footer-credits.container-fluid .container,
footer.footer-credits.container-fluid .footer-credits-text,
.site-footer,
.starter-starter-footer a,
.starter-starter-footer span,
.footer-credits-text a,
a[href*="envothemes.com"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    font-size: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    line-height: 0 !important;
    max-height: 0 !important;
    width: 0 !important;
    min-height: 0 !important;
}
}
.tycetoolz-landing .site-content {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}
.tycetoolz-landing .entry-content {
    max-width: 100% !important;
    padding: 0 !important;
}

/* ============================================
   THEME HEADER OVERRIDE (EnvoOne)
   Parent-Theme Header GLOBAL verstecken
   (Wir haben unsere eigene globale Navigation)
   ============================================ */
.site-header,
#masthead,
#wrapper-navbar,
.starter-starter-header,
.main-navigation,
nav#site-navigation {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ============================================
   WHATSAPP BUTTON STYLES
   ============================================ */

.tc-wa-order-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    color: #fff !important;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.18s ease;
    margin-top: 12px;
}
.tc-wa-order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37,211,102,0.18);
}
.tc-wa-order-btn-loop { font-size: 14px; padding: 8px 12px; }

/* Shipping info label */
.tc-shipping-info {
    color: #cfcfcf;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
}

.woocommerce-cart .woocommerce-message, .woocommerce-checkout .woocommerce-message {
    background: rgba(212,168,83,0.06);
    border-left: 4px solid #D4A853;
    color: #fff;
}

/* ============================================
   THEME FOOTER OVERRIDE — komplett verstecken
   (Unser eigener Footer kommt aus inc/footer-shop.php
    bzw. aus dem Landing Page Template)
   ============================================ */
.site-footer, #colophon, footer.site-footer,
footer.footer-credits, footer#colophon {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

/* ============================================
   PAGE TEMPLATE (AGB, Impressum, Datenschutz etc.)
   ============================================ */
.tc-page-wrap {
    background: #0a0a0a;
    min-height: 100vh;
    padding: 120px 20px 80px;
}
.tc-page-inner {
    max-width: 800px;
    margin: 0 auto;
}
.tc-page-title {
    font-size: 36px !important;
    font-weight: 900 !important;
    color: #fff !important;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(212,168,83,0.3);
}
.tc-page-content {
    color: #ccc;
    line-height: 1.8;
    font-size: 16px;
}
.tc-page-content h2 {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 40px 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(212,168,83,0.15);
}
.tc-page-content h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 30px 0 12px;
}
.tc-page-content h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #D4A853 !important;
    margin: 24px 0 10px;
}
.tc-page-content p {
    color: #ccc !important;
    line-height: 1.8;
    margin-bottom: 16px;
}
.tc-page-content ul, .tc-page-content ol {
    color: #ccc;
    padding-left: 24px;
    margin-bottom: 16px;
}
.tc-page-content li {
    margin-bottom: 8px;
    line-height: 1.7;
    color: #ccc !important;
}
.tc-page-content a {
    color: #D4A853 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.tc-page-content a:hover {
    color: #e0b964 !important;
}
.tc-page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.tc-page-content table th {
    background: rgba(212,168,83,0.1);
    color: #D4A853;
    font-weight: 700;
    padding: 12px 16px;
    text-align: left;
    border-bottom: 2px solid rgba(212,168,83,0.3);
}
.tc-page-content table td {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    color: #ccc;
}
.tc-page-content blockquote {
    border-left: 3px solid #D4A853;
    padding: 16px 24px;
    margin: 24px 0;
    background: rgba(212,168,83,0.05);
    border-radius: 0 8px 8px 0;
    color: #ccc;
    font-style: italic;
}
.tc-page-content strong {
    color: #fff;
    font-weight: 700;
}

/* ============================================
   DEFAULT WP PAGE (falls page.php nicht greift)
   ============================================ */
.page .entry-content,
.single .entry-content {
    color: #ccc !important;
    line-height: 1.8;
}
.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3 {
    color: #fff !important;
}
.page .entry-content a {
    color: #D4A853 !important;
}
.page .entry-title,
.single .entry-title {
    color: #fff !important;
    font-weight: 900 !important;
}

/* Breadcrumbs auf normalen Seiten */
.woocommerce-breadcrumb,
.breadcrumb, .breadcrumbs {
    color: #999 !important;
    background: transparent !important;
}
.woocommerce-breadcrumb a,
.breadcrumb a {
    color: #D4A853 !important;
}

/* ============================================
   WOOCOMMERCE - Grundlegendes
   (Details in woocommerce-premium.css)
   ============================================ */
.woocommerce, .woocommerce-page {
    background: #0a0a0a !important;
    color: #fff !important;
}
.woocommerce .site-content,
.woocommerce-page .site-content,
.woocommerce .content-area,
.woocommerce-page .content-area {
    background: #0a0a0a !important;
}

/* ============================================
   WC CART WIDGET / MINI-CART OVERLAY VERSTECKEN
   (Kommt vom Parent-Theme envo-one)
   Das störende ⊗ "Keine Produkte im Warenkorb"
   ============================================ */
.widget_shopping_cart,
.widget_shopping_cart_content,
.woocommerce-mini-cart,
.cart-drawer,
.mini-cart-drawer,
.woocommerce.widget_shopping_cart,
.site-header-cart,
.header-cart,
.cart-contents,
#cart-drawer,
.offcanvas-cart,
.envo-one-cart,
.header-shopping-cart,
.shopping-cart-widget-wrap,
.wc-block-mini-cart,
.wc-block-mini-cart__drawer {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* ============================================
   SCROLL & SELECTION
   ============================================ */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0a0a0a; }
::-webkit-scrollbar-thumb { 
    background: rgba(212,168,83,0.3); 
    border-radius: 4px; 
}
::-webkit-scrollbar-thumb:hover { background: rgba(212,168,83,0.5); }

::selection {
    background: rgba(212,168,83,0.3);
    color: #fff;
}

/* ============================================
   MOBILE RESPONSIVE – Seiten
   ============================================ */
@media (max-width: 800px) {
    .tc-page-wrap {
        padding: 90px 16px 60px;
    }
    .tc-page-title {
        font-size: 28px !important;
        margin-bottom: 30px;
    }
    .tc-page-content {
        font-size: 15px;
    }
    .tc-page-content h2 {
        font-size: 22px !important;
    }
    .tc-page-content h3 {
        font-size: 18px !important;
    }
}