.product-detail__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-detail__form .form__error-message {
  display: flex;
  gap: 4px;
  align-items: center;
  color: rgb(var(--color-tag-background));
}
.product-detail__form .form__error-message::after {
  content: attr(data-message);
}
.product-detail__form .form__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


/* ETL_PDP_BUY_FESTIVAL_20260828 */
html body .product-detail__form .form__buttons .shopline-payment-button-wrapper .pay-button-buy-now.pay-button-common-item {
  background-color: #6b1820 !important;
  color: #fff !important;
  isolation: isolate;
  overflow: hidden !important;
  position: relative !important;
}

.shopline-payment-button-wrapper .pay-button-buy-now::before,
.shopline-payment-button-wrapper .pay-button-buy-now::after {
  background-image: url("https://img.myshopline.com/image/store/1716775129716/a463c93c54104dcaa8c4894649fee7ba.gif");
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  content: "";
  height: calc(100% - 2px);
  max-width: 156px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27%;
  z-index: 1;
}

.shopline-payment-button-wrapper .pay-button-buy-now::before {
  background-position: left center;
  inset-inline-end: auto !important;
  inset-inline-start: 1px !important;
  left: 1px !important;
  right: auto !important;
}

.shopline-payment-button-wrapper .pay-button-buy-now::after {
  background-position: right center;
  inset-inline-end: 1px !important;
  inset-inline-start: auto !important;
  left: auto !important;
  right: 1px !important;
}

.shopline-payment-button-wrapper .pay-button-buy-now-text,
.shopline-payment-button-wrapper .pay-button-buy-now .loading-icon {
  position: relative;
  z-index: 2;
}

@media (max-width: 749px) {
  .shopline-payment-button-wrapper .pay-button-buy-now::before,
  .shopline-payment-button-wrapper .pay-button-buy-now::after {
    max-width: 80px;
    width: 22%;
  }
}
/* /ETL_PDP_BUY_FESTIVAL_20260828 */