/* 3DL Variant Pills – compact, white */
.tdl-vp { margin: 8px 0 6px; }
.tdl-vp-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.woocommerce ul.products li.product .tdl-vp-grid { margin-top: 6px; }

.tdl-vp-pill {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 8px 10px; border-radius: 12px;
  background: #fff; border: 1.5px solid #e5e7eb;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .05s ease;
}
.tdl-vp-pill:hover { border-color: #0081e7; background: #fff; }
.tdl-vp-pill:active { transform: translateY(1px); }

.tdl-vp-grams { font-weight: 700; color: #091422; line-height: 1.1; }
.tdl-vp-price { font-weight: 700; margin-top: 2px; color:#0081e7; }
.tdl-vp-price .woocommerce-Price-currencySymbol { opacity: .85; }
.tdl-vp-unit { font-size: 12px; opacity: .7; margin-top: 2px; }

/* "Cena za 100g:" line */
.tdl-vp-ref-price { margin-top: 8px; font-size: 14px; color: #5b6673; }
.tdl-vp-ref-price .tdl-vp-ref-label { opacity: .9; margin-right: 4px; }
.tdl-vp-ref-price .tdl-vp-ref-suffix { opacity: .6; margin-left: 4px; }

/* ARCHIVE: hide prices left by theme & fit more per row in LIST */
ul.products li.product .price { display: none !important; }
ul.products.list li.product .tdl-vp-grid{ grid-template-columns: repeat(4, minmax(0,1fr)); }

/* Hide any price blocks that appear next to our elements */
.tdl-vp ~ .price,
.tdl-vp + .price,
.tdl-manu-box ~ .price,
.tdl-manu-box + .price,
.single-product .summary .price,
.single-product .summary .single_variation .price,
ul.products li.product .product-element-top .price,
ul.products li.product .wd-add-btn .price { display:none !important; }

/* === Manutea-like panel (white window) === */
.tdl-manu-box{
  display:grid; grid-template-columns: 2fr 1fr; gap:16px;
  background:#fff; border-radius:14px; padding:14px; border:1px solid #e5e7eb;
  margin:10px 0 12px;
}
.tdl-manu-title{ font-weight:700; margin-bottom:6px; color:#091422; }
.tdl-manu-grid{ display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:8px; }
.tdl-manu-pill{ background:#fff; border:1.5px solid #e5e7eb; }
.tdl-manu-pill:hover{ border-color:#0081e7; background:#fff; }
.tdl-manu-pricebox{ text-align:right; }
.tdl-manu-bigprice{ font-size:24px; font-weight:800; color:#091422; }
.tdl-manu-bigprice .tdl-manu-per{ font-size:16px; font-weight:700; opacity:.75; margin-left:6px; }
.tdl-manu-per100{ font-size:13px; opacity:.7; margin-top:4px; }
.tdl-manu-atc{ margin-top:10px; display:flex; justify-content:flex-end; align-items:center; gap:10px; }
.single-product .single_variation .price{ display:none !important; }
