.home-page-slideshow-full {
    width: 100%;
    max-height:600px;
    overflow:hidden;
}

    .home-page-slideshow-full img {
        width: 100%;
    }


.home-page-slideshow-full .text-box {
    width: 80%;
    left: 30%;
    top: 20%;
    position:absolute;
    transform: translateY(-50%);
}

    .home-page-slideshow-full .text-box .text-box-row {
        font-size: 48px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0px;
        margin-bottom: 24px;
        line-height: 1;
        -webkit-text-stroke: 0px;
    }

        .home-page-slideshow-full .text-box .text-box-row.white {
            color: #ffffff;
        }

        .home-page-slideshow-full .text-box .text-box-row.black {
            color: #000000;
        }

@media (min-width: 1200px) {
    .home-page-slideshow-full img {
        height: 600px;
    }
}

@media(max-width: 1199px) {

    .home-page-slideshow-full img {
        height: 450px;
    }
}

@media(max-width: 992px) {

    .home-page-slideshow-full img {
        height: 370px;
    }
}

@media (max-width: 768px) {

    .home-page-slideshow-full img {
        height: 320px;
    }
}
.policy-card-item-content .policy-card-item {
    background-color: var(--bg-item-secondary);
    border-radius: 10px;
    padding: 30px 10px 30px 10px;
    height: 100%;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
}

    .policy-card-item-content .policy-card-item .policy-icon {
        width: 60px;
        min-width: 60px;
        height: 60px;
        border-radius: 100%;
        overflow: hidden;
        background: #ffffff;
        margin-right: 10px;
    }

        .policy-card-item-content .policy-card-item .policy-icon:hover i {
            -webkit-animation: policy 1.2s linear;
            animation: policy 1.2s linear;
        }

        .policy-card-item-content .policy-card-item .policy-icon i {
            text-align: center;
            font-size: 25px;
        }

    .policy-card-item-content .policy-card-item .title-box {
        font-size: 1.4rem;
        font-weight: 700;
        color: #222222;
        line-height: 2.1;
        text-transform: uppercase;
    }

    .policy-card-item-content .policy-card-item .text-box {
        color: #666666;
    }

@media(max-width: 1200px) {
    .policy-card-item-content {
        margin-bottom: 15px;
    }
}
.cat-card-large-item {
    border-radius: 10px;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    min-height:270px;
}

    .cat-card-large-item:hover {
        border-color: var(--color-primary);
    }

        .cat-card-large-item:hover img {
            -webkit-animation: policy 1.2s linear;
            animation: policy 1.2s linear;
        }

    .cat-card-large-item .thumb-box {
        position: relative;
        width: 50%;
        max-width: 50%;
        padding: 0 20px;
        margin: 0;
        border: none;
    }

    .cat-card-large-item .text-box {
        width: 50%;
        max-width: 50%;
        margin: 0;
        padding-top: 34px;
        padding-bottom: 36px;
        font-size: 1.3rem;
        font-weight: 700;
    }

        .cat-card-large-item .text-box .title-box {
            margin-top: 0;
            margin-bottom: .5rem;
        }

            .cat-card-large-item .text-box .title-box a {
                font-weight: 700;
                font-size: 1.6rem;
                line-height: 1.5;
                text-transform: uppercase;
                margin-bottom: 16px;
            }

        .cat-card-large-item .text-box .text-box-links {
            list-style: none;
            list-style-type: none;
            display: block;
            padding: 0;
            margin: 0;
        }

            .cat-card-large-item .text-box .text-box-links .link {
                color: #666666;
                font-size: 12px;
                font-weight: 500;
                line-height: 1.5;
                transition: all 0.35s ease-in-out;
                margin-bottom: 5px;
                display: inline-block;
            }

                .cat-card-large-item .text-box .title-box a:hover,
                .cat-card-large-item .text-box .text-box-links .link:hover {
                    color: var(--color-primary);
                }
.prd-card-large-item {
    border-radius: 10px;
    background-color: #fff;
    padding: 0;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
    cursor: pointer;
}

    .prd-card-large-item:hover {
        border-color: var(--color-primary);
    }

        .prd-card-large-item:hover img {
            -webkit-animation: policy 1.2s linear;
            animation: policy 1.2s linear;
        }

    .prd-card-large-item .thumb-box {
        position: relative;
        width: 43%;
        max-width: 43%;
        padding: 10px 10px;
        margin: auto;
        border: none;
    }


    .prd-card-large-item .prd-info {
        padding: 10px 10px;
        width: 57%;
        max-width: 57%;
        margin: 0;
        font-size: 1.3rem;
        font-weight: 700;
    }

        .prd-card-large-item .prd-info .prd-title-box {
            margin-top: 35px;
            height: 40px;
            font-weight: 700;
        }

            .prd-card-large-item .prd-info .prd-title-box a {
                line-height: 22px;
                color: var(--color-product-name);
            }

                .prd-card-large-item .prd-info .prd-title-box a:hover {
                    color: var(--color-primary);
                }

        .prd-card-large-item .prd-info .prd-price-box {
            font-weight: 400;
            margin-top: 20px;
        }

            .prd-card-large-item .prd-info .prd-price-box span {
                color: var(--color-price);
                font-weight: 700;
                display: inline-block;
            }

.testimonial-card-summary {
    border-radius: 10px;
    background-color: var(--bg-item-secondary);
    padding: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
    min-height: 200px;
    cursor: pointer;
}

    .testimonial-card-summary .average-note-box {
        text-align:center;
        font-size: 1.8rem;
        font-weight: 700;
        margin: 15px 0 0 0;
    }
    
    .testimonial-card-summary .rating-box {
        line-height: 1;
        color: #ffe200;
        margin: 15px 0 0 0;
        text-align: center;
    }

    .testimonial-card-summary .total-ratings-box {
        text-align: center;
        margin: 5px 0 0 0;
    }

        .testimonial-card-summary .total-ratings-box a:hover {
            color: var(--color-primary);
        }

    .testimonial-card-summary .logo-box {
        text-align: center;
        margin: 15px 0 0 0;
    }

.testimonial-card-item {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 40px 40px 0 40px;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
    min-height: 200px;
}

    .testimonial-card-item .rating-box {
        line-height: 1;
        color: #ffe200;
        margin-bottom: 12px;
    }

    .testimonial-card-item .testimonial-quote-box p {
        margin-bottom: 1rem;
        margin-top: 0;
    }

    .testimonial-card-item .testimonial-author-box {
        color: #666666;
        font-size: 1.2rem;
        text-transform: capitalize;
        margin-top: 12px;
    }

        .testimonial-card-item .testimonial-author-box span {
            font-weight: 700;
        }


@media (max-width: 768px) {
    .testimonial-card-summary {
        margin-bottom: 15px;
    }

}

.blog-card-default-item {
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

    .blog-card-default-item:hover {
        border-color: var(--color-primary);
    }

        .blog-card-default-item:hover img {
            -webkit-animation: zoomInZoomOut 1.2s linear;
            animation: zoomInZoomOut 1.2s linear;
        }

    .blog-card-default-item .thumb-box {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        overflow: hidden;
        border-radius: 5px;
    }

        .blog-card-default-item .thumb-box img {
            width: 100%;
            max-height: 280px;
        }


    .blog-card-default-item .text-box {
        margin-top: 15px;
    }

        .blog-card-default-item .text-box .title-box a {
            font-size: 1.4rem;
            line-height: 1.9;
            font-weight: 700;
        }


        .blog-card-default-item .text-box .article-box {
            font-size: 1.4rem;
            font-weight: 400;
            color: #666;
            line-height: 1.6;
            border-bottom: 1px solid #e5e5e5;
            margin-top: 15px;
            padding-bottom: 30px;
        }

        .blog-card-default-item .text-box .date-box {
            margin-top: 15px;
        }

            .blog-card-default-item .text-box .date-box button {
                text-transform: capitalize;
                font-size: 1.2rem;
                margin: 0;
                font-weight: 600;
            }

                .blog-card-default-item .text-box .date-box button i {
                    display: inline-block;
                    margin-left: 5px;
                    text-indent: 0;
                }

                .blog-card-default-item .text-box .date-box button:hover i {
                    -webkit-animation: policy 1.2s linear;
                    animation: policy 1.2s linear;
                }

            .blog-card-default-item .text-box .date-box span {
                text-align: right;
                font-size: 1.2rem;
                color: #666;
                font-weight: 400;
                text-transform: capitalize;
            }

            .blog-card-default-item .text-box .title-box a:hover,
            .blog-card-default-item .text-box .date-box button:hover {
                color: var(--color-primary);
            }


.faq-accordion {
    border-top: 1px solid var(--color-border);
    --bs-accordion-border-width: 0;
}

    .faq-accordion .faq-item .faq-header {
        border-bottom: 1px solid var(--color-border);
        position: relative;
    }

    .faq-accordion .faq-item .faq-content {
        border: 0;
        padding: 21px 0 32px;
    }

    .faq-accordion .faq-item .faq-header .faq-button {
        padding: 13px 0 10px 0;
        color: var(--color-heading);
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        cursor: pointer;
        background-color: transparent;
        border: 0;
        margin: 0;
        text-align: left;
        outline: none;
        box-shadow: none;
    }

        .faq-accordion .faq-item .faq-header .faq-button .faq-active::before {
            content: "";
            display: block;
            height: 3px;
            width: 0;
            background: var(--color-body-text);
            position: absolute;
            top: -1px;
            left: 0;
            transition: all 1s;
        }

        .faq-accordion .faq-item .faq-header .faq-button:not(.collapsed) .faq-active::before {
            width: 200px;
        }

/* =========================================================
   PushToBuy — Général
   ========================================================= */

.pushtobuy-content {
    padding-top: 40px;
    padding-bottom: 50px;
    background-image: url('../../../img/pushtobuy/background-blue-wave.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .pushtobuy-content .pushtobuy-title {
        font-size: 2rem;
        color: #ffffff;
        font-family: var(--font-family-primary);
        font-weight: 700;
        display: block;
        text-transform: uppercase;
    }

    .pushtobuy-content .pushtobuy-txt {
        font-size: 1.4rem;
        color: #ffffff;
        font-family: var(--font-family-primary);
        font-weight: 600;
    }

/* =========================================================
   PushToBuy — Items
   ========================================================= */

.pushtobuy-default-item-content {
    padding: 10px;
}

    .pushtobuy-default-item-content .pushtobuy-default-item {
        background-color: var(--bg-item-primary);
        border-radius: 10px;
        padding: 10px;
        height: 100%;
        border: 1px solid #e2e2e2;
        box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
    }

        .pushtobuy-default-item-content .pushtobuy-default-item .title-box {
            font-size: 1.4rem;
            font-weight: 700;
            color: #222222;
            line-height: 2.1;
            text-transform: uppercase;
            padding: 10px 5px 10px 5px;
            border-bottom: 1px solid #e2e2e2;
        }

        .pushtobuy-default-item-content .pushtobuy-default-item .text-box {
            color: #666666;
            padding: 10px;
            height: 180px;
        }

        .pushtobuy-default-item-content .pushtobuy-default-item .btn-action {
            border: none;
            height: 40px;
            font-size: 1.3rem;
            font-weight: 700;
            margin: 5px;
            white-space: normal;
            border-radius: 40px;
            padding: 0 20px;
        }

            .pushtobuy-default-item-content .pushtobuy-default-item .btn-action:focus {
                outline: 0;
                box-shadow: none;
            }

            .pushtobuy-default-item-content .pushtobuy-default-item .btn-action.btn-color {
                color: #fff;
                background-color: #000;
            }

                .pushtobuy-default-item-content .pushtobuy-default-item .btn-action.btn-color:hover {
                    color: #fff;
                    background-color: var(--color-default);
                }
/* =========================================================
   ChatBot — Variables
   ========================================================= */

:root {
    --chatbot-color-bot-bg:          #43810E;                /* bulle bot */
    --chatbot-color-bot-text:        #ffffff;                /* texte bulle bot */
    --chatbot-color-bot-link:        #d4f7a0;                /* liens dans bulle bot */
    --chatbot-color-error-bg:        #c0392b;                /* bulle erreur */
    --chatbot-color-user-bg:         #f0f0f0;                /* bulle user */
    --chatbot-color-user-text:       #222222;                /* texte bulle user + header */
    --chatbot-color-danger:          #e53e3e;                /* enregistrement, boutons danger */
    --chatbot-color-danger-hover:    #c53030;
    --chatbot-color-active:          #59b210;                /* icône fichiers actif + badge */
    --chatbot-color-border:          #e2e2e2;
    --chatbot-radius-box:            10px;
    --chatbot-radius-bubble:         14px;
}

/* =========================================================
   ChatBot — Conteneur bot
   ========================================================= */

.chat-bot-content {
    padding: 10px 0;
    height: 700px; /* mobile — cols empilées — height explicite pour que .chat-bot-box { height:100% } résolve */
}

    .chat-bot-box {
        background-color: var(--bg-item-primary);
        border-radius: var(--chatbot-radius-box);
        padding: 10px;
        height: 100%;
        border: 1px solid var(--chatbot-color-border);
        box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
        display: flex;
        flex-direction: column;
    }

        .chat-bot-box .btn-transparent {
            background: transparent;
            border: none;
        }

/* =========================================================
   Bot — Header
   ========================================================= */

        .chat-bot-box .chat-bot-header-box {
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--chatbot-color-user-text);
            line-height: 2.1;
            text-transform: uppercase;
            padding: 10px 5px 10px 5px;
            border-bottom: 1px solid var(--chatbot-color-border);
        }

            .chat-bot-box .chat-bot-header-box .bot-header-ico img {
                border-radius: 25%;
                height: 30px;
            }

            .chat-bot-box .chat-bot-header-box .bot-header-text {
                padding-left: 10px;
            }

/* =========================================================
   Bot — Zone messages
   ========================================================= */

        .chat-bot-box .chat-bot-content-box {
            overflow-y: auto;
            padding: 12px 8px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            flex: 1;
            min-height: 0;
            position: relative;
            isolation: isolate;
        }

            .chat-bot-box .chat-bot-content-box::before {
                content: '';
                position: absolute;
                inset: 0;
                background-image: url('../../../Img/chatbot/ai-robot-chat.webp');
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                opacity: 0.15;
                pointer-events: none;
                z-index: -1;
            }

/* =========================================================
   Bot — Bulles messages
   ========================================================= */

        /* Ligne bot = avatar + bulle */
        .chat-bot-box .chat-msg-row {
            display: flex;
            align-items: flex-end;
            gap: 8px;
        }

        .chat-bot-box .chat-bot-avatar {
            flex-shrink: 0;
            border-radius: 50%;
        }

        .chat-bot-box .chat-msg {
            max-width: 80%;
            padding: 10px 14px;
            border-radius: var(--chatbot-radius-bubble);
            font-size: 1.4rem;
            line-height: 1.5;
            word-break: break-word;
        }

        .chat-bot-box .chat-msg-bot {
            align-self: flex-start;
            background-color: var(--chatbot-color-bot-bg);
            color: var(--chatbot-color-bot-text);
            border-bottom-left-radius: 4px;
        }

        .chat-bot-box .chat-msg-bot.chat-msg-error {
            background-color: var(--chatbot-color-error-bg);
        }

        .chat-bot-box .chat-msg-user {
            align-self: flex-end;
            background-color: var(--chatbot-color-user-bg);
            color: var(--chatbot-color-user-text);
            border-bottom-right-radius: 4px;
        }

        /* Fichiers joints dans la bulle user */
        .chat-bot-box .chat-msg-attach {
            margin-top: 6px;
            display: flex;
            flex-wrap: wrap;
            gap: 4px;
        }

        .chat-bot-box .chat-attach-badge {
            display: inline-block;
            background-color: #ddd;
            color: #444;
            font-size: 1.1rem;
            padding: 2px 8px;
            border-radius: 20px;
        }

/* =========================================================
   Bot — Typing indicator (3 points animés)
   ========================================================= */

        .chat-bot-box .chat-typing {
            display: flex;
            align-items: center;
            gap: 5px;
            padding: 12px 16px;
        }

            .chat-bot-box .chat-typing span {
                display: inline-block;
                width: 8px;
                height: 8px;
                background-color: rgba(255, 255, 255, 0.7);
                border-radius: 50%;
                animation: chatDot 1.2s infinite ease-in-out;
            }

                .chat-bot-box .chat-typing span:nth-child(2) { animation-delay: 0.2s; }
                .chat-bot-box .chat-typing span:nth-child(3) { animation-delay: 0.4s; }

/* =========================================================
   Bot — Preview fichiers joints (write-box)
   ========================================================= */

        .chat-bot-box .chat-upload-preview {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 6px;
            padding: 6px 8px;
            border-bottom: 1px solid var(--chatbot-color-border);
            position: relative;
        }

        .chat-bot-box .chat-upload-item {
            position: relative;
        }

        .chat-bot-box .chat-upload-img {
            width: 48px;
            height: 48px;
            object-fit: cover;
            border-radius: 6px;
            border: 1px solid #ddd;
        }

        .chat-bot-box .chat-upload-name {
            display: inline-block;
            background-color: var(--chatbot-color-user-bg);
            color: #444;
            font-size: 1.1rem;
            padding: 4px 10px;
            border-radius: 20px;
            max-width: 140px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .chat-bot-box .chat-upload-clear {
            background-color: var(--chatbot-color-danger);
            border: none;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            font-size: 1.4rem;
            line-height: 1;
            cursor: pointer;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: auto;
            flex-shrink: 0;
        }

            .chat-bot-box .chat-upload-clear:hover {
                background-color: var(--chatbot-color-danger-hover);
            }

/* =========================================================
   Bot — Write box (saisie)
   ========================================================= */

        .chat-bot-box .chat-bot-write-box {
            width: 100%;
            padding: 10px;
            border: 1px solid var(--chatbot-color-border);
            box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
        }

            .chat-bot-box .chat-bot-write-box .btn-box {
                position: relative;
                padding: 16px 8px;
            }

            .chat-bot-box .chat-bot-write-box textarea {
                font-size: 16px;
                resize: none;
                height: 56px;
                direction: ltr;
                text-align: left;
                border: none;
                width: 100%;
                padding-top: 15px;
            }

                .chat-bot-box .chat-bot-write-box textarea::placeholder,
                .chat-bot-box .chat-bot-write-box textarea::-webkit-input-placeholder,
                .chat-bot-box .chat-bot-write-box textarea:-moz-placeholder,
                .chat-bot-box .chat-bot-write-box textarea::-moz-placeholder,
                .chat-bot-box .chat-bot-write-box textarea:-ms-input-placeholder {
                    padding-top: 2px;
                    font-size: 1.2rem;
                    text-transform: uppercase;
                    font-weight: 700;
                    color: #a1a1a1;
                }

                .chat-bot-box .chat-bot-write-box textarea:focus {
                    outline: none;
                    border: none;
                }

            /* Bouton micro — état recording */
            .chat-bot-box .chat-bot-write-box .btn-voice.is-recording svg {
                stroke: var(--chatbot-color-danger);
                animation: chatPulse 1s infinite;
            }

            /* Bouton fichiers — a des fichiers */
            .chat-bot-box .chat-bot-write-box .btn-files.has-files svg {
                stroke: var(--chatbot-color-active);
            }

            /* Bouton submit — visuellement inactif quand disabled */
            .chat-bot-box .chat-bot-write-box button[name='btnChatBotSubmit']:disabled {
                opacity: 0.35;
                cursor: not-allowed;
            }

            /* Badge count fichiers */
            .chat-bot-box .chat-bot-write-box .btn-files[data-file-count]::after {
                content: attr(data-file-count);
                position: absolute;
                top: 10px;
                right: 4px;
                background-color: var(--chatbot-color-active);
                color: #fff;
                font-size: 1rem;
                font-weight: 700;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

/* =========================================================
   Bot — Recording bar
   ========================================================= */

        .chat-bot-box .chat-rec-bar {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 14px;
        }

        .chat-bot-box .chat-rec-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: var(--chatbot-color-danger);
            flex-shrink: 0;
            animation: chatPulse 1s infinite;
        }

        .chat-bot-box .chat-rec-timer {
            font-size: 1.5rem;
            font-weight: 600;
            color: #333;
            flex-grow: 1;
        }

        .chat-bot-box .chat-rec-cancel {
            background-color: var(--chatbot-color-danger);
            border: none;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            font-size: 1.4rem;
            line-height: 1;
            cursor: pointer;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            padding: 0;
        }

            .chat-bot-box .chat-rec-cancel:hover {
                background-color: var(--chatbot-color-danger-hover);
            }

/* =========================================================
   Responsive — hauteur bot
   ========================================================= */

@media (max-width: 991px) {
    /* Cols empilées — chatbot en dessous du PushToBuy */
    .chat-bot-content {
        margin-top: 20px;
    }
}
@media (min-width: 992px) {
    /* Cols côte à côte — Bootstrap .row est déjà flex, .col-lg-5 a une hauteur définie
       height: 100% résout directement sur le col étiré */
    .chat-bot-content {
        height: 100%;
        min-height: 600px;
    }
}

/* =========================================================
   Animations
   ========================================================= */

@keyframes chatDot {
    0%, 80%, 100% { transform: scale(0.7); opacity: 0.5; }
    40%            { transform: scale(1);   opacity: 1;   }
}

@keyframes chatPulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.4; }
}

/* =========================================================
   Mode Markdown — .chat-bot-msg-md
   ========================================================= */

.chat-bot-box .chat-bot-msg-md .chat-hr {
    margin: 10px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
}

.chat-bot-box .chat-bot-msg-md .chat-msg-bot {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.chat-bot-box .chat-bot-msg-md .chat-product-block {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;          /* texte seul = pleine largeur */
    padding: 8px 0;
}

.chat-bot-box .chat-bot-msg-md .chat-product-block.has-img {
    flex: 1 1 calc(50% - 5px); /* card avec image = 2 colonnes */
    min-width: 140px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
}

.chat-bot-box .chat-bot-msg-md .chat-msg-img {
    display: block;
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 10px auto;
    border-radius: var(--border-radius-product-image);
    border: 1px solid var(--color-product-border);
}

.chat-bot-box .chat-bot-msg-md .chat-msg-bot a {
    color: var(--chatbot-color-bot-link);
    text-decoration: underline;
    word-break: break-all;
}

    .chat-bot-box .chat-bot-msg-md .chat-msg-bot a:hover {
        color: var(--chatbot-color-bot-text);
    }

/* =========================================================
   Mode HTML — .chat-bot-msg-html
   ========================================================= */

.chat-bot-box .chat-bot-msg-html .chat-msg-img {
    display: block;
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 10px auto;
    border-radius: var(--border-radius-product-image);
    border: 1px solid var(--color-product-border);
}

.chat-bot-box .chat-bot-msg-html .chat-msg-bot a {
    color: var(--chatbot-color-bot-link);
    text-decoration: underline;
    word-break: break-all;
    padding: 3px 0;
}

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot a:hover {
        color: var(--chatbot-color-bot-text);
    }

.chat-bot-box .chat-bot-msg-html .chat-msg-bot {
    font-size: 1.4rem;
    font-weight: 500;
}

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot .item-card {
        margin-top: 20px;
        padding: 10px;
        border-radius: 10px;
    }

        .chat-bot-box .chat-bot-msg-html .chat-msg-bot .item-card img {
            display: block;
            width: 100%;
            height: auto;
            border-radius: var(--border-radius-product-image);
        }

        .chat-bot-box .chat-bot-msg-html .chat-msg-bot .item-card .item-card-title {
            padding: 5px 0;
            font-weight: bold;
        }

        .chat-bot-box .chat-bot-msg-html .chat-msg-bot .item-card .item-card-desc {
            padding: 5px 0;
        }

        .chat-bot-box .chat-bot-msg-html .chat-msg-bot .item-card .item-card-price {
            padding: 5px 0;
            font-weight: 700;
        }


    .chat-bot-box .chat-bot-msg-html .chat-msg-bot hr {
        margin: 10px 0;
        border-top: 2px solid rgba(255, 255, 255, 0.5);
    }

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot p {
        margin: 3px 0;
    }

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot ul,
    .chat-bot-box .chat-bot-msg-html .chat-msg-bot ol {
        margin-top: 20px;
        margin-bottom: 0;
        padding-left: 18px;
    }

        .chat-bot-box .chat-bot-msg-html .chat-msg-bot ul li,
        .chat-bot-box .chat-bot-msg-html .chat-msg-bot ol li {
            margin-top: 10px;
            margin-bottom: 10px;
        }

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table {
        margin-top: 20px;
        width: 100%;
        border-collapse: collapse;
    }

        .chat-bot-box .chat-bot-msg-html .chat-msg-bot table th,
        .chat-bot-box .chat-bot-msg-html .chat-msg-bot table td {
            padding: 5px;
            border: 1px solid rgba(255, 255, 255, 0.25);
            text-align: left;
        }

        .chat-bot-box .chat-bot-msg-html .chat-msg-bot table th {
            background-color: rgba(255, 255, 255, 0.1);
            font-weight: 700;
            font-size: 1.4rem;
        }

        .chat-bot-box .chat-bot-msg-html .chat-msg-bot table th:last-child,
        .chat-bot-box .chat-bot-msg-html .chat-msg-bot table td:last-child {
            text-align: right;
        }

/* =========================================================
   Mode HTML — Item-Card Light (.item-card-light)
   ========================================================= */

.chat-bot-box .chat-bot-msg-html .chat-msg-bot .item-card-light {
    margin-top: 10px;
    padding: 5px 0;
}

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot .item-card-light .item-card-title {
        padding: 5px 0;
        font-weight: bold;
    }

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot .item-card-light .item-card-desc {
        padding: 5px 0;
    }

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot .item-card-light .item-card-price {
        padding: 5px 0;
        font-weight: 700;
    }

/* =========================================================
   Mode HTML — ProductList (.product-list)
   ========================================================= */

.chat-bot-box .chat-bot-msg-html .chat-msg-bot table.product-list {
    margin-top: 10px;
    border-collapse: collapse;
    font-size: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: var(--chatbot-radius-box);
    overflow: hidden;
}

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.product-list th,
    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.product-list td {
        padding: 6px 8px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        vertical-align: middle;
    }

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.product-list th {
        background: none;
        border: none;
        font-size: 1.1rem;
        font-weight: 700;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.6);
        text-align: right;
        white-space: nowrap;
    }

    /* Cellule image */
    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.product-list td:first-child {
        width: 58px;
        padding: 4px;
    }

        .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.product-list td:first-child img {
            width: 50px;
            height: 50px;
            object-fit: cover;
            border-radius: 6px;
            display: block;
            margin: 0;
        }

    /* Cellule nom */
    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.product-list .pl-name {
        display: block;
        font-weight: 700;
        color: var(--chatbot-color-bot-text);
        text-decoration: underline;
    }

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.product-list .pl-variant,
    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.product-list .pl-colors {
        margin: 2px 0 0 0;
        font-size: 1.2rem;
        color: rgba(255, 255, 255, 0.7);
    }

    /* Cellules prix */
    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.product-list .pl-price-unit,
    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.product-list .pl-price-total {
        text-align: right;
        white-space: nowrap;
    }

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.product-list .pl-price-total {
        font-weight: 700;
    }

/* =========================================================
   Mode HTML — Price Breakdown (.price-breakdown)
   ========================================================= */

.chat-bot-box .chat-bot-msg-html .chat-msg-bot table.price-breakdown {
    margin-top: 10px;
    width: 100%;
    border-collapse: collapse;
    font-size: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: var(--chatbot-radius-box);
    overflow: hidden;
}

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.price-breakdown td {
        padding: 6px 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        vertical-align: middle;
    }

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.price-breakdown .pb-product td {
        background: rgba(255, 255, 255, 0.1);
        font-weight: 700;
    }

        .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.price-breakdown .pb-product img {
            display: inline-block;
            width: 32px;
            height: 32px;
            max-width: 32px;
            object-fit: cover;
            border-radius: 4px;
            vertical-align: middle;
            margin-right: 6px;
        }

        .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.price-breakdown .pb-product a {
            word-break: normal;
        }

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.price-breakdown .pb-product small {
        font-size: 1.1rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.65);
        padding-left: 4px;
    }

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.price-breakdown .pb-price {
        text-align: right;
        white-space: nowrap;
    }

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.price-breakdown .pb-total td {
        font-weight: 700;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.price-breakdown .pb-grand-total td {
        color: #f0c040;
    }

    .chat-bot-box .chat-bot-msg-html .chat-msg-bot table.price-breakdown .pb-shipping td {
        border-top: 1px dashed rgba(255, 255, 255, 0.3);
        color: rgba(255, 255, 255, 0.7);
        font-style: italic;
        font-size: 1.2rem;
    }
