/** Shopify CDN: Minification failed

Line 933:9 Unexpected "{"
Line 933:18 Expected ":"
Line 938:9 Unexpected "{"
Line 938:18 Expected ":"
Line 944:9 Unexpected "{"
Line 944:18 Expected ":"
Line 950:9 Unexpected "{"
Line 950:18 Expected ":"
Line 955:9 Unexpected "{"
Line 955:18 Expected ":"
... and 16 more hidden warnings

**/
.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.footer:not(.color-background-1) {
  border-top: none;
}

.footer__content-top {
  padding-bottom: 5rem;
  display: block;
}

@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
  }

  .footer-block.grid__item {
    padding: 0;
    margin: 4rem 0;
    width: 100%;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }

  .footer__content-top {
    padding-bottom: 3rem;
    padding-left: calc(4rem / var(--font-body-scale));
    padding-right: calc(4rem / var(--font-body-scale));
  }
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
  }
}

.footer__content-bottom {
  border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
  padding-top: 3rem;
}

.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }

  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
    justify-content: center;
  }
}

.footer__localization:empty + .footer__column--info {
  align-items: center;
}

@media screen and (max-width: 749px) {
  .footer__localization:empty + .footer__column {
    padding-top: 1.5rem;
  }
}

.footer__column {
  width: 100%;
  align-items: flex-end;
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
  }
}

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}

.footer-block:empty {
  display: none;
}

.footer-block--newsletter {
  display: flex;
 
  gap: 1rem;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.footer-block__heading {
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
  text-align:left;
}

@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__follow-on-shop {
  display: flex;
  text-align: center;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}

.footer-block__newsletter {
  text-align: center;
  flex-grow: 1;
}

.newsletter-form__field-wrapper {
  max-width: 36rem;
}

@media screen and (min-width: 750px) {
  /* Pushes other components to the right of the flexbox */
  .footer-block__newsletter:not(:only-child) {
    text-align: left;
    margin-right: auto;
  }

  .footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: flex-start;
    margin: 0;
  }

  .footer-block__newsletter:not(:only-child) .newsletter-form__message--success {
    left: auto;
  }

  .footer__follow-on-shop {
    margin-bottom: 0.4rem;
  }
  /* Follow on shop is the first button but it has siblings*/
  .footer__follow-on-shop:first-child:not(:last-child) {
    justify-content: flex-start;
    margin-right: auto;
    text-align: left;
  }

  /*
    All three components are present, email, Follow on Shop, and social icons.
    Moves the FoS button next to the social icons so they appear grouped together
  */
  .footer__follow-on-shop:not(:first-child):not(:last-child) {
    justify-content: flex-end;
    text-align: right;
  }
}

@media screen and (max-width: 749px) {
  /*
    On a small screen we want all the items to be centered
    because they will be stacked.
   */
  .footer-block--newsletter {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    align-items: center;
    gap: 3rem;
  }

  .footer__list-social.list-social,
  .footer__follow-on-shop,
  .footer-block__newsletter {
    display: flex;
    justify-content: center;
  }

  .footer-block__newsletter {
    flex-direction: column;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__newsletter + .footer__list-social {
    margin-top: 0;
  }
}

.footer__localization {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}

.footer__localization:empty {
  display: none;
}

.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (min-width: 750px) {
  .footer__localization {
    padding: 0.4rem 0;
    justify-content: flex-start;
  }

  .footer__localization h2 {
    margin: 1rem 0 0;
  }
}

@media screen and (max-width: 989px) {
  .footer__localization noscript {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .footer__payment {
    margin-top: 1.5rem;
  }
}

.footer__content-bottom-wrapper--center {
  justify-content: center;
}

.footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
    text-align: right;
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.footer-block__details-content {
  margin-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }

  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
  }

  .footer-block:only-child li {
    display: inline;
  }

  .footer-block__details-content > li:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgba(var(--color-foreground), 0.75);
}

.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link:hover,
  .copyright__content a:hover {
    color: rgb(var(--color-foreground));
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }

  .footer-block__details-content .list-menu__item--active:hover {
    text-decoration-thickness: 0.2rem;
  }
}

@media screen and (max-width: 989px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.4rem;
  }

  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
  }
}

.footer-block-image {
  display: flex;
}

.footer-block-image.left {
  justify-content: flex-start;
}

.footer-block-image.center {
  justify-content: center;
}

.footer-block-image.right {
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {
  .footer-block-image,
  .footer-block-image.left,
  .footer-block-image.center,
  .footer-block-image.right {
    justify-content: center;
  }
}

.footer-block__image-wrapper {
  margin-bottom: 2rem;
  overflow: hidden !important;
}

.footer-block__image-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.footer-block__brand-info {
  text-align: left;
}

.footer-block:only-child .footer-block__brand-info {
  text-align: center;
}

.footer-block:only-child > .footer-block__brand-info > .footer-block__image-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.footer-block-image > img,
.footer-block__brand-info > img {
  height: auto;
}

.footer-block:only-child .footer-block__brand-info .footer__list-social.list-social {
  justify-content: center;
}

.footer-block__brand-info .footer__list-social.list-social {
  justify-content: flex-start;
  margin-left: -1.3rem;
  margin-right: -1.3rem;
}

.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.copyright__content {
  font-size: 1.1rem;
}

.copyright__content a {
  color: currentColor;
  text-decoration: none;
}

.policies {
  display: inline;
}

.policies li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.policies li::before {
  content: '\00B7';
  padding: 0 0.8rem;
}

.policies li a {
  padding: 0.6rem 0;
  display: block;
}

@media screen and (min-width: 750px) {
  .policies li a {
    padding: 0;
  }
}
@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (max-width: 749px) {
    .footer .grid {
      margin-left: 0;
    }
  }

  @media screen and (min-width: 750px) {
    .footer__content-top .grid {
      margin-left: -3rem;
    }

    .footer__content-top .grid__item {
      padding-left: 3rem;
    }
  }
}



/* ========================= */
/* Newsletter blok La Mer look */
/* ========================= */
.footer-newsletter-block {
  text-align: left;
  max-width: 360px;
}

.footer-newsletter__title {
  font-family: "Times New Roman", serif; /* Luxe serif font */
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.footer-newsletter__subtitle {
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(var(--color-foreground), 0.75);
  margin-bottom: 1.5rem;
}

.footer-newsletter__form {
  display: flex;
  align-items: center;
  max-width: 320px;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.25);
  padding-bottom: 0.4rem;
}

.footer-newsletter__input {
  border: none;
  flex: 1;
  font-size: 1.4rem;
  padding: 0.6rem 0;
  background: transparent;
  outline: none;
}

.footer-newsletter__button {
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: rgb(var(--color-foreground));
  transition: transform 0.2s ease;
}

.footer-newsletter__button:hover {
  transform: translateX(3px);
}

.footer-newsletter__legal {
  font-size: 1.2rem;
  margin-top: 1rem;
  color: rgba(var(--color-foreground), 0.55);
}

.footer-newsletter__legal a {
  color: inherit;
  text-decoration: underline;
}



/***** === LA MER FOOTER LAYOUT OVERRIDES (plaats onderaan) === *****/

/* 1) Bovenste rij = 4-koloms grid: [Nieuwsbrief] [Kolom1] [Kolom2] [Kolom3] */
.footer__content-top.page-width{
  display: grid !important;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;   /* verhouding links/rechts */
  column-gap: clamp(28px, 4vw, 64px);
  row-gap: 0;
  align-items: start;
  max-width: 1240px;            /* optioneel centreren + breedte */
  margin: 0 auto;
  padding-left: clamp(24px, 4vw, 56px);
  padding-right: clamp(24px, 4vw, 56px);
}

/* Nieuwsbrief links; blokken-wrapper beslaat de 3 rechter kolommen */
.footer-block--newsletter{
  grid-column: 1 / 2 !important;
  display: block !important;       /* verbreek oude flex-styling */
  margin: 0;
}
.footer__blocks-wrapper{
  grid-column: 2 / 5 !important;   /* 3 rechter kolommen */
  display: grid !important;
  grid-template-columns: repeat(3, minmax(200px,1fr));
  column-gap: clamp(24px, 3vw, 56px);
}

/* 2) Typografie & uitlijning: rechts netjes lijsten */
.footer-block{ min-width: 0; }
.footer-block.footer-block--menu,
.footer-block__details-content{ text-align: right; }
.footer-block__heading{
  text-align: right;
  margin: 0 0 10px 0;
  font-weight: 600;
  letter-spacing: .02em;
}

/* 3) Newsletter – “Be first” stijl */
.footer-newsletter-block,
.footer-block--newsletter{ text-align: left; max-width: 420px; }
.footer-newsletter-title{
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(26px, 3.2vw, 40px);
  letter-spacing: .02em;
  margin: 0 0 .6rem 0;
}
.footer-newsletter-sub{
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(var(--color-foreground), .75);
  margin: 0 0 1.4rem 0;
  max-width: 36ch;
}
.footer-newsletter-form{
  display: flex;
  align-items: center;
  max-width: 320px;
  border-bottom: 1px solid rgba(var(--color-foreground), .25);
  padding-bottom: .4rem;
}
.footer-newsletter-input{
  flex: 1; border: 0; background: transparent; outline: none;
  font-size: 1.4rem; padding: .6rem 0;
}
.footer-newsletter-button{
  border: 0; background: none; cursor: pointer;
  font-size: 1.6rem; line-height: 1;
  color: rgb(var(--color-foreground));
  transform: translateX(0); transition: transform .2s ease;
}
.footer-newsletter-button:hover{ transform: translateX(3px); }
.footer-newsletter-legal{
  font-size: 1.2rem; margin-top: 1rem; color: rgba(var(--color-foreground), .55);
}
.footer-newsletter-legal a{ color: inherit; text-decoration: underline; }

/* verberg Dawn’s label naast het inputveld op desktop */
@media (min-width: 750px){
  .footer-block__newsletter .field__label{
    position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0);
  }
}

/* 4) Mobiel – stapelen + accordeon (kolommen links uitlijnen) */
@media (max-width: 989px){
  .footer__content-top.page-width{
    grid-template-columns: 1fr !important;
    row-gap: 20px;
    padding-left: 20px; padding-right: 20px;
  }
  .footer-block--newsletter{ grid-column: auto; max-width: none; }
  .footer__blocks-wrapper{
    grid-column: auto !important;
    grid-template-columns: 1fr !important;
    column-gap: 0; row-gap: 12px;
  }
  .footer-block__heading,
  .footer-block.footer-block--menu,
  .footer-block__details-content{ text-align: left; }
}

/* 5) Iets meer ruimte tussen items in kolommen */
.footer-block__details-content li + li{ margin-top: .35rem; }

/* 6) Onderrand sectie iets luchtiger */
.footer__content-bottom{ padding-top: 3.6rem; }



/***** === LA MER FOOTER LAYOUT — FIXES === *****/

/* 1) Bovenste rij wordt een 4-koloms grid:
      [ Nieuwsbrief ] [ Kolom 1 ] [ Kolom 2 ] [ Kolom 3 ]  */
.footer__content-top.page-width{
  display: grid !important;
  grid-template-columns: minmax(420px, 1.4fr) 1fr 1fr 1fr; /* links ruimer */
  column-gap: clamp(28px, 4vw, 64px);
  row-gap: 0;
  align-items: start;
  max-width: 1240px;                 /* centreren + breedte */
  margin: 0 auto;
  padding-left: clamp(24px, 4vw, 56px);
  padding-right: clamp(24px, 4vw, 56px);
}

/* Plaats newsletter linksboven (rij 1 kolom 1) */
.footer-block--newsletter{
  grid-column: 1 / 2 !important;
  grid-row: 1 !important;
  display: block !important;        /* verbreek oude flex-styling */
  margin: 0 !important;
}

/* Menu-blokken in de 3 rechter kolommen (rij 1 kolommen 2–4) */
.footer__blocks-wrapper{
  grid-column: 2 / 5 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(240px,1fr)); /* geef min-breedte */
  column-gap: clamp(24px, 3vw, 56px);
}

/* Laat elk footer-block de kolombreedte benutten */
.footer__blocks-wrapper > .grid__item{
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
}

/* 2) Typografie / uitlijning voor de drie kolommen rechts */
.footer-block__heading{
  text-align: right;
  margin: 0 0 10px 0;
  font-weight: 600;
  letter-spacing: .02em;
}
.footer-block.footer-block--menu,
.footer-block__details-content{ text-align: right; }

/* Maak de links iets groter & luchtiger */
.footer-block__details-content .list-menu__item--link{
  font-size: 1.6rem;
  line-height: 1.7;
}
.footer-block__details-content li + li{ margin-top: .35rem; }

/* 3) Newsletter – “Be First”-look met het bestaande Dawn-formulier */
.footer-block__newsletter .footer-block__heading.inline-richtext{
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: clamp(32px, 4vw, 48px);
  margin: 0 0 .6rem 0;
}
.footer-block__newsletter .rte p{
  max-width: 40ch;
  color: rgba(var(--color-foreground), .75);
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0 0 1.2rem 0;
}

/* Stijl het bestaande input+button blok */
.footer-block__newsletter .newsletter-form__field-wrapper .field{
  display: flex;
  align-items: center;
  gap: .6rem;
  border-bottom: 1px solid rgba(var(--color-foreground), .3);
  max-width: 360px;
  padding-bottom: .4rem;
}
.footer-block__newsletter .field__input{
  flex: 1;
  border: 0;
  background: transparent;
  outline: none;
  padding: .6rem 0;
  font-size: 1.5rem;
}
.footer-block__newsletter .field__button{
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  transform: translateX(0);
  transition: transform .2s ease;
}
.footer-block__newsletter .field__button:hover{
  transform: translateX(3px);
}
/* label visually hidden op desktop */
@media (min-width: 750px){
  .footer-block__newsletter .field__label{
    position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0);
  }
}

/* 4) Mobiel: stapelen, links uitlijnen en compacte paddings */
@media (max-width: 989px){
  .footer__content-top.page-width{
    grid-template-columns: 1fr !important;
    row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-block--newsletter{ grid-column: auto; grid-row: auto; }
  .footer__blocks-wrapper{
    grid-column: auto !important;
    grid-row: auto !important;
    grid-template-columns: 1fr !important;
    column-gap: 0;
    row-gap: 12px;
  }
  .footer-block__heading,
  .footer-block.footer-block--menu,
  .footer-block__details-content{ text-align: left; }
}



/***** === FIX POSITIES FOOTER === *****/

/* 1) Newsletter altijd helemaal boven in de grid */
.footer-block--newsletter {
  grid-column: 1 / 2 !important;
  grid-row: 1 !important;
  align-self: start !important;   /* forceer bovenaan */
  margin-top: 0 !important;
}

/* 2) Zorg dat de menu kolommen netjes links uitlijnen */
.footer__blocks-wrapper {
  text-align: left !important;
}

.footer__blocks-wrapper .footer-block {
  text-align: left !important;
  align-items: flex-start !important;
}

.footer__blocks-wrapper .footer-block__heading {
  text-align: left !important;
  margin-bottom: 0.8rem;
}

.footer__blocks-wrapper .footer-block__details-content {
  text-align: left !important;
}



/***** === FOOTER SPACING FIX === *****/

/* Verminder de boven-padding van de hele footer */
.footer__content-top {
  padding-top: 2rem !important;   /* stond standaard rond de 5–7rem */
  padding-bottom: 3rem !important;
}

/* Newsletter blok dichter tegen de top */
.footer-block--newsletter {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Headings dichter bij de content */
.footer-block__heading {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;  /* was 2rem */
}

/* Verticale ruimte tussen de kolommen kleiner */
.footer__blocks-wrapper {
  row-gap: 1.5rem !important;
}



/***** === NEWSLETTER POSITION FIX === *****/
.footer__content-top {
  padding-top: 1rem !important;   /* alles dichter naar boven */
  padding-bottom: 3rem !important;
  display: grid !important;
  grid-template-columns: 1fr 2fr; /* links newsletter, rechts menu’s */
  column-gap: 40px;
  align-items: start;             /* bovenkant uitlijnen */
}

.footer-block--newsletter {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  max-width: 360px;               /* mooie breedte */
  padding-left: 20px;             /* ruimte van linkerrand */
}

.footer__blocks-wrapper {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}

.footer__blocks-wrapper .footer-block {
  text-align: left !important;
  margin: 0;
}



/* ==== FOOTER NEWSLETTER – LA MER LOOK ==== */
/* minder top-space in de hele footer-top */
#footer-{{ section.id }} .footer__content-top {
  padding-top: clamp(8px, 1vw, 16px) !important;
}

/* newsletterblok: naar boven, links wat ruimte, compacte spacing */
#footer-{{ section.id }} .footer-block--newsletter{
  margin-top: 0 !important;
  padding-left: clamp(20px, 4vw, 56px);
}

/* titel “BE FIRST” compacter */
#footer-{{ section.id }} .footer-block--newsletter .footer-block__heading{
  margin: 0 0 8px 0 !important;
  line-height: 1.05;
}

/* subtekst vlak onder de titel */
#footer-{{ section.id }} .footer-block__newsletter .newsletter__subheading{
  margin: 0 0 14px 0 !important;
}

/* invoerveld: enkel een onderlijn, La-Mer-achtig */
#footer-{{ section.id }} .footer-block--newsletter .field{
  display: flex; align-items: center; gap: 10px;
}
#footer-{{ section.id }} .footer-block--newsletter .field__input{
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,.18);
  border-radius: 0;
  padding: 6px 0 8px 0;
  min-width: 240px;
}
#footer-{{ section.id }} .footer-block--newsletter .field__input:focus{
  outline: none;
  border-bottom-color: rgba(0,0,0,.45);
}

/* pijlknop “→” als subtiele button rechts van het veld */
#footer-{{ section.id }} .footer-block--newsletter .field__button{
  background: none;
  border: 0;
  padding: 0 0 6px 0;   /* uitlijnen met onderlijn */
}

/* consent/regeltje vlak onder het veld, klein en dicht erop */
#footer-{{ section.id }} .footer-block--newsletter .newsletter-form__field-wrapper{
  margin-top: 10px;
}
#footer-{{ section.id }} .footer-block--newsletter .newsletter-form__message{
  margin-top: 8px;
}

/* kolommen rechts: strak links uitlijnen, geen extra top-marge */
#footer-{{ section.id }} .footer__blocks-wrapper{
  margin-top: 0 !important;
  align-items: start !important;
}
#footer-{{ section.id }} .footer-block{
  text-align: left !important;
}
#footer-{{ section.id }} .footer-block__heading{
  margin-top: 0; margin-bottom: 10px;
}
