/* Locked product-gallery labels: text only, never boxed or overlaid. */
.product-gallery figure,
.product-gallery .product-gallery__item {
  position: relative;
}

.product-gallery figcaption {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: auto !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #f0e9da !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}
