body .empori-header-logo img,
body footer .empori-footer-container .copyright-content-container img,
body .raw-mobile-menu .empori-mobile-logo img {
    filter: none !important;
}

body .row-parent::before, body footer::before {
    content: none !important;
}

body .empori-header {
    z-index: 11;
}

body .header-background {
    opacity: 1;
}

.primeflow-body {
    padding-top: 80px;
}

body #mainNav.empori-header .nav-item-group.middle-group {
    flex: 0 0 230px;
}

body #mainNav.empori-header .empori-header-logo img {
    height: auto;
}

body .badge {
    height: auto;
}

.product-list.showcase .grid-view {
    display: flex;
}

.darkMode .empori-header.triggered, .darkMode .empori-header.scrolled {
    border-bottom: none !important;
}

body .empori-button {
 font-weight: bold!important;
 
}
body .empori-button {
    color: #000!important;
}

body .empori-button:hover {
    color: #ffd100 !important;
}

.empori-button.text-like, button.text-like {
    color: var(--empori-primary-color)!important;
}

@media (max-width: 1025px) {
    .align-grid-custom .umb-block-grid__layout-item {
        --umb-block-grid--item-column-span: 12 !important;
    }
}

@media (max-width: 400px) {
                * {
                    word-break: normal;
                }
}
                
body .raw-mobile-menu {
    flex-wrap: nowrap !important;
}