.type-banner {
  flex: 1 0 100%;
}

.footer__title {
  font-weight: bold;
  font-size: var(--type-base-size);
}

.ef__product-option-root input[type='checkbox'] + label img  {
  display: none !important;
  width: 200px;
  height: auto;
}

.ef__product-option-root input[type='checkbox']:checked + label img  {
  display: block !important;
}
