.blb-body {
  font-family: Thereconlegendfont, sans-serif;
  font-size: 20px;
  line-height: 125%;
}

.blb-header {
  padding: 20px;
}

.blb-bottle-section {
  padding: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(241, 227, 197, 0.85)), color-stop(50%, transparent), color-stop(104%, rgba(241, 227, 197, 0.85))), url('../images/bloody-bkg.svg');
  background-image: linear-gradient(90deg, rgba(241, 227, 197, 0.85), transparent 50%, rgba(241, 227, 197, 0.85) 104%), url('../images/bloody-bkg.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.blb-nav-bar {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.blb-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blb-nav-link {
  font-family: Thereconlegendfont, sans-serif;
  color: #000;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blb-logo {
  width: 75%;
  max-width: 200px;
}

.blb-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blb-social-media-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-bottom: 8px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blb-header-sm-link {
  width: 25px;
  height: 25px;
}

.blb-bottle-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blb-bottle-image {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  display: block;
  width: 100%;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.blb-bottle-image-section {
  width: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/blb-bottle-background-02.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.blb-bottle-info-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blb-emblem {
  width: 75%;
  max-width: 325px;
  margin-bottom: 40px;
}

.blb-bottle-info-text {
  margin-bottom: 0px;
  font-family: Thereconlegendfont, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 125%;
  text-align: center;
}

.blb-bottle-info-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blb-bottle-info-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blb-bottle-info-point-img {
  width: 75px;
  margin-bottom: 20px;
}

.blb-price {
  margin: 0px 0px 10px;
  font-family: Thereconlegendfont, sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
}

.blb-atc-inline-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blb-atc-price-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blb-button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blb-quantity-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: auto;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #ba0c2f;
}

.paragraph {
  margin: 0px;
  font-family: Thereconlegendfont, sans-serif;
  color: #ba0c2f;
  font-size: 20px;
}

.button.add_to_cart_button {
  padding: 15px 40px!important;
  background-color: #ba0c2f!important;
  -webkit-transition: all 200ms cubic-bezier(.47, 0, .745, .715)!important;
  transition: all 200ms cubic-bezier(.47, 0, .745, .715)!important;
  font-family: Thereconlegendfont, sans-serif!important;
  color: #fff!important;
  font-size: 20px!important;
  text-transform: uppercase!important;
  font-weight: normal!important;
}

.add_to_cart_button:hover {
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.75)!important;
}

.blb-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Thereconlegendfont, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 120%;
  text-transform: uppercase;
}

.blb-stats.mobile-stats {
  display: none;
}

.blb-atc-divider {
  width: 4px;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 2px;
  background-color: #ba0c2f;
}

.blb-shipping-offers {
  padding: 80px 40px;
}

.blb-shipping-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.blb-shipping-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blb-shipping-heading {
  width: 45%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Wisdom script', sans-serif;
  color: #ba0c2f;
  font-size: 54px;
  line-height: 100%;
  font-weight: 400;
  text-align: right;
}

.blb-shipping-divider {
  width: 0.25%;
  height: 100%;
  margin: 0px 4.875%;
  border-radius: 4px;
  background-color: #000;
}

.blb-shipping-deal {
  margin-bottom: 0px;
  font-family: Thereconlegendfont, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
}

.red-text-highlight {
  color: #ba0c2f;
}

.blb-tag-section {
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: url('../images/story-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blb-shipping-block {
  width: 45%;
}

.blb-accolade-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blb-accolade-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blb-accolade-image {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.blb-accolade-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Wisdom script', sans-serif;
  color: #ba0c2f;
  font-size: 60px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
}

.blb-accolade-text {
  margin-bottom: 40px;
  font-family: Thereconlegendfont, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 125%;
  text-align: center;
}

.blb-superscript {
  position: relative;
  bottom: 8px;
  font-family: 'PT Serif', serif;
  font-size: 16px;
}

.main-button {
  padding: 15px 40px;
  background-color: #ba0c2f;
  -webkit-transition: all 200ms cubic-bezier(.47, 0, .745, .715);
  transition: all 200ms cubic-bezier(.47, 0, .745, .715);
  font-family: Thereconlegendfont, sans-serif;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.main-button:hover {
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.75);
}

.blb-award-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.award-image {
  width: auto;
  height: 125px;
  margin: 0px 5px;
}

.blb-tag-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Wisdom script', sans-serif;
  color: #ba0c2f;
  font-size: 60px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
}

.blb-horizon-divider {
  width: 75%;
  height: 4px;
  max-width: 1200px;
  margin: 80px auto 40px;
  border-radius: 10px;
  background-color: #000;
}

.blb-footer {
  padding: 40px 20px;
  background-color: #ba0c2f;
}

.blb-footer-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.blb-footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blb-footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  text-align: left;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.blb-footer-link:hover {
  text-decoration: underline;
}

.blb-footer-text {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  text-align: left;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.blb-footer-text.sub-text {
  font-size: 16px;
}

.blb-cc-image {
  width: 185px;
}

.blb-footer-sm-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sm-icon {
  width: 35px;
  height: 35px;
}

.blb-footer-heading {
  display: block;
  margin-bottom: 10px;
  font-family: 'Wisdom script', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 150%;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.blb-footer-heading.sub-text {
  font-size: 16px;
}

.blb-form-over {
  width: 100%;
}

.blb-form-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blb-text-field {
  height: auto;
  max-height: none;
  min-height: auto;
  margin: 0px 10px 0px 0px;
  font-family: 'Montserrat', sans-serif!important;
}

.blb-email-button {
  padding: 10px 40px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.47, 0, .745, .715);
  transition: all 200ms cubic-bezier(.47, 0, .745, .715);
  font-family: Thereconlegendfont, sans-serif;
  color: #ba0c2f;
  font-size: 20px;
  text-transform: uppercase;
}

.blb-email-button:hover {
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 991px) {
  .blb-header {
    padding: 10px;
  }

  .blb-bottle-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blb-nav-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .blb-nav-link {
    background-color: #ba0c2f;
    color: #fff;
    text-align: center;
  }

  .blb-nav-menu {
    margin-right: auto;
    text-align: center;
  }

  .blb-social-media-links {
    display: none;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .blb-bottle-image {
    max-width: 225px;
  }

  .blb-bottle-image-section {
    width: 40%;
  }

  .blb-bottle-info-sec {
    width: 60%;
  }

  .blb-atc-inline-flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blb-atc-price-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blb-stats {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    text-align: center;
  }

  .blb-stats.mobile-stats {
    display: block;
  }

  .blb-atc-divider {
    width: 75%;
    height: 4px;
    margin: 20px auto;
  }

  .blb-shipping-information {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blb-shipping-heading {
    width: auto;
    font-size: 37px;
  }

  .blb-shipping-divider {
    width: 4px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .blb-shipping-deal {
    font-size: 27px;
  }

  .blb-shipping-block {
    width: auto;
  }

  .blb-accolade-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blb-accolade-box {
    width: 100%;
  }

  .blb-accolade-text {
    font-size: 25px;
  }

  .award-image {
    height: 75px;
  }

  .blb-tag-heading {
    font-size: 52px;
  }

  .blb-horizon-divider {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .blb-footer-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blb-footer-block {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blb-footer-link {
    margin-bottom: 20px;
  }

  .blb-footer-text {
    text-align: center;
  }

  .blb-form-over {
    max-width: 400px;
  }

  .menu-button {
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: #ba0c2f;
  }
}

@media screen and (max-width: 767px) {
  .blb-header {
    padding: 10px;
  }

  .blb-bottle-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blb-bottle-image {
    max-width: 150px;
    margin-bottom: 40px;
  }

  .blb-bottle-image-section {
    width: 100%;
    background-repeat: no-repeat;
  }

  .blb-bottle-info-sec {
    width: 100%;
  }

  .blb-shipping-offers {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blb-accolade-heading {
    font-size: 48px;
  }

  .award-image {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .blb-header {
    padding: 10px;
  }

  .blb-logo {
    max-width: 150px;
  }

  .blb-bottle-image {
    max-width: 125px;
  }

  .blb-bottle-image-section {
    width: 100%;
  }

  .blb-emblem {
    width: 90%;
  }

  .blb-bottle-info-point {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .blb-bottle-info-flex {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blb-price {
    font-size: 32px;
  }

  .blb-stats.mobile-stats {
    font-size: 24px;
  }

  .blb-shipping-offers {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blb-shipping-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blb-shipping-heading {
    font-size: 36px;
    text-align: center;
  }

  .blb-shipping-divider {
    width: 100%;
    height: 4px;
    margin: 20px auto;
  }

  .blb-shipping-deal {
    font-size: 24px;
    text-align: center;
  }

  .blb-tag-section {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .blb-accolade-box {
    margin-top: 40px;
    padding: 0px;
  }

  .blb-accolade-heading {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .blb-accolade-text {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .blb-tag-heading {
    font-size: 36px;
  }

  .blb-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blb-footer-link {
    font-size: 16px;
  }

  .blb-footer-text {
    font-size: 16px;
  }

  .blb-form-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blb-email-button{
    margin-top: 10px;
  }

  .blb-text-field {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

@font-face {
  font-family: 'Wisdom script';
  src: url('../fonts/wisdom-script.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thereconlegendfont';
  src: url('../fonts/TheReconLegendFont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
