/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
<style>
  #hs-button_widget_1719420825608 {
    padding: 0;
    min-width: fit-content;
    border: none;
    text-decoration: underline;
  }

@media (min-width: 600px) and (max-width: 900px) {
  
  .shopify-buy__btn{
    padding: 12px 12px !important;
  }
  
/*   .cell_1720732377263-row-1-vertical-alignment .row-fluid{
    display: flex !important;
    flex-direction: column !important;
  }
  
  .cell_1720732377263-row-1-vertical-alignment .row-fluid .span4{
    background-color:red;
    width: 100%;
  } */
}

</style>