@charset "UTF-8";
body {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.7;
  color: #4d4d4d;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 300;
  line-height: 1.3;
  color: #adafb1;
}

.h1,
h1 {
  font-size: 29px;
  margin: 1.3em 0;
}

.with-underline:after,
.with-underline-before:before,
.h1:after,
h1:after {
  content: "";
  border-bottom: 3px solid #009cdb;
  width: 100%;
  max-width: 70px;
  display: block;
  position: relative;
  top: 14px;
}

.with-underline-before:before {
  top: 0;
  margin: 25px 0 15px;
}

.h2,
h2 {
  font-size: 27px;
  margin: 1.3em 0;
}

.h3,
h3 {
  font-size: 20px;
}

.h4,
h4 {
  font-size: 16px;
}

.h5,
h5 {
  font-size: 13px;
  font-weight: 700;
  color: #4d4d4d;
  margin: 0;
}

.h5 + p {
  margin-top: 0;
}

a {
  color: #4d4d4d;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: none;
  border-bottom: 1px solid #4d4d4d;
}

a:hover {
  border: none;
}

a.no-underline {
  border: none;
}

ul {
  padding-left: 15px;
}

ul ul {
  padding-left: 15px;
}

li {
  margin: 10px 0;
}

dt {
  font-weight: 700;
  margin: 10px 0 2px 0;
}

dd {
  margin: 0 0 20px 0;
}

.page-help ul,
.wo-bullets {
  list-style: none;
  padding: 0;
}

.btn {
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  border-bottom: none;
  background-color: #f06478;
  text-align: center;
  padding: 8px 40px 8px;
  text-transform: uppercase;
  margin: 10px;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.btn:hover {
  color: #fff;
  border-bottom: none;
  background-color: #f06478;
  opacity: 0.8;
}

.btn:active {
  background-color: #009cdb;
  color: #fff;
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.with-light-weight {
  font-weight: 300 !important;
}

input {
  border-radius: 0;
}

.color-primary {
  color: #009cdb !important;
}

.color-secondary {
  color: #f06478 !important;
}

.color-dark-accent {
  color: #4d4d4d !important;
}

.color-medium-accent {
  color: #adafb1 !important;
}

.color-light-accent {
  color: #EBE9E9 !important;
}

.color-lightest-accent {
  color: #fff !important;
  font-weight: 400;
}

.background-primary {
  background: #009cdb !important;
}

.background-secondary {
  background: #f06478 !important;
}

.background-dark-accent {
  background: #4d4d4d !important;
}

.background-medium-accent {
  background: #adafb1 !important;
}

.background-light-accent {
  background: #EBE9E9 !important;
}

.background-lightest-accent {
  background: #fff !important;
}

.f18 {
  font-size: 18px !important;
}

.without-after:after {
  content: none;
}

.f-w-light {
  font-weight: 300;
}

.f-w-book {
  font-weight: 400;
}

.f-w-bold {
  font-weight: 700;
}

.left-align {
  text-align: left !important;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
}

#js-quote-carousel .carousel-viewport {
  background-color: #009cdb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

#js-quote-carousel .carousel-pane {
  float: none;
}

.big-quote {
  background: #009cdb;
  margin: 0;
  text-align: center;
  padding: 28px 36px;
}

.big-quote-body {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 10px;
}

.big-quote-footer {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.big-quote-footer:after,
.big-quote:before {
  display: block;
  content: "“";
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 0.3;
  position: relative;
  top: 18px;
}

.big-quote-footer:after {
  content: "”";
  top: 28px;
}

@media screen and (min-width: 500px) {
  .big-quote {
    padding: 68px 33%;
  }
  .color-lightest-accent {
    font-weight: 300;
  }
}

@media screen and (min-width: 1600px) {
  body {
    font-size: 19px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 90%;
  padding: 20px 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  background: #fff;
}

.header-logo {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

.header-logo > .logo {
  max-width: 116px;
}

.logo:hover {
  opacity: 0.6;
}

.header-cart {
  max-width: 20px;
  margin-right: 20px;
  position: relative;
  top: -2px;
}

.header-menu {
  position: relative;
  top: 2px;
}

.header-banner {
  
}

.logo {
  display: block;
  height: 100%;
  border: none;
}

.logo:active > .logo-image {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.logo-image {
  display: block;
  height: inherit;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.05s ease-in;
  transition: -webkit-transform 0.05s ease-in;
  transition: transform 0.05s ease-in;
  transition: transform 0.05s ease-in, -webkit-transform 0.05s ease-in;
}

.logo-name {
  display: none;
}

.cart-btn {
  width: 20px;
  position: relative;
  border: none;
  display: block;
}

.cart-img {
  width: 100%;
}

.cart-total {
  background: #009cdb;
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 2px;
  min-width: 16px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 1;
}

.cart-adding .cart-total,
.cart-empty .cart-total {
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
          transform: translate3d(0, -30px, 0);
}

.cart {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 300px;
  z-index: 4;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0);
}

.cart-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  -webkit-transform: translate3d(100vw, 0, 0);
          transform: translate3d(100vw, 0, 0);
  background: rgba(0, 0, 0, 0.7);
}

.cart-overlay--visible,
.cart--visible {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.cart {
  margin-top: 66px !important;
  text-align: left;
  overflow-y: scroll;
}

.cart-page-total {
  margin-left: 20px;
  margin-bottom: 1em;
}

.cart-listing {
  list-style: none;
  padding-left: 20px;
}

.cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0;
}

.cart-item-price,
.cart-item-quantity,
.cart-item-img,
.cart-item-title {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.cart-item-img,
.cart-item-title,
.cart-item-price,
.cart-item-quantity,
.cart-item-remove,
.cart-item-quantity input {
  text-align: left;
}

.cart-item-title {
  margin: 10px 0 0;
}

.cart-item-price,
.cart-item-quantity,
.cart-item-remove {
  margin: 5px 0;
  font-size: 16px;
}

.cart-item-quantity p {
  width: 100px;
  border: 1px solid #EBE9E9;
  margin: 0;
  text-align: center;
}

.cart-item-quantity a {
  border: none;
  padding: 0 10px;
}

.cart-item-quantity--minus {
  float: left;
}

.cart-item-quantity--plus {
  float: right;
}

.cart-item-img img {
  width: 50%;
}

.cart-item-quantity input {
  width: 40px;
  border: 1px solid #EBE9E9;
  position: relative;
  top: -2px;
}

.cart .btn {
  margin-left: 20px;
}

.hamburger {
  position: relative;
  width: 30px;
  height: 18px;
  cursor: pointer;
  display: block;
  z-index: 9;
}

.hamburger-line {
  position: absolute;
  background: #adafb1;
  height: 2px;
  width: 100%;
  left: 0;
  border-radius: 2px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.hamburger-line:nth-child(1) {
  top: 0;
}

.hamburger-line:nth-child(2),
.hamburger-line:nth-child(3) {
  top: 50%;
}

.hamburger-line:nth-child(4) {
  top: 100%;
}

.menu-toggle:checked + label > .hamburger-line {
  background: #fff !important;
}

.menu-toggle:checked + label > .hamburger-line:nth-child(4),
.menu-toggle:checked + label > .hamburger-line:nth-child(1) {
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, 30px, 0);
          transform: scale3d(0, 0, 0) translate3d(0, 30px, 0);
}

.menu-toggle:checked + label > .hamburger-line:nth-child(4) {
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, -30px, 0);
          transform: scale3d(0, 0, 0) translate3d(0, -30px, 0);
}

.menu-toggle:checked + label > .hamburger-line:nth-child(2) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.menu-toggle:checked + label > .hamburger-line:nth-child(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.menu-toggle {
  display: none;
}

.menu-overlay {
  background: #adafb1;
  position: fixed;
  z-index: 8;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  -webkit-transform: translate3d(0, -100vh, 0);
          transform: translate3d(0, -100vh, 0);
  -webkit-transition: -webkit-transform 0.25s ease-in;
  transition: -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
  overflow: scroll;
}

.menu-toggle:checked ~ .menu-overlay {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 500px) {
  .menu-overlay {
    width: 33%;
    left: auto;
    right: 0;
    -webkit-transform: translate3d(33.3vw, 0, 0);
            transform: translate3d(33.3vw, 0, 0);
  }
}

.nav {
  padding: 20px 0;
}

.nav-sub-list,
.nav-list {
  list-style: none;
}

.nav-link {
  color: #fff;
  font-size: 29px;
  font-weight: 300;
  border-bottom: none;
}

.nav-link:hover,
.nav-sub-link:hover {
  color: #4d4d4d !important;
}

.nav-list,
.nav-sub-list {
  padding: 0 30px;
}

.nav-sub-link {
  color: #EBE9E9;
  font-size: 20px;
  font-weight: 300;
  border-bottom: none;
}

.nav .nav-active {
  color: #4d4d4d;
}

.nav-cart {
  border-top: 1px solid #EBE9E9;
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  padding-top: 20px;
}

.carousel {
  position: relative;
  width: 99.99%;
  overflow: hidden;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}

.carousel-viewport {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.carousel-pane {
  width: 100%;
  position: relative;
  float: left;
  display: none;
}

.carousel-pane:first-child {
  display: block;
}

.carousel-dot {
  display: inline-block;
  border: 1px solid #adafb1;
  border-radius: 12px;
  height: 12px;
  width: 12px;
  margin: 10px 3px;
  cursor: pointer;
}

.carousel-forward-arrow,
.carousel-backward-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  opacity: 0;
  background: url("//cdn.shopify.com/s/files/1/0062/0362/t/4/assets/left_arrow.svg?13364898904995030345") no-repeat left center;
  background-size: 40px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.carousel-forward-arrow {
  text-align: right;
  right: 0;
  left: 50%;
  background: url("//cdn.shopify.com/s/files/1/0062/0362/t/4/assets/right_arrow.svg?13364898904995030345") no-repeat right center;
  background-size: 40px;
}

.carousel-forward-arrow:hover,
.carousel-backward-arrow:hover {
  opacity: 1;
}

.product-page .header {
  background: #fff;
}

.product {
  margin-top: 65px;
}

.product-details {
  text-align: left;
}

.product-container,
.product-details-container {
  margin: 0 5% 30px;
}

.product-details-header {
  text-align: center;
}

.product-details h2 {
  margin-top: 5px;
}

.product-price {
  font-size: 16px;
}

.product-price:after {
  content: "";
  border-bottom: 3px solid #009cdb;
  width: 100%;
  max-width: 50px;
  margin: 16px auto 18px;
  display: block;
}

.product-form {
  margin-top: 30px;
}

.product-variant {
  text-align: center;
}

.minna-select {
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
}

.minna-select-title {
  text-align: left;
  border: 2px solid #adafb1;
  padding: 8px 37px 8px 17px;
  color: #adafb1;
  font-weight: 700;
  text-transform: uppercase;
  background: transparent url("//cdn.shopify.com/s/files/1/0062/0362/t/4/assets/down_arrow.svg?13364898904995030345") 93% center no-repeat;
  background-size: 11%;
  min-width: 116px;
  display: block;
}

.minna-options {
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.minna-options > ul {
  list-style: none;
  background: #fff;
  padding: 0;
  border: 2px solid #adafb1;
  border-top: none;
}

.minna-options li {
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
  color: #adafb1;
  font-weight: 700;
}

.minna-options li:hover {
  background: #efefef;
}

.minna-options--closed {
  visibility: hidden;
}

#product-add-btn {
  display: block;
  margin: 0 auto;
}

.product-section-intro {
  position: relative;
}

.product-section-intro-header {
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: 0 5%;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
}

.product-benefits-diagram {
  text-align: center;
}

.product-benefits-diagram img {
  width: 70%;
  margin: 20px auto 10px;
}

.product-benefits-diagram figcaption {
  font-size: 12px;
}

.product-benefits-matrix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px 0;
}

.product-benefits-matrix > div {
  width: 50%;
  text-align: center;
}

.product-benefits-matrix img {
  width: 50%;
  display: block;
  margin: 0 auto;
}

.product-benefits-matrix h4 {
  font-size: 14px;
  font-weight: 400;
  color: #009cdb;
}

.product-apps {
  padding-bottom: 60px;
}

.product-apps-text {
  padding-bottom: 10px;
}

.product-apps-link {
  width: 50% !important;
  float: left;
  display: block;
  position: relative;
  top: 15px;
}

.product-apps-android {
  top: 5px;
}

.product-apps-android img {
  width: 152px;
}

.product-videos-video > div {
  position: relative;
  padding-bottom: 45.5%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}

.product-videos-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-tips .btn {
  margin: 0;
}

.product-seen-item {
  display: inline;
}

.product-seen-img {
  display: inline-block;
  height: 30px;
  width: auto;
  margin: 0 30px 20px 0;
}

@media screen and (min-width: 500px) {
  .product-section-intro-header {
    font-size: 40px;
    font-weight: 300;
  }
  .product-benefits-matrix > div {
    width: 25%;
  }
  .product-benefits-diagram img {
    margin-top: 50px;
    width: 45%;
  }
  .product-apps {
    padding-bottom: 0px;
  }
  .product-apps-link {
    width: 157px !important;
  }
  .product-videos {
    margin: 0 5%;
  }
  .product-videos.non-mob-right-half {
    margin: 30px 5% 30px 0;
    width: 43%;
  }
  .across-from-heading {
    margin-top: 45px !important;
  }
  .product-videos-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-videos-video {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    width: auto !important;
  }
  .product-videos-video > div {
    padding-bottom: 45.5%;
  }
  .product-videos.non-mob-right-half .product-videos-video {
    -webkit-flex-basis: 98%;
        -ms-flex-preferred-size: 98%;
            flex-basis: 98%;
  }
  .product-videos.non-mob-right-half .product-videos-video > div {
    padding-bottom: 45.5%;
  }
  .product-details {
    padding: 70px 0 0;
  }
}

@media screen and (min-width: 1000px) {
  .product-carousel {
    float: left;
    width: 50%;
  }
  .product-details {
    width: 50%;
    float: left;
  }
  .product-details-container {
    width: 70%;
    margin: 80px auto 0;
  }
}

@media screen and (min-width: 1600px) {
  .product-benefits-matrix h4 {
    font-size: 28px;
  }
}

.product-preorder-heading,
.product-preorder-field {
  margin: 15px;
}

.product-preorder-field input {
  background: #EBE9E9;
  border: none;
  width: 90%;
  padding: 5px 5%;
  font-size: 13px;
}

.product-preorder-submit {
  background: #f06478 !important;
  width: 100% !important;
  margin-left: 0;
}

.product-preorder-success {
  display: none;
  opacity: 0;
  text-align: center;
  margin: 50px 0 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.product-preorder-success--visible {
  display: block;
  opacity: 1;
}

.product-preorder--invisible {
  visibility: hidden;
  opacity: 0;
}

.popup {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.popup-visible {
  visibility: visible;
  opacity: 1;
}

.popup-overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 8;
}

.popup-container {
  position: fixed;
  top: 100px;
  left: 0;
  background: #fff;
  z-index: 9;
  width: 100%;
  max-width: 500px;
  -webkit-transition: top 0.5s ease-in;
  transition: top 0.5s ease-in;
}

@media screen and (min-width: 500px) {
  .popup-container {
    left: 50vw;
    margin-left: -250px;
  }
}

.infographic {
  background: rgba(0, 0, 0, 0.4) url("//cdn.shopify.com/s/files/1/0062/0362/t/4/assets/kGoal_stat1.jpg?13364898904995030345") center;
  background-size: cover;
  width: 100%;
  position: relative;
}

.infographic-index-one {
  background: url("//cdn.shopify.com/s/files/1/0062/0362/t/4/assets/Home_stat1.jpg?13364898904995030345") center;
  background-size: cover;
}

.infographic-index-two {
  background: url("//cdn.shopify.com/s/files/1/0062/0362/t/4/assets/Home_stat2.jpg?13364898904995030345") center;
  background-size: cover;
}

.infographic-two {
  background: url("//cdn.shopify.com/s/files/1/0062/0362/t/4/assets/kGoal_stat2.jpg?13364898904995030345") center;
  background-size: cover;
}

.infographic-three {
  background: url("//cdn.shopify.com/s/files/1/0062/0362/t/4/assets/kGoal_stat3.jpg?13364898904995030345") center;
  background-size: cover;
}

.infographic-svg {
  display: block;
}

.infographic-svg text {
  fill: #fff;
  text-anchor: middle;
}

.infographic-value {
  font-size: 50px;
}

.infographic-unit {
  font-size: 29px;
}

.infographic-text {
  font-weight: 400;
  font-size: 18px;
}

.infographic-text.small {
  font-size: 18px;
}

.infographic-text.big {
  font-size: 50px;
  font-weight: 300;
}

.infographic-overlay {
  fill: #4d4d4d;
  fill-opacity: 0.4;
}

.infographic-circle {
  stroke-dasharray: 390;
  stroke-dashoffset: 390;
}

.animate .infographic-circle {
  -webkit-animation: stroked 700ms ease-out forwards;
          animation: stroked 700ms ease-out forwards;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.animate .fiftyone {
  -webkit-animation: strokedfiftyone 700ms ease-out forwards !important;
          animation: strokedfiftyone 700ms ease-out forwards !important;
}

.animate .infographic-circle.infographic-index-one {
  -webkit-animation: onethird 700ms ease-out forwards !important;
          animation: onethird 700ms ease-out forwards !important;
}

@-webkit-keyframes stroked {
  to {
    stroke-dashoffset: 39;
  }
}

@keyframes stroked {
  to {
    stroke-dashoffset: 39;
  }
}

@-webkit-keyframes strokedfiftyone {
  to {
    stroke-dashoffset: 191;
  }
}

@keyframes strokedfiftyone {
  to {
    stroke-dashoffset: 191;
  }
}

@-webkit-keyframes onethird {
  to {
    stroke-dashoffset: 260;
  }
}

@keyframes onethird {
  to {
    stroke-dashoffset: 260;
  }
}

@media screen and (min-width: 500px) {
  .infographic-svg {
    width: 60%;
    margin: 0 auto;
  }
  .infographic-text {
    font-weight: 300;
  }
  .infographic,
  .infographic-two,
  .infographic-three,
  .infographic-index-one {
    height: 950px;
  }
  .infographic-index-two {
    height: 950px;
    margin-bottom: 40px;
  }
  .infographic .infographic-graphic,
  .infographic-two .infographic-graphic,
  .infographic-three .infographic-graphic,
  .infographic-index-one .infographic-graphic,
  .infographic-index-two .infographic-graphic {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.accessories {
  background: #EBE9E9;
}

.accessories-wrapper {
  padding: 10px 5% 30px;
}

.accessories h1 {
  font-weight: 300;
  font-size: 27px;
}

.accessories-list {
  padding: 0;
  list-style: none;
}

.accessories-item {
  margin: 35px 0;
}

.accessories-item:last-child {
  margin-bottom: 0;
}

.accessories-item-title {
  font-size: 18px;
  color: #009cdb;
  line-height: 1.2;
  margin: 15px 0;
}

@media screen and (min-width: 500px) {
  .accessories-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .accessories-item {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
  }
}

.footer-copyright {
  color: #adafb1;
}

.footer-copyright > a {
  color: #adafb1;
  border: none;
  font-weight: 300;
}

.footer-copyright > a:hover {
  color: #4d4d4d;
}

.footer-newsletter {
  width: 100%;
}

.footer-newsletter-field {
  border: none;
  background-color: #fff;
  color: #adafb1;
  padding: 7px 4%;
  margin: 0;
  width: 77%;
  font-size: 16px;
  font-weight: 300;
  float: left;
}

.footer-newsletter-submit-btn {
  background: #adafb1 url("//cdn.shopify.com/s/files/1/0062/0362/t/4/assets/arrow.svg?13364898904995030345") center no-repeat;
  background-size: 28%;
  border: none;
  color: #fff;
  padding: 7px 6%;
  margin: 0;
  width: 15%;
  font-size: 16px;
  float: left;
  text-indent: 100%;
}

.footer-newsletter-submit-btn:hover {
  background-color: #4d4d4d;
}

@media screen and (min-width: 500px) {
  .footer-newsletter-submit-btn {
    background-size: 20%;
  }
}

.footer-social-list {
  list-style: none;
  padding: 0 0 0 30px;
  margin-top: 0;
}

.footer-social-link {
  color: #adafb1;
  font-size: 13px;
  font-weight: 300;
  border: none;
}

.footer-social-link:hover {
  color: #4d4d4d;
}

.footer-menu-list {
  list-style: none;
  padding: 0 30px 0 0;
  border-right: 1px solid #fff;
  margin-top: 0;
  position: relative;
  top: -3px;
}

.footer-menu-link {
  color: #adafb1;
  border: none;
  font-size: 20px;
  font-weight: 300;
}

.footer-menu-link:hover {
  color: #4d4d4d;
}

.footer {
  background: #EBE9E9;
  padding: 30px;
}

.footer li {
  margin: 0;
  line-height: 1.4;
}

.footer-menu,
.footer-social {
  float: left;
  margin-bottom: 10px;
}

.footer-newsletter {
  clear: both;
  margin: 20px 0;
}

.footer-newsletter:after {
  content: "";
  display: table;
  clear: both;
}

.footer-newsletter-field {
  color: #4d4d4d;
}

@media screen and (min-width: 500px) {
  .footer-newsletter {
    margin: 0;
  }
}

.generic-page {
  margin: 67px 0 90px;
}

.generic-page-hero {
  position: relative;
  background: transparent url("//cdn.shopify.com/s/files/1/0062/0362/t/4/assets/about.jpg?13364898904995030345") no-repeat center;
  background-size: cover;
  height: 40vh;
}

.generic-page-container {
  margin: 80px 5% 0;
}

.generic-page-hero-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 5% 15px;
}

.generic-page-hero + .generic-page-container {
  margin-top: 0;
}

.page-contact a,
.page-help a {
  border: none;
}

.page-kgoal-help img,
.page-limon-help img,
.page-ola-help img {
  max-width: 700px;
}

@media screen and (min-width: 500px) {
  .generic-page-hero {
    height: 70vh;
  }
  .generic-page-hero-heading {
    font-size: 24px !important;
    width: 70%;
    margin: 0 5% 5%;
  }
  .generic-page-container {
    width: 66%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.home-kgoal-intro {
  background-image: url("//cdn.shopify.com/s/files/1/0062/0362/t/4/assets/Home.jpg?13364898904995030345");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  height: 400px;
  height: 60vh;
  margin-top: 67px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.home-kgoal-intro > div {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.home-kgoal-intro h1 {
  padding: 0 15% 20px;
  margin-bottom: 0;
}

.home-kgoal-shop-now {
  margin: 20px 0 50px;
  text-align: center;
}

.home-image-with-bottom-text,
.home-image-with-centered-text {
  position: relative;
}

.home-image-with-bottom-text-wrapper,
.home-image-with-centered-text-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 15%;
}

.home-image-with-bottom-text-wrapper {
  text-align: left;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
  margin: 0 10% 0 5%;
}

.home-image-with-bottom-text h1 {
  margin-bottom: 15px;
}

.home-learn-more-image {
  position: relative;
  padding-top: 40px;
}

.home-learn-more-image-link {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 5%;
}

.home-vibrators {
  margin-bottom: 30px;
}

@media screen and (min-width: 500px) {
  .home-kgoal-intro {
    height: 80vh;
  }
  .home-kgoal-intro h1 {
    font-size: 48px;
  }
  .home-learn-more-image-link {
    position: static;
    display: inline-block !important;
    margin-left: 0;
  }
  .home-kgoal-boost {
    clear: both;
  }
  .home-image-with-bottom-text {
    margin-bottom: 40px;
  }
  .home-image-with-bottom-text h1 {
    font-size: 40px;
  }
}

.collection {
  text-align: center;
}

.collection-list {
  list-style: none;
  padding: 0;
  margin-top: 67px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.collection-item {
  margin: 0 0 30px 0;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.collection-item-title {
  margin: 10px 0;
}

.collection-item-price {
  margin: 0;
}

.collection-shop-accessories {
  margin: 20px 0 50px;
}

@media screen and (min-width: 500px) {
  .collection-item {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
  }
}

.show-on-non-mob {
  display: none;
}

@media screen and (min-width: 500px) {
  .non-mob-right-half,
  .non-mob-left-half {
    width: 45%;
  }
  .non-mob-left-half {
    float: left;
    margin: 0 0 30px 5%;
  }
  .non-mob-right-half {
    float: right;
    margin: 0 5% 30px 0;
  }
  .non-mob-no-margin {
    width: 50%;
    margin: 0 !important;
  }
  .non-mob-just-no-margin {
    margin: 0 !important;
  }
  .non-mob-just-no-left-margin {
    margin-left: 0 !important;
  }
  .hide-on-non-mob {
    display: none !important;
  }
  .show-on-non-mob {
    display: block;
  }
}

#floating-add-to-cart {
  position: fixed;
  top: 67px;
  left: 0;
  background: #EBE9E9;
  width: 90%;
  padding: 10px 5% 10px;
  z-index: 3;
}

#floating-add-to-cart .product-variant,
#floating-add-to-cart .product-selector {
  float: left;
  font-size: 10px;
  margin-bottom: 0;
}

#floating-add-to-cart .minna-select-title {
  font-size: 10px;
}

#floating-add-to-cart .product-variant {
  margin-top: 8px;
  font-size: 12px;
}

#floating-add-to-cart .product-selector {
  margin-top: 0;
}

#floating-add-to-cart .minna-select-title {
  min-width: 90px;
}

#floating-add-to-cart .btn {
  float: right;
  font-size: 10px;
  padding: 10px 20px;
}

@media screen and (min-width: 1000px) {
  .product-floating-submit {
    float: right;
    width: 49%;
    margin-left: 1%;
    text-align: left;
  }
  .product-floating-submit > #product-add-btn {
    float: none;
    margin: 0;
  }
  #floating-add-to-cart .product-selector,
  #floating-add-to-cart .product-variant {
    width: 49%;
    text-align: right;
    margin-right: 1%;
  }
}

.how-to {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.how-to-show {
  max-height: 3000px;
}
