body > .whatsapp-float {
  display: none !important;
}

.actions .secondary,
.product-detail-actions .product-wa {
  background: #25d366;
  border-color: #25d366;
  color: #ffffff;
}

.actions .secondary:hover,
.actions .secondary:focus-visible,
.product-detail-actions .product-wa:hover,
.product-detail-actions .product-wa:focus-visible {
  background: #1fb857;
  border-color: #1fb857;
  color: #ffffff;
}

.product-detail-back-button {
  align-items: center;
  background: rgba(113, 136, 239, 0.12);
  border: 1px solid rgba(157, 174, 255, 0.34);
  color: #edf1ff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  margin-top: 12px;
  min-height: 38px;
  padding: 0 16px;
  text-decoration: none;
}

.product-detail-back-button:hover,
.product-detail-back-button:focus-visible {
  background: rgba(113, 136, 239, 0.24);
  border-color: rgba(181, 196, 255, 0.62);
  color: #ffffff;
}

@media (max-width: 640px) {
  .product-detail-back-button {
    width: 100%;
  }
}
