/* Add custom CSS styles below */ 
@media (max-width: 768px) {
  .product-form__buttons, .sticky-add-to-cart, [class*="sticky"], [class*="fixed-bottom"] {
    position: static !important;
    bottom: auto !important;
    z-index: auto !important;
  }
}