.home-categories {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.home-categories .home-category {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(25% - 20px);
    background-color: #E8F5F5;
    border-radius: 4px;

    @media (max-width: 1024px) {
        width: calc(50% - 5px);
    }

    @media (min-width: 768px) {
        padding: 40px;
    }

    @media (max-width: 768px) {
        padding: 40px 15px;
    }
}

.home-categories .home-category img {
    margin-top: auto;

    @media (min-width: 1024px) {
        transform: scale(1.5);
        max-height: 190px;
    }
    @media (min-width: 768px) and (max-width: 1024px) {
        transform: scale(1.25);
        max-height: 190px;
    }
    @media (max-width: 768px) {
        transform: scale(1.35);
        max-height: 100px;
    }
}

.home-categories .home-category .home-category-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-top: auto;
    padding-top: 30px;
    z-index: 3;
    position: relative;

    @media (min-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 768px) {
        font-size: 15px;
    }
}

.home-categories .home-category .home-category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    border-radius: 4px;
    background: linear-gradient(to top, rgba(75, 158, 159, 1) 0%, rgba(105, 195, 196, 0) 100%);
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.items-center {
    align-items: center;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.page-cms h1 {
    margin-top: 0 !important;
}

.breadcrumb {
    display: none;
}

{
    font-family: "jaf-bernino-sans", sans-serif !important
;
}

p {
    font-size: 14px;
    color: #000;
    margin-bottom: 1rem;
}

h1 {
    font-weight: 700 !important;
    font-family: "jaf-bernino-sans", sans-serif !important;
    margin-bottom: 1rem;

    @media (min-width: 1280px) {
        font-size: 60px !important;
    }
    @media (min-width: 1024px) and (max-width: 1279px) {
        font-size: 50px !important;
    }
    @media (min-width: 768px) and (max-width: 1023px) {
        font-size: 40px !important;
    }
    @media (min-width: 640px) and (max-width: 767px) {
        font-size: 36px !important;
    }
    @media (max-width: 640px) {
        font-size: 30px !important;
    }
}

h1 .heading-underline-01 {
    background-color: #248889;

    @media (min-width: 1280px) {
        bottom: 8px;
        left: -15px;
        width: calc(100% + 30px);
        height: 20px;
    }
    @media (min-width: 1024px) and (max-width: 1279px) {
        bottom: 8px;
        left: -10px;
        width: calc(100% + 20px);
        height: 16px;
    }
    @media (min-width: 768px) and (max-width: 1023px) {
        bottom: 5px;
        left: -5px;
        width: calc(100% + 10px);
        height: 12px;
    }
    @media (max-width: 767px) {
        bottom: 3px;
        left: -4px;
        width: calc(100% + 8px);
        height: 10px;
    }
}

h2 {
    font-weight: 700 !important;
    font-family: "jaf-bernino-sans", sans-serif !important;
    margin-bottom: 1rem;

    @media (min-width: 1280px) {
        font-size: 35px !important;
    }
    @media (max-width: 1280px) {
        font-size: 24px !important;
    }
}

h2 .heading-underline-01 {
    background-color: #69C3C4;

    @media (min-width: 1280px) {
        bottom: 6px;
        left: -3px;
        width: calc(100% + 6px);
        height: 10px;
    }
    @media (min-width: 1024px) and (max-width: 1279px) {
        bottom: 8px;
        left: -10px;
        width: calc(100% + 20px);
        height: 10px;
    }
    @media (min-width: 768px) and (max-width: 1023px) {
        bottom: 5px;
        left: -5px;
        width: calc(100% + 10px);
        height: 8px;
    }
    @media (max-width: 767px) {
        bottom: 3px;
        left: -4px;
        width: calc(100% + 8px);
        height: 6px;
    }
}

.heading-underline_02 {
    background-color: #69C3C4;

    @media (min-width: 1024px) {
        bottom: -2px;
        left: -5px;
        width: calc(100% + 10px);
        height: 12px;
    }
    @media (max-width: 1023px) {
        bottom: -2px    ;
        left: -4px;
        width: calc(100% + 8px);
        height: 10px;
    }
}

h3 {
    font-size: 30px !important;
    font-weight: 700 !important;
    font-family: "jaf-bernino-sans", sans-serif !important;
}

.section-main-coop {
    display: flex;
    align-items: center;

    @media (min-width: 1280px) {
        min-height: 600px;
        background-position: center;
    }
    @media (min-width: 1024px) and (max-width: 1279px) {
        min-height: 500px;
        background-position: 20%;
    }
    @media (min-width: 640px) and (max-width: 1023px) {
        min-height: 400px;
        background-position: 10%;
    }
    @media (max-width: 640px) {
        min-height: 300px;
        background-position: 50%;
    }
}

.section-map {
    display: flex;
    align-items: center;
    background-color: #B4E0E1;

    @media (min-width: 1280px) {
        min-height: 600px;
        background-position: center;
    }
    @media (min-width: 1024px) and (max-width: 1279px) {
        min-height: 500px;
        background-position: 20%;
    }
    @media (min-width: 640px) and (max-width: 1023px) {
        min-height: 400px;
        background-position: 10%;
    }
    @media (max-width: 640px) {
        min-height: 300px;
        background-position: 30%;
    }
}

.half-block {
    display: flex;

    @media (min-width: 1280px) {
        align-items: center;
        justify-content: space-between;
        gap: 120px;
    }

    @media (min-width: 1024px) and (max-width: 1279px) {
        align-items: center;
        justify-content: space-between;
        gap: 70px;
    }

    @media (max-width: 1024px) {
        flex-direction: column;
        gap: 30px;
    }
}

.half-block > div {
    @media (min-width: 1024px) {
        width: 50%;
    }
    @media (max-width: 1024px) {
        width: 100%;
    }
}

.half-block-padded {
    @media (min-width: 1024px) {
        padding: 80px 0;
    }
    @media (max-width: 1024px) {
        padding: 40px 0;
    }
}

.blog-section {
    padding: 45px 0;
    background-color: #E8F5F5;
    overflow: hidden;
}

.blog-articles {
    display: flex;
    gap: 25px;
    position: relative;
    z-index: 10;

    @media (max-width: 768px) {
        flex-wrap: wrap;
    }
}

.blog-articles > a.blog-article {
    width: 100%;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mt-auto {
    margin-top: auto !important;
}

@media (min-width: 1024px) {
    .blog-articles > a.blog-article:hover {
        transform: scale(1.025);
    }
}

.blog-articles > a.blog-article .blog-article-img {
    border-radius: 4px;
    width: 100%;
}

.blog-articles > a.blog-article .blog-article-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 18px;

    @media (min-width: 1024px) {
        padding: 0 22px;
        margin-top: 30px;
    }

    @media (max-width: 1023px) {
        margin-top: 15px;
    }
}

.blog-articles > a.blog-article .blog-article-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    border-radius: 3px;
    padding: 0 32px;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    text-transform: none;
    transition: all 0.3s ease;
    background-color: #69C3C4;

    @media (min-width: 1024px) {
        margin: 0 22px;
    }
}

.blog-articles > a.blog-article .blog-article-arrow > div {
    color: #fff;
}

.blog-articles > a.blog-article .blog-article-arrow:hover {
    background-color: #1b6b6c;
    color: #fff;
}

.blog-btn-all {
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
    z-index: 10;
}

.logos {
    max-width: 1700px;
    margin: 0 auto;

    @media(min-width: 1024px) {
        padding: 0 0 65px 0;
    }

    @media (max-width: 1024px) {
        padding: 30px 0 35px 0;
    }
}

.logo-section {
    max-width: 1700px;
    margin: 0 auto;

    @media(min-width: 1024px) {
        padding: 100px 0 65px 0;
    }

    @media (max-width: 1024px) {
        padding: 50px 0 35px 0;
    }
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 10px 0;

    @media (min-width: 768px) {

    }

    @media (max-width: 768px) {
        flex-direction: column;
        text-align: center;
    }
}

.logo-container p {
    color: #808080;
}

.logo-container p a {
    color: #248889;
}

.logo-container img {
    width: 140px;
    min-width: 140px;
    height: auto;
}

.logo-inner-container {
    max-width: 1000px;
    margin: 0 auto;
}

.section-main-coop .inner-container {
    max-width: 740px;
}

.section-main-coop .coop-main-title {
    padding-bottom: 20px;
}

.section-main-coop .coop-main-text {
    font-size: 16px;
}

.section-btn-container {
    padding-top: 65px;
}

.section-text {
    background-color: #E8F5F5;
    padding: 45px 0;
}

.title-underline {
    width: 100%;
    height: 10px;
    background-color: #69C3C4;
    bottom: 0;
    left: 0;
}

.section-second-coop {
    @media (min-width: 1024px) {
        padding: 82px 0;
    }
    @media (max-width: 1023px) {
        padding: 42px 0;
    }
}

.coop-infos {
    background-color: #E8F5F5;
    padding: 60px 0;
}

.coop-form-section {
    padding: 60px 0;
}

.btn-row {
    display: flex;
    gap: 11px;

    @media (min-width: 1024px) {
        align-items: center;
        padding-top: 32px;
    }
    @media (max-width: 1023px) {
        padding-top: 32px;
    }

    @media (max-width: 480px) {
        flex-direction: column;
    }
}

.bs_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    border-radius: 3px;
    padding: 0 32px;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    text-transform: none;
    transition: all 0.3s ease;
}

.bs_btn-primary {
    color: #fff;
    background-color: #248889;
}

.bs_btn-primary:hover {
    color: #fff;
    background-color: #1b6b6c;
}

.bs_btn-white {
    color: #59b0b1;
    background-color: #fff;
}

.bs_btn-white:hover {
    background-color: #F5F5F5;
}

.bs_btn-white > span {
    color: #248889;;
}

.btn-play {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    color: #248889;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid #248889;
    border-radius: 3px;
    padding: 0 32px;
    height: 40px;
}

.btn-play:hover {
    color: #fff;
    background-color: #248889;
}

.btn-play:hover svg path {
    stroke: white;
}

.info-boxes {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -20px;
}

.info-boxes .info-box {
    margin-bottom: 20px;
    margin-right: 20px;

    @media (min-width: 1280px) {
        width: calc(100% / 4 - 20px);
    }
    @media (min-width: 1024px) and (max-width: 1279px) {
        width: calc(100% / 4 - 20px);
    }
    @media (min-width: 768px) and (max-width: 1023px) {
        width: calc(100% / 2 - 20px);
    }
    @media (min-width: 640px) and (max-width: 767px) {
        width: calc(100% / 2 - 20px);
    }
    @media (max-width: 640px) {
        width: 100%
    }
}

.manufacturer-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* zarovnání na střed */
    margin-right: -20px;
    margin-bottom: -20px;

    @media (min-width: 1024px) {
        padding: 75px 0 0 0;
    }
}

.img-manufacturer {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 20px;

    @media (min-width: 1280px) {
        width: calc(100% / 7 - 20px);
    }
    @media (min-width: 1024px) and (max-width: 1279px) {
        width: calc(100% / 7 - 20px);
    }
    @media (min-width: 768px) and (max-width: 1023px) {
        width: calc(100% / 7 - 20px);
    }
    @media (min-width: 640px) and (max-width: 480px) {
        width: calc(100% / 3 - 20px);
    }
    @media (max-width: 480px) {
        width: calc(100% / 2 - 20px);
    }
}

.img-manufacturer img {
    @media (min-width: 1280px) {
        max-height: 60px; /* jednotná výška */
        max-width: 170px;
        padding: 0 10px;
    }
    @media (min-width: 1024px) and (max-width: 1279px) {
        max-height: 50px; /* jednotná výška */
        max-width: 150px;
        padding: 0 10px;
    }
    @media (min-width: 768px) and (max-width: 1023px) {
        max-height: 50px; /* jednotná výška */
        max-width: 100px;
        padding: 0 10px;
    }
    @media (min-width: 640px) and (max-width: 767px) {
        max-height: 50px; /* jednotná výška */
        max-width: 150px;
        padding: 0 10px;
    }
    @media (max-width: 640px) {
        max-height: 50px; /* jednotná výška */
        max-width: 150px;
        padding: 0 10px;
    }
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease; /* případná hover animace */
}

.img-manufacturer img:hover {
    @media (min-width: 1024px) {
        transform: scale(1.05); /* jemný efekt na hover */
    }
}

.list-coop {
    padding-top: 15px;
    padding-left: 0;
    margin-bottom: -10px;
}

.list-coop li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 20px;
    font-size: 14px;
}

.list-coop li:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 12px;
    width: 3px;
    height: 3px;
    background-color: #000;
}

.img-video {
    border-radius: 10px;
}

.img-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.img-leafs_01 {
    animation: levitate 3s ease-in-out infinite;
    left: -150px;
    bottom: -200px;
}

.img-leafs_01 img {
    transform: scale(0.6667);
    transform-origin: top left;
}

.img-leafs_02 {
    animation: levitate 6s ease-in-out infinite;
    top: 0;
    right: -100px;
}

.img-leafs_02 img {
    transform: scale(0.6667);
    transform-origin: top right;

    @media (max-width: 1023px) {
        max-height: 300px;
    }
}

.img-leafs_03 {
    position: absolute;
    animation: levitate 4s ease-in-out infinite;

    @media (min-width: 1024px) {
        left: -70px;
        bottom: -220px;
    }
    @media (max-width: 1023px) {
        left: -70px;
        bottom: -120px;
        max-width: 150px;
    }
}

.img-leafs_04 {
    position: absolute;
    animation: levitate 3s ease-in-out infinite;

    @media (min-width: 1024px) {
        right: -50px;
        top: -100px;
    }
    @media (max-width: 1023px) {
        top: -75px;
        right: -50px;
        max-width: 150px;
    }
}

.img-leafs_03 img,
.img-leafs_04 img {
    transform: scale(0.6667);
    transform-origin: top right;
}

.img-leafs_05 {
    position: absolute;
    animation: levitate 4s ease-in-out infinite;

    @media (min-width: 1024px) {
        left: -70px;
        top: -220px;
        max-width: 120px;
    }
    @media (max-width: 1023px) {
        left: -70px;
        top: -120px;
        max-width: 150px;
    }
}

.img-leafs_06 {
    position: absolute;
    animation: levitate 3s ease-in-out infinite;

    @media (min-width: 1024px) {
        right: -50px;
        bottom: -50px;
        max-width: 180px;
    }
    @media (max-width: 1023px) {
        bottom: -75px;
        right: -50px;
        max-width: 150px;
    }
}

.img-leafs_07 {
    position: absolute;
    z-index: 10;
    animation: levitate 3s ease-in-out infinite;
    left: -30px;
    bottom: -80px;
    max-width: 143px;
}

.position-relative {
    position: relative;
}

@keyframes levitate {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0px);
    }
}

.img_02 {
    @media (min-width: 1024px) {
        padding-right: 35px;
    }
}

.img-container_02 {
    @media (max-width: 1023px) {
        margin-bottom: 50px;
    }
    @media (max-width: 640px) {
        margin-bottom: 30px;
    }
}

.content_02 {
    @media (min-width: 1024px) {
        padding-left: 35px;
    }
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 poměr */
    height: 0;
}

.video-wrapper iframe,
.video-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-video-play {
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.ProductInfoCTA .h3.product-title {
    line-height: .75;
}

.map-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.map-container .map-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
}

.map-mask {
    top: 0;
    left: 0;
}

.blog-mask {
    top: 50px;
    right: 50px;
}

.categories-section {
    padding: 45px 0;
    background: #fff;
}

.home-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    @media (min-width: 1024px) {
        padding: 50px 0;
    }
    @media (max-width: 1023px) {
        flex-wrap: wrap;
        padding: 0 0 50px 0;
    }
}

.home-categories > .home-category {
    transition: transform 0.3s ease;
}

@media (min-width: 1024px) {
    .home-categories > .home-category:hover {
        transform: scale(1.1);
    }
}

.featured-products-container .ProductPriceAddToCart {
    display: none !important;
}

.d-none {
    display: none !important;
}

.d-lg-block {
    @media (min-width: 1024px) {
        display: block !important;
    }
}

.d-lg-none {
    @media (min-width: 1024px) {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .products.row {
        margin-right: -8px !important;
        margin-left: -8px !important;
    }
}