section.product-container .product-informations .product-add-to-cart .payments-infos {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5px;
    background-color: white;
    padding: 5px;
}

section.product-container .product-informations .product-add-to-cart .payments-infos .payment {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

section.product-container .product-informations .product-add-to-cart .payments-infos .payment img {
    max-width: 50px;
    width: 100%;
    height: auto;
}

section.product-container .product-informations .product-add-to-cart .payments-infos .payment span {
    color: #2f302f;
    font-family: Archivo;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .grecaptcha-badge {
        visibility: hidden !important;
        opacity: 0;
        display: none;
    }

    /* Bandeau cookie : forcer en bas de page sur mobile (le module force top:0 en dur) */
    #acb-banner.acb-position-top,
    #acb-banner.acb-position-bottom {
        top: auto !important;
        bottom: 0 !important;
    }
}

/* Bandeau cookie : Accepter avant Refuser (le SCSS thème force deny order:1 / accept order:2) */
#acb-banner #acb-action #acb-accept-all-button {
    order: 1 !important;
}

#acb-banner #acb-action #acb-deny-all-button {
    order: 2 !important;
}
