/* Block Styles */
/* Block: banner_cta_copy */
.cms-image { max-width: 100%; } div.container > .cms-image {border-radius: 0.5rem;}

/* Block: cards */
.cms_cards-section { max-width: 1296px; margin: 0 auto; background-color: #ffffff; padding: 40px 30px; display: flex; flex-direction: column; gap: 40px; } .cms_section-header { display: flex; align-items: center; justify-content: center; gap: 32px; position: relative; margin-bottom: 40px; } .cms_section-header::before, .cms_section-header::after { content: ""; flex: 1 1 0; height: 1px; background-color: #cdcdcd; } .cms_section-header__title { font-size: 36px; font-weight: 700; text-align: center; white-space: nowrap; line-height: 1; position: relative; padding: 0; background-color: #ffffff; display: inline-flex; align-items: center; margin-bottom: 0; } .cms_cards-grid { display: grid; /* Karty se lámou podle šířky kontejneru; min 180px, jinak rovnoměrně */ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; } .cms_cards-rm1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .cms_card-link { display: block; /* or display: flex */ height: 100%; /* Fill grid cell height */ text-decoration: none; color: inherit; } .cms_card-link .cms_card { transition: transform 0.2s ease, box-shadow 0.2s ease; cursor: pointer; } .cms_card-link:hover .cms_card { transform: translateY(-4px); box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15); } .cms_card-link:hover .cms_card__image { transform: scale(1.15); } .cms_card { height: 100%; /* Fill anchor height */ background-color: #fff2df; border-radius: 16px; box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1); overflow: hidden; display: flex; flex-direction: column; min-width: 100px; } .cms_card__image-wrapper { position: relative; height: 200px; background-color: #ffffff; } /* Picture element pro jednodušší přepínání mezi desktop a mobile assetem bez JS */ .cms_card__image { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 300ms; } /* Textová část karty – titulky a popis mají 8px odstup dle návrhu */ .cms_card__content { z-index: 1; display: flex; flex-direction: column; gap: 8px; align-items: center; padding: 0 10px 10px 10px; text-align: center; flex: 1; /* Take up remaining space */ } .cms_card__title { font-size: 20px; font-weight: 800; color: #3f3f3f; text-transform: uppercase; line-height: 28px; } p.cms_card__description { font-size: 15px; font-weight: 400; color: #000000; line-height: 22px; margin-bottom: 0; display: none; } @media (min-width:576px) { .cms_cards-grid { gap: 15px; } .cms_cards-rm2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .cms_card__image-wrapper { height: 265px; } } @media (min-width:786px) { p.cms_card__description { display: block; } } @media (min-width: 992px) { .cms_cards-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; } .cms_cards-rd1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .cms_cards-rd2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .cms_cards-rd3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .cms_cards-rd5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } .cms_cards-rd6 { grid-template-columns: repeat(6, minmax(0, 1fr)); } .cms_card__image-wrapper { height: 180px; } } @media (min-width: 1200px) { .cms_card__image-wrapper { height: 250px; } } /* ≥ 546px: 2 sloupce (2×261px + 1×24px) */ /*@media (min-width: 402px) { .cms_cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px;} .cms_card__content { padding-top: 20px; } } */ /* ≥ 1116px: 4 sloupce (4×261px + 3×24px) */ /*@media (min-width: 1212px) { .cms_cards-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } .cms_card__content { padding-top: 0; } } @media (max-width: 768px) { .cms_cards-section { padding: 30px 20px; gap: 20px; } .cms_section-header__title { font-size: 32px; padding: 0; } .cms_card { flex: 1 1 calc(50% - 12px); height: 234px; } .cms_card__image-wrapper { height: 187px; } .cms_card__title { font-size: 18px; line-height: 1.35; } .cms_card__description { display: none; } } */ /* * Úzké telefony – přidáváme okraje a umožňujeme kartám jít do jednoho sloupce, pokud není místo. @media (max-width: 520px) { .cms_card { flex: 1 1 100%; height: auto; } .cms_card__image-wrapper { height: 200px; } }*/

/* Block: product_carousel */
.mb-96 { margin-bottom: 96px; } .product-carousel-container { overflow: hidden; text-align: center; background-color: transparent; //max-width: 72rem; max-width: 100%; margin-left: auto; margin-right: auto; } .carousel-title { font-size: 36px; font-weight: 700; margin-bottom: 6px; color: #0f172a; } .carousel-subTitle { font-size: 18px; margin-bottom: 6px; color: #5f5f5f; } .carousel-wrapper { position: relative; max-width: 1400px; margin: 40px auto 0 auto; text-align: left; } .carousel-track { display: flex; gap: 1.5rem; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: #9ca3af #e5e7eb; padding-bottom: 1rem; } .carousel-track::-webkit-scrollbar { height: 6px; } .carousel-track::-webkit-scrollbar-track { background: #e5e7eb; border-radius: 3px; } .carousel-track::-webkit-scrollbar-thumb { background: #9ca3af; border-radius: 3px; } .carousel-track::-webkit-scrollbar-thumb:hover { background: #6b7280; } .product-card { background-color: #ffffff; border: 1px solid #d9d9d9; border-radius: 16px; display: flex; flex-direction: column; max-width: 340px; width: 100%; min-width: 306px; z-index: 1; } .product-card:hover { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); } .product-link { text-decoration: none; color: inherit; display: block; flex-grow: 1; } .product-link:hover { text-decoration: none; } .product-image { aspect-ratio: 1; overflow: hidden; position: relative; padding: 10px 10px; } .product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.2s ease; transform: scale(0.8); } .product-card:hover img { transform: scale(0.9); } .placeholder-image { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; } .placeholder-icon { width: 3rem; height: 3rem; color: #9ca3af; } .product-info { padding: 1.3rem; display: flex; flex-direction: column; gap: 0; } .product-name { font-size: 20px; font-weight: 400; color: #111827; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .product-anotace { font-size: 16px; color: #6b7280; margin: 0; } .product-price { font-size: 26px; font-weight: 700; color: #000000; margin: 0.9rem 0 0 0; } .product-actions { position: relative; width: 100%; padding: 0 1.3rem 1.3rem 1.3rem; } .btn-cart-icon { border: 1px solid #e50026; border-radius: 50px; background-color: transparent; color: #e50026; font-family: 'Figtree', sans-serif; font-weight: 600; font-size: 18px; line-height: normal; padding: 10px 32px; height: 52px; width: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background-color 0.2s ease, color 0.2s ease; } .btn-cart-icon:hover { background-color: #e50026; color: #ffffff; } /* Mobile responsive */ @media (max-width: 768px) { .product-carousel-container { padding: 2rem 1rem; } .carousel-title { font-size: 1.5rem; margin-bottom: 2rem; } .product-card { flex: 0 0 200px; } } @media (max-width: 991px) { .carousel-title { font-size: 1.5rem; } .product-name { font-size: 18px; } .product-anotace { min-height: 35px; } .product-card { min-width: 230px; } }

/* Block: hero_zacni_hned */
.cms_hero_fullwidth_wrapper { width: 100%; overflow: hidden; } .cms_hero { position: relative; width: 100%; min-height: 580px; max-width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; } .cms_hero__background { position: absolute; top: 0; z-index: 1; height: 100%; width: 100%; object-fit: cover; object-position: 50% 50%; } .cms_hero__overlay { position: absolute; top: 0; height: 100%; } .cms_hero__wrapper { position: relative; z-index: 2; width: 100%; display: flex; flex-direction: column; align-items: center; padding: 0 20px; } /* Mobile: Always center everything */ .cms_hero__logo { width: 100%; max-width: 463px; filter: drop-shadow(0px 0px 56px rgba(0, 0, 0, 0.25)); flex-shrink: 0; } .cms_hero__logo img { width: 100%; height: auto; display: block; } .cms_hero__content { display: flex; flex-direction: column; gap: 35px; padding: 16px 0; width: 100%; max-width: 393px; align-items: center; text-align: center; } .cms_hero__text { display: flex; flex-direction: column; gap: 13px; color: #ffffff; } .cms_hero__heading { font-size: 35px; font-weight: 700; line-height: 1.35; white-space: pre-wrap; margin: 0; } .cms_hero__description { font-size: 18px; font-weight: 400; line-height: 1.5; white-space: pre-wrap; margin: 0; } .cms_hero__cta { display: inline-flex; align-items: center; justify-content: center; width: 221px; height: 56px; background-color: #e50026; color: #ffffff; font-size: 20px; font-weight: 600; text-decoration: none; border-radius: 33px; transition: background-color 0.3s ease, transform 0.2s ease; cursor: pointer; } .cms_hero__cta:hover { color: #ffffff; background-color: #c4001f; transform: translateY(-2px); } /* Tablet and larger phones */ @media (min-width: 576px) { .cms_hero__heading { font-size: 36px; } .cms_hero__description { font-size: 16px; } } /* Tablets and Desktop */ @media (min-width: 768px) { .cms_hero__wrapper { flex-direction: row; align-items: center; justify-content: space-between; max-width: 736px; } /* Left alignment: text on left, logo on right */ .cms_hero__wrapper--left { justify-content: space-between; } .cms_hero__wrapper--left .cms_hero__content { align-items: flex-start; text-align: left; } /* Right alignment: logo on left, text on right */ .cms_hero__wrapper--right { justify-content: center; flex-direction: row-reverse; } .cms_hero__wrapper--right .cms_hero__content { align-items: flex-start; text-align: left; } /* Center alignment (if needed in future) */ .cms_hero__wrapper--center { justify-content: center; } .cms_hero__wrapper--center .cms_hero__content { align-items: center; text-align: center; } .cms_hero__logo { max-width: 400px; } .cms_hero__content { max-width: 450px; } .cms_hero__heading { font-size: 40px; } .cms_hero__description { font-size: 18px; } .cms_hero__overlay { background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(112.62deg, rgba(0, 0, 0, 0) 52.32%, rgba(0, 0, 0, 0.6) 55.15%); } .cms_hero { display: flex; } } /* Laptops */ @media (min-width: 992px) { .cms_hero__wrapper { max-width:960px; } .cms_hero__logo { max-width: 500px; } .cms_hero__content { max-width: 550px; } .cms_hero__heading { font-size: 40px; } .cms_hero__description { font-size: 18px; } } /* Desktop */ @media (min-width: 1200px) { .cms_hero__wrapper { max-width: 1156px; } .cms_hero__logo { max-width: 553px; } .cms_hero__content { max-width: 742px; } .cms_hero__heading { font-size: 40px; } .cms_hero__description { font-size: 18px; } .cms_hero__background { width: 100%; } } /* Desktop */ @media (min-width: 1400px) { .cms_hero__wrapper { max-width: 1336px; } } .cms_hero_fullwidth_wrapper.mb-96 { margin-bottom: 96px; }

/* Block: paragraph_image */
.mb-96 { margin-bottom: 96px; } .paragraph-image-block { background-color: #ffffff; margin-left: auto; margin-right: auto; } .paragraph-image-block.paragraph-image-border { padding-left: 30px; padding-right: 30px; } .paragraph-image-block.paragraph-image-border > .paragraph-image-container { padding-top: 30px; padding-bottom: 20px; } .paragraph-image-container { margin: 0 auto; display: flex; align-items: center; gap: 3rem; } /* Desktop - Image position handling */ @media (min-width: 992px) { .paragraph-image-container.image-left { flex-direction: row; } .paragraph-image-container.image-right { flex-direction: row-reverse; } } .paragraph-image-border { border: 1px solid #d1d5db; border-radius:16px; } .paragraph-image-text { flex: 1; } .paragraph-image-image { flex: 1; } .paragraph-image-title { font-size: 1.875rem; font-weight: 700; margin-bottom: 1rem; color: #0f172a; } .paragraph-image-content { font-size: 1rem; color: #64748b; line-height: 1.625; } .paragraph-image-content > p { margin-bottom: 0; color: #0f172a; } .paragraph-image-content:last-child { margin-bottom: 0; } .paragraph-image-content:not(:last-child) { margin-bottom: 2rem; } .paragraph-image-image-container { border-radius: 16px; display: flex; align-items: center; justify-content: center; } .paragraph-image-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; } .paragraph-image-cta { display: inline-flex; align-items: center; justify-content: center; height: 56px; background-color: #e50026; color: #ffffff; padding: 0 25px; font-size: 20px; font-weight: 600; text-decoration: none; border-radius: 33px; transition: background-color 0.3s ease, transform 0.2s ease; cursor: pointer; } .paragraph-image-cta:hover { color: #ffffff; background-color: #c4001f; transform: translateY(-2px); } /* Mobile styles - stack image above text on screens smaller than 992px */ @media (max-width: 991px) { .paragraph-image-container { flex-direction: column !important; gap: 2rem; } .paragraph-image-image { width: 100%; flex: none; } .paragraph-image-text { width: 100%; flex: none; } /* Adjust title size for mobile */ .paragraph-image-title { font-size: 1.5rem; } .paragraph-image-content p { font-size: 0.9rem; line-height: inherit; } .paragraph-image-content:not(:last-child) { margin-bottom: 1.5rem; } .paragraph-image-block.paragraph-image-border > .paragraph-image-container { margin-bottom: 0; } .paragraph-image-cta { margin-top: 5px; font-size: 1rem; padding: 0.8rem 1.6rem; } } /* Modal styles - prevent scroll jump */ html.cms_booking-modal-open { overflow: hidden !important; } /* Body positioning is now managed by JavaScript */ /* celý modal = overlay */ .cms_booking-modal { position: fixed; z-index: 9999; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; top: 0; } /* dialog */ .cms_booking-modal__dialog { width: 100%; max-width: 850px; background: #fff; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; height: 100%; position: relative; margin: auto; max-height: 800px; } /* Tohle scrolluje – a brání „propadnutí" scrollu dolů na body */ .cms_booking-modal__body { -webkit-overflow-scrolling: touch; overscroll-behavior: contain; /* zásadní */ height: -webkit-fill-available; } /* pro jistotu */ .cms_booking-modal__overlay { position: absolute; inset: 0; } .cms_booking-modal__header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; } .cms_booking-modal__title { margin: 0; font-size: 1.1rem; color: #ffffff; } .cms_booking-modal__close { background: transparent; border: 1px solid rgba(255, 255, 255, 0.4); color: #000000; padding: 8px 14px; font-size: 3rem; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease; text-align: right; line-height: 30px; position: absolute; top: 12px; z-index: 5; width: 107px; background-color: #ffffff; right: 10px; appearance: none; -webkit-appearance: none; margin: 0; outline: none; box-shadow: none; border-radius: 0; } .cms_booking-modal__player { width: 100%; background-color: #ffffff; height: -webkit-fill-available; } .cms_booking-modal__player iframe { inset: 0; width: 100%; height: -webkit-fill-available; border: 0; } .cms_booking-modal__fallback { padding: 20px; color: #f5f5f5; font-size: 0.95rem; line-height: 1.5; background-color: rgba(255, 255, 255, 0.05); } .cms_booking-modal__fallback a { color: #ffcc80; text-decoration: underline; font-weight: 600; } @media (max-width: 991px) { .cms_booking-modal { border-radius: 0; padding: 0; margin: 0; } .cms_booking-modal__dialog { border-radius: 0; max-height: initial; } }

/* Block: video_gallery */
.cms_video-gallery { padding: 0 15px; display: flex; flex-direction: column; gap: 24px; } .cms_video-gallery-container { display: flex; flex-direction: column; gap: 24px; } .cms_video-gallery__intro { text-align: center; } .cms_video-gallery__heading { margin: 0 0 12px; font-size: 2rem; font-weight: 700; } .cms_video-gallery__lead { margin: 0; font-size: 1rem; color: #4a4a4a; } .cms_video-gallery__grid { display: grid; gap: 24px; } .cms_video-gallery__empty { text-align: center; padding: 40px; color: #6c757d; } .cms_video-card { background-color: #ffffff; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); display: flex; flex-direction: column; } .cms_video-card__thumbnail-wrapper { position: relative; aspect-ratio: 16 / 9; background-color: #e0e0e0; overflow: hidden; } .cms_video-card__thumbnail { width: 100%; height: 100%; object-fit: cover; display: block; } .cms_video-card__thumbnail:hover img { transform: scale(1.3); } .cms_video-card__trigger { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; border: none; background: linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.6)); cursor: pointer; color: #ffffff; font-size: 1rem; font-weight: 600; letter-spacing: 0.02em; transition: transform 0.2s ease, background 0.2s ease; } .cms_video-card__trigger:focus { outline: 3px solid #ff9800; outline-offset: -6px; } .cms_video-card__trigger:hover { transform: scale(1.02); background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)); } .cms_video-card__play { display: flex; align-items: center; gap: 12px; scale: 1.5; opacity: 0.8; } .cms_video-card__play-icon { width: 54px; height: 38px; display: block; } .cms_video-card__content { padding: 25px; display: flex; flex-direction: column; gap: 12px; } .cms_video-card__title { margin: 0; font-size: 1.5rem; font-weight: 500; font-style: italic; color: #555555; } .cms_video-card__meta { margin: 0; font-size: 0.95rem; color: #555555; line-height: 1.5; } .cms_video-modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; padding: 15px; z-index: 1000; } .cms_video-modal[hidden] { display: none; } .cms_video-modal--active { display: flex; z-index: 1100; } .cms_video-modal__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.6); } .cms_video-modal__dialog { position: relative; width: 100%; max-width: 960px; background-color: #111111; border-radius: 16px; overflow: hidden; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35); display: flex; flex-direction: column; } .cms_video-modal__header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; background-color: rgba(255, 255, 255, 0.05); } .cms_video-modal__title { margin: 0; font-size: 1.1rem; color: #ffffff; } .cms_video-modal__close { background: transparent; border: 1px solid rgba(255, 255, 255, 0.4); color: #ffffff; padding: 8px 14px; border-radius: 999px; font-size: 0.95rem; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease; } .cms_video-modal__close:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.7); } .cms_video-modal__player { position: relative; width: 100%; padding-bottom: 56.25%; background-color: #000000; } .cms_video-modal__player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; } .cms_video-modal__fallback { padding: 20px; color: #f5f5f5; font-size: 0.95rem; line-height: 1.5; background-color: rgba(255, 255, 255, 0.05); } .cms_video-modal__fallback a { color: #ffcc80; text-decoration: underline; font-weight: 600; } @media (min-width: 768px) { .cms_video-gallery__grid { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 992px) { .cms_video-gallery { gap: 32px; } }