/** Shopify CDN: Minification failed

Line 36:0 Unexpected "{"
Line 36:1 Expected identifier but found "%"
Line 36:54 Expected identifier but found "%"

**/

.byob-text-center {
  text-align: center;
}
.byob-text-left {
  text-align: left;
}
.byob-text-right {
  text-align: right;
}
/* Whole */
.medium-up--one-whole {
    width: 100%;
}
/* Halves */
.medium-up--one-half {
	width: 50%;
}
/* Thirds */
.medium-up--one-third {
	width: 33.33333%;
}
.medium-up--two-thirds {
    width: 66.66667%;
}
.byob-content-center {
  margin: 0 auto;
}
{%- comment %}Set top banner to full width for mobile{% endcomment -%}
@media screen and (max-width: 600px) {
.medium-up--one-half {
	width: 100%;
}
/* Thirds */
.medium-up--one-third {
	width: 100%;
}
.medium-up--two-thirds {
    width: 100%;
}
.byob-bundle-description {
    line-height: normal;
}
}




  .popup__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    justify-content: center;
    align-items: center;
    transition: opacity 500ms ease-in-out;
    visibility: hidden;
    opacity: 0;
  }
  .popup__overlay.active {
    transition: opacity 500ms ease-in-out;
    visibility: visible;
    z-index: 10;
    opacity: 1;
  }
  .popup__overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 10;
  }
  .newsletter_overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #0000005c;
      z-index: 10;
      display: block !important;
  }


  .popup__box {
/*     background-color: #d7d7d7; */
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    width: 80% !important;
/*     height: 100%; */
    top: 50% !important;
    max-width: 500px;
/*     padding-bottom: 20px; */
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    z-index: 999;
  }
  .popup__box .popup_bg {
    position: relative;
    display: block;
    padding-top: 90%;
    width: 100%;
  }
  .popup__box .popup_bg img {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  
  .popup__box::after {
	position: absolute;
	content: '';
	background: #04040429;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
  }
  .popup__box h3{
    margin: 0 auto;
  }
  .popup_box_content {
/*     padding: 175px 50px; */
    margin: 0 auto;
  }
  .popup__box h2 {
    color: #333;
    font-size: 2em;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    margin-top: 0;
  }
  .popup_box_content h2, .popup_box_content h1 {
	color: #fff !important;
  }

  .popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 200ms ease-out;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25;
    text-decoration: none;
    cursor:pointer
  }

  .popup__close:hover {
    color: #660000;
  }

  .popup__content {
    max-height: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .popup_box_content {
  	text-align: center;
  }
  .popup_logo img {
    max-width: 70%;
    width: 100%;
/*     margin-bottom: 20px; */
  }
 .popup_box_content h2 {
    font-family: 'Reckless Neue';
    font-size: 36px;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: -0.01em;
    color: #00205C;
  }
  .popup_box_content p {
      font-family: Brother 1816;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0.04em;
      text-align: left;
  }
  .popup_box_content form#contact_form {
      margin: 0;
  }
  .popup_box_content input[type="email"] {
      background: transparent;
      font-size: 15px;
      font-weight: 400;
      line-height: 29px;
      letter-spacing: 0em;
      text-align: left;

  }
  .popup_box_content button#Subscribe {
      display: block;
      width: 100%;
      position: relative;
      margin-top: 20px;
      background: #fb5373;
      color: #fff;
      border: none;
/*       font-family: 'Chap'; */
      font-size: 15px;
      font-weight: 400;
      line-height: 29px;
      letter-spacing: 0em;
      text-align: center;

  }
  .popup_box_content button#Subscribe:hover{
      background: rgba(0, 32, 92, 1);
      color: rgba(255, 255, 255, 1);
  }
  .popup_box_content button#Subscribe:after {
      content: none;
  }
  .popup_box_content .newsletter-form__field-wrapper .field::after, .popup_box_content .newsletter-form__field-wrapper .field .field__input:focus {
      box-shadow: 0 0 0 1px rgba(0, 32, 92, 1);
  }
  .popup_box_content .newsletter-form__field-wrapper .field::after, .popup_box_content .newsletter-form__field-wrapper .field .field__input:focus {
	box-shadow: none;
	border: 1px solid #fff;
	outline: none;
  }
  .newsletter-form__field-wrapper label.field__label {
	margin-left: inherit;
	color: #000;
  }
  .popup_box_content input[type="email"] {
	background: #fff;
    
  }
/*   .newsletter_popup .popup__content #contact_form {
    max-width: 100%;
    width: 100%;
  } */
  .newsletter-form__field-wrapper label.field__label {
    margin-left: 0;
  }
  .newsletter_popup .popup_box_content button#Subscribe:hover {
    background: #03d7d4 !important;
  }
  .newsletter_popup .newsletter-form__field-wrapper label.field__label {
    margin-left: 10px;
  }
  .newsletter_popup .newsletter-form__field-wrapper .field__input {
    padding-left: 40px;
  }
  .popup__close svg.feather.feather-x {
      color: #fff;
  }
  .newsletter_popup .popup_box_content input[type=email] {
    background: #fff;
    padding-top: 30px;
    padding-left: 26px !important;
    height: 61px;
    width: 720px;
    border-radius: 5px;
    box-shadow: none;
    outline: none !important;
    border: none !important;
}
  .popup__box .newsletter-form{
    flex-wrap: wrap;
  }
  .newsletter-form__field-wrapper  .field {
    border: none;
  }
  .newsletter_popup .newsletter-form__field-wrapper label.field__label {
    margin-left: 42px;
    margin-top: 12px;
    font-size: 16px;
    line-height: 17px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
  }
  .popup__content #contact_form #Subscribe {
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
  }
  #newsletter_popup .popup-cta .btn {
    color: #fff;
    background-color: #000;
    position: relative;
    display: inline-block;
/*     padding: 10px 28px; */
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
  }
  
  @media screen and (max-width: 767px) {
    .popup__box {
      width:100%;
      max-width: 100%;
    }
    .popup_box_content {
        padding: 0;
    }
    .popup_box_content .newsletter-form__field-wrapper {
        max-width: 100%;
    }
    .popup__overlay .popup_box_content {
       width: 100%;
    }
    #newsletter_popup .popup__box {
     max-width: 90%;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .popup__box {
      width:483px;
      z-index: 999 !important;
    }
    .popup_box_content {
        padding: 175px 37px;
    }
  }


  @media screen and (min-width: 1201px) {
    .popup__box {
      width:450px;
      z-index: 999px !important;
    }
  }  
@media screen and (min-width: 750px) {
  #newsletter_popup .popup-cta {
    align-items: flex-start;
    margin: 0 auto;
    max-width: 36rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
  
