/*
Theme Name:   Kadence Child - GamePCDirect
Theme URI:    https://gamepcdirect.nl
Description:  Child theme voor GamePCDirect - ZWART + ROOD thema 2026
Author:       GamePCDirect
Author URI:   https://gamepcdirect.nl
Template:     kadence
Version:      2.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kadence-child
*/

/* ================================================= */
/* GAMEPC DIRECT - ZWART + ROOD THEMA               */
/* Volledig geoptimaliseerd voor 2026               */
/* ================================================= */

/* === GLOBAL COLOR SCHEME === */
:root {
    --gpcd-black: #0a0a0a;
    --gpcd-red: #ff0000;
    --gpcd-red-dark: #cc0000;
    --gpcd-white: #ffffff;
    --gpcd-gray-light: #cccccc;
    --gpcd-gray: #999999;
    --gpcd-gray-dark: #666666;
}

/* ================================================= */
/* KADENCE SPACING FIX - KRITIEK!                    */
/* ================================================= */

:root {
    --global-md-spacing: 0 !important;
}

body.page .content-bg,
body.page .entry-content-wrap,
body.page article.entry {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* WordPress & Kadence Reset */
.entry-content,
.content-container,
.site-container,
.wp-block-custom-html {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* Verberg page titles overal */
.entry-title, 
.page-title-header,
.entry-header,
.page-header,
.kadence-title-bar,
.wp-block-post-title {
    display: none !important;
}

/* ================================================= */
/* INTELLIGENTE PAGINA SCHEIDING                     */
/* ================================================= */

/* Standaard WordPress pagina's - ZWART achtergrond */
.page:not(.gpcd-homepage):not(.gpcd-shop):not(.gpcd-guide),
.single:not(.gpcd-homepage):not(.gpcd-shop):not(.gpcd-guide) {
    background-color: var(--gpcd-black) !important;
    color: var(--gpcd-gray-light) !important;
}

/* WooCommerce pagina's - ZWART achtergrond */
.woocommerce-page,
.woocommerce-checkout,
.woocommerce-cart,
.woocommerce-account {
    background-color: var(--gpcd-black) !important;
    color: var(--gpcd-gray-light) !important;
}

/* Custom pagina's blijven hun eigen kleur behouden */
.gpcd-homepage,
.gpcd-shop,
.gpcd-guide,
.gpcd-configurator {
    /* Laat ze hun eigen background styling behouden */
}

/* Editor / Gutenberg (Backend) blijft WIT */
.editor-styles-wrapper,
.block-editor-page .editor-styles-wrapper {
    background-color: #ffffff !important;
    color: #333333 !important;
}

/* ================================================= */
/* INVOERVELDEN STYLING                              */
/* ================================================= */

/* Algemene input fields op zwarte pagina's */
body:not(.editor-styles-wrapper) input[type="text"], 
body:not(.editor-styles-wrapper) input[type="email"], 
body:not(.editor-styles-wrapper) input[type="tel"], 
body:not(.editor-styles-wrapper) input[type="password"],
body:not(.editor-styles-wrapper) input[type="number"],
body:not(.editor-styles-wrapper) input[type="search"],
body:not(.editor-styles-wrapper) textarea, 
body:not(.editor-styles-wrapper) select {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: var(--gpcd-white) !important;
    border: 1px solid rgba(255, 0, 0, 0.3) !important;
    padding: 10px 15px;
    border-radius: 4px;
}

/* Focus state */
body:not(.editor-styles-wrapper) input:focus,
body:not(.editor-styles-wrapper) textarea:focus,
body:not(.editor-styles-wrapper) select:focus {
    border-color: var(--gpcd-red) !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1);
}

/* Placeholder tekst */
::placeholder {
    color: var(--gpcd-gray) !important;
    opacity: 1;
}

/* ================================================= */
/* HEADER STYLING - ZWART MET ROOD                   */
/* ================================================= */

.site-header,
#main-header,
.site-header-wrap,
.site-header-row {
    background-color: var(--gpcd-black) !important;
    color: var(--gpcd-white) !important;
}

/* Header links - WIT */
.site-header a,
.main-navigation a,
.site-branding a {
    color: var(--gpcd-white) !important;
}

/* Header links hover - ROOD */
.site-header a:hover,
.main-navigation a:hover {
    color: var(--gpcd-red) !important;
}

/* Actieve menu items - ROOD */
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
    color: var(--gpcd-red) !important;
}

/* Mobile header */
#mobile-header,
.mobile-header-wrap {
    background-color: var(--gpcd-black) !important;
}

.mobile-toggle-icon {
    color: var(--gpcd-white) !important;
}

/* ================================================= */
/* FOOTER STYLING - ZWART MET ROOD                   */
/* ================================================= */

.site-footer {
    background-color: var(--gpcd-black) !important;
    color: var(--gpcd-gray-light) !important;
    border-top: 1px solid rgba(255, 0, 0, 0.2);
}

.site-footer a {
    color: var(--gpcd-gray-light) !important;
}

.site-footer a:hover {
    color: var(--gpcd-red) !important;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4 {
    color: var(--gpcd-red) !important;
}

/* ================================================= */
/* BUTTONS - ROOD ACCENT                             */
/* ================================================= */

/* Primary buttons - ROOD */
.wp-block-button__link,
.button,
.btn,
button[type="submit"],
input[type="submit"],
.woocommerce-Button,
.checkout-button {
    background-color: var(--gpcd-red) !important;
    color: var(--gpcd-white) !important;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.wp-block-button__link:hover,
.button:hover,
.btn:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
    background-color: var(--gpcd-red-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}

/* Secondary/Outline buttons */
.btn-secondary,
.button-secondary {
    background-color: transparent !important;
    color: var(--gpcd-red) !important;
    border: 2px solid var(--gpcd-red) !important;
}

.btn-secondary:hover,
.button-secondary:hover {
    background-color: rgba(255, 0, 0, 0.1) !important;
}

/* ================================================= */
/* TYPOGRAPHY - ROOD ACCENTS                         */
/* ================================================= */

/* Links - ROOD */
a {
    color: var(--gpcd-red) !important;
    transition: color 0.2s ease;
}

a:hover {
    color: var(--gpcd-red-dark) !important;
}

/* Headings - ROOD voor H1/H2, WIT voor rest */
h1, h2 {
    color: var(--gpcd-red) !important;
}

h3, h4, h5, h6 {
    color: var(--gpcd-white) !important;
}

/* Body tekst */
body {
    color: var(--gpcd-gray-light) !important;
}

/* ================================================= */
/* WOOCOMMERCE STYLING - ZWART + ROOD                */
/* ================================================= */

/* Product cards */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background-color: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 0, 0, 0.2) !important;
    border-radius: 8px;
}

.woocommerce ul.products li.product:hover {
    border-color: var(--gpcd-red) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 0, 0, 0.2);
}

/* Product prijzen - ROOD */
.woocommerce .price,
.woocommerce-Price-amount {
    color: var(--gpcd-red) !important;
}

/* Sale badges - ROOD */
.woocommerce span.onsale {
    background-color: var(--gpcd-red) !important;
    color: var(--gpcd-white) !important;
}

/* Star ratings - ROOD */
.woocommerce .star-rating span::before {
    color: var(--gpcd-red) !important;
}

/* ================================================= */
/* KADENCE BLOCKS COMPATIBILITY                      */
/* ================================================= */

/* Kadence blokken transparant */
.kt-row-layout-inner,
.wp-block-group,
.wp-block-columns {
    background-color: transparent !important;
}

/* Kadence buttons override */
.kt-button {
    background-color: var(--gpcd-red) !important;
    color: var(--gpcd-white) !important;
}

.kt-button:hover {
    background-color: var(--gpcd-red-dark) !important;
}

/* ================================================= */
/* CONFIGURATOR PAGINA (BEHOUDEN)                    */
/* ================================================= */

.gpcd-configurator {
    background: var(--gpcd-black);
    color: var(--gpcd-gray-light);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
}

.gpcd-configurator .red { 
    color: var(--gpcd-red); 
}

.gpcd-icon {
    width: 48px;
    height: 48px;
    color: var(--gpcd-red);
    margin-bottom: 1rem;
}

.small-icon {
    width: 24px;
    height: 24px;
    color: var(--gpcd-red);
    margin-right: 10px;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(180deg, rgba(255, 0, 0, 0.05) 0%, var(--gpcd-black) 100%);
    padding: 5rem 0 3rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 0, 0, 0.2);
}

.hero-section h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: var(--gpcd-red);
    margin-bottom: 1rem;
}

.hero-section .subtitle {
    font-size: 1.2rem;
    color: var(--gpcd-gray);
    max-width: 750px;
    margin: 0 auto 2.5rem;
}

/* CTA Buttons */
.cta-primary {
    background: var(--gpcd-red);
    color: var(--gpcd-white) !important;
    padding: 1rem 3rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 0, 0, 0.35);
    background: var(--gpcd-red-dark);
}

/* Cards */
.trust-card, 
.component-card, 
.step-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 2rem;
    border: 1px solid rgba(255, 0, 0, 0.2);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.trust-card:hover, 
.component-card:hover {
    border-color: var(--gpcd-red);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.2);
}

.component-card .brand { 
    color: var(--gpcd-red); 
    font-weight: 600; 
}

.component-card ul li::before {
    background: var(--gpcd-red);
}

/* FAQ Styling */
.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 0, 0, 0.2);
    margin-bottom: 1rem;
    border-radius: 8px;
}

.faq-item[open] {
    border-color: var(--gpcd-red);
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.1);
}

.arrow-icon {
    color: var(--gpcd-red);
}

/* ================================================= */
/* RESPONSIVE DESIGN                                 */
/* ================================================= */

@media (max-width: 768px) {
    .hero-section h1 { 
        font-size: 2.2rem; 
    }
    
    .section-header h2 { 
        font-size: 2rem; 
    }
}

/* ================================================= */
/* UTILITY CLASSES                                   */
/* ================================================= */

.text-red {
    color: var(--gpcd-red) !important;
}

.bg-red {
    background-color: var(--gpcd-red) !important;
}

.border-red {
    border-color: var(--gpcd-red) !important;
}

.text-white {
    color: var(--gpcd-white) !important;
}

.text-gray {
    color: var(--gpcd-gray) !important;
}

/* ================================================= */
/* WOOCOMMERCE GAMING PC'S - PREMIUM CARDS           */
/* Voor shortcode [gpcd_gaming_pcs]                  */
/* STICKY SIDEBAR LAYOUT                             */
/* ================================================= */

/* Base */
.gpcd-shop-premium {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    background: #0a0a0a;
    color: #cccccc;
    padding: 40px 20px 60px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Main Layout: Sidebar + Content */
.gpcd-shop-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: start;
}

/* Sticky Sidebar */
.gpcd-sidebar {
    position: sticky;
    top: 100px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 0, 0, 0.2);
    border-radius: 16px;
    padding: 25px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

/* Custom scrollbar voor sidebar */
.gpcd-sidebar::-webkit-scrollbar {
    width: 6px;
}

.gpcd-sidebar::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

.gpcd-sidebar::-webkit-scrollbar-thumb {
    background: rgba(255, 0, 0, 0.3);
    border-radius: 3px;
}

.gpcd-sidebar::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 0, 0, 0.5);
}

/* Sidebar Title */
.gpcd-sidebar-title {
    color: #ff0000;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 0, 0, 0.3);
}

/* Filter Buttons in Sidebar */
.gpcd-filters {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gpcd-filter-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 0, 0, 0.3);
    color: #999999;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

.gpcd-filter-btn:hover,
.gpcd-filter-btn.active {
    background: rgba(255, 0, 0, 0.2);
    border-color: #ff0000;
    color: #ff0000;
}

/* Results Count in Sidebar */
.gpcd-results {
    color: #999999;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 0, 0, 0.2);
    font-size: 0.9rem;
    text-align: center;
}

.gpcd-count {
    color: #ff0000;
    font-weight: 700;
    font-size: 1.3rem;
    display: block;
    margin-bottom: 5px;
}

/* Main Content Area */
.gpcd-main-content {
    min-width: 0;
}

/* Products Grid */
.gpcd-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
    justify-items: center;
}

/* Product Card */
.gpcd-shop-premium .gpcd-product-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 0, 0, 0.2);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 400px;
}

.gpcd-shop-premium .gpcd-product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.4);
}

.gpcd-shop-premium .gpcd-product-image-wrapper {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.15), rgba(255, 0, 0, 0.05));
    position: relative;
}

.gpcd-shop-premium .gpcd-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gpcd-shop-premium .gpcd-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 0, 0, 0.1);
    color: #666666;
    font-size: 0.9rem;
}

.gpcd-shop-premium .gpcd-product-body {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.gpcd-shop-premium .gpcd-product-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.gpcd-shop-premium .gpcd-product-name a {
    color: #ffffff;
    text-decoration: none;
}

.gpcd-shop-premium .gpcd-product-name a:hover {
    color: #ff0000;
}

/* Specs */
.gpcd-shop-premium .gpcd-product-specs {
    margin-bottom: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gpcd-shop-premium .gpcd-spec-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #999999;
}

.gpcd-shop-premium .gpcd-spec-icon {
    color: #ff0000;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.gpcd-shop-premium .gpcd-spec-value {
    color: #ffffff;
    font-weight: 500;
}

/* Badges */
.gpcd-shop-premium .gpcd-product-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.gpcd-shop-premium .gpcd-badge {
    padding: 5px 12px;
    background: rgba(255, 0, 0, 0.15);
    border: 1px solid rgba(255, 0, 0, 0.3);
    border-radius: 8px;
    font-size: 0.75rem;
    color: #ff0000;
    font-weight: 600;
}

/* Footer */
.gpcd-shop-premium .gpcd-product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 0, 0, 0.2);
    margin-top: auto;
}

.gpcd-shop-premium .gpcd-product-price {
    font-size: 1.75rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ff0000, #cc0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* WooCommerce price overrides */
.gpcd-shop-premium .gpcd-product-price .woocommerce-Price-amount {
    background: linear-gradient(135deg, #ff0000, #cc0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gpcd-shop-premium .gpcd-product-price del {
    opacity: 0.5;
    font-size: 1.2rem;
}

.gpcd-shop-premium .gpcd-product-price ins {
    text-decoration: none;
}

.gpcd-shop-premium .gpcd-product-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gpcd-shop-premium .gpcd-btn {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}

.gpcd-shop-premium .gpcd-btn-primary {
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}

.gpcd-shop-premium .gpcd-btn-primary:hover {
    background: linear-gradient(135deg, #cc0000 0%, #990000 100%);
}

/* Responsive */

/* Mobile Filter Toggle Button */
.gpcd-mobile-filter-toggle {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
    color: #ffffff;
    border: none;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(255, 0, 0, 0.4);
}

.gpcd-mobile-filter-toggle:active {
    transform: scale(0.95);
}

/* Filter icon in button */
.gpcd-filter-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

/* Mobile Filter Count Badge */
.gpcd-filter-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ffffff;
    color: #ff0000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
    .gpcd-shop-premium {
        padding: 30px 15px 80px;
    }
    
    /* Show mobile filter button */
    .gpcd-mobile-filter-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Sidebar becomes overlay on mobile */
    .gpcd-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0a0a0a;
        z-index: 998;
        max-height: 100vh;
        border-radius: 0;
        padding: 80px 20px 100px;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        border: none;
    }
    
    /* Sidebar open state */
    .gpcd-sidebar.open {
        transform: translateX(0);
    }
    
    /* Close button in overlay */
    .gpcd-sidebar-close {
        position: fixed;
        top: 20px;
        right: 20px;
        background: rgba(255, 0, 0, 0.2);
        border: 1px solid rgba(255, 0, 0, 0.5);
        color: #ff0000;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        cursor: pointer;
        z-index: 999;
    }
    
    /* Stack sidebar above content */
    .gpcd-shop-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    /* Horizontal filters in overlay */
    .gpcd-filters {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .gpcd-filter-btn {
        padding: 15px 20px;
        font-size: 1rem;
    }
    
    .gpcd-results {
        margin-top: 20px;
        padding-top: 20px;
        font-size: 1rem;
    }
    
    .gpcd-count {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    /* Single column products on mobile */
    .gpcd-products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .gpcd-product-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .gpcd-product-actions {
        width: 100%;
    }
    
    .gpcd-btn {
        width: 100%;
    }
}

/* ================================================================
   FLOATING FILTER PANEL - Vervangt sidebar systeem
   Voeg dit toe AAN HET EINDE van je style.css
   ================================================================ */

/* VERBERG oude sidebar system op desktop */
@media (min-width: 1025px) {
    .gpcd-sidebar {
        display: none !important;
    }
    
    .gpcd-shop-layout {
        display: block !important;
        grid-template-columns: 1fr !important;
    }
    
    .gpcd-main-content {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* FLOATING TOGGLE BUTTON - Altijd zichtbaar links */
.gpcd-float-toggle {
    position: fixed !important;
    left: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 999 !important;
    background: linear-gradient(135deg, #ff0000, #cc0000) !important;
    border: 2px solid rgba(255,255,255,0.1) !important;
    border-radius: 16px !important;
    padding: 20px 14px !important;
    cursor: pointer !important;
    box-shadow: 0 8px 32px rgba(255,0,0,0.5) !important;
    transition: all 0.3s ease !important;
    display: none !important;
}

@media (min-width: 1025px) {
    .gpcd-float-toggle {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }
}

.gpcd-float-toggle:hover {
    transform: translateY(-50%) scale(1.05) !important;
    box-shadow: 0 12px 48px rgba(255,0,0,0.7) !important;
}

.gpcd-float-icon {
    width: 28px !important;
    height: 28px !important;
    fill: #ffffff !important;
}

.gpcd-float-text {
    color: #ffffff !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    writing-mode: vertical-rl !important;
    text-orientation: mixed !important;
    letter-spacing: 1px !important;
}

.gpcd-float-badge {
    background: #ffffff !important;
    color: #ff0000 !important;
    border-radius: 50% !important;
    width: 26px !important;
    height: 26px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.7rem !important;
    font-weight: 800 !important;
}

/* FLOATING PANEL - Slide in van links */
.gpcd-float-panel {
    position: fixed !important;
    left: -380px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 340px !important;
    max-height: 85vh !important;
    background: rgba(10,10,10,0.98) !important;
    backdrop-filter: blur(25px) !important;
    border: 2px solid rgba(255,0,0,0.4) !important;
    border-radius: 20px !important;
    box-shadow: 0 25px 80px rgba(0,0,0,0.6) !important;
    z-index: 1000 !important;
    transition: left 0.4s cubic-bezier(0.4,0,0.2,1) !important;
    display: flex !important;
    flex-direction: column !important;
}

.gpcd-float-panel.open {
    left: 20px !important;
}

.gpcd-float-header {
    padding: 25px !important;
    border-bottom: 2px solid rgba(255,0,0,0.3) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-shrink: 0 !important;
}

.gpcd-float-title {
    color: #ff0000 !important;
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    margin: 0 !important;
}

.gpcd-float-close {
    background: rgba(255,0,0,0.2) !important;
    border: 1px solid rgba(255,0,0,0.5) !important;
    color: #ff0000 !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.6rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.gpcd-float-close:hover {
    background: rgba(255,0,0,0.4) !important;
    transform: rotate(90deg) !important;
}

.gpcd-float-body {
    padding: 25px !important;
    overflow-y: auto !important;
    flex-grow: 1 !important;
}

.gpcd-float-body::-webkit-scrollbar {
    width: 6px !important;
}

.gpcd-float-body::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05) !important;
}

.gpcd-float-body::-webkit-scrollbar-thumb {
    background: rgba(255,0,0,0.4) !important;
    border-radius: 3px !important;
}

.gpcd-float-footer {
    padding: 20px 25px !important;
    border-top: 2px solid rgba(255,0,0,0.3) !important;
    text-align: center !important;
    flex-shrink: 0 !important;
}

.gpcd-float-footer .gpcd-results {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* ================================================================
   GPU INTRO STYLING - Voor GPU Page intro teksten
   ================================================================ */

.gpu-intro-box {
    background: #0a0a0a;
    color: #cccccc;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    line-height: 1.8;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}

.gpu-intro-box h2 {
    color: #ffffff;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff0000;
    padding-bottom: 10px;
    display: inline-block;
}

.gpu-intro-box p {
    margin-bottom: 15px;
    font-size: 1rem;
}

.gpu-intro-box strong {
    color: #ffffff;
}

.gpu-intro-box a {
    color: #ff0000;
    text-decoration: none;
    font-weight: 600;
}

.gpu-intro-box a:hover {
    text-decoration: underline;
}

.gpu-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.gpu-feature {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #ff0000;
}

.gpu-feature h3 {
    color: #ff0000;
    margin-top: 0;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.gpu-feature p {
    font-size: 0.9rem;
    margin-bottom: 0;
    color: #bbb;
}

/* ================================================================
   PRODUCT CARD UNIFORM HEIGHT FIX
   Zorgt dat alle productnamen 2 regels innemen
   ================================================================ */

.gpcd-product-name {
    min-height: 2.4em; /* 2 regels ruimte */
    display: flex;
    align-items: flex-start;
}

.gpcd-product-name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    min-height: 2.4em; /* Altijd ruimte voor 2 regels */
}

/* ================================================================
   PRODUCT SHORT DESCRIPTION STYLING
   Voor WooCommerce korte omschrijving op product pagina's
   ================================================================ */

.gpcd-product-intro {
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.3) 100%);
    border: 1px solid rgba(255, 0, 0, 0.2);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
}

.gpcd-tagline {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 20px;
}

.gpcd-tagline strong {
    color: #ff0000;
    font-weight: 700;
}

/* Highlights Grid */
.gpcd-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.gpcd-highlight {
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #ff0000;
    padding: 10px 15px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gpcd-highlight-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.gpcd-highlight-text {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Quick Specs Grid */
.gpcd-specs-quick {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    margin-bottom: 15px;
}

.gpcd-spec-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gpcd-spec-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #999999;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.gpcd-spec-value {
    font-size: 0.95rem;
    color: #ffffff;
    font-weight: 600;
}

/* Footer Note */
.gpcd-footer-note {
    font-size: 0.9rem;
    color: #999999;
    margin: 0;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .gpcd-product-intro {
        padding: 20px;
    }
    
    .gpcd-highlights {
        grid-template-columns: 1fr;
    }
    
    .gpcd-specs-quick {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ================================================================
   SVG ICON STYLING - Professional Icons
   ================================================================ */

.gpcd-highlight-icon {
    width: 24px;
    height: 24px;
    color: #ff0000;
    flex-shrink: 0;
}

.gpcd-highlight-icon path,
.gpcd-highlight-icon polyline,
.gpcd-highlight-icon polygon,
.gpcd-highlight-icon line {
    stroke: #ff0000;
}
/* ═══════════════════════════════════════════════════════════════
   WOOCOMMERCE PRODUCT IMAGE STYLING - Zwart/Rood Theme
   Voeg dit toe aan: style.css in je child theme
   ═══════════════════════════════════════════════════════════════ */

/* Main Product Image */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img,
.woocommerce div.product div.images img,
.woocommerce-product-gallery__image img {
    border-radius: 12px !important;
    border: 2px solid rgba(255, 0, 0, 0.3) !important;
    box-shadow: 0 4px 20px rgba(255, 0, 0, 0.2) !important;
    transition: all 0.3s ease !important;
}

/* Hover effect */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img:hover,
.woocommerce div.product div.images img:hover,
.woocommerce-product-gallery__image img:hover {
    border-color: rgba(255, 0, 0, 0.6) !important;
    box-shadow: 0 6px 30px rgba(255, 0, 0, 0.4) !important;
    transform: scale(1.02) !important;
}

/* Thumbnail Gallery Images */
.woocommerce div.product div.images .flex-control-thumbs li img,
.woocommerce-product-gallery__image--placeholder img {
    border-radius: 8px !important;
    border: 1px solid rgba(255, 0, 0, 0.2) !important;
    box-shadow: 0 2px 8px rgba(255, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
}

/* Thumbnail hover */
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border-color: rgba(255, 0, 0, 0.5) !important;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3) !important;
}

/* Active thumbnail */
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border-color: #ff0000 !important;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.4) !important;
}

/* Gallery wrapper background (optional dark background) */
.woocommerce div.product div.images {
    background: rgba(0, 0, 0, 0.02) !important;
    border-radius: 12px !important;
    padding: 15px !important;
}

/* Product Image Container */
.woocommerce-product-gallery {
    position: relative !important;
}

/* Zoom icon styling (if zoom is enabled) */
.woocommerce-product-gallery__trigger {
    background: rgba(255, 0, 0, 0.8) !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    top: 15px !important;
    right: 15px !important;
}

.woocommerce-product-gallery__trigger:hover {
    background: #ff0000 !important;
}

/* Sale badge styling to match theme */
.woocommerce span.onsale {
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%) !important;
    color: white !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3) !important;
}

/* Optional: Product gallery lightbox styling */
.pswp__bg {
    background: rgba(0, 0, 0, 0.95) !important;
}


/* ═══════════════════════════════════════════════════════════════
   MOBILE RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
    .woocommerce div.product div.images {
        padding: 10px !important;
    }
    
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
        border-radius: 8px !important;
    }
}
/* ═══════════════════════════════════════════════════════════════
   STYLE.CSS - COMPLETE MET CORRECTE PRODUCT CARD FIX
   Kadence Child Theme - GamePCDirect
   Versie: FINAL-FIXED
   ═══════════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════
   CRITICAL FIX: Product Card Specs Horizontal Layout
   Deze fix forceert iconen NAAST tekst (niet erboven)
   ═══════════════════════════════════════════════════════════════ */

/* Force horizontal layout for spec items */
.gpcd-shop-premium .gpcd-spec-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
}

/* Icon stays inline (not above) */
.gpcd-shop-premium .gpcd-spec-icon {
    flex-shrink: 0 !important;
    width: 18px !important;
    height: 18px !important;
}

/* Spec text inline */
.gpcd-shop-premium .gpcd-spec-value {
    flex: 1 !important;
    text-align: left !important;
}

/* Container stays vertical (specs stacked) */
.gpcd-shop-premium .gpcd-product-specs {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}
