.strip[data-id=eeac1c] {
  --section-id: "eeac1c";
  --storage-url: "https://www.nitastetec.cz/_section/eeac1c";
  --public-url: "https://www.nitastetec.cz/_section/eeac1c";
}
.strip[data-id=eeac1c] .main-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id=eeac1c] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.strip[data-id=eeac1c] .main-header .logo .site-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.strip[data-id=eeac1c] .main-header .logo a {
  text-decoration: none;
}
.strip[data-id=eeac1c] .main-header .nav-menu ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.strip[data-id=eeac1c] .main-header .nav-menu ul li a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id=eeac1c] .main-header .nav-menu ul li a:hover {
  color: #000;
}
@media (max-width: 768px) {
  .strip[data-id=eeac1c] .main-header .container {
    flex-direction: column;
    gap: 10px;
  }
  .strip[data-id=eeac1c] .main-header .nav-menu ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}.strip[data-id=b47a44] {
  --section-id: "b47a44";
  --storage-url: "https://www.nitastetec.cz/_section/b47a44";
  --public-url: "https://www.nitastetec.cz/_section/b47a44";
}
.strip[data-id=b47a44] .all-products {
  padding: 80px 0;
  text-align: center;
}
.strip[data-id=b47a44] .all-products .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=b47a44] .all-products h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.strip[data-id=b47a44] .all-products p {
  color: #666;
  margin-bottom: 50px;
}
.strip[data-id=b47a44] .all-products .category-showcase {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.strip[data-id=b47a44] .all-products .category-item {
  position: relative;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
}
.strip[data-id=b47a44] .all-products .category-item img, .strip[data-id=b47a44] .all-products .category-item .generated-img-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.strip[data-id=b47a44] .all-products .category-item:hover img, .strip[data-id=b47a44] .all-products .category-item:hover .generated-img-wrapper {
  transform: scale(1.05);
}
.strip[data-id=b47a44] .all-products .category-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.strip[data-id=b47a44] .all-products .category-item .overlay h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.strip[data-id=b47a44] .all-products .category-item .overlay .btn {
  background: #fff;
  color: #000;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}
.strip[data-id=b47a44] .all-products .category-item .overlay .btn:hover {
  background: #eee;
}
@media (max-width: 768px) {
  .strip[data-id=b47a44] .all-products .category-item {
    height: 250px;
  }
  .strip[data-id=b47a44] .all-products .category-item .overlay h2 {
    font-size: 1.8rem;
  }
}.strip[data-id="4124d8"] {
  --section-id: "4124d8";
  --storage-url: "https://www.nitastetec.cz/_section/4124d8";
  --public-url: "https://www.nitastetec.cz/_section/4124d8";
}
.strip[data-id="4124d8"] .main-footer {
  background: #f9f9f9;
  padding: 3rem 0 1rem;
  margin-top: 4rem;
  border-top: 1px solid #eee;
}
.strip[data-id="4124d8"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="4124d8"] .main-footer .footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 2rem;
}
.strip[data-id="4124d8"] .main-footer .footer-info h3 {
  margin-top: 0;
  color: #333;
}
.strip[data-id="4124d8"] .main-footer .footer-contact h4 {
  margin-top: 0;
  color: #333;
}
.strip[data-id="4124d8"] .main-footer .footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid #eee;
  color: #888;
  font-size: 0.9rem;
}