  .reusable-video-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 32px 32px 0 32px;
  }
  @media (max-width: 767px)
  {
    .reusable-video-wrapper {
      padding: 32px 0 0 0;
    }
  }

  /* --- hero --- */

  .psd--page-hero {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

    padding: 110px 0;
    position: relative;
  }
  .psd--page-hero:after {
    content:    '';
    position:   absolute;
    width:      100%;
    height:     100%;
    top:        0;
    left:       0;
    background-repeat:      no-repeat;
    background-size:        100% 100%;
    background-position:    center;
    z-index:    0;
  }

  /* --- contact grid --- */

  .contact-item {
    text-align: center;
    padding-left: 0;
  }
  .contact-item:first-child {
    border-right: 1px solid #e5e5e5;
  }
  .contact-item:nth-child(3) {
    border-left: 1px solid #e5e5e5;
  }
  .contact--links {
    text-align: center;
    margin-top: 60px;
  }
  @media (max-width: 768px) {
    .contact-item:first-child, .contact-item:nth-child(3) {
      border:none;
    }
    .contact-item:first-child, .contact-item:nth-child(2) {
      margin-bottom: 30px;
    }
  }

  #page--testimonials .grid__item {
    margin: 0;
  }
  #page--testimonials .testimonials--hero {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  #page--testimonials .testimonial--wearing {
    color: rgb(220, 220, 220);
  }

  #page--testimonials .grid--full {
    position: relative;
  }

  #page--testimonials .grid--photo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    z-index: 10;
  }

  #page--testimonials .grid--photo img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  #page--testimonials .testimonial--text {
    position: relative;
    height: 450px;
  }

  #page--testimonials .testimonial--content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #page--testimonials .testimonial--content img {
    width: 150px;
  }

  #page--testimonials .testimonial {
    position: relative;
    z-index: 5;
    padding-top: 18px;
  }

  #page--testimonials .testimonial--content .psd--h2  {
    margin-bottom: 0;

  }

  #page--testimonials .testimonial--img {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    height: 450px;
  }

  #page--testimonials .testimonial--content .psd--para:nth-child(4) {
    font-weight: bold;
  }

  @media (max-width: 768px) {


    #page--testimonials .grid--photo {
      position: initial;
      top: initial;
      left: initial;
      margin-right: 0;
      transform: translate(0,0);
      text-align: center;
      padding-top: 72px;
    }

    #page--testimonials .testimonial--content {
      text-align: center;
    }

    #page--testimonials .testimonial--text {
      height: auto;
    }

    #page--testimonials .testimonial--content {
      position: initial;
      top: initial;
      left: initial;
      margin-right: 0;
      transform: translate(0,0);
      padding-right: 0;
      margin: 0 auto 76px;
    }

    #page--testimonials .odd {
      background-color: #f5f5f5
    }
  }

  .hero-video {
    position: relative;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero-video__bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
  }
  .hero-video__bg-video > video {
    object-fit: cover;
    height: 100%;
    width: 100vw;
  }
  .hero-video__bg-video-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
  }
  .hero-video__content {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
    z-index: 1;
  }
  .hero-video__content h4, .hero-video__content h2, .hero-video__content > p {
    margin-bottom: 8px;
    line-height: 1;
    color: white;
    /*text-shadow: 0 3px 16px rgba(0,0,0,0.06), 0 3px 16px rgba(0,0,0,0.13); */
  }
  .hero-video__content h4 {
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    position: relative;
  }
  .hero-video__content h2 {
    text-transform: none;
    letter-spacing: 1px;
  }
  .hero-video__content > p {
    font-size: 22px;
    font-weight: 600;
  }
  .hero-video__btns .btn {
    width: 240px;
    margin: 8px 16px 8px 0;
    padding: 16px 0;
  }
  .hero-video__btns .btn:last-of-type {
    margin-right: 0;
  }
  .hero-video__play-link {
    margin-top: 8px;
  }
  .hero-video__content ul li{
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .titulo-dias-gratis {
    font-size:1.6em;
    color: #000;
    margin-top: 10px;
    text-transform: none;
  }

  @media (max-width: 1024px) {
    .hero-video__content {
      padding: 0 32px;
    }
    .titulo-dias-gratis {
      font-size:1.2em;
      color: #000;
      margin-top: 10px;
      text-transform: none;
    }
  }

  @media (max-width: 768px) {
    .hero-video__content h4 {
      margin-bottom: 8px;
      font-size: 14px;
      text-align: center;
    }
    .hero-video__content h2 {
      line-height: 1.36;
      text-align: center;
    }
    .hero-video__content > p {
      font-size: 14px;
      line-height: 1.43;
      letter-spacing: 0.3px;
      text-align: center;
    }
    .hero-video__btns {
      text-align: center;
    }
    .hero-video__btns .btn {
      font-size: 12px;
      padding: 12px 0 9px 0;
      margin-right: 8px;
    }
    .hero-video__play-link {
      margin-top: 24px;
    }
  }

  @media (max-width: 550px) {
    .hero-video__btns {
      display: flex;
    }
    .hero-video__btns .btn {
      flex: 1;
    }
  }

  .hero-video {
    position: relative;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero-video__bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
  }
  .hero-video__bg-video > video {
    object-fit: cover;
    height: 100%;
    width: 100vw;
  }
  .hero-video__bg-video-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
  }
  .hero-video__content {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
    z-index: 1;
  }
  .hero-video__content h4, .hero-video__content h2, .hero-video__content > p {
    margin-bottom: 8px;
    line-height: 1;
    color: white;
    /*text-shadow: 0 3px 16px rgba(0,0,0,0.06), 0 3px 16px rgba(0,0,0,0.13); */
  }
  .hero-video__content h4 {
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    position: relative;
  }
  .hero-video__content h2 {
    text-transform: none;
    letter-spacing: 1px;
  }
  .hero-video__content > p {
    font-size: 22px;
    font-weight: 600;
  }
  .hero-video__btns .btn {
    width: 240px;
    margin: 8px 16px 8px 0;
    padding: 16px 0;
  }
  .hero-video__btns .btn:last-of-type {
    margin-right: 0;
  }
  .hero-video__play-link {
    margin-top: 8px;
  }

  @media (max-width: 1024px) {
    .hero-video__content {
      padding: 0 32px;
    }
  }

  @media (max-width: 768px) {
    .hero-video__content h4 {
      margin-bottom: 8px;
      font-size: 14px;
      text-align: center;
    }
    .hero-video__content h2 {
      line-height: 1.36;
      text-align: center;
    }
    .hero-video__content > p {
      font-size: 14px;
      line-height: 1.43;
      letter-spacing: 0.3px;
      text-align: center;
    }
    .hero-video__btns {
      text-align: center;
    }
    .hero-video__btns .btn {
      font-size: 12px;
      padding: 12px 0 9px 0;
      margin-right: 8px;
    }
    .hero-video__play-link {
      margin-top: 24px;
    }
  }

  @media (max-width: 550px) {
    .hero-video__btns {
      display: flex;
    }
    .hero-video__btns .btn {
      flex: 1;
    }
  }

  /*
  main.psd-content {
    padding-top: 0 !important;
  }
  */
  .ff-bottom-shadow {
    position: relative;
    width: 100%;
    height: 10px;
    top: -10px;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
  }
  .ff-bottom-container {
    position: relative; /* overlay email pane */
    background-color: white;
  }
  #footer-section {
    position: relative; /* overlay email pane */
    z-index: 1; /* under footfacts-modal */
  }
  .ff-modal-container {
    z-index: 999999;
  }

/* footfacts-klaviyo-email snippet styles */
  .ff-form {
    max-width: 300px;
    width: 100%;
  }
  .ff-phone-number-container {
    display: none;
  }
  .ff-form input {
    height: 50px !important;
    padding: 0 16px !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 16px !important;
      border-radius: 4px !important;
      border: solid 1px #e1e1e1 !important;
    background-color: #fff !important;
    margin-bottom: 16px;
    width: 100%;
  }
  .ff-form input::placeholder {
    font-family: Montserrat, sans-serif !important;
  }
  .ff-form button {
    height: 50px !important;
    padding: 0 !important;
    font-family: Montserrat, sans-serif !important;
      font-weight: 600 !important;
    width: 100%;
  }
  .ff-form p {
    font-family: Montserrat, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.56 !important;
    color: #4a4a4a !important;
  }
  .ff-form-unsubscribe {
    margin-top: 16px;
    max-width: 300px;
    width: 100%;
    text-align: center;
    display: none; /* Gets displayed on the js callbacks below */
  }
  .ff-scroll-container {
    width: 100%;
  }
  .ff-email-pane {
    width: 30%;
    height: 100vh;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
  .ff-scroll-pane {
    width: 70%;
    height: 500vh;
    min-height: 3000px;
  }
  .ff-scroll-slide {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    color: #ffffff;
    overflow: hidden;
  }
  .ff-scroll-slide .contents {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
  }
  .ff-scroll-slide .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 735px;
    margin-bottom: 16px;
  }
  .ff-scroll-slide-cover .video-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .ff-cover-video {
    object-fit: cover;
    height: 100vh;
    width: 100vw;
    min-height: 600px;
  }
  .ff-cover-mobile-email {
    width: 300px;
    display: none;
  }
  .ff-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 60;
  }
  .ff-video-modal-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: flexcenter;
  }
  .ff-video-modal-video {
    width: 100%;
  }
  .ff-video-modal-close-btn {
    position: absolute;
    width: 20px;
    top: 70px;
    right: 20px;
    cursor: pointer;
  }


  .bg-moving-container {
    position: absolute;
    left: 0;
    width: calc(1564px * 3);
  }
  .bg-moving-container.wave-top {
    top: 0;
    height: 80px;
      animation: slide 120s linear infinite;
  }
  .bg-moving-container.wave-bottom {
    top: 60%;
    height: 200px;
      animation: slide 60s linear infinite;
  }
  .bg-moving-container .bg-wave {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .bg-moving-container.wave-top .bg-wave {
    bottom: 0;
      transform: scaleY(-1);
  }
  @keyframes slide{
    0%{
      transform: translate3d(0, 0, 0);
    }
    100%{
      transform: translate3d(-1564px, 0, 0);
    }
  }.bg-moving-container .bg-wave-gradient-1 {
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(30, 185, 149, 0), #1eb995);
    }.bg-moving-container .bg-wave-gradient-2 {
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(95, 192, 181, 0), #5fc0b5);
    }.bg-moving-container .bg-wave-gradient-3 {
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(223, 153, 0, 0), #df9900);
    }.bg-moving-container .bg-wave-gradient-4 {
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(228, 48, 61, 0), #e4303d);
    }.ff-scroll-slide-cover-title {
      font-family: Montserrat, sans-serif;
      font-size: 62px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: -1.9px;
    margin: 0;
  }
    .ff-scroll-slide-cover-subtitle {
      font-family: Montserrat, sans-serif;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: -1.9px;
    margin: 0;
  }
  .ff-scroll-slide-cover-ticker .ticker-item p {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.7;
      color: #f5f5f5;
  }
  .ff-scroll-slide-cover .background-text {
      font-family: Montserrat;
      font-size: 200px;
      font-weight: bold;
      line-height: 0.75;
      letter-spacing: -3.4px;
      opacity: 0.1;
    position: absolute;
    left: -40px;
    bottom: 50vh;
  }
    .ff-scroll-slide-title {
      font-family: Montserrat, sans-serif;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.31;
      letter-spacing: -1px;
    margin: 0 0 6px 0;
  }
    .ff-scroll-slide-subtitle {
      font-family: Montserrat, sans-serif;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.7;
      color: #f5f5f5;
    max-width: 735px;
  }
  .ff-scroll-slide img {
    max-width: 430px;
  }
  .ff-sidebar-container {
    max-width: 320px;
    text-align: center;
  }
  .ff-email-pane-title {
      font-family: Montserrat, sans-serif;
      font-size: 28px;
      font-weight: bold;
      line-height: 1.29;
    margin-bottom: 3px;
    text-align: center;
  }
  .ff-email-pane-subtitle {
      font-family: Montserrat, sans-serif;
      font-size: 18px;
      line-height: 1.56;
  }.ff-scroll-slide-1 {
      background-color: #1A6E61;
    }.ff-scroll-slide-2 {
      background-color: #189581;
    }.ff-scroll-slide-3 {
      background-color: #189543;
    }.ff-scroll-slide-4 {
      background-color: #679878;
    }.scroll-to-learn-more-text {
    position: absolute;
    bottom: 20px;
  }
  .scroll-to-learn-more-text .mobile {
    display: none;
  }
  .scroll-to-learn-more-text > p {
    margin-top: 32px;
      font-family: Montserrat;
      font-size: 14px;
      font-weight: 300;
    cursor: default;
  }
  .scroll-to-learn-more-text .arrow {
    position: relative;
    display: block;
    cursor: default;
  }
  .scroll-to-learn-more-text .arrow p {
    position: absolute;
    width: 100%;
    height: 12px;
    margin-top: -10px;
    margin-left: 6px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 3-8 */
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #fff;
  }

    @media (max-width: 767px) {
    .ff-email-pane {
      display: none;
      }
    .ff-scroll-pane {
      width: 100%;
    }
    .ff-scroll-slide-cover .video-wrapper {
      top: 44px;
      height: calc(100vh - 300px);
    }
    .ff-cover-video {
      position: absolute;
      height: 100%;
      min-height: 100%;
    }
    .ff-play-btn {
      width: 80px;
    }
    .ff-scroll-slide-cover .contents {
      justify-content: flex-end;
    }
    .ff-cover-mobile-email {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
    .ff-scroll-slide .text-wrapper {
      max-width: 100%;
    }
      .ff-scroll-slide-title {
        font-size: 24px;
    }
      .ff-scroll-slide-subtitle {
        font-size: 16px;
    }

    .scroll-to-learn-more-text {
      position: relative;
      bottom: 0;
      margin-top: 32px;
    }
    .scroll-to-learn-more-text .desktop {
      display: none;
    }
    .scroll-to-learn-more-text .mobile {
      display: block;
    }
    .scroll-to-learn-more-text > p {
      margin-top: 10px;
      color: black;
    }
    .scroll-to-learn-more-text .arrow p {
      margin-left: -6px;
      transform: rotate(-90deg);
      -ms-transform: rotate(-90deg); /* IE 9 */
      -webkit-transform: rotate(-90deg); /* Safari 3-8 */
      color: black;
    }

    }
  .ff-modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
  }
  .ff-modal-flex {
    width: 100%;
    height: 100%;
    padding: 16px;
    display: flex;
  }
  .ff-modal {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    text-align: center;
    margin: auto;
    max-width: 630px;
    min-height: 510px;
      color: #000000;
      border-radius: 6px;
      box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.34);
    padding: 32px;
  }
  .ff-modal-video-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .ff-modal-video-frame {
    position: absolute;
    height: 164px;
  }
  .ff-modal-video {
    width: 78px;
    height: 160px;
    background: black;
    border-radius: 10px;
  }
  .ff-modal .title {
      font-family: Montserrat;
      font-size: 28px;
      font-weight: bold;
      line-height: 1.29;
      text-align: center;
    margin: 28px 0 8px 0;
    padding: 0;
  }
  .ff-modal .text {
      font-family: Montserrat;
      font-size: 20px;
      line-height: 1.8;
      text-align: center;
    margin-bottom: 16px;
    padding: 0;
    max-width: 444px;
  }
  .ff-modal button {
      font-family: Montserrat;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
    height: 50px;
  }

    .ff-modal .close-btn-wrapper {
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 10;
    }
    .ff-modal .close-btn {
      height: 35px;
      width: 100%;
      padding: 10px;
      cursor: pointer;
    }
    .ff-modal .close-btn img {
      float: right;
      width: 15px;
    }

    @media (max-width: 767px) {
    .ff-modal {
      max-width: 350px;
      min-height: 0;
    }
    .ff-modal .title {
        font-size: 24px;
        line-height: 1;
    }
    .ff-modal .text {
        font-size: 16px;
        line-height: 1.5;
      max-width: 100%;
    }
  }
  .ff-learn-container {
    width: 100%;
    padding: 90px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000000;
  }
  .ff-steps-container {
    max-width: 900px;
  }
  .ff-steps-step {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ff-steps-title {
    margin-bottom: 3px;
    font-family: Montserrat;
    font-size: 38px;
    font-weight: bold;
    line-height: 0.95;
    text-align: center;
  }
  .ff-steps-subtitle {
    max-width: 700px;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
  }
  .ff-steps-step-title {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
    line-height: 0.73;
    text-align: center;
  }
  .ff-steps-step-subtitle {
    max-width: 245px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
    text-align: center;
  }
  .ff-steps-step-img-container {
    /*height: 130px;*/
    margin: 50px 0 30px 0;
      display: flex;
      align-items: center;

  }
    @media (max-width: 767px) {
    .ff-steps-title {
      margin-bottom: 10px;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.45;
    }
    .ff-steps-subtitle {
      max-width: 100%;
      font-size: 18px;
      line-height: 1.67;
    }
    .ff-steps-container {
      width: 100vw;
    }
    .ff-steps-step {
      min-width: 100vw;
    }
    .ff-steps-step-subtitle {
      font-size: 16px;
        font-weight: normal;
      line-height: 1.88;
    }
    .ff-steps-step-img-container {
      margin: 64px 0 30px 0;
    }
      /* custom slick options */
      .ff-steps-container .slick-dots li {
        margin: 0;
      }
      .ff-steps-container .slick-dots li button:before {
        color: #1eb995;
        opacity: 0.5;
        font-size: 8px;
      }
      .ff-steps-container .slick-dots li.slick-active button:before {
        opacity: 1;
        font-size: 10px;
      }
  }


  .ff-steps-container .slick-track
  {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .ff-footer-container {
    padding: 96px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1eb995;
    color: #ffffff;
  }
  .ff-footer-capture-title {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.29;
    text-align: center;
  }
  .ff-footer-capture-subtitle {
      font-family: Montserrat;
      font-size: 18px;
      line-height: 1.56;
      text-align: center;
    max-width: 530px;
  }
    @media (max-width: 767px) {
    .ff-footer-capture-title {
      font-size: 22px;
    }
  }

  .basic-modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999999;
  }
  .basic-modal-flex {
    width: 100%;
    height: 100%;
    padding: 16px;
    display: flex;
  }
  .basic-modal {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    text-align: center;
    margin: auto;
    max-width: 630px;
    min-height: 510px;
    color: #000000;
    border-radius: 6px;
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.34);
    padding: 32px;
  }
  .basic-modal .title {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.29;
    text-align: center;
    margin: 28px 0 5px 0;
    padding: 0;
  }
  .basic-modal .text {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
    margin-top: 0;
    margin-bottom: 16px;
    padding: 0;
    max-width: 412px;
  }
  .basic-modal-error .title {
    color: rgb(208, 51, 31);
  }
  .basic-modal button {


  }
  .basic-modal button:hover {

  }
  .basic-modal .close-btn-wrapper {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
  }
  .basic-modal .close-btn {
    height: 35px;
    width: 100%;
    padding: 10px;
    cursor: pointer;
  }
  .basic-modal .close-btn img {
    float: right;
    width: 15px;
  }

  @media (max-width: 767px) {
    .basic-modal {
      max-width: 350px;
      min-height: 0;
    }
    .basic-modal .title {
      font-size: 24px;
      line-height: 1;
    }
    .basic-modal .text {
      font-size: 16px;
      line-height: 1.5;
      max-width: 100%;
    }
  }
.product-section-images {
    position: relative;
    width: 100%;
    margin: 0 32px 0 0;
    height: fit-content;
  }
  .product-image-wrapper {
    position: relative;
    float: left;
    padding: 0 8px 10px 8px;
    overflow: hidden;
  }
  .product-image-wrapper > div {
    width: 100%;
  }
  .product-image-wrapper img {
    width: 100%;
    background: #f3f4f6;
  }
  .product-image-wrapper img.lazyload {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: filter 400ms, -webkit-filter 400ms;
  }
  .product-image-wrapper img.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  .product-image-wrapper .product-image-loader {
    position: absolute;
    top: 0;
    left: 8px;
    bottom: 16px;
    right: 8px;
    background: #f3f4f6;
    padding-top: 40%;
    transition: 0.5s;
  }
  .product-image-wrapper .product-image-loader .simple-spinner {
    left: 50%;
  }
  .product-image-wrapper img.lazyloaded ~ .product-image-loader {
    opacity: 0;
  }
  /* spinner */
  .simple-spinner {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 50px;
    height: 50px;
    margin-bottom: -25px;
    margin-left: -25px;
    border: 3px solid #CCCCCC;
    border-radius: 50%;
    border-right-color: rgba(255, 255, 255, 0);
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1.5s linear infinite;
  }
  @keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }
  @-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }

  @media (max-width: 1024px) {
    .product-section-images {
      margin: 0 48px 0 0;
    }
    .product-image-wrapper {
      padding: 0 4px 4px 4px;
    }
    .product-image-wrapper .product-image-loader {
      left: 0;
      right: 0;
      margin: 0 4px 4px 4px;
    }
  }
  @media (max-width: 767px) {
    .product-section-images {
      display: none;
    }
  }
.product-reviews-wrapper {
    cursor: pointer;
  }
  .spr-badge-starrating .spr-icon {
    color: #f7c10a;
  }
  .spr-badge-caption, .spr-badge-caption a {
    font-family: Muli, sans-serif;
    color: #f7c10a;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
  }
  /* hide if no reviews */
  .spr-badge[data-rating="0.0"] {
    visibility:hidden; display: none;
  }
  @media (max-width: 767px){
    .spr-badge-starrating .spr-icon {
      font-size: 12px;
    }
    .spr-badge-caption, .spr-badge-caption a {
      font-size: 12px;
    }
  }
.product-mobile-image-section {
    display: none;
  }
  @media (max-width: 767px) {
    .product-mobile-image-section {
      padding-top: 32px;
      display: block;
      width: 100%;
      height: 320px;
      background: #f3f4f6;
    }
    .product-mobile-image {
      width: 100%;
      height: 232px;
      background-size: auto 100%;
      background-position: center;
      background-repeat: no-repeat;
    }
    .story-behind-design-btn p {
      height: 16px;
      margin-top: 16px;
      font-family: Montserrat, sans-serif;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.33;
      text-align: center;
      color: #1eb995;
    }
  }
/* Tab selector */
  .vselector {
    clear: both;
  }
  .vselector-title {
    padding-top: 32px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
    margin: 0 0 16px 0;
  }
  .vselector-tabs {
    display: flex;
    position: relative;
    width: 100%;
    list-style-type: none;
    border-top: 1px solid rgba(184, 184, 184, 0.5);;
    border-bottom: 1px solid rgba(184, 184, 184, 0.5);;
    margin: 0;
    padding: 0;
  }
  .vselector-tabs li{
    float: left;
    padding: 20px 0;
    cursor: pointer;
    flex: 1;
    position: relative;
  }
  .vselector-tabs li.selected {
    border-bottom: none;
  }
  .vselector-tabs li h4 {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.14;
    color: #bababa;
    text-transform: uppercase;
    text-align: center;
  }
  .vselector-tabs li.selected h4 {
    font-weight: bold;
    color: black;
  }
  .vselector-tabs li p {
    font-family: Muli, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #4a4a4a;
  }

  .vselector-underbar{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50.0%;
    height: 4px;
    background: #1eb995;
    transition: 0.3s ease;
  }
  .vselector-underbar .vselector-arrow {
    width: 0;
    height: 0;
    border-bottom: 6px solid #00b395;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: 50%;
    margin-left: calc(50% - 6px);
    margin-top: -6px;
  }

  /* selected text */
  .vselector-selected-option {
    margin: 32px 0 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #4a4a4a;
  }
  .vselector-selected-option .current-value-type {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
  }

  /* Variant option section */
  .vselector-sections {
    display: flex;
    padding-top: 8px;
  }
  .vselector-section {
    display: none;
    padding: 0;
    width: 100%;
    margin: 8px 0 24px 0;
  }
  .vselector-section.selected {
    display: block;
  }
  .vselector-section li {
    float: left;
    width: 25%; /*72px */
    height: 72px;
    margin-bottom: 8px;
    padding-right: 8px;
    list-style-type: none;
  }
  .vselector-section a {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
  }
  .vselector-section a:not(.selected) {
    cursor: pointer;
  }
  .vselector-section a.selected:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #1eb995;
  }
  .vselector-section-option img {
    max-height: 100%;
  }
  /* enable hover selection */
  @media (hover) {
    .vselector-section a:not(.selected):hover:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.3;
      background-color: #1eb995;
    }
  }
  @media (max-width: 767px){
    .vselector {
      padding: 0;
      margin: 0;
    }
    .vselector-title {
      margin: 32px;
      padding: 0;
      font-weight: bold;
      text-align: center;
    }
    .vselector-tabs li{
      width: auto;
      margin: 0 auto;
    }
    .vselector-selected-option {
      margin-left: 32px;
    }
    .vselector-sections-wrapper {
      width: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap;
      padding: 0 32px;
    }
    .vselector-sections {
      display: inherit;
    }
    .vselector-section {
      width: max-content;
      margin: 8px 0;
    }
    .vselector-section.selected {
      display: flex;
    }
    .vselector-section li {
      width: 90px;
      height: 90px;
    }
    .vselector-section li:last-of-type {
      margin-right: 32px;
    }
  }
/* quantity control */
  .product-quantity {
    float: left;
    padding-top: 13px;
    margin-right: 21px;
    margin-bottom: 16px;
  }
  .quantity-minus {
    margin-top: 3px;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
  }
  .quantity-plus {
    margin-top: 3px;
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
  }
  .quantity-amount {
    float: left;
    padding: 0 15px;
  }
  .quantity-amount input[type="text"] {
    float: left;
    width: 30px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    border-bottom: 2px solid black;
    text-align: center;
    background: none;
  }
  /* add to cart btn */
  .add-to-cart {
    min-width: 200px;
    border-radius: 25px;
    background-color: #ea4640;
    border: 0;
    padding: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: white;
  }
  .product-sub-caption {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #333333;
    font-style: italic;
  }
  @media (max-width: 767px) {
    .product-add-to-cart {
      margin: 12px 32px 32px 32px;
    }
    .product-sub-caption {
      text-align: center;
    }
  }
  @media (max-width: 375px) {
    .product-quantity {
      margin-right: 0;
    }
    .add-to-cart {
      float: right;
      margin-bottom: 32px;
    }
    .product-sub-caption {
      overflow: auto;
      width: 100%;
    }
  }
  @media (max-width: 359px) {
    .product-quantity {
      padding-top: 0;
      margin-bottom: 24px;
      margin-left: calc(50% - 44px);
    }
    .product-add-to-cart {
      text-align: center;
    }
    .add-to-cart {
      float: inherit;
      margin-bottom: 0;
    }
  }

  /* add to cart modal - remove when new cart added */
  #add_to_cart_modal {
    border-radius: 4px;
    padding: 30px;
  }
  #add_to_cart_modal h3 {
    text-align: center;
  }
  #add_to_cart_modal .psd-item-countable-line.one::after {
    border-color: #FFC805;
  }
  #add_to_cart_modal .psd-item-countable-line.two::before {
    border-color: #FFC805;
  }
  #add_to_cart_modal .button-container {
    text-align: center;
  }
  #add_to_cart_modal .button-container .primary-button {
    width: 240px;
  }
  #add_to_cart_modal .continue-shopping {
    text-align: center;
    padding-top: 20px;
  }
  #add_to_cart_modal .continue-shopping a {
    text-decoration: none;
    font-size: 14px;
    font-family: Montserrat;
    color: #ea4640;
  }
  .psd-row-countable {
    counter-reset: item;
  }
  .psd-row {
    position: relative;
    overflow: hidden;
    width: 645px;
    margin: 0 auto;
    height: 100px;
    padding-top: 45px;
    margin-bottom: 50px;
  }
  .psd-text-center {
    text-align: center;
  }
  .psd-sm-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .psd-sm-4.one, .psd-sm-4.four {
    width: 25%;
  }
  .psd-sm-4.two, .psd-sm-4.three {
    width: 25%;
  }
  .psd-item-countable::before {
    color: #ea4640;
    border-color: #ea4640;
    background-color: #fff;
  }
  .psd-item-countable::before {
    content: '';
    width: 28px;
    height: 28px;
    display: block;
    margin: auto;
    border: 5px solid #BBBBBB;
    border-radius: 50%;
    position: relative;
    z-index: 1;
  }
  .psd-item-countable.completed::before {
    border-color: #FFC805;
    background-color: #FFC805;
  }
  .psd-item-countable.active::before {
    border-color: #FFC805;
  }
  .psd-item-countable-line::before {
    content: '';
    position: absolute;
    left: 0;
    width: 38%;
    top: 14px;
    border-top: 1px solid;
    border-color: #BBBBBB;
  }
  .psd-item-countable-line::after {
    content: '';
    position: absolute;
    right: 0;
    width: 38%;
    top: 14px;
    border-top: 1px solid;
    border-color: #BBBBBB;
  }
  .psd-item-countable-line.one::before {
    content: none;
  }
  .psd-item-countable-line.four::after {
    content: none;
  }
  .progress-caption {
    font-size: 12px;
    text-align: center;
    font-family: "Muli", sans-serif;
  }
  .button-container button.primary-button {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    border: none !important;
    border-radius: 4px;
    width: 350px;
    height: 50px;
    background: #ea4640;
    text-align: center;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0px;
    line-height: 50px;
    transition: background .3s ease-out;
  }
  .button-container button.primary-button:hover {
    background: #6993C1;
  }
  @media only screen and (max-width: 767px) {
    #add_to_cart_modal {
      width: 310px;
    }
    #add_to_cart_modal .psd-row {
      display: block;
      width: 256px;
      padding-top: 40px;
      margin-bottom: 40px;
    }
    #add_to_cart_modal .psd-row .progress-caption {
      font-size: 10px;
      font-family: "Muli", sans-serif;
    }
    #add_to_cart_modal .psd-row .psd-item-countable-line::after,
    #add_to_cart_modal .psd-row .psd-item-countable-line::before {
      width: 30%;
    }
    #add_to_cart_modal .button-container {
      display: block;
    }
    .psd-row {
      display: none;
    }
    .button-container.mobile {
      display: block !important;
    }
    .button-container.mobile button.primary-button {
      width: 100%;
      border-radius: 0px;
      position: fixed;
      bottom: 0;
      z-index: 8;
    }
  }
.product-mobile-popup {
    background: #f2f3f5;
  }
  .product-mobile-popup-carousel {
    width: 100%;
    height: 65%;
    max-height: 500px;
    background: #f3f4f6;
  }
  .product-mobile-popup-carousel-img {
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e8e9eb;
    width: 100%;
    height: 100%;
  }
  .slick-list, .slick-track {
    height: 100%;
  }
  .slick-dots {
    bottom: -48px;
  }
  .slick-dots li {
    width: 8px;
    height: 10px;
  }
  .slick-dots li button:before {
    font-size: 8px;
    color: #1eb995;
    opacity: 0.5;
  }
  .slick-dots li.slick-active button:before {
    font-size: 10px;
    color: #1eb995;
    opacity: 1;
    padding-top: 1px;
  }
  .story-behind-description {
    margin-top: 66px;
    padding: 0 32px;
    text-align: center;
  }
  .story-behind-description p {
    font-size: 16px;
    line-height: 1.63;
    color: black;
    font-weight: normal;
  }
.product-learn-more-popup {
    background-color: rgba(255, 255, 255, 0.96);
  }
  .product-learn-more-content {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 124px 32px;
  }
  .product-learn-more-content h2 {
    margin-bottom: -32px;
    font-weight: bold;
    font-size: 22px;
    color: black;
  }
  .product-learn-more-content h3 {
    margin: 64px 0 32px 0;
    font-weight: 600;
    font-size: 18px;
    text-transform: none;
    color: black;
  }
  .product-learn-more-content h3:first-of-type {
    margin-top: 0;
  }
  .product-learn-more-content h5 {
    margin: 32px 0 0 0;
    font-size: 16px;
    font-weight: bold;
  }
  .product-learn-more-content ul {
    padding-left: 16px;
  }
  .product-learn-more-content p, .product-learn-more-content li {
    margin: 8px 0 0 0;
    font-size: 16px !important;
  }
  @media (max-width: 1024px) {
    .product-learn-more-content {
      padding: 107px 32px 64px 32px;
    }
  }
.product-reviews-section {
      padding-bottom: 32px;
      min-height: 220px;
      background: white;
    }
    .product-reviews-header {
      padding: 120px 0 64px 0;
      text-align: center;
      background: #1eb995;
    }
    .product-reviews-header img{
      margin-bottom: 16px;
    }
    .product-reviews-header h2 {
      margin-bottom: 0;
      padding: 0 64px;
      color: white;
      font-size: 22px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.55;
    }
    .product-reviews-section .simple-spinner-wrapper p {
      padding-top: 120px;
    }
    @media (max-width: 767px) {
      #shopify-product-reviews .spr-reviews {
        padding: 0 16px;
      }
      .product-reviews-header h2 {
        padding: 0 32px;
      }
    }
body {
    background: white;
  }
  .product-section {
    height: inherit;
    margin-top: 32px;
    display: flex;
    justify-content: flex-end;
  }
  /* product information and selector */
  .product-section-sidebar {
    flex: 0 0 350px;
    position: relative;
    will-change: min-height;
  }
  .product-sidebar-sticky-section {
    width: 350px;
    padding: 0;
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }
  .product-sidebar-content .new-product-heading {
    font-family: Montserrat;
    font-size: 14px;
    color: #1eb995;
  }
  .product-sidebar-content .product-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #333333;
    text-transform: none;
  }
  .product-sidebar-content .product-price {
    margin: 0 0 32px 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: black;
    float: left;
    text-transform: none;
  }
  .product-sidebar-content .product-reviews-wrapper {
    background: none;
    float: right;
  }
  .product-sidebar-content .product-description, .product-sidebar-content .product-description > p {
    font-family: Muli, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #333333;
  }
  .product-story h3, .product-story h5 {
    text-transform: none;
    font-size: 16px;
  }
  .product-learn-more-btn p {
    font-family: Montserrat, sans-serif;
    font-size: 16px !important;
    font-weight: bold;
    color: #1eb995;
    cursor: pointer;
  }
  .product-learn-more-btn p span {
    font-family: Montserrat, sans-serif;
  }
  @media (max-width: 1024px){
    .product-section {
      padding: 0 32px;
    }
  }
  @media (max-width: 767px) {
    /* ignore wrapper on mobile */
    .psd-wrapper.limit-max-width {
      padding:0;
    }
    .product-section {
      margin-top: 0;
      padding: 0 0 32px 0;
    }
    .product-section-sidebar {
      flex: 1;
      flex-basis: auto;
      position: relative;
      width: 100%;
    }
    /* ensure none of the fancy desktop scrolling happens on mobile */
    .product-sidebar-sticky-section {
      position: static !important;
      height: unset !important;
      width: 100%;
    }
    .product-sidebar-content {
      padding-top: 32px;
    }
    .product-sidebar-content .new-product-heading {
      font-size: 12px;
      text-align: center;
    }
    .product-sidebar-content .product-title {
      margin: 0 32px 0 32px;
      font-size: 20px;
      line-height: 1.6;
      text-align: center;
      color: black;
    }
    .product-sidebar-content .product-price {
      margin: 0;
      padding: 16px 32px;
      line-height: 1.11;
      text-align: center;
      width: 100%;
    }
    .product-sidebar-content .product-reviews-wrapper {
      width: 100%;
      margin-top: 14px;
    }
    .product-sidebar-content .product-description {
      text-align: center;
      color: black;
      margin: 0 32px 32px 32px;
    }
    .product-learn-more-btn p {
      font-size: 14px;
    }
  }

  /* popups */
  .product-popup {
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: white;
    z-index: 999999;
    overflow: auto;
    padding-bottom: 32px;
    display: none;
  }
  .product-popup-open {
    display: block;
    top: 0 !important;
  }
  .product-popup-close-btn-wrapper {
    position: absolute;
    width: 100%;
    max-width: 900px;
    top: 54px !important;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-right: 32px;
    z-index: 10;
  }
  .product-popup-close-btn {
    height: 35px;
    width: 100%;
    padding: 10px;
    cursor: pointer;
  }
  .product-popup-close-btn img {
    float: right;
    width: 15px;
  }
  @keyframes modalIn {
    0% {opacity: 0}
    100% {opacity: 100%}
  }
  @keyframes modalOut {
    0% {opacity: 100%}
    100% {opacity: 0}
  }
  @media (max-width: 767px) {
    .product-popup-close-btn-wrapper {
      padding: 0;
    }
    .product-popup-close-btn {
      top: 22px;
    }
    .product-popup-close-btn img {
       margin-right: 22px;
    }
    @keyframes modalIn {
      0% {top: 100%}
      50% {top: 0}
      75% {top: 15px}
      100% {top: 0}
    }
    @keyframes modalOut {
      0% {top: 0}
      25% {top: 15px}
      50% {top: 0}
      100% {top: 100%}
    }
  }

  /* styles for nav - still needed? */
  .site-header__wrapper {
    background: white !important;
    border-bottom: 1px solid rgb(243,243,243) !important;
    height: 85px;
  }
  .site-header__wrapper a{
    color: rgb(0, 74, 151) !important;
  }
  .site-header__wrapper a .white-icon {
    display: none !important;
  }
  .site-header__wrapper a .blue-icon {
    display: block !important;
  }
  .site-header__wrapper .site-header__logo-image {
    max-width: none;
  }
  .site-header__section--title .menu-itmes a:after {
    background: #1eb995;
  }
  .site-header__section--title .menu-itmes a {
    color: #1eb995 !important;
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    #sidebar-main-trigger img.blue-icon {
      display: block !important;
    }
    #sidebar-main-trigger img.white-icon {
      display: none !important;
    }
    .site-header__logo-image {
      height: auto;
      width: 75px;
    }
  }
  @media (max-width: 767px) {
    .site-header__logo-image {
      width: 75px;
    }
    #sidebar-main-trigger img.white-icon {
      display: none !important;
    }
    #sidebar-main-trigger img.blue-icon {
      display: block !important;
    }
  }
.image-video-checkerboard {
    overflow: hidden;
    max-width: 1102px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .checkerboard-section {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 50px;
    padding: 0 4px 0 4px;
  }
  .checkerboard-section:first-child {
    margin-top: 0;
  }
  .checkerboard-section:after {
    content: '';
    display: block;
    clear: both;
  }
  .checkerboard-section:nth-child(even) .checkerboard-section-image-video {
    order: 2;
  }
  .checkerboard-section:nth-child(even) .checkerboard-section-description {
    order: 1;
    text-align: right;
    padding-right: 64px;
  }
  .checkerboard-section:nth-child(odd) .checkerboard-section-description {
    padding-left: 64px;
  }
  .checkerboard-section-image-video {
    float: left;
    width: 52%;
  }
  .checkerboard-section-image-video video, .checkerboard-section-image-video img {
    max-width: 100%;
    max-height: 400px;
  }
  .checkerboard-section-image-video img {
    width: 100%;
  }
  .checkerboard-section-description {
    float: left;
    width: 48%;
    box-sizing: border-box;
  }
  .checkerboard-section-description p {
    color: #333333;
    margin: 16px 0 0 0;
    font-size: 18px;
  }
  .checkerboard-section-description h3 {
    margin: 0;
  }
  @media (max-width: 1300px) {
    .checkerboard-section {
      padding: 0 4px 0 4px;
    }
  }
  @media (max-width: 1024px) {
    .checkerboard-section {
      display: block !important;
      padding: 0;
    }
    .checkerboard-section-image-video {
      width: 100%;
      padding: 0 32px;
    }
    .checkerboard-section-image-video video, .checkerboard-section-image-video img {
      width: 100%;
    }
    .checkerboard-section-description {
      width: 100%;
      padding: 60px 32px 14px 32px !important;
      text-align: center !important;
    }
  }
  @media (max-width: 767px) {
    .image-video-checkerboard {
      padding: 0;
    }
    .checkerboard-section-image-video {
      padding: 0;
    }
    .checkerboard-section.aos-init.aos-animate {
      display: block;
    }
  }
  .videoanim {
    transition: 0.5s;
  }
  .videoanim[data-anim="animfromleft"] {
    transform: translateX(-50%);
  }
  .videoanim[data-anim="animfromright"] {
    transform: translateX(50%);
  }
  .txtanim {
    transition: 0.3s;
    transform: translateY(50px);
    opacity: 0;
  }
  .videoanim.animfromleft {
    transform: translateX(0);
  }
  .videoanim.animfromright {
    transform: translateX(0);
  }
  .txtanim.animtotop {
    opacity: 1;
    transform: translateY(0);
  }
  @media (max-width: 768px) {
    .videoanim[data-anim="animfromleft"] {
      transform: translateX(0);
    }
    .videoanim[data-anim="animfromright"] {
      transform: translateX(0);
    }
    .txtanim {
      transform: translateY(0);
      opacity: 1;
    }
  }
.product-section-images {
    position: relative;
    width: 100%;
    margin: 0 32px 0 0;
    height: fit-content;
  }
  .product-image-wrapper {
    position: relative;
    float: left;
    padding: 0 8px 10px 8px;
    overflow: hidden;
  }
  .product-image-wrapper > div {
    width: 100%;
  }
  .product-image-wrapper img {
    width: 100%;
    background: #f3f4f6;
  }
  .product-image-wrapper img.lazyload {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: filter 400ms, -webkit-filter 400ms;
  }
  .product-image-wrapper img.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  .product-image-wrapper .product-image-loader {
    position: absolute;
    top: 0;
    left: 8px;
    bottom: 16px;
    right: 8px;
    background: #f3f4f6;
    padding-top: 40%;
    transition: 0.5s;
  }
  .product-image-wrapper .product-image-loader .simple-spinner {
    left: 50%;
  }
  .product-image-wrapper img.lazyloaded ~ .product-image-loader {
    opacity: 0;
  }
  /* spinner */
  .simple-spinner {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 50px;
    height: 50px;
    margin-bottom: -25px;
    margin-left: -25px;
    border: 3px solid #CCCCCC;
    border-radius: 50%;
    border-right-color: rgba(255, 255, 255, 0);
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1.5s linear infinite;
  }
  @keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }
  @-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }

  @media (max-width: 1024px) {
    .product-section-images {
      margin: 0 48px 0 0;
    }
    .product-image-wrapper {
      padding: 0 4px 4px 4px;
    }
    .product-image-wrapper .product-image-loader {
      left: 0;
      right: 0;
      margin: 0 4px 4px 4px;
    }
  }
  @media (max-width: 767px) {
    .product-section-images {
      display: none;
    }
  }
.product-reviews-wrapper {
    cursor: pointer;
  }
  .spr-badge-starrating .spr-icon {
    color: #f7c10a;
  }
  .spr-badge-caption, .spr-badge-caption a {
    font-family: Muli, sans-serif;
    color: #f7c10a;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
  }
  /* hide if no reviews */
  .spr-badge[data-rating="0.0"] {
    visibility:hidden; display: none;
  }
  @media (max-width: 767px){
    .spr-badge-starrating .spr-icon {
      font-size: 12px;
    }
    .spr-badge-caption, .spr-badge-caption a {
      font-size: 12px;
    }
  }

  @media (max-width: 767px) {

    .story-behind-design-btn p {
      height: 16px;
      margin-top: 16px;
      font-family: Montserrat, sans-serif;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.33;
      text-align: center;
      color: #1eb995;
    }
  }
/* Tab selector */
  .vselector {
    clear: both;
  }
  .vselector-title {
    padding-top: 32px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
    margin: 0 0 16px 0;
  }
  .vselector-tabs {
    display: flex;
    position: relative;
    width: 100%;
    list-style-type: none;
    border-top: 1px solid rgba(184, 184, 184, 0.5);;
    border-bottom: 1px solid rgba(184, 184, 184, 0.5);;
    margin: 0;
    padding: 0;
  }
  .vselector-tabs li{
    float: left;
    padding: 20px 0;
    cursor: pointer;
    flex: 1;
    position: relative;
  }
  .vselector-tabs li.selected {
    border-bottom: none;
  }
  .vselector-tabs li h4 {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.14;
    color: #bababa;
    text-transform: uppercase;
    text-align: center;
  }
  .vselector-tabs li.selected h4 {
    font-weight: bold;
    color: black;
  }
  .vselector-tabs li p {
    font-family: Muli, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #4a4a4a;
  }

  .vselector-underbar{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50.0%;
    height: 4px;
    background: #1eb995;
    transition: 0.3s ease;
  }
  .vselector-underbar .vselector-arrow {
    width: 0;
    height: 0;
    border-bottom: 6px solid #00b395;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: 50%;
    margin-left: calc(50% - 6px);
    margin-top: -6px;
  }

  /* selected text */
  .vselector-selected-option {
    margin: 32px 0 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #4a4a4a;
  }
  .vselector-selected-option .current-value-type {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
  }

  /* Variant option section */
  .vselector-sections {
    display: flex;
    padding-top: 8px;
  }
  .vselector-section {
    display: none;
    padding: 0;
    width: 100%;
    margin: 8px 0 24px 0;
  }
  .vselector-section.selected {
    display: block;
  }
  .vselector-section li {
    float: left;
    width: 25%; /*72px */
    height: 72px;
    margin-bottom: 8px;
    padding-right: 8px;
    list-style-type: none;
  }
  .vselector-section a {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
  }
  .vselector-section a:not(.selected) {
    cursor: pointer;
  }
  .vselector-section a.selected:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #1eb995;
  }
  .vselector-section-option img {
    max-height: 100%;
  }
  /* enable hover selection */
  @media (hover) {
    .vselector-section a:not(.selected):hover:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.3;
      background-color: #1eb995;
    }
  }
  @media (max-width: 767px){
    .vselector {
      padding: 0;
      margin: 0;
    }
    .vselector-title {
      margin: 32px;
      padding: 0;
      font-weight: bold;
      text-align: center;
    }
    .vselector-tabs li{
      width: auto;
      margin: 0 auto;
    }
    .vselector-selected-option {
      margin-left: 32px;
    }
    .vselector-sections-wrapper {
      width: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap;
      padding: 0 32px;
    }
    .vselector-sections {
      display: inherit;
    }
    .vselector-section {
      width: max-content;
      margin: 8px 0;
    }
    .vselector-section.selected {
      display: flex;
    }
    .vselector-section li {
      width: 90px;
      height: 90px;
    }
    .vselector-section li:last-of-type {
      margin-right: 32px;
    }
  }
/* quantity control */
  .product-quantity {
    float: left;
    padding-top: 13px;
    margin-right: 21px;
    margin-bottom: 16px;
  }
  .quantity-minus {
    margin-top: 3px;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
  }
  .quantity-plus {
    margin-top: 3px;
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
  }
  .quantity-amount {
    float: left;
    padding: 0 15px;
  }
  .quantity-amount input[type="text"] {
    float: left;
    width: 30px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    border-bottom: 2px solid black;
    text-align: center;
    background: none;
  }
  /* add to cart btn */
  .add-to-cart {
    min-width: 200px;
    border-radius: 25px;
    background-color: #ea4640;
    border: 0;
    padding: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: white;
  }
  .product-sub-caption {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #333333;
    font-style: italic;
  }
  @media (max-width: 767px) {
    .product-add-to-cart {
      margin: 12px 32px 32px 32px;
    }
    .product-sub-caption {
      text-align: center;
    }
  }
  @media (max-width: 375px) {
    .product-quantity {
      margin-right: 0;
    }
    .add-to-cart {
      float: right;
      margin-bottom: 32px;
    }
    .product-sub-caption {
      overflow: auto;
      width: 100%;
    }
  }
  @media (max-width: 359px) {
    .product-quantity {
      padding-top: 0;
      margin-bottom: 24px;
      margin-left: calc(50% - 44px);
    }
    .product-add-to-cart {
      text-align: center;
    }
    .add-to-cart {
      float: inherit;
      margin-bottom: 0;
    }
  }

  /* add to cart modal - remove when new cart added */
  #add_to_cart_modal {
    border-radius: 4px;
    padding: 30px;
  }
  #add_to_cart_modal h3 {
    text-align: center;
  }
  #add_to_cart_modal .psd-item-countable-line.one::after {
    border-color: #FFC805;
  }
  #add_to_cart_modal .psd-item-countable-line.two::before {
    border-color: #FFC805;
  }
  #add_to_cart_modal .button-container {
    text-align: center;
  }
  #add_to_cart_modal .button-container .primary-button {
    width: 240px;
  }
  #add_to_cart_modal .continue-shopping {
    text-align: center;
    padding-top: 20px;
  }
  #add_to_cart_modal .continue-shopping a {
    text-decoration: none;
    font-size: 14px;
    font-family: Montserrat;
    color: #ea4640;
  }
  .psd-row-countable {
    counter-reset: item;
  }
  .psd-row {
    position: relative;
    overflow: hidden;
    width: 645px;
    margin: 0 auto;
    height: 100px;
    padding-top: 45px;
    margin-bottom: 50px;
  }
  .psd-text-center {
    text-align: center;
  }
  .psd-sm-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .psd-sm-4.one, .psd-sm-4.four {
    width: 25%;
  }
  .psd-sm-4.two, .psd-sm-4.three {
    width: 25%;
  }
  .psd-item-countable::before {
    color: #ea4640;
    border-color: #ea4640;
    background-color: #fff;
  }
  .psd-item-countable::before {
    content: '';
    width: 28px;
    height: 28px;
    display: block;
    margin: auto;
    border: 5px solid #BBBBBB;
    border-radius: 50%;
    position: relative;
    z-index: 1;
  }
  .psd-item-countable.completed::before {
    border-color: #FFC805;
    background-color: #FFC805;
  }
  .psd-item-countable.active::before {
    border-color: #FFC805;
  }
  .psd-item-countable-line::before {
    content: '';
    position: absolute;
    left: 0;
    width: 38%;
    top: 14px;
    border-top: 1px solid;
    border-color: #BBBBBB;
  }
  .psd-item-countable-line::after {
    content: '';
    position: absolute;
    right: 0;
    width: 38%;
    top: 14px;
    border-top: 1px solid;
    border-color: #BBBBBB;
  }
  .psd-item-countable-line.one::before {
    content: none;
  }
  .psd-item-countable-line.four::after {
    content: none;
  }
  .progress-caption {
    font-size: 12px;
    text-align: center;
    font-family: "Muli", sans-serif;
  }
  .button-container button.primary-button {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    border: none !important;
    border-radius: 4px;
    width: 350px;
    height: 50px;
    background: #ea4640;
    text-align: center;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0px;
    line-height: 50px;
    transition: background .3s ease-out;
  }
  .button-container button.primary-button:hover {
    background: #6993C1;
  }
  @media only screen and (max-width: 767px) {
    #add_to_cart_modal {
      width: 310px;
    }
    #add_to_cart_modal .psd-row {
      display: block;
      width: 256px;
      padding-top: 40px;
      margin-bottom: 40px;
    }
    #add_to_cart_modal .psd-row .progress-caption {
      font-size: 10px;
      font-family: "Muli", sans-serif;
    }
    #add_to_cart_modal .psd-row .psd-item-countable-line::after,
    #add_to_cart_modal .psd-row .psd-item-countable-line::before {
      width: 30%;
    }
    #add_to_cart_modal .button-container {
      display: block;
    }
    .psd-row {
      display: none;
    }
    .button-container.mobile {
      display: block !important;
    }
    .button-container.mobile button.primary-button {
      width: 100%;
      border-radius: 0px;
      position: fixed;
      bottom: 0;
      z-index: 8;
    }
  }
.product-mobile-popup {
    background: #f2f3f5;
  }
  .product-mobile-popup-carousel {
    width: 100%;
    height: 65%;
    max-height: 500px;
    background: #f3f4f6;
  }
  .product-mobile-popup-carousel-img {
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e8e9eb;
    width: 100%;
    height: 100%;
  }
  .slick-list, .slick-track {
    height: 100%;
  }
  .slick-dots {
    bottom: -48px;
  }
  .slick-dots li {
    width: 8px;
    height: 10px;
  }
  .slick-dots li button:before {
    font-size: 8px;
    color: #1eb995;
    opacity: 0.5;
  }
  .slick-dots li.slick-active button:before {
    font-size: 10px;
    color: #1eb995;
    opacity: 1;
    padding-top: 1px;
  }
  .story-behind-description {
    margin-top: 66px;
    padding: 0 32px;
    text-align: center;
  }
  .story-behind-description p {
    font-size: 16px;
    line-height: 1.63;
    color: black;
    font-weight: normal;
  }
.product-learn-more-popup {
    background-color: rgba(255, 255, 255, 0.96);
  }
  .product-learn-more-content {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 124px 32px;
  }
  .product-learn-more-content h2 {
    margin-bottom: -32px;
    font-weight: bold;
    font-size: 22px;
    color: black;
  }
  .product-learn-more-content h3 {
    margin: 64px 0 32px 0;
    font-weight: 600;
    font-size: 18px;
    text-transform: none;
    color: black;
  }
  .product-learn-more-content h3:first-of-type {
    margin-top: 0;
  }
  .product-learn-more-content h5 {
    margin: 32px 0 0 0;
    font-size: 16px;
    font-weight: bold;
  }
  .product-learn-more-content ul {
    padding-left: 16px;
  }
  .product-learn-more-content p, .product-learn-more-content li {
    margin: 8px 0 0 0;
    font-size: 16px !important;
  }
  @media (max-width: 1024px) {
    .product-learn-more-content {
      padding: 107px 32px 64px 32px;
    }
  }
.product-reviews-section {
      padding-bottom: 32px;
      min-height: 220px;
      background: white;
    }
    .product-reviews-header {
      padding: 120px 0 64px 0;
      text-align: center;
      background: #1eb995;
    }
    .product-reviews-header img{
      margin-bottom: 16px;
    }
    .product-reviews-header h2 {
      margin-bottom: 0;
      padding: 0 64px;
      color: white;
      font-size: 22px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.55;
    }
    .product-reviews-section .simple-spinner-wrapper p {
      padding-top: 120px;
    }
    @media (max-width: 767px) {
      #shopify-product-reviews .spr-reviews {
        padding: 0 16px;
      }
      .product-reviews-header h2 {
        padding: 0 32px;
      }
    }
body {
    background: white;
  }
  .product-section {
    height: inherit;
    margin-top: 32px;
    display: flex;
    justify-content: flex-end;
  }
  /* product information and selector */
  .product-section-sidebar {
    flex: 0 0 350px;
    position: relative;
    will-change: min-height;
  }
  .product-sidebar-sticky-section {
    width: 350px;
    padding: 0;
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }
  .product-sidebar-content .new-product-heading {
    font-family: Montserrat;
    font-size: 14px;
    color: #1eb995;
  }
  .product-sidebar-content .product-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #333333;
    text-transform: none;
  }
  .product-sidebar-content .product-price {
    margin: 0 0 32px 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: black;
    float: left;
    text-transform: none;
  }
  .product-sidebar-content .product-reviews-wrapper {
    background: none;
    float: right;
  }
  .product-sidebar-content .product-description, .product-sidebar-content .product-description > p {
    font-family: Muli, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #333333;
  }
  .product-story h3, .product-story h5 {
    text-transform: none;
    font-size: 16px;
  }
  .product-learn-more-btn p {
    font-family: Montserrat, sans-serif;
    font-size: 16px !important;
    font-weight: bold;
    color: #1eb995;
    cursor: pointer;
  }
  .product-learn-more-btn p span {
    font-family: Montserrat, sans-serif;
  }
  @media (max-width: 1024px){
    .product-section {
      padding: 0 32px;
    }
  }
  @media (max-width: 767px) {
    /* ignore wrapper on mobile */
    .psd-wrapper.limit-max-width {
      padding:0;
    }
    .product-section {
      margin-top: 0;
      padding: 0 0 32px 0;
    }
    .product-section-sidebar {
      flex: 1;
      flex-basis: auto;
      position: relative;
      width: 100%;
    }
    /* ensure none of the fancy desktop scrolling happens on mobile */
    .product-sidebar-sticky-section {
      position: static !important;
      height: unset !important;
      width: 100%;
    }
    .product-sidebar-content {
      padding-top: 32px;
    }
    .product-sidebar-content .new-product-heading {
      font-size: 12px;
      text-align: center;
    }
    .product-sidebar-content .product-title {
      margin: 0 32px 0 32px;
      font-size: 20px;
      line-height: 1.6;
      text-align: center;
      color: black;
    }
    .product-sidebar-content .product-price {
      margin: 0;
      padding: 16px 32px;
      line-height: 1.11;
      text-align: center;
      width: 100%;
    }
    .product-sidebar-content .product-reviews-wrapper {
      width: 100%;
      margin-top: 14px;
    }
    .product-sidebar-content .product-description {
      text-align: center;
      color: black;
      margin: 0 32px 32px 32px;
    }
    .product-learn-more-btn p {
      font-size: 14px;
    }
  }

  /* popups */
  .product-popup {
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: white;
    z-index: 999999;
    overflow: auto;
    padding-bottom: 32px;
    display: none;
  }
  .product-popup-open {
    display: block;
    top: 0 !important;
  }
  .product-popup-close-btn-wrapper {
    position: absolute;
    width: 100%;
    max-width: 900px;
    top: 54px !important;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-right: 32px;
    z-index: 10;
  }
  .product-popup-close-btn {
    height: 35px;
    width: 100%;
    padding: 10px;
    cursor: pointer;
  }
  .product-popup-close-btn img {
    float: right;
    width: 15px;
  }
  @keyframes modalIn {
    0% {opacity: 0}
    100% {opacity: 100%}
  }
  @keyframes modalOut {
    0% {opacity: 100%}
    100% {opacity: 0}
  }
  @media (max-width: 767px) {
    .product-popup-close-btn-wrapper {
      padding: 0;
    }
    .product-popup-close-btn {
      top: 22px;
    }
    .product-popup-close-btn img {
       margin-right: 22px;
    }
    @keyframes modalIn {
      0% {top: 100%}
      50% {top: 0}
      75% {top: 15px}
      100% {top: 0}
    }
    @keyframes modalOut {
      0% {top: 0}
      25% {top: 15px}
      50% {top: 0}
      100% {top: 100%}
    }
  }

  /* styles for nav - still needed? */
  .site-header__wrapper {
    background: white !important;
    border-bottom: 1px solid rgb(243,243,243) !important;
    height: 85px;
  }
  .site-header__wrapper a{
    color: rgb(0, 74, 151) !important;
  }
  .site-header__wrapper a .white-icon {
    display: none !important;
  }
  .site-header__wrapper a .blue-icon {
    display: block !important;
  }
  .site-header__wrapper .site-header__logo-image {
    max-width: none;
  }
  .site-header__section--title .menu-itmes a:after {
    background: #1eb995;
  }
  .site-header__section--title .menu-itmes a {
    color: #1eb995 !important;
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    #sidebar-main-trigger img.blue-icon {
      display: block !important;
    }
    #sidebar-main-trigger img.white-icon {
      display: none !important;
    }
    .site-header__logo-image {
      height: auto;
      width: 75px;
    }
  }
  @media (max-width: 767px) {
    .site-header__logo-image {
      width: 75px;
    }
    #sidebar-main-trigger img.white-icon {
      display: none !important;
    }
    #sidebar-main-trigger img.blue-icon {
      display: block !important;
    }
  }
.image-video-checkerboard {
    overflow: hidden;
    max-width: 1102px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .checkerboard-section {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 50px;
    padding: 0 4px 0 4px;
  }
  .checkerboard-section:first-child {
    margin-top: 0;
  }
  .checkerboard-section:after {
    content: '';
    display: block;
    clear: both;
  }
  .checkerboard-section:nth-child(even) .checkerboard-section-image-video {
    order: 2;
  }
  .checkerboard-section:nth-child(even) .checkerboard-section-description {
    order: 1;
    text-align: right;
    padding-right: 64px;
  }
  .checkerboard-section:nth-child(odd) .checkerboard-section-description {
    padding-left: 64px;
  }
  .checkerboard-section-image-video {
    float: left;
    width: 52%;
  }
  .checkerboard-section-image-video video, .checkerboard-section-image-video img {
    max-width: 100%;
    max-height: 400px;
  }
  .checkerboard-section-image-video img {
    width: 100%;
  }
  .checkerboard-section-description {
    float: left;
    width: 48%;
    box-sizing: border-box;
  }
  .checkerboard-section-description p {
    color: #333333;
    margin: 16px 0 0 0;
    font-size: 18px;
  }
  .checkerboard-section-description h3 {
    margin: 0;
  }
  @media (max-width: 1300px) {
    .checkerboard-section {
      padding: 0 4px 0 4px;
    }
  }
  @media (max-width: 1024px) {
    .checkerboard-section {
      display: block !important;
      padding: 0;
    }
    .checkerboard-section-image-video {
      width: 100%;
      padding: 0 32px;
    }
    .checkerboard-section-image-video video, .checkerboard-section-image-video img {
      width: 100%;
    }
    .checkerboard-section-description {
      width: 100%;
      padding: 60px 32px 14px 32px !important;
      text-align: center !important;
    }
  }
  @media (max-width: 767px) {
    .image-video-checkerboard {
      padding: 0;
    }
    .checkerboard-section-image-video {
      padding: 0;
    }
    .checkerboard-section.aos-init.aos-animate {
      display: block;
    }
  }
  .videoanim {
    transition: 0.5s;
  }
  .videoanim[data-anim="animfromleft"] {
    transform: translateX(-50%);
  }
  .videoanim[data-anim="animfromright"] {
    transform: translateX(50%);
  }
  .txtanim {
    transition: 0.3s;
    transform: translateY(50px);
    opacity: 0;
  }
  .videoanim.animfromleft {
    transform: translateX(0);
  }
  .videoanim.animfromright {
    transform: translateX(0);
  }
  .txtanim.animtotop {
    opacity: 1;
    transform: translateY(0);
  }
  @media (max-width: 768px) {
    .videoanim[data-anim="animfromleft"] {
      transform: translateX(0);
    }
    .videoanim[data-anim="animfromright"] {
      transform: translateX(0);
    }
    .txtanim {
      transform: translateY(0);
      opacity: 1;
    }
  }
.product-section-images {
    position: relative;
    width: 100%;
    margin: 0 32px 0 0;
    height: fit-content;
  }
  .product-image-wrapper {
    position: relative;
    float: left;
    padding: 0 8px 10px 8px;
    overflow: hidden;
  }
  .product-image-wrapper > div {
    width: 100%;
  }
  .product-image-wrapper img {
    width: 100%;
    background: #f3f4f6;
  }
  .product-image-wrapper img.lazyload {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: filter 400ms, -webkit-filter 400ms;
  }
  .product-image-wrapper img.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  .product-image-wrapper .product-image-loader {
    position: absolute;
    top: 0;
    left: 8px;
    bottom: 16px;
    right: 8px;
    background: #f3f4f6;
    padding-top: 40%;
    transition: 0.5s;
  }
  .product-image-wrapper .product-image-loader .simple-spinner {
    left: 50%;
  }
  .product-image-wrapper img.lazyloaded ~ .product-image-loader {
    opacity: 0;
  }
  /* spinner */
  .simple-spinner {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 50px;
    height: 50px;
    margin-bottom: -25px;
    margin-left: -25px;
    border: 3px solid #CCCCCC;
    border-radius: 50%;
    border-right-color: rgba(255, 255, 255, 0);
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1.5s linear infinite;
  }
  @keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }
  @-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }

  @media (max-width: 1024px) {
    .product-section-images {
      margin: 0 48px 0 0;
    }
    .product-image-wrapper {
      padding: 0 4px 4px 4px;
    }
    .product-image-wrapper .product-image-loader {
      left: 0;
      right: 0;
      margin: 0 4px 4px 4px;
    }
  }
  @media (max-width: 767px) {
    .product-section-images {
      display: none;
    }
  }
.product-reviews-wrapper {
    cursor: pointer;
  }
  .spr-badge-starrating .spr-icon {
    color: #f7c10a;
  }
  .spr-badge-caption, .spr-badge-caption a {
    font-family: Muli, sans-serif;
    color: #f7c10a;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
  }
  /* hide if no reviews */
  .spr-badge[data-rating="0.0"] {
    visibility:hidden; display: none;
  }
  @media (max-width: 767px){
    .spr-badge-starrating .spr-icon {
      font-size: 12px;
    }
    .spr-badge-caption, .spr-badge-caption a {
      font-size: 12px;
    }
  }

  @media (max-width: 767px) {

    .story-behind-design-btn p {
      height: 16px;
      margin-top: 16px;
      font-family: Montserrat, sans-serif;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.33;
      text-align: center;
      color: #1eb995;
    }
  }
/* Tab selector */
  .vselector {
    clear: both;
  }
  .vselector-title {
    padding-top: 32px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
    margin: 0 0 16px 0;
  }
  .vselector-tabs {
    display: flex;
    position: relative;
    width: 100%;
    list-style-type: none;
    border-top: 1px solid rgba(184, 184, 184, 0.5);;
    border-bottom: 1px solid rgba(184, 184, 184, 0.5);;
    margin: 0;
    padding: 0;
  }
  .vselector-tabs li{
    float: left;
    padding: 20px 0;
    cursor: pointer;
    flex: 1;
    position: relative;
  }
  .vselector-tabs li.selected {
    border-bottom: none;
  }
  .vselector-tabs li h4 {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.14;
    color: #bababa;
    text-transform: uppercase;
    text-align: center;
  }
  .vselector-tabs li.selected h4 {
    font-weight: bold;
    color: black;
  }
  .vselector-tabs li p {
    font-family: Muli, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #4a4a4a;
  }

  .vselector-underbar{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50.0%;
    height: 4px;
    background: #1eb995;
    transition: 0.3s ease;
  }
  .vselector-underbar .vselector-arrow {
    width: 0;
    height: 0;
    border-bottom: 6px solid #00b395;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: 50%;
    margin-left: calc(50% - 6px);
    margin-top: -6px;
  }

  /* selected text */
  .vselector-selected-option {
    margin: 32px 0 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #4a4a4a;
  }
  .vselector-selected-option .current-value-type {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
  }

  /* Variant option section */
  .vselector-sections {
    display: flex;
    padding-top: 8px;
  }
  .vselector-section {
    display: none;
    padding: 0;
    width: 100%;
    margin: 8px 0 24px 0;
  }
  .vselector-section.selected {
    display: block;
  }
  .vselector-section li {
    float: left;
    width: 25%; /*72px */
    height: 72px;
    margin-bottom: 8px;
    padding-right: 8px;
    list-style-type: none;
  }
  .vselector-section a {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
  }
  .vselector-section a:not(.selected) {
    cursor: pointer;
  }
  .vselector-section a.selected:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #1eb995;
  }
  .vselector-section-option img {
    max-height: 100%;
  }
  /* enable hover selection */
  @media (hover) {
    .vselector-section a:not(.selected):hover:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.3;
      background-color: #1eb995;
    }
  }
  @media (max-width: 767px){
    .vselector {
      padding: 0;
      margin: 0;
    }
    .vselector-title {
      margin: 32px;
      padding: 0;
      font-weight: bold;
      text-align: center;
    }
    .vselector-tabs li{
      width: auto;
      margin: 0 auto;
    }
    .vselector-selected-option {
      margin-left: 32px;
    }
    .vselector-sections-wrapper {
      width: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap;
      padding: 0 32px;
    }
    .vselector-sections {
      display: inherit;
    }
    .vselector-section {
      width: max-content;
      margin: 8px 0;
    }
    .vselector-section.selected {
      display: flex;
    }
    .vselector-section li {
      width: 90px;
      height: 90px;
    }
    .vselector-section li:last-of-type {
      margin-right: 32px;
    }
  }
/* quantity control */
  .product-quantity {
    float: left;
    padding-top: 13px;
    margin-right: 21px;
    margin-bottom: 16px;
  }
  .quantity-minus {
    margin-top: 3px;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
  }
  .quantity-plus {
    margin-top: 3px;
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
  }
  .quantity-amount {
    float: left;
    padding: 0 15px;
  }
  .quantity-amount input[type="text"] {
    float: left;
    width: 30px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    border-bottom: 2px solid black;
    text-align: center;
    background: none;
  }
  /* add to cart btn */
  .add-to-cart {
    min-width: 200px;
    border-radius: 25px;
    background-color: #ea4640;
    border: 0;
    padding: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: white;
  }
  .product-sub-caption {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #333333;
    font-style: italic;
  }
  @media (max-width: 767px) {
    .product-add-to-cart {
      margin: 12px 32px 32px 32px;
    }
    .product-sub-caption {
      text-align: center;
    }
  }
  @media (max-width: 375px) {
    .product-quantity {
      margin-right: 0;
    }
    .add-to-cart {
      float: right;
      margin-bottom: 32px;
    }
    .product-sub-caption {
      overflow: auto;
      width: 100%;
    }
  }
  @media (max-width: 359px) {
    .product-quantity {
      padding-top: 0;
      margin-bottom: 24px;
      margin-left: calc(50% - 44px);
    }
    .product-add-to-cart {
      text-align: center;
    }
    .add-to-cart {
      float: inherit;
      margin-bottom: 0;
    }
  }

  /* add to cart modal - remove when new cart added */
  #add_to_cart_modal {
    border-radius: 4px;
    padding: 30px;
  }
  #add_to_cart_modal h3 {
    text-align: center;
  }
  #add_to_cart_modal .psd-item-countable-line.one::after {
    border-color: #FFC805;
  }
  #add_to_cart_modal .psd-item-countable-line.two::before {
    border-color: #FFC805;
  }
  #add_to_cart_modal .button-container {
    text-align: center;
  }
  #add_to_cart_modal .button-container .primary-button {
    width: 240px;
  }
  #add_to_cart_modal .continue-shopping {
    text-align: center;
    padding-top: 20px;
  }
  #add_to_cart_modal .continue-shopping a {
    text-decoration: none;
    font-size: 14px;
    font-family: Montserrat;
    color: #ea4640;
  }
  .psd-row-countable {
    counter-reset: item;
  }
  .psd-row {
    position: relative;
    overflow: hidden;
    width: 645px;
    margin: 0 auto;
    height: 100px;
    padding-top: 45px;
    margin-bottom: 50px;
  }
  .psd-text-center {
    text-align: center;
  }
  .psd-sm-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
  }
  .psd-sm-4.one, .psd-sm-4.four {
    width: 25%;
  }
  .psd-sm-4.two, .psd-sm-4.three {
    width: 25%;
  }
  .psd-item-countable::before {
    color: #ea4640;
    border-color: #ea4640;
    background-color: #fff;
  }
  .psd-item-countable::before {
    content: '';
    width: 28px;
    height: 28px;
    display: block;
    margin: auto;
    border: 5px solid #BBBBBB;
    border-radius: 50%;
    position: relative;
    z-index: 1;
  }
  .psd-item-countable.completed::before {
    border-color: #FFC805;
    background-color: #FFC805;
  }
  .psd-item-countable.active::before {
    border-color: #FFC805;
  }
  .psd-item-countable-line::before {
    content: '';
    position: absolute;
    left: 0;
    width: 38%;
    top: 14px;
    border-top: 1px solid;
    border-color: #BBBBBB;
  }
  .psd-item-countable-line::after {
    content: '';
    position: absolute;
    right: 0;
    width: 38%;
    top: 14px;
    border-top: 1px solid;
    border-color: #BBBBBB;
  }
  .psd-item-countable-line.one::before {
    content: none;
  }
  .psd-item-countable-line.four::after {
    content: none;
  }
  .progress-caption {
    font-size: 12px;
    text-align: center;
    font-family: "Muli", sans-serif;
  }
  .button-container button.primary-button {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    border: none !important;
    border-radius: 4px;
    width: 350px;
    height: 50px;
    background: #ea4640;
    text-align: center;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0px;
    line-height: 50px;
    transition: background .3s ease-out;
  }
  .button-container button.primary-button:hover {
    background: #6993C1;
  }
  @media only screen and (max-width: 767px) {
    #add_to_cart_modal {
      width: 310px;
    }
    #add_to_cart_modal .psd-row {
      display: block;
      width: 256px;
      padding-top: 40px;
      margin-bottom: 40px;
    }
    #add_to_cart_modal .psd-row .progress-caption {
      font-size: 10px;
      font-family: "Muli", sans-serif;
    }
    #add_to_cart_modal .psd-row .psd-item-countable-line::after,
    #add_to_cart_modal .psd-row .psd-item-countable-line::before {
      width: 30%;
    }
    #add_to_cart_modal .button-container {
      display: block;
    }
    .psd-row {
      display: none;
    }
    .button-container.mobile {
      display: block !important;
    }
    .button-container.mobile button.primary-button {
      width: 100%;
      border-radius: 0px;
      position: fixed;
      bottom: 0;
      z-index: 8;
    }
  }
.product-mobile-popup {
    background: #f2f3f5;
  }
  .product-mobile-popup-carousel {
    width: 100%;
    height: 65%;
    max-height: 500px;
    background: #f3f4f6;
  }
  .product-mobile-popup-carousel-img {
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e8e9eb;
    width: 100%;
    height: 100%;
  }
  .slick-list, .slick-track {
    height: 100%;
  }
  .slick-dots {
    bottom: -48px;
  }
  .slick-dots li {
    width: 8px;
    height: 10px;
  }
  .slick-dots li button:before {
    font-size: 8px;
    color: #1eb995;
    opacity: 0.5;
  }
  .slick-dots li.slick-active button:before {
    font-size: 10px;
    color: #1eb995;
    opacity: 1;
    padding-top: 1px;
  }
  .story-behind-description {
    margin-top: 66px;
    padding: 0 32px;
    text-align: center;
  }
  .story-behind-description p {
    font-size: 16px;
    line-height: 1.63;
    color: black;
    font-weight: normal;
  }
.product-reviews-section {
      padding-bottom: 32px;
      min-height: 220px;
      background: white;
    }
    .product-reviews-header {
      padding: 120px 0 64px 0;
      text-align: center;
      background: #1eb995;
    }
    .product-reviews-header img{
      margin-bottom: 16px;
    }
    .product-reviews-header h2 {
      margin-bottom: 0;
      padding: 0 64px;
      color: white;
      font-size: 22px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.55;
    }
    .product-reviews-section .simple-spinner-wrapper p {
      padding-top: 120px;
    }
    @media (max-width: 767px) {
      #shopify-product-reviews .spr-reviews {
        padding: 0 16px;
      }
      .product-reviews-header h2 {
        padding: 0 32px;
      }
    }
body {
    background: white;
  }
  .product-section {
    height: inherit;
    margin-top: 32px;
    display: flex;
    justify-content: flex-end;
  }
  /* product information and selector */
  .product-section-sidebar {
    flex: 0 0 350px;
    position: relative;
    will-change: min-height;
  }
  .product-sidebar-sticky-section {
    width: 350px;
    padding: 0;
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }
  .product-sidebar-content .new-product-heading {
    font-family: Montserrat;
    font-size: 14px;
    color: #1eb995;
  }
  .product-sidebar-content .product-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #333333;
    text-transform: none;
  }
  .product-sidebar-content .product-price {
    margin: 0 0 32px 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: black;
    float: left;
    text-transform: none;
  }
  .product-sidebar-content .product-reviews-wrapper {
    background: none;
    float: right;
  }
  .product-sidebar-content .product-description, .product-sidebar-content .product-description > p {
    font-family: Muli, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #333333;
  }
  .product-story h3, .product-story h5 {
    text-transform: none;
    font-size: 16px;
  }
  .product-learn-more-btn p {
    font-family: Montserrat, sans-serif;
    font-size: 16px !important;
    font-weight: bold;
    color: #1eb995;
    cursor: pointer;
  }
  .product-learn-more-btn p span {
    font-family: Montserrat, sans-serif;
  }
  @media (max-width: 1024px){
    .product-section {
      padding: 0 32px;
    }
  }
  @media (max-width: 767px) {
    /* ignore wrapper on mobile */
    .psd-wrapper.limit-max-width {
      padding:0;
    }
    .product-section {
      margin-top: 0;
      padding: 0 0 32px 0;
    }
    .product-section-sidebar {
      flex: 1;
      flex-basis: auto;
      position: relative;
      width: 100%;
    }
    /* ensure none of the fancy desktop scrolling happens on mobile */
    .product-sidebar-sticky-section {
      position: static !important;
      height: unset !important;
      width: 100%;
    }
    .product-sidebar-content {
      padding-top: 32px;
    }
    .product-sidebar-content .new-product-heading {
      font-size: 12px;
      text-align: center;
    }
    .product-sidebar-content .product-title {
      margin: 0 32px 0 32px;
      font-size: 20px;
      line-height: 1.6;
      text-align: center;
      color: black;
    }
    .product-sidebar-content .product-price {
      margin: 0;
      padding: 16px 32px;
      line-height: 1.11;
      text-align: center;
      width: 100%;
    }
    .product-sidebar-content .product-reviews-wrapper {
      width: 100%;
      margin-top: 14px;
    }
    .product-sidebar-content .product-description {
      text-align: center;
      color: black;
      margin: 0 32px 32px 32px;
    }
    .product-learn-more-btn p {
      font-size: 14px;
    }
  }

  /* popups */
  .product-popup {
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: white;
    z-index: 999999;
    overflow: auto;
    padding-bottom: 32px;
    display: none;
  }
  .product-popup-open {
    display: block;
    top: 0 !important;
  }
  .product-popup-close-btn-wrapper {
    position: absolute;
    width: 100%;
    max-width: 900px;
    top: 54px !important;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-right: 32px;
    z-index: 10;
  }
  .product-popup-close-btn {
    height: 35px;
    width: 100%;
    padding: 10px;
    cursor: pointer;
  }
  .product-popup-close-btn img {
    float: right;
    width: 15px;
  }
  @keyframes modalIn {
    0% {opacity: 0}
    100% {opacity: 100%}
  }
  @keyframes modalOut {
    0% {opacity: 100%}
    100% {opacity: 0}
  }
  @media (max-width: 767px) {
    .product-popup-close-btn-wrapper {
      padding: 0;
    }
    .product-popup-close-btn {
      top: 22px;
    }
    .product-popup-close-btn img {
       margin-right: 22px;
    }
    @keyframes modalIn {
      0% {top: 100%}
      50% {top: 0}
      75% {top: 15px}
      100% {top: 0}
    }
    @keyframes modalOut {
      0% {top: 0}
      25% {top: 15px}
      50% {top: 0}
      100% {top: 100%}
    }
  }

  /* styles for nav - still needed? */
  .site-header__wrapper {
    background: white !important;
    border-bottom: 1px solid rgb(243,243,243) !important;
    height: 85px;
  }
  .site-header__wrapper a{
    color: rgb(0, 74, 151) !important;
  }
  .site-header__wrapper a .white-icon {
    display: none !important;
  }
  .site-header__wrapper a .blue-icon {
    display: block !important;
  }
  .site-header__wrapper .site-header__logo-image {
    max-width: none;
  }
  .site-header__section--title .menu-itmes a:after {
    background: #1eb995;
  }
  .site-header__section--title .menu-itmes a {
    color: #1eb995 !important;
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    #sidebar-main-trigger img.blue-icon {
      display: block !important;
    }
    #sidebar-main-trigger img.white-icon {
      display: none !important;
    }
    .site-header__logo-image {
      height: auto;
      width: 75px;
    }
  }
  @media (max-width: 767px) {
    .site-header__logo-image {
      width: 75px;
    }
    #sidebar-main-trigger img.white-icon {
      display: none !important;
    }
    #sidebar-main-trigger img.blue-icon {
      display: block !important;
    }
  }
.image-video-checkerboard {
    overflow: hidden;
    max-width: 1102px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .checkerboard-section {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 50px;
    padding: 0 4px 0 4px;
  }
  .checkerboard-section:first-child {
    margin-top: 0;
  }
  .checkerboard-section:after {
    content: '';
    display: block;
    clear: both;
  }
  .checkerboard-section:nth-child(even) .checkerboard-section-image-video {
    order: 2;
  }
  .checkerboard-section:nth-child(even) .checkerboard-section-description {
    order: 1;
    text-align: right;
    padding-right: 64px;
  }
  .checkerboard-section:nth-child(odd) .checkerboard-section-description {
    padding-left: 64px;
  }
  .checkerboard-section-image-video {
    float: left;
    width: 52%;
  }
  .checkerboard-section-image-video video, .checkerboard-section-image-video img {
    max-width: 100%;
    max-height: 400px;
  }
  .checkerboard-section-image-video img {
    width: 100%;
  }
  .checkerboard-section-description {
    float: left;
    width: 48%;
    box-sizing: border-box;
  }
  .checkerboard-section-description p {
    color: #333333;
    margin: 16px 0 0 0;
    font-size: 18px;
  }
  .checkerboard-section-description h3 {
    margin: 0;
  }
  @media (max-width: 1300px) {
    .checkerboard-section {
      padding: 0 4px 0 4px;
    }
  }
  @media (max-width: 1024px) {
    .checkerboard-section {
      display: block !important;
      padding: 0;
    }
    .checkerboard-section-image-video {
      width: 100%;
      padding: 0 32px;
    }
    .checkerboard-section-image-video video, .checkerboard-section-image-video img {
      width: 100%;
    }
    .checkerboard-section-description {
      width: 100%;
      padding: 60px 32px 14px 32px !important;
      text-align: center !important;
    }
  }
  @media (max-width: 767px) {
    .image-video-checkerboard {
      padding: 0;
    }
    .checkerboard-section-image-video {
      padding: 0;
    }
    .checkerboard-section.aos-init.aos-animate {
      display: block;
    }
  }
  .videoanim {
    transition: 0.5s;
  }
  .videoanim[data-anim="animfromleft"] {
    transform: translateX(-50%);
  }
  .videoanim[data-anim="animfromright"] {
    transform: translateX(50%);
  }
  .txtanim {
    transition: 0.3s;
    transform: translateY(50px);
    opacity: 0;
  }
  .videoanim.animfromleft {
    transform: translateX(0);
  }
  .videoanim.animfromright {
    transform: translateX(0);
  }
  .txtanim.animtotop {
    opacity: 1;
    transform: translateY(0);
  }
  @media (max-width: 768px) {
    .videoanim[data-anim="animfromleft"] {
      transform: translateX(0);
    }
    .videoanim[data-anim="animfromright"] {
      transform: translateX(0);
    }
    .txtanim {
      transform: translateY(0);
      opacity: 1;
    }
  }
.gift-select > p {
    font-size: 16px;
    font-weight: bold;
    color: black;
    margin: 40px 0 0 0;
  }
  .gift-select-section .single-option-radio {
    background: none;
    padding-left: 0;
    margin: 0;
  }
  .gift-select-section .single-option-radio:last-of-type {
    height: 134px;
  }
  .gift-select-section .gift-option-label {
    display: inline-block;
    width: 47%;
    background: white;
    border: 1px solid #bbbbbb;
    border-radius: 30px;
    padding: 10px 15px;
    margin: 21px 20px 0 0px;
    min-width: 160px;
    font-size: 16px;
    text-transform: none;
    text-align: center;
    font-weight: normal;
    color: black;
  }
  .gift-select-section .gift-option-label:nth-of-type(even) {
    margin-right: 0;
  }
  .gift-select-section .gift-option-label:hover {
    border: 1px solid #999999;
  }
  .gift-select-section .gift-option-label.selected {
    border: 2px solid #1eb995;
  }
  .gift-select-section .gift-option-label:active {
    border: 1px solid #1eb995;
    background: white;
  }
  .gift-select-section .gift-option[type=radio]:checked+label, .gift-select-section .gift-option-selected {
    margin-top: 20px;
    padding: 10px 14px 10px 15px;
    background: white;
    border-radius: 30px;
  }
  .gift-select-section .gift-option[type=radio]:nth-of-type(even):checked+label {
    padding: 10px 15px 10px 14px;
  }
  .gift-select-late-order-message {
    display: none;
    margin: 16px 0 0 0;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.43;
    color: #ef4b4c;
  }
  @media (max-width: 767px) {
    .gift-select-section .single-option-radio:last-of-type {
      height: inherit;
    }
    .gift-select > p {
      margin-bottom: 4px;
    }
    .gift-select-section .gift-option-label {
      width: 100%;
      margin-top: 16px;
    }
    .gift-select-section .gift-option[type=radio]:checked+label {
      margin-top: 15px;
    }
  }
/*
body {
    background: #f3f3f3;
  }
*/
  .product-gift-section {
    display: inline-block;
    width: 100%;
    margin: 55px 0 54px 0;
  }
  .product-gift-section > div {
    display: flex;
    max-width: 1200px;
  }
  .product-gift-images-mobile {
    display: none;
  }
  .product-gift-images-desktop {
    flex: 1;
    padding-right: 32px;
    text-align: center;
  }
  .product-gift-images-desktop .product-gift-main-image {
    width: 100%;
    max-width: 480px;
    padding: 32px 32px 0 32px;
    margin: 0 auto;
  }
  .product-gift-images-desktop .product-gift-images-thumbnails {
    float: left;
    width: 90px;
  }
  .product-gift-images-desktop .product-gift-images-thumbnails img {
    cursor: pointer;
    margin: 0 16px 14px 16px;
  }
  .product-gift-images-mobile {
    display: none;
  }
  .product-gift-details {
    width: 450px;
  }
  .product-gift-details-info {
    width: 350px;
  }
  .product-gift-details-info h2 {
    font-size: 24px;
    font-weight: bold;
    color: black;
  }
  .product-gift-details-info h4 {
    font-family: "Muli", sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin-top: 16px;
  }
  .product-gift-details-info p {
    margin: 0 0 20px 0;
    font-weight: normal;
    color: black;
  }
  .product-gift-details-info .product-gift-detail-redeem-link img {
    float: left;
    margin-right: 8px;
    cursor: pointer;
  }
  .product-gift-details-info .product-gift-detail-redeem-link p {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #1eb995;
    text-decoration: underline;
  }
  .product-gift-add-to-cart #AddToCart {
    width: 100%;
    margin: 20px 0 20px 0;
  }
  .product-gift-details .product-gift-details-guarantee {
    margin: 0;
    font-weight: normal;
    color: black;
  }

  @media (max-width: 1200px) {
    .product-gift-images-desktop .product-gift-images-thumbnails {
      width: 100%;
      margin-top: 40px;
    }
    .product-gift-images-desktop .product-gift-images-thumbnails img {
      float: left;
    }
  }
  @media (max-width: 767px) {
    .product-gift-section {
      margin: 40px 0;
    }
    .product-gift-section > div {
      display: block;
    }
    .product-gift-images-desktop {
      display: none;
    }
    .product-gift-images-mobile {
      display: block;
    }
    .slick-dots li button:before {
      font-size: 10px;
    }
    .product-gift-details {
      width: 100%;
      margin-top: 50px;
    }
    .product-gift-details-info{
      width: 100%;
    }
    .product-gift-details-info p {
      margin-top: 20px;
    }
    .product-gift-details-info .product-gift-detail-redeem-link {
      margin-bottom: 40px;
    }
    .product-gift-add-to-cart {
      position: fixed !important;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0 10px;
      background: white;
      z-index: 1000;
      box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1)
    }
    .product-gift-add-to-cart #AddToCart {
      max-width: none;
      margin: 10px 0;
      font-size: 16px;
    }
  }
.gift-card-explanation-section {
    position: relative;
    width: 100%;
    height: 421px;
    background-size: 200px;
  }
  .gift-card-explanation-section h2 {
    padding: 64px 0;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-transform: none;
  }
  .gift-card-step {
    width: 50%;
    float: left;
    text-align: center;
  }
  .gift-card-step p {
    max-width: 220px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: white;
  }
  .gift-card-explanation-floating-or {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
  }
  @media (max-width: 767px) {
    .gift-card-explanation-section {

        height: 593px;

    }
    .gift-card-explanation-section h2 {
      font-size: 20px;
      padding-bottom: 40px;
    }
    .gift-card-step {
      width: 100%;
    }
    .gift-card-step p {
      margin-bottom: 40px;
    }

  }
.benefits--row h3.benefit-row-header-padding {
    padding-left: 40px;
  }

  #benefits-grid .benefits--title {
    margin-top: 0;
    padding-top: 5%;
  }

  #benefits-grid .benefits--row {
    border-bottom: 1px solid #e1e3e3;
  }

  #benefits-grid .benefits--content {
    margin-top: 0;
    padding-top: 5%;
    border-left: 1px solid #e1e3e3;
    padding-left: 2%;
    min-height: 105px;
  }


  @media only screen and (max-width: 768px) {
  #benefits-grid .benefits--content {
      border-left: none;
      min-height: 0;
    }
  }
  @media only screen and (max-width: 414px) {
  #benefits-grid .grid__item {
      padding-top: 15px !important;
    }
  }
  /* override of default benefits grid section behaviour */
  #benefits-grid {
    margin-top: 0;
  }
input:focus, textarea:focus
  {
    outline:none;
  }

  .s4-com-clearfix:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
 }

 .s4-com-clearfix { display: inline-block; }
 * html .s4-com-clearfix { height: 1%; }
 .s4-com-clearfix { display: block; }

 .s4com-space-top
 {
  padding-top:30px;
}

.s4com-space-bottom
{
  padding-bottom:30px;
}

.s4com-space-small-top
{
  padding-top:15px;
}

.s4com-space-small-bottom {
  padding-bottom:15px;
}

.s4com-border-top {
  border-top:1px solid #e0e0e0;
}

.s4com-border-bottom {
  border-bottom:1px solid #e0e0e0;
}

.s4com-panel {
  position: relative;
  border:1px solid #e0e0e0;
  border-radius:5px;
  padding:30px 50px;
}

.s4com-panel form {
  margin:0px;
  padding:0px;
}

.s4com-panel input {
  -webkit-appearance:none;
  box-sizing: border-box;
  border:1px solid #e0e0e0;
  border-radius:3px;
  font-size:14px;
  width:100%;
  padding:10px;
}

.s4com-panel .s4com-btn {
  margin-top:-10px;
  padding: 15px 30px 15px 30px
}
.s4com-helpcenter-title {
  font-weight: 400;
  padding-left:50px;
}
.s4com-top-heading {
  margin:0px;
  padding-left:50px;
  font-size: 36px;
}

.s4com-sub-heading {
  padding:20px 0px 20px 0px;
  padding-left:50px;
  margin:0px;
  cursor:pointer;
  font-size: 26px;
  font-weight: 500;
}

.s4com-helpcenter h2 {
  margin:0px;
}
s4com-helpcenter > h1 {
 padding-left:50px;
}
.s4com-helpcenter a {
  color: #000000;
  text-decoration: none;
}

.s4com-articles {
  padding-left:50px;
}

.s4com-articles h4 {
  display: inline-block;
  margin:0px;
  font-weight:normal;
  padding:15px 0px;
}

.s4com-articles > a {
  position: relative;
  display: block;
}

.s4com-articles a h4 {
  color:#333333;
  font-weight:normal;

  font-size:16px;



  padding-left:25px;
}

.s4com-articles a.s4com-active h4 {
  font-weight: bold;
}

.s4com-icon-arrow-right {
  width: 9px;
  height: 9px;
  fill:#333333;
  margin-right:15px;
  margin-top:8px;
}

.s4com-icon-arrow-down {
  width: 9px;
  height: 9px;
  fill:#333333;
  margin-right:15px;
  margin-top:8px;
  display: none;
}

.s4com-articles a.s4com-active .s4com-icon-arrow-right {
  display: none;
}

.s4com-articles a.s4com-active .s4com-icon-arrow-down {
  display: inline-block;
}

.s4com-articles a + .s4com-article-body {
  display: none !important;
}

.s4com-articles a.s4com-active + .s4com-article-body {
  display: block !important;
}

.s4com-icon-cross {
  width: 16px;
  height: 16px;
  fill:#e0e0e0;
}

.s4com-btn {
  display: block;
  text-decoration: none;
  float: right;
  background:#d55118;
  padding:8px 50px;
  border-radius:3px;
  color:#fff;
}


.s4com-helpcenter .s4com-panel .s4com-btn {


  color:#000000;
  color:#000000;

}


@media  screen and (max-width: 677px) and (min-width: 320px) {
  .s4com-helpcenter .s4com-panel .s4com-btn {
    float: none;
    clear: both;
    text-align: center;
    display: block;
    margin-top: 10px;
  }

  .modal-content {
    max-width: 350px;

  }
}

@media (max-width: 768px) {
  .s4com-helpcenter .s4com-article-body {
    padding-left: 0px;
    padding-right: 25px;
  }
  .s4com-helpcenter-title,
  .s4com-top-heading,
  .s4com-sub-heading,
  .s4com-articles {
    padding-left: 20px;
  }
  .s4com-panel {
    padding: 30px 20px;
  }
}

#s4com-emailMessage {
  padding:10px 0px;
}

.s4com-searchbutton {
  text-align:center;
  margin-top:0px !important;
  padding-left:0px;
  padding-right:0px;
  width: 15%;
}

#s4com-q {
  margin:0px;
}

.s4com-article-body {
  margin-top:-15px;
  padding-left:25px;
  padding-top:10px;
  padding-bottom:15px;
}
.s4com-article-body img {
 max-width: 100%;
}
#s4com-hits {
  display: none;
  position: absolute;
  top:63px;
  padding:10px;
  width: 75%;
  background:rgba(255,255,255,0.9);
  border:1px solid #e0e0e0;
}

.s4com-icon-wrap {
  position: absolute;
  left:0px;
  top:50%;
  height: 24px;
  margin-top:-14px;
}

.modal-title h4 {
  font-size:16px;
  font-weight:normal;
}

.modal-body label{
  display: block;
  font-weight:bold;
  padding-bottom:10px;
}

.modal-body input, .modal-body textarea {
  border:1px solid #e0e0e0;
  border-radius:3px;
  width:95%;
  padding:10px;
  resize:none;
  margin-bottom:20px;
}

.algolia-autocomplete {
  width: 100%;
}
.aa-dropdown-menu{text-align:left; width:100%;}
.aa-input,.aa-query,.typeahead {
  width:100%;
  height:41px;
  padding:8px 12px;
  font-size:14px;
  line-height:18px;
  border:2px solid #e0e0e0;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  outline:0;
  position: relative;
  vertical-align: top;
  background-color: transparent;
}
.aa-suggestion  a {
  text-decoration: none;
  color:#000;
}
.typeahead{background-color:#fff}
.typeahead:focus{border:2px solid #e0e0e0}
.aa-query{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.aa-dataset-1{
  width:80%;
  padding:8px 0;
  background-color:#fff;
  border:1px solid #e0e0e0;
  border:1px solid rgba(0,0,0,.2);
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow:0 5px 10px rgba(0,0,0,.2);
  box-shadow:0 5px 10px rgba(0,0,0,.2)}
  .aa-suggestion{padding:3px 20px;font-size:14px;line-height:24px;color: #41B2EC;}
  .aa-suggestion:hover{cursor:pointer;color:#fff;background-color:#0097cf}
  .aa-suggestion.aa-cursor{color:#fff;background-color:#0097cf}
  .aa-suggestion p{margin:0}.gist{font-size:14px}
  .empty-message{padding:5px 10px;text-align:left}

  .s4com-fa-icon
  {
    margin-right: 5px;
    margin-top: 1px;
  }
  .s4com-contact-form
  {
    color:#000000;
  }


  .s4com-shop-img-wrapper
  {
    text-align: center;
    display: block;
    margin: 0 auto;

    height: 100%;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .s4com-shop-img{
    width: 100%;
    /*max-width: 100%;*/
    max-height: 100%;
  }
.s4com-btn-contact-no-result {
    float: right;
    /*Only styling from here, you can discard this*/
    -webkit-appearance: none;
    -moz-appearance: none;

    border: none;
    background: #ededed;
    border-radius: 3px;
    transition: all .2s;
    padding: 5px;
    padding: 0px 10px;
  }

  .s4com-btn-contact-no-result:hover
  {
    cursor: pointer;
    opacity: 1;
  }



  .s4com-language-selection{
    display: block;
    margin-bottom: 10px;
    margin-top: 25px;
    position: relative;
    min-height: 40px;
  }

  .s4com-language-dropdown .faq-language
  {
    margin-right: 8px;
  }

  @media  only screen and (max-width:  425px )
  {
    .s4com-language-dropdown {
      position: unset;
      margin-right: 0px;
      margin-top: 12px;
      text-align: center;
    }
  }

  @media  only screen and (min-width:  426px ) {

    .s4com-language-dropdown {
      display: flex;
      margin-left: auto;
      align-items: center;
      height: 40px;
      margin-right: 20px;
      position: absolute;
      right: 0;
      top: 0;
    }
  }


  /*New templates shouldIgnoreCTA */

  .s4com-btn,
  .s4com-btn-contact-no-result:hover{

    background-color: #41B2EC;
    color: #000000 !important;
  }

  .help-center-modal-footer .s4com-btn,
  .help-center-modal-footer .s4com-btn:hover,
  .s4com-contact-form .s4com-btn
  {
    color: #000000;
  }


  .help-center-modal-footer
  {
    text-align: right;
  }


  .s4com-articles a h4
  {
    color: #000000;
  }


  .s4com-helpcenter .s4com-articles a,
  .s4com-articles a.s4com-active h4 {
    color:#41B2EC!important;
  }


  .s4com-helpcenter-title
  {

    color: #000000;
    text-align:  ;
    width: 100%;
  }


  .s4com-helpcenter .s4com-article-body p
  {
    color: #000000;

  }

  .s4com-section-title
  {



  }

  .s4com-category-title
  {



  }




  .s4com-fas{
    font-size: 20px;
    font-weight: 600;
    padding: 3px !important;
    align-self: center;

  }

  .s4com-sub-heading
  {
    display: flex;


  }




  .s4com-helpcenter {


    color: #000000;



    max-width:1070px;
    margin-left:auto;
    margin-right:auto;

    padding:16px;


  }
  .s4com-helpcenter .s4com-panel input{
    background: #fff;
  }

  @media  screen and (max-width: 768px) ,
  screen and (max-height: 650px) {

    .help-center-modal-dialog .help-center-modal-content.long-text {
      top: 0;
      left: 0;
      margin: 0;
      height: 100%;
      width: 100%;
      overflow: auto;
    }
  }


  .s4com-contact-form
  {
    color: #000000;
  }

  .s4com-helpcenter a:not([disabled]):hover, a:focus {
    color: #000000;
  }

  .s4com-help-center-exclude.active .s4com-section-title{
    color: #000000!important;
  }
  .s4com-help-center-exclude.active .s4com-sub-heading{
    color: #000000!important;
  }

  .s4com-article-body ul li{
    font-size: inherit!important;
    list-style: inherit;
  }

  .s4com-article-body ul {
    list-style: inherit;
    margin-left: 16px!important;
  }
  .s4com-article-body ol {
    margin-left: 16px!important;
  }


  .s4com-helpcenter a:active,select:focus,
  a:focus {
    -moz-outline-style: none;
    outline: none;
  }

  .s4com-panel form{
    border: none!important;
  }

  .s4com-footer-contact-form{
    margin-bottom: 25px;
  }


  .s4com-new-contact-button{
    display:inline;
    float: unset;
    border: none;
  }

  .s4com-article-body h2,h3,h4,h5,h6{
    text-transform: none!important;
  }

  .help-center-modal{
    z-index: 9999;
  }

  .s4com-language-dropdown .faq-language{
    white-space: nowrap;
  }

  .s4com-helpcenter .s4com-dropdown {
    width:auto;
    margin: 0px !important;
    margin-left: 5px !important;
  }

  .s4com-rtl{
    text-align: right!important;;
    display: flow-root!important;
    flex: auto;
  }
  .s4com-rtl .more-less{
    float: left!important;
  }
  .s4com-rtl .faicon{
    float: right!important;
  }

  .how-to-steps {background: url('./assets/steps-1-3-bg.svg?33717');
      background-repeat: no-repeat;
      background-position: top;
      background-size: 100% auto;}
  .how-to-steps__header {
    max-width: 832px;
    margin: 0 auto;
    padding: 0 32px 0 32px;
    padding-top: 128px;
    text-align: center;
    color: black;
  }
  .how-to-steps h5 {
    margin: 0;
    font-size: 24px;
    color: white;
    text-align: center;
    text-transform: uppercase;
  }
  .how-to-steps p {
    margin: 0 32px;
    font-size: 18px;
    color: white;
    text-align: center;
    font-weight: 600;
    line-height: 1.78;
  }
  .how-to-steps__inner {
    position: relative;
    height: 90vh;
    margin-top: 64px;
  }
  .how-to-steps__desktop-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
  }
  .how-to-steps__desktop-step {
    position: relative;
    float: left;
    width: 33.3333%;
    height: 100%;
    border-right: 1px solid white;
    cursor: pointer;
  }
  .how-to-steps__desktop-step:last-of-type {
    border: 0;
  }
  .how-to-steps__desktop-step > div {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 160px;
    padding-bottom: 16px;
    transition: bottom .4s;
  }

  .how-to-steps__videos {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .how-to-steps__video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
  }
  .how-to-steps__video-wrapper:first-of-type {
    z-index: 5;
  }
  .how-to-steps__video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .how-to-steps__mobile-overlay {
    display: none;
  }

  @media (max-width: 768px) {
    .how-to-steps__header {padding-top: 96px;max-width: 600px;
    }
    .how-to-steps h5 {
      font-size: 22px;
    }
    .how-to-steps p {
      margin: 0 24px;
      line-height: 1.88;
      font-weight: normal;
      font-size: 16px;
    }
    .how-to-steps__inner {
      height: fit-content;
      margin-top: 32px;
    }
    .how-to-steps__desktop-overlay {
      display: none;
    }
    .how-to-steps__videos {
      height: fit-content;
      height: -moz-max-content;
    }
    .how-to-steps__videos.slick-dotted.slick-slider{
      margin-bottom: 14px;
      padding-bottom: 16px;
    }
    .how-to-steps__videos .slick-dots {
      bottom: 0;
      margin-top: 16px;
    }
    .how-to-steps__videos .slick-dots li {
      margin: 0;
    }
    .how-to-steps__videos .slick-dots li button:before {
      font-size: 9px;
      color: #1eb995;
      opacity: 0.5;
    }
    .how-to-steps__videos .slick-dots li.slick-active button:before {
      font-size: 11px;
      opacity: 1;
    }
    .how-to-steps__video-wrapper {
      position: relative;
      height: 405px;
      padding: 0 32px 32px 32px;
    }
    .slick-list .how-to-steps__video-wrapper {
      padding: 0 24px 32px 0;
    }
    .how-to-steps__video-wrapper video {
      height: 100%;
      border-radius: 4px;
    }
    .how-to-steps__mobile-overlay {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0;
      padding: 32px;
      z-index: 5000;
    }
    .slick-list .how-to-steps__mobile-overlay {
      padding: 32px 24px 32px 0;
    }
    .how-to-steps__mobile-overlay > div {
      position: relative;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
      height: 100%;
      width: 100%;
      border-radius: 4px;
    }
    .how-to-steps__mobile-overlay .how-to-steps__mobile-overlay-content {
      position: absolute;
      bottom: 32px;
      width: 100%;
      min-height: 140px;
    }
  }

  @media (max-width: 590px) {
    .how-to-steps {background-image: url('./assets/steps-1-3-bg-mobile.svg?33717');}
  }
.product-features {
    position: relative;
    overflow: hidden;
  }
  .product-features .psd-wrapper {
    z-index: 1;
    display: block;
    position: relative;
  }
  .product-features .top-triangle {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 200px;
  }
  .product-features .bottom-triangle {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    bottom: 0;
  }
  .product-features .gallery_item:after {
    content: '';
    display: block;
    clear: both;
  }
  .product-features .featured_description {
    margin: 0 auto 70px auto;
  }
  .product-features .featured_description {
    max-width: 600px;
  }
  .product-features .featured_description h3{
    line-height: 1.83;
    text-align: center;
  }
  .product-features .overlay-image {
    position: absolute;
    left: 0;
    top: 0;
  }
  .product-features .gallery_image {
    max-width: 1102px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .product-features .gallery_image .image {
    position: relative;
  }
  .product-features-block .gallery_item {
    position: relative;
  }
  .product-features .gallery_image .gallery_item {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .product-features .gallery_image .item-sm{
    justify-content: center;
  }
  .product-features .gallery_image .gallery_item:nth-child(odd) .image.desktop-features {
    order: 2;
  }
  .product-features-block .gallery_item .description {
    width: 300px;
    float: left;
    margin-top: 150px;
  }
  .product-features-block .gallery_item .image {
    width: calc(100% - 300px);
    float: right;
  }
  .product-features-block .gallery_image {
    position: relative;
    height: 600px;
    margin-top: 100px;
    overflow: visible;
  }
  .product-features-block .gallery_item:after {
    content: '';
    display: block;
    clear: both;
  }
  .product-features-block .gallery_item:first-child .overlay-image {
    position: absolute;
    width: 600px;
    bottom: 77px;
    right: 134px;
  }
  .product-features-block .gallery_item:last-child .overlay-image {
    position: absolute;
    width: 700px;
    bottom: 100px;
    left: -250px;
  }
  .product-features .gallery_item .image {
    width: calc(100% - 370px);
  }
  .product-features .gallery_item .image-sm{
    width: calc(100% - 670px);
  }
  .product-features .gallery_image .gallery_item:nth-child(even) .image {
    padding-right: 30px;
  }
  .product-features .gallery_image .description {
    width: 370px;
  }
  .product-features .top-triangle, .product-features .bottom-triangle  {
    width: 100%;
  }
  .product-features .top-triangle .top-diagonal {
    position: absolute;
    right: 0;

      content: none;

      border-bottom: 800px solid white;
      border-left: 2000px solid transparent;
      border-bottom: 100vh solid white;
      border-left: 100vw solid transparent;
      bottom: 0;
  }
  .product-features .bottom-triangle .bottom-diagonal {
    position: absolute;
    right: 0;

      content: none;

      border-top: 800px solid white;
      border-left: 2000px solid transparent;
      border-top: 100vh solid white;
      border-left: 100vw solid transparent;
      top: 0;
  }
  .pf-3 {
    padding-top: 25px;
  }
  .create-yours-btn {
    width: 218px;
    max-width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: normal;
  }
  @media (max-width: 1200px) {
    .pf-3 .description {
      margin-top: 0;
    }
  }
  @media (max-width: 767px) {
    .product-features .psd-wrapper {
      padding: 0;
    }
    .product-features .featured_content {
      padding-left: 32px;
      padding-right: 32px;
    }
    .product-features .gallery_image .gallery_item {
      display: block;
    }
    .product-features .gallery_item .description {
      margin-top: 0;
    }
    .product-features .gallery_image .gallery_item .description {
      width: 100%;
      padding: 0 32px;
      text-align: center;
    }
    .product-features .gallery_image .gallery_item .image {
      width: 100%;
    }
    .product-features .featured_description p.psd--p {
      margin-bottom: 0;
    }
    .product-features .featured_description h3{
      line-height: 1.6;
    }
    .product-features .featured_content .featured_description {
      margin-bottom: 50px;
    }
    .product-features .featured_content .featured_description .psd--h3{
      margin-bottom: 0;
    }
    .product-features .gallery_image .gallery_item {
      padding: 0;
    }
    .product-features .description .psd--h3 {
      margin-bottom: 20px;
    }
    .product-features-block .gallery_image {
      position: relative;
      height: auto;
    }
    .product-features-block .gallery_item {
      position: relative;
      top: unset;
      left: unset;
    }
    .product-features-block .gallery_item .description {
      width: 100%;
      float: none;
      margin-top: 0!important;
      text-align: center;
    }
    .product-features-block .gallery_item .image {
      width: 100%;
      float: none;
      opacity: 1!important;
    }
    .product-features-block .overlay-image {
      display: none;
    }
    .product-features-block .gallery_image .gallery_item:not(:first-child) {
      display: none;
    }
    .product-features .gallery_image .gallery_item:nth-child(even) .image {
      padding-right: 0;
    }
    .gallery_item {
      margin-top: 80px;
    }
  }

  .imganim {
    transition: 0.3s;
  }
  .imganim[data-anim="animtoleft"] {
    transform: translateX(50px);
  }
  .imganim[data-anim="animtoright"] {
    transform: translateX(-50px);
  }
  .txtanim {
    transition: 0.3s;
    transform: translateY(50px);
    opacity: 0;
  }
  .imganim.animtoleft {
    transform: translateX(0);
  }
  .imganim.animtoright {
    transform: translateX(0);
  }
  .txtanim.animtotop {
    opacity: 1;
    transform: translateY(0);
  }
  .pf-1 .lineanim {
    content: "";
    position: absolute;
    top: 50%;
    right: 60%;
    width: 40%;
    height: 2px;
    background: #49b9ab;
  }
  .pf-2 .lineanim {
    content: "";
    position: absolute;
    top: 45%;
    left: 90%;
    width: 8%;
    height: 2px;
    background: #49b9ab;
  }
  .pf-3 .lineanim {
    content: "";
    position: absolute;
    top: 47%;
    right: 19%;
    width: 80%;
    height: 2px;
    background: #49b9ab;
  }
  .pf-3 .lineanim-v {
    content: "";
    position: absolute;
    top: 47%;
    right: 19%;
    width: 2px;
    height: 26%;
    background: #49b9ab;
  }
.promises-section {margin-top: 30px;}
  .promises-header .psd-wrapper {
    margin: 0 auto;
    text-align: center;
  }
  .promises-header .promises-header-title{
    padding-top: 330px;
    padding-bottom: 330px;
    margin-bottom: 0;
  }
  .promises-icons-wrapper {
    max-width: 1102px;
    margin: 0 auto;
    overflow: auto;
    padding-bottom: 115px;
    background-size: 200px;
  }
  .promises-icon {
    text-align: center;
  }
  .promises-icon-image {
    position: relative;
    height: 60px;
  }
  .promises-icon-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60px;
    max-height: 60px;
  }
  .promises-icon-description {
    padding: 24px 40px 0 40px;
  }
  .promises-icon-description p {
    margin: 0 auto;
    max-width: 300px;
    font-size: 18px;
    line-height: 1.89;
  }

  @media (max-width: 767px) {
    .promises-section {margin-top: 64px;}
    .promises-header .promises-header-title{
      min-height: 260px;
      padding-top: 75px;
      padding-bottom: 68px;
      font-size: 20px;
    }
    .promises-icons-wrapper {
      padding-bottom: 70px;
    }
    .promises-icon{
      padding-top: 64px;
    }
    .promises-icon-image {
      height: 50px;
    }
    .promises-icon-image img {
      max-width: 50px;
      max-height: 50px;
    }
    .promises-icon-description {
      padding: 16px 0 0 0;
    }
    .promises-icon-description h3 {
      margin-bottom: 5px;
      line-height: 1.33;
    }
  }
#footer-section {
    background: #f3f3f3;
    padding: 50px 16px 100px 16px;
  }
  #footer-section > div{
    margin: auto;
    display: flex;
    flex: 1;
  }
  #footer-section h3 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
  }
  #footer-section a {
    font-size: 14px;
    color: black;
  }
  #footer-section .footer__item {
    float: left;
    position: relative;
    padding-top: 25px;
    flex: 1;
    order: 1;
  }
  #footer-section .footer__item {
    padding-right: 10px;
  }
  #footer-section .footer__item-stack {
    float: right;
    flex: 2;
    order: 1;
  }
  #footer-section .footer__item-stack > div {
    padding-top: 25px;
  }
  #footer-section .footer__linklist li {
    margin-bottom: 0.75em;
    line-height: 1em;
  }
  #footer-section .social-icons {
    margin: 15px 0 10px 0;
  }
  #footer-section .social-icons a {
    font-size: 24px;
  }
  #footer-section .social-icons li {
    display: inline;
    list-style-type: none;
  }
  #footer-section .social-icons li:nth-child(2) {
    margin: auto 8px;
  }
  #footer-section .klaviyo_field_group {
    margin-right: 0;
  }
  #footer-section .klaviyo_field_group input {
    height: 44px;
    background: white;
    padding: 22px 15px;
    border-radius: 0;
  }
  #footer-section .klaviyo_submit_button{
    height: 44px;
    margin-top: 1px;
    text-transform: uppercase;
  }

  @media (max-width: 767px) {
    #footer-section {
      padding-top: 0;
    }
    #footer-section > div {
      flex-wrap: wrap;
      align-content: stretch;
    }
    #footer-section h3 {
      margin-bottom: 15px;
    }
    #footer-section .footer__item {
      flex: 0 0 100%;
    }
  }

  @media (max-width: 370px) {
    #footer-section .klaviyo_field_group {
      width: 145px;
    }
  }
.hero-video {
        position: relative;
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100vh;
        height: calc(100vh - 50px);
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      .hero-video__bg-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        overflow: hidden;
      }
      .hero-video__bg-video > video {
        object-fit: cover;
        height: 100%;
        width: 100vw;
      }
      .hero-video__bg-video-gradient {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.35);
      }
      .hero-video__content {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
        padding: 0 16px;
        z-index: 1;
      }
      .hero-video__content h4, .hero-video__content h2, .hero-video__content > p {
        margin-bottom: 8px;
        line-height: 1;
        color: white;
        /*text-shadow: 0 3px 16px rgba(0,0,0,0.06), 0 3px 16px rgba(0,0,0,0.13); */
      }
      .hero-video__content h4 {
        margin-bottom: 16px;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        position: relative;
      }
      .hero-video__content h2 {
        text-transform: none;
        letter-spacing: 1px;
      }
      .hero-video__content > p {
        font-size: 22px;
        font-weight: 600;
      }
      .hero-video__btns .btn {
        width: 270px;
        margin: 8px 16px 8px 0;
        padding: 16px 0;
        font-size: 13px;
      }
      .hero-video__btns .btn:last-of-type {
        margin-right: 0;
      }
      .hero-video__play-link {
        margin-top: 8px;
      }

      @media (max-width: 1024px) {
        .hero-video__content {
          padding: 0 32px;
        }
      }

      @media (max-width: 768px) {
        .hero-video__content h4 {
          margin-bottom: 8px;
          font-size: 14px;
          text-align: center;
        }
        .hero-video__content h2 {
          line-height: 1.36;
          text-align: center;
        }
        .hero-video__content > p {
          font-size: 14px;
          line-height: 1.43;
          letter-spacing: 0.3px;
          text-align: center;
        }
        .hero-video__btns {
          text-align: center;
        }
        .hero-video__btns .btn {
          font-size: 12px;
          padding: 12px 0 9px 0;
          margin-right: 8px;
        }
        .hero-video__play-link {
          margin-top: 24px;
        }
      }

      @media (max-width: 550px) {
        .hero-video__btns {
          display: flex;
        }
        .hero-video__btns .btn {
          flex: 1;
        }
      }
.image-and-text {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 32px 0 32px;
  }
  .image-and-text h2 {
    margin-bottom: 64px;
    text-align: center;
  }.image-and-text p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
    color: black;
  }
  .image-and-text__link {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #1eb995;
    text-align: center;
  }
  .image-and-text__link span {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }
  .image-and-text__link:hover {
    color: #1eb995;
  }

  @media (max-width:768px){
    .image-and-text p {
      font-size: 16px;
      line-height: 2.25;
    }
  }
.insole-plp-how-it-works .psd--h2_v2  {
    color: black;
  }
  .insole-plp-how-it-works > div {
    padding-top: 48px
  }
  .plp-cta-btn-wrapper {
    text-align: center;
  }
  .plp-cta-btn {
    margin: 16px 8px 0 8px;
  }
.image-and-text {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 32px 0 32px;
  }
  .image-and-text h2 {
    margin-bottom: 64px;
    text-align: center;
  }

  .psd--h2_v2 {
    color: black;
  }

  .container-imagem-texto {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    margin-top: 50px;
  }

  .container-imagem-texto img {
    width: 100%;
  }

  .imagem-texto-bloco-texto, .imagem-texto-bloco-imagem {
    width: 45%;
  }

  .image-and-text img {
      margin-bottom: 32px;
    }.image-and-text p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
    color: black;
  }
  .image-and-text__link {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #1eb995;
    text-align: center;
  }
  .image-and-text__link span {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }
  .image-and-text__link:hover {
    color: #1eb995;
  }

  @media (max-width:768px){
    .image-and-text p {
      font-size: 16px;
      line-height: 2.25;
    }
  }
.insolev2--h2 {
    max-width: 894px;
    margin: auto;
    padding: 0 32px;
    text-align: center;
  }
  .insolev2-features-title .psd--p {
    padding: 0 32px;
    margin: auto;
    text-align: center;
  }

  .insolev2-features {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 100px; /* space for bottom hero insole image */
  }
  .insolev2-features-content {
    background: #1eb995;
    position: relative;
    padding: 88px 0;
  }
  .insolev2-features-table-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    align-items: start;
    color: white;
  }
  .insolev2-features-selected__title {
    display: flex;
    align-items: flex-end;
    max-width: 415px;
    height: 100px;
    font-family: Montserrat, sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.24;
    text-align: left;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
  }
  .insolev2-features-selected__description {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    text-align: left;
    padding-left: 2px;
    max-width: 460px;
    height: 100px;
  }
  .insolev2-features-table {
    max-width: calc(140px * 3 + 32px * 3);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
  }
  .insolev2-features-table__cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 140px;
    text-align: left;
    cursor: pointer;
    margin: 32px 32px 0 0;
    opacity: 0.6;
  }
  .insolev2-features-table div:nth-child(4n) .insolev2-features-table__cell {
    margin-right: 0;
  }
  .insolev2-features-table .selected {
    opacity: 1;
  }
  .insolev2-features-table__image {
    width: 40px;
    margin: 0 0 10px 0;
    transition: 0.3s;
  }
  .insolev2-features-table__cell:hover .insolev2-features-table__image {
    transform: scale(1.2);
  }

  .insolev2-features-table__title {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
  }
  .insolev2-features-table__desc {
    display: none;
  }


  .insolev2-floating-hero--base {
    pointer-events: none;
    width: 600px;
    position: absolute;
    z-index: 70;
    top: -340px;
    left: 550px;
  }
  .insolev2-floating-hero--mobile {
    visibility: hidden;
  }

  /* Mobile */
  @media (max-width: 768px) {
    .insolev2-features {
      padding-top: 140px;
      padding-bottom: 0;
    }
    .insolev2-features-content {
      padding-bottom: 32px;
    }
    .insolev2-features-table-header {
      display: none;
    }
    .insolev2-features-table-container {
      margin-top: 40px;
      padding: 0;
      max-width: 375px;
    }
    .insolev2-features-table {
      max-width: 375px;
    }
    .insolev2-features-table__cell {
      width: 100%;
      height: 260px;
      align-items: center;
      padding: 0 32px;
      margin: 32px 0;
      text-align: center;
      opacity: 1;
    }
    .insolev2-features-table__title {
      max-width: 240px;
      font-family: Montserrat;
      font-size: 22px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.45;
    }
    .insolev2-features-table__desc {
      display: block;
      max-width: 256px;
      font-family: Montserrat;
      font-size: 16px;
      font-weight: 600;
      line-height: 2;
    }
    .insolev2-floating-hero--base {
      max-width: 250px;
      left: 250px;
      top: -400px;
      transform: rotate(-40deg);
    }

    .vertical-dots {
      position: absolute;
      width: 100%;
      bottom: -40px;
      margin: 0;
      z-index: 60;
      display: flex;
      justify-content: center;
    }
    .vertical-dots li {
      list-style: none;
      margin: 0;
      width: 20px;
      text-align: center;
    }
    .vertical-dots button {
      border-radius: 50%;
      width: 6px;
      height: 6px;
      padding: 0;
      border: none;
      background-color: #000;
      text-indent: -9999px;
      opacity: 0.2;
    }
    .vertical-dots li.slick-active button {
      background-color: #fff;
      transform: scale(1.5);
      opacity: 1;
    }
  }
.how-to-steps {}

  .how-to-steps h5 {
    margin: 0;
    font-size: 24px;
    color: white;
    text-align: center;
    text-transform: uppercase;
  }
  .how-to-steps p {
    margin: 0 32px;
    font-size: 18px;
    color: white;
    text-align: center;
    font-weight: 600;
    line-height: 1.78;
  }
  .how-to-steps__inner {
    position: relative;
    height: 90vh;
    margin-top: 64px;
  }
  .how-to-steps__desktop-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
  }
  .how-to-steps__desktop-step {
    position: relative;
    float: left;
    width: 33.3333%;
    height: 100%;
    border-right: 1px solid white;
    cursor: pointer;
  }
  .how-to-steps__desktop-step:last-of-type {
    border: 0;
  }
  .how-to-steps__desktop-step > div {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 160px;
    padding-bottom: 16px;
    transition: bottom .4s;
  }

  .how-to-steps__videos {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .how-to-steps__video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
  }
  .how-to-steps__video-wrapper:first-of-type {
    z-index: 5;
  }
  .how-to-steps__video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .how-to-steps__mobile-overlay {
    display: none;
  }

  @media (max-width: 768px) {
    .how-to-steps__header {max-width: 600px;
    }
    .how-to-steps h5 {
      font-size: 22px;
    }
    .how-to-steps p {
      margin: 0 24px;
      line-height: 1.88;
      font-weight: normal;
      font-size: 16px;
    }
    .how-to-steps__inner {
      height: fit-content;
      margin-top: 32px;
    }
    .how-to-steps__desktop-overlay {
      display: none;
    }
    .how-to-steps__videos {
      height: fit-content;
      height: -moz-max-content;
    }
    .how-to-steps__videos.slick-dotted.slick-slider{
      margin-bottom: 14px;
      padding-bottom: 16px;
    }
    .how-to-steps__videos .slick-dots {
      bottom: 0;
      margin-top: 16px;
    }
    .how-to-steps__videos .slick-dots li {
      margin: 0;
    }
    .how-to-steps__videos .slick-dots li button:before {
      font-size: 9px;
      color: #1eb995;
      opacity: 0.5;
    }
    .how-to-steps__videos .slick-dots li.slick-active button:before {
      font-size: 11px;
      opacity: 1;
    }
    .how-to-steps__video-wrapper {
      position: relative;
      height: 405px;
      padding: 0 32px 32px 32px;
    }
    .slick-list .how-to-steps__video-wrapper {
      padding: 0 24px 32px 0;
    }
    .how-to-steps__video-wrapper video {
      height: 100%;
      border-radius: 4px;
    }
    .how-to-steps__mobile-overlay {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0;
      padding: 32px;
      z-index: 5000;
    }
    .slick-list .how-to-steps__mobile-overlay {
      padding: 32px 24px 32px 0;
    }
    .how-to-steps__mobile-overlay > div {
      position: relative;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
      height: 100%;
      width: 100%;
      border-radius: 4px;
    }
    .how-to-steps__mobile-overlay .how-to-steps__mobile-overlay-content {
      position: absolute;
      bottom: 32px;
      width: 100%;
      min-height: 140px;
    }
  }

  @media (max-width: 590px) {
    .how-to-steps {}
  }
.comp-chart-component h2 {
    text-align: center;
  }
  .comp-chart-component p {
    margin: 0;
  }
  .comp-chart-component > p {
    font-style: italic;
    text-align: center;
    color: black;
  }
  .comp-chart {
    overflow-x: auto;
    padding-bottom: 16px;
  }
  .comp-chart__inner {
    display: flex;
    width: 100%;
    max-width: 1440px;
    min-width: 530px;
    margin: 0 auto;
    padding: 8px 120px 0 120px;
  }
  .comp-chart__column {
    flex: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .comp-chart p {
    font-size: 20px;
    color: black;
    font-weight: 600;
    line-height: 1.45;
  }
  .comp-chart__column--first {
    flex: 7;
  }
  .comp-chart__column--psd {
    margin-top: 40px;
    flex: 5;
    border: 3px solid #1eb995;
    box-shadow: 0 2px 11px 0 rgba(118, 118, 118, 0.3);
    z-index: 5;
    background: #F6F6F6;
  }
  .comp-chart__header-cell p {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .comp-chart__header-cell--top p {
    color: white;
  }
  .comp-chart__column > div {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 16px;
    border: 1px solid #1eb995;
    text-align: center;
  }
  .comp-chart__column--first > div {
    background: rgba(30, 185, 149, 0.2);
    border-left-width: 3px;
    border-right: none;
  }
  .comp-chart__column--psd > div {
    border-right: none;
    border-left: none;
  }
  .comp-chart__column:nth-of-type(3) > div {
    border-left: none;
  }
  .comp-chart__column--last > div {
    border-right-width: 3px;
  }
  .comp-chart__column:not(.comp-chart__column--psd) > div:first-of-type {
    background: #1eb995;
    border-top-width: 2px;
  }
  .comp-chart__column > div:last-of-type {
    border-bottom-width: 3px;
  }
  .comp-chart__column--psd > div:first-of-type {
    height: 160px;
    padding: 48px;
    border-top: none;
  }
  .comp-chart__column--psd > div:last-of-type {
    height: 200px;
    padding: 32px;
    border-bottom: none;
  }
  .comp-chart__column--psd > div button {
    margin-top: 40px;
    width: 180px;
    max-width: 100%;
  }
  .comp-chart__column img {
    max-height: 18px;
  }
  .shop-now-btn--mobile {
    display: none;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE */
    .comp-chart__column image {
      width: 20px;
    }
    .comp-chart__column--psd div:first-of-type image {
      width: inherit;
    }
  }
  .comp-chart__column--psd img {
    max-height: 45px;
  }
  .comp-chart__shop-now-btn {
    font-size: 14px;
    text-transform: uppercase;
  }
  [data-aos="comp-chart--mobile-anim"] {
    transform: none;
  }

  @media (max-width: 1020px) {
    .comp-chart__inner {
      padding: 8px 32px 0 32px;
    }
    .comp-chart p {
      padding: 0;
      font-size: 16px;
    }
    .comp-chart__column--psd {
      margin-top: 0;
    }
    .comp-chart__header-cell p {
      font-size: 17px;
    }
    .comp-chart__column--psd > div:first-of-type {
      padding: 16px;
    }
    .comp-chart__column--psd > div:last-of-type {
      height: 160px;
    }
    .comp-chart__column--psd > div button {
      display: none;
    }
  }

  @media (max-width: 768px) {
    .comp-chart__inner {
      padding: 24px 0 0 0;
    }
    .comp-chart p {
      padding: 0;
      font-size: 12px;
    }
    .comp-chart img {
      max-width: 32px;
      margin: 0 auto;
    }
    .comp-chart__column--psd {
      border-width: 2px;
    }
    .comp-chart__column > div {
      height: 88px;
      padding: 8px;
      border-width: 0.5px;
    }
    .comp-chart__column--first > div {
      border-left: none;
    }
    .comp-chart__column--last > div {
      border-right: none;
    }
    .comp-chart__header-cell p {
      font-size: 12px;
    }
    .comp-chart__column > div:last-of-type {
      border-bottom-width: 1px;
    }
    .comp-chart__column--psd > div:first-of-type {
      height: 104px;
    }
    .comp-chart__column--psd > div:first-of-type img {
      width: 68px;
      max-width: none;
    }
    .comp-chart__column--psd > div:last-of-type {
      height: 104px;
      padding: 16px;
    }
    [data-aos="comp-chart--mobile-anim"] {
      transform: translate3d(100%, 0, 0);
    }
    [data-aos="comp-chart--mobile-anim"].aos-animate {
      transform: translateZ(0);
    }
    .shop-now-btn--mobile {
      display: block;
      width: inherit;
      height: 40px;
      margin: 16px 32px 0 32px;
      padding: 12px 32px;
    }
  }

  /* styles to help always show part of the next column on smaller screen sizes (so user sees theres more) */
  @media (min-width: 376px) and (max-width: 475px){
    .comp-chart__column:not(.comp-chart__column--psd) {
      min-width: 30vw;
    }
  }
  @media (max-width: 375px){
    .comp-chart__inner {
      min-width: 470px;
    }
    .comp-chart__column {
      max-width: 105px;
    }
    .comp-chart__column--psd > div:first-of-type img {
      max-width: 100%;
    }
  }
  @media (max-width: 350px){
    .comp-chart__column {
      max-width: 95px;
    }
  }
.image-video-checkerboard {
    overflow: hidden;
    max-width: 1102px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .checkerboard-section {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 50px;
    padding: 0 4px 0 4px;
  }
  .checkerboard-section:first-child {
    margin-top: 0;
  }
  .checkerboard-section:after {
    content: '';
    display: block;
    clear: both;
  }
  .checkerboard-section:nth-child(even) .checkerboard-section-image-video {
    order: 2;
  }
  .checkerboard-section:nth-child(even) .checkerboard-section-description {
    order: 1;
    text-align: right;
    padding-right: 64px;
  }
  .checkerboard-section:nth-child(odd) .checkerboard-section-description {
    padding-left: 64px;
  }
  .checkerboard-section-image-video {
    float: left;
    width: 52%;
  }
  .checkerboard-section-image-video video, .checkerboard-section-image-video img {
    max-width: 100%;
    max-height: 400px;
  }
  .checkerboard-section-image-video img {
    width: 100%;
  }
  .checkerboard-section-description {
    float: left;
    width: 48%;
    box-sizing: border-box;
  }
  .checkerboard-section-description p {
    color: #333333;
    margin: 16px 0 0 0;
    font-size: 18px;
  }
  .checkerboard-section-description h3 {
    margin: 0;
  }
  @media (max-width: 1300px) {
    .checkerboard-section {
      padding: 0 4px 0 4px;
    }
  }
  @media (max-width: 1024px) {
    .checkerboard-section {
      display: block !important;
      padding: 0;
    }
    .checkerboard-section-image-video {
      width: 100%;
      padding: 0 32px;
    }
    .checkerboard-section-image-video video, .checkerboard-section-image-video img {
      width: 100%;
    }
    .checkerboard-section-description {
      width: 100%;
      padding: 60px 32px 14px 32px !important;
      text-align: center !important;
    }
  }
  @media (max-width: 767px) {
    .image-video-checkerboard {
      padding: 0;
    }
    .checkerboard-section-image-video {
      padding: 0;
    }
    .checkerboard-section.aos-init.aos-animate {
      display: block;
    }
  }
  .videoanim {
    transition: 0.5s;
  }
  .videoanim[data-anim="animfromleft"] {
    transform: translateX(-50%);
  }
  .videoanim[data-anim="animfromright"] {
    transform: translateX(50%);
  }
  .txtanim {
    transition: 0.3s;
    transform: translateY(50px);
    opacity: 0;
  }
  .videoanim.animfromleft {
    transform: translateX(0);
  }
  .videoanim.animfromright {
    transform: translateX(0);
  }
  .txtanim.animtotop {
    opacity: 1;
    transform: translateY(0);
  }
  @media (max-width: 768px) {
    .videoanim[data-anim="animfromleft"] {
      transform: translateX(0);
    }
    .videoanim[data-anim="animfromright"] {
      transform: translateX(0);
    }
    .txtanim {
      transform: translateY(0);
      opacity: 1;
    }
  }
.promises-section {}
  .promises-header .psd-wrapper {
    margin: 0 auto;
    text-align: center;
  }
  .promises-header .promises-header-title{
    padding-top: 330px;
    padding-bottom: 330px;
    margin-bottom: 0;
  }
  .promises-icons-wrapper {
    max-width: 1102px;
    margin: 0 auto;
    overflow: auto;
    padding-bottom: 115px;
    background-size: 200px;
  }
  .promises-icon {
    padding-top: 120px;
    text-align: center;
  }
  .promises-icon-image {
    position: relative;
    height: 60px;
  }
  .promises-icon-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60px;
    max-height: 60px;
  }
  .promises-icon-description {
    padding: 24px 40px 0 40px;
  }
  .promises-icon-description p {
    margin: 0 auto;
    max-width: 300px;
    font-size: 18px;
    line-height: 1.89;
  }

  @media (max-width: 767px) {
    .promises-section {margin: 64px 32px 0 32px;
        border-top: 1px solid #d8d8d8;}
    .promises-header .promises-header-title{
      min-height: 260px;
      padding-top: 75px;
      padding-bottom: 68px;
      font-size: 20px;
    }
    .promises-icons-wrapper {
      padding-bottom: 70px;
    }
    .promises-icon{
      padding-top: 64px;
    }
    .promises-icon-image {
      height: 50px;
    }
    .promises-icon-image img {
      max-width: 50px;
      max-height: 50px;
    }
    .promises-icon-description {
      padding: 16px 0 0 0;
    }
    .promises-icon-description h3 {
      margin-bottom: 5px;
      line-height: 1.33;
    }
  }

.product-features {
    position: relative;
    overflow: hidden;
  }
  .product-features .psd-wrapper {
    z-index: 1;
    display: block;
    position: relative;
  }
  .product-features .top-triangle {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 200px;
  }
  .product-features .bottom-triangle {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    bottom: 0;
  }
  .product-features .gallery_item:after {
    content: '';
    display: block;
    clear: both;
  }
  .product-features .featured_description {
    margin: 0 auto 70px auto;
  }
  .product-features .featured_description {
    max-width: 600px;
  }
  .product-features .featured_description h3{
    line-height: 1.83;
    text-align: center;
  }
  .product-features .overlay-image {
    position: absolute;
    left: 0;
    top: 0;
  }
  .product-features .gallery_image {
    max-width: 1102px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .product-features .gallery_image .image {
    position: relative;
  }
  .product-features-block .gallery_item {
    position: relative;
  }
  .product-features .gallery_image .gallery_item {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .product-features .gallery_image .gallery_item:nth-child(odd) .image.desktop-features {
    order: 2;
  }
  .product-features-block .gallery_item .description {
    width: 300px;
    float: left;
    margin-top: 150px;
  }
  .product-features-block .gallery_item .image {
    width: calc(100% - 300px);
    float: right;
  }
  .product-features-block .gallery_image {
    position: relative;
    height: 600px;
    margin-top: 100px;
    overflow: visible;
  }
  .product-features-block .gallery_item:after {
    content: '';
    display: block;
    clear: both;
  }
  .product-features-block .gallery_item:first-child .overlay-image {
    position: absolute;
    width: 600px;
    bottom: 77px;
    right: 134px;
  }
  .product-features-block .gallery_item:last-child .overlay-image {
    position: absolute;
    width: 700px;
    bottom: 100px;
    left: -250px;
  }
  .product-features .gallery_item .image {
    width: calc(100% - 320px);
  }
  .product-features .gallery_image .gallery_item:nth-child(even) .image {
    padding-right: 30px;
  }
  .product-features .gallery_image .description {
    width: 320px;
  }
  .product-features .top-triangle, .product-features .bottom-triangle  {
    width: 100%;
  }
  .product-features .top-triangle .top-diagonal {
    position: absolute;
    right: 0;

      content: '';

      border-bottom: 800px solid white;
      border-left: 2000px solid transparent;
      border-bottom: 100vh solid white;
      border-left: 100vw solid transparent;
      bottom: 0;
  }
  .product-features .bottom-triangle .bottom-diagonal {
    position: absolute;
    right: 0;

      content: '';

      border-top: 800px solid white;
      border-left: 2000px solid transparent;
      border-top: 100vh solid white;
      border-left: 100vw solid transparent;
      top: 0;
  }
  .pf-1 {
    padding-top: 25px;
  }
  .pf-1 .description{
    margin-top: 120px;
  }
  @media (max-width: 1200px) {
    .pf-1 .description {
      margin-top: 0;
    }
  }
  .pf-2 {
    padding-top: 25px;
  }
  .pf-2 .description{
    margin-top: 120px;
  }
  @media (max-width: 1200px) {
    .pf-2 .description {
      margin-top: 0;
    }
  }
  .pf-3 {
    padding-top: 25px;
  }
  .pf-3 .description{
    margin-top: 120px;
  }
  .create-yours-btn {
    width: 218px;
    max-width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: normal;
  }
  @media (max-width: 1200px) {
    .pf-3 .description {
      margin-top: 0;
    }
  }
  .pf-4 {
    padding-top: 25px;
  }
  .pf-4 .description{
    margin-top: 120px;
  }
  @media (max-width: 1200px) {
    .pf-4 .description {
      margin-top: 0;
    }
  }
  .pf-5 {
    padding-top: 25px;
  }
  .pf-5 .description{
    margin-top: 120px;
  }
  @media (max-width: 1200px) {
    .pf-5 .description {
      margin-top: 0;
    }
  }
  @media (max-width: 767px) {
    .product-features .psd-wrapper {
      padding: 0;
    }
    .product-features .featured_content {
      padding-left: 32px;
      padding-right: 32px;
    }
    .product-features .gallery_image .gallery_item {
      display: block;
    }
    .product-features .gallery_item .description {
      margin-top: 0;
    }
    .product-features .gallery_image .gallery_item .description {
      width: 100%;
      padding: 0 32px;
      text-align: center;
    }
    .product-features .gallery_image .gallery_item .image {
      width: 100%;
    }
    .product-features .featured_description p.psd--p {
      margin-bottom: 0;
    }
    .product-features .featured_description h3{
      line-height: 1.6;
    }
    .product-features .featured_content .featured_description {
      margin-bottom: 50px;
    }
    .product-features .featured_content .featured_description .psd--h3{
      margin-bottom: 0;
    }
    .product-features .gallery_image .gallery_item {
      padding: 0;
    }
    .product-features .description .psd--h3 {
      margin-bottom: 20px;
    }
    .product-features-block .gallery_image {
      position: relative;
      height: auto;
    }
    .product-features-block .gallery_item {
      position: relative;
      top: unset;
      left: unset;
    }
    .product-features-block .gallery_item .description {
      width: 100%;
      float: none;
      margin-top: 0!important;
      text-align: center;
    }
    .product-features-block .gallery_item .image {
      width: 100%;
      float: none;
      opacity: 1!important;
    }
    .product-features-block .overlay-image {
      display: none;
    }
    .product-features-block .gallery_image .gallery_item:not(:first-child) {
      display: none;
    }
    .product-features .gallery_image .gallery_item:nth-child(even) .image {
      padding-right: 0;
    }
    .gallery_item {
      margin-top: 80px;
    }
    /*
    .pf-3 {
      margin-top: 90px;
    }
    .pf-1 .image.mobile {
      left: -100px;
    }
    .pf-2 {
      margin-top: -50px;
    }
    .pf-3 .image.mobile {
      right: -50px;
    }
    */
  }

  .imganim {
    transition: 0.3s;
  }
  .imganim[data-anim="animtoleft"] {
    transform: translateX(50px);
  }
  .imganim[data-anim="animtoright"] {
    transform: translateX(-50px);
  }
  .txtanim {
    transition: 0.3s;
    transform: translateY(50px);
    opacity: 0;
  }
  .imganim.animtoleft {
    transform: translateX(0);
  }
  .imganim.animtoright {
    transform: translateX(0);
  }
  .txtanim.animtotop {
    opacity: 1;
    transform: translateY(0);
  }
  .pf-1 .lineanim {
    content: "";
    position: absolute;
    top: 50%;
    right: 60%;
    width: 40%;
    height: 2px;
    background: #49b9ab;
  }
  .pf-2 .lineanim {
    content: "";
    position: absolute;
    top: 45%;
    left: 90%;
    width: 8%;
    height: 2px;
    background: #49b9ab;
  }
  .pf-3 .lineanim {
    content: "";
    position: absolute;
    top: 47%;
    right: 19%;
    width: 80%;
    height: 2px;
    background: #49b9ab;
  }
  .pf-3 .lineanim-v {
    content: "";
    position: absolute;
    top: 47%;
    right: 19%;
    width: 2px;
    height: 26%;
    background: #49b9ab;
  }

.hero-image-v3-sandal-hp-hero-2 .hero-bg{
    background: linear-gradient(to bottom, rgba(0,0,0, 0.3), rgba(0,0,0, 0.3)), url(../includes/img/16497.png);
    background-size: cover;
    background-position: center bottom;
    height: 720px;
  }
  @media (min-width: 768px) and (max-width: 1024px){

  }
  @media (max-width: 767px) {

      .hero-image-v3-sandal-hp-hero-2 .hero-bg{
        background: linear-gradient(to bottom, rgba(0,0,0, 0.3), rgba(0,0,0, 0.3)), url(../includes/img/16497.png);
        background-size: cover;
        background-position: center bottom;
      }

  }
  .hero-image-v3-sandal-hp-hero-2 .psd-wrapper {

      top: 50%; transform: translateY(-50%);


  }
  .hero-image-v3-sandal-hp-hero-2 .hero-text {

      margin: 0 auto;
      text-align: center;

  }
  .hero-image-v3-sandal-hp-hero-2 .hero-text h2, .hero-image-v3-sandal-hp-hero-2 .hero-text p {
    color: #fdfdfd;
  }
  .hero-image-v3-sandal-hp-hero-2 .hero-text .large-title {
    font-size: 36px;
    line-height: 1.44;
    max-width: 700px;
  }
  @media (max-width: 767px) {
    .hero-image-v3-sandal-hp-hero-2 .hero-text {
      text-align: center;

        float: none;
        margin: 0 auto;
        text-align: center;

    }
    .hero-image-v3-sandal-hp-hero-2 .hero-text .large-title {
      font-size: 22px;
    }
  }
  @media (min-width: 768px) {
    .hero-image-v3-sandal-hp-hero-2 .hero-text p{
      font-size: 22px;
    }
  }
  .full-vertical-hero-image .full_height_withimage{
    position: relative;
    background-size: cover !important;
    height: 95vh !important;
  }
  .full-vertical-hero-image .psd-wrapper {
    position: absolute;
    left: 0;
    right: 0;
  }
  .full-vertical-hero-image .btn--psd {
    text-align: center;
  }
  .btn--psd_second {
    text-align: center;
  }
  .hero-image-v3-sandal-hp-hero-2 .btn--psd_second {
    font-size: 14px;
  }



  @media (max-width: 767px) {
    .hero-image-v3-sandal-hp-hero-2 .btn-row .btn--psd_second {
      width: 47%;
    }
    .hero-image-v3-sandal-hp-hero-2 .btn--psd_second {
      font-size: 12px;
    }
  }

.hero-image-v3-sandal-hp-hero-3 .hero-bg{
    background: linear-gradient(to bottom, rgba(0,0,0, 0.3), rgba(0,0,0, 0.3)), url(../includes/img/3240984.png);
    background-size: cover;
    background-position: center center;
    height: 700px;
  }
  @media (min-width: 768px) and (max-width: 1024px){

  }
  @media (max-width: 767px) {

      .hero-image-v3-sandal-hp-hero-3 .hero-bg{
        background: linear-gradient(to bottom, rgba(0,0,0, 0.3), rgba(0,0,0, 0.3)), url(../includes/img/3240984.png);
        background-size: cover;
        background-position: center center;
      }

  }
  .hero-image-v3-sandal-hp-hero-3 .psd-wrapper {

      top: 50%; transform: translateY(-50%);


  }
  .hero-image-v3-sandal-hp-hero-3 .hero-text {

      margin: 0 auto;
      text-align: center;

  }
  .hero-image-v3-sandal-hp-hero-3 .hero-text h2, .hero-image-v3-sandal-hp-hero-3 .hero-text p {
    color: #ffffff;
  }
  .hero-image-v3-sandal-hp-hero-3 .hero-text .large-title {
    font-size: 36px;
    line-height: 1.44;
    max-width: 700px;
  }
  @media (max-width: 767px) {
    .hero-image-v3-sandal-hp-hero-3 .hero-text {
      text-align: center;

        float: none;
        margin: 0 auto;
        text-align: center;

    }
    .hero-image-v3-sandal-hp-hero-3 .hero-text .large-title {
      font-size: 22px;
    }
  }
  @media (min-width: 768px) {
    .hero-image-v3-sandal-hp-hero-3 .hero-text p{
      font-size: 22px;
    }
  }
  .full-vertical-hero-image .full_height_withimage{
    position: relative;
    background-size: cover !important;
    height: 95vh !important;
  }
  .full-vertical-hero-image .psd-wrapper {
    position: absolute;
    left: 0;
    right: 0;
  }
  .full-vertical-hero-image .btn--psd {
    text-align: center;
  }
  .btn--psd_second {
    text-align: center;
  }
  .hero-image-v3-sandal-hp-hero-3 .btn--psd_second {
    font-size: 14px;
  }



  @media (max-width: 767px) {
    .hero-image-v3-sandal-hp-hero-3 .btn-row .btn--psd_second {
      width: 47%;
    }
    .hero-image-v3-sandal-hp-hero-3 .btn--psd_second {
      font-size: 12px;
    }

    .imagem-texto-bloco-texto, .imagem-texto-bloco-imagem {
      width: 100%;
    }
  }

