.elementor-3519 .elementor-element.elementor-element-6d7104ab{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--flex-wrap:nowrap;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-3519 .elementor-element.elementor-element-6d7104ab.e-con{--align-self:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3519 .elementor-element.elementor-element-7c00a9f9{width:100%;max-width:100%;background-color:#1E1E20;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 15px 0px 15px;border-style:solid;border-width:1px 1px 1px 1px;border-color:#54595F;border-radius:8px 8px 8px 8px;column-gap:15px;text-align:start;font-family:"Inter", Sans-serif;font-size:1px;font-weight:400;color:#FFD08E;}.elementor-3519 .elementor-element.elementor-element-7c00a9f9.elementor-element{--align-self:stretch;--flex-grow:1;--flex-shrink:0;}.elementor-3519 .elementor-element.elementor-element-7c00a9f9 p{margin-block-end:0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-7c00a9f9 *//* =================================
   YITH Wishlist – Dark Luxury
   No background / Mobile Friendly
================================= */

/* Remove default backgrounds */
.yith-wcwl-form,
.yith-wcwl-form table,
.yith-wcwl-form tr,
.yith-wcwl-form td {
    background: transparent !important;
}

/* Container spacing only */
.yith-wcwl-form {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

/* Table */
.yith-wcwl-form table {
    width: 100%;
    border-collapse: collapse;
}

/* Header */
.yith-wcwl-form thead th {
    font-size: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(30,30,32,0.9);
    padding: 14px 10px;
    border-bottom: 1px solid rgba(30,30,32,0.9);
}

/* Rows */
.yith-wcwl-form tbody tr {
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Cells */
.yith-wcwl-form td {
    padding: 22px 10px;
    vertical-align: middle;
    color: rgba(255,255,255,0.85);
}

/* Product image */
.yith-wcwl-form .product-thumbnail img {
    width: 85px;
    border-radius: 0px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.45);
}

/* Product name */
.yith-wcwl-form .product-name a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}

.yith-wcwl-form .product-name a:hover {
    color: #FFD08E;
}

/* Price */
.yith-wcwl-form .product-price {
    font-size: 16px;
    font-weight: 500;
    color: rgba(30,30,32,0.9);
}

/* Stock status */
.yith-wcwl-form .product-stock-status span {
    font-size: 16px;
    border-radius: 20px;
    color: rgba(30,30,32,0.9);
}

/* Add to cart */
.yith-wcwl-form .product-add-to-cart a {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.25);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.yith-wcwl-form .product-add-to-cart a:hover {
    border-color: #cb202d;
    color: #cb202d;
}

/* Remove icon */
.yith-wcwl-form .product-remove a {
    font-size: 18px;
    color: rgba(255,255,255,0.45);
    transition: color 0.3s ease;
}

.yith-wcwl-form .product-remove a:hover {
    color: #cb202d;
}

/* =========================
   Mobile – Card Layout
========================= */
@media (max-width: 768px) {

    .yith-wcwl-form thead {
        display: none;
    }

    .yith-wcwl-form tbody tr {/* End custom CSS */