/*
 * Garantit les cibles tactiles du checkout après les styles Bootstrap et
 * storefront. La spécificité explicite évite que `.content-for-layout .btn`
 * rétablisse `min-height: auto` sur les viewports intermédiaires.
 */
.content-for-layout .cryo-checkout .cryo-checkout__continue,
.content-for-layout .cryo-checkout #discount-code-apply {
  min-height: 44px;
}
