/* --- Staggs No-Crop + SVG Overrides --- */
.staggs-product-options .option-image {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  aspect-ratio: auto !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.staggs-product-options .option-image img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
}
/* Some themes force thumbnails by class name; relax those too. */
.staggs-product-options img.attachment-thumbnail,
.staggs-product-options img.size-thumbnail,
.staggs-product-options img.wp-post-image {
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
/* Make sure inline or external SVGs don't get boxed */
.staggs-product-options .option-image img[src$=".svg"] {
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
