.products {
  position: relative;
  z-index: 1005;
  background: #fffaea;
  padding: 22px 24px;
}

.products::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: -24px;
  height: 120px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
}

.products .single__pageholder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products form {
  display: block;
  max-width: 100%;
  width: 100%;
}

.products form input {
  width: 100%;
  font-style: normal;
}

.products form input.button--white{
    border: 1px solid #000;
    background-color: #fffaea;
    color: black;
    font-weight: 600;
    margin-top: 5px;
}

.products form input[type="email"] {
  margin-bottom: 7px;
  color: #707070;
  font-size: 14px;
  margin-top: 15px;
}

.products .title {
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: 500;
}

.products__info {
  font-size: 14px;
  text-align: center;
  max-width: 85%;
  line-height: 1.43;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.products__conditions a,
.products__info a {
  text-decoration: underline;
}

.products__conditions {
  margin: 16px 0 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.25;
  color: #707070;
}

.products__conditions a {
  color: #707070;
}

.products .divider {
  position: relative;
  margin: 13px 8px;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.products .divider:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  top: 10px;
  z-index: -2;
}

.products .divider:after {
  content: '';
  position: absolute;
  z-index: -1;
  background-color: #fffaea;
  left: calc(50% - 30px);
  right: 10px;
  height: 20px;
  width: 60px;
}

/* Offer  */
.offer__limit {
  width: 100%;
  margin: 2px 0 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  text-align: center;
}

.offer .all-access {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  width: 100%;
  z-index: 1;
}

.offer .all-access:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  height: 1px;
  background-color: #ebebeb;
  z-index: -1;
}

.products.offer form {
  margin: 0;
}

.offer .all-access:after {
  content: "";
  position: absolute;
  width: 245px;
  top: 11px;
  height: 3px;
  background-color: #fffaea;
  z-index: -1;
}

.offer .all-acces .divider--vertical {
  background-color: #ebebeb;
}

.offer .all-access img {
  max-width: 72px;
  width: 100%;
  object-fit: contain;
  background: #fffaea;
}

.offer .all-access h4 {
  margin: 6px 0 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.07;
}

.offer .offer__title {
  margin: 16px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.offer .offer__product {
  align-self: flex-start;
}

.offer .offer__product h4 {
  font-size: 18px;
  margin: 0;
  line-height: 1.22;
  margin: 2px 0;
}

.offer .offer__product h4:before {
  content: url('../images/icons/icons-checkmark.svg');
  margin-right: 14px;
}

.offer .offer__product .old-price {
  color: #707070;
  text-decoration: line-through;
}

.offer .offer__product .item-price {
  margin: 5px 0 0 26px;
  font-size: 16px;
  line-height: 1.38;
}

.offer .offer__product .item-price .valid-price {
  font-weight: 500;
  margin-left: 8px;
}

.offer .offer__product .item-description {
  margin-top: 17px;
  margin-bottom: 0;
  font-size: 14px;
  color: #707070;
  text-align: center;
}

.offer .offer__condition {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  text-align: center;
  display: block;
}

.offer .btn__submit {
  margin: 24px auto 8px auto;
}


.second-step .text-center {
  text-align: center;
}

.second-step .resent {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 5px;
}

.second-step .underline {
  text-decoration: underline;
}

.second-step {
  padding-bottom: 100px;
}

.second-step strong {
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 1.43;
}


/* Responsive design  */
@media (min-width: 768px) {
  .products::before{
    height: 160px;
  }

  .products {
    padding: 30px;
  }

  .products .single__pageholder {
    max-width: 360px;
  }

  .products .title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .products__info {
    font-size: 16px;
    max-width: 100%;
  }

  .products form {
    margin-top: 10px;
  }

  .products form input[type="email"] {
    margin-bottom: 15px;
  }

  .products__conditions {
    margin-top: 24px;
  }

  .offer .offer__title {
    font-size: 22px;
    margin: 25px 0;
  }
}
