.woocommerce .fl-post-grid-image img {
aspect-ratio: 2 / 3 !important;
object-fit: contain !important;
object-position: bottom !important;
}
@media screen and (min-width: 670px) {
.news-offers .noptin-styles-basic:not(.noptin-form-single-line),
.noptin-newsletter-form .noptin-form-field-wrapper {
max-width: unset !important;
width: 100%;
}
.news-offers .noptin-form-fields {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: flex-end;
justify-content: space-between;
width: 100%;
}
.news-offers input[type="submit"] {
width: 100%;
}
}