/** Shopify CDN: Minification failed

Line 350:0 Unexpected "}"

**/
.galleria-section {
  width: 100%;
  padding: clamp(80px, 12vh, 140px) 0 clamp(60px, 10vh, 100px);
  background: transparent;
  overflow: hidden;
  position: relative;
}

.galleria-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to bottom, #ffeafa 0%, rgba(255, 234, 250, 0.8) 50%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.galleria-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, #ffeafa 0%, rgba(255, 234, 250, 0.8) 30%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.galleria-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 50px);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.galleria-title {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  letter-spacing: -0.04em;
  line-height: 1.1em;
  margin: 0 0 20px 0;
}

.galleria-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #777777;
  text-align: center;
  line-height: 1.6em;
  margin: 0 auto 60px;
  max-width: 800px;
}

.mobile-only {
  display: none;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
  width: 100%;
  height: 700px;
  margin-bottom: 60px;
  position: relative;
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}

.gallery-column {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.gallery-track {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.gallery-column[data-direction="up"] .gallery-track {
  animation-name: scrollUp;
  animation-duration: 60s;
}

.gallery-column[data-direction="down"] .gallery-track {
  animation-name: scrollDown;
  animation-duration: 55s;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

.gallery-track img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-track img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* Lightbox modal */
.gallery-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.92);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 40px;
  cursor: pointer;
}

.gallery-lightbox.active {
  display: flex;
}

.gallery-lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
  cursor: default;
}

.gallery-lightbox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  font-size: 28px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
}

.gallery-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.gallery-cta {
  text-align: center;
}

.gallery-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fc0ff6;
  color: #ffffff;
  font-family: 'Fredoka', sans-serif;
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 400;
  padding: clamp(16px, 2vh, 20px) clamp(40px, 5vw, 60px);
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 30px rgba(252, 15, 246, 0.3);
}

.gallery-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(252, 15, 246, 0.4);
}

.galleria-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #ffddf7;
  color: #FB04F5;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 25px;
  border-radius: 50px;
  margin-bottom: 20px;
}

/* Tablet adjustments (Desktop layout, Mobile sizes) */
@media (min-width: 769px) and (max-width: 1024px) {
  .galleria-title {
    font-size: 32px;
  }

  .galleria-subtitle {
    font-size: 15px;
  }

  .gallery-button {
    padding: 16px 24px;
    font-size: 16px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .galleria-section {
    padding: 60px 0;
    background: #ffeafa;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .galleria-container {
    padding: 0;
  }

  .galleria-title {
    font-size: 32px;
    margin-bottom: 15px;
    padding: 0 20px;
  }

  .galleria-subtitle {
    font-size: 15px;
    margin-bottom: 30px;
    padding: 0 30px;
    line-height: 1.5;
  }

  .gallery-grid {
    width: 140%;
    align-self: flex-start;
    margin-left: 50%;
    transform: translateX(-50%);
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    height: 500px;
    margin-bottom: 30px;
    position: relative;
    left: auto;
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
  }
  
  /* Ripristina la terza colonna su mobile */
  .gallery-column:nth-child(3) {
    display: block;
  }
  
  .gallery-track {
    gap: 10px;
  }
  
  .gallery-column[data-direction="up"] .gallery-track {
    animation-duration: 35s;
  }
  
  .gallery-column[data-direction="down"] .gallery-track {
    animation-duration: 30s;
  }

  .gallery-cta {
    padding: 0 20px;
  }

  .gallery-button {
    width: 100%;
    max-width: 320px;
    padding: 16px 24px;
    font-size: 16px;
  }
}
  
  .gallery-lightbox {
    padding: 20px;
  }
  
  .gallery-lightbox-close {
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 24px;
  }
  
  .galleria-subtitle {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    height: 400px;
    gap: 6px;
  }
  
  .gallery-track {
    gap: 6px;
  }
}