.mega-nav.mega-nav--overlay {
  background: #fff !important;
}

.text-white, .text-white h2, .text-white h1{
  color: #fff !important;
}

.d-none {
  display: none !important;
}
.carousel__controls ul li button{ 
  background-color: #FEA8C3 !important; 
  color: #FFFF !important 
}

.carousel__controls--brands ul li button{ 
  background-color: #FEA8C3 !important; 
  color: #FFFF !important 
}

.footer-brand {
  text-align: center;
  margin-bottom: 25px;
}

.footer__body {
  justify-content: space-between;
}

/* Desktop */
@media (min-width: 1024px) {
  .footer__body {
    align-items: flex-start;
  }

  .footer__body .col-4\@lg {
    max-width: 300px;
    margin-left: 40px;
    padding-left: 0;
    transform: translateY(-5px);
  }

  .footer__body .col-4\@lg img {
    max-width: 180px;
  }
}

/* Tablet + mobiel */
@media (max-width: 1023px) {
  .footer__body .col-4\@lg img {
    max-width: 200px;
    width: 60%;
    height: auto;
  }
}

  .footer-brand {
    margin-bottom: 30px;
  }

.counter.counter--cart {
background-color: #FEA8C3 !important; 
}

#gift-cards-page .giftcard-submit-button{
  background-color: #FEA8C3 !important; 
  border: none !important;
}

.page-cadeaubon .gui-align-center .gui-small breadcrumbs{
  display: none !important;
}

.footer-credit-link {
  color: inherit;
  text-decoration: none;
  transition: all .2s ease;
}

.footer-credit-link:hover {
  color: #f8d4df;
}