.hd-product-ajax-notice { grid-column: 1 / -1; width: 100%; margin: 0 0 12px; padding: 10px 12px; border: 1px solid #cbd6cb; border-radius: 6px; color: #2f3b2f; background: #f4f7f1; white-space: pre-line; font-size: 14px; }
.hd-product-ajax-notice[hidden] { display: none !important; }
.hd-product-ajax-busy .single_add_to_cart_button { position: relative; }
.hd-product-ajax-busy .single_add_to_cart_button::after { content: ''; display: inline-block; flex: 0 0 18px; width: 18px; height: 18px; margin-left: 10px; border: 2px solid rgb(255 255 255 / 35%); border-top-color: #fff; border-radius: 50%; animation: hdProductAddSpin .7s linear infinite; }
@keyframes hdProductAddSpin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .hd-product-ajax-busy .single_add_to_cart_button::after { animation: none; } }
