/* Print (E13, 11. 8. 2026): web sa dovtedy tlacil ako kasa.
   Ciel: zakaznik si vytlaci produkt a polozi na stol. */
@media print {
    nav, header, footer, .templateux-navbar, .zp-lista, .zp-cookies,
    .quatro-box, .modal, #kontakt form, .contact-btn, .hamburger,
    .zp-susedia, video, iframe { display: none !important; }
    body { font-size: 12pt; color: #000; background: #fff; }
    a { color: #000; text-decoration: none; }
    /* adresy odkazov v obsahu — nech je papier pouzitelny */
    .templateux-section a[href^="/"]::after {
        content: " (zahradnapivnica.sk" attr(href) ")"; font-size: 9pt; color: #444;
    }
    img { max-width: 70mm; page-break-inside: avoid; }
    h1, h2, h3 { page-break-after: avoid; }
    .templateux-section { padding: 0; }
    [data-aos] { opacity: 1 !important; transform: none !important; }
}
