@charset "UTF-8";
.strip[data-id=faad36] {
  --section-id: "faad36";
  --storage-url: "https://krtek.proweb.cz/_section/faad36";
  --public-url: "https://krtek.proweb.cz/_section/faad36";
}
.strip[data-id=faad36] .main-header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id=faad36] .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=faad36] .logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.strip[data-id=faad36] .company-logo {
  height: 50px; /* Upraveno pro lepší čitelnost nahraného loga */
  width: auto;
  display: block;
}
.strip[data-id=faad36] .main-nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id=faad36] .main-nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id=faad36] .main-nav a:hover {
  color: #0056b3;
}
.strip[data-id=faad36] .btn-primary {
  background: #0056b3;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s;
}
.strip[data-id=faad36] .btn-primary:hover {
  background: #004494;
}
.strip[data-id=faad36] .mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}
.strip[data-id=faad36] .mobile-nav-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background: #333;
}
@media (max-width: 768px) {
  .strip[data-id=faad36] .main-nav, .strip[data-id=faad36] .header-cta {
    display: none;
  }
  .strip[data-id=faad36] .mobile-nav-toggle {
    display: flex;
  }
}
.strip[data-id=faad36] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}.strip[data-id=e58a28] {
  --section-id: "e58a28";
  --storage-url: "https://krtek.proweb.cz/_section/e58a28";
  --public-url: "https://krtek.proweb.cz/_section/e58a28";
}
.strip[data-id=e58a28] .main-footer {
  background: #1a2a3a;
  color: #fff;
  padding: 4rem 0 2rem;
}
.strip[data-id=e58a28] .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}
.strip[data-id=e58a28] .footer-col h3 {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  color: #fff;
}
.strip[data-id=e58a28] .footer-col ul {
  list-style: none;
  padding: 0;
}
.strip[data-id=e58a28] .footer-col ul li {
  margin-bottom: 0.8rem;
}
.strip[data-id=e58a28] .footer-col a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id=e58a28] .footer-col a:hover {
  color: #fff;
}
.strip[data-id=e58a28] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: #888;
}
.strip[data-id=e58a28] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}.strip[data-id="8ebe3d"] {
  --section-id: "8ebe3d";
  --storage-url: "https://krtek.proweb.cz/_section/8ebe3d";
  --public-url: "https://krtek.proweb.cz/_section/8ebe3d";
}
.strip[data-id="8ebe3d"] .products-page-header {
  background: #1a2a3a;
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}
.strip[data-id="8ebe3d"] .products-grid {
  padding: 5rem 0;
}
.strip[data-id="8ebe3d"] .product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3rem;
}
.strip[data-id="8ebe3d"] .product-item {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.strip[data-id="8ebe3d"] .product-item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.strip[data-id="8ebe3d"] .product-item-img {
  height: 250px;
  overflow: hidden;
}
.strip[data-id="8ebe3d"] .product-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="8ebe3d"] .product-item-content {
  padding: 2rem;
}
.strip[data-id="8ebe3d"] .product-item-content h3 {
  margin-bottom: 1rem;
  color: #1a2a3a;
}
.strip[data-id="8ebe3d"] .product-item-content p {
  color: #666;
  margin-bottom: 1.5rem;
}
.strip[data-id="8ebe3d"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}