
        .vship-modal__container::before {
          content: "";
          color: rgba(0, 0, 0, 0);
          display: block;
          background-image: url(https://cdn.shopify.com/s/files/1/0101/0352/1327/files/sandy_road_logo_black-rgb.png?v=1644512543);
          width: 100%;
          height: 120px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          margin-bottom: 20px;
        }
      
        .vship-modal__header { justify-content: center; }
        .vship-modal .vship-modal__close {
          color: black;
          padding-right: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          top: 5px;
          right: 5px;
          padding: 7px;
          aspect-ratio: 1 / 1;
          border-radius: 100%;
          height: 35px;
          width: 35px;
          font-weight: 400;
        }
      
        .vship-modal__container {
          background-color: #ffffff;
          
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
        }
      
        .vship-modal__container {
          
          color: #262626;
        }
      
        .vship-modal__overlay .vship-modal__container h2 {
          font-family: "Work Sans", sans-serif;
          font-size: 35px;
        }
      
        .vship-modal__container .vship-modal__content {
          font-family: "Work Sans", sans-serif;
          font-size: 15px;
        }
      
        .vship-modal__container .vship-age-verification-form-submit {
          background-color: #000000;
          color: #ffffff;
          font-family: "Work Sans", sans-serif;
        }
      
        .vshipDOBFormControl [type="number"] {
          border-color: #808080;
        }
      
        #vshipDOBFormControl__greenCheckBox {
          color: #00ff00;
        }
      
        .vship-modal .vship-modal__close {
          color: #000000;
        }
      .vship-modal__overlay {
    text-transform: uppercase;
    background-repeat: no-repeat;
    /* background-image: url(...); */
    background-size: cover;
}

.vship-modal__container .vship-modal__content {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding-top: 9px;
}

.vship-modal__container .vship-age-verification-form-submit {
    font-weight: 600 !important;
    margin-top: 20px;
    border-radius: 0;
    border: 1px solid black !important;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: .08em;
    /*background-color: #cb9f43;*/
    /*color: black;*/
    padding: 11px 37px 11px !important;
}

/* .vship-modal__container .vship-age-verification-form-submit:hover {
    border: 1px solid black;
    background-color: #cb9f43;
} */

.vship-modal__container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.vship-modal__container #first-paragraph {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.vship-modal__container::before {
  /*width: 180px;*/
  /*height: 29px;*/
  margin-left: auto;
  margin-right: auto;
}

.vship-modal__container h2 {
  font-size: 16px !important;
  color: #6d6b67;
}

.vshipDOBFormControl [type="number"] {
  height: 44px;
  font-size: 20px;
  /*padding: 10px 10px 5px;*/
}

#vshipDOBFormControl__greenCheckBox {
  bottom: 3px;
}

.vship-age-verification-form-container .vshipDOBLabel {
  margin-top: 12px;
  margin-bottom: 0;
}

