/*
Theme Name: Zielona Łapa
Theme URI: https://example.com/zielona-lapa
Author: ChatGPT
Author URI: https://openai.com
Description: Profesjonalny motyw WordPress + WooCommerce dla sklepu zoologicznego, przebudowany w kierunku marketplace/pet shop: Nunito Sans, realne podstrony, demo kategorie i produkty bez sztucznych zdjęć, WooCommerce oraz wymagany Contact Form 7.
Version: 2.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zielona-lapa
Tags: e-commerce, custom-logo, custom-menu, featured-images, block-styles, wide-blocks, translation-ready, blog, one-column, two-columns
*/

:root {
  --zl-green-950: #12361f;
  --zl-green-900: #174c2b;
  --zl-green-800: #217437;
  --zl-green-700: #3ca443;
  --zl-green-600: #5abb48;
  --zl-green-100: #e8f7e2;
  --zl-green-050: #f4fbf0;
  --zl-yellow: #ffc63b;
  --zl-yellow-soft: #fff4cf;
  --zl-cream: #fbf6ea;
  --zl-blue-soft: #eaf6fb;
  --zl-ink: #1e3224;
  --zl-text: #425247;
  --zl-muted: #758276;
  --zl-border: #e2eadf;
  --zl-card: #ffffff;
  --zl-bg: #f7f9f4;
  --zl-shadow: 0 12px 30px rgba(30, 50, 36, .08);
  --zl-shadow-sm: 0 7px 18px rgba(30, 50, 36, .07);
  --zl-radius-lg: 24px;
  --zl-radius: 18px;
  --zl-radius-sm: 12px;
  --zl-container: 1320px;
  --zl-font: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--zl-bg);
  color: var(--zl-text);
  font-family: var(--zl-font);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--zl-green-800); text-decoration: none; }
a:hover, a:focus { color: var(--zl-green-950); text-decoration: none; }
button, input, select, textarea { font: inherit; }

.zl-container { width: min(var(--zl-container), calc(100% - 36px)); margin-inline: auto; }
.screen-reader-text,
.skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { z-index: 1000; left: 16px; top: 16px; width: auto; height: auto; padding: 11px 16px; clip: auto; color: #fff; background: var(--zl-green-900); border-radius: 10px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: 0 1px 0 var(--zl-border); }
.zl-topbar { background: var(--zl-green-950); color: #fff; font-size: 13px; }
.zl-topbar__inner { min-height: 38px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
.zl-topbar__claim { text-align: center; font-weight: 900; letter-spacing: .01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.zl-topbar__links,
.zl-topbar__social { display: flex; align-items: center; gap: 13px; flex-wrap: nowrap; white-space: nowrap; }
.zl-topbar a { color: #fff; font-weight: 800; }
.zl-topbar__social span { width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.zl-main-header { background: #fff; }
.zl-header__inner { min-height: 96px; display: grid; grid-template-columns: minmax(210px, 275px) minmax(300px, 1fr) auto; align-items: center; gap: 24px; }
.site-branding { display: flex; align-items: center; gap: 12px; min-width: 0; }
.custom-logo-link img { max-height: 60px; width: auto; }
.zl-brand-mark { width: 54px; height: 54px; border-radius: 17px; display: inline-grid; place-items: center; background: var(--zl-green-700); flex: 0 0 auto; }
.zl-brand-mark span { position: relative; width: 23px; height: 21px; background: #fff; border-radius: 48% 48% 56% 56%; display: block; }
.zl-brand-mark span::before,
.zl-brand-mark span::after { content: ""; position: absolute; top: -8px; width: 9px; height: 11px; background: #fff; border-radius: 99px; }
.zl-brand-mark span::before { left: 2px; }
.zl-brand-mark span::after { right: 2px; }
.zl-brand-text { min-width: 0; }
.site-title { margin: 0; font-size: clamp(23px, 2.3vw, 34px); line-height: 1; font-weight: 900; letter-spacing: -.045em; }
.site-title a { color: var(--zl-green-950); }
.site-description { margin: 4px 0 0; color: var(--zl-muted); font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.zl-search { display: grid; grid-template-columns: 1fr auto; align-items: center; border: 2px solid var(--zl-green-700); border-radius: 999px; overflow: hidden; background: #fff; }
.zl-search input[type="search"] { min-height: 50px; border: 0; outline: 0; padding: 0 20px; width: 100%; color: var(--zl-ink); }
.zl-search button { min-height: 50px; padding: 0 28px; border: 0; color: #fff; background: var(--zl-green-700); font-weight: 900; cursor: pointer; }
.zl-search button:hover { background: var(--zl-green-900); }
.zl-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.zl-nav-toggle { display: none; min-height: 42px; padding: 0 14px; border: 1px solid var(--zl-border); border-radius: 999px; background: #fff; color: var(--zl-green-950); font-weight: 900; }
.zl-nav-toggle span:first-child { width: 18px; height: 2px; display: inline-block; margin-right: 7px; background: currentColor; box-shadow: 0 6px 0 currentColor, 0 -6px 0 currentColor; vertical-align: middle; }
.zl-account-link,
.zl-cart-link { min-height: 46px; display: inline-flex; align-items: center; gap: 8px; padding: 0 14px; border-radius: 999px; font-weight: 900; white-space: nowrap; }
.zl-account-link { color: var(--zl-green-950); background: var(--zl-green-050); border: 1px solid var(--zl-border); }
.zl-account-link__icon { width: 16px; height: 16px; border: 2px solid currentColor; border-radius: 50%; position: relative; }
.zl-account-link__icon::after { content: ""; position: absolute; left: -4px; right: -4px; bottom: -9px; height: 8px; border: 2px solid currentColor; border-top: 0; border-radius: 0 0 12px 12px; }
.zl-cart-link { background: var(--zl-yellow); color: var(--zl-green-950); box-shadow: inset 0 -2px 0 rgba(0,0,0,.08); }
.zl-cart-link__icon { width: 18px; height: 15px; border: 2px solid currentColor; border-top: 0; border-radius: 0 0 4px 4px; position: relative; }
.zl-cart-link__icon::before { content: ""; position: absolute; left: -3px; top: -7px; width: 19px; height: 10px; border: 2px solid currentColor; border-bottom: 0; border-radius: 12px 12px 0 0; }
.zl-cart-link__count { width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 50%; background: #fff; font-size: 12px; }
.zl-cart-link .woocommerce-Price-amount { color: inherit; }
.zl-menu-row { background: #fff; border-top: 1px solid var(--zl-border); border-bottom: 1px solid var(--zl-border); }
.zl-menu-row__inner { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.main-navigation { min-width: 0; }
.main-navigation ul { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.main-navigation a { color: var(--zl-green-950); font-weight: 900; font-size: 15px; }
.main-navigation .current-menu-item > a,
.main-navigation a:hover { color: var(--zl-green-700); }
.main-navigation li { position: relative; }
.main-navigation ul ul { position: absolute; top: calc(100% + 16px); left: 0; z-index: 20; min-width: 220px; display: block; padding: 12px; background: #fff; border: 1px solid var(--zl-border); border-radius: 16px; box-shadow: var(--zl-shadow); opacity: 0; visibility: hidden; transform: translateY(5px); }
.main-navigation li:hover > ul { opacity: 1; visibility: visible; transform: translateY(0); }
.main-navigation ul ul li + li { margin-top: 7px; }
.main-navigation ul ul a { display: block; padding: 8px 10px; border-radius: 10px; }
.zl-menu-row__deal { background: var(--zl-green-100); color: var(--zl-green-900); padding: 9px 15px; border-radius: 999px; font-weight: 900; white-space: nowrap; }
.zl-category-nav { background: var(--zl-green-050); }
.zl-category-nav__inner { min-height: 54px; display: flex; align-items: center; gap: 18px; overflow: hidden; }
.zl-category-nav__all { background: var(--zl-green-950); color: #fff; padding: 11px 18px; border-radius: 999px; font-weight: 900; white-space: nowrap; }
.zl-category-nav__all:hover { color: #fff; background: var(--zl-green-800); }
.zl-category-nav__scroll { display: flex; gap: 20px; overflow-x: auto; scrollbar-width: none; }
.zl-category-nav__scroll::-webkit-scrollbar { display: none; }
.zl-category-nav__scroll a { color: var(--zl-green-950); font-weight: 800; white-space: nowrap; }

/* Home */
.zl-front-page { overflow: hidden; }
.zl-home-stage { padding: 34px 0 24px; }
.zl-home-stage__grid { display: grid; grid-template-columns: 255px minmax(0, 1fr) 275px; gap: 22px; align-items: stretch; }
.zl-home-cats { background: #fff; border: 1px solid var(--zl-border); border-radius: var(--zl-radius-lg); padding: 18px; box-shadow: var(--zl-shadow-sm); }
.zl-home-cats h2 { margin: 0 0 14px; font-size: 18px; color: var(--zl-green-950); }
.zl-home-cats a { display: flex; align-items: center; gap: 10px; min-height: 38px; color: var(--zl-text); font-weight: 800; border-bottom: 1px solid var(--zl-border); }
.zl-home-cats a:last-child { border-bottom: 0; }
.zl-home-cats span { width: 9px; height: 9px; border-radius: 50%; background: var(--zl-green-600); }
.zl-hero-banner { min-height: 435px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 20px; align-items: center; padding: clamp(22px, 3vw, 44px); background: var(--zl-green-100); border: 1px solid #d4e9cc; border-radius: var(--zl-radius-lg); position: relative; overflow: hidden; }
.zl-hero-banner::after { content: ""; position: absolute; right: 0; bottom: 0; width: 170px; height: 110px; background: rgba(60,164,67,.13); border-radius: 100% 0 24px 0; pointer-events: none; }
.zl-hero-banner__copy { position: relative; z-index: 1; }
.zl-eyebrow,
.zl-section-kicker { margin: 0 0 10px; color: var(--zl-green-700); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.zl-hero-banner h1 { max-width: 620px; margin: 0; color: var(--zl-green-950); font-size: clamp(32px, 4vw, 58px); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
.zl-hero-banner p:not(.zl-eyebrow) { max-width: 560px; margin: 18px 0 0; color: var(--zl-text); font-size: 17px; }
.zl-hero-banner__actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-top: 28px; }
.zl-btn,
button.zl-btn,
input[type="submit"].zl-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border: 0; border-radius: 999px; color: #fff; background: var(--zl-green-700); font-weight: 900; box-shadow: inset 0 -2px 0 rgba(0,0,0,.10); cursor: pointer; text-decoration: none; }
.zl-btn:hover { color: #fff; background: var(--zl-green-900); }
.zl-btn--outline { background: #fff; color: var(--zl-green-900); border: 1px solid var(--zl-green-700); box-shadow: none; }
.zl-btn--outline:hover { color: #fff; background: var(--zl-green-900); }
.zl-hero-banner__product { position: relative; z-index: 1; }
.zl-hero-product { background: #fff; border: 1px solid var(--zl-border); border-radius: 24px; padding: 16px; box-shadow: var(--zl-shadow); }
.zl-hero-product__image { display: block; background: #f7faf4; border-radius: 20px; overflow: hidden; }
.zl-hero-product__image img { width: 100%; aspect-ratio: 1; object-fit: contain; background: #f3f6ef; }
.zl-hero-product__body { padding: 14px 4px 2px; }
.zl-chip { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: var(--zl-yellow-soft); color: var(--zl-green-950); font-size: 12px; font-weight: 900; }
.zl-hero-product h2 { margin: 10px 0 8px; font-size: 20px; line-height: 1.12; letter-spacing: -.02em; }
.zl-hero-product h2 a { color: var(--zl-green-950); }
.zl-hero-product__price { margin-bottom: 14px; color: var(--zl-green-950); font-size: 22px; font-weight: 900; }
.zl-hero-product__price del { color: var(--zl-muted); font-size: 15px; }
.zl-side-promos { display: grid; gap: 22px; }
.zl-side-promo { min-height: 206px; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 24px; border: 1px solid #d5e8cf; border-radius: var(--zl-radius-lg); background: #fff; box-shadow: var(--zl-shadow-sm); }
.zl-side-promo--yellow { background: var(--zl-yellow-soft); border-color: #f1d882; }
.zl-side-promo span { color: var(--zl-green-700); font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.zl-side-promo strong { color: var(--zl-green-950); font-size: 24px; line-height: 1.1; letter-spacing: -.03em; }
.zl-service-row { padding: 18px 0 34px; }
.zl-service-row__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.zl-service-row__grid > div { display: grid; grid-template-columns: auto 1fr; column-gap: 13px; align-items: center; padding: 18px; background: #fff; border: 1px solid var(--zl-border); border-radius: 18px; }
.zl-service-row span { width: 42px; height: 42px; display: grid; place-items: center; grid-row: span 2; border-radius: 50%; color: var(--zl-green-900); background: var(--zl-green-100); font-weight: 900; }
.zl-service-row strong { color: var(--zl-green-950); font-size: 16px; }
.zl-service-row p { margin: 2px 0 0; color: var(--zl-muted); font-size: 13px; }
.zl-section { padding: 44px 0; }
.zl-section--categories,
.zl-section--promo,
.zl-section--content { padding-top: 28px; }
.zl-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.zl-section__head h2 { margin: 0; color: var(--zl-green-950); font-size: clamp(26px, 3vw, 38px); line-height: 1.1; letter-spacing: -.045em; }
.zl-link-arrow { color: var(--zl-green-900); font-weight: 900; white-space: nowrap; }
.zl-link-arrow::after { content: " →"; }
.zl-category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.zl-category-card { display: block; min-height: 220px; padding: 14px; background: #fff; border: 1px solid var(--zl-border); border-radius: 22px; box-shadow: var(--zl-shadow-sm); color: var(--zl-text); }
.zl-category-card:hover { transform: translateY(-2px); box-shadow: var(--zl-shadow); }
.zl-category-card img { width: 100%; aspect-ratio: 1.35; object-fit: cover; border-radius: 16px; background: var(--zl-green-050); margin-bottom: 12px; }
.zl-category-card span { display: block; color: var(--zl-green-700); font-weight: 900; font-size: 12px; text-transform: uppercase; }
.zl-category-card strong { display: block; margin-top: 3px; color: var(--zl-green-950); font-size: 17px; line-height: 1.15; }
.zl-section__head--tabs { align-items: center; }
.zl-tabs { display: inline-flex; align-items: center; gap: 4px; padding: 5px; border-radius: 999px; background: #fff; border: 1px solid var(--zl-border); }
.zl-tabs span { padding: 8px 14px; border-radius: 999px; color: var(--zl-green-950); font-weight: 900; }
.zl-tabs span:first-child { background: var(--zl-green-700); color: #fff; }
.zl-promo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.zl-wide-promo { min-height: 190px; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 34px; border-radius: var(--zl-radius-lg); border: 1px solid var(--zl-border); box-shadow: var(--zl-shadow-sm); }
.zl-wide-promo--green { background: var(--zl-green-900); color: #fff; }
.zl-wide-promo--cream { background: var(--zl-cream); color: var(--zl-green-950); }
.zl-wide-promo span { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; opacity: .86; }
.zl-wide-promo strong { max-width: 520px; font-size: clamp(24px, 3vw, 34px); line-height: 1.05; letter-spacing: -.04em; }
.zl-content-card { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 26px; align-items: center; padding: 34px; border-radius: var(--zl-radius-lg); background: #fff; border: 1px solid var(--zl-border); box-shadow: var(--zl-shadow-sm); }
.zl-content-card h2 { margin: 0; color: var(--zl-green-950); font-size: clamp(28px, 4vw, 42px); line-height: 1.08; letter-spacing: -.045em; }
.zl-content-card p { margin: 16px 0 0; max-width: 760px; }
.zl-content-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.zl-content-card li { padding: 12px 14px; border-radius: 14px; background: var(--zl-green-050); color: var(--zl-green-950); font-weight: 900; }
.zl-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.zl-post-card { background: #fff; border: 1px solid var(--zl-border); border-radius: 22px; overflow: hidden; box-shadow: var(--zl-shadow-sm); }
.zl-post-card__thumb { display: block; min-height: 170px; background: var(--zl-green-100); }
.zl-post-card__thumb img { width: 100%; height: 210px; object-fit: cover; }
.zl-post-card__body { padding: 20px; }
.zl-post-card h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.15; letter-spacing: -.02em; }
.zl-post-card h3 a { color: var(--zl-green-950); }
.zl-post-card p { margin: 0 0 14px; color: var(--zl-muted); }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin: 22px 0; color: var(--zl-muted); }
.woocommerce .woocommerce-breadcrumb a { color: var(--zl-green-800); font-weight: 800; }
.woocommerce-products-header,
.woocommerce .product .summary,
.woocommerce div.product div.images,
.zl-shop-content,
.zl-page-content { background: #fff; border: 1px solid var(--zl-border); border-radius: 22px; box-shadow: var(--zl-shadow-sm); }
.woocommerce-products-header { padding: 26px; margin: 22px 0; }
.woocommerce-products-header__title,
.entry-title,
.page-title { margin: 0 0 14px; color: var(--zl-green-950); font-weight: 900; letter-spacing: -.045em; }
.woocommerce .woocommerce-result-count { color: var(--zl-muted); }
.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart .variations select,
.woocommerce .quantity .qty,
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea, select { border: 1px solid var(--zl-border); border-radius: 999px; padding: 12px 15px; background: #fff; color: var(--zl-ink); }
textarea { border-radius: 16px; min-height: 140px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 0; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.zl-mock-product { float: none !important; width: auto !important; margin: 0 !important; padding: 14px 14px 18px; background: #fff; border: 1px solid var(--zl-border); border-radius: 22px; box-shadow: var(--zl-shadow-sm); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.woocommerce ul.products li.product:hover,
.zl-mock-product:hover { transform: translateY(-3px); box-shadow: var(--zl-shadow); }
.woocommerce ul.products li.product a img,
.zl-mock-product img { width: 100%; aspect-ratio: 1; object-fit: contain; margin: 0 0 14px !important; border-radius: 18px; background: #f3f6ef; border: 1px solid #e2eadf; }
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.onsale { min-width: 0; min-height: 0; margin: 0; top: 24px; left: 24px; right: auto; padding: 5px 10px; border-radius: 999px; line-height: 1; background: var(--zl-yellow); color: var(--zl-green-950); font-weight: 900; font-size: 12px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.zl-mock-product .woocommerce-loop-product__title { padding: 0; margin: 0 0 8px; color: var(--zl-green-950); font-size: 16px; line-height: 1.22; font-weight: 900; }
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.zl-mock-product .price { color: var(--zl-green-800); font-size: 18px; font-weight: 900; }
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del { color: var(--zl-muted); opacity: 1; font-weight: 700; }
.woocommerce ul.products li.product .star-rating { margin: 0 0 8px; color: var(--zl-yellow); }
.woocommerce .star-rating { color: var(--zl-yellow); }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce div.product form.cart .button,
.woocommerce .checkout-button,
.woocommerce-account .woocommerce-button,
.wp-block-button__link,
.wpcf7-submit,
button,
input[type="submit"] { border: 0; border-radius: 999px; background: var(--zl-green-700); color: #fff; font-weight: 900; min-height: 44px; padding: 0 20px; line-height: 44px; text-decoration: none; cursor: pointer; }
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce .checkout-button:hover,
.wpcf7-submit:hover,
button:hover,
input[type="submit"]:hover { background: var(--zl-green-900); color: #fff; }
.woocommerce .quantity .qty { width: 76px; min-height: 46px; text-align: center; border-radius: 999px; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error { border-top-color: var(--zl-green-700); background: #fff; border-radius: 18px; box-shadow: var(--zl-shadow-sm); }
.woocommerce-message::before,
.woocommerce-info::before { color: var(--zl-green-700); }
.woocommerce div.product { margin-top: 28px; }
.woocommerce div.product div.images { padding: 18px; }
.woocommerce div.product .summary { padding: 28px; }
.woocommerce div.product .product_title { color: var(--zl-green-950); font-weight: 900; letter-spacing: -.04em; }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.woocommerce-tabs { background: #fff; border: 1px solid var(--zl-border); border-radius: 22px; padding: 22px; box-shadow: var(--zl-shadow-sm); }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; margin: 0 0 22px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 1px solid var(--zl-border); border-radius: 999px; background: #fff; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--zl-green-100); border-color: var(--zl-green-700); }
.zl-shop-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 24px; align-items: start; margin: 24px 0 48px; }
.zl-shop-sidebar { position: sticky; top: 190px; display: grid; gap: 16px; }
.widget { background: #fff; border: 1px solid var(--zl-border); border-radius: 18px; padding: 20px; box-shadow: var(--zl-shadow-sm); }
.widget-title { margin: 0 0 14px; color: var(--zl-green-950); font-size: 18px; }
.widget ul { list-style: none; padding: 0; margin: 0; }
.widget li + li { margin-top: 9px; }
.widget a { color: var(--zl-text); font-weight: 800; }
.zl-shop-content { padding: 22px; }

/* Pages */
.site-main > .zl-container { padding-top: 28px; padding-bottom: 56px; }
.zl-page-content,
.entry-content { padding: 28px; }
.entry-content h1,
.entry-content h2,
.entry-content h3 { color: var(--zl-green-950); font-weight: 900; letter-spacing: -.035em; }
.post-navigation,
.comments-area { max-width: var(--zl-container); margin: 28px auto; }
.wpcf7-form p { margin: 0 0 15px; }
.wpcf7-form label { color: var(--zl-green-950); font-weight: 900; }
.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea { width: 100%; margin-top: 6px; }

/* Footer */
.site-footer { color: #dbe8dc; background: var(--zl-green-950); margin-top: 36px; }
.zl-newsletter-band { background: var(--zl-green-700); color: #fff; }
.zl-newsletter-band__inner { min-height: 126px; display: grid; grid-template-columns: auto 1fr minmax(300px, 520px); gap: 22px; align-items: center; }
.zl-newsletter-band__badge { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: var(--zl-yellow); color: var(--zl-green-950); font-size: 24px; font-weight: 900; }
.zl-newsletter-band h2 { margin: 0; color: #fff; font-size: clamp(24px, 3vw, 36px); line-height: 1.08; letter-spacing: -.04em; }
.zl-newsletter-band p { margin: 6px 0 0; color: #ecffe9; }
.zl-newsletter-band form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.zl-newsletter-band input { border: 0; border-radius: 999px; min-height: 48px; padding: 0 18px; }
.zl-newsletter-band button { background: var(--zl-green-950); }
.zl-footer-main { padding: 44px 0 22px; }
.zl-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 36px; }
.zl-footer-brand { display: flex; align-items: center; gap: 12px; color: #fff; font-size: 20px; font-weight: 900; }
.zl-footer-about p { max-width: 360px; }
.zl-footer-title { margin: 0 0 14px; color: #fff; font-size: 17px; }
.zl-footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.zl-footer-list a { color: #dbe8dc; }
.zl-footer-list a:hover { color: #fff; }
.zl-payment-row { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 18px; }
.zl-payment-row span { padding: 5px 8px; border-radius: 8px; background: rgba(255,255,255,.1); color: #fff; font-weight: 900; font-size: 12px; }
.zl-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #b7c7b9; font-size: 13px; }
.zl-mobile-bar { display: none; }

/* Responsive */
@media (max-width: 1180px) {
  .zl-header__inner { grid-template-columns: 1fr; gap: 14px; padding: 18px 0; }
  .zl-actions { justify-content: space-between; }
  .zl-home-stage__grid { grid-template-columns: 1fr; }
  .zl-home-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .zl-home-cats h2 { grid-column: 1 / -1; }
  .zl-home-cats a { border: 1px solid var(--zl-border); border-radius: 12px; padding: 0 10px; }
  .zl-side-promos { grid-template-columns: 1fr 1fr; }
  .zl-service-row__grid, .zl-category-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  body.admin-bar .site-header { top: 0; }
  .zl-topbar__inner { grid-template-columns: 1fr; gap: 4px; padding: 7px 0; text-align: center; }
  .zl-topbar__social { display: none; }
  .zl-topbar__links { justify-content: center; overflow-x: auto; }
  .zl-topbar__claim { white-space: normal; line-height: 1.25; }
  .zl-nav-toggle { display: inline-flex; align-items: center; }
  .main-navigation { display: none; position: absolute; left: 18px; right: 18px; top: 100%; background: #fff; border: 1px solid var(--zl-border); border-radius: 18px; padding: 14px; box-shadow: var(--zl-shadow); }
  .main-navigation.is-open { display: block; }
  .main-navigation ul { display: grid; gap: 4px; }
  .main-navigation ul ul { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; margin-top: 8px; }
  .zl-menu-row__inner { position: relative; justify-content: flex-end; }
  .zl-category-nav__inner { width: 100%; }
  .zl-hero-banner { grid-template-columns: 1fr; }
  .zl-hero-banner__product { max-width: 340px; }
  .zl-service-row__grid, .zl-category-grid, .zl-post-grid, .zl-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zl-content-card, .zl-promo-grid, .zl-newsletter-band__inner, .zl-shop-layout { grid-template-columns: 1fr; }
  .zl-shop-sidebar { position: static; }
}
@media (max-width: 620px) {
  body { padding-bottom: 64px; }
  .zl-container { width: min(var(--zl-container), calc(100% - 24px)); }
  .zl-header__inner { padding: 14px 0; }
  .site-branding { gap: 9px; }
  .zl-brand-mark { width: 46px; height: 46px; border-radius: 14px; }
  .site-title { font-size: 24px; }
  .site-description, .zl-account-link span:last-child, .zl-cart-link strong { display: none; }
  .zl-search { grid-template-columns: 1fr; border-radius: 18px; }
  .zl-search button { border-radius: 0; min-height: 44px; }
  .zl-category-nav__all { display: none; }
  .zl-home-cats { grid-template-columns: 1fr 1fr; }
  .zl-hero-banner { padding: 22px; }
  .zl-hero-banner h1 { font-size: 34px; }
  .zl-side-promos, .zl-service-row__grid, .zl-category-grid, .zl-post-grid, .zl-footer-grid, .zl-promo-grid { grid-template-columns: 1fr; }
  .zl-section__head { display: block; }
  .zl-tabs { margin-top: 14px; overflow-x: auto; max-width: 100%; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .zl-newsletter-band form { grid-template-columns: 1fr; }
  .zl-footer-bottom { display: block; }
  .zl-mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 110; display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-top: 1px solid var(--zl-border); box-shadow: 0 -6px 20px rgba(30,50,36,.08); }
  .zl-mobile-bar a { padding: 11px 4px; color: var(--zl-green-950); text-align: center; font-size: 12px; font-weight: 900; }
}
.zl-page-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 24px; align-items: start; }
.zl-sidebar { display: grid; gap: 16px; }
.zl-card { background: #fff; border: 1px solid var(--zl-border); border-radius: 22px; box-shadow: var(--zl-shadow-sm); }
.zl-btn--ghost { background: #fff; color: var(--zl-green-900); border: 1px solid var(--zl-green-700); box-shadow: none; }
.zl-btn--ghost:hover { background: var(--zl-green-900); color: #fff; }
article.post { background: #fff; border: 1px solid var(--zl-border); border-radius: 22px; box-shadow: var(--zl-shadow-sm); padding: 26px; margin-bottom: 22px; }
article.post .entry-content { padding: 0; }
.entry-meta, .entry-footer { color: var(--zl-muted); font-size: 14px; }
@media (max-width: 900px) { .zl-page-grid { grid-template-columns: 1fr; } }


/* Neutral product placeholders */
.zl-no-image,
.woocommerce img[src*="zl-no-image"] {
  background: #f3f6ef;
  border: 1px solid var(--zl-border);
}
