/* Start custom CSS for shortcode, class: .elementor-element-bea8b67 */.header-container {
    width: 100%;
    background: #fff;
    font-family: Arial, sans-serif;
}
.top-bar {
    display: flex;
    align-items: center;
    padding: 0px;
    flex-wrap: wrap;
}
.logo-container img {
    max-height: 30px;
    width: auto;
}
.location-container {
    display: flex;
    align-items: center;
    color: blue;
    margin-left: 5px;
    cursor: pointer;
    font-size: 12px;
}
#location-icon {
    margin-right: 3px;
}
.search-bar {
    flex-grow: 1;
    margin: 0 5px;
}
.business-katalog {
    color: white;
    text-decoration: none;
    padding: 3px 8px;
    background-color: #ff0000;
    border-radius: 15px;
    margin-right: 5px;
    font-size: 12px;
font-weight:bold;
}
.cart-container a {
    color: white;
    text-decoration: none;
}
.category-menu {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    background: #131a22;
    padding: 5px 0;
}
.category-menu a {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 14px;
}
.mobile-search-bar, .mobile-location {
    display: none;
}

/* Address Popup Styles */
.address-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
#popup-logo {
    max-width: 120px;
    height: auto;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.popup-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 15px;
    border: 1px solid #888;
    width: 90%;
    max-width: 400px;
    border-radius: 5px;
    text-align: center;
}
#popup-address-input {
    width: 100%;
    padding: 8px;
    margin: 8px 0;
    font-size: 14px;
}
#popup-submit-address {
    padding: 8px 16px;
    font-size: 14px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .top-bar {
        justify-content: space-between;
        padding: 2px;
    }
    .logo-container img {
        max-height: 25px;
    }
    .location-container, .search-bar {
        display: none;
    }
    .business-katalog {
        font-size: 20px;
        padding: 2px 6px;
    }
    .mobile-search-bar {
        display: block;
        width: 100%;
        padding: 5px;
        background: #37475a;
    }
    .mobile-location {
        display: flex;
        align-items: center;
        color: white;
        padding: 5px;
        background: #37475a;
        cursor: pointer;
        font-size: 12px;
    }
    #mobile-location-icon {
        margin-right: 3px;
    }
    .category-menu {
        padding: 3px 0;
    }
    .category-menu a {
        font-size: 14px;
        padding: 3px 8px;
font-weight:bold;
    }
    .popup-content {
        margin: 5% auto;
        padding: 10px;
    }
}/* End custom CSS */