@charset "UTF-8"; /* 0 - 600PX: Phone 600 - 900px: Table portrait 900 - 1200px: Tablet landscape [1200 - 1800] is where our nortal styles apply 1800px + : Big desktop */ /* Media Query M3 */ /* Grid breakpoints */ .flexRow--buyButton { width: 100%; } .flexRow--buyButton .flexRowContent--buyButton { margin: 0; } .flexRow--buyButton .flexRowContent--buyButton :global(.vtex-button) { background-color: black; height: 49px; border: none; } .flexRow--buyButton .flexRowContent--buyButton :global(.vtex-add-to-cart-button-0-x-buttonText) { font-size: 0; } .flexRow--buyButton .flexRowContent--buyButton :global(.vtex-add-to-cart-button-0-x-buttonText)::after { content: "ADICIONAR À SACOLA"; font-family: "Open Sans"; font-style: normal; font-weight: 400; font-size: 18px; line-height: 25px; color: #ffffff; }