.elementor-2651 .elementor-element.elementor-element-15a4ea0{--display:flex;--padding-top:40px;--padding-bottom:50px;--padding-left:40px;--padding-right:40px;}.elementor-2651 .elementor-element.elementor-element-15a4ea0:not(.elementor-motion-effects-element-type-background), .elementor-2651 .elementor-element.elementor-element-15a4ea0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.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-2651 .elementor-element.elementor-element-08cffe9 > .elementor-widget-container{padding:0px 0px 40px 0px;}.elementor-2651 .elementor-element.elementor-element-08cffe9{text-align:center;}.elementor-2651 .elementor-element.elementor-element-08cffe9 .elementor-heading-title{font-family:"gill-sans-bold", Sans-serif;font-size:55px;font-weight:900;text-transform:uppercase;color:var( --e-global-color-2e9b951 );}.elementor-2651 .elementor-element.elementor-element-3f1713c .wishsuite-table-content table thead > tr th{background-color:var( --e-global-color-2e9b951 );color:var( --e-global-color-astglobalcolor4 );font-family:"gill-sans", Sans-serif;font-weight:600;}.elementor-2651 .elementor-element.elementor-element-3f1713c .wishsuite-table-content table thead > tr{border-style:none;}.elementor-2651 .elementor-element.elementor-element-3f1713c .wishsuite-table-content table tbody > tr td.wishsuite-product-title{font-family:"gill-sans-bold", Sans-serif;font-size:10px;text-transform:uppercase;text-decoration:none;}.elementor-2651 .elementor-element.elementor-element-3f1713c .wishsuite-table-content table tbody > tr td.wishsuite-product-title a{color:var( --e-global-color-2e9b951 );}@media(max-width:767px){.elementor-2651 .elementor-element.elementor-element-15a4ea0{--padding-top:30px;--padding-bottom:40px;--padding-left:10px;--padding-right:10px;}.elementor-2651 .elementor-element.elementor-element-08cffe9 > .elementor-widget-container{padding:0px 0px 10px 0px;}.elementor-2651 .elementor-element.elementor-element-08cffe9 .elementor-heading-title{font-size:27px;}}/* Start custom CSS for wb-wishsuite-table, class: .elementor-element-3f1713c */.wishsuite-table-content table tbody > tr td {
    text-align: left;
}

.wishsuite-table-content table tbody > tr td.wishsuite-product-title a {
    text-decoration: none !important;
}/* End custom CSS */
/* Start custom CSS *//* Convert table to grid */
.wishsuite-table-content .wishsuite_table {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    border: none;
}

.wishsuite-table-content .wishsuite_table thead {
    display: none;
}

.wishsuite-table-content .wishsuite_table tbody, 
.wishsuite-table-content .wishsuite_table tr {
    display: contents;
}

.wishsuite-table-content .wishsuite_table td {
    display: block;
    padding: 0;
    border: none;
    position: relative;
}

/* Create card layout */
.wishsuite-table-content .wishsuite_table tr:not(.wishsuite-empty-tr) {
    display: grid;
    border: 0;
    /*padding: 15px;*/
    border-radius: 5px;
    position: relative;
}

/* Style individual elements */
.wishsuite-product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.wishsuite-product-remove .wishsuite-remove {
    font-size: 20px;
    color: #ff0000;
    text-decoration: none;
}

.wishsuite-product-image img {
    width: 100%;
    /*height: auto;*/
    margin-bottom: 15px;
    height: 390px;
    object-fit: cover;
}

.wishsuite-product-title a {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.wishsuite-product-price {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.wishsuite-product-pa_couleur,
.wishsuite-product-pa_taille {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}



.wishsuite-table-content td::before{
    content: " " !important;
}

@media (max-width: 767px) {
    .wishsuite-table-content .wishsuite_table {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    border: none;
}
.wishsuite-product-image img {
    width: 100%;
    /*height: auto;*/
    margin-bottom: 15px;
    height: 220px;
    object-fit: cover;
}

.wishsuite-product-title a {
    font-size: 12px;
    margin-bottom:1px;
}

.wishsuite-product-price {
    font-size: 16px;
    margin-bottom: 1px;
}
}/* End custom CSS */