.logo_container .widgetlogo a img { max-height:none !important; }

.no-mg-hover-effect .evogallery-widget-box a:focus-visible img, .no-mg-hover-effect .evogallery-widget-box a:hover img {
  opacity: 1;
  transform: none;
}

/* ECOMMDR-678 */
.lastviewedproducts_container .tile,
.merchandisingcontent_container .tile,
.productsgrid_container .tile,
.productsrelated_container .tile,
.widget-contract-items-html .tile,
.widget-lastviewedproducts-html .tile {
  &.tile_no_border {
    border: 0 !important;
  }
}

/* ECOMMDR-695 */
.catalog-grid > .container > .row > .col > div,
.page-content > .row > .col > div,
.zonebottom > div,
.zonetop > div {
  margin-bottom: var(--evo-row-spacing);
}
body:not(.ex-home) .zonetop > div {
  margin-bottom: 0;
}
.catalog-grid > .container > .row > .col > .emptyrow,
.page-content > .row > .col > .emptyrow,
.zonebottom > .emptyrow,
.zonetop > .emptyrow {
  display: none;
}
.catalog-grid [role="row-section"] [role="row-wrapper"] > .row,
.catalog-grid [role="row-section"] > .row,
.page-content [role="row-section"] [role="row-wrapper"] > .row,
.page-content [role="row-section"] > .row,
.zonebottom [role="row-section"] [role="row-wrapper"] > .row,
.zonebottom [role="row-section"] > .row,
.zonetop [role="row-section"] [role="row-wrapper"] > .row,
.zonetop [role="row-section"] > .row {
  --bs-gutter-y: 0;
}
.catalog-grid [role="row-section"],
.page-content [role="row-section"],
.zonebottom [role="row-section"],
.zonetop [role="row-section"] {
  margin-bottom: 0;
}