/* Responsive adjustments for sticky add to cart */
/* Bootstrap 5 md breakpoint is 768px. Apply up to md (narrow to md). */
@media (max-width: 767.98px) {
  .fon-sticky-atc-controls .btn-surround {
    width: 100%;
  }
  #fon-sticky-atc-btn.single_add_to_cart_button.button.alt {
    display: block;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }
}

