body .empori-webshop-header-logo img,
body .empori-mobile-logo img,
body .empori-header-logo img {
  filter: none !important;
  height: 55px;
  padding-top: 5px;
}

body .collection-badge {
    z-index: 9 !important;
}

 /*Menu fix för större logga*/ 
body .mobile-menu {
    height: 50px !important;
}

@media (max-width: 800px) {
    body .mobile-menu {
        height: 55px !important;
    }
    
    body .empori-mobile-logo img {
        height: 45px;
    }}

body .basic-grid-item .empori-employee-mail {
    font-size: .8em;
    margin: 5px 0 0;
}

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 .empori-page-header-extra-area .container .other-page-item {
    color: #fff;
}
body .empori-page-header-extra-area .container .other-page-item:hover {
    color: var(--empori-primary-color);
}
.embedded-main .grid-view .product .product-add-to-cart button::before, .embedded-main .grid-view .product .product-add-to-cart a::before {
    content: "" !important;
}

/* Remove this in Empori.Plugin.Essentials version 2025.2.* */
p > img {
    border-radius: 0;
}

p > img[src*=".jpg"], p > img[src*=".jpeg"] {
    border-radius: 10px;
}

body .primeflow-body .dropdown-menu{
    max-height: 400px;
    overflow: auto;
}

body .custom-image-size img {
    height: revert-layer !important;
}

/*Textstorlek produkter*/
body .empori-product .product-name, .grid-view .product.item-col .product-name {
    font-size: 16px !important;
}


body .primeflow-body {
    margin-top: 80px !important;,
    padding-top: 80px;
}

@media (max-width: 1200px) {
    Body .primeflow-body {
    margin-top: 20px !important;,
}
}

body .badge {
    height: auto;
}

body .empori-submenu-grid {
    gap: 10px;
}

body .empori-category-group-title {
    font-size: 16px;
}

/*Dölj kategoribilder på mobil*/
@media (max-width: 992px) {
.categories-list {
    display: none;
}
}