
        .vship-modal__container::before {
          content: "";
          color: rgba(0, 0, 0, 0);
          display: block;
          background-image: url(https://on-holiday-wine.myshopify.com/cdn/shop/files/677b2ca1477bb43b392021eb_on-holiday.svg?v=1749730852);
          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 {
          font-family: Founders Grotesk;
          color: #262626;
        }
      
        .vship-modal__overlay .vship-modal__container h2 {
          font-family: Founders Grotesk;
          font-size: 24px;
        }
      
        .vship-modal__container .vship-modal__content {
          font-family: Founders Grotesk;
          font-size: 20px;
        }
      
        .vship-modal__container .vship-age-verification-form-submit {
          background-color: #cca143;
          color: #ffffff;
          font-family: Founders Grotesk;
        }
      
        .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(https://cdn.shopify.com/s/files/1/0754/7489/5065/files/Age_gate_background_image.webp?v=1753342828);
    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: bold !important;
    margin-top: 20px;
    border-radius: 0;
    border: 1px solid black !important;
    font-size: 18px !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #cb9f43;
color: black;
    padding: 16px 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: -10px;
}

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