.product-cat-extra-content.bottom {
    padding-top: 30px;
}
.product-cat-top-content {
    padding-bottom: 25px;
}

/* Menu item "NEW" badge — add class "menu-badge-new" to a menu item
   (Appearance > Menus > Screen Options > CSS Classes) */
.menu-badge-new > a {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    color: #1f8a6d !important;
}

.menu-badge-new > a::after {
    content: "NEW";
    display: inline-flex;
    align-items: center;
    background: #1f8a6d;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1;
    padding: 4px 6px 3px;
    border-radius: 4px;
}

.menu-badge-new > a:hover::before,
.menu-badge-new > a:focus::before,
.menu-badge-new.active > a::before,
.menu-badge-new.current-menu-item > a::before,
.menu-badge-new.current_page_item > a::before,
.menu-badge-new.current-menu-ancestor > a::before {
    background-color: #1f8a6d !important;
}
