
        .vship-modal__container::before {
          content: "";
          color: rgba(0, 0, 0, 0);
          display: block;
          background-image: url(https://cdn.shopify.com/s/files/1/0739/4790/6222/files/icon_only.svg?v=1775157107);
          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: #f0ebe4;
          
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
        }
      
        .vship-modal__container {
          font-family: font-family: var(--font-body);
          color: #242424;
        }
      
        .vship-modal__overlay .vship-modal__container h2 {
          font-family: "Cinzel", serif;
          font-size: 1.75rem;
        }
      
        .vship-modal__container .vship-modal__content {
          font-family: font-family: var(--font-body);
          font-size: 15px;
        }
      
        .vship-modal__container .vship-age-verification-form-submit {
          background-color: #850d6f;
          color: #ffffff;
          font-family: font-family: var(--font-body);
        }
      
        .vshipDOBFormControl [type="number"] {
          border-color: #808080;
        }
      
        #vshipDOBFormControl__greenCheckBox {
          color: #00ff00;
        }
      
        .vship-modal .vship-modal__close {
          color: #000000;
        }
      .vship-modal__container .vship-age-verification-form-submit {
    font-weight: bold !important;
    margin-top: 20px;
    border-radius: 0;
    text-transform: uppercase;
    font-style: var(--font-style);
    font-weight: var(--font-weight);
    font-size: var(--font-body-size);
}

.vship-modal__container .vship-age-verification-form-submit {
    font-weight: normal !important;
    border-radius: 0;
    text-transform: uppercase;
}

.vship-modal__container #first-paragraph {
  text-align: center;
}

.vshipDOBFormControl [type="number"] {
    font-size: 20px;
}

.vship-modal__content {
    margin-top: 0;
}

.vship-modal__container h2 {
  font-size: 16px !important;
}

#vshipDOBFormControl__greenCheckBox {
  bottom: 18px;
}