/**
 * Trusted Shops Trustbadge
 * @see https://help.etrusted.com/hc/fr/articles/23970876808850
 *
 * Les data-* sur le script peuvent être écrasés par la config dashboard eTrusted.
 * Secours CSS sur le conteneur réel injecté : id="trustbadge-container-…"
 */

#trustedShopsCheckout {
    position: static !important;
}

[id^="trustbadge-container"] {
    left: 0 !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 768px) {
    body.page-product {
        padding-bottom: max(80px, env(safe-area-inset-bottom, 0px));
    }
}
