@import url("https://fonts.googleapis.com/css?family=Lobster|Lato|Open+Sans|Roboto+Condensed:700i");
/** Colors **/
body {
  padding: 0;
  margin: 0;
  font: 14px "Open Sans", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #18B;
  text-align: center;
  font-family: "Open Sans";
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 52px;
  font-family: "Lobster";
  font-weight: normal;
  color: #000; }
  h1 span {
    background: -webkit-linear-gradient(0deg, #8c7fe6 35%, #88a7e6 65%, #87cfe1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 4px;
    display: inline-block; }

h2 {
  font-size: 36px;
  font-family: "Lobster";
  font-weight: normal;
  color: #000; }

h4 {
  font-family: "Open Sans";
  font-size: 24px; }

header-wrapper {
  display: block;
  width: 100vw;
  height: 40px; }
  header-wrapper contact {
    float: left;
    font-family: "Open Sans";
    padding-left: 3vw;
    margin-block-start: 1em;
    margin-block-end: 1em;
    color: #8c7fe6; }
    header-wrapper contact a {
      color: #88a7e6;
      text-decoration: none; }
  header-wrapper nav-container {
    padding-right: 3vw;
    float: right;
    font-family: "Open Sans";
    font-weight: 300;
    color: #000000; }
    header-wrapper nav-container ul {
      list-style-type: none; }
      header-wrapper nav-container ul li {
        text-decoration: underline; }

home-screen {
  width: 100vw;
  height: 55vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  home-screen h1, home-screen h2 {
    margin: 0; }

p {
  line-height: 18px;
  letter-spacing: 1px;
  max-width: 90%;
  margin: 10px auto; }
  p#life {
    width: 400px;
    margin: auto; }

button {
  outline: none; }
  button#once {
    background-image: linear-gradient(315deg, white, #18B);
    background-image: radial-gradient(closest-side at 60% 55%, #fff, #18B, black);
    color: #fff;
    border: none;
    width: 200px;
    border-radius: 50px;
    font-size: 84px;
    height: 100px;
    font-family: "staatliches";
    cursor: pointer; }

header {
  width: 100%;
  height: 100px;
  background-color: #18B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: radial-gradient(closest-side at 50% 50%, #fff, #18B, black);
  background-image: linear-gradient(25deg, white, #18B, #000); }
  header img {
    max-width: 200px;
    margin: auto; }

a {
  color: #00B7FF; }

product-name {
  width: 34vw;
  font-size: 18px;
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-style: italic;
  color: #8c7fe6;
  border-top: 3px solid #8c7fe6;
  padding-top: 10px;
  float: left;
  text-align: right; }

product-image-container {
  display: flex;
  width: 100vw;
  margin-top: 20px;
  flex-direction: column; }
  product-image-container img#product {
    display: block;
    max-width: 260px;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0; }

section-header {
  width: 74vw;
  font-size: 30px;
  font-family: "Lobster";
  font-weight: normal;
  padding-bottom: 10px;
  margin-top: 120px; }
  section-header.blue {
    color: #88a7e6;
    border-bottom: 3px solid #88a7e6; }
  section-header.purple {
    color: #8c7fe6;
    border-bottom: 3px solid #8c7fe6; }
  section-header.right {
    float: right;
    text-align: left; }
  section-header.left {
    float: left;
    text-align: right; }
  section-header.full {
    width: 100vw;
    float: left;
    text-align: right; }

steps {
  display: block;
  width: 74vw;
  float: right;
  margin-top: 20px;
  color: #000000;
  font-size: 18px;
  font-family: "Open Sans";
  text-align: left; }

choose {
  display: block;
  width: 74vw;
  float: left;
  margin-top: 20px; }
  choose .content {
    max-width: 50vw;
    display: block;
    float: right;
    color: #000000;
    font-size: 16px;
    font-family: "Open Sans";
    text-align: left; }
    choose .content .type {
      padding: 10px 20px;
      font-size: 20px;
      border: 2px solid #88a7e6;
      border-radius: 20px;
      background-color: #fff;
      color: #88a7e6;
      font-weight: bold;
      font-style: italic;
      cursor: pointer;
      margin-top: 10px;
      margin-right: 10px;
      box-shadow: #333 1px 1px 2px; }
      choose .content .type:hover {
        background-color: #88a7e6;
        color: #fff; }
      choose .content .type.selected {
        background-color: #88a7e6;
        color: #fff; }
    choose .content .small-text {
      font-size: 12px; }
    choose .content .quantity {
      margin-top: 30px; }
      choose .content .quantity strong {
        color: #88a7e6; }
    choose .content .frequency {
      margin-top: 20px; }
      choose .content .frequency strong {
        color: #88a7e6; }
    choose .content .line-item {
      margin-top: 10px; }
      choose .content .line-item span {
        color: #88a7e6;
        font-weight: 700; }
    choose .content .subtotal {
      margin-top: 30px; }
    choose .content .total {
      font-weight: ExtraBold;
      font-size: 1.2em; }

shipment {
  display: block;
  width: 74vw;
  float: right;
  margin-top: 20px; }
  shipment span.text {
    max-width: 50vw;
    display: block;
    float: left;
    color: #000000;
    font-size: 16px;
    font-family: "Open Sans";
    text-align: left; }

submit-section {
  display: block;
  float: left;
  width: 100vw;
  margin-top: 80px;
  color: #000000; }
  submit-section cta {
    display: block;
    width: 50%;
    margin: auto;
    font-size: 20px; }
  submit-section oncebutton button {
    border: none; }
  submit-section oncebutton img {
    display: block;
    width: 160px;
    margin: auto;
    margin-top: 20px; }
  submit-section #oncebutton-gray img {
    display: block;
    width: 160px;
    margin: auto;
    margin-top: 20px; }
  submit-section terms {
    display: block;
    font-size: 20px;
    margin: auto;
    width: 300px;
    margin-top: 20px; }

footer {
  display: block;
  width: 74vw;
  float: right;
  margin-top: 20px; }
  footer span.text {
    max-width: 50vw;
    display: block;
    float: left;
    color: #000000;
    font-size: 16px;
    font-family: "Open Sans";
    text-align: left; }

temp {
  display: block;
  width: 30%;
  height: 1px;
  background: transparent;
  position: relative; }
  temp:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #8c7fe6;
    position: absolute;
    bottom: -4px; }

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity .3s ease; }

.modal-wrapper {
  display: table-cell;
  vertical-align: middle; }

.modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif; }

.modal-header h3 {
  margin-top: 0;
  color: #42b983; }

.modal-body {
  margin: 20px 0; }

.modal-default-button {
  float: right; }

/*
* The following styles are auto-applied to elements with
* transition="modal" when their visibility is toggled
* by Vue.js.
*
* You can easily play with the modal transition by editing
* these styles.
*/
.modal-enter {
  opacity: 0; }

.modal-leave-active {
  opacity: 0; }

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.once-product .shopify-buy__btn {
  :hover-background-color: transparent;
  :hover-cursor: pointer;
  :active-background-color: transparent;
  :active-cursor: pointer;
  :focus-background-color: transparent;
  :focus-cursor: pointer;
  :targeted-background-color: transparent;
  :targeted-cursor: pointer;
  :visited-background-color: transparent;
  :visited-cursor: pointer;
  background-image: url("/images/OnceButton-WhiteFont-1.png");
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  width: 160px;
  height: 70px;
  border: none;
  cursor: pointer;
  margin-top: 20px; }
.once-product svg {
  display: none; }

/*# sourceMappingURL=style.css.map */
