// .flexRow--m3-buyButton { // width: 100%; // .buttonText { // font-family: 'Open Sans'; // font-style: normal; // font-weight: 400; // font-size: 18px; // line-height: 25px; // display: flex; // align-items: center; // text-align: center; // color: #FFFFFF; // } // :global(.vtex-button) { // background-color: black; // height: 49px; // } // } .m3-buyButton { :global(.vtex-button) { background-color: black; height: 49px; } } .m3-boxBuy { display: flex; flex-direction: row; background-color: green; }