/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.6
	Stable tag: 3.4.6
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* --- 1. Reset & Basis Kleuren --- */
:root {
    --purus-green: #00df59;
    --purus-dark: #050505;
    --purus-card: #0f0f0f;
    --purus-border: #222;
}

* { box-sizing: border-box; }

body, html {
    background-color: var(--purus-dark) !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* --- 2. Algemene Elementen & Knoppen --- */
.section-title { text-align: center; padding: 20px; text-transform: uppercase; font-weight: 900; }

.purus-btn, 
.single_add_to_cart_button, 
.wc-block-cart__submit-button, 
.wc-block-components-checkout-button {
    background-color: var(--purus-green) !important;
    color: #000 !important;
    padding: 18px 30px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 0px !important;
    letter-spacing: 1px;
    transition: 0.3s ease-in-out !important;
    display: inline-block;
}

.purus-btn:hover, 
.single_add_to_cart_button:hover,
.wc-block-cart__submit-button:hover { 
    background-color: #ffffff !important; 
    transform: scale(1.02);
}

/* --- 3. Product Cards (Home/Grid) --- */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 40px 20px;
}

.purus-card {
    background: var(--purus-card);
    border: 1px solid var(--purus-border);
    transition: 0.3s;
    height: 100%;
}

.purus-card:hover {
    border-color: var(--purus-green);
    box-shadow: 0 10px 30px rgba(0, 223, 89, 0.1);
}

.purus-card-img { width: 100%; height: 240px; background: #000; overflow: hidden; }
.purus-card-img img { width: 100%; height: 100%; object-fit: cover; }

.purus-card-content { padding: 25px; text-align: center; }
.purus-card h3 { font-size: 19px; text-transform: uppercase; min-height: 50px; display: flex; align-items: center; justify-content: center; }

/* --- 4. WooCommerce Blokken (Winkelwagen & Checkout) --- */
.wc-block-cart, .wc-block-checkout { background: transparent !important; color: #fff !important; }

/* De Rijtjes in de Cart */
.wc-block-cart-items__row, .wc-block-components-checkout-step {
    background: #111 !important;
    border: 1px solid #333 !important;
    margin-bottom: 20px !important;
    padding: 20px !important;
}

/* Titels in de Checkout */
.wc-block-components-title, .wc-block-components-checkout-step__title {
    color: var(--purus-green) !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
}

/* Formulier Inputs (Responsive Fix) */
.wc-block-components-text-input input, 
.wc-blocks-components-select__select,
.quantity input {
    background-color: #1a1a1a !important;
    color: #fff !important;
    border: 1px solid #444 !important;
    padding: 24px 12px 8px 12px !important; /* Ruimte voor label */
    border-radius: 0 !important;
    font-size: 16px !important; /* Voorkomt zoom op iPhone */
}

/* Labels Animatie */
.wc-block-components-text-input label, .wc-blocks-components-select__label {
    color: #888 !important;
}

.wc-block-components-text-input.is-active label {
    transform: translateY(-12px) scale(0.8) !important;
    color: var(--purus-green) !important;
}

/* --- 5. Land/Regio Select Mobile Fix --- */
.wc-blocks-components-select { margin-top: 20px !important; }
.wc-blocks-components-select__label {
    top: -10px !important;
    left: 10px !important;
    background: #111 !important;
    color: var(--purus-green) !important;
    padding: 0 5px !important;
}

/* --- 6. Product Detail (Single) Specifics --- */
.price ins, .purus-price { color: var(--purus-green) !important; font-weight: 900; text-decoration: none; }
.price del { color: #555; font-size: 0.8em; margin-right: 10px; }

.purus-image-wrapper { 
    border: 1px solid var(--purus-border); 
    position: relative; 
    background: #000;
}

/* De 'Target' hoekjes voor de futuristische look */
.purus-image-wrapper::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 20px; height: 20px;
    border-top: 3px solid var(--purus-green);
    border-left: 3px solid var(--purus-green);
    z-index: 10;
}

/* --- 7. Cleanup & WP Defaults --- */
#secondary, .woocommerce-breadcrumb, .entry-meta, .screen-reader-text, 
.woocommerce-result-count, .woocommerce-ordering { 
    display: none !important; 
}

/* --- 8. Mobile Responsiveness Queries --- */
@media (max-width: 768px) {
    .display-5 { font-size: 2rem !important; } /* Bootstrap display font kleiner op mobiel */
    .wc-block-cart-items__row {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .wc-block-cart-item__image { margin-bottom: 15px; }
}

/* --- Volledige breedte navigatie (Sneek Style) --- */

/* 1. Forceer de container naar 100% breedte */
.woocommerce-MyAccount-navigation {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px !important;
}

/* 2. De content moet er nu onder vallen ipv ernaast */
.woocommerce-MyAccount-content {
    width: 100% !important;
    float: none !important;
}

/* 3. De knoppen op één lijn zonder scroll */
.woocommerce-MyAccount-navigation ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important; /* Wrap mag hier wel zodat ze op mobiel netjes zakken */
    gap: 10px !important;
    list-style: none !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--purus-border) !important;
    padding-bottom: 20px !important;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0 !important;
}

.woocommerce-MyAccount-navigation ul li a {
    background-color: var(--purus-card) !important;
    color: #fff !important;
    padding: 10px 15px !important;
    border: 1px solid var(--purus-border) !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    font-size: 12px !important;
    text-decoration: none !important;
    display: block !important;
    transition: 0.3s !important;
}

/* Hover & Actief: Wit (voor hoofd) of Groen (voor Sneek) */
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}