body {
  background-color: #fdf0e0;
  overflow-x: hidden;
  color: #13110f;
  font-family: itc-american-typewriter, Arial, serif;
}

p {
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (2000 - 320)));
}

a {
  color: #9e79c7;
}

z
a:hover {
  color: #8455b8;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  margin-bottom: 1.375rem;
}

::-moz-selection {
  background: #9e79c7;
  text-shadow: none;
}

::selection {
  background: #9e79c7;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.text-primary {
  color: #9e79c7 !important;
}

.hightlight {
  width: 100%;
  max-width: 390px;
}

.hightlight__text {
  background-color: #000;
  color: #fff;
  display: inline;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.375;
  padding: 0.25rem 0.5rem;
  text-align: right;
  text-transform: uppercase;
}

.hightlight__word {
  color: #fff200;
}

.container {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-section__footer {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .page-section__footer {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .page-section__footer {
    margin-top: 70px;
  }
}

.btn {
  font-family: itc-american-typewriter, Arial, serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-wrapper {
  text-align: center;
}

.btn {
  background-color: #f14e01;
  border-color: #f14e01;
  color: white;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
  padding: .5rem 1rem;
}

.btn span {
  font-weight: normal;
}

.btn img {
  margin-bottom: 5px;
}

.btn:active, .btn:focus, .btn:hover {
  background-color: #cb4201 !important;
  border-color: #f14e01 !important;
  color: white !important;
}

.btn:active, .btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.paypal-badge {
  margin-top: 20px;
  text-align: center;
}

.paypal-badge img {
  max-width: 200px;
  border-radius: 1px;
}

.btn-primary {
  background-color: #9e79c7;
  border-color: #9e79c7;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #8a5ebc !important;
  border-color: #9e79c7 !important;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

#logo {
  width: 100%;
  text-align: center;
}

#logo .logo-img {
  width: 100%;
  max-width: 160px;
}

@media (min-width: 576px) {
  #logo .logo-img {
    max-width: 200px;
  }
}

@media (min-width: 992px) {
  #logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #logo .logo-img {
    max-width: 240px;
  }
}

.mag-covers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mag-covers .cover {
  width: 290px;
}

.mag-covers .cover.desktop, .mag-covers .cover.wrap-book {
  display: none;
}

.masthead .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.masthead__lead-in {
  color: #f14e01;
  font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (2000 - 320)));
  font-weight: normal;
  font-style: italic;
  line-height: 125%;
  letter-spacing: 2px;
  margin: 1.5em 0;
  text-align: center;
}

.masthead__heading {
  color: #fff;
  font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (2000 - 320)));
  font-weight: normal;
  line-height: 150%;
  margin-bottom: 25px;
}

.masthead__heading span {
  color: #9e79c7;
  font-size: calc(21px + (30 - 21) * ((100vw - 320px) / (2000 - 320)));
  font-weight: bold;
}

.masthead__subheading {
  color: #fff;
  font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (2000 - 320)));
  font-weight: normal;
  line-height: 150%;
  text-align: center;
  margin-bottom: 25px;
}

.masthead__subheading span {
  font-size: calc(21px + (30 - 21) * ((100vw - 320px) / (2000 - 320))) !important;
  color: #9e79c7;
  display: block;
  font-size: 26px;
  font-weight: bold;
}

.masthead.thank-you a, .masthead.thank-you a:hover {
  color: #9e79c7;
  text-decoration: underline;
}

.masthead.thank-you p {
  text-align: center;
}

.masthead.thank-you .masthead__text {
  text-align: center;
}

.masthead.thank-you .masthead__lead-in {
  font-size: calc(18px + (38 - 28) * ((100vw - 320px) / (2000 - 320)));
  text-align: center;
}

footer .container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

@media (min-width: 576px) {
  .mag-covers {
    margin-bottom: 35px;
  }
  .mag-covers .cover.mobile {
    display: none;
  }
  .mag-covers .cover.desktop, .mag-covers .cover.wrap-book {
    display: block;
  }
  .mag-covers .cover.desktop {
    width: 340px;
  }
  .mag-covers .cover.wrap-book {
    width: 300px;
  }
  .masthead .container {
    padding-bottom: 70px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .masthead__subheading span {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .mag-covers {
    display: none;
  }
  .mag-covers.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .masthead .container {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .masthead__text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .masthead__heading {
    margin-bottom: 10px;
  }
  .masthead.thank-you {
    text-align: center;
  }
  .masthead.thank-you .inner {
    height: 80vh;
  }
  .masthead.sold-out {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .mag-covers .cover.desktop {
    width: 400px;
  }
  .mag-covers .cover.wrap-book {
    width: 340px;
  }
}

@media (min-width: 1200px) {
  .masthead__heading {
    font-size: 26px;
  }
  .masthead__heading span {
    font-size: 28px !important;
  }
  .masthead__subheading {
    font-size: 24px;
  }
  .masthead__subheading span {
    font-size: 26px;
  }
}

.banner.bottom {
  text-align: center;
  height: auto;
}

.banner.bottom .container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.banner.bottom .inner {
  background: #fccab3;
  height: auto;
}

.banner.bottom .banner__heading {
  display: block;
  font-size: calc(20px + (36 - 20) * ((100vw - 320px) / (2000 - 320)));
  line-height: 120%;
  margin-bottom: 15px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 2px;
}

.banner.bottom .btn {
  margin-top: 0;
  display: inline-block;
  margin-bottom: .5em;
}

@media (min-width: 768px) {
  .banner .container {
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .banner__heading strong.price {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .banner {
    background-color: #ffbb58;
  }
  .banner .scallop {
    background-image: url(../images/pink-scallop.png);
    background-repeat: repeat;
    background-position: top center;
    background-size: contain;
    height: 30px;
  }
  .banner .inner {
    background-color: #fccab3;
    height: 116px;
  }
  .banner .container {
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .banner__heading-wrapper {
    padding-left: 15px;
  }
  .banner__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner__heading strong.price {
    background: #f14e01;
    color: #13110f;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: inline-block;
    font-size: 21px;
    line-height: 1;
    margin-left: 20px;
    padding: 20px 10px;
    text-align: center;
    width: 80px;
    height: 80px;
  }
  .banner__heading span {
    display: block;
    margin-left: 30px;
    margin-left: 20px;
    line-height: 1.375;
  }
  .banner__heading a {
    color: #13110f;
    text-decoration: none;
    text-transform: lowercase;
  }
  .banner .btn {
    display: inline-block;
  }
  .banner .paypal-badge {
    display: block;
    margin-top: 7px;
  }
  .banner .paypal-badge img {
    max-width: 150px;
  }
}

@media (min-width: 992px) {
  .btn {
    font-size: 1.25rem;
    letter-spacing: 1px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.limited-offer__heading {
  color: #13110f;
  font-size: calc(22px + (32 - 22) * ((100vw - 320px) / (2000 - 320)));
  line-height: 156%;
  text-align: center;
}

.limited-offer__subheading {
  color: #13110f;
  font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (2000 - 320)));
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 1.375rem;
  text-align: center;
}

.limited-offer .content {
  max-width: 520px;
  margin: 0 auto;
}

.limited-offer .content-heading {
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (2000 - 320)));
  color: #13110f;
  font-weight: normal;
  line-height: 150%;
  text-align: center;
  margin-bottom: 20px;
}

.limited-offer .content-highlight {
  color: #9e79c7;
  font-style: italic;
  letter-spacing: 1px;
}

.limited-offer .text {
  font-weight: normal;
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (2000 - 320)));
  text-align: center;
}

.limited-offer .text-highlight {
  color: #f14e01;
}

.limited-offer .pricing-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.limited-offer .pricing-badge-text {
  font-size: calc(13px + (18 - 16) * ((100vw - 320px) / (2000 - 320)));
  letter-spacing: .1em;
  max-width: 220px;
}

.limited-offer .pricing-flower-wrapper {
  margin-right: 10px;
}

.limited-offer .pricing-flower {
  max-width: 230px;
  max-width: 120px;
}

@media (min-width: 768px) {
  .limited-offer__subheading {
    margin-bottom: 1.5rem;
  }
  .limited-offer .mag-covers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .limited-offer .pricing-badge {
    height: 100%;
  }
  .limited-offer .pricing-flower {
    max-width: 150px;
  }
  .limited-offer .btn {
    font-size: 1.25rem;
    letter-spacing: 1px;
    margin-top: 1rem;
  }
}

@media (min-width: 992px) {
  .limited-offer__subheading {
    margin-bottom: 1.75rem;
  }
  .limited-offer .pricing-flower {
    max-width: 220px;
  }
  .limited-offer .pricing-badge-text {
    max-width: 250px;
  }
}

@media (min-width: 1120px) {
  .limited-offer .content-heading {
    font-size: 22px;
  }
  .limited-offer__subheading {
    margin-bottom: 2.5rem;
  }
  .mag-covers .cover {
    width: 300px;
  }
}

.why__heading {
  color: #8455b8;
  font-weight: bold;
  font-size: calc(22px + (32 - 22) * ((100vw - 320px) / (2000 - 320)));
  line-height: 156%;
  text-align: center;
}

.why__subheading {
  color: #13110f;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

.why h3 {
  color: #13110f;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  margin-bottom: 20px;
}

.why__list {
  list-style: none;
  margin: 1rem auto 1.5rem;
  padding: 0 0 0 24px;
  width: 90%;
  max-width: 420px;
}

.why__list li {
  position: relative;
  font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (2000 - 320)));
  margin-bottom: .5em;
}

.why__list li:before {
  content: "";
  background-image: url(../images/single-flower-red.png);
  position: absolute;
  left: -30px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.why__sneakpeek {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 246px;
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

@media (min-width: 768px) {
  .why__recipes {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .why__sneakpeek {
    display: block;
    max-width: 270px;
  }
}

@media (min-width: 992px) {
  .why__list li {
    margin-bottom: 1.125rem;
  }
  .why__sneakpeek {
    max-width: 290px;
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .why__recipes {
    max-width: 100%;
    margin-top: 30px;
  }
  .why__sneakpeek {
    max-width: 450px;
    margin-top: 30px;
  }
}

.gifty__heading {
  color: #13110f;
  font-weight: normal;
  font-style: italic;
  font-size: calc(22px + (32 - 22) * ((100vw - 320px) / (2000 - 320)));
  line-height: 156%;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-align: center;
}

.gifty__text {
  text-align: center;
}

.gifty__image-desktop {
  display: none;
}

.gifty .scallop {
  background-image: url(../images/yellow-scallop.png);
  background-repeat: repeat;
  background-position: top center;
  background-size: contain;
  height: 30px;
}

.gifty .inner {
  background-color: #ffbb58;
}

@media (min-width: 768px) {
  .gifty__heading {
    margin-bottom: .5em;
  }
  .gifty__image {
    max-width: 100%;
    display: none;
  }
  .gifty__image-desktop {
    display: block;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  __heading {
    margin-bottom: .875em;
  }
}

.footer {
  text-align: center;
}

.footer container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer__logo {
  max-width: 260px;
}

.footer .terms p {
  font-size: 10px;
  line-height: 1.625;
  letter-spacing: 1px;
  margin-top: 20px;
  text-align: left;
}

@media (min-width: 480px) {
  .footer__logo {
    max-width: 320px;
  }
}
/*# sourceMappingURL=styles.css.map */