/* The official EU artwork is displayed whole, in colour and without filters. */
.eu-notice-en { display: none; }
html[lang="en"] .eu-notice-de { display: none; }
html[lang="en"] .eu-notice-en { display: block; }
.eu-notice { color: #284347; }
.eu-notice img { display: block; width: 100%; height: auto; max-width: 794px; margin: 0 auto; }
.eu-notice a { color: inherit; text-decoration: underline; text-underline-offset: 4px; }
.eu-notice a:focus-visible, .eu-notice-disclosure > summary:focus-visible {
    outline: 2px solid #284347; outline-offset: 4px;
}
.eu-notice__links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 20px 0; font-size: 14px; line-height: 1.7; }
.eu-notice-disclosure { margin: 0 0 18px; }
.eu-notice-disclosure > summary { padding: 10px 0; cursor: pointer; font: 500 14px/1.6 'Manrope', sans-serif; color: #284347; text-decoration: underline; text-underline-offset: 4px; }
.eu-notice-disclosure .eu-notice { max-width: 794px; margin: 0 auto; padding-bottom: 8px; }
.cart-page__footer nav { flex-wrap: wrap; }
.page-guarantee .legal-content { max-width: 890px; }
.page-guarantee .legal-content > h1 { font-size: clamp(26px, 4vw, 38px); }
@media (max-width: 600px) {
    .page-guarantee .legal-content { padding-left: 12px; padding-right: 12px; }
}
