/*
Theme Name: CWS Motyw
Theme URI: https://rovetta.cz
Description: Profesjonalny motyw dropshippingowy fashion WooCommerce
Version: 4.5.0
Author: CWS
Text Domain: cws-motyw
WC requires at least: 7.0
WC tested up to: 9.9
*/

/* Fonts loaded via wp_enqueue_style in functions.php */

/* ══════════════════════════════════════════════════════════════
   ZMIENNE
══════════════════════════════════════════════════════════════ */
:root {
  --col-bg:        #ffffff;
  --col-bg-alt:    #f8f8f8;
  --col-bg-dark:   #111111;
  --col-text:      #1a1a1a;
  --col-muted:     #767676;
  --col-border:    #e4e4e4;
  --col-sale:      #e63946;
  --col-sale-bg:   #fff0f1;
  --col-btn:       #c9a84c;
  --col-btn-hover: #b8912e;
  --col-gold:      #c9a84c;
  --col-success:   #2d6a4f;
  --col-white:     #ffffff;

  --ff-head:      'Rubik', sans-serif;
  --ff-body:      'Work Sans', sans-serif;
  --ff-accent:    'Space Mono', monospace;
  --ff-highlight: 'Pacifico', cursive;

  --radius:    4px;
  --radius-lg: 8px;
  --shadow:    0 2px 12px rgba(0,0,0,.08);
  --shadow-lg: 0 8px 32px rgba(0,0,0,.12);
  --trans:     .2s ease;

  --header-h:  64px;
  --container: 1280px;
}

/* ══════════════════════════════════════════════════════════════
   RESET
══════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  color: var(--col-text);
  background: var(--col-bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; outline: none; }

/* ══════════════════════════════════════════════════════════════
   TYPOGRAPHY
══════════════════════════════════════════════════════════════ */
h1,h2,h3,h4,h5,h6 { font-family: var(--ff-head); font-weight: 600; line-height: 1.2; }
h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
h2 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
h3 { font-size: 1.2rem; }

/* ══════════════════════════════════════════════════════════════
   LAYOUT
══════════════════════════════════════════════════════════════ */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.sr-only { position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0); }

/* ══════════════════════════════════════════════════════════════
   ANNOUNCEMENT BAR — scrolling marquee
══════════════════════════════════════════════════════════════ */
.announcement-bar {
  background: var(--col-bg-dark);
  color: rgba(255,255,255,.88);
  overflow: hidden;
  padding: 9px 0;
  font-size: .78rem;
  font-family: var(--ff-head);
  font-weight: 500;
  letter-spacing: .5px;
  white-space: nowrap;
}
.announcement-bar__track {
  display: inline-flex;
  animation: ann-marquee 28s linear infinite;
}
.announcement-bar__item {
  display: inline-flex; align-items: center;
  padding: 0 40px;
}
.announcement-bar__dot { color: var(--col-gold); margin: 0 8px; }
@keyframes ann-marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ══════════════════════════════════════════════════════════════
   HEADER
══════════════════════════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: var(--col-bg);
  border-bottom: 1px solid var(--col-border);
  height: var(--header-h);
}
.site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 100%;
  gap: 16px;
}
/* Nav — left */
.site-header__nav { grid-column: 1; }
.site-header__nav ul { display: flex; gap: 28px; align-items: center; }
.site-header__nav a {
  font-family: var(--ff-body);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--col-text);
  transition: color var(--trans);
  position: relative;
}
.site-header__nav a::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0;
  width: 0; height: 1.5px;
  background: var(--col-text);
  transition: width var(--trans);
}
.site-header__nav a:hover::after { width: 100%; }

/* Logo — center */
.site-header__logo {
  grid-column: 2;
  text-align: center;
}
.site-header__logo a {
  font-family: var(--ff-highlight);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  color: var(--col-text);
}

/* Actions — right */
.site-header__actions {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.hdr-icon {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  color: var(--col-text);
  border-radius: 50%;
  transition: background var(--trans);
  position: relative;
}
.hdr-icon:hover { background: var(--col-bg-alt); }
.hdr-icon svg { width: 21px; height: 21px; }
.cart-badge {
  position: absolute; top: 4px; right: 4px;
  background: var(--col-sale);
  color: #fff;
  font-size: 9px; font-weight: 700;
  width: 16px; height: 16px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-head);
}
.mobile-toggle {
  display: none;
  flex-direction: column; gap: 5px;
  padding: 8px;
}
.mobile-toggle span {
  display: block; width: 22px; height: 1.5px;
  background: var(--col-text);
  transition: all var(--trans);
}

/* Mobile nav */
.mobile-nav {
  display: none;
  position: fixed; inset: 0;
  background: var(--col-bg);
  z-index: 600;
  flex-direction: column;
  padding: 60px 32px 32px;
  gap: 28px;
  transform: translateX(-100%);
  transition: transform .35s ease;
}
.mobile-nav.open { transform: none; }
.mobile-nav a {
  font-family: var(--ff-head);
  font-size: 1.5rem; font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--col-border);
  padding-bottom: 20px;
}
.mobile-nav__close {
  position: absolute; top: 20px; right: 24px;
  font-size: 1.5rem; color: var(--col-muted);
}

@media (max-width: 900px) {
  .site-header__nav { display: none; }
  .mobile-toggle { display: flex; }
  .mobile-nav { display: flex; }
  .site-header__inner { grid-template-columns: auto 1fr auto; }
  .site-header__logo { grid-column: 2; text-align: left; }
}

/* ══════════════════════════════════════════════════════════════
   HERO STRONA GŁÓWNA
══════════════════════════════════════════════════════════════ */
.hero-banner {
  background: linear-gradient(135deg, #111 0%, #2d2d2d 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54 60l-6-6H0V0h60v54l-6 6z' fill='none' stroke='rgba(255,255,255,.03)' stroke-width='1'/%3E%3C/svg%3E");
}
.hero-banner__inner { position: relative; z-index: 1; }
.hero-banner__eyebrow {
  font-family: var(--ff-head);
  font-size: .7rem; font-weight: 500;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--col-gold); margin-bottom: 12px;
}
.hero-banner h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; margin-bottom: 16px; }
.hero-banner p { color: rgba(255,255,255,.7); max-width: 520px; margin: 0 auto 32px; font-size: 1.05rem; }
.hero-banner__badge {
  display: inline-block;
  background: var(--col-sale);
  color: #fff;
  padding: 4px 14px;
  font-family: var(--ff-head); font-size: .8rem; font-weight: 700;
  border-radius: 999px; margin-bottom: 16px;
}

/* ══════════════════════════════════════════════════════════════
   BUTTONS
══════════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: .9rem 2rem;
  font-family: var(--ff-head);
  font-size: .85rem; font-weight: 600;
  letter-spacing: .5px;
  border-radius: var(--radius);
  transition: all var(--trans);
  cursor: pointer;
}
.btn--primary { background: var(--col-btn); color: #1a1a1a; }
.btn--primary:hover { background: var(--col-btn-hover); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn--outline { background: transparent; border: 1.5px solid var(--col-btn); color: var(--col-btn); }
.btn--outline:hover { background: var(--col-btn); color: #1a1a1a; }
.btn--sale { background: var(--col-sale); color: #fff; }
.btn--sale:hover { background: #c62828; }
.btn--full { width: 100%; }

/* ══════════════════════════════════════════════════════════════
   PRODUCT CARDS (ARCHIWUM)
══════════════════════════════════════════════════════════════ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.product-card {
  position: relative;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--col-bg);
  transition: box-shadow var(--trans), border-color var(--trans);
}
.product-card:hover { box-shadow: var(--shadow-lg); border-color: var(--col-border); }

.product-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--col-bg-alt);
}
.product-card__image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.product-card__image img.img-hover {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity .4s ease;
}
.product-card:hover .product-card__image img.img-hover { opacity: 1; }
.product-card:hover .product-card__image img:first-child { opacity: 0; }

.product-card__badge {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  display: flex; flex-direction: column; gap: 4px;
}
.badge-sale {
  background: var(--col-sale); color: #fff;
  font-family: var(--ff-accent); font-size: .62rem; font-weight: 700;
  padding: 3px 8px; border-radius: 3px;
  text-transform: uppercase; letter-spacing: .1em;
}
.badge-new {
  background: var(--col-bg-dark); color: #fff;
  font-family: var(--ff-accent); font-size: .62rem; font-weight: 700;
  padding: 3px 8px; border-radius: 3px;
  text-transform: uppercase; letter-spacing: .1em;
}

.product-card__quick {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  background: rgba(17,17,17,.85);
  color: #fff;
  text-align: center;
  padding: 12px;
  font-family: var(--ff-head);
  font-size: .78rem; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase;
  transform: translateY(100%);
  transition: transform var(--trans);
}
.product-card:hover .product-card__quick { transform: none; }

.product-card__info { padding: 14px 14px 18px; }
.product-card__cat {
  font-size: .72rem; color: var(--col-muted);
  text-transform: uppercase; letter-spacing: .8px;
  margin-bottom: 4px;
}
.product-card__title {
  font-family: var(--ff-head);
  font-size: .95rem; font-weight: 600;
  line-height: 1.35; margin-bottom: 8px;
  color: var(--col-text);
  transition: color var(--trans);
}
.product-card:hover .product-card__title { color: var(--col-sale); }
.product-card__price {
  display: flex; align-items: center; gap: 8px;
  flex-wrap: wrap;
}
.price-sale { font-family: var(--ff-accent); font-size: 1rem; font-weight: 700; color: var(--col-sale); }
.price-regular { font-family: var(--ff-accent); font-size: 1rem; font-weight: 700; color: var(--col-text); }
.price-old { font-family: var(--ff-accent); font-size: .82rem; color: var(--col-muted); text-decoration: line-through; }

.product-card__colors {
  display: flex; gap: 4px; margin-top: 8px;
}
.color-dot {
  width: 13px; height: 13px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,.12);
}

@media (max-width: 1024px) { .products-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 700px)  { .products-grid { grid-template-columns: repeat(2,1fr); gap: 12px; } }
@media (max-width: 380px)  { .products-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════════════════
   SHOP TOOLBAR
══════════════════════════════════════════════════════════════ */
.shop-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 0; margin-bottom: 8px;
  border-bottom: 1px solid var(--col-border);
}
.shop-toolbar__count { font-size: .85rem; color: var(--col-muted); }
.shop-toolbar select {
  border: 1px solid var(--col-border);
  padding: 7px 14px; border-radius: var(--radius);
  font-size: .85rem; background: var(--col-bg);
  color: var(--col-text);
}

/* ══════════════════════════════════════════════════════════════
   STRONA PRODUKTU — LAYOUT
══════════════════════════════════════════════════════════════ */
.product-page { padding: 40px 0 80px; }

.product-page .woocommerce-breadcrumb {
  font-size: .78rem; color: var(--col-muted);
  margin-bottom: 28px;
  font-family: var(--ff-head);
}
.product-page .woocommerce-breadcrumb a { color: var(--col-muted); }
.product-page .woocommerce-breadcrumb a:hover { color: var(--col-text); }

.product-layout {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 52px;
  align-items: start;
}

/* ── GALERIA — główne zdjęcie + miniatury ─────────────────── */
.pg-gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  max-width: 100%;
  min-width: 0;
}

/* Główne zdjęcie */
.pg-gallery__main {
  width: 100%;
  aspect-ratio: 7/10;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--col-bg-alt);
  cursor: zoom-in;
  touch-action: pan-y;        /* pozwala na poziomy swipe bez blokowania scrolla */
  user-select: none;
}
.pg-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity .15s ease, transform .5s ease;
  pointer-events: none;       /* blokuje drag na img — swipe idzie do wrappera */
}
.pg-gallery__main:hover img { transform: scale(1.03); }

/* Rząd miniaturek — poziomo, scroll na mobile */
.pg-gallery__thumbs {
  display: flex;
  flex-direction: row;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  -webkit-overflow-scrolling: touch;  /* płynny scroll na iOS */
  min-width: 0;
}
.pg-gallery__thumbs::-webkit-scrollbar { height: 3px; }
.pg-gallery__thumbs::-webkit-scrollbar-thumb { background: #ccc; border-radius: 2px; }

.pg-thumb {
  flex: 0 0 80px;
  width: 80px;
  height: 107px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color var(--trans), opacity var(--trans);
  background: var(--col-bg-alt);
}
.pg-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.pg-thumb.active  { border-color: var(--col-text); }
.pg-thumb:hover   { border-color: #999; opacity: .85; }

/* ── INFO ──────────────────────────────────────────────────── */
.pg-info { position: sticky; top: calc(var(--header-h) + 20px); }

.pg-info__vendor {
  font-family: var(--ff-body);
  font-size: .72rem; font-weight: 400;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--col-muted); margin-bottom: 6px;
}
.pg-info__title {
  font-family: var(--ff-head);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 700; line-height: 1.2;
  margin-bottom: 10px;
}
.pg-info__rating {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 14px; font-size: .82rem; color: var(--col-muted);
}
.pg-info__stars { color: #f4b400; letter-spacing: 1px; }

/* Price */
.pg-price {
  display: flex; align-items: baseline;
  gap: 10px; flex-wrap: wrap;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--col-border);
}
.pg-price__sale {
  font-family: var(--ff-head);
  font-size: 1.15rem; font-weight: 500;
  color: var(--col-text);
}
.pg-price__regular {
  font-family: var(--ff-head);
  font-size: 1.15rem; font-weight: 500;
  color: var(--col-text);
}
.pg-price--sm { padding-bottom: 10px; }
.pg-price--sm .pg-price__regular { font-size: .92rem; font-weight: 500; }
.pg-price__old {
  font-family: var(--ff-head);
  font-size: 1rem; color: var(--col-muted);
  text-decoration: line-through;
}
.pg-price__save {
  background: #f47b6b;
  color: #fff;
  font-family: var(--ff-head); font-size: .78rem; font-weight: 600;
  padding: 4px 12px; border-radius: 999px;
  letter-spacing: .2px;
}

/* Swatches: Color */
.pg-option { margin-bottom: 18px; }
.pg-option--hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; margin: 0; padding: 0; border: 0; clip: rect(0,0,0,0); }
.pg-option__label {
  font-family: var(--ff-body);
  font-size: .65rem; font-weight: 500;
  letter-spacing: .05em; text-transform: uppercase;
  color: var(--col-muted); margin-bottom: 10px;
  display: flex; align-items: center; gap: 6px;
}
.pg-option__label em {
  font-style: normal;
  color: var(--col-text);
  font-weight: 500; text-transform: none;
  letter-spacing: 0;
}

.color-swatches { display: flex; flex-wrap: wrap; gap: 8px; }
.color-sw {
  width: 30px; height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #bbb;
  background: #ccc center/contain no-repeat;
  transition: border-color .15s ease;
  padding: 0;
  flex-shrink: 0;
}
.color-sw.active { border-color: #111; box-shadow: 0 0 0 2px #fff, 0 0 0 4px #111; }

/* Swatches: Size */
.size-swatches { display: flex; flex-wrap: wrap; gap: 8px; }
.size-sw {
  min-width: 46px; height: 40px;
  padding: 0 12px;
  border: 1.5px solid var(--col-border);
  border-radius: var(--radius);
  font-family: var(--ff-body);
  font-size: .65rem; font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--col-text);
  cursor: pointer;
  transition: all var(--trans);
  display: flex; align-items: center; justify-content: center;
  background: var(--col-bg);
}
.size-sw:hover { border-color: var(--col-text); }
.size-sw.active { background: var(--col-text); color: #fff; border-color: var(--col-text); }
.size-sw.unavail { opacity: .3; cursor: not-allowed; text-decoration: line-through; }

/* Qty + ATC */
.pg-atc-wrap { margin-bottom: 12px; }
.pg-qty-row {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 10px;
}
.pg-qty-label { font-size: .82rem; color: var(--col-muted); min-width: 60px; font-family: var(--ff-head); font-weight: 500; }
.pg-qty {
  display: flex; align-items: center;
  border: 1.5px solid var(--col-border);
  border-radius: var(--radius);
  overflow: hidden;
}
.pg-qty button {
  width: 40px; height: 44px;
  font-size: 1.1rem; color: var(--col-text);
  transition: background var(--trans);
  display: flex; align-items: center; justify-content: center;
}
.pg-qty button:hover { background: var(--col-bg-alt); }
.pg-qty input {
  width: 50px; height: 44px;
  border: none;
  text-align: center;
  font-family: var(--ff-head); font-size: .9rem; font-weight: 600;
  color: var(--col-text); background: transparent;
  -moz-appearance: textfield;
}
.pg-qty input::-webkit-inner-spin-button { -webkit-appearance: none; }

.pg-stock-warn {
  display: flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 600; color: #c0392b;
  letter-spacing: .04em; text-transform: uppercase;
  margin-bottom: 10px;
}
.pg-stock-warn__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #c0392b; flex-shrink: 0;
  animation: stock-pulse 1.4s ease-in-out infinite;
}
@keyframes stock-pulse {
  0%,100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 0 rgba(192,57,43,.5); }
  50%      { opacity: .85; transform: scale(1.2); box-shadow: 0 0 0 5px rgba(192,57,43,0); }
}

.btn-atc {
  width: 100%; height: 52px;
  background: var(--col-btn); color: #1a1a1a;
  border-radius: var(--radius);
  font-family: var(--ff-accent);
  font-size: .75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: all var(--trans); margin-bottom: 10px;
}
.btn-atc:hover { background: var(--col-btn-hover); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-atc svg { width: 18px; height: 18px; flex-shrink: 0; }

.btn-buy-now {
  width: 100%; height: 52px;
  background: var(--col-text); color: #fff;
  border-radius: var(--radius);
  font-family: var(--ff-accent);
  font-size: .75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: all var(--trans); margin-bottom: 10px;
}
.btn-buy-now:hover { background: #333; transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-buy-now svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-buy-now.loading { opacity: .7; pointer-events: none; }
.btn-atc.loading { opacity: .7; pointer-events: none; }

/* ── PAYMENT LOGOS ──────────────────────────────────────────── */
.payment-logos {
  border: 1px solid var(--col-border);
  border-radius: var(--radius-lg);
  padding: 14px 18px 16px;
  margin-bottom: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.payment-logos__label {
  font-family: var(--ff-body);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--col-muted);
  margin: 0;
}
.payment-logos__row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pay-logo { height: 28px; width: auto; border-radius: 4px; }

/* ── STICKY MOBILE BAR ──────────────────────────────────────── */
.fd-sticky-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 9980;
  background: #fff;
  box-shadow: 0 -3px 20px rgba(0,0,0,.13);
  padding: 10px 16px 14px;
  transform: translateY(100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.fd-sticky-bar.is-visible { transform: translateY(0); }
.fd-sticky-bar__inner {
  display: flex; align-items: center; gap: 10px; max-width: 600px; margin: 0 auto;
}
.fd-sticky-bar__info {
  display: flex; flex-direction: column; flex: 1; min-width: 0;
}
.fd-sticky-bar__name {
  font-size: .75rem; font-weight: 600; color: #1a1a1a;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.fd-sticky-bar__price {
  font-size: .8rem; font-weight: 700; color: var(--col-gold);
}
.fd-sticky-bar__btn {
  height: 46px; padding: 0 20px; flex-shrink: 0;
  background: var(--col-gold); color: #1a1a1a;
  border-radius: var(--radius);
  font-family: var(--ff-accent); font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  transition: background .2s;
  white-space: nowrap;
}
.fd-sticky-bar__btn:hover { background: #b8912e; }
@media (max-width: 768px) {
  .fd-sticky-bar { display: block; }
  body.sticky-bar-visible { padding-bottom: 70px; }
}

/* ── STICKY CHECKOUT BAR (koszyk, mobile) ─────────────────────── */
.fd-cart-sticky {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 9980;
  background: #fff;
  box-shadow: 0 -3px 20px rgba(0,0,0,.13);
  padding: 10px 16px 14px;
  transform: translateY(100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.fd-cart-sticky.is-visible { transform: translateY(0); }
.fd-cart-sticky__inner {
  display: flex; align-items: center; gap: 12px; max-width: 600px; margin: 0 auto;
}
.fd-cart-sticky__info { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.fd-cart-sticky__label { font-size: .72rem; color: var(--col-muted); }
.fd-cart-sticky__total-row { display: flex; align-items: baseline; gap: 7px; }
.fd-cart-sticky__old { font-size: .8rem; color: var(--col-muted); text-decoration: line-through; }
.fd-cart-sticky__total { font-size: 1rem; font-weight: 700; color: var(--col-text); }
.fd-cart-sticky__btn {
  display: flex; align-items: center; gap: 6px;
  height: 46px; padding: 0 20px; flex-shrink: 0;
  background: var(--col-btn); color: #1a1a1a;
  border-radius: var(--radius);
  font-size: .82rem; font-weight: 700;
  white-space: nowrap;
  transition: background .2s;
}
.fd-cart-sticky__btn:hover { background: #b8912e; color: #1a1a1a; }
@media (max-width: 900px) {
  .fd-cart-sticky { display: block; }
}


/* ── MULTIBUY — 3 kolumny ──────────────────────────────────── */
.multibuy {
  border: 1px solid var(--col-border);
  border-radius: var(--radius-lg);
  padding: 20px 18px 14px;
  margin-bottom: 16px;
  text-align: center;
}
.multibuy__cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.multibuy__col {
  padding: 4px 12px;
  cursor: pointer;
  transition: opacity var(--trans);
}
.multibuy__col:not(:last-child) {
  border-right: 1.5px solid #ddd;
}
.multibuy__col:hover { opacity: .75; }
.multibuy__col-qty {
  display: block;
  font-family: var(--ff-body);
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--col-text);
  margin-bottom: 4px;
}
.multibuy__col-disc {
  display: block;
  font-family: var(--ff-accent);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--col-text);
  line-height: 1.1;
}
.multibuy__sub {
  font-size: .8rem;
  font-weight: 700;
  color: var(--col-text);
  margin: 14px 0 10px;
}
.multibuy__hr {
  border: none;
  border-top: 1.5px solid var(--col-border);
  margin: 0 0 10px;
}
.multibuy__note {
  font-size: .78rem;
  font-weight: 700;
  color: var(--col-text);
  margin: 0;
}

/* ── JUBILEUSZOWA WYPRZEDAŻ ── TIMER ──────────────────────── */
.sale-timer {
  background: #f5f5f5;
  border-radius: var(--radius-lg);
  padding: 20px 16px 18px;
  margin-bottom: 16px;
  text-align: center;
}
.sale-timer__title {
  font-family: var(--ff-accent);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--col-text);
  margin-bottom: 4px;
}
.sale-timer__subtitle {
  font-family: var(--ff-body);
  font-size: .75rem;
  color: var(--col-muted);
  margin-bottom: 16px;
}
.sale-timer__units {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.sale-timer__unit {
  text-align: center;
  min-width: 44px;
}
.sale-timer__num {
  font-family: var(--ff-accent);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--col-text);
  display: block;
}
.sale-timer__lbl {
  font-family: var(--ff-body);
  font-size: .58rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--col-muted);
  margin-top: 4px;
  display: block;
}

/* ── TRUST BADGES ──────────────────────────────────────────── */
.trust-row {
  display: flex; flex-direction: column;
  gap: 8px; margin-bottom: 16px;
}
.trust-item {
  display: flex; align-items: center;
  gap: 10px;
  font-size: .82rem; color: var(--col-muted);
  font-family: var(--ff-body);
}
.trust-item svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--col-text); }

/* ── ACCORDIONY / OPISY ────────────────────────────────────── */
.pg-accordions { margin-top: 24px; border-top: 1px solid var(--col-border); }
.pg-accord {
  border-bottom: 1px solid var(--col-border);
}
.pg-accord__btn {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 16px 0;
  font-family: var(--ff-body);
  font-size: .85rem; font-weight: 500;
  color: var(--col-text);
  background: none; border: none; cursor: pointer;
  text-align: left;
}
.pg-accord__icon {
  width: 20px; height: 20px;
  transition: transform var(--trans);
  color: var(--col-muted); flex-shrink: 0;
}
.pg-accord.open .pg-accord__icon { transform: rotate(45deg); }
.pg-accord__body {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease;
}
.pg-accord.open .pg-accord__body { max-height: 600px; }
.pg-accord__inner {
  padding-bottom: 20px;
  font-size: .88rem; color: var(--col-muted);
  line-height: 1.75;
}
.pg-accord__inner ul { list-style: disc; padding-left: 18px; }
.pg-accord__inner ul li { margin-bottom: 4px; }
.pg-accord__inner table { width: 100%; border-collapse: collapse; font-size: .83rem; }
.pg-accord__inner table th,
.pg-accord__inner table td { padding: 8px 10px; border: 1px solid var(--col-border); text-align: left; }
.pg-accord__inner table th { background: var(--col-bg-alt); font-family: var(--ff-head); font-weight: 600; }

/* ══════════════════════════════════════════════════════════════
   SEKCJA RECENZJI / TABS
══════════════════════════════════════════════════════════════ */
.woocommerce-tabs { margin-top: 60px; }
.woocommerce-tabs .tabs {
  display: flex; border-bottom: 2px solid var(--col-border);
  margin-bottom: 28px; gap: 0;
}
.woocommerce-tabs .tabs li a {
  display: block;
  padding: 10px 24px;
  font-family: var(--ff-head); font-size: .8rem; font-weight: 600;
  letter-spacing: .5px; text-transform: uppercase;
  color: var(--col-muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all var(--trans);
}
.woocommerce-tabs .tabs li.active a,
.woocommerce-tabs .tabs li:hover a { color: var(--col-text); border-bottom-color: var(--col-text); }

/* ══════════════════════════════════════════════════════════════
   RELATED PRODUCTS
══════════════════════════════════════════════════════════════ */
.related-products { margin-top: 64px; }
.related-products h2 {
  font-family: var(--ff-head);
  font-size: 1.2rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 24px;
}

/* ══════════════════════════════════════════════════════════════
   WC OVERRIDES
══════════════════════════════════════════════════════════════ */


.woocommerce-notices-wrapper { max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.woocommerce-message { background: #e8f5e9; border-left: 4px solid var(--col-success); padding: 14px 18px; margin: 16px 0; border-radius: var(--radius); }
.woocommerce-error   { background: #fff0f1; border-left: 4px solid var(--col-sale); padding: 14px 18px; margin: 16px 0; border-radius: var(--radius); }
.woocommerce-info    { background: #e8f0fe; border-left: 4px solid #4285f4; padding: 14px 18px; margin: 16px 0; border-radius: var(--radius); }

.woocommerce span.onsale {
  background: var(--col-sale); color: #fff;
  border-radius: 3px; font-family: var(--ff-head);
  font-size: .7rem; font-weight: 700;
  letter-spacing: .5px; text-transform: uppercase;
  min-height: auto; min-width: auto;
  padding: 3px 8px; line-height: 1.5;
}

/* Cart & Checkout */
.woocommerce table.shop_table { border: none; border-collapse: collapse; }
.woocommerce table.shop_table th {
  font-family: var(--ff-head); font-size: .75rem; font-weight: 600;
  letter-spacing: .8px; text-transform: uppercase;
  color: var(--col-muted); padding-bottom: 12px;
  border-bottom: 2px solid var(--col-border);
}
.woocommerce table.shop_table td { padding: 16px 8px; border-bottom: 1px solid var(--col-border); }
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background: var(--col-sale); color: #fff;
  font-family: var(--ff-head); font-size: .9rem; font-weight: 700;
  width: 100%; padding: 1rem; border-radius: var(--radius);
  transition: background var(--trans);
}
.woocommerce #payment #place_order:hover { background: #c62828; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: var(--col-btn); color: #1a1a1a;
  font-family: var(--ff-head); font-size: .82rem; font-weight: 600;
  letter-spacing: .5px; border-radius: var(--radius); padding: .75rem 1.5rem;
  transition: background var(--trans);
}
.woocommerce a.button:hover { background: var(--col-btn-hover); color: #1a1a1a; }
.woocommerce form .form-row label {
  font-family: var(--ff-head); font-size: .75rem; font-weight: 600;
  letter-spacing: .5px; text-transform: uppercase;
  color: var(--col-muted); display: block; margin-bottom: 6px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select {
  border: 1.5px solid var(--col-border); border-radius: var(--radius);
  padding: .7rem 1rem; font-size: .9rem; width: 100%;
  transition: border-color var(--trans);
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus { border-color: var(--col-text); }

/* Pagination */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  border: 1.5px solid var(--col-border); color: var(--col-text);
  font-family: var(--ff-head); font-size: .85rem;
  border-radius: var(--radius);
  transition: all var(--trans);
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--col-text); color: #fff; border-color: var(--col-text);
}

/* ══════════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════════ */
.site-footer {
  background: var(--col-bg-dark);
  color: rgba(255,255,255,.7);
  margin-top: 80px;
}
.site-footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding: 56px 0 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand__name {
  font-family: var(--ff-head);
  font-size: 1.2rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: #fff; margin-bottom: 12px;
}
.footer-brand p { font-size: .85rem; line-height: 1.8; max-width: 280px; }
.footer-col h5 {
  font-family: var(--ff-head);
  font-size: .7rem; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: #fff; margin-bottom: 16px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a {
  font-size: .85rem;
  color: rgba(255,255,255,.6);
  transition: color var(--trans);
}
.footer-col a:hover { color: var(--col-gold); }
.site-footer__bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 0;
  font-size: .78rem; color: rgba(255,255,255,.35);
  flex-wrap: wrap; gap: 12px;
}

@media (max-width: 1024px) { .site-footer__top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px)  { .site-footer__top { grid-template-columns: 1fr; gap: 28px; } }

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE — PRODUKT
══════════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .product-layout { grid-template-columns: 1fr 400px; gap: 36px; }
}
@media (max-width: 880px) {
  .product-layout {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
  }
  .pg-info { position: static; }
  .pg-gallery__main { aspect-ratio: 4/5; }
  .pg-gallery,
  .pg-info,
  .btn-atc,
  .btn-buy-now,
  .multibuy,
  .sale-timer,
  .trust-row,
  .pg-accordions,
  .pg-atc-wrap,
  .pg-price,
  .pg-option {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}
@media (max-width: 500px) {
  .pg-gallery__main { aspect-ratio: 4/5; }
  .pg-thumb { width: 60px; height: 80px; }
  .product-page { padding: 20px 0 60px; }
}

/* ══════════════════════════════════════════════════════════════
   PRZYCISK TABELA ROZMIARÓW
══════════════════════════════════════════════════════════════ */
.size-guide-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: none; border: none; padding: 0;
  font-family: var(--ff-head); font-size: .8rem; font-weight: 600;
  color: var(--col-muted);
  text-decoration: underline; text-underline-offset: 3px;
  cursor: pointer; margin-bottom: 14px;
  transition: color var(--trans);
}
.size-guide-btn:hover { color: var(--col-text); }
.size-guide-btn svg { width: 15px; height: 15px; flex-shrink: 0; }

/* ══════════════════════════════════════════════════════════════
   MODAL TABELA ROZMIARÓW
══════════════════════════════════════════════════════════════ */
.sz-modal {
  position: fixed; inset: 0; z-index: 9000;
  display: flex; align-items: center; justify-content: center;
  visibility: hidden; pointer-events: none;
}
.sz-modal.open {
  visibility: visible; pointer-events: auto;
}
.sz-modal__overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.55);
  opacity: 0; transition: opacity .25s ease;
}
.sz-modal.open .sz-modal__overlay { opacity: 1; }

.sz-modal__box {
  position: relative; z-index: 1;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 40px 32px;
  max-width: 680px; width: calc(100% - 32px);
  max-height: 90vh; overflow-y: auto;
  transform: translateY(24px); opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
  box-shadow: var(--shadow-lg);
}
.sz-modal.open .sz-modal__box { transform: none; opacity: 1; }

.sz-modal__close {
  position: absolute; top: 16px; right: 18px;
  background: none; border: none; cursor: pointer;
  font-size: 1.3rem; color: var(--col-muted); line-height: 1;
  transition: color var(--trans);
}
.sz-modal__close:hover { color: var(--col-text); }

.sz-modal__title {
  font-family: var(--ff-head); font-size: 1.2rem; font-weight: 700;
  color: var(--col-text); margin-bottom: 4px;
}
.sz-modal__sub {
  font-family: var(--ff-head); font-size: .7rem; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--col-muted); margin-bottom: 12px;
}
.sz-modal__desc {
  font-size: .85rem; color: var(--col-muted); line-height: 1.7;
  margin-bottom: 20px;
}
.sz-modal__table-wrap { overflow-x: auto; margin-bottom: 16px; }
.sz-table { width: 100%; border-collapse: collapse; font-size: .85rem; }
.sz-table th {
  background: var(--col-bg-alt);
  font-family: var(--ff-head); font-size: .72rem; font-weight: 700;
  letter-spacing: .5px; text-transform: uppercase;
  color: var(--col-muted); padding: 10px 14px;
  border: 1px solid var(--col-border); text-align: left;
}
.sz-table td {
  padding: 10px 14px; border: 1px solid var(--col-border);
  color: var(--col-text); font-weight: 500;
}
.sz-table tbody tr:nth-child(even) td { background: var(--col-bg-alt); }
.sz-table td:first-child {
  font-family: var(--ff-head); font-weight: 700; font-size: .9rem;
}
.sz-modal__note {
  font-size: .78rem; color: var(--col-muted); line-height: 1.6;
}

@media (max-width: 600px) {
  .sz-modal__box { padding: 28px 20px 24px; }
}

/* ══════════════════════════════════════════════════════════════
   STRONA GŁÓWNA
══════════════════════════════════════════════════════════════ */
.home-section {
  padding: 64px 0;
}
.home-section__head {
  display: flex; align-items: baseline;
  justify-content: space-between;
  margin-bottom: 32px;
}
.home-section__head h2 {
  font-family: var(--ff-head);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 700;
}
.home-section__more {
  font-family: var(--ff-body);
  font-size: .8rem; font-weight: 500;
  color: var(--col-muted);
  letter-spacing: .03em;
  transition: color var(--trans);
}
.home-section__more:hover { color: var(--col-text); }
.home-page-content { max-width: 800px; margin: 0 auto; }

/* ── Kolekcje (strona główna) ─────────────────────────────── */
.home-colls { padding: 72px 0; background: var(--col-bg-alt); }
.home-colls__title {
  font-family: var(--ff-head);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.home-colls__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.home-coll-card {
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  transition: transform .2s ease, box-shadow .2s ease;
  background: #fff;
}
.home-coll-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.home-coll-card__img {
  aspect-ratio: 3/4;
  background: var(--col-bg-alt) center/cover no-repeat;
  display: flex; align-items: center; justify-content: center;
}
.home-coll-card__body {
  padding: 14px 16px;
  display: flex; flex-direction: column; gap: 4px;
}
.home-coll-card__name {
  font-family: var(--ff-head);
  font-weight: 600; font-size: .95rem;
}
.home-coll-card__count { font-size: .78rem; color: var(--col-muted); }

/* ── O marce (strona główna) ──────────────────────────────── */
.home-brand { padding: 80px 0; }
.home-brand__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.home-brand__eyebrow {
  font-family: var(--ff-head);
  font-size: .7rem; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--col-gold); margin-bottom: 16px;
}
.home-brand__heading {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700; line-height: 1.15;
  margin-bottom: 24px;
}
.home-brand__body {
  color: var(--col-muted);
  line-height: 1.8; font-size: .95rem;
  margin-bottom: 16px;
}
.home-brand__media { display: flex; align-items: center; justify-content: center; }
.home-brand__logo { max-width: 100%; height: auto; border-radius: var(--radius-lg); }
.home-brand__logo-placeholder {
  width: 100%; aspect-ratio: 1;
  max-width: 380px;
  background: var(--col-bg-alt);
  border-radius: var(--radius-lg);
  border: 2px dashed var(--col-border);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-head);
  font-size: 1.8rem; font-weight: 700;
  letter-spacing: 6px; color: #ccc;
}
.btn--outline {
  display: inline-flex; align-items: center;
  padding: .85rem 2rem;
  border: 2px solid var(--col-text);
  color: var(--col-text);
  font-family: var(--ff-head);
  font-size: .85rem; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase;
  border-radius: var(--radius);
  text-decoration: none;
  transition: background var(--trans), color var(--trans);
}
.btn--outline:hover { background: var(--col-text); color: #fff; }
@media (max-width: 768px) {
  .home-brand__inner { grid-template-columns: 1fr; gap: 40px; }
  .home-brand__media { order: -1; }
  .home-brand__logo-placeholder { max-width: 280px; }
  .home-colls__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ══════════════════════════════════════════════════════════════
   TESTIMONIALS — AUTO-SCROLL TICKER
══════════════════════════════════════════════════════════════ */
.testimonials {
  margin-top: 64px;
  margin-bottom: 0;
  overflow: hidden;
}
.testimonials__head {
  text-align: center;
  margin-bottom: 36px;
}
.testimonials__eyebrow {
  font-family: var(--ff-accent);
  font-size: .7rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--col-muted); margin-bottom: 8px;
}
.testimonials__title {
  font-family: var(--ff-head);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 700; color: var(--col-text);
}

.testimonials__wrap {
  overflow: hidden;
  /* fade edges */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image:         linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.testimonials__track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: fd-ticker 120s linear infinite;
}
.testimonials__track:hover { animation-play-state: paused; }

@keyframes fd-ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.tcard {
  flex: 0 0 300px;
  background: var(--col-bg);
  border: 1px solid var(--col-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow);
}
.tcard__photo {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--col-bg-alt);
}
.tcard__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tcard__body {
  padding: 20px 22px 20px;
  display: flex; flex-direction: column; gap: 10px;
  flex: 1;
}
.tcard__stars {
  color: #f4b400;
  font-size: 1rem; letter-spacing: 2px;
  line-height: 1;
}
.tcard__heading {
  font-family: var(--ff-head);
  font-size: .95rem; font-weight: 700;
  color: var(--col-text); line-height: 1.3;
}
.tcard__text {
  font-size: .82rem; color: var(--col-muted);
  line-height: 1.7; flex: 1;
}
.tcard__author {
  display: flex; flex-direction: column; gap: 2px;
  margin-top: 4px; padding-top: 12px;
  border-top: 1px solid var(--col-border);
}
.tcard__name {
  font-family: var(--ff-head); font-size: .82rem;
  font-weight: 700; color: var(--col-text);
}
.tcard__label {
  font-size: .73rem; color: var(--col-muted);
  font-family: var(--ff-accent);
}

@media (max-width: 600px) {
  .testimonials { margin-top: 44px; }
  .testimonials__track { gap: 14px; animation-duration: 90s; }
  .tcard { flex-basis: 220px; }
  .tcard__body { padding: 16px 16px 16px; gap: 8px; }
  .tcard__heading { font-size: .88rem; }
  .tcard__text { font-size: .78rem; line-height: 1.6; }
}

/* ══════════════════════════════════════════════════════════════
   BANER PROMOCYJNY — strona kolekcji
══════════════════════════════════════════════════════════════ */

/* Wrapper — pozycjonowanie warstw */
.arc-promo {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
}

/* Tło ze zdjęciem (lub gradient fallback) */
.arc-promo__bg {
  position: absolute;
  inset: 0;
  background-color: #3b2a1f;
  /* gradient fallback gdy brak zdjęcia */
  background-image:
    radial-gradient(ellipse at 25% 50%, rgba(180,140,100,.5) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 50%, rgba(160,120,80,.4) 0%, transparent 55%),
    linear-gradient(120deg, #2e1c11 0%, #6b4328 40%, #c4956a 65%, #6b4328 85%, #2e1c11 100%);
  background-size: cover;
  background-position: center 30%;
  /* lekki zoom żeby nie było białych krawędzi */
  transform: scale(1.04);
}

/* Nakładka — gradient ciemny → jaśniejszy w centrum (tekst czytelny) */
.arc-promo__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right,
      rgba(10,5,2,.72) 0%,
      rgba(10,5,2,.52) 30%,
      rgba(10,5,2,.52) 70%,
      rgba(10,5,2,.72) 100%),
    linear-gradient(to bottom,
      rgba(10,5,2,.35) 0%,
      rgba(10,5,2,.60) 50%,
      rgba(10,5,2,.40) 100%);
}

/* Treść — wycentrowana, nad nakładką */
.arc-promo__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 44px 20px 36px;
  text-align: center;
  color: #fff;
}

/* "Wyprzedaż" — pierwsza linia, większa */
.arc-promo__line1 {
  font-family: var(--ff-highlight);   /* Pacifico */
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  text-shadow: 0 2px 24px rgba(0,0,0,.5);
}

/* "Jubileuszowa" — druga linia, z delikatną poświatą */
.arc-promo__line2 {
  font-family: var(--ff-highlight);   /* Pacifico */
  font-size: clamp(1.8rem, 4.5vw, 3.2rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 22px;
  text-shadow:
    0 0 18px rgba(255,255,255,.55),
    0 0 40px rgba(255,255,255,.25),
    0 2px 12px rgba(0,0,0,.4);
}

/* ─── Licznik w promo ────────────────────────────────────── */
.arc-countdown { margin-bottom: 28px; }
.arc-countdown__label {
  font-family: var(--ff-head);
  font-size: .72rem; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.75);
  margin-bottom: 10px;
}
.arc-countdown__units {
  display: flex; align-items: center; justify-content: center;
  gap: 6px;
}
.arc-countdown__unit {
  display: flex; flex-direction: column; align-items: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 6px;
  padding: 8px 16px 6px;
  min-width: 60px;
  backdrop-filter: blur(6px);
}
.arc-countdown__num {
  font-family: var(--ff-head);
  font-size: 1.9rem; font-weight: 700;
  color: #fff; line-height: 1;
  letter-spacing: 1px;
}
.arc-countdown__lbl {
  font-family: var(--ff-head);
  font-size: .55rem; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-top: 4px;
}
.arc-countdown__sep {
  font-size: 1.6rem; font-weight: 700;
  color: rgba(255,255,255,.5);
  line-height: 1;
  margin-bottom: 14px;
}

/* ═══ JEDNA RAMKA z 3 tierami ═══════════════════════════════ */
.arc-promo__box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: rgba(12,7,4,.68);
  border: 1px solid rgba(255,255,255,.20);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 16px;
  max-width: 520px;
  width: 100%;
}

/* Jeden tier (kolumna) */
.arc-promo__tier {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 8px 14px;
}

/* Pionowy separator między tierami */
.arc-promo__sep {
  width: 1px;
  background: rgba(255,255,255,.18);
  align-self: stretch;
  margin: 10px 0;
}

.arc-promo__tier-label {
  font-family: var(--ff-body);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
}

.arc-promo__tier-pct {
  font-family: var(--ff-accent);   /* Space Mono */
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -.02em;
}

/* Podpis */
.arc-promo__sub {
  font-family: var(--ff-body);
  font-size: .83rem;
  color: rgba(255,255,255,.68);
  max-width: 440px;
  margin: 0 auto 18px;
  line-height: 1.65;
}

/* Przycisk CTA */
.arc-promo__cta {
  display: inline-block;
  background: rgba(255,255,255,.92);
  color: #111;
  font-family: var(--ff-accent);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 11px 28px;
  border-radius: 3px;
  margin-bottom: 18px;
  transition: background var(--trans), color var(--trans);
}
.arc-promo__cta:hover { background: #fff; color: #111; }

/* Gwiazdki + recenzje */
.arc-promo__reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
}
.arc-promo__stars {
  color: #f4b400;
  font-size: .95rem;
  letter-spacing: 2px;
  line-height: 1;
}
.arc-promo__reviews-text {
  font-family: var(--ff-body);
  font-size: .78rem;
  color: rgba(255,255,255,.6);
}
.arc-promo__reviews-text strong { color: #fff; font-weight: 600; }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 768px) {
  .arc-promo { min-height: 300px; }
  .arc-promo__content { padding: 36px 16px 28px; }
  .arc-promo__box { max-width: 380px; }
  .arc-promo__tier { padding: 14px 6px 12px; }
}
@media (max-width: 480px) {
  .arc-promo { min-height: 260px; }
  .arc-promo__content { padding: 28px 12px 24px; }
  .arc-promo__tier-label { font-size: .52rem; letter-spacing: 1px; }
  .arc-promo__tier-pct { font-size: 1.3rem; }
  .arc-promo__sub { font-size: .78rem; }
  .arc-promo__cta { font-size: .6rem; padding: 10px 22px; }
  .arc-promo__box { max-width: 100%; }
}

/* ══════════════════════════════════════════════════════════════
   ARCHIWUM — layout sidebar + siatka
══════════════════════════════════════════════════════════════ */
.arc-page-wrap { padding-top: 28px; padding-bottom: 80px; }

/* 2-kolumnowy layout */
.arc-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* ── SIDEBAR ─────────────────────────────────────────────────── */
.arc-sidebar {
  width: 210px;
  flex-shrink: 0;
  position: sticky;
  top: calc(var(--header-h) + 24px);
}

/* Każda grupa filtra */
.arc-fgroup {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--col-border);
}
.arc-fgroup:last-child { border-bottom: none; margin-bottom: 0; }

/* Tytuł sekcji (DOSTĘPNOŚĆ, CENA) */
.arc-fgroup__title {
  font-family: var(--ff-body);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--col-text);
  margin-bottom: 12px;
}

/* ── Sort accordion ──────────────────────────────────────────── */
.arc-fgroup--sort { padding-bottom: 20px; }

.arc-sort-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: var(--ff-body);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--col-text);
}
.arc-sort-chevron {
  transition: transform .22s ease;
  flex-shrink: 0;
}
.arc-sort-hd[aria-expanded="true"] .arc-sort-chevron { transform: rotate(180deg); }

.arc-sort-bd {
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
}
.arc-sort-opt {
  display: block;
  width: 100%;
  background: none;
  border: none;
  padding: 8px 0 0;
  font-family: var(--ff-body);
  font-size: .83rem;
  color: var(--col-muted);
  cursor: pointer;
  text-align: left;
  transition: color var(--trans);
}
.arc-sort-opt:hover { color: var(--col-text); }
.arc-sort-opt.is-active { color: var(--col-text); font-weight: 600; }

/* ── Checkboxy dostępność ────────────────────────────────────── */
.arc-check {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  margin-bottom: 10px;
  font-family: var(--ff-body);
  font-size: .85rem;
  color: var(--col-text);
  user-select: none;
}
.arc-check:last-child { margin-bottom: 0; }
.arc-check input[type="checkbox"] { display: none; }
.arc-check__box {
  width: 17px; height: 17px;
  border: 1.5px solid var(--col-border);
  border-radius: 3px;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--trans), border-color var(--trans);
}
.arc-check input:checked ~ .arc-check__box {
  background: var(--col-text);
  border-color: var(--col-text);
}
.arc-check__box::after {
  content: '';
  display: none;
  width: 4px; height: 8px;
  border: 2px solid #fff;
  border-top: none; border-left: none;
  transform: rotate(45deg) translateY(-1px);
}
.arc-check input:checked ~ .arc-check__box::after { display: block; }

/* ── Dual range slider ceny ──────────────────────────────────── */
.arc-range-wrap {
  position: relative;
  height: 20px;
  margin: 10px 0 14px;
}
.arc-range-track {
  position: absolute;
  top: 50%; left: 0; right: 0;
  height: 3px;
  background: var(--col-border);
  border-radius: 2px;
  transform: translateY(-50%);
  pointer-events: none;
}
.arc-range-fill {
  position: absolute;
  top: 50%;
  height: 3px;
  background: var(--col-text);
  border-radius: 2px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.arc-range {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  pointer-events: none;
  z-index: 2;
}
.arc-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--col-text);
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  cursor: pointer;
  pointer-events: all;
}
.arc-range::-moz-range-thumb {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--col-text);
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  cursor: pointer;
  pointer-events: all;
}

/* Pole min/max pod suwakiem */
.arc-price-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.arc-price-inp {
  flex: 1;
  min-width: 0;
  border: 1.5px solid var(--col-border);
  border-radius: var(--radius);
  padding: 7px 8px;
  font-family: var(--ff-body);
  font-size: .8rem;
  color: var(--col-text);
  text-align: center;
  -moz-appearance: textfield;
  transition: border-color var(--trans);
}
.arc-price-inp::-webkit-inner-spin-button { -webkit-appearance: none; }
.arc-price-inp:focus { outline: none; border-color: var(--col-text); }
.arc-price-dash { color: var(--col-muted); font-size: .8rem; flex-shrink: 0; }

/* ── Przycisk filtry (mobile) ────────────────────────────────── */
.arc-filter-toggle {
  display: none;
  align-items: center;
  gap: 7px;
  background: none;
  border: 1.5px solid var(--col-border);
  border-radius: var(--radius);
  padding: 9px 16px;
  font-family: var(--ff-body);
  font-size: .78rem;
  font-weight: 500;
  color: var(--col-text);
  cursor: pointer;
  margin-bottom: 16px;
  transition: border-color var(--trans);
}
.arc-filter-toggle:hover { border-color: var(--col-text); }

/* "Brak wyników" */
.arc-no-results {
  text-align: center;
  padding: 48px 0;
  color: var(--col-muted);
  font-size: .9rem;
}

/* Main — prawa strona layoutu */
.arc-main { flex: 1; min-width: 0; }

/* Grid — 3 kolumny */
.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 20px;
}

/* Karta */
.arc-card { display: flex; flex-direction: column; }
.arc-card__img-link { display: block; }

.arc-card__image {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--col-bg-alt);
}
.arc-img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s ease, opacity .2s ease;
  display: block;
}
.arc-card:hover .arc-img { transform: scale(1.04); }

/* Badge "Oszczędzasz X%" */
.arc-save-badge {
  position: absolute;
  top: 10px; left: 10px;
  z-index: 2;
  background: #111111;
  color: #fff;
  font-family: var(--ff-accent);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0.7;
}

/* Info pod zdjęciem */
.arc-card__body { padding: 12px 2px 0; }

.arc-card__name {
  display: block;
  font-family: var(--ff-head);
  font-size: .95rem; font-weight: 500;
  line-height: 1.35; margin-bottom: 6px;
  color: var(--col-text);
  transition: color var(--trans);
}
.arc-card__name:hover { color: var(--col-muted); }

.arc-card__price {
  display: flex; align-items: center; gap: 8px;
  flex-wrap: wrap; margin-bottom: 10px;
}

/* Ceny w kartach archiwum — NIE czerwone */
.arc-price-sale {
  font-family: var(--ff-head);
  font-size: 1rem; font-weight: 500;
  color: var(--col-text);
}
.arc-price-reg {
  font-family: var(--ff-head);
  font-size: 1rem; font-weight: 500;
  color: var(--col-text);
}
.arc-price-old {
  font-family: var(--ff-head);
  font-size: .85rem;
  color: var(--col-muted);
  text-decoration: line-through;
}

/* Swatche kolor */
.arc-swatches {
  display: flex; gap: 7px; align-items: center; flex-wrap: wrap;
}
.arc-dot {
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 2px solid #bbb;
  background: #ccc center/contain no-repeat;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  transition: border-color .15s ease;
}
.arc-dot.is-active {
  border-color: #111;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #111;
}

/* Paginacja */
.arc-pagination { margin-top: 52px; text-align: center; }
.arc-pagination .nav-links { display: inline-flex; gap: 6px; align-items: center; }
.arc-pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 36px; height: 36px; padding: 0 10px;
  border: 1px solid var(--col-border);
  border-radius: var(--radius);
  font-size: .85rem;
  transition: all var(--trans);
}
.arc-pagination .page-numbers.current {
  background: var(--col-text); color: #fff; border-color: var(--col-text);
}
.arc-pagination .page-numbers:hover:not(.current) { border-color: var(--col-text); }
.arc-empty { text-align: center; padding: 60px 0; color: var(--col-muted); }

/* Responsive sidebar */
@media (max-width: 860px) {
  .arc-layout { flex-direction: column; gap: 0; }
  .arc-sidebar {
    width: 100%;
    position: static;
    display: none;
    padding-bottom: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--col-border);
  }
  .arc-sidebar.is-open { display: block; }
  .arc-filter-toggle { display: flex; }
  .arc-fgroup { padding-bottom: 16px; margin-bottom: 16px; }
  /* Na mobile siatka 2 kolumny */
  .archive-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 14px; }
}
@media (max-width: 480px) {
  .archive-grid { gap: 14px 10px; }
}

/* ══════════════════════════════════════════════════════════════
   KOSZYK
══════════════════════════════════════════════════════════════ */
.lf-cart-page { padding: 48px 0 80px; min-height: 60vh; }
.lf-cart-page__title {
  font-family: var(--ff-head); font-size: clamp(1.5rem,3vw,2rem); font-weight: 700;
  margin-bottom: 40px; display: flex; align-items: center; gap: 12px;
}
.lf-cart-page__count {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--col-text); color: #fff;
  font-size: .8rem; font-weight: 600;
}

/* Pusty koszyk */
.lf-cart-empty {
  display: flex; flex-direction: column; align-items: center;
  gap: 20px; padding: 60px 0; text-align: center;
}
.lf-cart-empty p { color: var(--col-muted); font-size: 1rem; }

/* 2-kolumnowy layout */
.lf-cart-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: start;
}

/* ─── Pozycje koszyka ────────────────────────────────────────── */
.lf-cart-item {
  display: flex; gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--col-border);
}
.lf-cart-item:first-child { border-top: 1px solid var(--col-border); }

.lf-cart-item__img-wrap {
  flex-shrink: 0;
  width: 100px; height: 130px;
  border-radius: var(--radius-lg);
  overflow: hidden; display: block;
}
.lf-cart-item__img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

.lf-cart-item__details {
  flex: 1; display: flex; flex-direction: column; gap: 6px;
}
.lf-cart-item__name {
  font-family: var(--ff-head); font-weight: 600; font-size: .95rem;
  color: var(--col-text); text-decoration: none; line-height: 1.3;
}
.lf-cart-item__name:hover { color: var(--col-muted); }
.lf-cart-item__meta {
  font-size: .8rem; color: var(--col-muted);
}
.lf-cart-item__meta dl { display: flex; flex-wrap: wrap; gap: 2px 8px; margin: 0; }
.lf-cart-item__meta dt { font-weight: 600; }
.lf-cart-item__meta dd { margin: 0; }
.lf-cart-item__price-mobile { display: none; font-size: .9rem; color: var(--col-muted); }

.lf-cart-item__footer {
  display: flex; align-items: center; gap: 16px; margin-top: auto; padding-top: 8px;
}

/* Stepper */
.lf-cart-qty {
  display: flex; align-items: center;
  border: 1.5px solid var(--col-border);
  border-radius: var(--radius); overflow: hidden;
  width: fit-content;
}
.lf-cart-qty__btn {
  width: 34px; height: 36px; background: none; border: none;
  cursor: pointer; font-size: 1.1rem; color: var(--col-text);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--trans);
}
.lf-cart-qty__btn:hover { background: var(--col-bg-alt); }
.lf-cart-qty__input {
  width: 44px; height: 36px; border: none;
  text-align: center; font-family: var(--ff-body); font-size: .9rem;
  font-weight: 600; -moz-appearance: textfield;
}
.lf-cart-qty__input::-webkit-outer-spin-button,
.lf-cart-qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.lf-cart-item__subtotal {
  font-family: var(--ff-head); font-weight: 700; font-size: .95rem;
  margin-left: auto;
  display: flex; align-items: baseline; gap: 6px;
}
.lf-cart-item__price-old {
  font-family: var(--ff-body); font-weight: 500; font-size: .8rem;
  color: var(--col-muted); text-decoration: line-through;
}
.lf-cart-item__price-sale {
  font-family: var(--ff-head); font-weight: 700; font-size: .95rem;
  color: var(--col-sale);
}
.lf-cart-item__price-mobile .lf-cart-item__price-old,
.lf-cart-item__price-mobile .lf-cart-item__price-sale {
  font-size: .82rem;
}
.lf-cart-item__remove {
  color: var(--col-muted); font-size: .9rem; text-decoration: none;
  padding: 4px 6px; border-radius: 4px;
  transition: color var(--trans), background var(--trans);
}
.lf-cart-item__remove:hover { color: var(--col-sale); background: var(--col-sale-bg); }

/* Akcje pod listą */
.lf-cart-actions {
  display: flex; align-items: center; gap: 12px;
  padding: 24px 0 0; flex-wrap: wrap;
}
.lf-cart-coupon { display: flex; gap: 8px; flex: 1; min-width: 240px; }
.lf-cart-coupon__input {
  flex: 1; height: 44px; padding: 0 14px;
  border: 1.5px solid var(--col-border); border-radius: var(--radius);
  font-family: var(--ff-body); font-size: .88rem;
  transition: border-color var(--trans);
}
.lf-cart-coupon__input:focus { outline: none; border-color: var(--col-text); }
.lf-cart-coupon__btn {
  height: 44px; padding: 0 20px;
  background: var(--col-bg-alt); border: 1.5px solid var(--col-border);
  border-radius: var(--radius); font-family: var(--ff-head);
  font-size: .82rem; font-weight: 600; cursor: pointer;
  transition: background var(--trans), border-color var(--trans);
  white-space: nowrap;
}
.lf-cart-coupon__btn:hover { background: var(--col-border); }
.lf-cart-update {
  height: 44px; white-space: nowrap;
  font-size: .82rem !important; padding: 0 20px !important;
}

/* ─── Podsumowanie (prawa kolumna) ──────────────────────────── */
.lf-cart-summary { position: sticky; top: 100px; }
.lf-cart-summary__card {
  background: var(--col-bg-alt);
  border: 1px solid var(--col-border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.lf-cart-summary__heading {
  font-family: var(--ff-head); font-size: 1.05rem; font-weight: 700;
  margin-bottom: 4px;
}
.lf-cart-summary__row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: .9rem; color: var(--col-text);
}
.lf-cart-summary__row--discount { color: #2d6a4f; }
.lf-cart-summary__row--discount span:last-child { font-weight: 600; }
.lf-cart-summary__divider { border: none; border-top: 1px solid var(--col-border); margin: 2px 0; }
.lf-cart-summary__row--total {
  font-family: var(--ff-head); font-size: 1.1rem; font-weight: 700;
}
.lf-cart-summary__checkout {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; height: 54px;
  background: var(--col-gold); color: #1a1a1a;
  border-radius: var(--radius); text-decoration: none;
  font-family: var(--ff-head); font-size: .9rem; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  transition: background var(--trans);
  margin-top: 4px;
}
.lf-cart-summary__checkout:hover { background: var(--col-btn-hover); }

/* Checkout blocks — przycisk "Złóż zamówienie" (React, brak własnej klasy w motywie) */
.wc-block-components-checkout-place-order-button,
.wc-block-components-checkout-place-order-button:visited {
  background-color: var(--col-gold) !important;
  border-color: var(--col-gold) !important;
  color: #1a1a1a !important;
  font-weight: 700 !important;
}
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus {
  background-color: var(--col-btn-hover) !important;
  border-color: var(--col-btn-hover) !important;
  color: #1a1a1a !important;
}
.lf-cart-summary__continue {
  display: block; text-align: center;
  font-size: .82rem; color: var(--col-muted);
  text-decoration: none; transition: color var(--trans);
}
.lf-cart-summary__continue:hover { color: var(--col-text); }

/* Nudge — zachęta do dokupienia za rabat multibuy */
.lf-cart-nudge {
  background: #fdf6e8;
  border: 1px solid var(--col-gold);
  border-radius: var(--radius-lg);
  padding: 14px 18px 24px;
  font-size: .82rem; font-weight: 600;
  color: var(--col-text);
  line-height: 1.4;
}
.lf-cart-nudge__head { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.lf-cart-nudge__icon { font-size: 1.1rem; flex-shrink: 0; }
.lf-cart-nudge--max {
  background: #eef7f0;
  border-color: #2d6a4f;
  color: #2d6a4f;
}

.lf-cart-nudge__track {
  position: relative;
  height: 6px;
  background: #e8ddc4;
  border-radius: 3px;
  margin: 0 10px;
}
.lf-cart-nudge--max .lf-cart-nudge__track { background: #cfe8d6; }
.lf-cart-nudge__fill {
  position: absolute; top: 0; left: 0; height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--col-gold), #e0b84a);
  transition: width .3s ease;
}
.lf-cart-nudge--max .lf-cart-nudge__fill { background: #2d6a4f; }
.lf-cart-nudge__stop {
  position: absolute; top: 50%; left: 0;
  transform: translate(-50%, -50%);
}
.lf-cart-nudge__dot {
  display: block; width: 14px; height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #d8cba0;
  box-sizing: border-box;
}
.lf-cart-nudge__stop--done .lf-cart-nudge__dot {
  border-color: var(--col-gold);
  background: var(--col-gold);
}
.lf-cart-nudge--max .lf-cart-nudge__stop--done .lf-cart-nudge__dot {
  border-color: #2d6a4f;
  background: #2d6a4f;
}
.lf-cart-nudge__stop-label {
  position: absolute; top: 14px; left: 50%;
  transform: translateX(-50%);
  font-size: .68rem; font-weight: 700;
  color: var(--col-muted);
  white-space: nowrap;
}
.lf-cart-nudge__stop--done .lf-cart-nudge__stop-label { color: var(--col-text); }
.lf-cart-nudge--max .lf-cart-nudge__stop-label { color: #2d6a4f; }

/* Trust badges w summary */
.lf-cart-trust {
  display: flex; flex-direction: column; gap: 8px;
  padding-top: 8px; border-top: 1px solid var(--col-border);
}
.lf-cart-trust__item {
  display: flex; align-items: center; gap: 8px;
  font-size: .78rem; color: var(--col-muted);
}

/* ─── Responsive ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .lf-cart-layout { grid-template-columns: 1fr; }
  .lf-cart-summary { position: static; }
}
@media (max-width: 600px) {
  .lf-cart-item__img-wrap { width: 80px; height: 104px; }
  .lf-cart-item__price-mobile { display: block; }
  .lf-cart-item__subtotal { display: none; }
  .lf-cart-actions { flex-direction: column; align-items: stretch; }
  .lf-cart-coupon { min-width: 0; }
}

/* ══════════════════════════════════════════════════════════════
   CHECKOUT
══════════════════════════════════════════════════════════════ */

/* Hero image na górze */
.lf-checkout-hero {
  width: 100%;
  margin-bottom: 40px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  max-height: 320px;
}
.lf-checkout-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Naprawa tabeli podsumowania zamówienia */
.woocommerce-checkout-review-order-table {
  width: 100%;
  table-layout: auto !important;
  border-collapse: collapse;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  word-break: normal !important;
  word-wrap: break-word;
  white-space: normal !important;
  overflow-wrap: break-word;
}
.woocommerce-checkout-review-order-table .product-name {
  width: auto !important;
  min-width: 180px;
  padding: 10px 12px 10px 0;
  text-align: left;
  vertical-align: middle;
}
.woocommerce-checkout-review-order-table .product-total {
  width: 100px;
  padding: 10px 0 10px 12px;
  text-align: right;
  white-space: nowrap !important;
  vertical-align: middle;
}

/* ── Checkout blokowy — fix podsumowania ────────────────────── */
.wc-block-components-order-summary-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 12px;
  width: 100%;
}
.wc-block-components-order-summary-item__image {
  flex-shrink: 0 !important;
  width: 56px !important;
}
.wc-block-components-order-summary-item__description {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  overflow: hidden;
}
.wc-block-components-order-summary-item__name {
  display: block !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  width: auto !important;
  min-width: 0 !important;
  writing-mode: horizontal-tb !important;
}

/* Hero image checkout (blok) */
.lf-checkout-hero-block img,
.wp-block-image.lf-checkout-hero-block img {
  width: 100% !important;
  max-height: 320px !important;
  object-fit: cover !important;
  border-radius: var(--radius-lg) !important;
  display: block !important;
  height: auto;
}
.lf-checkout-hero-block figcaption { display: none; }

/* Checkout hero — nie ucinaj od góry */
.lf-checkout-hero-block img,
.wp-block-image.lf-checkout-hero-block img {
  object-position: center top !important;
}

.product-page .container {
  overflow-x: hidden;
}


#fd-atc-popup {
  display: none; position: fixed; inset: 0; z-index: 9995;
  align-items: flex-start; justify-content: center;
  padding: 20px 12px; overflow-y: auto;
}
#fd-atc-popup.is-open { display: flex; }
.fd-popup__overlay { position: fixed; inset: 0; background: rgba(0,0,0,.58); }

.fd-popup__box {
  position: relative; background: #fff; border-radius: 16px;
  padding: 28px 24px 24px; width: 100%; max-width: 680px;
  box-shadow: 0 24px 64px rgba(0,0,0,.22);
  animation: fdPopIn .22s ease; margin: auto;
}
@keyframes fdPopIn { from { transform: translateY(16px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

.fd-popup__close {
  position: absolute; top: 14px; right: 16px;
  background: none; border: none; font-size: 1.2rem;
  cursor: pointer; color: #aaa; line-height: 1; padding: 4px 8px;
}
.fd-popup__close:hover { color: #333; }

.fd-popup__header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.fd-popup__check {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  background: #2d6a4f; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; font-weight: 700;
}
.fd-popup__header-text { min-width: 0; }
.fd-popup__title { font-size: 1.05rem; font-weight: 700; margin: 0 0 2px; font-family: var(--ff-head,inherit); }
.fd-popup__product { font-size: .83rem; color: #555; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fd-popup__meta { color: #999; }

.fd-popup__promo {
  background: #fdf6ec; border: 1px solid #f0dfc0;
  border-radius: 10px; padding: 12px 14px; margin-bottom: 20px;
}
.fd-popup__promo-title {
  font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .07em; color: #b07d2e; margin: 0 0 8px;
}
.fd-popup__tiers { display: flex; gap: 8px; margin-bottom: 8px; }
.fd-popup__tier {
  flex: 1; border: 1.5px solid #e0d0b8; border-radius: 8px;
  padding: 7px 4px; text-align: center; font-size: .75rem;
  color: #bbb; background: #fff; transition: all .18s;
}
.fd-popup__tier.is-active { border-color: #2d6a4f; background: #edf7f2; color: #2d6a4f; }
.fd-popup__tier-qty { display: block; font-weight: 600; margin-bottom: 2px; font-size: .72rem; }
.fd-popup__tier-pct { display: block; font-size: .95rem; font-weight: 800; }
.fd-popup__next { font-size: .8rem; color: #666; margin: 0; text-align: center; }
.fd-popup__next strong { color: #2d6a4f; }

.fd-popup__upsell { margin-bottom: 20px; }
.fd-popup__upsell-title {
  font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .07em; color: #888; margin: 0 0 10px;
}
.fd-popup__upsell-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
}
.fd-pc-skeleton {
  border-radius: 10px; background: #f0f0f0;
  height: 220px; animation: fdSkel 1.4s ease-in-out infinite alternate;
}
@keyframes fdSkel { from { opacity: .5; } to { opacity: 1; } }

.fd-pc {
  border: 1.5px solid #eee; border-radius: 10px; overflow: hidden;
  display: flex; flex-direction: column; font-size: .8rem; transition: border-color .18s;
}
.fd-pc:hover { border-color: #ccc; }
.fd-pc__img-wrap { display: block; overflow: hidden; aspect-ratio: 3/4; }
.fd-pc__img { width: 100%; height: 100%; object-fit: cover; transition: opacity .15s; display: block; }
.fd-pc__body { padding: 8px; display: flex; flex-direction: column; flex: 1; gap: 5px; }
.fd-pc__name {
  font-size: .75rem; font-weight: 600; color: #1a1a1a; text-decoration: none;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; line-height: 1.3;
}
.fd-pc__name:hover { color: #555; }
.fd-pc__price { font-size: .78rem; color: #1a1a1a; }
.fd-pc__price .woocommerce-Price-amount { font-weight: 700; }
.fd-pc__price del { color: #aaa; font-size: .7rem; }
.fd-pc__price ins { text-decoration: none; }

.fd-pc__swatches { display: flex; flex-wrap: wrap; gap: 4px; }
.fd-pc__color {
  width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid #fff; box-shadow: 0 0 0 1.5px #ddd;
  cursor: pointer; padding: 0; transition: box-shadow .15s, transform .12s; flex-shrink: 0;
}
.fd-pc__color:hover, .fd-pc__color.is-active { box-shadow: 0 0 0 2px #1a1a1a; transform: scale(1.15); }
.fd-pc__size {
  padding: 2px 6px; border: 1.5px solid #ddd; border-radius: 4px;
  font-size: .7rem; font-weight: 600; cursor: pointer;
  background: #fff; color: #555; transition: all .15s; line-height: 1.4;
}
.fd-pc__size:hover, .fd-pc__size.is-active { border-color: #1a1a1a; color: #1a1a1a; background: #f5f5f5; }
.fd-pc__atc {
  margin-top: auto; width: 100%; padding: 7px 4px;
  background: #1a1a1a; color: #fff; border: none; border-radius: 6px;
  font-size: .72rem; font-weight: 700; cursor: pointer; transition: background .18s;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.fd-pc__atc:hover { background: #333; }
.fd-pc__atc.is-added { background: #2d6a4f; }
.fd-pc__atc:disabled { opacity: .7; cursor: default; }
.fd-pc__msg { font-size: .7rem; margin: 0; min-height: 1em; }
.fd-pc__msg--err { color: #c0392b; }
.fd-pc__msg--ok  { color: #2d6a4f; }

.fd-popup__actions { display: flex; flex-direction: column; gap: 8px; }
.fd-popup__btn {
  display: block; width: 100%; padding: 13px 20px; border-radius: 8px;
  font-size: .92rem; font-weight: 700; text-align: center; cursor: pointer;
  text-decoration: none; transition: background .18s, border-color .18s;
  border: 2px solid transparent; font-family: var(--ff-head,inherit);
  letter-spacing: .03em; box-sizing: border-box;
}
.fd-popup__btn--primary { background: #1a1a1a; color: #fff; border-color: #1a1a1a; }
.fd-popup__btn--primary:hover { background: #333; border-color: #333; color: #fff; }
.fd-popup__btn--secondary { background: #fff; color: #1a1a1a; border-color: #d5d5d5; }
.fd-popup__btn--secondary:hover { border-color: #888; }

@media (max-width: 600px) {
  .fd-popup__upsell-grid { grid-template-columns: repeat(2, 1fr); }
  .fd-popup__box { padding: 22px 16px 18px; }
}
@media (max-width: 380px) {
  .fd-popup__tiers { gap: 5px; }
  .fd-popup__tier { font-size: .68rem; padding: 6px 3px; }
}

/* ── WC Blocks checkout — sidebar na dole na mobile ─────────── */
@media (max-width: 768px) {
  .wp-block-woocommerce-checkout,
  .wc-block-checkout { display: flex !important; flex-direction: column !important; }
  .wc-block-checkout__main,
  .wc-block-checkout__form { order: 1 !important; }
	.wc-block-checkout__sidebar { order: 99 !important; }
  .wc-block-checkout__sidebar.is-sticky,
  .wc-block-components-sidebar.is-sticky { display: none !important; }	  
	
}
/* Paginacja kategorii */
.woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
}

.woocommerce-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #d0d0d0;
  color: #222;
  font-size: 14px;
  text-decoration: none;
  transition: background .2s, color .2s;
}

.woocommerce-pagination .page-numbers:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.woocommerce-pagination .page-numbers.current {
  background: #222;
  color: #fff;
  border-color: #222;
  font-weight: 600;
  border: none;
  cursor: default;
}

/* ══════════════════════════════════════════════════════════════
   BIELIZNA MODELUJĄCA — social proof, pigułki, kalkulator, pakiety
══════════════════════════════════════════════════════════════ */
.pg-social-proof {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 10px;
}
.pg-social-proof__avatars { display: flex; }
.pg-social-proof__avatars img {
  width: 28px; height: 28px; border-radius: 50%; object-fit: cover;
  border: 2px solid #fff; box-shadow: 0 0 0 1px var(--col-border);
  margin-left: -10px;
}
.pg-social-proof__avatars img:first-child { margin-left: 0; }
.pg-social-proof span { font-size: .82rem; color: var(--col-muted); }

.pg-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; }
.pg-pill {
  font-size: .74rem; font-weight: 600; letter-spacing: .01em;
  padding: 6px 13px; border-radius: 999px;
  background: #f3e6de; color: var(--col-text);
  border: none;
}

/* KALKULATOR ROZMIARU ────────────────────────────────────────── */
.bra-calc {
  border: 1px solid var(--col-border); border-radius: var(--radius-lg);
  padding: 16px 18px; margin-bottom: 18px; background: var(--col-bg-alt);
}
.bra-calc__label {
  display: flex; align-items: center; justify-content: space-between;
  font-size: .85rem; font-weight: 600; color: var(--col-text); margin-bottom: 10px;
}
.bra-calc__find-link {
  background: none; border: none; padding: 0; cursor: pointer;
  font-size: .78rem; font-weight: 500; color: var(--col-btn-hover);
  text-decoration: underline; text-underline-offset: 2px;
}
.bra-calc__row { display: flex; align-items: flex-end; gap: 10px; flex-wrap: wrap; }
.bra-calc__field { display: flex; flex-direction: column; gap: 5px; flex: 1; min-width: 90px; }
.bra-calc__field label { font-size: .68rem; text-transform: uppercase; letter-spacing: .05em; color: var(--col-muted); }
.bra-calc__field select {
  padding: 9px 10px; border: 1px solid var(--col-border); border-radius: var(--radius);
  background: #fff; font-size: .88rem; color: var(--col-text);
}
.bra-calc__eq { font-size: 1.1rem; color: var(--col-muted); padding-bottom: 9px; }
.bra-calc__result select { border-color: var(--col-text); font-weight: 700; }

/* PAKIETY (bundle) ───────────────────────────────────────────── */
.bundle-pack { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.bundle-pack__head {
  display: flex; align-items: center; gap: 14px;
  font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--col-muted); margin: 4px 0 2px;
}
.bundle-pack__head::before, .bundle-pack__head::after {
  content: ''; flex: 1; height: 1px; background: var(--col-border);
}
.bundle-pack__opt {
  position: relative; border: 1.5px solid var(--col-border); border-radius: var(--radius-lg);
  padding: 14px 16px; cursor: pointer; transition: border-color .2s, background .2s;
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.bundle-pack__opt:hover { border-color: var(--col-gold); }
.bundle-pack__opt.is-active { border-color: var(--col-gold); background: #faf5ee; }
.bundle-pack__opt-top { display: flex; align-items: center; gap: 12px; flex: 1 1 auto; width: 100%; }
.bundle-pack__radio {
  width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid var(--col-border);
  flex-shrink: 0; position: relative;
}
.bundle-pack__opt.is-active .bundle-pack__radio { border-color: var(--col-gold); }
.bundle-pack__opt.is-active .bundle-pack__radio::after {
  content: ''; position: absolute; inset: 3px; border-radius: 50%; background: var(--col-gold);
}
.bundle-pack__info { display: flex; flex-direction: column; gap: 3px; flex: 1; }
.bundle-pack__name { font-size: .9rem; font-weight: 600; color: var(--col-text); display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.bundle-pack__save {
  font-style: normal; font-weight: 700; color: var(--col-success); font-size: .68rem;
  background: #eaf3ee; padding: 3px 10px; border-radius: 999px; letter-spacing: .01em;
}
.bundle-pack__unit { font-size: .76rem; color: var(--col-muted); }
.bundle-pack__price-wrap { display: flex; align-items: baseline; gap: 8px; }
.bundle-pack__price { font-size: 1rem; font-weight: 700; color: var(--col-text); }
.bundle-pack__price-old { font-size: .82rem; color: var(--col-muted); text-decoration: line-through; }
.bundle-pack__badge {
  position: absolute; top: -11px; right: 14px; left: auto;
  background: var(--col-btn-hover); color: #fff; font-size: .64rem; font-weight: 700;
  letter-spacing: .03em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px;
}
.bundle-pack__badge--best { background: var(--col-btn); color: #1a1a1a; }
.bundle-pack__pickers { width: 100%; display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
.bundle-pack__pickers[hidden] { display: none; }
.bundle-pack__picker-row { display: flex; align-items: center; gap: 10px; }
.bundle-pack__thumb {
  width: 52px; height: 52px; border-radius: 10px; object-fit: cover;
  flex-shrink: 0; border: 1px solid var(--col-border);
}
.bundle-pack__picker-row select {
  padding: 10px 12px; border: 1px solid var(--col-border); border-radius: 10px;
  font-size: .84rem; background: #fff; color: var(--col-text);
}
.bundle-pack__picker-row .fd-bundle-color { flex: 1.6; }
.bundle-pack__picker-row .fd-bundle-size  { flex: 1; }

/* BLOKI WYRÓŻNIEŃ ────────────────────────────────────────────── */
.highlight-blocks { padding: 60px 0; display: flex; flex-direction: column; gap: 56px; }
.highlight-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.highlight-block--rev .highlight-block__img { order: 2; }
.highlight-block__img img {
  width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius-lg);
}
.highlight-block__text h3 {
  font-family: var(--ff-head); font-size: clamp(1.4rem,2.4vw,1.9rem); font-weight: 600;
  color: var(--col-text); margin: 0 0 16px; line-height: 1.25;
}
.highlight-block__text p { font-size: .92rem; line-height: 1.8; color: var(--col-muted); }

/* TABELA PORÓWNANIA ──────────────────────────────────────────── */
.compare-table-wrap { max-width: 640px; margin: 0 auto 70px; padding: 0 24px; }
.compare-table { width: 100%; border-collapse: collapse; }
.compare-table th {
  padding: 12px 8px; text-align: center; font-size: .82rem; font-weight: 700; color: var(--col-muted);
}
.compare-table th.compare-table__brand { color: var(--col-text); }
.compare-table td { padding: 13px 8px; border-top: 1px solid var(--col-border); text-align: center; }
.compare-table__label { text-align: left !important; font-size: .86rem; color: var(--col-text); font-weight: 500; }
.compare-table__yes { color: var(--col-success); font-size: 1.1rem; font-weight: 700; }
.compare-table__no { color: #c0392b; font-size: 1.1rem; }

@media (max-width: 768px) {
  .highlight-block, .highlight-block--rev .highlight-block__img { grid-template-columns: 1fr; }
  .highlight-block { grid-template-columns: 1fr; }
  .highlight-block__img { order: -1 !important; }
  .highlight-block__img img { height: 280px; }
}

/* MODAL: ZNAJDŹ SWÓJ IDEALNY ROZMIAR ─────────────────────────── */
.sz-modal__box--wide { max-width: 820px; }
.bra-guide__steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-bottom: 22px;
}
.bra-guide__step {
  background: var(--col-bg-alt); border-radius: var(--radius); padding: 14px 16px;
}
.bra-guide__step strong { display: block; font-size: .78rem; color: var(--col-text); margin-bottom: 6px; }
.bra-guide__step p { font-size: .78rem; color: var(--col-muted); line-height: 1.6; margin: 0; }

.bra-guide__lookup { margin-bottom: 20px; }
.bra-guide__lookup-label { font-size: .78rem; font-weight: 600; color: var(--col-text); margin: 0 0 8px; }
.bra-guide__pills { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.bra-guide__pill {
  flex: 1 1 auto; min-width: 62px; text-align: center;
  font-size: .74rem; font-weight: 600; padding: 8px 6px; border-radius: var(--radius);
  background: var(--col-bg-alt); color: var(--col-text); border: 1px solid var(--col-border);
}
.bra-guide__pill--dark { background: var(--col-text); color: #fff; border-color: var(--col-text); }

.bra-guide__matrix { width: 100%; border-collapse: collapse; font-size: .78rem; }
.bra-guide__matrix th {
  background: var(--col-bg-alt); color: var(--col-muted);
  font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
  padding: 8px 6px; border: 1px solid var(--col-border); text-align: center;
}
.bra-guide__matrix th:first-child { text-align: left; font-size: .64rem; }
.bra-guide__matrix td {
  padding: 8px 4px; border: 1px solid var(--col-border); text-align: center; color: var(--col-text);
}
.bra-guide__matrix td.is-empty { color: var(--col-border); }
.bra-guide__matrix td b { display: block; font-size: .82rem; }
.bra-guide__matrix td small { display: block; font-size: .64rem; color: var(--col-muted); }
.bra-guide__matrix td.sz-s   { background: #faf5ee; }
.bra-guide__matrix td.sz-m   { background: #f3e7d8; }
.bra-guide__matrix td.sz-l   { background: #edd9c2; }
.bra-guide__matrix td.sz-xl  { background: #e2c3a3; }
.bra-guide__matrix td.sz-2xl { background: #d1a97e; }
.bra-guide__matrix td.sz-3xl { background: #b8895d; color: #fff; }
.bra-guide__matrix td.sz-3xl small { color: rgba(255,255,255,.8); }
.bra-guide__matrix td.sz-4xl { background: #8b6547; color: #fff; }
.bra-guide__matrix td.sz-4xl small { color: rgba(255,255,255,.8); }

@media (max-width: 600px) {
  .bra-guide__steps { grid-template-columns: 1fr; }
  .bra-guide__pill { min-width: 46px; font-size: .68rem; padding: 6px 4px; }
}