.elementor-194 .elementor-element.elementor-element-69d7333{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:80px;--padding-right:80px;}.elementor-194 .elementor-element.elementor-element-69d7333:not(.elementor-motion-effects-element-type-background), .elementor-194 .elementor-element.elementor-element-69d7333 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-194 .elementor-element.elementor-element-b077a04{text-align:center;}.elementor-194 .elementor-element.elementor-element-b077a04 .elementor-heading-title{color:#FFFFFF;}.elementor-194 .elementor-element.elementor-element-089d29a .woocommerce-breadcrumb{color:#FFFFFF;text-align:center;}.elementor-194 .elementor-element.elementor-element-089d29a .woocommerce-breadcrumb > a{color:var( --e-global-color-340caba );}.elementor-194 .elementor-element.elementor-element-d82a1f2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:050px 050px;--row-gap:050px;--column-gap:050px;--padding-top:80px;--padding-bottom:80px;--padding-left:80px;--padding-right:80px;}.elementor-194 .elementor-element.elementor-element-cd03f0a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-194 .elementor-element.elementor-element-d82a1f2{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:080px;--padding-bottom:80px;--padding-left:30px;--padding-right:30px;}}@media(max-width:767px){.elementor-194 .elementor-element.elementor-element-d82a1f2{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-194 .elementor-element.elementor-element-cd03f0a{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-194 .elementor-element.elementor-element-cd03f0a{--width:100%;}}/* Start custom CSS for yith_wcwl_wishlist, class: .elementor-element-fa4dfb8 *//* Wunschliste an das Shop-Layout anpassen */

/* Grundlegendes Styling für die Wunschliste */
.elementor-widget-yith_wcwl_wishlist {
    background-color: #000000;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Titel Styling */
.wishlist-title-container h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
}

/* Tabelle Styling */
.wishlist_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background-color: #111;
    color: #ffffff;
}

.wishlist_table thead th {
    color: black;
    font-weight: 600;
    padding: 10px;
    text-align: left;
    background-color: white !important;
}

.wishlist_table tbody tr {
    border-bottom: 1px solid #333;
}

.wishlist_table td {
    padding: 12px;
    vertical-align: middle;
}

/* Produktbilder */
.product-thumbnail img {
    max-width: 80px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.product-thumbnail img:hover {
    transform: scale(1.05);
}

/* Produktname */
.product-name a {
    font-size: 16px;
    color: black;
    font-weight: 500;
    text-decoration: none;
}

.product-name a:hover {
    color: #d32f2f;
}

/* Preisgestaltung */
.product-price del {
    color: #999;
    font-size: 14px;
    margin-right: 5px;
}

.product-price ins {
    font-size: 16px;
    font-weight: bold;
    color: #d32f2f;
    text-decoration: none;
}

/* Lagerstatus */
.product-stock-status .wishlist-in-stock {
    color: #28a745;
    font-weight: 600;
}

/* Warenkorb-Button */
.product-add-to-cart .add_to_cart_button {
    background-color: #d32f2f;
    color: white;
    border-radius: 5px;
    padding: 8px 12px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: background 0.3s;
}

.product-add-to-cart .add_to_cart_button:hover {
    background-color: #a81919;
}

/* Entfernen-Button */
.product-remove .remove_from_wishlist {
    color: #d32f2f;
    font-size: 20px;
    text-decoration: none;
}

.product-remove .remove_from_wishlist:hover {
    color: #ff0000;
}

/* Teilen-Sektion */
.yith-wcwl-share-title {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

.yith-wcwl-share .share-button a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #444;
    color: #ffffff;
    margin-right: 5px;
    transition: background 0.3s;
}

.yith-wcwl-share .share-button a:hover {
    background-color: #666;
}

/* Warenkorb-Button */
.product-add-to-cart .add_to_cart_button {
    background-color: black !important;
    color: white;
    border-radius: 0px !Important;
    padding: 10px 15px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: background 0.3s, transform 0.2s;
}

.product-add-to-cart .add_to_cart_button:hover {
    background-color: #333;
    transform: scale(1.05);
}/* End custom CSS */