.safietou-interest-button {
  align-items: center;
  background: var(--safietou-whatsapp-color, #25D366);
  border: 1px solid var(--safietou-whatsapp-color, #25D366);
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  gap: 9px;
  justify-content: center;
  line-height: 1.2;
  margin-top: 28px;
  min-height: 44px;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.safietou-interest-button:hover,
.safietou-interest-button:focus-visible {
  background: #8f3153;
  border-color: #8f3153;
  color: #fff;
  outline: 3px solid #8f3153;
  outline-offset: 3px;
  transform: translateY(-2px);
}

.safietou-product-actions {
  align-items: stretch;
  align-self: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
  width: 100%;
}

.safietou-product-actions .safietou-interest-button,
.safietou-product-details-button {
  flex: 1 1 0;
  margin-top: 0;
  min-width: 0;
}

.safietou-product-details-button {
  align-items: center;
  background: #8f3153;
  border: 1px solid #8f3153;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  line-height: 1.2;
  min-height: 44px;
  padding: 12px 14px;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.safietou-product-details-button:hover,
.safietou-product-details-button:focus-visible {
  background: #d2a63b;
  border-color: #d2a63b;
  color: #26151c;
  outline: 3px solid #8f3153;
  outline-offset: 3px;
  transform: translateY(-2px);
}

.safietou-interest-button.is-disabled,
.safietou-interest-button.is-unavailable {
  background: #8b8b8b;
  border-color: #8b8b8b;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

.safietou-whatsapp-icon {
  display: block;
  flex: 0 0 19px;
  height: 19px;
  width: 19px;
}

.safietou-interest-button-single {
  margin-top: 0;
  min-width: 190px;
}

.safietou-single-interest,
.safietou-variable-interest {
  margin-top: 24px;
}

.safietou-interest-note,
.safietou-variable-interest-help {
  color: #69655e;
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 12px 0 0;
}

.safietou-variable-interest-help.is-ready {
  display: none;
}

.woocommerce ul.products li.product .safietou-product-actions {
  align-self: center;
}

.wc-block-grid__product .safietou-product-actions {
  align-self: center;
}

@media (max-width: 700px) {
  .safietou-interest-button-single,
  .woocommerce ul.products li.product .safietou-product-actions {
    width: 100%;
  }

  .safietou-product-actions {
    gap: 8px;
  }

  .safietou-product-actions .safietou-interest-button,
  .safietou-product-details-button {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
