.strip[data-id="5f0cb6"] {
  --section-id: "5f0cb6";
  --storage-url: "https://vit-majengo.proweb.cz/_section/5f0cb6";
  --public-url: "https://vit-majengo.proweb.cz/_section/5f0cb6";
}
.strip[data-id="5f0cb6"] .main-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 1.5rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id="5f0cb6"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="5f0cb6"] .main-header .logo a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="5f0cb6"] .main-header .nav-menu ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id="5f0cb6"] .main-header .nav-menu ul a {
  text-decoration: none;
  color: #666;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id="5f0cb6"] .main-header .nav-menu ul a:hover {
  color: #000;
}
@media (max-width: 768px) {
  .strip[data-id="5f0cb6"] .main-header .container {
    flex-direction: column;
    gap: 1rem;
  }
  .strip[data-id="5f0cb6"] .nav-menu ul {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}.strip[data-id="7d6824"] {
  --section-id: "7d6824";
  --storage-url: "https://vit-majengo.proweb.cz/_section/7d6824";
  --public-url: "https://vit-majengo.proweb.cz/_section/7d6824";
}
.strip[data-id="7d6824"] .gallery-section {
  padding: 6rem 0;
  background: #fff;
}
.strip[data-id="7d6824"] .gallery-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7d6824"] .gallery-section .section-header {
  text-align: center;
  margin-bottom: 5rem;
}
.strip[data-id="7d6824"] .gallery-section .section-header h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id="7d6824"] .gallery-section .section-header p {
  color: #666;
  font-size: 1.2rem;
}
.strip[data-id="7d6824"] .gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 3rem;
}
.strip[data-id="7d6824"] .gallery-section .gallery-item {
  background: #fff;
  transition: transform 0.3s;
}
.strip[data-id="7d6824"] .gallery-section .gallery-item:hover {
  transform: translateY(-5px);
}
.strip[data-id="7d6824"] .gallery-section .gallery-item .item-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f9f9f9;
  margin-bottom: 1.5rem;
}
.strip[data-id="7d6824"] .gallery-section .gallery-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="7d6824"] .gallery-section .gallery-item .item-info {
  text-align: center;
}
.strip[data-id="7d6824"] .gallery-section .gallery-item .item-info h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.strip[data-id="7d6824"] .gallery-section .gallery-item .item-info .item-meta {
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.strip[data-id="7d6824"] .gallery-section .gallery-item .item-info .item-price {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.strip[data-id="7d6824"] .gallery-section .gallery-item .item-info .btn-inquiry {
  display: inline-block;
  padding: 0.8rem 2rem;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}
.strip[data-id="7d6824"] .gallery-section .gallery-item .item-info .btn-inquiry:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .strip[data-id="7d6824"] .gallery-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id="310f4f"] {
  --section-id: "310f4f";
  --storage-url: "https://vit-majengo.proweb.cz/_section/310f4f";
  --public-url: "https://vit-majengo.proweb.cz/_section/310f4f";
}
.strip[data-id="310f4f"] .main-footer {
  background: #1a1a1a;
  color: #fff;
  padding: 4rem 0 2rem;
  margin-top: 4rem;
}
.strip[data-id="310f4f"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="310f4f"] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.strip[data-id="310f4f"] .main-footer h3, .strip[data-id="310f4f"] .main-footer h4 {
  margin-bottom: 1.5rem;
  color: #fff;
}
.strip[data-id="310f4f"] .main-footer p {
  color: #aaa;
  line-height: 1.6;
}
.strip[data-id="310f4f"] .main-footer .social-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.strip[data-id="310f4f"] .main-footer .social-links a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="310f4f"] .main-footer .social-links a:hover {
  color: #fff;
}
.strip[data-id="310f4f"] .main-footer .footer-bottom {
  border-top: 1px solid #333;
  padding-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
}
@media (max-width: 768px) {
  .strip[data-id="310f4f"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}