/* Small additions for CommercePages.php. The cart, checkout, receipt and page layouts come unchanged from globals.css. */
[hidden] {
  display: none !important;
}
.order-form fieldset:disabled .button {
  opacity: 0.65;
  cursor: progress;
}
.quantity button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.checkout-choice:has(input:disabled) {
  color: #8a8377;
}
.info-panel details {
  margin-top: 14px;
  font-size: 14px;
}
.info-panel details summary {
  cursor: pointer;
}
.info-panel details p {
  margin: 10px 0 0;
}
@media print {
  .text-link,
  [data-slot="whatsapp"] {
    display: none !important;
  }
}
