.strip[data-id=c6707f] {
  --section-id: "c6707f";
  --storage-url: "https://aero30.proweb.cz/_section/c6707f";
  --public-url: "https://aero30.proweb.cz/_section/c6707f";
}
.strip[data-id=c6707f] .aero-gallery {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.strip[data-id=c6707f] .aero-gallery .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c6707f] .aero-gallery .gallery-header {
  text-align: center;
  margin-bottom: 40px;
}
.strip[data-id=c6707f] .aero-gallery .gallery-header h1 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 15px;
}
.strip[data-id=c6707f] .aero-gallery .gallery-header p {
  font-size: 1.1rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}
.strip[data-id=c6707f] .aero-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
.strip[data-id=c6707f] .aero-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  aspect-ratio: 4/3;
  background: #eee;
}
.strip[data-id=c6707f] .aero-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.strip[data-id=c6707f] .aero-gallery .gallery-item img[data-rotate="90"] {
  transform: rotate(90deg) scale(0.75);
}
.strip[data-id=c6707f] .aero-gallery .gallery-item img[data-rotate="180"] {
  transform: rotate(180deg);
}
.strip[data-id=c6707f] .aero-gallery .gallery-item img[data-rotate="270"] {
  transform: rotate(270deg) scale(0.75);
}
.strip[data-id=c6707f] .aero-gallery .gallery-item:hover img[data-rotate="0"], .strip[data-id=c6707f] .aero-gallery .gallery-item:hover img:not([data-rotate]) {
  transform: scale(1.05);
}
.strip[data-id=c6707f] .aero-gallery .gallery-item:hover img[data-rotate="90"] {
  transform: rotate(90deg) scale(0.8);
}
.strip[data-id=c6707f] .aero-gallery .gallery-item:hover img[data-rotate="180"] {
  transform: rotate(180deg) scale(1.05);
}
.strip[data-id=c6707f] .aero-gallery .gallery-item:hover img[data-rotate="270"] {
  transform: rotate(270deg) scale(0.8);
}
.strip[data-id=c6707f] .aero-gallery .gallery-item .rotate-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.strip[data-id=c6707f] .aero-gallery .gallery-item .rotate-btn:hover {
  background: #fff;
  transform: rotate(90deg);
}
.strip[data-id=c6707f] .aero-gallery .gallery-item .rotate-btn svg {
  width: 20px;
  height: 20px;
  fill: #333;
}
.strip[data-id=c6707f] .lightbox-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}
.strip[data-id=c6707f] .lightbox-overlay .lightbox-content {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border: 3px solid white;
  border-radius: 4px;
  transition: transform 0.3s ease;
}
.strip[data-id=c6707f] .lightbox-overlay .lightbox-content[data-rotate="90"] {
  transform: rotate(90deg);
}
.strip[data-id=c6707f] .lightbox-overlay .lightbox-content[data-rotate="180"] {
  transform: rotate(180deg);
}
.strip[data-id=c6707f] .lightbox-overlay .lightbox-content[data-rotate="270"] {
  transform: rotate(270deg);
}
.strip[data-id=c6707f] .lightbox-overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.strip[data-id=c6707f] .lightbox-overlay .close-btn:hover {
  color: #bbb;
}
.strip[data-id=c6707f] .lightbox-overlay .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  font-size: 48px;
  padding: 20px;
  cursor: pointer;
  transition: background 0.3s;
  user-select: none;
}
.strip[data-id=c6707f] .lightbox-overlay .nav-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.strip[data-id=c6707f] .lightbox-overlay .nav-btn.prev-btn {
  left: 0;
}
.strip[data-id=c6707f] .lightbox-overlay .nav-btn.next-btn {
  right: 0;
}
@media (max-width: 768px) {
  .strip[data-id=c6707f] .aero-gallery {
    padding: 40px 0;
  }
  .strip[data-id=c6707f] .aero-gallery .gallery-header h1 {
    font-size: 2rem;
  }
  .strip[data-id=c6707f] .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }
  .strip[data-id=c6707f] .lightbox-overlay .nav-btn {
    padding: 10px;
    font-size: 32px;
  }
}