.elementor-988 .elementor-element.elementor-element-c0a6fe7{--display:flex;--min-height:25vh;--justify-content:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;color:var( --e-global-color-primary );}.elementor-988 .elementor-element.elementor-element-b180cc0{text-align:center;}.elementor-988 .elementor-element.elementor-element-b180cc0 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:500;}.elementor-988 .elementor-element.elementor-element-0434c45{text-align:center;}.elementor-988 .elementor-element.elementor-element-0434c45 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:45px;font-weight:700;}.elementor-988 .elementor-element.elementor-element-3ccd5d2f{--display:flex;}.breadcrumb-wrap .breadcrumb-overlay, .elementor-page-988 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}@media(max-width:1280px){.elementor-988 .elementor-element.elementor-element-c0a6fe7{--min-height:20vh;}.elementor-988 .elementor-element.elementor-element-0434c45 .elementor-heading-title{font-size:35px;}}@media(max-width:767px){.elementor-988 .elementor-element.elementor-element-c0a6fe7{--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-988 .elementor-element.elementor-element-0434c45{width:var( --container-widget-width, 259px );max-width:259px;--container-widget-width:259px;--container-widget-flex-grow:0;}.elementor-988 .elementor-element.elementor-element-0434c45.elementor-element{--align-self:center;}}/* Start custom CSS for container, class: .elementor-element-3ccd5d2f *//* ============================= */
/* CHOCOLATE SARAYI - WISHLIST */
/* Structure stable + responsive */
/* ============================= */

.woosw-items {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 16px !important;
    background: transparent !important;
}

.woosw-items tbody {
    display: block;
    width: 100%;
}

.woosw-items tr.woosw-item {
    display: grid;
    grid-template-columns: 42px 128px minmax(0, 1fr) minmax(260px, 380px);
    align-items: center;
    gap: 22px;
    width: 100%;
    margin-bottom: 16px;
    padding: 24px 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, #FFF8EE 0%, #FAE7CD 100%);
    border: 1px solid rgba(59, 23, 13, 0.12);
    box-shadow: 0 14px 35px rgba(59, 23, 13, 0.08);
    overflow: hidden;
    transition: all 0.25s ease;
}

.woosw-items tr.woosw-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 45px rgba(59, 23, 13, 0.13);
}

.woosw-items td {
    display: block;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

/* Bouton retirer à gauche */
.woosw-item--remove {
    position: static !important;
    width: 32px;
    height: 32px;
    align-self: center;
    justify-self: center;
}

.woosw-item--remove span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50%;
    background: #3B170D;
    color: #FAE7CD;
    cursor: pointer;
    transition: all 0.2s ease;
}

.woosw-item--remove span::before {
    content: "×";
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

.woosw-item--remove span:hover {
    background: rgba(59, 23, 13, 0.10);
}

/* Image produit */
.woosw-item--image {
    width: 128px;
    height: 128px;
}

.woosw-item--image a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
}

.woosw-item--image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

/* Informations produit */
.woosw-item--info {
    min-width: 0;
}

.woosw-item--name {
    margin-bottom: 6px;
}

.woosw-item--name a {
    display: block;
    color: #3B170D !important;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
}

.woosw-item--name a:hover {
    color: #6A2C17 !important;
}

.woosw-item--price,
.woosw-item--price .amount {
    color: #7A3B1E !important;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.woosw-item--price .woocommerce-Price-currencySymbol {
    color: #3B170D !important;
    font-weight: 700;
}

.woosw-item--time {
    margin-top: 8px;
    color: rgba(59, 23, 13, 0.58);
    font-size: 14px;
    font-weight: 600;
}

.woosw-item--time::before {
    content: "Ajouté le ";
}

/* Actions */
.woosw-item--actions {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.woosw-item--stock:empty {
    display: none !important;
}

.woosw-item--atc {
    width: 100%;
    max-width: 350px;
}

.woosw-item--atc p {
    margin: 0 !important;
}

.woosw-item--atc .button,
.woosw-item--atc .add_to_cart_button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    padding: 16px 28px !important;
    border-radius: 999px !important;
    background: #3B170D !important;
    color: #FAE7CD !important;
    border: 1px solid #3B170D !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em;
    line-height: 1 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: 0 12px 28px rgba(59, 23, 13, 0.18);
    transition: all 0.25s ease;
}

.woosw-item--atc .button:hover,
.woosw-item--atc .add_to_cart_button:hover {
    background: #5A2412 !important;
    color: #FAE7CD !important;
    transform: translateY(-2px);
}

.woosw-item--atc .screen-reader-text {
    display: none !important;
}


/* ============================= */
/* PORTABLE - max 1540px */
/* ============================= */

@media (max-width: 1540px) {
    .woosw-items tr.woosw-item {
        grid-template-columns: 38px 118px minmax(0, 1fr) minmax(240px, 340px);
        gap: 20px;
        padding: 22px 28px;
    }

    .woosw-item--image {
        width: 118px;
        height: 118px;
    }

    .woosw-item--name a {
        font-size: 21px;
    }

    .woosw-item--atc {
        max-width: 330px;
    }
}


/* ============================= */
/* TABLETTE PAYSAGE - max 1280px */
/* ============================= */

@media (max-width: 1280px) {
    .woosw-items tr.woosw-item {
        grid-template-columns: 36px 110px minmax(0, 1fr) minmax(220px, 300px);
        gap: 18px;
        padding: 22px 24px;
    }

    .woosw-item--image {
        width: 110px;
        height: 110px;
    }

    .woosw-item--name a {
        font-size: 20px;
    }

    .woosw-item--price,
    .woosw-item--price .amount {
        font-size: 17px;
    }

    .woosw-item--atc .button,
    .woosw-item--atc .add_to_cart_button {
        min-height: 54px;
        font-size: 14px !important;
        padding: 15px 22px !important;
    }
}


/* ============================= */
/* TABLETTE PORTRAIT - max 1024px */
/* ============================= */

@media (max-width: 1024px) {
    .woosw-items tr.woosw-item {
        grid-template-columns: 34px 100px minmax(0, 1fr);
        gap: 16px;
        padding: 22px;
    }

    .woosw-item--image {
        width: 100px;
        height: 100px;
    }

    .woosw-item--actions {
        grid-column: 3 / 4;
        justify-content: flex-start;
        margin-top: 10px;
    }

    .woosw-item--atc {
        max-width: 320px;
    }

    .woosw-item--name a {
        font-size: 19px;
    }
}


/* ============================= */
/* MOBILE PAYSAGE - max 767px */
/* ============================= */

@media (max-width: 767px) {
    .woosw-items {
        border-spacing: 0 18px !important;
    }

    .woosw-items tr.woosw-item {
        grid-template-columns: 20px 90px minmax(0, 1fr);
        gap: 20px;
        padding: 20px 18px;
        border-radius: 24px;
    }

    .woosw-item--remove {
        width: 28px;
        height: 28px;
    }

    .woosw-item--remove span {
        width: 28px;
        height: 28px ;
    }

    .woosw-item--remove span::before {
        font-size: 25px;
    }

    .woosw-item--image {
        width: 88px;
        height: 88px;
    }

    .woosw-item--image a {
        border-radius: 18px;
    }

    .woosw-item--name a {
        font-size: 17px;
        line-height: 1.2;
    }

    .woosw-item--price,
    .woosw-item--price .amount {
        font-size: 15px;
    }

    .woosw-item--time {
        font-size: 12px;
        margin-top: 6px;
    }

    .woosw-item--actions {
        grid-column: 2 / 4;
        margin-top: 6px;
    }

    .woosw-item--atc {
        max-width: 100%;
    }

    .woosw-item--atc .button,
    .woosw-item--atc .add_to_cart_button {
        min-height: 52px;
        font-size: 13px !important;
        padding: 15px 20px !important;
    }
}


/* ============================= */
/* MOBILE PORTRAIT - max 479px */
/* ============================= */

@media (max-width: 479px) {
    .woosw-items tr.woosw-item {
        grid-template-columns: 26px 80px minmax(0, 1fr);
        gap: 15px;
        padding: 18px 14px;
        border-radius: 22px;
    }

    .woosw-item--image {
        width: 85px !important;;
    }

    .woosw-item--image a {
        border-radius: 16px;
    }

    .woosw-item--name a {
        font-size: 15px;
        line-height: 1.2;
    }

    .woosw-item--price,
    .woosw-item--price .amount {
        font-size: 14px;
    }

    .woosw-item--time {
        font-size: 11px;
    }

    .woosw-item--actions {
        grid-column: 2 / 4;
        margin-top: 4px;
    }

    .woosw-item--atc .button,
    .woosw-item--atc .add_to_cart_button {
        min-height: 48px;
        font-size: 12px !important;
        padding: 14px 16px !important;
        letter-spacing: 0.05em;
    }
}/* End custom CSS */