@import url("https://fonts.googleapis.com/css?family=Montserrat:wght@400;600;800&family=Roboto+Mono&display=swap");
.nowrap {
  white-space: nowrap; }

.giftCard-link {
  position: relative; }
  .giftCard-link:after {
    content: "-" attr(data);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    left: -15px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    background: #06aeff; }

.landing-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  min-height: 50vh;
  overflow: hidden; }
  .landing-hero h1 {
    color: #ffffff;
    font-family: 'Roboto Mono', monospace;
    font-size: 100px;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 10px;
    text-shadow: 0 2px rgba(0, 0, 0, 0.21); }
  .landing-hero h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-shadow: 0 2px rgba(0, 0, 0, 0.21); }
  .landing-hero h3 {
    color: #ffffff;
    font-size: 25px;
    line-height: 1.5;
    margin: 0;
    text-shadow: 0 2px rgba(0, 0, 0, 0.21); }

.landing-hero-image {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

.landing-hero-container {
  position: relative;
  margin-bottom: 5%;
  padding: 0% 15% 0% 15%; }

.landing-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 3px;
  cursor: pointer; }
  .landing-checkbox .landing-checkbox-action:checked ~ .landing-checkbox-thumb {
    border-color: #06aeff; }
    .landing-checkbox .landing-checkbox-action:checked ~ .landing-checkbox-thumb:after {
      background: rgba(6, 174, 255, 0.25); }

.landing-checkbox-action {
  display: none; }

.landing-checkbox-info {
  flex: 1;
  margin: 0 0 0 1.5rem; }

.landing-checkbox-title {
  margin: 0;
  line-height: 24px;
  max-width: 50vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.landing-checkbox-thumb {
  padding: 2px;
  border: 3px solid rgba(6, 155, 250, 0);
  border-radius: 8px; }
  .landing-checkbox-thumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 174, 255, 0);
    border-radius: 8px; }
  .landing-checkbox-thumb .brand-image-placeholder {
    top: 0; }

.landing-section {
  margin-top: 60px;
  margin-bottom: 60px; }
  .landing-section:not(:last-child) {
    padding-bottom: 60px;
    border-bottom: 1px solid #eeeeee; }

.landing-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1; }

.subscribe-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px; }

.subscribe-form {
  display: flex;
  position: relative;
  margin-top: 30px; }
  .subscribe-form button {
    padding: 1rem 3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .subscribe-form input {
    font-size: 1.1em;
    padding: 20px;
    padding-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none; }

.subscribe-form-alert {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  padding: 5px 20px;
  border-radius: 5px;
  animation: 250ms 0ms cubic-bezier(0.55, 0, 0.55, 1.44) backwards email-form-alert; }

.doth {
  display: flex;
  align-items: center; }

.doth-left {
  display: flex;
  width: 33.3333333333%; }

.doth-left-content {
  padding-right: 30px; }

.doth-middle {
  width: 33.3333333333%; }

.doth-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 33.3333333333%; }
  .doth-right .btn {
    margin: 0;
    padding: 1rem 3rem; }

.doth-ended {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: 250ms 0ms cubic-bezier(0.445, 0.05, 0.55, 0.95) backwards doth-ended; }
  .doth-ended a {
    display: block; }
  .doth-ended + .doth-going {
    animation: 250ms 0ms cubic-bezier(0.445, 0.05, 0.55, 0.95) both doth-going; }

.doth-going {
  text-align: center; }

.doth-timer {
  color: #06aeff;
  font-size: 20px;
  font-weight: bold; }

.doth-anchor {
  display: block;
  position: relative; }

.doth-ribbon {
  display: inline-block;
  position: absolute;
  bottom: 25%;
  right: -7px;
  width: 104.5%;
  padding: 0.5em 0;
  color: #ffffff;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #06aeff;
  transform-style: preserve-3d;
  transform: rotate(-20deg) skew(-20deg, 10deg);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  white-space: nowrap; }
  .doth-ribbon:before, .doth-ribbon:after {
    content: "";
    width: 0;
    height: 2em;
    display: block;
    background: #00496c;
    position: absolute;
    border-style: solid;
    border-width: 0.5em;
    z-index: -1;
    transform: translateZ(-1em); }
  .doth-ribbon:before {
    left: -0.5em;
    top: 0.5em;
    border-color: #009fec #007cb9 #009fec #009fec; }
  .doth-ribbon:after {
    right: -0.5em;
    top: -0.5em;
    border-color: #009fec #009fec #009fec #007cb9; }

.reviews-more {
  text-align: center;
  font-size: 20px; }

.gift-card-grid {
  padding: 0;
  margin-top: 10px; }

.all-reviews__masonry {
  margin-top: 30px; }

@media (max-width: 768px) {
  .landing-hero h1 {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 0; }
  .landing-hero h2 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 10px; }
  .landing-hero h3 {
    font-size: 16px;
    line-height: 1.5; }

  .landing-heading, .landing-heading + p {
    text-align: center; }

  .email-form-alert {
    width: 100%; }

  .doth {
    flex-direction: column; }

  .doth-left {
    width: 100%; }

  .doth-left-content {
    width: 100%;
    padding: 0; }

  .doth-middle {
    width: 50%;
    margin-top: 30px; }

  .doth-right {
    width: 100%;
    margin-top: 15px; } }
@media (max-width: 425px) {
  .giftCard-link:after {
    top: -5px;
    left: -10px; }

  .email-form {
    flex-direction: column; }
    .email-form input {
      border-right: 1px solid #e5e5e5;
      border-radius: 6px; }
    .email-form button {
      margin-top: 10px;
      border-radius: 4px; } }
@media (hover) {
  .landing-checkbox:hover .landing-checkbox-thumb {
    border-color: #06aeff; }
    .landing-checkbox:hover .landing-checkbox-thumb:after {
      background: rgba(6, 174, 255, 0.5); } }
@keyframes email-form-alert {
  0% {
    opacity: 0;
    transform: translate(0, -1rem); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes doth-going {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  100% {
    opacity: 0;
    transform: translate(0, -4rem); } }
@keyframes doth-ended {
  0% {
    opacity: 0;
    transform: translate(-50%, 4rem); }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%); } }
@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px; } }
#black-friday-page .landing-hero {
  background-image: url("https://cc-static-resources.s3.us-west-2.amazonaws.com/landing-pages/bg/black-friday.png");
  background-size: cover; }
  #black-friday-page .landing-hero h2 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 10vw; }
    @media (min-width: 768px) {
      #black-friday-page .landing-hero h2 {
        margin-top: 80px;
        font-size: 6vw; } }
    #black-friday-page .landing-hero h2 .style-1 {
      color: #2D85FF; }
    #black-friday-page .landing-hero h2 .style-2 {
      color: #FFFFFF; }
  #black-friday-page .landing-hero h1 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 8vw; }
    @media (min-width: 768px) {
      #black-friday-page .landing-hero h1 {
        font-size: 6vw; } }

#cyber-monday-page .landing-hero {
  background-image: url("https://cc-static-resources.s3.us-west-2.amazonaws.com/landing-pages/bg/cyber-monday.png");
  background-size: cover; }

#christmas-page .landing-hero {
  background-image: url("https://cc-static-resources.s3.us-west-2.amazonaws.com/landing-pages/bg/christmas.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom; }

#new-year-page .landing-hero {
  background-image: url("https://cc-static-resources.s3.us-west-2.amazonaws.com/landing-pages/bg/new-year.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom; }

#valentines-page .landing-hero {
  background-image: url("https://cc-static-resources.s3.us-west-2.amazonaws.com/landing-pages/bg/valentines-day.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom; }

#easter-page .landing-hero {
  flex-direction: column;
  background-image: url("https://cc-static-resources.s3.us-west-2.amazonaws.com/landing-pages/bg/easter.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom; }

#mothers-day-page .landing-hero {
  background-image: url("https://cc-static-resources.s3.us-west-2.amazonaws.com/landing-pages/bg/mothers-day.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom; }

#fathers-day-page .landing-hero {
  background-image: url("https://cc-static-resources.s3.us-west-2.amazonaws.com/landing-pages/bg/fathers-day.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom; }

#back-to-school-page .landing-hero {
  background-image: url("https://cc-static-resources.s3.us-west-2.amazonaws.com/landing-pages/bg/back-to-school.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover; }

#halloween-page .landing-hero {
  background-image: url("https://cc-static-resources.s3.us-west-2.amazonaws.com/landing-pages/bg/halloween.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover; }

/*# sourceMappingURL=landing-page.css.map */
