.strip[data-id="3e4000"] {
  --section-id: "3e4000";
  --storage-url: "https://kamna.proweb.cz/_section/3e4000";
  --public-url: "https://kamna.proweb.cz/_section/3e4000";
}
.strip[data-id="3e4000"] .branches-section {
  position: relative;
  color: #333;
  font-family: sans-serif;
}
.strip[data-id="3e4000"] .hero-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://kamna.proweb.cz/_section/3e4000/kamna-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
.strip[data-id="3e4000"] .hero-overlay h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.strip[data-id="3e4000"] .hero-overlay p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
}
.strip[data-id="3e4000"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="3e4000"] .branches-list {
  padding: 60px 0;
}
.strip[data-id="3e4000"] .branch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.strip[data-id="3e4000"] .branch-card {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.strip[data-id="3e4000"] .branch-card:hover {
  transform: translateY(-5px);
}
.strip[data-id="3e4000"] .branch-card h3 {
  margin-top: 0;
  color: #8b4513;
  border-bottom: 2px solid #8b4513;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.strip[data-id="3e4000"] .branch-card p {
  margin: 10px 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .strip[data-id="3e4000"] .hero-overlay h1 {
    font-size: 2rem;
  }
  .strip[data-id="3e4000"] .hero-overlay {
    padding: 60px 0;
  }
}.strip[data-id=d94344] {
  --section-id: "d94344";
  --storage-url: "https://kamna.proweb.cz/_section/d94344";
  --public-url: "https://kamna.proweb.cz/_section/d94344";
}
.strip[data-id=d94344] .main-footer {
  background: #3e2723;
  color: #efebe9;
  padding: 4rem 0 2rem;
  margin-top: 4rem;
}
.strip[data-id=d94344] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  padding: 0 20px;
}
.strip[data-id=d94344] .footer-col h3 {
  color: #ffab91;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}
.strip[data-id=d94344] .footer-col p {
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.strip[data-id=d94344] .footer-bottom {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  color: #bcaaa4;
}
.strip[data-id=d94344] .contact-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id=d94344] .contact-link:hover {
  color: #ffab91;
}