/*
Theme Name: Zdrowotka Theme
Description: Profesjonalny motyw dla sklepu z suplementami Zdrowotka.pl
Author: Zdrowotka
Version: 6.3
Text Domain: zdrowotka
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
*/

/* ========================================
   RESET I PODSTAWY
   ======================================== */

html {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #fafafa;
    color: #1f2937;
    line-height: 1.6;
}

*, *::before, *::after {
    box-sizing: border-box;
}

a {
    color: #4CAF50;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #388E3C;
}

img {
    max-width: 100%;
    height: auto;
}

/* ========================================
   ZMIENNE CSS
   ======================================== */

:root {
    --zd-green: #4CAF50;
    --zd-green-light: #66BB6A;
    --zd-green-dark: #388E3C;
    --zd-bg: #fafafa;
    --zd-text: #1f2937;
    --zd-text-muted: #6b7280;
    --zd-border: #e5e7eb;
    --zd-radius: 12px;
    --zd-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* ========================================
   LAYOUT
   ======================================== */

#page,
.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-main {
    flex: 1;
    width: 100%;
}

.zd-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   UKRYCIE SIDEBARA
   ======================================== */

#secondary,
.sidebar,
.widget-area,
aside.widget-area {
    display: none !important;
}

/* ========================================
   RESPONSYWNOŚĆ
   ======================================== */

@media (max-width: 768px) {
    /* Podstawowa responsywność */
}
