:root{
  --zd-green:#2f6b43; --zd-green-2:#3f7c51; --zd-cream:#f7f5ef; --zd-accent:#ffd24b; --zd-dark:#091422; --zd-muted:#6b7280;
  --tdl-sticky-top:110px;
}
*{box-sizing:border-box}
/* Info bar */
.zd-infobar{background:var(--zd-green-2); color:#fff; font-size:14px; padding:6px 0}
.zd-infobar .wrap{display:flex; gap:18px; justify-content:center; flex-wrap:wrap}

/* Cards, buttons */
button, .btn, .single_add_to_cart_button{border-radius:12px}
.woocommerce span.onsale{border-radius:10px; padding:.35rem .5rem}

/* Product grid stabilization */
.products{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px}
.products::before, .products::after{display:none !important; content:none !important}
.product-grid-item, .product{border-radius:14px; overflow:hidden; background:#fff; border:1px solid #e5e7eb}
.product img{width:100%; height:auto; aspect-ratio:1/1; object-fit:cover; display:block}

/* Sidebar look */
.widget{border:1px solid #e5e7eb; border-radius:12px; padding:12px; background:#fff}
/* Sticky sidebar fix */
.sidebar-content, .wd-sidebar, .tdl-sidebar{position:sticky; top:var(--tdl-sticky-top); align-self:start; z-index:2}

/* Pill (gramy/cena/100 g) */
.tdl-pill{display:inline-flex; gap:10px; align-items:center; border-radius:999px; background:#fff; border:1px solid #e5e7eb; padding:8px 12px; margin-top:8px}
.tdl-pill .gram{font-weight:700; color:#111827}
.tdl-pill .price{font-weight:800; color:var(--zd-green)}
.tdl-pill .per100{color:#6b7280; font-weight:600}

/* Hide attribute label 'Hmotnost' (ponecháme ostatní) */
.variations_form .label label[for*="pa_hmotnost"], .variations_form .label label[for*="attribute_pa_hmotnost"]{display:none}

/* Responsive */
@media (max-width:1100px){ .products{grid-template-columns:repeat(2,1fr)} }
