
/* ---- Warranty / returns reassurance under the buy box ---- */
#product .vm-legal {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px;
  margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border-light);
}
#product .vm-legal span { font-size: .8rem; color: var(--text-body); line-height: 1.3; }
#product .vm-legal b { display: block; color: var(--text-dark); font-size: .86rem; }
#product .vm-legal small { display: block; color: var(--text-muted); font-size: .7rem; margin-top: 2px; }
@media (max-width: 600px) { #product .vm-legal { grid-template-columns: 1fr; } }

/* No discount claim may be shown without the lowest price of the previous
   30 days (§ 12a zák. 634/1992). Prices themselves are unaffected. */
.product-flags .discount,
.product-flags li.discount,
.regular-price,
.product-discount,
.discount-percentage,
.discount-amount,
.product-prices .discount{display:none !important}
