/** Shopify CDN: Minification failed

Line 299:23 Unexpected ";"
Line 301:27 Unexpected ";"
Line 303:26 Unexpected ";"
Line 305:25 Unexpected ";"

**/
  @import url('https://fonts.googleapis.com/css2?family=Roboto &display=swap');


.yotpo-modal,
.yotpo-modal h4,
.yotpo-modal p{
  font-family: GTAmerica, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

  .yotpo-input-heading {

    position: absolute;
    top: 30px;
    left: 15px;
    color: grey;
    transform: translateY(-50%);
  }

  .yotpo-date-input {
    width: 90%;
    position: relative;
  }

  #thedate {
    width: 100% !important;
    padding-left: 110px !important;
  }

  .yotpo-modal-bg {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transition: visibility 0s opacity 1s;
    z-index: 99999999 !important;
  }
  

  .yotpo-modal-container {
    display: flex;
    flex-direction: row;
    max-width: 800px;
    max-height: 600px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .yotpo-modal-image {
    width: 50%;
  }

  img#yotpo-modal-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .yotpo-modal {
    position: relative;
    background: #3122F9;
    width: 400px;
    max-width: 90vw;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    z-index: 999999999 !important!;
  }

  .yotpo-form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

  }

  .no-thanks {
      color: white;
      padding: 10px 0 0;
      cursor: pointer;
      border-bottom: 1px solid white;
  }

.compliance-text a {
    text-decoration: underline;
}
.compliance-text {
    color: white;
    font-size: 12px;
    width: 90%;
    margin-top: 20px;
    text-align: center;
    line-height: 1.2;
}

  .yotpo-too-young {
    position: relative;
    background: #3122F9;
    width: 400px;
    max-width: 90vw;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999999999 !important!;

  }

  .yotpo-mobile-form {
    position: relative;
    background: #3122F9;
    width: 400px;
    max-width: 90vw;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999999999 !important!;

  }

  .yotpo-success {
    position: relative;
    background: #3122F9;
    width: 400px;
    max-width: 90vw;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999999999 !important!;
  }



  .yotpo-modal-active {
    visibility: visible;
    opacity: 1;
  }

  @media screen and (max-width: 1000px) {
    .yotpo-modal-image {
      display: none;
    }

  }

  #yotpo-modal-logo {
    height: 40px;
    margin-bottom: 20px;
  }

  .yotpo-modal h4 {
font-family: DomaineDisplay, serif;
    font-weight: 400;
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
  }

  .yotpo-modal p {
    background-color: rgba(250, 247, 247, 0);
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
  }



  .yotpo-modal input {
    color: grey;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1.7px solid lightgray;
    margin-bottom: 10px;
    height: 60px;
    width: 90%;
    position: block;
    box-sizing: border-box;
    background: #E8F0FD;
    border-radius: 0px;
  }

  .yotpo-modal input::placeholder {
    color: grey;
  }

  .yotpo-modal button {
    background-color: #ACCB53 !important;
    color: white !important;
    border: 1.7px solid #d0e9e8 !important;
    border: none;
    font-size: 20px;
    font-weight: 800;
    height: 60px;
    padding: 0;
    width: 90%;
  }


  .yotpo-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    cursor: pointer;
    height: 50px;
    width: 50px;
  }

  .yotpo-modal-close-2 {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    cursor: pointer;
    height: 50px;
    width: 50px;
  }

  .yotpo-modal-close-3 {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    cursor: pointer;
    height: 50px;
    width: 50px;
  }

  .yotpo-modal-close-4 {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    cursor: pointer;
    height: 20px;
    width: 20px;
  }

  .yotpo-email-error {
    font-size: 16px !important;
    font-weight: lighter !important;
    letter-spacing: 2px !important;
    color: red !important;
    text-align: left !important;
    background-color: rgb(1, 1, 1, 0.7);
    text-transform: lowercase !important;
    margin-bottom: 10px !important;
    padding: 3px;
    align-items: left !important;
  }

  .yotpo-date-error {
    font-size: 16px !important;
    font-weight: lighter !important;
    letter-spacing: 2px !important;
    color: red !important;
    text-align: left !important;
    background-color: rgb(1, 1, 1, 0.7);
    text-transform: lowercase !important;
    margin-bottom: 10px !important;
    padding: 3px;
    align-items: left !important;
  }

  .yotpo-hide {
    display: none;
  }

  .yotpo-show {
    display: initial;
  }

  .yotpo-email-valid {};

  .yotpo-email-not-valid {};

  .yotpo-date-not-valid {};

  .yotpo-date-above-21 {};
