.single-product .woocommerce-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  margin: 1rem 0 !important;
  padding: .85rem 1rem .85rem 2.75rem !important;
  border: 1px solid rgba(227, 24, 37, .26) !important;
  border-top: 3px solid var(--ecms-final-red, #e31825) !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: #20242a !important;
  box-shadow: 0 8px 24px rgba(17, 19, 23, .06) !important;
  font-size: .94rem !important;
  line-height: 1.35 !important;
}

.single-product .woocommerce-message::before {
  top: 50% !important;
  left: 1rem !important;
  color: #5d9f2e !important;
  transform: translateY(-50%);
}

.single-product .woocommerce-message .ecms-cart-confirmation-text {
  flex: 1 1 auto;
}

.single-product .woocommerce-message .button.wc-forward {
  order: 2;
  float: none !important;
  flex: 0 0 auto;
  min-height: 40px;
  margin: 0 !important;
  padding: .68rem 1rem !important;
  border-radius: 999px !important;
  background: var(--ecms-final-red, #e31825) !important;
  color: #fff !important;
  font-size: .82rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.single-product .woocommerce-message .button.wc-forward:hover,
.single-product .woocommerce-message .button.wc-forward:focus-visible {
  background: #b90f19 !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .single-product .woocommerce-message {
    gap: .6rem;
    margin: .7rem 0 !important;
    padding: .72rem .75rem .72rem 2.35rem !important;
    border-radius: 13px !important;
    font-size: .84rem !important;
  }

  .single-product .woocommerce-message::before {
    left: .75rem !important;
  }

  .single-product .woocommerce-message .button.wc-forward {
    min-height: 36px;
    padding: .58rem .8rem !important;
    font-size: .76rem !important;
  }
}
