/*
Theme Name: Storefront Child - Minimal
Template: storefront
Version: 3.0
Description: Cosmic Puppies - Minimalistisch (alleen menu/footer)
*/

/* ===== RESET & BASIS ===== */
* {
    box-sizing: border-box;
}

body {
    background: #12121a !important;
    color: #ffffff !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* VERBERG standaard Storefront elementen */
.site-header,
.storefront-primary-navigation,
.secondary-navigation,
.handheld-navigation,
.storefront-secondary-navigation,
.site-search,
.woocommerce-product-search,
form[role="search"],
.storefront-breadcrumb {
    display: none !important;
}

/* ===== SITE STRUCTUUR ===== */
.site-content {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
}

.col-full {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

/* ===== MENU STYLING (van header.php) ===== */
#mainNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #0a0a0f;
    border-bottom: 1px solid rgba(246, 129, 230, 0.3);
    z-index: 9999;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    gap: 16px;
    min-height: 60px !important;
    height: auto !important;
    flex-wrap: nowrap !important;
    overflow: visible !important;
}

#navLogo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

#navLogo img {
    height: 50px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
}

#desktopNav {
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    flex: 1 !important;
    overflow: visible !important;
    max-width: none !important;
}

#desktopNav a {
    display: inline-block !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 11px !important;
    padding: 2px 4px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    transition: opacity 0.3s !important;
}

#desktopNav a:hover {
    opacity: 0.7;
}

#desktopNav a.wachtlijst-btn {
    padding: 4px 10px !important;
    background: linear-gradient(135deg, #f681e6, #a855f7) !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    font-size: 11px !important;
}

/* Mobile */
#hamburger {
    display: none;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: fixed;
    right: 8px;
    top: 8px;
    z-index: 10002;
}

.hamburger-line {
    display: block;
    width: 20px;
    height: 2px;
    background: linear-gradient(90deg, #f681e6, #66e1f9);
    border-radius: 2px;
}

#mobileNav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 10, 15, 0.98);
    backdrop-filter: blur(15px);
    padding: 20px;
    z-index: 9998;
    overflow-y: auto;
}

#mobileNav.show {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

#mobileNav a {
    display: block;
    width: 100%;
    max-width: 400px;
    color: #fff;
    text-decoration: none;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(246, 129, 230, 0.3);
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 6px;
}

/* Scroll Progress Bar */
#scrollProgressBar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #FFD700, #FF6B9D);
    z-index: 10000;
    width: 0%;
    transition: width 0.1s;
}

/* ===== FOOTER STYLING ===== */
.site-footer {
    background: linear-gradient(180deg, #000000 0%, #0a0a0f 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #9ca3af !important;
    margin-top: 80px !important;
    padding: 60px 0 30px !important;
}

.site-footer a {
    color: #9ca3af !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.site-footer a:hover {
    color: #f681e6 !important;
}

/* ===== CHECKOUT BEM SELECTORS - WITTE WAAS FIX ===== */

/* Checkout container - donkere achtergrond consistent met merk */
.woocommerce-checkout .entry-content,
.woocommerce-checkout #primary,
.woocommerce-checkout .site-main {
    background: transparent !important;
}

/* Form labels - WIT (niet geel) voor contrast */
.woocommerce-checkout .form-row label,
.woocommerce-checkout label,
.woocommerce-form__label,
.wc-block-components-form label,
.wc-block-components-text-input label {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

/* Section headings - Cosmic Roze */
.woocommerce-checkout h3,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading,
.wc-block-components-title,
.wc-block-components-checkout-step__title {
    color: #f681e6 !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    border-bottom: 2px solid rgba(246, 129, 230, 0.4) !important;
    padding-bottom: 10px !important;
}

/* Input velden - witte achtergrond, zwarte tekst (GEEN witte waas) */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.wc-block-components-text-input input {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
}

/* Focus state - Cosmic accent */
.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus {
    border-color: #f681e6 !important;
    box-shadow: 0 0 0 2px rgba(246, 129, 230, 0.2) !important;
    outline: none !important;
}

/* Placeholder text - donkergrijs */
.woocommerce-checkout input::placeholder {
    color: #666666 !important;
    opacity: 1 !important;
}

/* Order review section */
.woocommerce-checkout-review-order {
    background: rgba(255, 255, 255, 0.05) !important;
    padding: 30px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(246, 129, 230, 0.3) !important;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.2) !important;
}

/* Payment methods */
.wc_payment_methods {
    background: rgba(255, 255, 255, 0.05) !important;
    padding: 20px !important;
    border-radius: 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.wc_payment_methods .payment_method label {
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* Buttons - Gradient */
.woocommerce-checkout button.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button {
    background: linear-gradient(135deg, #FFD700 0%, #f681e6 50%, #a855f7 100%) !important;
    color: #0a0a0f !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 18px 40px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* CART/WINKELWAGEN - BEM SELECTORS */
.woocommerce-cart .entry-content,
.woocommerce-cart .site-main {
    background: transparent !important;
}

.woocommerce-cart h1 {
    color: #ffffff !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 48px !important;
    background: linear-gradient(135deg, #FFD700 0%, #f681e6 50%, #a855f7 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* Product naam in cart */
.woocommerce table.shop_table .product-name a {
    color: #ffffff !important;
    font-weight: 600 !important;
}

.woocommerce table.shop_table th {
    color: #f59e0b !important;
    background: rgba(245, 158, 11, 0.1) !important;
}

.woocommerce table.shop_table td {
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.1) !important;
}

/* Cart totals */
.cart_totals {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    padding: 30px !important;
}

.cart_totals h2 {
    color: #fff !important;
}

.cart_totals th {
    color: #9ca3af !important;
}

.cart_totals .order-total th,
.cart_totals .order-total td {
    color: #f59e0b !important;
}

/* Checkout button */
.checkout-button {
    background: linear-gradient(135deg, #FFD700, #FFA500) !important;
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 20px 40px !important;
    border-radius: 50px !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    #hamburger {
        display: flex !important;
    }
    
    #desktopNav {
        display: none !important;
    }
    
    .col-full {
        padding: 0 16px !important;
    }
    
    .woocommerce-cart h1,
    .woocommerce-checkout h1 {
        font-size: 32px !important;
    }
}
