/* Shared controls: keep native commerce actions and their update handlers. */
body .bootstrap-touchspin,
body .bootstrap-touchspin input.form-control,
body .bootstrap-touchspin .input-group-btn-vertical {
  height: 48px !important;
  min-height: 48px !important;
}
body .bootstrap-touchspin .input-group-btn-vertical > .btn {
  height: 24px !important;
  min-height: 24px !important;
  min-width: 24px !important;
  margin-top: 0 !important;
}
body .bootstrap-touchspin .input-group-btn-vertical > .btn:focus-visible {
  z-index: 2;
  outline: 2px solid #1268ad;
  outline-offset: 1px;
}
body #header nav.header-nav .user-info a,
body #header nav.header-nav #contact-link a { color: #435469 !important; }
body#checkout #content-wrapper .form-control-comment,
body#checkout .one-page-checkout .form-control-comment { color: #596779 !important; }

/* Footer contact links remain available. Fixed shortcuts must not cover forms. */
body:is(#contact, #cart, #checkout, #order, #authentication, #registration,
  #password, #guest-tracking, #identity, #address, #addresses) #whatsapp-chat-footer,
body:is(#contact, #cart, #checkout, #order, #authentication, #registration,
  #password, #guest-tracking, #identity, #address, #addresses) #scroll_top,
body.modal-open #whatsapp-chat-footer,
body.modal-open #scroll_top { display: none !important; }
@media (max-width: 991px) {
  body #whatsapp-chat-footer, body #scroll_top { display: none !important; }
}
body #header nav.header-nav .user-info a.account { color: #435469 !important; }
body .quickview .product-additional-info a.whatsapp_button { color: #fff; background: #087a40; border-color: #087a40; }
body .quickview .product-additional-info a.whatsapp_button:hover,
body .quickview .product-additional-info a.whatsapp_button:focus-visible { color: #fff; background: #065f32; border-color: #065f32; }
:is(body,#product) .quickview .product-quantity .qty { height: 48px !important; min-height: 48px !important; }
