.product__media-wrapper,
.media,
.card__media,
.card__inner,
.cart-item__image-container,
.cart-notification-product__image {
  position: relative;
}

.imageoverlay,
.cart-notification-overlay {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
}

.cart-notification-overlay {
  z-index: 2;
}

.age_selection::-webkit-outer-spin-button,
.age_selection::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.age_selection {
  -moz-appearance: textfield;
}
