/* CIMP-16904 - responsive product image background color */
.sc-pl-product-selector-form__content-product-img {
  background-color: #FCBF13 !important;
}
/* END CIMP-16904 */

/* CIMP-17021 - fix tooltip cut off issue in SmartButton */
div[data-sc-type="SmartButton"] .sc-btn-retailer-wrapper,
.Thumbnail-module-scss-module__YSvnHa__Thumbnail {
  overflow: visible !important;
}
/* END CIMP-17021 */

/* CIMP-17100 - fix SmartButton width */
div[data-sc-id][data-sc-type="SmartButton"] {
  min-width: 220px !important;
  max-width: 220px !important;
}
/* END CIMP-17100 */

/* CIMP-17100 - adjust SmartButton scale */
div[data-sc-id][data-sc-type="SmartButton"] {
  scale: 0.80 !important;
}

/* adjust retailer container overflow */
div[data-sc-type="SmartButton"] .sc-btn-retailer-wrapper {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
/* END CIMP-17100 */