.strip[data-id="513cae"] {
  --section-id: "513cae";
  --storage-url: "https://test-kvetinarstvi.praweb.cz/_section/513cae";
  --public-url: "https://test-kvetinarstvi.praweb.cz/_section/513cae";
}
.strip[data-id="513cae"] .main-header {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id="513cae"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="513cae"] .main-header .logo a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #d23669;
  text-decoration: none;
}
.strip[data-id="513cae"] .main-header .main-nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id="513cae"] .main-header .main-nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id="513cae"] .main-header .main-nav ul li a:hover {
  color: #d23669;
}
@media (max-width: 768px) {
  .strip[data-id="513cae"] .main-header .container {
    flex-direction: column;
    gap: 1rem;
  }
  .strip[data-id="513cae"] .main-header .main-nav ul {
    gap: 1rem;
  }
}.strip[data-id=aba172] {
  --section-id: "aba172";
  --storage-url: "https://test-kvetinarstvi.praweb.cz/_section/aba172";
  --public-url: "https://test-kvetinarstvi.praweb.cz/_section/aba172";
}
.strip[data-id=aba172] .gallery-section {
  padding: 5rem 0;
  background: #fffafb;
}
.strip[data-id=aba172] .gallery-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.strip[data-id=aba172] .gallery-section h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 3rem;
}
.strip[data-id=aba172] .gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.strip[data-id=aba172] .gallery-section .gallery-grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}.strip[data-id="69e910"] {
  --section-id: "69e910";
  --storage-url: "https://test-kvetinarstvi.praweb.cz/_section/69e910";
  --public-url: "https://test-kvetinarstvi.praweb.cz/_section/69e910";
}
.strip[data-id="69e910"] .main-footer {
  background: #333;
  color: #fff;
  padding: 4rem 0 2rem;
  margin-top: 4rem;
}
.strip[data-id="69e910"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="69e910"] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}
.strip[data-id="69e910"] .main-footer .footer-column h3 {
  color: #d23669;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}
.strip[data-id="69e910"] .main-footer .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="69e910"] .main-footer .footer-column ul li {
  margin-bottom: 0.8rem;
}
.strip[data-id="69e910"] .main-footer .footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="69e910"] .main-footer .footer-column ul li a:hover {
  color: #fff;
}
.strip[data-id="69e910"] .main-footer .footer-column p {
  line-height: 1.6;
  color: #ccc;
}
.strip[data-id="69e910"] .main-footer .footer-bottom {
  border-top: 1px solid #444;
  padding-top: 2rem;
  text-align: center;
  color: #888;
  font-size: 0.9rem;
}