#fw-section-footer {
--color-primary: #1c1c1d;
--color-primary-rgb: 28, 28, 29;
--color-background: #020202;
--color-background-rgb: 2, 2, 2;
--color-on-primary: #f5f5f3;
--color-on-primary-rgb: 245, 245, 243;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #f5f5f3;
--color-background-brightness: 2;
background-color: var(--color-background);
color: var(--color-on-background);

}





#fw-section-custom-html-b8ea0a8b-94f3-48c8-a6d9-4d94542416d9 {

.product-gallery {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.gallery-main img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.gallery-thumbs {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.gallery-thumbs .thumb {
  width: 60px;
  height: auto;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s, transform 0.2s;
}

.gallery-thumbs .thumb.active {
  opacity: 1;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .gallery-thumbs .thumb {
    width: 50px;
  }
}
}