.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="3d2a8d"] {
  --section-id: "3d2a8d";
  --storage-url: "https://test2603200936.praweb.cz/_section/3d2a8d";
  --public-url: "https://test2603200936.praweb.cz/_section/3d2a8d";
}
.strip[data-id="3d2a8d"] .offer-header {
  padding: 6rem 1rem;
  background-color: #3e2723;
  color: #efebe9;
  text-align: center;
  background-image: linear-gradient(rgba(62, 39, 35, 0.8), rgba(62, 39, 35, 0.8)), url(https://test2603200936.praweb.cz/_section/3d2a8d/offer-header.jpg);
  background-size: cover;
  background-position: center;
}
.strip[data-id="3d2a8d"] h1 {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  margin-bottom: 0.5rem;
}
.strip[data-id="3d2a8d"] p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}.strip[data-id="3d3e8b"] {
  --section-id: "3d3e8b";
  --storage-url: "https://test2603200936.praweb.cz/_section/3d3e8b";
  --public-url: "https://test2603200936.praweb.cz/_section/3d3e8b";
}
.strip[data-id="3d3e8b"] .menu-grid {
  padding: 4rem 1rem;
  background-color: #fdfaf8;
  color: #3e2723;
}
.strip[data-id="3d3e8b"] .menu-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="3d3e8b"] .menu-category {
  margin-bottom: 4rem;
}
.strip[data-id="3d3e8b"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-align: center;
  border-bottom: 2px solid #d7ccc8;
  display: inline-block;
  padding-bottom: 0.5rem;
}
.strip[data-id="3d3e8b"] .menu-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.strip[data-id="3d3e8b"] .menu-item {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}
.strip[data-id="3d3e8b"] .menu-item:hover {
  transform: translateY(-5px);
}
.strip[data-id="3d3e8b"] .menu-item-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.strip[data-id="3d3e8b"] .menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.5rem;
}
.strip[data-id="3d3e8b"] .menu-item-title {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: bold;
}
.strip[data-id="3d3e8b"] .menu-item-price {
  font-weight: bold;
  color: #795548;
}
.strip[data-id="3d3e8b"] .menu-item-description {
  font-size: 0.95rem;
  color: #5d4037;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .strip[data-id="3d3e8b"] .menu-items {
    grid-template-columns: 1fr;
  }
}