.elementor-492 .elementor-element.elementor-element-60bdd6d0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;}.elementor-492 .elementor-element.elementor-element-ee651e5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-492 .elementor-element.elementor-element-60bdd6d0{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:70px;--padding-bottom:70px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-492 .elementor-element.elementor-element-60bdd6d0{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-ee651e5 *//* Wishlist Section Wrapper */
.elementor-widget-shortcode {
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* Heading */
.wbte_wishlist_heading {
    font-family: Cormorant Garamond;
    font-size: 24px;
    font-weight: 900;
    color: #1a1a2e;
    margin-top: 20px;
    margin-left: 20px;
}

/* Bulk Add to Cart Button Wrapper */
.bulk-add-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    margin-right: 20px;
}

.bulk-add-wrapper button,
.bulk-add-wrapper a {
    background-color: #B88A44;
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 6px;
    font-weight: 900;
    font-size: 17px;
    font-family: Cormorant Garamond;
    cursor: pointer;
    transition: background 0.25s ease;
}

.bulk-add-wrapper button:hover,
.bulk-add-wrapper a:hover {
    background-color: #4A3828;
}

/* Table */
.wt_frontend_wishlist_table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
}

/* Table Head */
.wt_wishlist_table_heading th {
    text-align: left;
    padding: 14px 16px;
    background-color: #f7f8fa;
    color: #333;
    font-size: 20px;
    font-family: Cormorant
    Garamond;
    font-weight: 900;
    border-bottom: 2px solid #eaeaea;
}

.wt_wishlist_table_heading .col-price,
.wt_wishlist_table_heading .col-stock {
    text-align: center;
}

/* Table Rows */
.wishlist-row {
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease;
}

.wishlist-row:hover {
    background-color: #F8F1E7;
}

.wishlist-row td {
    font-family: sans-serif;
    padding: 16px;
    vertical-align: middle;
    font-size: 14px;
    color: #B88A44;
}

/* Remove (X) Column */
.col-remove {
    text-align: center;
    width: 40px;
}

.col-remove a,
.col-remove span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: #B88A44;
    color: #fff !important;
    border-radius: 50%;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.col-remove a:hover,
.col-remove span:hover {
    background-color: #4A3828;
}

/* Product Image */
.col-image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #eee;
}

/* Product Name */
.col-name a {
    color: #4A3828;
    font-family: sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
}

.col-name a:hover {
    text-decoration: underline;
    color: #4A3828;
}

/* Price */
.col-price {
    text-align: center;
    font-weight: 500;
    color: #4A3828;
}

/* Stock Badge */
.col-stock {
    text-align: center;
}

.col-stock span,
.col-stock .stock {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.col-stock span:contains("In stock") {
    /* fallback style below applies generally */
}

.col-stock .in-stock,
.col-stock span {
    background-color: #e6f9ee;
    color: #1e9e5a;
}

/* Add to Cart Button */
.col-action a,
.col-action button {
    display: inline-block;
    padding: 12px 25px;
    border: 1.5px solid #B88A44;
    color: #FFFFFF;
    background: #B88A44;
    border-radius: 6px;
    font-family: Cormorant Garamond;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

.col-action a:hover,
.col-action button:hover {
    background-color: #4A3828;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .wt_frontend_wishlist_table,
    .wt_frontend_wishlist_table thead,
    .wt_frontend_wishlist_table tbody,
    .wt_frontend_wishlist_table th,
    .wt_frontend_wishlist_table td,
    .wt_frontend_wishlist_table tr {
        display: block;
    }

    .wt_wishlist_table_heading {
        display: none;
    }

    .wishlist-row {
        margin-bottom: 15px;
        border: 1px solid #eee;
        border-radius: 10px;
        padding: 10px;
    }

    .wishlist-row td {
        padding: 8px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .wishlist-row td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #555;
    }
}/* End custom CSS */