.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="36553b"] {
  --section-id: "36553b";
  --storage-url: "https://www.nitastetec.cz/_section/36553b";
  --public-url: "https://www.nitastetec.cz/_section/36553b";
}
.strip[data-id="36553b"] .art-category {
  padding: 60px 0;
}
.strip[data-id="36553b"] .art-category .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="36553b"] .art-category .category-header {
  text-align: center;
  margin-bottom: 40px;
}
.strip[data-id="36553b"] .art-category .category-header h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.strip[data-id="36553b"] .art-category .category-header p {
  color: #666;
  font-size: 1.1rem;
}
.strip[data-id="36553b"] .art-category .sub-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.strip[data-id="36553b"] .art-category .sub-nav .sub-link {
  text-decoration: none;
  color: #555;
  padding: 8px 20px;
  border: 1px solid #ddd;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s;
}
.strip[data-id="36553b"] .art-category .sub-nav .sub-link:hover, .strip[data-id="36553b"] .art-category .sub-nav .sub-link.active {
  background: #333;
  color: #fff;
  border-color: #333;
}
.strip[data-id="36553b"] .art-category .art-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}
.strip[data-id="36553b"] .art-category .art-item {
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  text-decoration: none;
  color: inherit;
  display: block;
}
.strip[data-id="36553b"] .art-category .art-item:hover {
  transform: translateY(-5px);
}
.strip[data-id="36553b"] .art-category .art-item img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.strip[data-id="36553b"] .art-category .art-item h4 {
  margin: 10px 0 5px;
  font-size: 1.2rem;
}
.strip[data-id="36553b"] .art-category .art-item .item-desc {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.strip[data-id="36553b"] .art-category .art-item .item-price {
  font-weight: bold;
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 15px;
  display: block;
}
.strip[data-id="36553b"] .art-category .art-item .btn-detail {
  display: inline-block;
  padding: 8px 20px;
  background: #333;
  color: #fff;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: bold;
}.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;
}