.product-full .french-days-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  background: #fbf0ea;
  color: #12233f;
  line-height: 1.2;
  text-align: center;
}

.product-full .french-days-banner + .row > .col-md-auto > .fw-bold {
  font-size: 2.25rem !important;
}

.product-full .french-days-banner__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 21.6px;
  text-transform: uppercase;
}

.product-full .french-days-banner__brand {
  margin-top: 0.2rem;
  color: var(--color-french-days);
  font-size: 24px;
  font-weight: 700;
  line-height: 21.6px;
}

@media (min-width: 992px) {
  .product-full .french-days-banner + .row > .col-md-auto > .fw-bold {
    font-size: 2rem !important;
  }
}
