.makema-mobile-color-swatches-target:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  [data-mobile-color-swatches-source-hidden] {
    display: none !important;
  }

  .makema-mobile-color-swatches-target[data-mobile-color-swatches-active='true'] {
    display: block;
    margin-top: 1.5rem;
    width: 100%;
  }
}