@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=d89e31] {
  --section-id: "d89e31";
  --storage-url: "https://test-w44xttwy.praweb.cz/_section/d89e31";
  --public-url: "https://test-w44xttwy.praweb.cz/_section/d89e31";
}
.strip[data-id=d89e31] .header-wrapper {
  /* Sticky is handled by system property */
  z-index: 1000;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 253, 245, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(242, 204, 209, 0.3);
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}
.strip[data-id=d89e31] .header-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=d89e31] .logo-zone {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.strip[data-id=d89e31] .logo-zone:hover {
  opacity: 0.8;
}
.strip[data-id=d89e31] .logo-icon {
  width: 42px;
  height: 42px;
  color: #8ca38a;
}
.strip[data-id=d89e31] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  letter-spacing: -0.5px;
}
.strip[data-id=d89e31] .nav-zone {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.strip[data-id=d89e31] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.3s ease;
  position: relative;
}
.strip[data-id=d89e31] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #8ca38a;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=d89e31] .nav-link:hover {
  color: #8ca38a;
}
.strip[data-id=d89e31] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=d89e31] .contact-zone {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.strip[data-id=d89e31] .phone-link {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}
.strip[data-id=d89e31] .phone-link i {
  color: #8ca38a;
  font-size: 14px;
}
.strip[data-id=d89e31] .phone-link:hover {
  color: #8ca38a;
}
.strip[data-id=d89e31] .opening-hours {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: #777777;
  text-align: right;
  letter-spacing: 0.2px;
}
.strip[data-id=d89e31] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: #8ca38a;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  transition: transform 0.3s ease;
}
.strip[data-id=d89e31] .mobile-toggle:active {
  transform: scale(0.9);
}
.strip[data-id=d89e31] .mobile-menu {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 253, 245, 0.98);
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  z-index: 999;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id=d89e31] .mobile-menu.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.strip[data-id=d89e31] .mobile-menu .nav-link {
  font-size: 20px;
  text-align: center;
  padding: 12px;
}
.strip[data-id=d89e31] .mobile-contact-icon {
  display: none;
  color: #8ca38a;
  font-size: 20px;
  text-decoration: none;
  padding: 8px;
}
@media (max-width: 992px) {
  .strip[data-id=d89e31] .nav-zone, .strip[data-id=d89e31] .contact-zone {
    display: none;
  }
  .strip[data-id=d89e31] .mobile-toggle, .strip[data-id=d89e31] .mobile-contact-icon {
    display: block;
  }
  .strip[data-id=d89e31] .right-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=d89e31] .logo-text {
    font-size: 18px;
  }
  .strip[data-id=d89e31] .header-container {
    padding: 0 16px;
  }
}.strip[data-id="45f9cb"] {
  --section-id: "45f9cb";
  --storage-url: "https://test-w44xttwy.praweb.cz/_section/45f9cb";
  --public-url: "https://test-w44xttwy.praweb.cz/_section/45f9cb";
}
.strip[data-id="45f9cb"] .contact-section {
  padding: 80px 0;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  background-color: #ffffff;
}
.strip[data-id="45f9cb"] .contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 40px;
  align-items: stretch;
}
@media (max-width: 991px) {
  .strip[data-id="45f9cb"] .contact-section .container {
    flex-direction: column-reverse;
  }
}
.strip[data-id="45f9cb"] .contact-section .map-column {
  flex: 0 0 60%;
  min-height: 500px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .strip[data-id="45f9cb"] .contact-section .map-column {
    flex: 1;
    min-height: 300px;
  }
}
.strip[data-id="45f9cb"] .contact-section .map-column iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.2) contrast(1.1);
}
.strip[data-id="45f9cb"] .contact-section .info-column {
  flex: 0 0 calc(40% - 40px);
  background-color: #fdfdfd;
  background-image: radial-gradient(#e0e0e0 0.5px, transparent 0.5px), radial-gradient(#e0e0e0 0.5px, #fdfdfd 0.5px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  padding: 40px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
@media (max-width: 991px) {
  .strip[data-id="45f9cb"] .contact-section .info-column {
    flex: 1;
  }
}
.strip[data-id="45f9cb"] .contact-section .info-column h2 {
  font-size: 24px;
  font-weight: 700;
  color: #8A9A5B;
  margin-bottom: 20px;
  margin-top: 0;
}
.strip[data-id="45f9cb"] .contact-section .info-column .intro-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #555555;
}
.strip[data-id="45f9cb"] .contact-section .info-column .contact-details {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.strip[data-id="45f9cb"] .contact-section .info-column .contact-details li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
}
.strip[data-id="45f9cb"] .contact-section .info-column .contact-details li .icon-box {
  width: 40px;
  height: 40px;
  background-color: #8A9A5B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}
.strip[data-id="45f9cb"] .contact-section .info-column .contact-details li .icon-box svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.strip[data-id="45f9cb"] .contact-section .info-column .contact-details li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="45f9cb"] .contact-section .info-column .contact-details li a:hover {
  color: #F1D1D1;
}
.strip[data-id="45f9cb"] .contact-section .info-column .contact-details li strong {
  margin-right: 5px;
}
.strip[data-id="45f9cb"] .contact-section .info-column .opening-hours {
  margin-bottom: 30px;
}
.strip[data-id="45f9cb"] .contact-section .info-column .opening-hours h3 {
  font-size: 18px;
  font-weight: 700;
  color: #8A9A5B;
  margin-bottom: 10px;
}
.strip[data-id="45f9cb"] .contact-section .info-column .opening-hours p {
  margin: 5px 0;
  font-size: 15px;
}
.strip[data-id="45f9cb"] .contact-section .info-column .cta {
  font-size: 15px;
  font-style: italic;
  color: #777777;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}@charset "UTF-8";
.strip[data-id="1b50db"] {
  --section-id: "1b50db";
  --storage-url: "https://test-w44xttwy.praweb.cz/_section/1b50db";
  --public-url: "https://test-w44xttwy.praweb.cz/_section/1b50db";
  /* Typografie */
  /* Kontakt */
  /* Mapa */
  /* Sociální sítě */
  /* Copyright Bar */
  /* Responzivita */
}
.strip[data-id="1b50db"] .footer-section {
  background-color: #2c2c2c;
  color: #f5f5f5;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.strip[data-id="1b50db"] .wave-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 50px;
}
.strip[data-id="1b50db"] .wave-divider svg {
  display: block;
  width: 100%;
  height: 80px;
}
.strip[data-id="1b50db"] .wave-divider .shape-fill {
  fill: #2c2c2c;
}
.strip[data-id="1b50db"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="1b50db"] .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 50px;
}
.strip[data-id="1b50db"] .brand-title {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #f5f5f5;
  letter-spacing: -0.5px;
}
.strip[data-id="1b50db"] .tagline {
  font-style: italic;
  margin-bottom: 30px;
  opacity: 0.8;
  color: #ffb6c1; /* Pudrově růžová pro oživení */
}
.strip[data-id="1b50db"] .col-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #f5f5f5;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="1b50db"] .col-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #8da399; /* Šalvějově zelená */
}
.strip[data-id="1b50db"] .contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="1b50db"] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.strip[data-id="1b50db"] .contact-item i {
  color: #ffb6c1;
  font-size: 18px;
  margin-top: 3px;
  width: 20px;
  text-align: center;
}
.strip[data-id="1b50db"] .contact-item p {
  margin: 0;
  line-height: 1.6;
}
.strip[data-id="1b50db"] .contact-item a {
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="1b50db"] .contact-item a:hover {
  color: #ffb6c1;
}
.strip[data-id="1b50db"] .map-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(245, 245, 245, 0.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  background: #1a1a1a;
}
.strip[data-id="1b50db"] .social-links {
  display: flex;
  gap: 15px;
}
.strip[data-id="1b50db"] .social-link {
  width: 45px;
  height: 45px;
  background-color: rgba(255, 182, 193, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffb6c1;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id="1b50db"] .social-link:hover {
  background-color: #8da399;
  color: #2c2c2c;
  transform: translateY(-5px) rotate(8deg);
}
.strip[data-id="1b50db"] .footer-bottom {
  border-top: 1px solid rgba(245, 245, 245, 0.1);
  padding-top: 30px;
  text-align: center;
  font-size: 13px;
  opacity: 0.6;
}
.strip[data-id="1b50db"] .footer-bottom p {
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id="1b50db"] .footer-grid {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="1b50db"] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .strip[data-id="1b50db"] .social-col {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id="1b50db"] .social-links {
    justify-content: center;
  }
  .strip[data-id="1b50db"] .col-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .strip[data-id="1b50db"] .footer-section {
    padding-bottom: 30px;
  }
  .strip[data-id="1b50db"] .wave-divider {
    margin-bottom: 30px;
  }
  .strip[data-id="1b50db"] .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id="1b50db"] .contact-col, .strip[data-id="1b50db"] .map-col, .strip[data-id="1b50db"] .social-col {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id="1b50db"] .contact-item {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .strip[data-id="1b50db"] .map-wrapper {
    aspect-ratio: 4/3;
  }
  .strip[data-id="1b50db"] .wave-divider svg {
    height: 40px;
  }
}