
html, body {
height: 100%;
background: #fff !important;
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Poppins';
}
h2 { font-weight: 500 !important; color: #333332 !important; }
.h2 { font-weight: 44px; }
p { font-size: 16px; line-height:1.5; font-weight:500 !important; }

.snow {
position: absolute;
top: 0;
left: 0;
pointer-events: none;
z-index: 20;
}

section {
  padding: 32px 0 40px;
}

.hero {
  background: url('/landings/twelve-days/twelve-days-hero.jpg') center center no-repeat;
  background-size: 100%;
  background-size: cover;
  margin-top: 0px;
}


.twelve-days-logo {
  max-width:420px;
  width:100%;
}

@media only screen and (min-width: 990px) {
  .hero {
    background: url('/landings/twelve-days/twelve-days-hero.jpg') center center no-repeat;
    background-size: 100%;
    background-size: cover;
    margin-top: 0px;
  }
}

.hero-content {
  display: table-cell;
  height: 280px;
  padding-bottom:24px;
  vertical-align: middle;
  text-align: center;
}


.current-deal.day13 .container {
  background: url('/landings/twelve-days/deal-activation.png') 72px 60px no-repeat;
}

.current-deal p {
  color: #525861;
  font-size: 20px;
  line-height: 1.375;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.current-deal h2 {
  color: inherit;
  font-weight:600 !important;
  font-size:46px;
}
.current-deal h3 {
font-weight: 700;
color: #5B2D69;
}
.current-deal a {
  color: #525861;
  text-decoration: none;
  font-weight: 600;
}

.tips {
  background: #A71622;
  color: #fff !important;
}
.tips h2 {
  color: #fff !important;
  font-weight:600 !important;
  font-size:46px;
}

.tips p, .btm-cta p {
  font-size: 17px;
}
.btm-cta {
  background: #45224E;
  color: #fff !important;
}
.btm-cta h2 {
  color: #fff !important;
  font-weight:600 !important;
  font-size:46px !important;
}
.btm-cta h3 {
  color: #fff !important;
  font-weight:800 !important;
  font-size:28px !important;
}

.current-badge { max-width:210px;width:100%;margin-left:auto;margin-right:auto; }
.ribbon-banner { text-align:center;width:100%;display:block;box-shadow:inset 0 -42px 0 #9BC2BD;padding-bottom:10px; }
.ribbon-banner .ribbon-img { margin: 0 auto;max-width:480px;width:100%; }


@media only screen and (max-width: 760px) {
  .days-wrapper {
    padding: 0 16px 0;
  }
  .sale-item {
    margin-bottom: 4px;
  }
}

.day-outer {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.day-outer::before {
    padding-top: 60%;
    display: block;
    content: "";
}

/* card container */
.card-wrapper {
height: 100%;
width: 100%;
margin-top: 0px;
margin-bottom: 0px;

}
.outer:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
.outer > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.days-wrapper.twelve-days-alt .day-11,
.days-wrapper.twelve-days-alt .day-12 {
  display: none;
}

.day {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow:hidden;
    border: 0;
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.08), 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}


/* front side of the card */
.front {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 2;
background-color: #FBF1E2;
background-image: url("/landings/twelve-days/fronts.png");
background-position: 98% 6px;
background-repeat: no-repeat;
background-size: 100%;
border-radius: 3px;
}

.day-1 .front { background-position: center top; }
.day-2 .front { background-position: center 9.15%; }
.day-3 .front { background-position: center 18.3%; }
.day-4 .front { background-position: center 27.3%; }
.day-5 .front { background-position: center 36.37%; }
.day-6 .front { background-position: center 45.5%; }
.day-7 .front { background-position: center 54.6%; }
.day-8 .front { background-position: center 63.7%; }
.day-9 .front { background-position: center 72.8%; }
.day-10 .front { background-position: center 81.9%; }
.day-11 .front { background-position: center 90.9%; }
.day-12 .front { background-position: center bottom; }

.current .front {
background-color: #A73460;
}

/* back side of the card */
.days-wrapper .back {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
background-color: #FBF1E2;
background-image: url("/landings/twelve-days/backs.png");
background-position: center top;
background-repeat: no-repeat;
background-size: 100%;
border-radius: 3px;
}

.days-wrapper.twelve-days-alt .back {
  background-image: url("/landings/twelve-days/backs-alt.png");
}

.day-1 .back { background-position: center top; }
.day-2 .back { background-position: center 9.15%; }
.day-3 .back { background-position: center 18.3%; }
.day-4 .back { background-position: center 27.3%; }
.day-5 .back { background-position: center 36.37%; }
.day-6 .back { background-position: center 45.5%; }
.day-7 .back { background-position: center 54.6%; }
.day-8 .back { background-position: center 63.7%; }
.day-9 .back { background-position: center 72.8%; }
.day-10 .back { background-position: center 81.9%; }
.day-11 .back { background-position: center 90.9%; }
.day-12 .back { background-position: center bottom; }


.ribbon-green, .ribbon-red { display:none; }
@media only screen and (min-width: 760px) {
.ribbon-green { display:block; position:absolute;left:-36px;bottom:-16px; }
.ribbon-red { display:block; position:absolute;right:-48px;top:-16px;z-index:5; }
}


body { width:100%; overflow-y:auto !important; overflow-x: hidden; }
.days-wrapper { background: #9BC2BD; }
.hero { position: relative; overflow:hidden; padding: 1rem 0.8rem 0.6rem;}
@media only screen and (min-width: 990px) {
.hero { padding: 2.5rem 2.5rem 3rem;}
}
.hero h1 { font-family: 'Poppins'; font-weight: 900; font-size: 110px; line-height: 1.1;}

.hero h1 span { display: block; font-family: "fairwater-script", sans-serif; font-size: 90px; text-indent: -20px; }
.front p { display: block; font-family: "fairwater-script", sans-serif; font-size: 12.5px; color: #521E4E; text-align: left; line-height: 1.375;font-weight:600; padding: 0 12px;}
.front .day-title { display: block; font-family: "fairwater-script", sans-serif; font-size: 42px; text-align: center; line-height: 1.1; font-weight:600; padding: 0;}
.sale-item {
  padding: 10px 8px;
}
