* {
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    box-sizing: border-box;
}
label {
    display: block;
}
button,
input,
select,
textarea {
    font-family: inherit;
    line-height: inherit;
    margin: 0;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    font-family: inherit;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
textarea {
    resize: vertical;
}
small {
    font-family: inherit;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    margin: 0 auto;
    width: 100%;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 1024px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row > * {
    flex-shrink: 0;
    max-width: 100%;
    width: 100%;
}
.col {
    flex: 1 0 0%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
:root {
    --primary-color: #588b22;
    --secondary-color: #000;
    --swiper-theme-color: #ddaa57 !important;
    --grey-color: #f0efed;
    --grey-lighter-color: #fdfcfa;
    --grey-darker-color: #000;
    --white-color: #f9f9f9;
    --dark-color: #fff;
}
@media (prefers-color-scheme: dark) {
    :root {
        --primary-color: #588b22;
        --secondary-color: #fff;
        --swiper-theme-color: #ddaa57 !important;
        --grey-color: #2c271f;
        --grey-lighter-color: #2c271f;
        --grey-darker-color: #b0b0b0;
        --dark-color: #111;
    }
    body {
        background: #111;
        color: var(--white-color);
    }
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
@media only screen and (min-width: 1300px) {
    .container-sm {
        max-width: 1300px;
    }
}
.row > * {
    padding-left: 0;
    padding-right: 1.25rem;
}
.row > :last-child {
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (max-width: 1024px) {
    .row > * {
        padding-left: 0;
        padding-right: 0;
    }
}
.row-spaces {
    margin: 0 -0.625rem -1.25rem;
}
.row-spaces > *,
.row-spaces > :last-child {
    padding: 0 0.625rem;
}
.row-spaces-0 {
    margin: 0;
}
.row-spaces-0 > * {
    padding-left: 0;
    padding-right: 0;
}
.section-offset {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
}
@media only screen and (max-width: 1500px) {
    .section-offset {
        padding-bottom: 2.5rem;
        padding-top: 2.5rem;
    }
}
button,
input,
select,
textarea {
    background: none;
    border: none;
    font-size: inherit;
    outline: none;
}
button ::-moz-placeholder,
input ::-moz-placeholder,
select ::-moz-placeholder,
textarea ::-moz-placeholder {
    color: #54646f;
}
button ::placeholder,
input ::placeholder,
select ::placeholder,
textarea ::placeholder {
    color: #54646f;
}
button[disabled],
input[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}
input[readonly] {
    cursor: not-allowed;
}
ul {
    list-style: none;
}
img,
svg {
    display: block;
    width: 100%;
}
a {
    color: inherit;
    display: inline-block;
}
a,
iframe,
video {
    vertical-align: bottom;
}
iframe,
video {
    border: 0;
    height: 100%;
    width: 100%;
}
:root {
    --h1: clamp(41px, 3.5vw, 55px);
    --h2: clamp(42px, 1.9vw, 35.25px);
    --h3: clamp(37px, 4vw, 40px);
    --h4: clamp(45px, 2.1vw, 42.3px);
    --h5: clamp(19.2px, 1.6vw, 20.4px);
    --h6: clamp(19px, 1.5vw, 17px);
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: DMSans, sans-serif;
    font-size: clamp(16px, 1.3vw, 17px);
    font-weight: 600;
}
.h1,
h1 {
    font-size: var(--h1);
    font-style: normal;
    line-height: 1.5;
}
.h1,
.h2,
h1,
h2 {
    font-family: Jost, sans-serif;
    font-weight: 100;
}
.h2,
h2 {
    font-size: var(--h2);
    font-weight: 500;
}
.h3,
h3 {
    font-size: var(--h3);
}
.h3,
.h4,
h3,
h4 {
    font-family: Jost, sans-serif;
    font-weight: 100;
}
.h4,
h4 {
    font-size: var(--h4);
    line-height: 1.5;
    margin-bottom: 1rem;
    margin-top: 7rem;
}
.h5,
h5 {
    font-size: var(--h5);
}
.h5,
.h6,
h5,
h6 {
    font-family: Jost, sans-serif;
    font-weight: 100;
}
.h6,
h6 {
    font-size: var(--h6);
    font-weight: 500;
    margin-bottom: 1rem;
}
p {
    font-family: Jost, sans-serif;
    font-size: 1.2em;
}
a,
p {
    font-weight: 400;
}
a,
p {
    letter-spacing: 0.5px;
    text-decoration: none;
}
.text-primary {
    color: var(--primary-color);
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-end {
    text-align: right;
}
@media only screen and (min-width: 1024px) {
    .text-lg-end {
        text-align: right;
    }
}
.text-justify {
    text-align: justify;
}
.image-ratio {
    height: 100%;
    max-width: 100%;
}
.pb-0 {
    padding-bottom: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.relative {
    position: relative;
}
.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-wrap {
    flex-wrap: wrap;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-evenly {
    justify-content: space-evenly;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.items-center {
    align-items: center;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
@media only screen and (min-width: 1024px) {
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
}
.d-none {
    display: none;
}
.d-block {
    display: block;
}
@media only screen and (min-width: 768px) {
    .d-md-block {
        display: block;
    }
}
.mt-3 {
    margin-top: 0.5rem;
}
html[data-turbo-preview] [data-aos] {
    visibility: hidden;
}
html[data-turbo-preview] .page-navbar .expanded .navbar-menu {
    transform: translateX(100%);
}
html[data-turbo-preview]
    .page-navbar
    .expanded
    .navbar-menu-icon
    .icon-line-01 {
    transform: scaleX(1);
}
html[data-turbo-preview]
    .page-navbar
    .expanded
    .navbar-menu-icon
    .icon-line-02 {
    transform: rotate(0);
}
html[data-turbo-preview]
    .page-navbar
    .expanded
    .navbar-menu-icon
    .icon-line-03 {
    transform: scaleX(1);
}
.oc-progress-bar {
    background: var(--primary-color);
    box-shadow: none;
    height: 3px;
    z-index: 10000;
}
.oc-flash-message {
    background: var(--white-color) !important;
    border-radius: 4px;
    box-shadow: 0 0 18px rgba(6, 24, 51, 0.25);
    color: var(--dark-color);
    max-width: 29.375rem;
    padding: 1.25rem 3.8rem 1.25rem 1.25rem;
    top: 6.5rem;
    transform: translateY(-40px);
}
@media only screen and (max-width: 768px) {
    .oc-flash-message {
        left: 1.25rem;
        right: 1.25rem;
        top: 5.125rem;
    }
}
.oc-flash-message.flash-show {
    transform: translateY(0);
}
.oc-flash-message a.flash-close {
    filter: brightness(0);
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
}
.oc-flash-message.success {
    border-bottom: 2px solid #45d669;
    color: #45d669;
}
.oc-flash-message.error {
    border-bottom: 2px solid #d92f2f;
    color: #d92f2f;
}
.oc-attach-loader:hover:before {
    transform: scale(1);
}
.oc-attach-loader:after {
    height: 1.125rem;
    margin-left: 0.625rem;
    width: 1.125rem;
}
.page-navbar {
    align-items: center;
    display: flex;
    font-weight: 400;
    padding-bottom: 2rem;
    padding-top: 2rem;
    position: relative;
    transition: 0.2s ease-in-out;
    z-index: 2;
}
@media only screen and (max-width: 1024px) {
    .page-navbar {
        justify-content: space-between;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}
.page-navbar .navbar-logo img {
    width: 7rem;
}
@media only screen and (max-width: 1199px) {
    .page-navbar .navbar-logo img {
        width: 5rem;
    }
}
@media only screen and (max-width: 1024px) {
    .page-navbar .navbar-logo img {
        width: 7rem;
    }
}
.page-navbar .navbar-menu {
    align-items: center;
    display: flex;
    margin-left: 3rem;
}
@media only screen and (max-width: 1199px) {
    .page-navbar .navbar-menu {
        margin-left: 2rem;
    }
}
@media only screen and (max-width: 1024px) {
    .page-navbar .navbar-menu {
        background: var(--dark-color);
        box-shadow: 0 0 26px rgba(0, 0, 0, 0.05);
        flex-direction: column;
        height: 100%;
        justify-content: center;
        overflow: hidden;
        padding: 1.25rem;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition: transform 0.2s ease-in-out;
        width: 50%;
        z-index: -1;
    }
}
@media only screen and (max-width: 768px) {
    .page-navbar .navbar-menu {
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .page-navbar .navbar-menu ul {
        flex-direction: column;
        justify-content: center;
    }
}
.page-navbar .navbar-menu li:not(:first-child:not(.col-spaces)) {
    margin-left: 2rem;
}
@media only screen and (max-width: 1199px) {
    .page-navbar .navbar-menu li:not(:first-child:not(.col-spaces)) {
        margin-left: 1.125rem;
    }
}
@media only screen and (max-width: 1024px) {
    .page-navbar .navbar-menu li:not(:first-child:not(.col-spaces)) {
        margin-left: 0;
    }
    .page-navbar .navbar-menu li {
        font-size: 1.6em;
        margin-left: 0;
        text-align: center;
    }
    .page-navbar .navbar-menu li .menu-link {
        padding: 0.8125rem 0;
    }
    .page-navbar .navbar-menu li .menu-link-active {
        color: var(--primary-color);
    }
}
.page-navbar .navbar-menu li .menu-link {
    transition: color 0.12s ease-in-out;
}
.page-navbar .navbar-menu li .menu-link:hover {
    color: var(--primary-color);
}
.page-navbar .navbar-menu li .menu-link-active {
    color: var(--primary-color);
    position: relative;
    text-decoration: underline;
}
.page-navbar .navbar-menu-icon {
    margin-right: -1.25rem;
    padding: 1.25rem;
    z-index: 10;
}
@media only screen and (min-width: 1024px) {
    .page-navbar .navbar-menu-icon {
        display: none;
    }
}
.page-navbar .navbar-menu-icon .icon-line-item {
    background: var(--secondary-color);
    border-radius: 2px;
    height: 0.125rem;
    margin: 0.25rem 0;
    transition: transform 0.2s ease-in-out;
    width: 1.25rem;
}
.page-navbar .navbar-menu-icon .icon-line-01 {
    transform: scaleX(1);
    transform-origin: left;
}
.page-navbar .navbar-menu-icon .icon-line-03 {
    transform: scaleX(1);
    transform-origin: right;
}
.navbar-expanded .navbar-menu {
    transform: translateX(0);
}
.navbar-expanded .navbar-menu-icon .icon-line-01 {
    transform: translate(3px, -1px) rotate(45deg) scaleX(0.5);
}
.navbar-expanded .navbar-menu-icon .icon-line-02 {
    transform: rotate(-45deg);
}
.navbar-expanded .navbar-menu-icon .icon-line-03 {
    transform: translate(-3px, 1px) rotate(45deg) scaleX(0.5);
}
footer {
    color: var(--grey-darker-color);
    margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
    footer {
        margin-top: 4rem;
    }
}
@media only screen and (max-width: 576px) {
    footer {
        text-align: center;
    }
}
footer .map {
    color: var(--secondary-color);
    position: relative;
}
footer .map iframe {
    height: 400px;
    width: 100%;
}
@media (prefers-color-scheme: dark) {
    footer .map iframe {
        filter: invert(90%) hue-rotate(286deg) grayscale(0.5);
    }
}
footer .map aside {
    background: var(--grey-lighter-color);
    border-radius: 12px;
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.05);
    display: none;
    padding: 3rem;
    position: absolute;
    right: 5rem;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
    footer .map aside {
        display: none;
    }
}
footer .map aside h6 {
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
footer .map aside p {
    font-family: DMSans, sans-serif;
    font-size: 0.9em;
}
footer .map aside a {
    margin-top: 1rem;
}
footer .page-footer {
    padding: 2rem 0 6rem;
}
footer .page-footer nav {
    align-items: center;
    border-bottom: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
@media only screen and (max-width: 1024px) {
    footer .page-footer nav {
        flex-direction: column;
    }
}
@media only screen and (max-width: 768px) {
    footer .page-footer nav {
        justify-content: center;
    }
}
footer .page-footer nav .navbar-logo {
    align-items: center;
    display: flex;
    font-family: Jost, sans-serif;
    font-size: 2.8em;
    font-weight: 500;
}
@media only screen and (max-width: 576px) {
    footer .page-footer nav .navbar-logo {
        flex-direction: column;
        font-size: 1.5em;
    }
}
footer .page-footer nav .navbar-logo img {
    margin-right: 2rem;
    width: 7rem;
}
@media only screen and (max-width: 576px) {
    footer .page-footer nav .navbar-logo img {
        margin-bottom: 1rem;
        margin-right: 1rem;
        width: 6rem;
    }
}
footer .page-footer nav .navbar-menu {
    align-items: center;
    color: var(--grey-darker-color);
    display: flex;
    margin-left: 3rem;
}
@media only screen and (max-width: 1024px) {
    footer .page-footer nav .navbar-menu {
        margin-left: 0;
        margin-top: 1.3rem;
    }
}
@media only screen and (max-width: 576px) {
    footer .page-footer nav .navbar-menu {
        flex-direction: column;
    }
}
@media only screen and (min-width: 1024px) {
    footer .page-footer nav .navbar-menu li:not(:first-child:not(.col-spaces)) {
        margin-left: 2.1875rem;
    }
}
@media only screen and (max-width: 1024px) {
    footer .page-footer nav .navbar-menu li {
        margin: 0 1.4rem;
        text-align: center;
    }
    footer .page-footer nav .navbar-menu li .menu-link {
        padding: 0.5rem 0;
    }
    footer .page-footer nav .navbar-menu li .menu-link-active {
        color: var(--primary-color);
    }
}
@media only screen and (max-width: 576px) {
    footer .page-footer nav .navbar-menu li {
        margin-bottom: 1rem;
    }
}
footer .page-footer nav .navbar-menu li .menu-link {
    transition: color 0.12s ease-in-out;
}
footer .page-footer nav .navbar-menu li .menu-link:hover {
    color: var(--primary-color);
}
footer .page-footer nav .navbar-menu li .menu-link-active {
    color: var(--primary-color);
    position: relative;
    text-decoration: underline;
}
footer .page-footer h6 {
    color: var(--secondary-color);
    font-family: DMSans, sans-serif;
    margin-bottom: 1.5rem;
    margin-top: 4rem;
}
footer .page-footer .social-icons a {
    background: var(--secondary-color);
    border-radius: 17px;
    height: 3.7rem;
    margin-right: 0.5rem;
    padding-top: 1rem;
    width: 3.6rem;
}
footer .page-footer .social-icons a svg {
    height: 1.7rem;
}
footer .page-footer .time-box {
    grid-column-gap: 100px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    margin-right: 5rem;
}
@media only screen and (max-width: 1199px) {
    footer .page-footer .time-box {
        grid-column-gap: 50px;
        margin-right: 2rem;
    }
}
@media only screen and (max-width: 1024px) {
    footer .page-footer .time-box {
        grid-column-gap: 10rem;
        margin-right: 0;
    }
}
@media only screen and (max-width: 768px) {
    footer .page-footer .time-box {
        grid-column-gap: 6rem;
    }
}
@media only screen and (max-width: 576px) {
    footer .page-footer .time-box {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        max-width: 210px;
    }
}
footer .page-footer .time-box .time-item {
    display: flex;
    font-size: 0.9em;
    font-weight: 400;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}
footer .page-footer .time-box .time-item span:nth-child(2) {
    font-weight: 500;
}
footer .total-footer {
    background: #000;
    color: var(--white-color);
    padding: 0.9rem 0;
    text-align: center;
}
footer .total-footer h6 {
    font-family: DMSans, sans-serif;
    font-size: 0.8em;
    margin-bottom: 0;
}
.button,
.button-dark,
.button-no-border,
.button-primary,
.button-secondary {
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    font-weight: 500;
    padding: 0.8rem 3.8rem;
    position: relative;
    transition: all 0.2s ease-in-out;
    z-index: 10;
}
.button-dark:hover,
.button-no-border:hover,
.button-primary:hover,
.button-secondary:hover,
.button:hover {
    text-decoration: none !important;
    transform: scale(1.05);
}
.button-dark:active,
.button-no-border:active,
.button-primary:active,
.button-secondary:active,
.button:active {
    text-decoration: none !important;
    transform: scale(0.94, 0.96);
}
@media only screen and (max-width: 768px) {
    .button,
    .button-dark,
    .button-no-border,
    .button-primary,
    .button-secondary {
        padding: 0.75rem 1.5rem;
    }
}
.button-mini {
    font-size: 0.8em;
    margin-bottom: 0.5rem;
    padding: 0.7rem 1.8rem;
}
@media only screen and (max-width: 1024px) {
    .button-mini {
        margin-bottom: 0.2rem;
        padding: 0.5rem 1.2rem;
    }
}
@media only screen and (max-width: 576px) {
    .button-mini {
        margin-bottom: 1rem;
    }
}
.button-primary {
    background: var(--primary-color);
    color: white;
}
.button-secondary {
    border: 1px solid var(--secondary-color);
}
.button-dark {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    color: #fff;
}
.button-no-border {
    border: none;
    padding: 0.8rem 2.5rem;
}
@media only screen and (max-width: 768px) {
    .button-no-border {
        padding: 0.8rem 1.5rem;
    }
}
.swiper-pagination .swiper-pagination-bullet {
    border: 0.8px solid var(--secondary-color);
    height: 11px;
    width: 11px;
}
section .deliverySection {
    padding-bottom: 5rem;
    padding-top: 5rem;
    position: relative;
}
section .deliverySection span {
    display: inline-block;
}
section .deliverySection .deliveryIcon {
    left: 0.7rem;
    position: absolute;
    top: 1.7rem;
}
section .deliverySection .deliveryIcon svg path {
    fill: var(--secondary-color);
}
@media only screen and (max-width: 1024px) {
    section .deliverySection .deliveryIcon {
        position: static;
    }
    section .deliverySection .deliveryIcon svg {
        height: 5rem;
    }
    section .deliverySection {
        padding-bottom: 1rem;
    }
}
section .foodSelectionSection .food-box {
    background: var(--grey-color);
    border-radius: 12px;
    margin: 0.8rem 0.4rem 1.2rem;
    padding: 0.5rem 0.5rem 0;
}
@media only screen and (max-width: 576px) {
    section .foodSelectionSection .food-box {
        margin: 0.8rem 0 1.2rem;
    }
}
section .foodSelectionSection .food-box .image-box {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}
section .foodSelectionSection .food-box .image-box img {
    border-radius: 9px;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
section .foodSelectionSection .food-box .food-text {
    padding: 2rem 1.5rem;
}
@media only screen and (max-width: 576px) {
    section .foodSelectionSection .food-box .food-text {
        padding: 1rem 0.5rem;
    }
}
section .foodSelectionSection .food-box .food-text h6 {
    margin-bottom: 0.75rem;
}
section .foodSelectionSection .food-box .food-text p {
    font-family: DMSans, sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.5;
}
section .recommendationsSection {
    margin-bottom: 3rem;
}
section .recommendationsSection p {
    font-size: 1.2em;
}
section .recommendationsSection .recommendationsBox {
    margin-bottom: 3rem;
    margin-top: 4rem;
}
section .recommendationsSection .recommendationsBox .recommendationsImage {
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 1024px) {
    section .recommendationsSection .recommendationsBox .recommendationsImage {
        height: auto;
        margin-bottom: 2rem;
    }
}
section
    .recommendationsSection
    .recommendationsBox
    .recommendationsImage:after {
    background: transparent;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent 40%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
section
    .recommendationsSection
    .recommendationsBox
    .recommendationsImage
    h6.top-badge {
    background: #000;
    border-radius: 7px;
    color: var(--white-color);
    font-family: DMSans, sans-serif;
    font-size: 1em;
    font-weight: 400;
    left: 1rem;
    margin-bottom: 0;
    padding: 0.6rem 1.8rem;
    position: absolute;
    top: 1rem;
    z-index: 1;
}
section
    .recommendationsSection
    .recommendationsBox
    .recommendationsImage
    h6.name {
    bottom: 2rem;
    color: var(--white-color);
    font-size: 1.2em;
    font-weight: 500;
    left: 2rem;
    line-height: 1.3;
    margin-bottom: 0;
    max-width: 68%;
    position: absolute;
    text-align: left;
    z-index: 1;
}
@media only screen and (max-width: 576px) {
    section
        .recommendationsSection
        .recommendationsBox
        .recommendationsImage
        h6.name {
        bottom: 1.5rem;
        left: 1.5rem;
    }
}
@media only screen and (max-width: 375px) {
    section
        .recommendationsSection
        .recommendationsBox
        .recommendationsImage
        h6.name {
        max-width: 63%;
    }
}
section
    .recommendationsSection
    .recommendationsBox
    .recommendationsImage
    h6.price {
    bottom: 2rem;
    color: var(--white-color);
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    position: absolute;
    right: 2rem;
    z-index: 1;
}
@media only screen and (max-width: 576px) {
    section
        .recommendationsSection
        .recommendationsBox
        .recommendationsImage
        h6.price {
        bottom: 1.5rem;
        right: 1.5rem;
    }
}
section .recommendationsSection .recommendationsBox .recommendationsImage img {
    height: 0;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (max-width: 1024px) {
    section
        .recommendationsSection
        .recommendationsBox
        .recommendationsImage
        img {
        height: 100%;
        max-height: 26rem;
    }
}
@media only screen and (max-width: 576px) {
    section
        .recommendationsSection
        .recommendationsBox
        .recommendationsImage
        img {
        max-height: none;
    }
}
section .recommendationsSection .recommendationsBox .recommendationsItem {
    align-items: center;
    background: var(--grey-color);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.3rem;
    padding: 2rem 3rem;
    text-align: left !important;
}
@media only screen and (max-width: 1199px) {
    section .recommendationsSection .recommendationsBox .recommendationsItem {
        align-items: start;
        flex-direction: column;
        padding: 1.2rem 1.8rem;
    }
}
section
    .recommendationsSection
    .recommendationsBox
    .recommendationsItem:last-child {
    margin-bottom: 0;
}
section .recommendationsSection .recommendationsBox .recommendationsItem .info {
    width: 100%;
}
section
    .recommendationsSection
    .recommendationsBox
    .recommendationsItem
    .info
    h6 {
    font-size: 1.3em;
    font-weight: 400;
}
@media only screen and (max-width: 576px) {
    section
        .recommendationsSection
        .recommendationsBox
        .recommendationsItem
        .info
        h6 {
        margin-bottom: 0.5rem;
    }
    section
        .recommendationsSection
        .recommendationsBox
        .recommendationsItem
        .info
        h6
        > span {
        display: block;
    }
}
section
    .recommendationsSection
    .recommendationsBox
    .recommendationsItem
    .info
    h6
    > span
    span {
    font-family: DMSans, sans-serif;
    font-size: 0.8em;
    margin-left: 1rem;
}
@media only screen and (max-width: 576px) {
    section
        .recommendationsSection
        .recommendationsBox
        .recommendationsItem
        .info
        h6
        > span
        span {
        margin-left: 0;
    }
}
section
    .recommendationsSection
    .recommendationsBox
    .recommendationsItem
    .info
    h6
    a {
    margin-left: -4px;
    vertical-align: text-bottom;
}
section
    .recommendationsSection
    .recommendationsBox
    .recommendationsItem
    .info
    h6
    a:after {
    content: ",";
    left: -4.7px;
    position: relative;
}
section
    .recommendationsSection
    .recommendationsBox
    .recommendationsItem
    .info
    h6
    a:first-child {
    margin-left: 0;
}
section
    .recommendationsSection
    .recommendationsBox
    .recommendationsItem
    .info
    h6
    a:last-child:after {
    content: "";
}
section
    .recommendationsSection
    .recommendationsBox
    .recommendationsItem
    .info
    p {
    font-family: DMSans, sans-serif;
    font-size: 1em;
    max-width: 80%;
}
@media only screen and (max-width: 1024px) {
    section
        .recommendationsSection
        .recommendationsBox
        .recommendationsItem
        .info
        p {
        max-width: 100%;
    }
}
section
    .recommendationsSection
    .recommendationsBox
    .recommendationsItem
    .price {
    flex-shrink: 0;
}
@media only screen and (max-width: 1199px) {
    section
        .recommendationsSection
        .recommendationsBox
        .recommendationsItem
        .price {
        margin-top: 1rem;
    }
}
@media only screen and (max-width: 576px) {
    section
        .recommendationsSection
        .recommendationsBox
        .recommendationsItem
        .price {
        margin-top: 0.5rem;
    }
}
section
    .recommendationsSection
    .recommendationsBox
    .recommendationsItem
    .price
    h6 {
    font-size: 1.4em;
    margin-bottom: 0;
}
section .recommendationsSection .button,
section .recommendationsSection .button-dark,
section .recommendationsSection .button-no-border,
section .recommendationsSection .button-primary,
section .recommendationsSection .button-secondary {
    margin: 1rem 0 0;
}
@media only screen and (max-width: 576px) {
    section .recommendationsSection .button,
    section .recommendationsSection .button-dark,
    section .recommendationsSection .button-no-border,
    section .recommendationsSection .button-primary,
    section .recommendationsSection .button-secondary {
        margin: 1rem 0.2rem 0;
    }
}
@media only screen and (min-width: 576px) {
    section .recommendationsSection .button-dark:last-child,
    section .recommendationsSection .button-no-border:last-child,
    section .recommendationsSection .button-primary:last-child,
    section .recommendationsSection .button-secondary:last-child,
    section .recommendationsSection .button:last-child {
        margin-left: 0.5rem;
    }
}
section .catheringSection {
    padding-bottom: 2rem;
    padding-top: 4rem;
}
section .catheringSection h4 {
    margin-top: 0;
}
section .catheringSection p {
    font-size: 1.2em;
    max-width: 90%;
}
@media only screen and (max-width: 1024px) {
    section .catheringSection p {
        max-width: 100%;
    }
}
section .catheringSection a {
    margin: 2.5rem 0 0;
}
@media only screen and (max-width: 576px) {
    section .catheringSection a {
        margin: 1rem 0.2rem 0;
    }
}
@media only screen and (min-width: 576px) {
    section .catheringSection a:last-child {
        margin-left: 0.5rem;
    }
}
section .catheringSection img {
    border-radius: 20px;
}
@media only screen and (max-width: 1024px) {
    section .catheringSection img {
        margin-top: 2rem;
    }
}
section .bannerSection .contact-box a {
    margin: 0 0 0.8rem !important;
}
@media only screen and (max-width: 576px) {
    section .bannerSection .contact-box a {
        margin: 1rem 0.2rem 0 !important;
    }
}
@media only screen and (min-width: 576px) {
    section .bannerSection .contact-box a:first-child {
        margin-right: 0.5rem !important;
    }
}
section.benefitsSection {
    background: var(--grey-color);
    margin: 2rem 0;
    padding: 3rem 0;
}
@media only screen and (max-width: 1024px) {
    section.benefitsSection {
        padding: 4rem 0 1rem;
    }
}
section.benefitsSection svg {
    height: 4rem;
}
section.benefitsSection svg path {
    fill: var(--secondary-color);
}
section.benefitsSection h5 {
    font-weight: 400;
    padding: 1rem 5rem 0;
    text-align: center;
}
@media only screen and (max-width: 1399px) {
    section.benefitsSection h5 {
        padding: 1rem 2rem 0;
    }
}
@media only screen and (max-width: 1024px) {
    section.benefitsSection h5 {
        padding: 1rem 3rem 3rem;
    }
    section .servisSection {
        padding-bottom: 3rem;
    }
}
section .servisSection h3 {
    margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
    section .servisSection h3 {
        margin-top: 3rem;
    }
}
section .servisSection .image-box {
    margin: 2rem 0;
    padding: 2rem;
}
@media only screen and (max-width: 1024px) {
    section .servisSection .image-box {
        margin: 2rem 0 0;
        padding: 0 !important;
    }
}
section .servisSection .image-box img {
    border-radius: 20px;
}
section .servisSection .image-box-left {
    padding-left: 0;
}
section .servisSection .image-box-right {
    padding-right: 0;
}
section.moreSection {
    background: var(--grey-color);
    margin: 2rem 0 -8rem;
    padding: 5rem 0;
}
@media only screen and (max-width: 1024px) {
    section.moreSection {
        padding: 3rem 0;
    }
}
@media only screen and (max-width: 768px) {
    section.moreSection {
        margin: 2rem 0 -4rem;
    }
}
section.moreSection .button,
section.moreSection .button-dark,
section.moreSection .button-no-border,
section.moreSection .button-primary,
section.moreSection .button-secondary {
    text-align: right;
}
@media only screen and (max-width: 1024px) {
    section.moreSection .button,
    section.moreSection .button-dark,
    section.moreSection .button-no-border,
    section.moreSection .button-primary,
    section.moreSection .button-secondary {
        margin-top: 2rem;
        text-align: center;
    }
}
section .contactFormSection {
    padding-bottom: 2rem;
}
section .contactFormSection h4 {
    margin-bottom: 3rem;
}
section .contactFormSection img {
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}
@media only screen and (max-width: 1024px) {
    section .contactFormSection img {
        display: none;
    }
}
form label {
    display: block !important;
    font-size: 0.9em;
    font-weight: 100;
    margin-bottom: 0.6rem;
    text-align: left !important;
}
form input,
form textarea {
    background: var(--grey-color);
    border-radius: 4px;
    color: var(--secondary-color);
    margin-bottom: 1.4rem;
    padding: 1rem 1.3rem;
    width: 100%;
}
body {
    overflow-x: hidden;
}
.scroll-to-top {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    bottom: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    opacity: 0;
    position: fixed;
    right: 20px;
    transform: rotate(180deg);
    transition: all 0.2s;
    width: 50px;
    /* Keep below cart/checkout overlays (which use z-index around 999–1001) */
    z-index: 800;
}
.scroll-to-top svg {
    height: 30px;
    width: 30px;
}
.scroll-to-top:hover {
    background-color: #f6f6f6;
}
@media (prefers-color-scheme: dark) {
    .scroll-to-top:hover {
        background-color: #ddd;
    }
}
.scroll-to-top.fade-in {
    animation: fade-in 0.3s forwards;
}
.scroll-to-top.fade-out {
    animation: fade-out 0.3s forwards;
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-out {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@media only screen and (max-width: 1024px) {
    main {
        text-align: center;
    }
}
section {
    overflow: hidden;
}
main > section:first-child,
section.categorySection {
    overflow: initial;
}
section .bannerSection {
    margin-top: -5rem;
}
@media only screen and (max-width: 1024px) {
    section .bannerSection {
        margin-top: 0;
    }
}
section .bannerSection .slider-box {
    padding-right: 6rem;
}
@media only screen and (max-width: 1199px) {
    section .bannerSection .slider-box {
        padding-right: 0;
    }
}
@media only screen and (max-width: 1024px) {
    section .bannerSection .slider-box {
        padding: 2rem 0 3rem;
        text-align: center;
    }
}
section .bannerSection .slider-box > .button-mini {
    cursor: auto;
}
section .bannerSection .slider-box > .button-mini:active,
section .bannerSection .slider-box > .button-mini:hover {
    transform: none;
}
section .bannerSection .slider-box h1 {
    margin-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
    section .bannerSection .slider-box h1 {
        margin-bottom: 1rem;
    }
}
section .bannerSection .slider-box .contact-box a {
    display: inline-block;
    font-weight: 500;
    margin: 0;
    text-decoration: none;
    vertical-align: middle;
}
section .bannerSection .slider-box .contact-box a:focus,
section .bannerSection .slider-box .contact-box a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 576px) {
    section .bannerSection .slider-box .contact-box a {
        margin: 0.5rem 0.8rem 0;
    }
}
@media only screen and (min-width: 576px) {
    section .bannerSection .slider-box .contact-box a:nth-child(2) {
        margin-left: 3rem;
    }
}
section .bannerSection img {
    border-radius: 20px;
}
section.categorySection #categoryMenu {
    -ms-overflow-style: none;
    background: var(--grey-color);
    margin-top: 2rem;
    overflow-x: auto;
    position: sticky;
    scrollbar-width: none;
    text-align: center;
    top: 0;
    white-space: nowrap;
    width: 100%;
    /* Above normal content and Do košíka buttons, below scroll-to-top (800) and cart overlays */
    z-index: 700;
}
section.categorySection #categoryMenu::-webkit-scrollbar {
    display: none;
}
section.categorySection #categoryMenu a {
    display: inline-block;
    margin: 0 -2px;
    padding: 1.7rem 3.7em;
    transition: all 0.1s;
}
section.categorySection #categoryMenu .active,
section.categorySection #categoryMenu a:hover {
    background: #000;
    color: var(--white-color);
}
section.categorySection .categoryBox {
    padding-bottom: 4rem;
    padding-top: 4rem;
    scroll-behavior: smooth;
}
@media only screen and (max-width: 1024px) {
    section.categorySection .categoryBox {
        margin-bottom: -3rem;
        padding-bottom: 0;
    }
}
section.categorySection .categoryBox h3 {
    margin-bottom: 2rem;
    padding: 2rem 0;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    section.categorySection .categoryBox h3 {
        margin-bottom: 0;
        padding-top: 2rem;
    }
}
section.categorySection .categoryBox .categoryItem {
    align-items: center;
    display: flex;
    margin-bottom: 1.3rem;
    text-align: left !important;
}
section.categorySection .categoryBox .categoryItem svg {
    background: var(--grey-color);
    border-radius: 50%;
    flex: none;
    height: 6.5rem;
    margin-right: 1rem;
    padding: 1.4rem;
    width: 6.5rem;
}
section.categorySection .categoryBox .categoryItem svg path {
    fill: #525252;
}
@media only screen and (max-width: 576px) {
    section.categorySection .categoryBox .categoryItem svg {
        display: none;
    }
}
section.categorySection .categoryBox .categoryItem img {
    border-radius: 50%;
    flex: none;
    height: 6.5rem;
    margin-right: 1rem;
    max-width: 6.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 6.5rem;
}
@media only screen and (max-width: 576px) {
    section.categorySection .categoryBox .categoryItem img {
        display: none;
    }
}
section.categorySection .categoryBox .categoryItem .categoryItemBox {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media only screen and (max-width: 1199px) {
    section.categorySection .categoryBox .categoryItem .categoryItemBox {
        align-items: start;
        flex-direction: column;
    }
}
@media only screen and (max-width: 1024px) {
    section.categorySection .categoryBox .categoryItem .categoryItemBox {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 480px) {
    section.categorySection .categoryBox .categoryItem .categoryItemBox {
        align-items: start;
        flex-direction: column;
    }
}
section.categorySection .categoryBox .categoryItem .categoryItemBox .info {
    flex: 3;
}
section.categorySection .categoryBox .categoryItem .categoryItemBox .info h6 {
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 0.2rem;
}
section.categorySection
    .categoryBox
    .categoryItem
    .categoryItemBox
    .info
    h6
    span {
    font-family: DMSans, sans-serif;
    font-size: 0.8em;
    margin-left: 1rem;
}
section.categorySection
    .categoryBox
    .categoryItem
    .categoryItemBox
    .info
    h6
    span
    a {
    margin-left: -4px;
    text-decoration: none;
    vertical-align: text-bottom;
}
section.categorySection
    .categoryBox
    .categoryItem
    .categoryItemBox
    .info
    h6
    span
    a:after {
    content: ",";
    left: -4.7px;
    position: relative;
}
section.categorySection
    .categoryBox
    .categoryItem
    .categoryItemBox
    .info
    h6
    span
    a:first-child {
    margin-left: 0;
}
section.categorySection
    .categoryBox
    .categoryItem
    .categoryItemBox
    .info
    h6
    span
    a:last-child:after {
    content: "";
}
section.categorySection
    .categoryBox
    .categoryItem
    .categoryItemBox
    .info
    h6
    span
    a:focus,
section.categorySection
    .categoryBox
    .categoryItem
    .categoryItemBox
    .info
    h6
    span
    a:hover {
    text-decoration: underline;
}
section.categorySection .categoryBox .categoryItem .categoryItemBox .info p {
    font-family: DMSans, sans-serif;
    font-size: 0.85em;
    max-width: 95%;
}
@media only screen and (max-width: 480px) {
    section.categorySection
        .categoryBox
        .categoryItem
        .categoryItemBox
        .info
        p {
        max-width: 100%;
    }
}
section.categorySection .categoryBox .categoryItem .categoryItemBox .price {
    flex: 1;
    text-align: center;
}
@media only screen and (max-width: 1199px) {
    section.categorySection .categoryBox .categoryItem .categoryItemBox .price {
        margin-top: 0.3rem;
    }
}
@media only screen and (max-width: 1024px) {
    section.categorySection .categoryBox .categoryItem .categoryItemBox .price {
        margin-top: 0;
        text-align: right;
    }
}
section.categorySection .categoryBox .categoryItem .categoryItemBox .price h6 {
    margin-bottom: 4px; /* space between price and "Do košíka" button */
}
section.categorySection .categoryBox .galleryItem {
    height: 100%;
    padding: 1rem 0;
}
section.categorySection .categoryBox .galleryItem a {
    position: relative;
    transition: all 0.2s;
}
section.categorySection .categoryBox .galleryItem a .galleryImage {
    aspect-ratio: 1;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}
section.categorySection .categoryBox .galleryItem a:hover {
    transform: scale(1.01);
}
section.categorySection .categoryBox .galleryItem a svg {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
section.categorySection .alergensItem {
    grid-column-gap: 100px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(0, 1fr);
    grid-template-rows: repeat(4, 1fr);
    margin-right: 5rem;
}
@media only screen and (max-width: 1199px) {
    section.categorySection .alergensItem {
        grid-template-rows: repeat(5, 1fr);
    }
}
@media only screen and (max-width: 1024px) {
    section.categorySection .alergensItem {
        grid-template-rows: repeat(7, 1fr);
    }
}
@media only screen and (max-width: 768px) {
    section.categorySection .alergensItem {
        display: block;
    }
}
section.categorySection .alergensItem .item {
    display: flex;
    font-family: DMSans, sans-serif;
    font-weight: 400;
    justify-content: space-between;
    margin-bottom: 1.3rem;
}
