/*
Theme Name: Marcelle Butik
Theme URI: https://marcellebutik.pl
Author: Tekari
Author URI: https://tekari.co
Description: Custom motyw butikowy dla Marcelle Butik — one-pager + WooCommerce. Biel z akcentami beż/czerń/terakota, Jost + Cormorant Garamond.
Version: 0.2.8
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: marcelle-butik
WC requires at least: 7.0
WC tested up to: 10.8
*/

/* ============ TOKENS ============ */
:root{
  --white:#ffffff;
  --canvas:#ffffff;
  --cream:#FAF6F0;
  --beige:#EADFD0;
  --beige-soft:#F1E9DD;
  --tile:#FBF8F3;          /* bardzo delikatne tło kart (ledwie cieplejsze od bieli) */
  --tile-2:#F6F1E9;
  --ink:#17140F;
  --ink-soft:#5A524A;
  --muted:#948A7C;
  --line:#ECE5DA;
  --line-dark:#322C24;
  --cta:#17140F;
  --accent:#C0814E;
  --r:14px;
  --pill:999px;
  --shadow:0 12px 44px rgba(23,20,15,.12);
  --shadow-sm:0 6px 20px rgba(23,20,15,.08);
  --ease:cubic-bezier(.22,.61,.36,1);
  --head:'Jost',system-ui,sans-serif;
  --serif:'Cormorant Garamond',Georgia,serif;
  --body:system-ui,-apple-system,'Segoe UI',sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--body);color:var(--ink);background:var(--canvas);line-height:1.55;font-size:17px;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
[hidden]{display:none!important}

/* ============ PRZYCISKI ============ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--head);font-weight:500;cursor:pointer;border:none;transition:.25s var(--ease);letter-spacing:.03em}
.btn-pill{background:var(--cta);color:#fff;padding:1.05rem 2.8rem;border-radius:var(--pill);font-size:1rem}
.btn-pill:hover{transform:translateY(-2px);background:var(--accent);box-shadow:var(--shadow-sm)}
.btn-full{width:100%}
.btn-load{background:var(--beige);color:var(--ink);padding:1.05rem 3.4rem;border-radius:var(--pill);font-size:1rem;letter-spacing:.08em;text-transform:uppercase}
.btn-load:hover{background:var(--cta);color:#fff;transform:translateY(-2px)}
.icon-btn{background:none;border:none;color:var(--ink);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;position:relative;padding:.35rem;border-radius:var(--pill);transition:.2s var(--ease)}
.icon-btn:hover{color:var(--accent)}
.icon-btn.social{width:38px;height:38px;background:var(--accent);color:#fff}
.icon-btn.social:hover{filter:brightness(1.08);color:#fff;transform:translateY(-1px)}
.has-count .count{position:absolute;top:-3px;right:-5px;background:var(--accent);color:#fff;font-size:.66rem;min-width:18px;height:18px;border-radius:var(--pill);display:grid;place-items:center;font-family:var(--head);font-weight:500;padding:0 4px}

/* ============ TICKER ============ */
.ticker{background:var(--ink);color:#fff;overflow:hidden;white-space:nowrap}
.ticker-track{display:inline-flex;gap:2.6rem;align-items:center;padding:.6rem 0;font-family:var(--head);font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;animation:ticker 30s linear infinite;will-change:transform}
.ticker-track span{opacity:.92}
.ticker-track .dot{opacity:.45}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ============ HEADER (górny rząd sticky) ============ */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);transition:box-shadow .3s}
.site-header.scrolled{box-shadow:0 6px 24px rgba(23,20,15,.07)}
.header-top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1.1rem 2.2rem;gap:1rem}
.header-left{display:flex;gap:.5rem;align-items:center}
.header-right{display:flex;gap:.6rem;align-items:center;justify-content:flex-end}
.brand{text-align:center;line-height:1;display:inline-flex;align-items:center;justify-content:center}
.brand-logo{height:52px;width:auto;display:block}
.brand-name{font-family:var(--serif);font-size:2.3rem;font-style:italic;font-weight:600;letter-spacing:.01em;color:var(--ink)}
.brand-sub{display:block;font-family:var(--head);font-size:.64rem;letter-spacing:.5em;color:var(--muted);margin-top:.15rem;padding-left:.5em}
/* telefon obok lupy — zwykły tekst, nie przycisk */
.header-phone{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--head);font-size:.95rem;letter-spacing:.04em;color:var(--ink);white-space:nowrap;padding:.2rem .3rem}
.header-phone svg{color:var(--accent)}
.header-phone:hover{color:var(--accent)}

/* search bar */
.search-bar{display:flex;align-items:center;gap:.8rem;padding:1rem 2.2rem;border-top:1px solid var(--line);color:var(--ink-soft)}
.search-bar input{flex:1;border:none;background:none;font-family:var(--head);font-size:1.15rem;color:var(--ink);padding:.2rem 0}
.search-bar input:focus{outline:none}
.search-close{background:none;border:none;font-size:1.8rem;line-height:1;cursor:pointer;color:var(--ink-soft)}
.search-close:hover{color:var(--accent)}

/* ============ SUBNAV slider (nie sticky) ============ */
.subnav{position:relative;display:flex;align-items:center;background:#fff;border-bottom:1px solid var(--line);padding:0 3.2rem}
.subnav-arrow{position:absolute;top:0;bottom:0;width:3.2rem;border:none;cursor:pointer;display:grid;place-items:center;color:var(--ink);z-index:3;transition:color .2s}
.subnav-arrow:hover{color:var(--accent)}
.subnav-arrow.prev{left:0;background:linear-gradient(to right,#fff 55%,transparent)}
.subnav-arrow.next{right:0;background:linear-gradient(to left,#fff 55%,transparent)}
.cat-bar{list-style:none;display:flex;flex-wrap:nowrap;gap:2.2rem;padding:.95rem .4rem;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth;flex:1}
.cat-bar::-webkit-scrollbar{display:none}
.cat-link{font-family:var(--head);font-size:.92rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);padding:.25rem 0;position:relative;white-space:nowrap;transition:color .2s}
.cat-link:hover{color:var(--ink)}
.cat-link::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--accent);transition:width .25s var(--ease)}
.cat-link:hover::after{width:100%}
.cat-link.is-sale{color:var(--accent);font-weight:500}
.cat-link.is-accent{color:var(--ink);font-weight:500}

/* ============ HERO CAROUSEL ============ */
.hero{position:relative;overflow:hidden}
.hero-track{display:flex;transition:transform .7s var(--ease)}
.hero-slide{position:relative;flex:0 0 100%;display:grid;grid-template-columns:1fr 1.15fr;min-height:min(84vh,740px)}
.hero-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;gap:1.6rem;padding:clamp(2rem,6vw,6rem)}
.hero-kicker{font-family:var(--head);font-size:.85rem;letter-spacing:.34em;text-transform:uppercase;color:var(--accent);font-weight:500}
.hero-title{font-family:var(--head);font-weight:300;font-size:clamp(3rem,5.8vw,5.6rem);line-height:1.02;color:var(--ink);letter-spacing:-.01em}
.hero-sub{font-family:var(--serif);font-style:italic;font-size:clamp(1.25rem,2vw,1.7rem);color:var(--ink-soft);max-width:30ch}
.hero-media{position:relative;overflow:hidden}
.hero-img{position:absolute;inset:0;background-size:cover;background-position:center 25%;transition:transform 6s var(--ease)}
.hero-slide.is-active .hero-img{transform:scale(1.06)}
.tone-beige .hero-copy{background:var(--beige)}
.tone-cream .hero-copy{background:var(--cream)}
.tone-dark .hero-copy{background:var(--ink)}
.tone-dark .hero-title{color:#fff}
.tone-dark .hero-sub{color:rgba(255,255,255,.75)}
.tone-dark .btn-pill{background:#fff;color:var(--ink)}
.tone-dark .btn-pill:hover{background:var(--accent);color:#fff}

.ph{background:linear-gradient(135deg,#e2d6c4,#cdbda3 60%,#bfa988);position:relative;width:100%;height:100%}
.ph::after{content:"FOTO";position:absolute;inset:0;display:grid;place-items:center;font-family:var(--head);letter-spacing:.45em;color:rgba(255,255,255,.55);font-size:.82rem}

.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:var(--pill);background:rgba(255,255,255,.9);border:none;cursor:pointer;display:grid;place-items:center;color:var(--ink);z-index:6;transition:.2s}
.hero-arrow:hover{background:#fff;box-shadow:var(--shadow);color:var(--accent)}
.hero-arrow.prev{left:1.6rem}
.hero-arrow.next{right:1.6rem}
.hero-dots{position:absolute;bottom:1.7rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:6}
.hero-dots button{width:10px;height:10px;border-radius:var(--pill);border:none;background:rgba(23,20,15,.25);cursor:pointer;padding:0;transition:.25s}
.hero-dots button.is-active{background:var(--accent);width:28px}

/* ============ SEKCJE / NAGŁÓWKI ============ */
.section-kicker{font-family:var(--head);font-size:.9rem;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);font-weight:500;text-align:center;margin-bottom:.6rem}
.section-title{font-family:var(--head);font-weight:300;font-size:clamp(2.6rem,4.4vw,3.6rem);letter-spacing:-.01em;text-align:center;color:var(--ink);line-height:1.05}

/* ============ SKLEP ============ */
.shop{max-width:1500px;margin:0 auto;padding:5.5rem 2.2rem 5.5rem;scroll-margin-top:90px}
.shop-head{margin-bottom:2.4rem}
.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;margin-bottom:2.6rem;flex-wrap:wrap}
.filter-tabs{display:flex;gap:.55rem;overflow-x:auto;scrollbar-width:none;padding-bottom:.2rem;flex:1}
.filter-tabs::-webkit-scrollbar{display:none}
.tab{font-family:var(--head);font-size:.9rem;letter-spacing:.05em;text-transform:uppercase;background:transparent;border:1px solid var(--line);color:var(--ink-soft);padding:.7rem 1.4rem;border-radius:var(--pill);cursor:pointer;transition:.2s;white-space:nowrap}
.tab:hover{border-color:var(--ink);color:var(--ink)}
.tab.is-active{background:var(--cta);color:#fff;border-color:var(--cta)}
.shop-sort{flex-shrink:0}
.shop-sort select{font-family:var(--head);font-size:.9rem;letter-spacing:.04em;border:none;background:var(--beige);color:var(--ink);padding:.75rem 1.5rem;border-radius:var(--pill);cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2317140F' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 1.1rem center;padding-right:2.8rem}
.shop-sort select:hover{background-color:var(--beige-soft)}

.search-info{text-align:center;font-family:var(--head);color:var(--ink-soft);margin-bottom:1.6rem}
.search-info b{color:var(--accent)}

.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem 1.6rem}
.card{position:relative;transition:transform .3s var(--ease)}
.card:hover{transform:translateY(-4px)}
.card-media .media-link{display:block;width:100%;height:100%}
.card-media{position:relative;aspect-ratio:2/3;border-radius:12px;overflow:hidden;background:var(--cream);transition:box-shadow .3s var(--ease)}
.card:hover .card-media{box-shadow:var(--shadow)}
.card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s var(--ease)}
.card:hover .card-img{transform:scale(1.05)}
.card-badge{position:absolute;top:.85rem;left:.85rem;background:var(--ink);color:#fff;font-family:var(--head);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;padding:.34rem .78rem;border-radius:var(--pill);z-index:2}
.card-badge.is-sale{background:var(--accent)}
/* przycisk Do koszyka — wjeżdża na hover, na dole zdjęcia */
.card-cart{position:absolute;left:.8rem;right:.8rem;bottom:.8rem;font-family:var(--head);font-size:.84rem;letter-spacing:.1em;text-transform:uppercase;background:rgba(255,255,255,.95);color:var(--ink);border:none;border-radius:var(--pill);padding:.9rem;cursor:pointer;z-index:3;opacity:0;transform:translateY(10px);transition:.28s var(--ease);box-shadow:var(--shadow-sm)}
.card:hover .card-cart{opacity:1;transform:translateY(0)}
.card-cart:hover{background:var(--cta);color:#fff}
.card-info{display:block;padding:1rem .3rem .3rem;text-align:center}
.card-title{font-family:var(--head);font-weight:400;font-size:1.08rem;color:var(--ink);margin-bottom:.4rem;line-height:1.35}
.card-info:hover .card-title{color:var(--accent)}
.card-price{font-family:var(--head);font-size:1.08rem;color:var(--ink)}
.card-price .old{color:var(--muted);text-decoration:line-through;margin-right:.5rem;font-weight:300}
.card-price .new{color:var(--accent);font-weight:500}
.shop-empty{text-align:center;color:var(--muted);font-family:var(--head);font-size:1.1rem;padding:3rem 0}
.load-more-wrap{display:flex;justify-content:center;margin-top:3rem}

/* ============ STRONA PRODUKTU ============ */
.product{max-width:1320px;margin:0 auto;padding:2.5rem 2.2rem 5rem;display:grid;grid-template-columns:1.05fr .95fr;gap:3.5rem;align-items:start}
.product-gallery{display:flex;flex-direction:column;gap:1.2rem}
.pg-img{width:100%;border-radius:var(--r);object-fit:cover;background:var(--cream);display:block;cursor:zoom-in}
.product-info{position:sticky;top:100px;align-self:start;display:flex;flex-direction:column}
.crumbs{font-family:var(--head);font-size:.8rem;letter-spacing:.04em;color:var(--muted);margin-bottom:1.4rem}
.crumbs a:hover{color:var(--accent)}
.crumbs span{color:var(--ink-soft)}
.p-eyebrow{font-family:var(--head);font-size:.78rem;letter-spacing:.28em;text-transform:uppercase;color:var(--accent);font-weight:500;margin-bottom:.7rem}
.p-title{font-family:var(--head);font-weight:300;font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.1;color:var(--ink);margin-bottom:1rem}
.p-price{font-family:var(--head);font-size:1.5rem;color:var(--ink);margin-bottom:1.8rem}
.p-price .old{color:var(--muted);text-decoration:line-through;margin-right:.6rem;font-weight:300;font-size:1.2rem}
.p-price .new{color:var(--accent);font-weight:500}
.p-sizes{margin-bottom:1.6rem}
.p-label{display:block;font-family:var(--head);font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:.7rem}
.p-size-opts{display:flex;gap:.5rem;flex-wrap:wrap}
.p-size{min-width:46px;height:46px;padding:0 1rem;border:1px solid var(--line);background:#fff;border-radius:10px;font-family:var(--head);font-size:.9rem;cursor:pointer;transition:.2s;color:var(--ink)}
.p-size:hover{border-color:var(--ink)}
.p-size.is-active{background:var(--cta);color:#fff;border-color:var(--cta)}
.p-actions{display:flex;gap:.8rem;margin-bottom:2rem}
.p-actions .btn{flex:1}
.p-fav{width:54px;flex:0 0 54px!important;border:1px solid var(--line);border-radius:var(--pill);background:#fff;display:grid;place-items:center;cursor:pointer;color:var(--ink);transition:.2s}
.p-fav:hover{border-color:var(--accent);color:var(--accent)}
.p-desc{font-size:.98rem;line-height:1.75;color:var(--ink-soft);border-top:1px solid var(--line);padding-top:1.8rem;margin-bottom:1.8rem}
.p-desc h3{font-family:var(--head);font-weight:500;font-size:.82rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);margin-bottom:.8rem}
.p-meta{list-style:none;display:flex;flex-direction:column;gap:.9rem;border-top:1px solid var(--line);padding-top:1.8rem}
.p-meta li{display:flex;gap:1rem;align-items:baseline}
.p-meta strong{font-family:var(--head);font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);min-width:90px}
.p-meta span{color:var(--ink-soft);font-size:.92rem}
.p-related{max-width:1320px;margin:0 auto;padding:1rem 2.2rem 5rem}
.p-related .section-kicker{margin-bottom:1.6rem}

/* ============ CHECKOUT (one-step) ============ */
.co-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1.1rem 2.2rem;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fff;z-index:50}
.co-back{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--head);font-size:.9rem;color:var(--ink-soft)}
.co-back:hover{color:var(--accent)}
.co-secure{display:inline-flex;align-items:center;gap:.5rem;justify-self:end;font-family:var(--head);font-size:.85rem;color:var(--ink-soft)}
.co-secure svg{color:var(--accent)}
.checkout{max-width:1180px;margin:0 auto;padding:2.5rem 2.2rem 5rem}
.co-grid{display:grid;grid-template-columns:1.4fr .9fr;gap:3rem;align-items:start}
.co-title{font-family:var(--head);font-weight:300;font-size:clamp(2rem,3vw,2.6rem);margin-bottom:2rem}
.co-section{margin-bottom:2.4rem}
.co-h{font-family:var(--head);font-weight:500;font-size:.95rem;letter-spacing:.04em;color:var(--ink);margin-bottom:1.1rem}
.co-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.co-field{display:flex;flex-direction:column;gap:.45rem;font-family:var(--head);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft)}
.co-field.full{grid-column:1/-1}
.co-field input{border:1px solid var(--line);border-radius:10px;padding:.9rem 1.05rem;font-family:var(--body);font-size:.96rem;color:var(--ink);background:#fff;text-transform:none;letter-spacing:0}
.co-field input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:transparent}
.co-options{display:flex;flex-direction:column;gap:.7rem;margin-top:1.1rem}
.co-opt{display:flex;align-items:center;gap:1rem;border:1px solid var(--line);border-radius:12px;padding:1rem 1.2rem;cursor:pointer;transition:.2s}
.co-opt:hover{border-color:var(--ink)}
.co-opt:has(input:checked){border-color:var(--ink);background:var(--cream)}
.co-opt input{accent-color:var(--accent);width:18px;height:18px;flex-shrink:0}
.co-opt-main{flex:1;display:flex;flex-direction:column}
.co-opt-main strong{font-family:var(--head);font-weight:500;font-size:.96rem}
.co-opt-main small{color:var(--muted);font-size:.84rem}
.co-opt-price{font-family:var(--head);font-weight:500;color:var(--ink);white-space:nowrap}
.blik-box{padding:.1rem .2rem .3rem}
.co-summary{position:sticky;top:100px;background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:1.8rem}
.co-summary .co-h{margin-bottom:1.3rem}
.co-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.4rem;max-height:320px;overflow:auto}
.co-item{display:flex;gap:.9rem;align-items:center}
.co-thumb{width:54px;height:70px;object-fit:cover;border-radius:8px;flex-shrink:0}
.co-item-main{flex:1;display:flex;flex-direction:column;gap:.2rem;min-width:0}
.co-item-t{font-family:var(--head);font-size:.9rem;color:var(--ink)}
.co-item-s{font-size:.8rem;color:var(--muted)}
.co-item-p{font-family:var(--head);font-weight:500;font-size:.9rem;white-space:nowrap}
.co-line{display:flex;justify-content:space-between;font-family:var(--head);font-size:.92rem;color:var(--ink-soft);padding:.4rem 0}
.co-line strong{color:var(--ink)}
.co-grand{border-top:1px solid var(--line);margin-top:.5rem;padding-top:1rem;font-size:1.1rem}
.co-grand strong{font-size:1.25rem;font-weight:600}
.co-summary .btn-pill{margin-top:1.2rem}
.co-trust{display:flex;align-items:center;justify-content:center;gap:.45rem;font-family:var(--head);font-size:.78rem;color:var(--muted);margin-top:1rem}
.co-empty,.co-done{max-width:560px;margin:5rem auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:0 1.5rem}
.co-empty h1,.co-done h1{font-family:var(--head);font-weight:300;font-size:2rem}
.co-empty p,.co-done p{color:var(--ink-soft);line-height:1.6}
.co-check{width:74px;height:74px;border-radius:var(--pill);background:#fff;border:1px solid var(--line);color:var(--accent);display:grid;place-items:center;margin-bottom:.5rem}

/* ============ MAPA + ADRES ============ */
.visit{display:grid;grid-template-columns:1.3fr 1fr;min-height:480px}
.visit-map{position:relative;background:var(--tile)}
.visit-map iframe{width:100%;height:100%;border:0;display:block;pointer-events:none}
.visit-map.is-active iframe{pointer-events:auto}
/* nakładka aktywacji */
.map-activate{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem;background:rgba(23,20,15,.10);border:none;cursor:pointer;color:var(--ink);font-family:var(--head);font-size:1rem;letter-spacing:.06em;text-transform:uppercase;transition:background .2s;backdrop-filter:saturate(.9)}
.map-activate:hover{background:rgba(23,20,15,.18)}
.map-activate svg{color:var(--accent)}
.visit-map.is-active .map-activate{display:none}
/* podpowiedź Esc — widoczna gdy mapa aktywna */
.map-hint{position:absolute;left:50%;bottom:1rem;transform:translateX(-50%);background:var(--ink);color:#fff;font-family:var(--head);font-size:.78rem;letter-spacing:.04em;padding:.45rem .9rem;border-radius:var(--pill);display:none;z-index:4}
.map-hint kbd{font-family:var(--head);background:rgba(255,255,255,.18);border-radius:5px;padding:.05rem .4rem;font-size:.74rem}
.visit-map.is-active .map-hint{display:inline-block}
.visit-info{background:var(--beige);display:flex;flex-direction:column;justify-content:center;gap:1.2rem;padding:clamp(2.5rem,5vw,5rem)}
.visit-title{font-family:var(--head);font-weight:300;font-size:clamp(2.2rem,3.5vw,3rem);letter-spacing:-.01em;color:var(--ink);line-height:1.05}
.visit-list{list-style:none;display:flex;flex-direction:column;gap:1.1rem}
.visit-list li{display:flex;flex-direction:column;gap:.15rem}
.visit-list strong{font-family:var(--head);font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ink)}
.visit-list span{color:var(--ink-soft);font-size:1.02rem}
.visit-list em{color:var(--muted);font-style:italic}
.visit-info .btn-pill{align-self:flex-start;margin-top:.5rem}

/* ============ STOPKA (czarna) ============ */
.site-footer{background:var(--ink);color:rgba(255,255,255,.72)}
.foot-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;padding:4.5rem 2.2rem 3rem}
.site-footer .brand-name{color:#fff;font-size:2rem}
.foot-logo{height:46px;width:auto;filter:brightness(0) invert(1);opacity:.95}
.foot-brand p{margin:1.1rem 0 1.4rem;max-width:34ch;font-size:.96rem;line-height:1.7}
.foot-social{display:flex;gap:.7rem}
.foot-social a{width:42px;height:42px;border-radius:var(--pill);border:1px solid var(--line-dark);display:grid;place-items:center;color:#fff;transition:.2s}
.foot-social a:hover{background:var(--accent);border-color:var(--accent)}
.foot-col h4{font-family:var(--head);font-size:.82rem;letter-spacing:.2em;text-transform:uppercase;color:#fff;margin-bottom:1.2rem;font-weight:500}
.foot-col a{display:block;color:rgba(255,255,255,.66);font-size:.96rem;padding:.36rem 0;transition:.2s}
.foot-col a:hover{color:var(--accent)}
.foot-bottom{border-top:1px solid var(--line-dark);max-width:1320px;margin:0 auto;padding:1.7rem 2.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-family:var(--head);font-size:.84rem;letter-spacing:.04em;color:rgba(255,255,255,.5)}
.pay-methods{display:flex;gap:.55rem;align-items:center}
.pay-badge{font-family:var(--head);font-size:.74rem;letter-spacing:.08em;color:#fff;background:rgba(255,255,255,.08);border:1px solid var(--line-dark);border-radius:7px;padding:.4rem .75rem;white-space:nowrap}

/* ============ AUTH MODAL (logowanie / rejestracja) ============ */
.auth-overlay{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:rgba(23,20,15,.42);backdrop-filter:blur(9px);animation:fade .25s ease}
.auth-card{position:relative;background:var(--canvas);border-radius:var(--r);width:min(440px,100%);padding:2.8rem 2.4rem 2.4rem;box-shadow:var(--shadow);animation:pop .3s var(--ease)}
@keyframes pop{from{transform:translateY(14px) scale(.98);opacity:0}to{transform:none;opacity:1}}
.auth-card .modal-close{position:absolute;top:1rem;right:1.2rem}
.auth-head{text-align:center;margin-bottom:1.6rem}
.auth-title{font-family:var(--head);font-weight:400;font-size:1.7rem;letter-spacing:.01em;color:var(--ink);line-height:1.1}
.auth-tabs{display:flex;gap:.3rem;background:var(--beige-soft);border-radius:var(--pill);padding:.32rem;margin-bottom:1.8rem}
.auth-tab{flex:1;font-family:var(--head);font-size:.92rem;letter-spacing:.04em;border:none;background:none;color:var(--ink-soft);padding:.72rem;border-radius:var(--pill);cursor:pointer;transition:.2s}
.auth-tab.is-active{background:var(--cta);color:#fff}
.auth-form{display:flex;flex-direction:column;gap:1rem}
.auth-form label{font-family:var(--head);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);display:flex;flex-direction:column;gap:.45rem}
.auth-form input[type=text],.auth-form input[type=email],.auth-form input[type=password]{border:1px solid var(--line);border-radius:10px;padding:.9rem 1.05rem;font-family:var(--body);font-size:.96rem;color:var(--ink);background:#fff}
.auth-form input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:transparent}
.auth-forgot{font-family:var(--head);font-size:.84rem;color:var(--accent);align-self:flex-end;margin-top:-.4rem}
.auth-forgot:hover{text-decoration:underline}
.auth-check{flex-direction:row!important;align-items:flex-start;gap:.55rem;font-size:.82rem!important;letter-spacing:0!important;text-transform:none!important;color:var(--ink-soft);line-height:1.45}
.auth-check input{margin-top:.15rem;accent-color:var(--accent);width:16px;height:16px;flex-shrink:0}
.auth-check a{color:var(--accent)}
.auth-check a:hover{text-decoration:underline}
.auth-form .btn-pill{margin-top:.5rem}
.auth-note{text-align:center;font-family:var(--head);font-size:.76rem;color:var(--muted);margin-top:1.4rem;line-height:1.5}

/* ============ DRAWER (koszyk) ============ */
.drawer-overlay{position:fixed;inset:0;background:rgba(23,20,15,.5);z-index:200;display:flex;justify-content:flex-end;backdrop-filter:blur(3px);animation:fade .25s ease}
@keyframes fade{from{opacity:0}to{opacity:1}}
.drawer{background:var(--canvas);width:min(440px,100%);height:100%;display:flex;flex-direction:column;box-shadow:var(--shadow);animation:slide .3s var(--ease)}
@keyframes slide{from{transform:translateX(40px)}to{transform:translateX(0)}}
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.7rem;border-bottom:1px solid var(--line)}
.drawer-head h3{font-family:var(--head);font-size:1.4rem;font-weight:400;letter-spacing:.02em}
.modal-close{background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:var(--ink)}
.modal-close:hover{color:var(--accent)}
.drawer-body{flex:1;overflow:auto;padding:1.5rem 1.7rem}
.cart-empty{color:var(--muted);text-align:center;margin-top:2rem;font-family:var(--head)}
/* pozycja koszyka */
.cart-item{display:flex;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--line)}
.cart-item:first-child{padding-top:0}
.ci-thumb{width:84px;height:108px;border-radius:8px;flex-shrink:0;object-fit:cover}
.ci-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.45rem}
.ci-head{display:flex;justify-content:space-between;gap:.6rem;align-items:flex-start}
.ci-title{font-family:var(--head);font-weight:400;font-size:1.02rem;color:var(--ink);line-height:1.3}
.ci-remove{background:none;border:none;color:var(--muted);cursor:pointer;padding:.1rem;flex-shrink:0;transition:.2s}
.ci-remove:hover{color:var(--accent)}
.ci-size{font-family:var(--head);font-size:.86rem;color:var(--ink-soft)}
.ci-size strong{color:var(--ink);font-weight:500}
.ci-price{font-family:var(--head);font-size:1rem;color:var(--ink);font-weight:500}
.ci-qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:var(--pill);width:fit-content;overflow:hidden;margin-top:.1rem}
.ci-qty button{width:34px;height:34px;background:none;border:none;font-size:1.15rem;line-height:1;cursor:pointer;color:var(--ink);font-family:var(--head);transition:.2s}
.ci-qty button:hover{background:var(--beige-soft);color:var(--accent)}
.ci-qty span{min-width:34px;text-align:center;font-family:var(--head);font-size:.95rem}
/* stopka koszyka */
.drawer-foot{border-top:1px solid var(--line);padding:1.4rem 1.7rem;display:flex;flex-direction:column;gap:.95rem}
.cart-line{display:flex;justify-content:space-between;align-items:baseline;font-family:var(--head)}
.cart-line span{font-size:.95rem;color:var(--ink-soft)}
.cart-line strong{font-size:1.05rem;color:var(--ink)}
.cart-sum{border-top:1px solid var(--line);padding-top:.95rem;margin-top:.1rem}
.cart-sum span,.cart-sum strong{font-size:1.2rem;color:var(--ink);font-weight:600}
.promo{display:flex;align-items:center;border-bottom:1px solid var(--line);padding-bottom:.5rem}
.promo input{flex:1;border:none;background:none;font-family:var(--head);font-size:.95rem;color:var(--ink);padding:.3rem 0}
.promo input::placeholder{color:var(--accent)}
.promo input:focus{outline:none}
.promo-add{background:none;border:none;font-family:var(--head);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);cursor:pointer;padding:.2rem 0 .2rem 1rem}
.promo-add:hover{color:var(--accent)}
.promo-link{display:flex;align-items:center;gap:.5rem;background:none;border:none;font-family:var(--head);font-size:.86rem;color:var(--ink-soft);cursor:pointer;padding:0;text-align:left}
.promo-link svg{color:var(--accent)}
.promo-link:hover{color:var(--accent)}
.btn-soft{background:var(--beige-soft);color:var(--ink);padding:1rem;border-radius:var(--pill);font-size:.95rem;letter-spacing:.04em}
.btn-soft:hover{background:var(--beige);transform:translateY(-1px)}

/* ============ RESPONSYWNOŚĆ ============ */
@media(max-width:1200px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:860px){
  .product-grid{grid-template-columns:repeat(2,1fr);gap:1.4rem}
  .visit{grid-template-columns:1fr}
  .visit-map{min-height:300px}
}
@media(max-width:768px){
  .header-top{padding:.9rem 1rem;gap:.5rem}
  .header-right{gap:.35rem}
  .header-right .social{display:none}
  .header-phone span{display:none}      /* tylko ikona telefonu na mobile */
  .brand-logo{height:44px}
  .subnav{padding:0 2.6rem}
  .hero-slide{grid-template-columns:1fr;min-height:auto}
  .hero-copy{order:2;padding:2.6rem 1.5rem;gap:1.2rem}
  .hero-media{order:1;min-height:62vh}
  .shop{padding:3.5rem 1.2rem}
  .product{grid-template-columns:1fr;gap:1.4rem;padding:1.5rem 1.2rem 3.5rem}
  .product-info{position:static;top:auto}
  .co-header{padding:.9rem 1rem}
  .co-back span{display:none}
  .checkout{padding:1.8rem 1.2rem 3.5rem}
  .co-grid{grid-template-columns:1fr;gap:1.8rem}
  .co-summary{position:static}
  .foot-grid{grid-template-columns:1fr 1fr}
  .foot-brand{grid-column:1/-1}
  .foot-bottom{flex-direction:column;text-align:center}
}
@media(max-width:440px){
  .product-grid{grid-template-columns:1fr 1fr;gap:.9rem}
  .card-title{font-size:.98rem}
  .foot-grid{grid-template-columns:1fr}
}


/* ============ WOOCOMMERCE — bazowa spójność marki ============ */
.mb-page{max-width:1180px;margin:0 auto;padding:3rem 2.2rem 5rem}
.mb-page h1,.woocommerce-page h1{font-family:var(--head);font-weight:300;letter-spacing:-.01em}
.woocommerce .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{
  background:var(--cta);color:#fff;font-family:var(--head);font-weight:500;letter-spacing:.03em;border-radius:var(--pill);padding:.95rem 2.2rem;border:none;transition:.25s var(--ease);text-transform:none}
.woocommerce .button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}
.woocommerce .button.alt,.woocommerce button.button.alt{background:var(--cta)}
.woocommerce span.onsale{background:var(--accent);color:#fff;font-family:var(--head);border-radius:var(--pill);min-height:auto;min-width:auto;padding:.34rem .78rem;font-size:.7rem;letter-spacing:.1em}
.woocommerce .price,.woocommerce-Price-amount{font-family:var(--head);color:var(--ink)}
.woocommerce .price del{color:var(--muted)}
.woocommerce .price ins{color:var(--accent);text-decoration:none;font-weight:500}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--accent);font-family:var(--body)}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce .select2-container,.woocommerce-page input[type=text],.woocommerce-page input[type=email],.woocommerce-page input[type=tel],.woocommerce-page input[type=password]{border:1px solid var(--line);border-radius:10px;padding:.8rem 1rem;font-family:var(--body)}
.woocommerce input.input-text:focus,.woocommerce-page input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:transparent}
.woocommerce table.shop_table{border-radius:var(--r);border-color:var(--line)}
.woocommerce-breadcrumb{font-family:var(--head);font-size:.8rem;letter-spacing:.04em;color:var(--muted);max-width:1180px;margin:1.4rem auto 0;padding:0 2.2rem}
.woocommerce div.product .product_title{font-family:var(--head);font-weight:300;font-size:clamp(1.9rem,3vw,2.7rem)}
.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:1.5rem;color:var(--ink)}
.woocommerce #reviews #comments h2,.woocommerce .related.products>h2,.woocommerce .upsells.products>h2{font-family:var(--head);font-weight:300}
.woocommerce ul.products li.product .price{font-family:var(--head)}
/* archiwum jako siatka w stylu kart */
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--head);font-weight:400}

/* ============ STRONA PRODUKTU — formularz Woo (rozmiar + add) ============ */
.product-info form.cart{margin:.4rem 0 1.8rem;display:flex;flex-direction:column;gap:1rem}
.product-info .variations{width:100%;border:none;margin-bottom:.4rem}
.product-info .variations td,.product-info .variations th{border:none;padding:0 0 .8rem;background:none;text-align:left}
.product-info .variations th.label label{font-family:var(--head);font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft)}
.product-info .variations td.value{display:block}
.product-info .variations select{width:100%;font-family:var(--head);font-size:.95rem;border:1px solid var(--line);border-radius:10px;padding:.85rem 1rem;background:#fff;color:var(--ink);appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2317140F' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.6rem}
.product-info .reset_variations{font-family:var(--head);font-size:.82rem;color:var(--accent);margin-left:.5rem}
.product-info .woocommerce-variation-price{font-family:var(--head);font-size:1.3rem;color:var(--ink);margin:.2rem 0 .4rem}
.product-info .woocommerce-variation-price .price ins{color:var(--accent);text-decoration:none}
.product-info .quantity{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:var(--pill);overflow:hidden;width:fit-content}
.product-info .quantity input.qty{width:54px;height:48px;border:none;text-align:center;font-family:var(--head);font-size:1rem;background:#fff;-moz-appearance:textfield}
.product-info .quantity input.qty::-webkit-outer-spin-button,.product-info .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.product-info form.cart .single_add_to_cart_button{width:100%;background:var(--cta);color:#fff;font-family:var(--head);font-weight:500;letter-spacing:.03em;border:none;border-radius:var(--pill);padding:1.05rem 2.8rem;font-size:1rem;cursor:pointer;transition:.25s var(--ease)}
.product-info form.cart .single_add_to_cart_button:hover{background:var(--accent);transform:translateY(-2px);box-shadow:var(--shadow-sm)}
.product-info form.cart.variations_form .single_variation_wrap{display:flex;flex-direction:column;gap:1rem}
.product-info .woocommerce-variation-add-to-cart{display:flex;gap:.8rem;align-items:stretch}
.product-info .woocommerce-variation-add-to-cart .single_add_to_cart_button{flex:1}
.product-info .stock,.product-info .woocommerce-variation-availability{font-family:var(--head);font-size:.85rem;color:var(--ink-soft)}
/* karta "Do koszyka" w stanie ładowania */
.card-cart.is-loading{opacity:.6;pointer-events:none}

/* ============ POPRAWKI v0.1.1 ============ */
/* Zdjęcia w kartach/koszyku/galerii — celujemy w obrazek Woo niezależnie od jego klas */
.card-media img,.card-media .card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s var(--ease)}
.card:hover .card-media img{transform:scale(1.05)}
.cart-item img,.cart-item .ci-thumb{width:84px;height:108px;object-fit:cover;border-radius:8px;flex-shrink:0;display:block}
.product-gallery img,.product-gallery .pg-img{width:100%;height:auto;border-radius:var(--r);display:block;background:var(--cream)}

/* ============ GALERIA PRODUKTU v0.2.7 ============ */
body.pg-lightbox-open{overflow:hidden}
.pg-lightbox{position:fixed;inset:0;z-index:1000;display:grid;grid-template-columns:72px minmax(0,1fr) 72px;align-items:center;background:rgba(15,13,10,.94);opacity:0;visibility:hidden;transition:opacity .22s var(--ease),visibility .22s}
.pg-lightbox.is-open{opacity:1;visibility:visible}
.pg-lightbox-stage{grid-column:2;height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center;padding:4rem 1rem 3rem}
.pg-lightbox-img{display:block;max-width:100%;max-height:calc(100vh - 7rem);max-height:calc(100dvh - 7rem);width:auto;height:auto;object-fit:contain;user-select:none;-webkit-user-drag:none}
.pg-lightbox-close,.pg-lightbox-arrow{border:0;background:rgba(255,255,255,.12);color:#fff;display:grid;place-items:center;cursor:pointer;transition:background .2s,opacity .2s}
.pg-lightbox-close:hover,.pg-lightbox-arrow:hover{background:rgba(255,255,255,.22)}
.pg-lightbox-close{position:absolute;top:1rem;right:1rem;width:46px;height:46px;border-radius:50%;font-size:2rem;line-height:1;z-index:2}
.pg-lightbox-arrow{width:48px;height:48px;border-radius:50%;font-size:2rem;justify-self:center}
.pg-lightbox-prev{grid-column:1;grid-row:1}
.pg-lightbox-next{grid-column:3;grid-row:1}
.pg-lightbox-arrow[hidden]{display:none}
.pg-lightbox-count{position:absolute;left:50%;bottom:1rem;transform:translateX(-50%);color:#fff;font-family:var(--head);font-size:.82rem;letter-spacing:.12em}
@media(max-width:640px){
  .pg-lightbox{grid-template-columns:48px minmax(0,1fr) 48px}
  .pg-lightbox-stage{padding:4rem .25rem 3rem}
  .pg-lightbox-img{max-height:calc(100dvh - 7rem)}
  .pg-lightbox-arrow{width:40px;height:40px;font-size:1.7rem;background:rgba(255,255,255,.16)}
  .pg-lightbox-close{width:42px;height:42px}
}

/* Logo — twardo ograniczone (na stronach Woo bywało gigantyczne) */
.site-header .brand-logo{height:52px!important;width:auto!important;max-height:52px}
@media(max-width:768px){.site-header .brand-logo{height:44px!important;max-height:44px}}

/* Hero — pojedyncze zdjęcie na całą szerokość, bez kadrowania */
.hero-single{width:100%;line-height:0;background:var(--cream)}
.hero-single .hero-single-img{width:100%;height:auto;display:block;margin:0}

/* ============ MOBILE v0.1.4 — większe zdjęcia (1 kolumna na telefonie) ============ */
@media(max-width:560px){
  .product-grid{grid-template-columns:1fr;gap:1.6rem}
  .card-title{font-size:1.05rem}
  /* plakietka mniejsza i lekko odsunięta — nie zasłania twarzy na dużym zdjęciu */
  .card-badge{top:1rem;left:1rem;font-size:.66rem;padding:.32rem .7rem}
  /* przycisk "Do koszyka" widoczny od razu (na mobile nie ma hovera) */
  .card-cart{opacity:1;transform:none}
}

/* ============ BLIK — oficjalne logo w stopce (v0.1.6) ============ */
.pay-methods{align-items:center}
.pay-blik-logo{height:26px;width:auto;display:block}

/* ============ v0.1.8 — cena po przecenie, Wyprzedaż, newsletter ============ */
/* Cena promocyjna z get_price_html() (del=stara, ins=nowa) */
.card-price del,.p-price del{color:var(--muted);text-decoration:line-through;font-weight:300;margin-right:.45rem;font-size:.92em}
.card-price ins,.p-price ins{color:var(--accent);text-decoration:none;font-weight:500}
.card-price del .amount,.p-price del .amount,.card-price del bdi,.p-price del bdi{color:inherit}

/* Zakładka Wyprzedaż */
.tab-sale{color:var(--accent);border-color:var(--accent)}
.tab-sale.is-active{background:var(--accent);border-color:var(--accent);color:#fff}

/* Newsletter (nad stopką) */
.foot-newsletter{background:var(--beige);padding:clamp(2.6rem,5vw,3.6rem) 2.2rem;text-align:center}
.fn-inner{max-width:620px;margin:0 auto}
.fn-kicker{font-family:var(--head);font-size:.82rem;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);font-weight:500;margin-bottom:.5rem}
.fn-title{font-family:var(--head);font-weight:300;font-size:clamp(1.8rem,3.4vw,2.6rem);color:var(--ink);line-height:1.05;margin-bottom:.7rem}
.fn-sub{color:var(--ink-soft);margin-bottom:1.6rem;line-height:1.6}
.fn-sub strong{color:var(--accent);font-weight:600}
.fn-form .mc4wp-form-fields{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;align-items:center}
.fn-form input[type=email],.fn-form input[type=text]{flex:1;min-width:240px;max-width:360px;border:1px solid var(--line);border-radius:var(--pill);padding:1rem 1.4rem;font-family:var(--body);font-size:.98rem;background:#fff;color:var(--ink)}
.fn-form input[type=email]:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:transparent}
.fn-form input[type=submit],.fn-form button[type=submit]{background:var(--cta);color:#fff;font-family:var(--head);font-weight:500;letter-spacing:.03em;border:none;border-radius:var(--pill);padding:1rem 2.2rem;cursor:pointer;transition:.25s var(--ease)}
.fn-form input[type=submit]:hover,.fn-form button[type=submit]:hover{background:var(--accent);transform:translateY(-2px)}
.fn-note{color:var(--ink-soft);font-family:var(--head);font-size:.9rem}
.foot-newsletter .mc4wp-response{margin-top:.8rem;color:var(--ink-soft);font-family:var(--head);font-size:.92rem}
@media(max-width:560px){.fn-form .mc4wp-form-fields{flex-direction:column}.fn-form input[type=email],.fn-form input[type=text]{max-width:none;width:100%}.fn-form input[type=submit],.fn-form button[type=submit]{width:100%}}
.fn-response{margin-top:.9rem;font-family:var(--head);color:var(--ink-soft);min-height:1.2em}
.fn-response.is-ok{color:var(--accent);font-weight:500}
.fn-consent{margin-top:.8rem;font-size:.76rem;color:var(--muted);line-height:1.4;max-width:460px;margin-left:auto;margin-right:auto}

/* ============ v0.2.2 — editorialny layout podstron (page.php) ============ */
.page-editorial{max-width:760px;margin:0 auto;padding:clamp(2.6rem,5vw,4.5rem) 2.2rem clamp(3rem,6vw,5rem)}
.pe-head{text-align:center;margin-bottom:2.6rem}
.pe-head .section-kicker{margin-bottom:.5rem}
.pe-title{font-family:var(--head);font-weight:300;font-size:clamp(2.2rem,4.6vw,3.4rem);letter-spacing:-.01em;line-height:1.05;color:var(--ink)}
.pe-body{color:var(--ink-soft);font-size:1.06rem;line-height:1.85}
.pe-body p{margin-bottom:1.3rem}
/* akapit wiodący — tylko gdy treść zaczyna się akapitem (np. O nas) */
.pe-body>p:first-child{font-family:var(--serif);font-style:italic;font-size:clamp(1.3rem,2.2vw,1.7rem);line-height:1.5;color:var(--ink);text-align:center;margin-bottom:2rem}
.pe-body h2,.pe-body h3{font-family:var(--head);font-weight:400;color:var(--ink);margin:2.2rem 0 .8rem;line-height:1.2;letter-spacing:-.01em}
.pe-body h2{font-size:1.55rem}
.pe-body h3{font-size:1.2rem}
.pe-body ul,.pe-body ol{margin:0 0 1.4rem 1.4rem}
.pe-body li{margin-bottom:.5rem}
.pe-body a{color:var(--accent)}
.pe-body a:hover{text-decoration:underline}
.pe-body strong{color:var(--ink)}
.pe-body img{border-radius:var(--r);margin:1.6rem 0;height:auto}
.pe-body hr{border:none;border-top:1px solid var(--line);margin:2.4rem 0}

/* ============ v0.2.3 — przycisk "Dodaj do koszyka" na brand (był fioletowy) ============ */
.woocommerce div.product form.cart button.single_add_to_cart_button,
.woocommerce div.product .single_add_to_cart_button,
.product-info form.cart .single_add_to_cart_button{
  background:var(--cta)!important;background-color:var(--cta)!important;color:#fff!important;border:none!important;border-radius:var(--pill)!important
}
.woocommerce div.product form.cart button.single_add_to_cart_button:hover,
.product-info form.cart .single_add_to_cart_button:hover{
  background:var(--accent)!important;background-color:var(--accent)!important;color:#fff!important
}

/* ============ v0.2.4 — sklep bliżej banera (usunięty napis KOLEKCJA/Sklep) ============ */
.shop{padding-top:2.6rem}
@media(max-width:768px){.shop{padding-top:1.8rem}}
