@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');
.strip[data-id=dd9d99] {
  --section-id: "dd9d99";
  --storage-url: "https://test-kvetinarstvi-02.praweb.cz/_section/dd9d99";
  --public-url: "https://test-kvetinarstvi-02.praweb.cz/_section/dd9d99";
}
.strip[data-id=dd9d99] .header-section {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.strip[data-id=dd9d99] .top-bar {
  background-color: #064e3b;
  color: #f7e7ce;
  padding: 10px 0;
  font-size: 13px;
  letter-spacing: 0.8px;
}
.strip[data-id=dd9d99] .top-bar .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
}
.strip[data-id=dd9d99] .contact-info {
  display: flex;
  gap: 30px;
}
.strip[data-id=dd9d99] .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.strip[data-id=dd9d99] .contact-item:hover {
  opacity: 0.8;
}
.strip[data-id=dd9d99] .contact-item svg {
  stroke: #d4af37;
}
.strip[data-id=dd9d99] .main-nav {
  height: 90px;
  background-color: hsla(40, 30%, 98%, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  display: flex;
  align-items: center;
  transition: height 0.3s ease;
}
.strip[data-id=dd9d99] .main-nav .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.strip[data-id=dd9d99] .nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=dd9d99] .logo {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #065f46;
  transition: transform 0.3s ease;
}
.strip[data-id=dd9d99] .logo:hover {
  transform: translateY(-1px);
}
.strip[data-id=dd9d99] .logo-icon svg {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.strip[data-id=dd9d99] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
}
.strip[data-id=dd9d99] .nav-list {
  display: flex;
  list-style: none;
  gap: 35px;
  margin: 0;
  padding: 0;
}
.strip[data-id=dd9d99] .nav-list li a {
  text-decoration: none;
  color: #065f46;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  position: relative;
  padding: 10px 0;
  transition: color 0.3s ease;
}
.strip[data-id=dd9d99] .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #d4af37;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=dd9d99] .nav-list li a:hover {
  color: #047857;
}
.strip[data-id=dd9d99] .nav-list li a:hover::after {
  width: 100%;
}
.strip[data-id=dd9d99] .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 1001;
}
.strip[data-id=dd9d99] .menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #065f46;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 992px) {
  .strip[data-id=dd9d99] .main-nav {
    height: 80px;
  }
  .strip[data-id=dd9d99] .nav-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background-color: #fdfaf5;
    padding: 100px 40px;
    gap: 30px;
    text-align: left;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease;
    z-index: 1000;
  }
  .strip[data-id=dd9d99] .nav-list.active {
    right: 0;
  }
  .strip[data-id=dd9d99] .menu-toggle {
    display: flex;
  }
  .strip[data-id=dd9d99] .top-bar .container {
    justify-content: center;
  }
  .strip[data-id=dd9d99] .contact-info {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .strip[data-id=dd9d99] .logo-text {
    font-size: 18px;
  }
}
.strip[data-id=dd9d99] .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  display: none;
  z-index: 999;
}
.strip[data-id=dd9d99] .overlay.active {
  display: block;
}.strip[data-id="98ffeb"] {
  --section-id: "98ffeb";
  --storage-url: "https://test-kvetinarstvi-02.praweb.cz/_section/98ffeb";
  --public-url: "https://test-kvetinarstvi-02.praweb.cz/_section/98ffeb";
}
.strip[data-id="98ffeb"] .contact-section {
  padding: 100px 0;
  background-color: #fdfaf5;
  font-family: "Montserrat", sans-serif;
  color: #333;
}
.strip[data-id="98ffeb"] .contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="98ffeb"] .contact-section .split-layout {
  display: flex;
  gap: 60px;
  align-items: stretch;
  flex-wrap: wrap;
}
.strip[data-id="98ffeb"] .contact-section .contact-content {
  flex: 1;
  min-width: 300px;
  background: #ffffff;
  padding: 60px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #f0e6d2;
}
.strip[data-id="98ffeb"] .contact-section .contact-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #d4af37;
}
.strip[data-id="98ffeb"] .contact-section .contact-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #1a1a1a;
  line-height: 1.2;
}
.strip[data-id="98ffeb"] .contact-section .contact-content .intro-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #555;
}
.strip[data-id="98ffeb"] .contact-section .contact-content .details {
  margin-bottom: 40px;
}
.strip[data-id="98ffeb"] .contact-section .contact-content .details p {
  margin-bottom: 15px;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
}
.strip[data-id="98ffeb"] .contact-section .contact-content .details p strong {
  font-family: "Playfair Display", serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d4af37;
  margin-bottom: 5px;
}
.strip[data-id="98ffeb"] .contact-section .contact-content .details p a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="98ffeb"] .contact-section .contact-content .details p a:hover {
  color: #d4af37;
}
.strip[data-id="98ffeb"] .contact-section .contact-content .note-box {
  background: #fdfaf5;
  padding: 20px;
  border-left: 3px solid #d4af37;
  font-style: italic;
  margin-bottom: 40px;
  font-size: 0.95rem;
  color: #666;
}
.strip[data-id="98ffeb"] .contact-section .contact-content .illustration-wrapper {
  margin-top: auto;
  text-align: center;
  opacity: 0.6;
}
.strip[data-id="98ffeb"] .contact-section .contact-content .illustration-wrapper img {
  max-width: 200px;
  height: auto;
  filter: sepia(0.5);
}
.strip[data-id="98ffeb"] .contact-section .map-wrapper {
  flex: 1;
  min-width: 300px;
  min-height: 500px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
  position: relative;
}
.strip[data-id="98ffeb"] .contact-section .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(1.1) brightness(1.05) sepia(0.1);
}
@media (max-width: 992px) {
  .strip[data-id="98ffeb"] .contact-section {
    padding: 60px 0;
  }
  .strip[data-id="98ffeb"] .contact-section .split-layout {
    flex-direction: column;
    gap: 40px;
  }
  .strip[data-id="98ffeb"] .contact-section .contact-content {
    padding: 40px;
  }
  .strip[data-id="98ffeb"] .contact-section .map-wrapper {
    min-height: 400px;
  }
}.strip[data-id="2bb10f"] {
  --section-id: "2bb10f";
  --storage-url: "https://test-kvetinarstvi-02.praweb.cz/_section/2bb10f";
  --public-url: "https://test-kvetinarstvi-02.praweb.cz/_section/2bb10f";
}
.strip[data-id="2bb10f"] .footer-section {
  background-color: hsl(160, 50%, 5%);
  color: #F7E7CE;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 100px 0 50px 0;
  line-height: 1.6;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  position: relative;
}
.strip[data-id="2bb10f"] .footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}
.strip[data-id="2bb10f"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="2bb10f"] .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin-bottom: 80px;
}
.strip[data-id="2bb10f"] .column-title {
  color: #F7E7CE;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.strip[data-id="2bb10f"] .column-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #D4AF37;
}
.strip[data-id="2bb10f"] .footer-column p {
  margin-bottom: 15px;
  opacity: 0.95;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="2bb10f"] .footer-column a {
  color: #F7E7CE;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.strip[data-id="2bb10f"] .footer-column a:hover {
  color: #C08081;
  border-bottom-color: #C08081;
}
.strip[data-id="2bb10f"] .contact-icon {
  color: #D4AF37;
  flex-shrink: 0;
}
.strip[data-id="2bb10f"] .social-icons {
  display: flex;
  gap: 15px;
  margin-top: 5px;
}
.strip[data-id="2bb10f"] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 50%;
  color: #D4AF37;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: rgba(212, 175, 55, 0.05);
}
.strip[data-id="2bb10f"] .social-icon:hover {
  border-color: #C08081;
  color: #C08081;
  transform: translateY(-8px);
  background: rgba(192, 128, 129, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.strip[data-id="2bb10f"] .footer-bottom {
  border-top: 1px solid rgba(247, 231, 206, 0.1);
  padding-top: 40px;
  text-align: center;
  font-size: 13px;
  color: rgba(247, 231, 206, 0.6);
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .strip[data-id="2bb10f"] .footer-grid {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="2bb10f"] .footer-section {
    padding: 70px 0 40px 0;
  }
  .strip[data-id="2bb10f"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
  .strip[data-id="2bb10f"] .footer-column p {
    justify-content: center;
  }
  .strip[data-id="2bb10f"] .column-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="2bb10f"] .social-icons {
    justify-content: center;
  }
}