.strip[data-id="825a12"] {
  --section-id: "825a12";
  --storage-url: "https://test2603200936.praweb.cz/_section/825a12";
  --public-url: "https://test2603200936.praweb.cz/_section/825a12";
}
.strip[data-id="825a12"] header {
  background-color: #3e2723;
  color: #efebe9;
  padding: 1rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id="825a12"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
.strip[data-id="825a12"] .logo a {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #d7ccc8;
  text-decoration: none;
}
.strip[data-id="825a12"] nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id="825a12"] nav a {
  color: #efebe9;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.strip[data-id="825a12"] nav a:hover {
  color: #bcaaa4;
}
@media (max-width: 768px) {
  .strip[data-id="825a12"] .header-container {
    flex-direction: column;
    gap: 1rem;
  }
}.strip[data-id="4b78b0"] {
  --section-id: "4b78b0";
  --storage-url: "https://test2603200936.praweb.cz/_section/4b78b0";
  --public-url: "https://test2603200936.praweb.cz/_section/4b78b0";
}
.strip[data-id="4b78b0"] footer {
  background-color: #2b1d1a;
  color: #d7ccc8;
  padding: 4rem 1rem;
  text-align: center;
}
.strip[data-id="4b78b0"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="4b78b0"] .footer-logo {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  display: block;
  text-decoration: none;
  color: #efebe9;
}
.strip[data-id="4b78b0"] .footer-links {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.strip[data-id="4b78b0"] .footer-links a {
  color: #efebe9;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="4b78b0"] .footer-links a:hover {
  color: #bcaaa4;
}
.strip[data-id="4b78b0"] .social-links {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.strip[data-id="4b78b0"] .social-links a {
  color: #efebe9;
  text-decoration: none;
}
.strip[data-id="4b78b0"] .copyright {
  font-size: 0.9rem;
  opacity: 0.7;
  border-top: 1px solid #3e2723;
  padding-top: 2rem;
}.strip[data-id=fed75b] {
  --section-id: "fed75b";
  --storage-url: "https://test2603200936.praweb.cz/_section/fed75b";
  --public-url: "https://test2603200936.praweb.cz/_section/fed75b";
}
.strip[data-id=fed75b] section.hero {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url(https://test2603200936.praweb.cz/_section/fed75b/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
}
.strip[data-id=fed75b] section.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.strip[data-id=fed75b] .hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 2rem;
}
.strip[data-id=fed75b] h1 {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  margin-bottom: 1rem;
}
.strip[data-id=fed75b] p.tagline {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.strip[data-id=fed75b] .cta-button {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #8d6e63;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background 0.3s;
}
.strip[data-id=fed75b] .cta-button:hover {
  background-color: #6d4c41;
}
@media (max-width: 768px) {
  .strip[data-id=fed75b] h1 {
    font-size: 2.5rem;
  }
  .strip[data-id=fed75b] p.tagline {
    font-size: 1.2rem;
  }
}.strip[data-id="2901ae"] {
  --section-id: "2901ae";
  --storage-url: "https://test2603200936.praweb.cz/_section/2901ae";
  --public-url: "https://test2603200936.praweb.cz/_section/2901ae";
}
.strip[data-id="2901ae"] .opening-hours {
  padding: 4rem 1rem;
  background-color: #efebe9;
  color: #3e2723;
  text-align: center;
}
.strip[data-id="2901ae"] .opening-hours-container {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.strip[data-id="2901ae"] h2 {
  font-family: "Playfair Display", serif;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}
.strip[data-id="2901ae"] .hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="2901ae"] .hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
  border-bottom: 1px solid #d7ccc8;
}
.strip[data-id="2901ae"] .hours-list li:last-child {
  border-bottom: none;
}
.strip[data-id="2901ae"] .day {
  font-weight: bold;
}