.elementor-104 .elementor-element.elementor-element-7038a69{--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:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-104 .elementor-element.elementor-element-6110ec9 > .elementor-widget-container{margin:0px 0px 20px 0px;}/* Start custom CSS for yith_wcwl_wishlist, class: .elementor-element-e281545 *//* Main wishlist container */
.elementor-104 .elementor-element.elementor-element-e281545 {
    max-width: 1052px;
    margin: 0 auto;
    padding: 25px 0 100px;
}

/* Page heading */
.elementor-104 .elementor-element.elementor-element-e281545::before {
    content: "Wunschliste";
    display: block;
    margin-bottom: 31px;
    padding-bottom: 22px;
    border-bottom: 1px solid #dddddd;
    color: #080808;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 44px;
    line-height: 1;
    font-weight: 400;
}

/* Hide default table heading */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table thead {
    display: none !important;
}

.elementor-104 .elementor-element.elementor-element-e281545 table.wishlist_table,
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table tbody {
    display: block;
    width: 100%;
    border: 0 !important;
}

/* Product card */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table tr {
    display: grid;
    grid-template-columns: 140px minmax(250px, 1fr) 125px 175px 40px;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 24px;

    min-height: 190px;
    padding: 24px;
    margin-bottom: 20px;

    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 7px;
}

/* Reset table cells */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table td {
    display: block;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

/* Product image */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail {
    grid-column: 1;
    grid-row: 1 / 3;
}

.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail a {
    display: flex;
    width: 140px;
    height: 140px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #eadfd6;
    border-radius: 6px;
}

.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail img {
    width: 140px !important;
    height: 140px !important;
    margin: 0 !important;
    object-fit: cover;
    border-radius: 6px;
}

/* Product title */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-name {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
}

.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-name::before {
    content: "KOLLEKTION";
    display: block;
    margin-bottom: 9px;
    color: #555555;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .5px;
}

.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-name a {
    color: #111111 !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 400;
    text-transform: none;
}

/* Hover color */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-name a:hover {
    color: #fd2279 !important;
}

/* Stock */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-stock-status {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    padding-top: 7px !important;
    text-align: left !important;
}

.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-stock-status span {
    color: #555555 !important;
    font-size: 13px;
    font-weight: 400;
}

/* Price */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-price {
    grid-column: 3;
    grid-row: 1 / 3;
    color: #ff1f6d;
    font-size: 15px;
    text-align: right;
    white-space: nowrap;
}

.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-price del {
    display: none;
}

.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-price ins {
    color: #ff1f6d;
    text-decoration: none;
}

/* Add to cart */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-add-to-cart {
    grid-column: 4;
    grid-row: 1 / 3;
}

.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-add-to-cart a {
    display: flex !important;
    min-width: 175px;
    min-height: 42px;
    padding: 10px 18px !important;
    align-items: center;
    justify-content: center;

    color: #fff !important;
    background: #050505 !important;
    border: 1px solid #050505 !important;
    border-radius: 7px !important;

    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;

    /* FIX: text properly visible */
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: unset !important;
}

.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-add-to-cart a:hover {
    background: #ff1f6d !important;
    border-color: #ff1f6d !important;
}

/* Remove button */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove {
    grid-column: 5;
    grid-row: 1 / 3;
}

.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove a {
    display: flex !important;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;

    background: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;

    font-size: 0 !important;
    position: relative;
}

/* FIX: single cross */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove a::before {
    content: "×";
    font-size: 24px;
    line-height: 1;
    color: inherit;
}

/* Tablet */
@media (max-width: 900px) {
    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table tr {
        grid-template-columns: 120px 1fr 150px 40px;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail a,
    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail img {
        width: 120px !important;
        height: 120px !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .product-add-to-cart {
        grid-column: 3;
        grid-row: 2;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .product-remove {
        grid-column: 4;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .elementor-104 .elementor-element.elementor-element-e281545 {
        padding: 15px 0 60px;
    }

    .elementor-104 .elementor-element.elementor-element-e281545::before {
        font-size: 34px;
        margin-bottom: 22px;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table tr {
        grid-template-columns: 95px 1fr 36px;
        grid-template-rows: auto auto auto auto;
        padding: 15px;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .product-add-to-cart a {
        width: 100%;
        min-width: 0;
    }
}


/* =========================
   FINAL OVERRIDE FIX (CENTER FIXED)
========================= */

/* ADD TO CART BUTTON */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-add-to-cart a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-width: 175px !important;
    min-height: 42px !important;

    padding: 0 !important;
    margin: 0 !important;

    white-space: nowrap !important;
    overflow: hidden !important;

    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-align: center !important;
}

/* force inner text */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-add-to-cart a * {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* REMOVE BUTTON */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove a {
    font-size: 0 !important;
    line-height: 0 !important;
}

/* hide old icons */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove a i,
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove a svg,
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove a span {
    display: none !important;
}

/* single cross */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove a::before {
    content: "×" !important;
    font-size: 24px !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
/* =========================
   REMOVE BUTTON FINAL FIX
   (No double icon)
========================= */

/* hide ALL existing icons */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove a {
    font-size: 0 !important;
    line-height: 0 !important;
    position: relative;
}

/* kill plugin/theme icons */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove a i,
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove a svg,
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove a span,
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove a::after {
    display: none !important;
    content: none !important;
}

/* show ONLY single cross */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove a::before {
    content: "×" !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;

    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}


.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-add-to-cart a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;
    min-width: 175px !important;
    min-height: 42px !important;

    padding-left: 4px !important;
    padding-right: 45px !important;

    white-space: nowrap !important;

    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;

    text-align: left !important;
}

/* =========================
   TABLET CLEAN FIX
========================= */
@media (max-width: 900px) {

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table tr {
        grid-template-columns: 100px 1fr 120px 40px !important;
        column-gap: 12px;
        padding: 14px !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail a,
    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail img {
        width: 100px !important;
        height: 100px !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-add-to-cart {
        grid-column: 3 !important;
        grid-row: 2 !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove {
        grid-column: 4 !important;
    }
}

/* =========================
   MOBILE SIMPLE STACK FIX
========================= */
@media (max-width: 600px) {

    .elementor-104 .elementor-element.elementor-element-e281545 {
        padding: 15px 0 50px !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545::before {
        font-size: 30px !important;
        margin-bottom: 15px !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table tr {
        display: grid !important;
        grid-template-columns: 90px 1fr 36px !important;
        grid-template-rows: auto auto auto;
        gap: 10px;
        padding: 12px !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail {
        grid-row: 1 / span 2 !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-name {
        grid-column: 2 / 3 !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-price {
        grid-column: 2 / 3 !important;
        grid-row: 2 !important;
        text-align: left !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-add-to-cart {
        grid-column: 1 / -1 !important;
        grid-row: 3 !important;
        margin-top: 8px;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-add-to-cart a {
        width: 100% !important;
        justify-content: center !important;
        padding: 10px !important;
        min-width: 0 !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove {
        grid-column: 3 !important;
        grid-row: 1 !important;
    }
}


/* =========================
   FORCE IMAGE VISIBILITY
========================= */

.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* image itself */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

/* =========================
   TABLET FIX
========================= */

@media (max-width: 900px) {

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
        width: 110px !important;
        height: 110px !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail a {
        width: 110px !important;
        height: 110px !important;
        display: flex !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail img {
        width: 110px !important;
        height: 110px !important;
    }
}

/* =========================
   MOBILE FIX
========================= */

@media (max-width: 600px) {

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
        width: 90px !important;
        height: 90px !important;
        display: block !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail a {
        width: 90px !important;
        height: 90px !important;
        display: flex !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail img {
        width: 90px !important;
        height: 90px !important;
    }
}


/* =========================
   STOCK FORCE FIX
========================= */

.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-stock-status {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #555 !important;
    font-size: 13px !important;
}

/* =========================
   TABLET FIX
========================= */

@media (max-width: 900px) {

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table tr {
        grid-template-columns: 110px 1fr 120px 40px !important;
        column-gap: 12px !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail img {
        width: 110px !important;
        height: 110px !important;
        object-fit: cover !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-stock-status {
        grid-column: 2 !important;
        grid-row: 2 !important;
        margin-top: 4px !important;
    }
}

/* =========================
   MOBILE FIX (FULL SAFE STACK)
========================= */

@media (max-width: 600px) {

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table tr {
        grid-template-columns: 90px 1fr 36px !important;
        grid-template-rows: auto auto auto auto !important;
        gap: 10px !important;
        padding: 12px !important;
    }

    /* image */
    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
    }

    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-thumbnail img {
        width: 90px !important;
        height: 90px !important;
        object-fit: cover !important;
    }

    /* name */
    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-name {
        grid-column: 2 !important;
    }

    /* price */
    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-price {
        grid-column: 2 !important;
        grid-row: 2 !important;
    }

    /* STOCK FIX */
    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-stock-status {
        grid-column: 2 !important;
        grid-row: 3 !important;
        display: block !important;
        font-size: 12px !important;
        margin-top: 2px !important;
    }

    /* button */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-add-to-cart {
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
}

/* BUTTON TEXT LEFT FIX */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-add-to-cart a {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;

    width: 100% !important;

    padding-left: 12px !important;
    padding-right: 96px !important;

    text-align: left !important;
}

    /* remove */
    .elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table .product-remove {
        grid-column: 3 !important;
        grid-row: 1 !important;
    }
}


/* =========================
   FORCE SAME BORDER ON ALL ITEMS
========================= */

.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table tr {
    border: 1px solid #dddddd !important;
    background: #fff !important;
    margin-bottom: 15px !important;
    display: grid !important;
}

/* kill theme odd/even styling */
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table tr:nth-child(odd),
.elementor-104 .elementor-element.elementor-element-e281545 .wishlist_table tr:nth-child(even) {
    background: #fff !important;
    border: 1px solid #dddddd !important;
}/* End custom CSS */