/* Shared storefront footer. All rules are scoped to avoid altering page content. */
.site-footer { margin-top: 70px; background: #293a60; color: #d3dcef; font-family: 'Titillium Web', Tahoma, Arial, sans-serif; scroll-margin-top: 24px; }
.site-footer, .site-footer * { box-sizing: border-box; }
.site-footer__inner { max-width: 1440px; margin: 0 auto; padding: 56px 32px 28px; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.site-footer a:focus-visible, .site-footer button:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.site-footer__main { display: grid; grid-template-columns: minmax(220px, .95fr) minmax(0, 2.5fr); gap: 80px; }
.site-footer__brand { min-width: 0; }
.site-footer__logo { display: inline-flex; align-items: center; min-height: 44px; }
.site-footer__logo img { display: block; width: 168px; height: auto; }
.site-footer__intro { margin: 12px 0 24px; font-size: 17px; line-height: 1.6; }
.site-footer__phone { color: #fff; font-size: 20px; line-height: 1.4; font-weight: 600; }
.site-footer__phone .mediahawkNumber4461 a { display: inline-flex !important; align-items: center; min-height: 44px; }
.site-footer__phone a:hover { text-decoration: underline !important; text-underline-offset: 4px; }
.site-footer__email { display: inline-flex; align-items: center; min-height: 36px; font-size: 17px; line-height: 1.4; }
.site-footer__hours { margin: 10px 0 12px; font-size: 13px; line-height: 1.65; }
.site-footer__social { display: flex; gap: 8px; margin-left: -10px; }
.site-footer__social a { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; }
.site-footer__social a:hover { background: #ffffff12; }
.site-footer__navigation { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; padding-top: 10px; }
.site-footer__group { min-width: 0; }
.site-footer h2.site-footer__heading { margin: 0 0 18px; color: #fff; font-size: 17px; line-height: 1.4; font-weight: 700; }
.site-footer__links { margin: 0; padding: 0; list-style: none; }
.site-footer__links li { margin: 0; padding: 0; }
.site-footer__links a { display: inline-flex; align-items: center; min-height: 36px; max-width: 100%; padding: 6px 0; font-size: 16px; line-height: 1.5; }
.site-footer__reassurance { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 36px; padding: 28px 0; border-top: 1px solid #ffffff26; border-bottom: 1px solid #ffffff26; }
.site-footer__partners { display: flex; flex-shrink: 0; align-items: center; gap: 32px; }
.site-footer__partner { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; min-height: 54px; }
.site-footer__partner > span { font-size: 12px; line-height: 1.4; white-space: nowrap; }
.site-footer__partner > span > span { margin-left: 3px; }
.site-footer__trustpilot { display: block; width: 106px; height: auto; }
.site-footer__trees { display: flex; align-items: center; gap: 8px; min-height: 28px; color: #fff; }
.site-footer__trees img { display: block; width: 30px; height: 30px; flex-shrink: 0; }
.site-footer__trees strong { font-size: 18px; font-weight: 600; line-height: 1.15; }
.site-footer__google { display: flex; align-items: center; gap: 16px; color: #fff; font-size: 23px; font-weight: 600; line-height: 1; }
/* Google's badge needs clear space of at least half its height on every side. */
.site-footer__google img { display: block; width: auto; height: 28px; }
.site-footer__partner--google { gap: 16px; }
.site-footer__checkout { display: flex; align-items: center; min-width: 0; }
.site-footer__payments { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.site-footer__payments li { display: flex; align-items: center; justify-content: center; flex: 0 0 48px; width: 48px; height: 30px; }
.site-footer__payments img { display: block; width: 100%; height: 100%; object-fit: contain; }
.site-footer__payments .site-footer__clearpay { flex-basis: 64px; background: #fff; border-radius: 4px; padding: 3px; }
.site-footer__payments .site-footer__amex { background: #fff; border-radius: 4px; padding: 2px; }
.site-footer__legal { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px 48px; padding-top: 24px; font-size: 12px; line-height: 1.7; }
.site-footer__legal p { margin: 0 0 8px; }
.site-footer__legal p:last-child { margin-bottom: 0; }
.site-footer__policies { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 0 24px; }
.site-footer__policies a { display: inline-flex; align-items: center; min-height: 36px; font-size: 13px; white-space: nowrap; }

@media (min-width: 992px) and (max-width: 1199px) {
    .site-footer__main { grid-template-columns: 230px minmax(0, 1fr); gap: 40px; }
    .site-footer__navigation { gap: 24px; }
    .site-footer__links a { font-size: 15px; }
    .site-footer__partners { gap: 24px; }
}

@media (max-width: 991px) {
    .site-footer__inner { padding: 44px 24px 24px; }
    .site-footer__main { grid-template-columns: minmax(0, 1fr); gap: 36px; }
    .site-footer__brand { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
    .site-footer__intro { margin-bottom: 0; }
    .site-footer__navigation { padding-top: 0; }
    .site-footer__reassurance { flex-wrap: wrap; gap: 28px; }
    .site-footer__partners { gap: 28px; }
    .site-footer__checkout { align-items: flex-start; }
    .site-footer__payments { justify-content: flex-start; }
    .site-footer__legal { flex-direction: column-reverse; gap: 12px; }
    .site-footer__policies { justify-content: flex-start; }
}

@media (max-width: 767px) {
    .site-footer { margin-top: 48px; }
    .site-footer__inner { padding: 32px 18px 24px; }
    .site-footer__main { gap: 24px; }
    .site-footer__brand { display: block; }
    .site-footer__logo img { width: 150px; }
    .site-footer__intro { margin: 8px 0 18px; font-size: 16px; }
    .site-footer__email { min-height: 44px; }
    .site-footer__hours { margin-top: 6px; }
    .site-footer__social { margin-top: 6px; }
    .site-footer__navigation { display: block; border-top: 1px solid #ffffff26; }
    .site-footer__group { padding: 16px 0; border-bottom: 1px solid #ffffff26; }
    .site-footer h2.site-footer__heading { margin: 0; font-size: 17px; }
    .site-footer__heading button { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; min-height: 48px; margin: -12px 0; padding: 12px 0; border: 0; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; }
    .site-footer__heading button::after { content: ''; flex: 0 0 8px; width: 8px; height: 8px; margin-right: 4px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
    .site-footer__heading button[aria-expanded="true"]::after { transform: rotate(225deg); }
    .site-footer__links { margin-top: 14px; }
    .site-footer__links[hidden] { display: none; }
    .site-footer__links a { min-height: 44px; padding: 10px 0; font-size: 16px; }
    .site-footer__reassurance { margin-top: 0; border-top: 0; padding: 28px 0; gap: 28px; }
    .site-footer__partners { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 12px; width: 100%; }
    .site-footer__partner { align-items: center; justify-content: flex-start; gap: 14px; min-width: 0; text-align: center; }
    .site-footer__partner > span { font-size: 11px; line-height: 1.5; white-space: normal; }
    .site-footer__partner > span > span { display: none; }
    .site-footer__trustpilot { max-width: 100%; height: 28px; object-fit: contain; }
    .site-footer__trees { gap: 6px; height: 28px; text-align: left; }
    .site-footer__trees img { width: 24px; height: 24px; }
    .site-footer__trees strong { max-width: 49px; font-size: 14px; line-height: 1; }
    .site-footer__google { height: 28px; gap: 12px; font-size: 18px; }
    .site-footer__google img { width: auto; height: 22px; }
    .site-footer__checkout { width: 100%; }
    .site-footer__payments { display: grid; grid-template-columns: repeat(10, minmax(0, 23px)); justify-content: center; gap: 8px 6px; width: 100%; }
    .site-footer__payments li { grid-column: span 2; width: 100%; height: auto; aspect-ratio: 38 / 24; }
    .site-footer__payments li:nth-child(6) { grid-column: 2 / span 2; }
    .site-footer__payments .site-footer__clearpay { padding: 2px; }
    .site-footer__legal { padding-top: 18px; }
    .site-footer__policies { gap: 0 22px; }
    .site-footer__policies a { min-height: 44px; }
}

@media (prefers-reduced-motion: no-preference) {
    .site-footer a { transition: color .15s, background-color .15s; }
}
