.elementor-9082 .elementor-element.elementor-element-02a9572{--display:flex;--background-transition:0.3s;}.elementor-9082 .elementor-element.elementor-element-ec5bf5c{text-align:center;position:relative;min-height:1px;}.elementor-9082 .elementor-element.elementor-element-ec5bf5c > .elementor-widget-container{position:relative;}@media(max-width:1024px){.elementor-9082 .elementor-element.elementor-element-ec5bf5c{position:relative;min-height:1px;}.elementor-9082 .elementor-element.elementor-element-ec5bf5c > .elementor-widget-container{position:relative;}}@media(max-width:767px){.elementor-9082 .elementor-element.elementor-element-ec5bf5c{position:relative;min-height:1px;}.elementor-9082 .elementor-element.elementor-element-ec5bf5c > .elementor-widget-container{position:relative;}}/* Start custom CSS for shortcode, class: .elementor-element-7b4b111b */.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: 000;
    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;
}s
.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 */
/* Start custom CSS for column, class: .elementor-element-004df21 *//* Common styles for all sections */
.related-products,
.vendor-categories,
.random-category-products {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
}

.related-products h3,
.vendor-categories h3,
.random-category-products h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

/* Common styles for all lists */
.related-products ul,
.vendor-categories ul,
.random-category-products ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

/* Common styles for list items */
.related-products li,
.vendor-categories li,
.random-category-products li {
    background: #fff;
}

/* Common styles for links */
.related-products a,
.vendor-categories a,
.random-category-products a {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Common styles for images */
.related-products img,
.vendor-categories img,
.random-category-products img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 50%;
}

/* Common styles for headings */
.related-products h4,
.vendor-categories h4,
.random-category-products h4 {
    font-size: 0.9rem;
    margin: 5px 0;
}

/* Common styles for paragraphs */
.related-products p,
.random-category-products p {
    font-size: 0.8rem;
    margin: 5px 0;
    color: #B12704;
}

/* Mobile styles */
@media screen and (max-width: 767px) {
    .related-products ul,
    .vendor-categories ul,
    .random-category-products ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet and desktop styles */
@media screen and (min-width: 768px) {
    .related-products ul {
        grid-template-columns: repeat(4, 1fr);
    }

    .vendor-categories ul,
    .random-category-products ul {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .vendor-categories li,
    .random-category-products li {
        flex: 0 0 calc(25% - 7.5px);
        scroll-snap-align: start;
    }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-94e9492 *//* Common styles for all sections */
.related-products,
.vendor-categories,
.random-category-products {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
}

.related-products h3,
.vendor-categories h3,
.random-category-products h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

/* Common styles for all lists */
.related-products ul,
.vendor-categories ul,
.random-category-products ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

/* Common styles for list items */
.related-products li,
.vendor-categories li,
.random-category-products li {
    background: #fff;
}

/* Common styles for links */
.related-products a,
.vendor-categories a,
.random-category-products a {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Common styles for images */
.related-products img,
.vendor-categories img,
.random-category-products img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 50%;
}

/* Common styles for headings */
.related-products h4,
.vendor-categories h4,
.random-category-products h4 {
    font-size: 0.9rem;
    margin: 5px 0;
}

/* Common styles for paragraphs */
.related-products p,
.random-category-products p {
    font-size: 0.8rem;
    margin: 5px 0;
    color: #B12704;
}

/* Mobile styles */
@media screen and (max-width: 767px) {
    .related-products ul,
    .vendor-categories ul,
    .random-category-products ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet and desktop styles */
@media screen and (min-width: 768px) {
    .related-products ul {
        grid-template-columns: repeat(4, 1fr);
    }

    .vendor-categories ul,
    .random-category-products ul {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .vendor-categories li,
    .random-category-products li {
        flex: 0 0 calc(25% - 7.5px);
        scroll-snap-align: start;
    }
}/* End custom CSS */
/* Start custom CSS */.woocommerce-loop-product__title
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    line-clamp: 2;
    overflow: hidden;
}

ul.products li.product .button {

transition: box-shadow ease-in-out 130ms;
display: none;
}

ul.products li.product .price, ul.products li.product .star-rating {
display: none;
margin-bottom: .75em;
color: #ff0000;
}

.woocommerce-loop-category__title
{
    display: none;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px;
}

ul.products li.product .button {
    display: none;
    width: 100%;
    padding: 8px 0;
    background-color: #FFD814;
    border: 1px solid #FCD200;
    border-radius: 20px;
    color: #111;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    margin-top: auto;
    transition: background-color 0.3sease;
}

.random-category-products li p {
font-size: 18px;
font-weight: 700;
color: #B12704;
margin: 5px 0;
display: none;
}

h2.woocommerce-loop-product__title
{
    display: none;
}

/** sehr wichtige Änderungen  **/

.related-products h4, .vendor-categories h4, .random-category-products h4 {
    font-size: 0.9rem;
    margin: 5px 0;
    display: none;
}

.related-products p, .random-category-products p {
    font-size: 0.8rem;
    margin: 5px 0;
    color: #B12704;
    display: none;
}

button, input[type="button"], input[type="submit"] {
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}/* End custom CSS */