.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="8656b3"] {
  --section-id: "8656b3";
  --storage-url: "https://www.nitastetec.cz/_section/8656b3";
  --public-url: "https://www.nitastetec.cz/_section/8656b3";
}
.strip[data-id="8656b3"] .product-detail-section {
  padding: 60px 0;
}
.strip[data-id="8656b3"] .product-detail-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="8656b3"] .product-detail-section .back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.strip[data-id="8656b3"] .product-detail-section .back-link:hover {
  text-decoration: underline;
}
.strip[data-id="8656b3"] .product-detail-section .detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.strip[data-id="8656b3"] .product-detail-section .image-container img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id="8656b3"] .product-detail-section .info-container h1 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 15px;
}
.strip[data-id="8656b3"] .product-detail-section .info-container .price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
  display: block;
}
.strip[data-id="8656b3"] .product-detail-section .info-container .description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 40px;
}
.strip[data-id="8656b3"] .product-detail-section .info-container .order-box {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
}
.strip[data-id="8656b3"] .product-detail-section .info-container .order-box h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.strip[data-id="8656b3"] .product-detail-section .info-container .order-box .form-group {
  margin-bottom: 15px;
}
.strip[data-id="8656b3"] .product-detail-section .info-container .order-box .form-group input, .strip[data-id="8656b3"] .product-detail-section .info-container .order-box .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: inherit;
}
.strip[data-id="8656b3"] .product-detail-section .info-container .order-box .form-group input:focus, .strip[data-id="8656b3"] .product-detail-section .info-container .order-box .form-group textarea:focus {
  border-color: #333;
  outline: none;
}
.strip[data-id="8656b3"] .product-detail-section .info-container .order-box .btn-order {
  width: 100%;
  padding: 15px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.strip[data-id="8656b3"] .product-detail-section .info-container .order-box .btn-order:hover {
  background: #000;
}
@media (max-width: 768px) {
  .strip[data-id="8656b3"] .product-detail-section .detail-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}.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;
}