/** Shopify CDN: Minification failed

Line 28:2 Unexpected "{"
Line 28:3 Expected identifier but found "%"
Line 29:25 Unexpected "{"
Line 29:34 Expected ":"
Line 29:41 Unexpected "{"
Line 32:2 Unexpected "{"
Line 32:3 Expected identifier but found "%"

**/
.block_outer_a3_new {
    display: flex;
    align-items: flex-start;
    gap: 23px;
        flex-wrap: wrap;
}img.block_inner_a3_new {
        width: calc(25% - 18px);
    height: auto;
}
.badge_wrapper_banner_new.badge_a3_new {
    margin-bottom: 5px;
}.title_a3_new {
    text-align: center;
    margin-bottom: 50px;
}
@media (min-width: 701px) { /* Desktop */
  {% if section.settings.section_visibility == 'desktop_hide' %}
    .mh_img_grid_a3_new-{{ section.id }} {
      display: none !important;
    }
  {% endif %}
}

@media (max-width: 767px) { /* Mobile */
 
.block_inner_a3_new {
    width: 100% !important;
    height: auto;
}.block_outer_a3_new {
    flex-direction:column;
    gap: 15px;
}.title_a3_new {
    text-align: center;
    margin-bottom: 30px;
}
}
