@font-face {
    font-family: "Neue Montreal";
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url("https://shelf.io/wp-content/fonts/NeueMontreal-Bold.woff2") format("woff2");
  }
  
  @font-face {
    font-family: "Neue Montreal";
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    src: url("https://shelf.io/wp-content/fonts/NeueMontreal-Italic.woff2") format("woff2");
  }
  
  @font-face {
    font-family: "Neue Montreal";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("https://shelf.io/wp-content/fonts/NeueMontreal-Medium.woff2") format("woff2");
  }
  
  @font-face {
    font-family: "Neue Montreal";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("https://shelf.io/wp-content/fonts/NeueMontreal-Regular.woff2") format("woff2");
  }
  
  @font-face {
    font-family: "Neue Montreal";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("https://shelf.io/wp-content/fonts/NeueMontreal-Light.woff2") format("woff2");
  }
  
  @media (min-width: 331px) {
    #new-design form {
      -ms-grid-columns: 1fr 190px;
      grid-template-columns: 1fr 190px;
    }
  }
  
/**********************************
 *********** New Design *********
**********************************/

#new-design {
    padding: 0px !important;
    font-family: "NeueMontreal", sans-serif;
  }
  
  #new-design * {
    font-family: "NeueMontreal", sans-serif !important;
  }
  
  #new-design.mobile-design form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  #new-design p {
    width: 100%;
  }
  
  #new-design p input,
  #new-design p button {
    width: 100%;
  }
  
  #new-design p.submit {
    min-width: 132px;
  }
  
  #new-design p.submit button {
    color: currentColor;
    font-family: "NeueMontreal", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.15px;
    width: 100%;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    padding: 14px 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border: 1px solid currentColor;
    border-radius: 50px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  #new-design p.submit button path {
    -webkit-transition: .3s;
    transition: .3s;
    fill: currentColor;
  }
  
  #new-design p.submit button svg {
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  #new-design p.submit button:hover {
    color: #4ABEF0;
  }
  
  #new-design p.submit button:hover svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #new-design p.submit button:hover path {
    fill: #4ABEF0;
  }
  
  #new-design p.submit button.filled {
    background-color: #FFF;
    color: #182C35;
    border-color: #FFF;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  #new-design p.submit button.filled:hover {
    background-color: transparent;
    border-color: #FFF;
    color: #FFF;
  }
  
  #new-design p.submit button.filled:hover path {
    fill: #FFF;
  }
  
  #new-design p.form-field label {
    display: none;
  }
  
  #new-design p.form-field input {
    border-radius: 50px;
    padding: 13px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--Primary-White, #FFF);
    font-family: "Neue Montreal";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
    background: transparent;
    color: #fff;
    height: 46px;
  }
  
  #new-design p.form-field input::-webkit-input-placeholder {
    font-family: "Neue Montreal";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
    background: transparent;
    color: #fff;
  }
  
  #new-design p.form-field input::-moz-placeholder {
    font-family: "Neue Montreal";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
    background: transparent;
    color: #fff;
  }
  
  #new-design p.form-field input:-ms-input-placeholder {
    font-family: "Neue Montreal";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
    background: transparent;
    color: #fff;
  }
  
  #new-design p.form-field input::-ms-input-placeholder {
    font-family: "Neue Montreal";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
    background: transparent;
    color: #fff;
  }
  
  #new-design p.form-field input::placeholder {
    font-family: "Neue Montreal";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
    background: transparent;
    color: #fff;
  }
  
  #new-design.black p.submit button.filled {
    background-color: #182C35;
    color: #FFF;
    border-color: #182C35;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  #new-design.black p.submit button.filled:hover {
    background-color: transparent;
    border-color: #182C35;
    color: #182C35;
  }
  
  #new-design.black p.submit button.filled:hover path {
    fill: #182C35;
  }
  
  #new-design.black p.form-field input {
    color: #182C35;
    border: 1px solid #182C35;
    border-color: #182C35 !important;
    background-color: #FFF;
  }
  
  #new-design.black p.form-field input::-webkit-input-placeholder {
    color: #182C35;
  }
  
  #new-design.black p.form-field input::-moz-placeholder {
    color: #182C35;
  }
  
  #new-design.black p.form-field input:-ms-input-placeholder {
    color: #182C35;
  }
  
  #new-design.black p.form-field input::-ms-input-placeholder {
    color: #182C35;
  }
  
  #new-design.black p.form-field input::placeholder {
    color: #182C35;
  }
  
  /**********************************
   *********** New Design *********
  **********************************/
          
  /*# =pardot-iframe.css.map */