/* HEART MARKET CUSTOM */

/* 選択時の背景色を無効化 */
.product-form__input--pill input[type='radio']:checked + label {
  background-color: transparent;
}
