.lp {
  overflow: hidden;
  padding: 0 1.25rem 5rem;
}
@media (min-width: 23.25em) {
  .lp {
    padding: 0 1.875rem 6.25rem;
  }
}

.lp-top {
  margin: 0 -1.25rem 5.625rem;
}
@media (min-width: 23.25em) {
  .lp-top {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
@media (min-width: 48em) {
  .lp-top {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 60em) {
  .lp-top {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 72em) {
  .lp-top {
    max-width: 68rem;
    margin: 0 auto 5rem;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.12);
    background-color: transparent;
  }
}

.lp-top__inner {
  position: relative;
}
@media (min-width: 48em) {
  .lp-top__inner {
    margin: 0;
  }
}

@media (min-width: 23.25em) {
  .lp-top__banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
  }
}

.lp-top__title {
  background: #944b34 url(../png/logo.png) center center no-repeat;
  background-size: 12.5rem auto;
  width: 15rem;
  border-radius: 1rem;
  height: 5rem;
  text-indent: -999rem;
  margin: 0;
  padding: 1.25rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.75rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
@media (min-width: 23.25em) {
  .lp-top__title {
    background-size: 15rem auto;
    bottom: -4.375rem;
    height: 6.25rem;
    width: 19.375rem;
  }
}
@media (min-width: 48em) {
  .lp-top__title {
    width: 27.5rem;
    height: 8.75rem;
    background-size: 22.5rem auto;
  }
}
@media (min-width: 60em) {
  .lp-top__title {
    right: 2.5rem;
    transform: none;
    box-shadow: 0 24px 32px rgba(0, 0, 0, 0.3);
    left: auto;
    bottom: 2.5rem;
  }
}
@media (min-width: 66em) {
  .lp-top__title {
    width: 35rem;
    height: 11.25rem;
    background-size: 27.5rem auto;
  }
}
@media (min-width: 72em) {
  .lp-top__title {
    right: -1.25rem;
  }
}
@media (min-width: 80em) {
  .lp-top__title {
    right: -3.75rem;
  }
}

.lp-top__photo img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .lp-top__photo img {
    right: 0;
  }
}
@media (min-width: 72em) {
  .lp-top__photo img {
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
}

.lp-content {
  margin: 0 auto 2.5rem;
  max-width: 35rem;
}
@media (min-width: 60em) {
  .lp-content {
    max-width: 65rem;
    padding: 0 1.25rem;
  }
}

.lp-content__photo {
  margin: 0 -2.5rem 0 -7.5rem;
}
@media (min-width: 60em) {
  .lp-content__photo {
    margin: 0 -7.5rem 0 -1.875rem;
  }
}

.lp-content__content {
  margin: 0 auto 5rem;
  max-width: 25rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 48em) {
  .lp-content__content {
    max-width: none;
    padding-bottom: 0;
  }
}
@media (min-width: 48em) {
  .lp-content__content p {
    padding-bottom: 1.875rem;
  }
}

.lp-content__intro {
  padding-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .lp-content__intro {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 60em) {
  .lp-content__intro {
    margin: 0 auto 3.75rem;
    max-width: 60rem;
    padding-bottom: 0;
    padding-right: 25rem;
    position: relative;
  }
}
.lp-content__intro ul {
  margin-bottom: 1em;
  margin-top: 0;
}
.lp-content__intro ul li {
  font-style: italic;
  margin-bottom: 0.3125rem;
}
.lp-content__intro ul li:last-child {
  margin-bottom: 0;
}
.lp-content__intro p {
  margin-bottom: 1em;
  padding-bottom: 0;
}

.lp-content__steps {
  background-color: #944b34;
  color: white;
  margin: 0 -1.25rem;
  padding: 2.5rem 1.25rem;
}
@media (min-width: 23.25em) {
  .lp-content__steps {
    margin: 0 -1.875rem;
    padding: 3.125rem 1.875rem;
  }
}
@media (min-width: 32em) {
  .lp-content__steps {
    border-radius: 0.375rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
    padding: 3.75rem;
  }
}
@media (min-width: 60em) {
  .lp-content__steps {
    margin: 0 auto;
    max-width: 60rem;
  }
}
.lp-content__steps h2 {
  color: #eadfae;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.25;
  margin: 0 0 2.5rem;
}
.lp-content__steps ol {
  counter-reset: section;
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
}
@media (min-width: 60em) {
  .lp-content__steps ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5rem;
    grid-row-gap: 1.25rem;
  }
}
.lp-content__steps ol > li {
  counter-increment: section;
  margin-bottom: 0;
  padding-bottom: 1.25rem;
  position: relative;
}
@media (min-width: 60em) {
  .lp-content__steps ol > li:first-child {
    grid-column: 1/3;
  }
}
.lp-content__steps ol > li:last-of-type {
  padding-bottom: 0;
}
.lp-content__steps ol > li::before {
  background-color: #eadfae;
  color: rgba(0, 0, 0, 0.85);
  content: counters(section, ".") " ";
  display: block;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 0.4rem;
  line-height: 1;
  border-radius: 50%;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
  height: 2.75rem;
  width: 2.75rem;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.lp-content__steps ol ul {
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
}
.lp-content__steps ol li {
  margin-bottom: 0.625rem;
}
.lp-content__steps ol .address {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 2.5rem;
}
.lp-content__steps h3 {
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 1.25rem;
  padding-left: 3.25rem;
  padding-top: 0.3125rem;
}
.lp-content__steps h4 {
  color: #eadfae;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin: 1.875rem 0 0.625rem;
  text-transform: uppercase;
}
.lp-content__steps .lp-where-needed {
  border-top: 0.25rem solid rgba(0, 0, 0, 0.25);
  color: #eadfae;
  font-size: 21px;
  font-size: 1.3125rem;
  font-style: italic;
  padding-top: 2.5rem;
  padding-bottom: 0;
  text-align: center;
}

.lp-content__purchase-lists {
  margin-top: -1.875rem;
}
@media (min-width: 60em) {
  .lp-content__purchase-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem;
  }
}

.lp-photo {
  margin: 0 auto 1.875rem;
  max-width: 20rem;
  padding-top: 0.625rem;
}
@media (min-width: 60em) {
  .lp-photo {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 22.5rem;
  }
}
@media (min-width: 72em) {
  .lp-photo {
    max-width: 26.25rem;
    right: -3.75rem;
  }
}
@media (min-width: 80em) {
  .lp-photo {
    max-width: 30rem;
    right: -7.5rem;
  }
}

.lp .title {
  color: #944b34;
}

.checkout button.cart__complete-link,
.checkout .lp-continue [type=submit] {
  background: #944b34;
}
.checkout button.cart__complete-link:hover,
.checkout .lp-continue [type=submit]:hover {
  background: #6e3827;
}
.checkout .field--text .field__address2-link {
  color: #944b34;
}

.products-wrapper {
  max-width: 37.5rem;
  margin: 0 auto 3.75rem;
}
.products-wrapper .title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}
@media (min-width: 48em) {
  .products-wrapper .title {
    padding-left: 1.25rem;
  }
}
.products-wrapper .title span {
  text-transform: none;
}
.products-wrapper .product {
  margin-bottom: 0;
  max-width: none;
}
@media (min-width: 48em) {
  .products-wrapper .product {
    padding-left: 1.25rem;
  }
}
.products-wrapper .product__name,
.products-wrapper .product__image,
.products-wrapper .product__desc {
  display: none;
}
.products-wrapper .qty {
  margin-bottom: 0.625rem;
}
.products-wrapper .qty__name {
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 0;
}
.products-wrapper .product__qtys {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

.donations {
  max-width: 37.5rem;
  padding-bottom: 2.5rem;
}

.products__ordersummary-type {
  max-width: 37.5rem;
}