:root {
    --row-main-gutter: clamp(3rem, calc(30 / 360 * 100vw), 16rem);
    --row-main-width: calc(163rem + 2 * var(--row-main-gutter));
    --color-black: #000000;
    --color-white: #ffffff;
    --color-red: #ff0000;
    --color-green: #008800;
    --color-blue: #007aff;
    --color-orange: #ffaa00;
    --color-gray: #808080;
    --color-text: #57494f;
    --color-bd: #dddddd;
    --color-bg: #eeeeee;
    --font-primary: Montserrat, -apple-system, blinkmacsystemfont, Segoe UI, roboto, helvetica, arial, sans-serif;
    --font-secondary: Palantino Linotype, Montserrat, -apple-system, blinkmacsystemfont, Segoe UI, roboto, helvetica, arial, sans-serif;
    --color-link: #9e4e38;
    --color-hover: #604945;
    --color-brown-dark: #604945;
    --color-brown: #9e4e38;
    --color-brown-light: #c18c72;
    --color-pink: #ebc1ab;
    --color-primary: #9e4e38;
    --color-secondary: #604945;
    --color-cream: #f3e4dc;
    --font-size: 1.2rem;
    --vw: calc(100vw - var(--scrollbar-width, 0rem));
    --spacing-0: 0;
    --spacing-sm: 2rem;
    --spacing-md: 4rem;
    --spacing-lg: 6rem;
    --spacing-xl: 8rem;
}

/* stylelint-disable declaration-no-important */
html,
body {
    width: 100%;
}

* {
    text-shadow: none !important;
    box-shadow: none !important;
    -webkit-print-color-adjust: exact;
}

a {
    text-decoration: underline !important;
}

a[href^=http]::after {
    content: " (" attr(href) ")";
}

img {
    max-width: 100%;
    height: auto;
}

a,
table,
pre,
blockquote {
    page-break-inside: avoid;
}

h1,
h2,
h3,
h4,
h5,
h6,
img,
svg,
figure {
    page-break-after: avoid;
    page-break-inside: avoid;
}

ul,
ol,
dl {
    page-break-before: avoid;
}

nav,
form,
iframe,
.u-no-print,
.btn,
.section > img,
#uvod {
    display: none;
}

.section .row-main {
    min-height: none;
}

#ucinne-latky .tw-grid-rows-\[0fr\] {
    grid-template-rows: 1fr;
}
#ucinne-latky p {
    page-break-inside: avoid;
}
/*# sourceMappingURL=print.css.map */