
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}@charset "UTF-8";
.strip[data-id="61e813"] {
  --section-id: "61e813";
  --storage-url: "https://syrius.proweb.cz/_section/61e813";
  --public-url: "https://syrius.proweb.cz/_section/61e813";
}
.strip[data-id="61e813"] .main-header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  transition: all 0.3s ease;
  z-index: 1000;
  position: relative;
  font-style: italic; /* Nastavení kurzívy pro celé záhlaví */
}
.strip[data-id="61e813"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="61e813"] .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="61e813"] .logo a {
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: column;
}
.strip[data-id="61e813"] .logo-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}
.strip[data-id="61e813"] .logo-subtitle {
  font-size: 0.7rem;
  letter-spacing: 4px;
  margin-top: 4px;
  opacity: 0.7;
}
.strip[data-id="61e813"] .main-nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id="61e813"] .main-nav a {
  text-decoration: none;
  color: #000000;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.strip[data-id="61e813"] .main-nav a:hover {
  opacity: 1;
}
.strip[data-id="61e813"] .header-cta .phone-link {
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-left: 1px solid #eee;
  padding-left: 2rem;
}
.strip[data-id="61e813"] .phone-label {
  font-size: 0.65rem;
  letter-spacing: 2px;
  opacity: 0.6;
}
.strip[data-id="61e813"] .phone-number {
  font-size: 1.2rem;
  font-weight: 600;
}
.strip[data-id="61e813"] .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.strip[data-id="61e813"] .mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #000000;
  margin: 5px 0;
}
@media (max-width: 992px) {
  .strip[data-id="61e813"] .main-nav {
    display: none;
  }
  .strip[data-id="61e813"] .header-cta {
    display: none;
  }
  .strip[data-id="61e813"] .mobile-menu-toggle {
    display: block;
  }
}.strip[data-id="393f9a"] {
  --section-id: "393f9a";
  --storage-url: "https://syrius.proweb.cz/_section/393f9a";
  --public-url: "https://syrius.proweb.cz/_section/393f9a";
  /* Modal Styles */
}
.strip[data-id="393f9a"] .product-gallery {
  padding: 80px 20px;
  background-color: #fff;
}
.strip[data-id="393f9a"] .product-gallery .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="393f9a"] .product-gallery .header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.strip[data-id="393f9a"] .product-gallery .header-nav .back-link {
  text-decoration: none;
  color: #666;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}
.strip[data-id="393f9a"] .product-gallery .header-nav .back-link:hover {
  color: #000;
}
.strip[data-id="393f9a"] .product-gallery .header-nav h1 {
  font-size: 2rem;
  margin: 0;
  font-family: serif;
}
.strip[data-id="393f9a"] .product-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
}
.strip[data-id="393f9a"] .product-gallery .gallery-item {
  background: #f9f9f9;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1/1;
  cursor: pointer;
  position: relative;
}
.strip[data-id="393f9a"] .product-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.strip[data-id="393f9a"] .product-gallery .gallery-item:hover img {
  transform: scale(1.05);
}
.strip[data-id="393f9a"] .product-gallery .item-description-data {
  display: none;
}
.strip[data-id="393f9a"] .catalog-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 20px;
}
.strip[data-id="393f9a"] .catalog-modal.active {
  opacity: 1;
  visibility: visible;
}
.strip[data-id="393f9a"] .modal-container {
  background: #fff;
  max-width: 1000px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.strip[data-id="393f9a"] .modal-visual {
  flex: 1.2;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.strip[data-id="393f9a"] .modal-visual img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}
.strip[data-id="393f9a"] .modal-info {
  flex: 1;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.strip[data-id="393f9a"] .modal-info h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-family: serif;
}
.strip[data-id="393f9a"] .modal-desc-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
}
.strip[data-id="393f9a"] .modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  color: #000;
  z-index: 100;
  line-height: 1;
}
@media (max-width: 992px) {
  .strip[data-id="393f9a"] .modal-container {
    flex-direction: column;
  }
  .strip[data-id="393f9a"] .modal-info {
    padding: 2rem;
  }
  .strip[data-id="393f9a"] .modal-visual {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="393f9a"] .product-gallery {
    padding: 40px 15px;
  }
  .strip[data-id="393f9a"] .product-gallery .header-nav {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}@charset "UTF-8";
.strip[data-id=fa20fa] {
  --section-id: "fa20fa";
  --storage-url: "https://syrius.proweb.cz/_section/fa20fa";
  --public-url: "https://syrius.proweb.cz/_section/fa20fa";
}
.strip[data-id=fa20fa] .main-footer {
  background: var(--color-black);
  color: var(--color-white);
  padding: 5rem 0 2rem;
  font-style: italic; /* Nastavení kurzívy pro celé zápatí */
}
.strip[data-id=fa20fa] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id=fa20fa] .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
}
.strip[data-id=fa20fa] .footer-logo {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}
.strip[data-id=fa20fa] .footer-desc {
  font-size: 0.9rem;
  opacity: 0.6;
  max-width: 300px;
  line-height: 1.8;
}
.strip[data-id=fa20fa] .footer-col h4 {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=fa20fa] .footer-col p {
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
  opacity: 0.8;
}
.strip[data-id=fa20fa] .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=fa20fa] .footer-col ul li {
  margin-bottom: 0.8rem;
}
.strip[data-id=fa20fa] .footer-col ul a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 0.9rem;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.strip[data-id=fa20fa] .footer-col ul a:hover {
  opacity: 1;
}
.strip[data-id=fa20fa] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}
.strip[data-id=fa20fa] .footer-bottom p {
  font-size: 0.8rem;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .strip[data-id=fa20fa] .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}