.BFCM {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  --CLARINS-FONT: "ClarinsRegular", "Clarins";
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
  --FONT-SIZE: 14px;
  font-family: var(--GOTHAM-BOOK);
  font-size: var(--FONT-SIZE);
  color: #333333;
  --WIDTH: 1600px;
  max-width: var(--WIDTH);
  text-align: center;
  padding-bottom: 75px;
}

#wrapper {
  max-width: 100%;
}

.BFCM * {
  box-sizing: border-box;
}

.BFCM__header {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
}

.BFCM__red-title {
  font-size: 14px;
  line-height: 20px;
  color: #b40024;
  font-family: var(--GOTHAM-MEDIUM);
  letter-spacing: 0.05em;
  margin-top: 35px;
}

.BFCM__main-title {
  font-size: 60px;
  line-height: 45px;
  font-family: var(--CLARINS-FONT);
  margin: 0;
  margin-top: 25px;
  letter-spacing: 0;
  font-weight: normal;
  margin-bottom: 25px;
}

.BFCM__secondary-title {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: normal;
  font-family: var(--GOTHAM-MEDIUM);
  margin: 0;
  margin-top: 40px;
}

.BFCM__paragraph {
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin-top: 15px;
  max-width: 915px;
  width: 100%;
}

.BFCM__shop-item-img {
  max-width: 242px;
  width: 100%;
  overflow: hidden;
}

.BFCM__shop-item-img img {
  width: 100%;
  transition: 0.3s;
  display: block;
}

.BFCM__shop-item:hover .BFCM__shop-item-img img {
  transform: scale(1.1);
}

.BFCM__shop-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
}

.BFCM__shop-container p {
  line-height: 20px;
  letter-spacing: 0.02em;
  margin: 0;
  font-family: var(--GOTHAM-MEDIUM);
  color: #333333;
}

.BFCM__shop-item {
  text-decoration: none;
  margin: 0 25px;
}

.BFCM__shop-item p:first-of-type {
  font-size: 27px;
  margin-top: 20px;
}

.BFCM__shop-item p:nth-of-type(2) {
  font-size: 12px;
  text-decoration: underline;
  margin-top: 10px;
}

.BFCM__shop-item:hover p:nth-of-type(2) {
  text-decoration: none;
}

.BFCM br[mobile] {
  display: none;
}

@media screen and (max-width: 767px) {
  .BFCM br[desktop] {
    display: none;
  }

  .BFCM br[mobile] {
    display: block;
  }

  .BFCM__main-title {
    font-size: 40px;
    line-height: 40px;
  }

  .BFCM__shop-container {
    flex-direction: column;
    margin-top: 25px;
  }

  .BFCM__shop-item {
    margin: 0 auto;
    margin-top: 25px;
  }

  .BFCM {
    padding-bottom: 100px;
  }

  .BFCM__paragraph,
  .BFCM__newsletter {
    padding: 0 15px;
  }
}

/** NEWSLETTER **/

.BFCM .newsletter-form-wrapper .form-group input:not(:focus) {
  color: #797674;
}

.BFCM .form-group input {
  width: 100%;
}

.BFCM .newsletter-form-wrapper .error {
  margin-top: 10px;
}

.BFCM .newsletter-form-4-button {
  background-color: #b40024;
  border-radius: 5px;
  border: solid 1px #cfcac9;
}

.BFCM .newsletter-form-4-button:hover {
  background-color: #8c0b26;
}

.BFCM .date-header {
  font-family: var(--GOTHAM-MEDIUM);
}

@media screen and (max-width: 767px) {
  .BFCM .name-field {
    width: 50%;
  }
}
