.lp {
  padding: 0 1.25rem 1.25rem;
}
@media (min-width: 23.25em) {
  .lp {
    padding: 0 1.875rem 1.875rem;
  }
}
.lp::before {
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, rgba(49, 57, 67, 0.2), rgba(49, 57, 67, 0));
  position: absolute;
  left: 0;
  width: 100%;
  height: 6.25rem;
}
@media (min-width: 48em) {
  .lp::before {
    top: 4.25rem;
  }
}

.lp-give-message {
  margin: 0 -1.25rem;
}
@media (min-width: 23.25em) {
  .lp-give-message {
    margin: 0 -1.875rem;
  }
}
@media (min-width: 72em) {
  .lp-give-message {
    padding-top: 5rem;
  }
}

.lp-give-message__inner {
  background-color: #446694;
  color: white;
  padding: 1.5rem;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 60em) {
  .lp-give-message__inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 72em) {
  .lp-give-message__inner {
    border-radius: 0.375rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 12px 38px rgba(0, 0, 0, 0.25);
    padding: 1.5rem 1.875rem;
    max-width: 52.5rem;
  }
}

.lp-header-wrapper {
  margin: 0 -1.25rem 3.75rem;
  overflow: hidden;
}
@media (min-width: 23.25em) {
  .lp-header-wrapper {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
@media (min-width: 84em) {
  .lp-header-wrapper {
    max-width: 80rem;
    margin: 0 auto 3.125rem;
    position: relative;
    overflow: visible;
  }
}

.lp-header {
  padding: 0 1.25rem 0;
  position: relative;
}
@media (min-width: 23.25em) {
  .lp-header {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 72em) {
  .lp-header {
    padding: 5rem 3.75rem 5rem 38rem;
  }
}
@media (min-width: 78em) {
  .lp-header {
    padding-left: 42.5rem;
  }
}
@media (min-width: 84em) {
  .lp-header {
    padding-right: 0;
    padding-top: 6.25rem;
    padding-left: 46.25rem;
  }
}

.lp-header__title {
  margin: 0 auto 2.5rem;
  max-width: 17.5rem;
  position: relative;
  z-index: 5;
  margin-top: -2.5rem;
}
@media (min-width: 25.875em) {
  .lp-header__title {
    max-width: 22.5rem;
  }
}
@media (min-width: 48em) {
  .lp-header__title {
    max-width: 30rem;
    margin-top: -6.25rem;
  }
}
@media (min-width: 72em) {
  .lp-header__title {
    margin-top: 0;
  }
}
.lp-header__title div {
  margin-bottom: 0.625rem;
  animation: lpHeaderTitleShow 1s ease;
  animation-fill-mode: both;
}
@media (min-width: 48em) {
  .lp-header__title div {
    padding: 0 1rem;
  }
}
.lp-header__title strong {
  display: block;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  text-transform: uppercase;
  animation: lpHeaderSubTitleShow 0.75s ease 0.5s;
  animation-fill-mode: both;
}
@media (min-width: 25.875em) {
  .lp-header__title strong {
    text-align: left;
    font-size: 23px;
    font-size: 1.4375rem;
    margin-left: 12rem;
    margin-top: -1rem;
  }
}
@media (min-width: 48em) {
  .lp-header__title strong {
    text-align: left;
    font-size: 30px;
    font-size: 1.875rem;
    max-width: 14rem;
    margin-left: 15.5rem;
    margin-top: -1.5rem;
  }
}
@media (min-width: 84em) {
  .lp-header__title strong {
    margin-left: 17rem;
  }
}

@keyframes lpHeaderTitleShow {
  0% {
    opacity: 0;
    transform: translateY(2.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes lpHeaderSubTitleShow {
  0% {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.lp__featured-text {
  margin: 0 auto 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  animation: lpHeaderTextShow 0.75s ease 0.75s;
  animation-fill-mode: both;
}
@media (min-width: 25.875em) {
  .lp__featured-text {
    font-size: 21px;
    font-size: 1.3125rem;
    max-width: 20.625rem;
  }
}
@media (min-width: 48em) {
  .lp__featured-text {
    max-width: 33rem;
  }
}
@media (min-width: 60em) {
  .lp__featured-text {
    max-width: 27.5rem;
  }
}
@media (min-width: 84em) {
  .lp__featured-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@keyframes lpHeaderTextShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lp-header__photos {
  margin: 0 -5rem;
}
@media (min-width: 32em) {
  .lp-header__photos {
    margin: 0 -2rem;
  }
}
@media (min-width: 72em) {
  .lp-header__photos {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    border-radius: 0 0 0.375rem 0.375rem;
    margin: 0;
    overflow: hidden;
    position: absolute;
    left: 3.75rem;
    top: 5rem;
    width: calc(50% - 5rem);
  }
}
@media (min-width: 84em) {
  .lp-header__photos {
    left: 2.5rem;
    width: 50%;
    top: 6.875rem;
  }
}
@media (min-width: 90em) {
  .lp-header__photos {
    left: -2.5rem;
    width: 57.5%;
  }
}

.lp-header__photos-slides {
  position: relative;
  padding-top: 60%;
  margin-bottom: 2.5rem;
}
@media (min-width: 72em) {
  .lp-header__photos-slides {
    padding-top: 52.25%;
  }
}
.lp-header__photos-slides::before {
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7.5rem;
  z-index: 4;
}
@media (min-width: 32em) {
  .lp-header__photos-slides::before {
    height: 15rem;
  }
}
@media (min-width: 72em) {
  .lp-header__photos-slides::before {
    display: none;
  }
}
.lp-header__photos-slides img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s ease;
  width: 100%;
}
.lp-header__photos-slides img.is-hidden {
  opacity: 0;
}
.lp-header__photos-slides img:nth-child(1) {
  z-index: 3;
}
.lp-header__photos-slides img:nth-child(2) {
  z-index: 2;
}
.lp-header__photos-slides img:nth-child(3) {
  z-index: 1;
}

@keyframes lpHeaderPhotoEven {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.lp-share-band {
  padding-top: 5rem;
}

.products {
  max-width: 80em;
  margin: 0 auto 6.25rem;
}
@media (min-width: 48em) {
  .products {
    margin-bottom: 3.75rem;
  }
}

@media screen and (min-width: 48em) {
  .products__row--double {
    display: flex;
    padding: 0 1.25em;
  }
}
@media screen and (min-width: 78em) {
  .products__row--double {
    padding: 0;
  }
}
@media screen and (min-width: 48em) {
  .products__row--double .product {
    max-width: 100%;
    flex: 1 0 50%;
    padding: 0 1.25em;
  }
}
@media screen and (min-width: 60em) {
  .products__row--double .product {
    display: flex;
    flex: 1 0 33.333%;
  }
}
@media screen and (min-width: 60em) {
  .products__row--double .product__name {
    margin-top: 0;
    text-align: left;
  }
}
@media screen and (min-width: 60em) {
  .products__row--double .product__image {
    flex: 1 0 8em;
    align-self: flex-start;
  }
}
@media screen and (min-width: 72em) {
  .products__row--double .product__image {
    flex: 1 0 13.5em;
    position: relative;
    right: -1rem;
  }
}
@media screen and (min-width: 60em) {
  .products__row--double .product__content {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 72em) {
  .products__row--double .product__content {
    padding-left: 3.125rem;
  }
}

.is-out-of-stock .product__image img {
  opacity: 0.2;
}

.product__out-of-stock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.5rem;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 10rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.field--free-check {
  background-color: #446694;
  border-radius: 0.25rem;
  padding: 1rem 1.25rem 1rem 2.5rem;
  position: relative;
}
.field--free-check [type=checkbox] {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
}
.field--free-check label {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  font-weight: normal;
}
.field--free-check label em {
  color: white;
  display: block;
  font-weight: bold;
  font-style: normal;
  margin: 0;
}

.lp-tax-disclaimer {
  border-top: 1px solid #ddd;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 1.875rem 0.625rem 0;
  text-align: center;
  max-width: 42.5rem;
  margin: 3.75rem auto 0;
}