.elementor-1554 .elementor-element.elementor-element-482bfaad{--display:flex;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-482bfaad *//* Grid layout for wishlist cards */
.jwel-wishlist-table {
    border-collapse: collapse;
    width: 100%;
}

.jwel-wishlist-grid {
    display: grid;
    /* Fixed 312px cards, auto-flow into rows, max that fits in row */
    grid-template-columns: repeat(auto-fill, 312px);
    gap: 32px;
    justify-content: flex-start; /* keep items left-aligned, no stretching */
}

.wishlist_table a.button{
    margin: 0!important;
}
.jwel-wishlist-row {
    display: block;
}
table.wishlist_table tbody td {
    padding:  0!important;
}
.jwel-wishlist-row > td {
    display: block;
    padding: 0;
    border: none;
}

/* Card base */
.jwel-card {
    background: transparent; /* light off-white like jewellery sites */
    padding: 0;
    text-align: left;
}

/* Product image on white */
.jwel-card-image {
    display: flex;

}

.woocommerce-Price-amount.amount{
    font-family: Lato;
font-weight: 600;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
color: #B88E2F!important;
}
.jwel-card-image img {
    display: flex;
    width: 100%;
    margin: 0 auto;
    height: 370px;
    max-height: 370px;  object-fit: cover;
}.woocommerce table.wishlist_table tbody td del{
    font-family: Lato!important;
font-weight: 400!important;
font-style: Regular!important;
font-size: 14px!important;
leading-trim: NONE;
line-height: 140%!important;
letter-spacing: 0%!important;
text-decoration: line-through;
color: #A8A29E!important;
}

/* Bar: heart + ADD TO CART */
.jwel-card-bar {
display: flex;
position: absolute;
width: 100%;
flex-direction: row!important;
bottom:8px!important;
padding: 0 8px!important;
}

.jwel-image{
    position: relative!important;
}

/* Heart square */
.jwel-heart {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #111111;
    text-decoration: none;
    margin-right: 8px;
    transition: all 0.25s ease;
}

/* On hover show filled look */
.jwel-heart:hover {
    border-color: #B88E2F;
    color: #B88E2F;
}

/* Add to cart button to the right */
.jwel-card-atc.button {
  flex: 1;
    height: 48px !important;
    border-radius: 0;
    background: #B88E2F;
    color: #FFFFFF;
    display: flex;
    border: none;
    font-family: Lato;
    padding: 0;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.jwel-card-atc.button:hover {
    filter: brightness(1.05);
    color: #FFFFFF;
}

/* Title + price under the bar */
.jwel-card-info {
    margin-top: 10px;
}

.jwel-card-title {
    display: flex;
   font-family: Lato;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;

    color: #0B0404;
    text-decoration: none;
    margin-bottom: 4px;
}

.jwel-card-title:hover {
    text-decoration: underline;
}

/* Price styling - sale price + old price */
.jwel-card-price .woocommerce-Price-amount {
    font-size: 14px;
}

.jwel-card-price ins {
    text-decoration: none;
    color: #D97706; /* orange-ish for sale */
    font-weight: 700;
}

.jwel-card-price del {
    color: #9CA3AF; /* grey */
    margin-left: 6px;
}

/* Empty message / pagination */
.wishlist-empty {
    text-align: center;
    padding: 40px 0;
    grid-column: 1 / -1;
}

.wishlist-pagination td {
    padding-top: 24px;
}

/* Mobile */
@media (max-width: 767px) {
    .jwel-card {
        padding: 12px 12px 16px;
    }

    .jwel-card-image {
        padding: 18px 12px;
    }

    .jwel-card-atc.button {
        font-size: 13px;
    }
}
.jwel-heart svg path {
        fill: #B88E2F;
    stroke: #B88E2F;

}


.yith-wcwl-share{
    display: none;
}/* End custom CSS */