/* 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 */ .newsletter { background: black; border-bottom: 1px solid #FFFFFF; margin: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; } .container { padding: 32px 0 23px 0; } .label { font-family: "Open Sans"; font-style: normal; font-weight: 400; font-size: 24px; line-height: 38px; text-align: center; color: #FFFFFF; border: none; } .label::after { content: "Receba ofertas e novidades por e-mail"; font-family: "Open Sans"; font-style: normal; font-weight: 400; font-size: 18px; line-height: 25px; text-align: center; color: #929292; display: flex; flex-direction: column; gap: 16px; margin-top: 16px; } .productBrand--quickview { display: flex; justify-content: end; } .productImagesThumb { height: 90px !important; width: 90px !important; } .imageElement { padding-left: 32px; } .help-message { padding: 0 0 60px 0; background-color: red; }