/** Shopify CDN: Minification failed

Line 367:3 Expected ":"
Line 2299:1 Unexpected "{"
Line 2945:0 Unexpected "}"
Line 3787:0 "adding" is not a known CSS property

**/
@media screen and (min-width: 750px) {
.hide-on-desktop {
      display: none !important;
}
}


@media screen and (max-width: 749px) {
.hide-on-mobile {
       display: none !important;
}
}

.cart__blocks { 

  text-align: center !important;
}
.rich_trade-gothic {
    font-family: trade-gothic-next-compressed,sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
}

.rich_futura {
   font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
}


@media screen and (min-width: 750px) {
.page-width {
  max-width: 1750px !important;
  width: calc(100% - 100px)!important;
  margin: auto!important;
  padding: 0px !important;
}
}

@media screen and (max-width: 749px) {
.page-width {
    padding: 0 1.5rem !important;
}
}

@media screen and (min-width: 750px) {
.cart__note {
  width: 75% !important;
}
}

@media screen and (max-width: 749px) {
.quantity-popover-container {
      width: 75% !important;
}
}

@media screen and (max-width: 749px) {
.custom-remove-button-wrapper {
  width: 25% !important;
}
}

@media screen and (min-width: 750px) {
.cart-remove-btn {
padding: 8px 15px !important;
        border-radius: 100px;
        border: solid rgb(var(--color-link)) 1px;
        color: black;
}
}

.cart-items td {
  padding-top: 0px !important;
}

@media screen and (min-width: 750px) {
.cart-item cart-remove-button {
          margin: 0 0 0 1.5rem !important;  
}
}

@media screen and (min-width: 750px) {
.cart-item {
          display: inline-flex !important;
        background: #f7f7f7 !important;
        margin: 10px 0px !important;
        align-items: center !important;
        width: 100% !important;
        padding: 20px 70px 20px 30px !important;
        border-radius: 6px !important;
  justify-content: space-between;
}
}

@media screen and (max-width: 749px) {
.cart-item {
background: #f7f7f7 !important;
        margin: 10px 0px !important;
        align-items: center !important;
        width: 100% !important;
        padding: 10px !important;
        border-radius: 6px !important;
        justify-content: space-between;
display: grid ;
        grid-template: repeat(1, auto) / repeat(3, 1fr) !important;
        gap: 1rem !important;
}
}

@media screen and (min-width: 750px) {
.cart-item__media {
  width: 10% !important;
}
}

@media screen and (min-width: 750px) {
.cart-item__totals {
  width: 5% !important;
}
}

@media screen and (min-width: 750px) {
.cart-item__quantity {
          width: 25% !important;
}
}

@media screen and (min-width: 750px) {
.cart-item__details {
          width: 50% !important;
}
}

@media screen and (min-width: 750px) {
.cart-item__details>* {
  max-width: 100% !important;
}
}

@media screen and (min-width: 750px) {
.cart-item__price-wrapper>*:only-child:not(.cart-item__discounted-prices) {
   margin-top: 0px !important;
}
}

@media screen and (max-width: 749px) {
.cart-remove-btn {
        padding: 8px 15px !important;
        border-radius: 100px;
        border: solid rgb(var(--color-link)) 1px;
        color: black;
}
}


.button--secondary:after {
  --border-opacity: 0 !important;
}

@media screen and (min-width: 750px) {
.header__menu-item {
  font-size: 1.4rem !important;
  padding: 10px 15px !important;
}
}



@media screen and (min-width: 750px) {
.header-wrapper--border-bottom {
  border: 0px !important;
}
}

@media screen and (min-width: 750px) {
.header-wrapper {
  
}
}

@media screen and (min-width: 750px) {
.banner_left:after, .banner__media:after {
  background: rgb(0,0,0) !important;
  background: linear-gradient(to top right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.77) 29.83%, rgba(0, 0, 0, 0.24) 51.68%, rgba(0, 0, 0, 0)) !important
}
}

@media screen and (min-width: 750px) {
.slider__heading {
         font-family: trade-gothic-next-compressed, sans-serif !important;
        font-weight: 700 !important;
        font-style: normal !important;
        text-transform: uppercase !important;
        font-size: 100px !important;
        line-height: 0.8 !important;
        max-width: 400px !important;
          margin: 0px 0px 25px !important;
}
}

@media screen and (max-width: 749px) {
.slider__heading {
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 55px !important;
  line-height: 0.8 !important;
}
}

@media screen and (min-width: 750px) {
.banner__heading {
         font-family: trade-gothic-next-compressed, sans-serif !important;
        font-weight: 700 !important;
        font-style: normal !important;
        text-transform: uppercase !important;
        font-size: 100px !important;
        line-height: 0.8 !important;
       
}
}

@media screen and (max-width: 749px) {
.banner__heading {
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 55px !important;
  line-height: 0.8 !important;
}
}

@media screen and (min-width: 750px) {
.banner__text {
  font-size: 1.4rem;;
  margin: 2rem 0px 0px 0px !important;

}
}

@media screen and (max-width: 749px) {
.banner__text {
  font-size: 1.4rem;
  margin: 2rem 0px 0px 0px !important;
  line-height: 2 !important;

}
}

@media screen and (min-width: 750px) {
.cart_bar-info {
  display: inline-flex;
    width: 33.3%;
    justify-content: flex-end;
}
}

@media screen and (min-width: 750px) {
.cart__footer {
          display: flex;
        justify-content: space-between;
        border: 0;
        align-items: center;
}
}
@media screen and (max-width: 749px) {
.cart_bar-info {
 width: 100%;
    display: flex;
    align-items: center;
          justify-content: space-between;
}
}
  
@media screen and (min-width: 750px) {
.slider-btn {
  font-size: 1.4rem !important;
  padding: 0px 70px !important;
}
}

 #cart-bar-container {
    position: fixed;
    bottom: -100%; /* Hide off-screen */
    left: 0;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    transform: translateY(100%);
    z-index: 999;
  }

  #cart-bar-container.active-bar {
    transform: translateY(0); /* Slide in from bottom */
    bottom: 0px;
  }

@media screen and (min-width: 750px) {
.slideshow__controls {
  border: 0px !important;
    bottom: 67px;
    margin: 0px 0px -45px 0px;
      z-index: 10;
}
}

@media screen and (max-width: 749px) {
.slideshow__controls {
  border: 0px !important;
     background: #f7f7f7;
    border-radius: 0px 0px 6px 6px !important;
}
}

@media screen and (min-width: 750px) {
.slider-counter__link {
 width: 100% !important;
  display: inline-block !important;
  padding: 0.5rem !important;
}
}

@media screen and (min-width: 750px) {
.slider-counter__link .dot {
  width: 100% !important;
  border-radius: 180px !important;
}
}

@media screen and (min-width: 750px) {
.slideshow__control-wrapper {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
}
}
@media screen and (min-width: 750px) {
.collection-footer__title {
    font-family: trade-gothic-next-compressed,sans-serif!important;
    font-weight: 700!important;
    font-style: normal!important;
    text-transform: uppercase!important;
    font-size: 55px!important;
    line-height: .8!important;
  margin: 0px 0px 30px 0px;
}
}

@media screen and (min-width: 750px) {
.slideshow__controls .slider-button {
  color: rgb(255 255 255);
}
}


.slider-counter__link--active {
  c
}

@media screen and (max-width: 749px) {
.collection-footer__title {
    font-family: trade-gothic-next-compressed,sans-serif!important;
    font-weight: 700!important;
    font-style: normal!important;
    text-transform: uppercase!important;
    font-size: 55px!important;
    line-height: .8!important;
  margin: 0px 0px 25px;
}
}

@media screen and (max-width: 749px) {
.collection-footer__description {
  font-size: 1.4rem!important;
    line-height: 2!important;
}
}

@media screen and (min-width: 750px) {
.collection-footer__description {
  font-size: 1.4rem!important;
    line-height: 2!important;
}
}

@media screen and (min-width: 750px) {
.slider-counter {
  width: 100% !important;
  display: block !important;
  margin: 0px !important;
}
}

@media screen and (min-width: 750px) {
.slider--desktop .slider__slide:first-child {
  scroll-margin-left: 0px !important;
  margin: 0px !important;
}
}

@media screen and (min-width: 1450px) {
.slider--desktop.grid--5-col-desktop .grid__item {
width: calc((100% - var(--desktop-margin-left-first-item)) / 4 - var(--grid-desktop-horizontal-spacing)* 3) !important;
        max-width: calc((100% - var(--desktop-margin-left-first-item)) / 4 - var(--grid-desktop-horizontal-spacing)* 3)!important;
}
}

@media screen and (min-width: 750px) and (max-width: 1449px) { 
  .grid--5-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing)) !important;
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing)) !important;
}
}

@media screen and (min-width: 750px) {
.rich-text__heading {
  text-transform: uppercase;
  font-weight: bold;
    letter-spacing: 0px !important;
  line-height: 1 !important;
}
}

@media screen and (max-width: 749px) {
.rich-text__heading {
  text-transform: uppercase;
  font-weight: bold;
    letter-spacing: 0px !important;
  line-height: 1 !important;
  font-size: 45px !important;
}
}

@media screen and (min-width: 750px) {
.rich-text__text {
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 27px !important;
  margin: 0px !important;
    letter-spacing: 0px !important;
}
}

@media screen and (max-width: 749px) {
.rich-text__text {
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 27px !important;
  margin: 0px !important;
    letter-spacing: 0px !important;
      line-height: 1 !important;
    margin: 20px 0px 0px !important
}
}

@media screen and (min-width: 750px) {
.card__heading {
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 38px !important;
  letter-spacing: 0px !important;
  line-height: 1 !important;
  display: flow-root;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
}

@media screen and (max-width: 749px) {
.card__heading {
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 30px !important;
  letter-spacing: 0px !important;
  line-height: 1 !important;
  display: flow-root;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
}


@media screen and (min-width: 750px) {
.card__heading a{
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 38px !important;
  letter-spacing: 0px !important;
  line-height: 1 !important;
  display: flow-root;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
}


@media screen and (max-width: 749px) {
.card__heading a{
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 35px !important;
  letter-spacing: 0px !important;
  line-height: 1 !important;
  display: flow-root;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
}

@media screen and (min-width: 750px) {
.card__information {
  display: grid;
           padding: 20px 17px 15px !important;

}
}

@media screen and (max-width: 749px) {
.card__information {
  display: grid;
  grid-row-start: 1 !important;
}
}

@media screen and (min-width: 750px) {
.card_beer-info {
  font-weight: 400;
  font-size: 1.4rem;;
  letter-spacing: 0px !important;
  margin: 1.5rem 0px !important;
  display: block;
}
}

@media screen and (max-width: 749px) {
.card_beer-info {
  font-weight: 400;
  font-size: 1.4rem;;
  letter-spacing: 0px !important;
  margin: 0.8rem 0px 1.4rem !important;
  display: block;
}
}



@media screen and (min-width: 750px) {
.card_btn-add {
  min-width: 0px !important;
 display: inline-block;
}
}
@media screen and (max-width: 749px) {
.grid--peek .grid__item {
  min-width: 80% !important;
}
}
@media screen and (max-width: 749px) {
.card_btn-add {
  min-width: 0px !important;
 display: inline-block;
}
}

@media screen and (min-width: 750px) {
.collection_btn-add  {
  min-width: 0px !important;
 display: inline-block;
}
}

@media screen and (max-width: 749px) {
.collection_btn-add {
  width: 100%;
  min-width: 0px !important;
 display: inline-block;
}
}

@media screen and (min-width: 750px) {
.card_btn-view {
  min-width: 0px !important;
    border: solid #050210 1px !important;
  line-height: 1 !important;
}
}

@media screen and (max-width: 749px) {
.card_btn-view {
  min-width: 0px !important;
    border: solid #050210 1px !important;
             margin: 6px 0px 0px 0px;
  
}
}

@media screen and (min-width: 750px) {
.collection_btn-view {
  min-width: 0px !important;
    border: solid #050210 1px !important;
}
}

@media screen and (max-width: 749px) {
.collection_btn-view {
    width: 100%;
    letter-spacing: 0px;
  border: solid #050210 1px !important;
          font-size: 1.4rem;
  margin: 4px 0px 0px;
}
}

@media screen and (max-width: 749px) {
.slideshow__text-wrapper {
  background: #F7F7F7;
    margin: 0px !important;
}
}

@media screen and (max-width: 749px) {
.slideshow {
  border-radius: 6px;
    overflow: hidden;
}
}

@media screen and (max-width: 749px) {
.card__content {
  padding: 0px !important;
}
}

@media screen and (max-width: 749px) {
.card__badge {
      bottom: 20px;
    left: 20px;
    position: relative;
}
}

@media screen and (max-width: 749px) {
.card__information {
      padding: 2rem 2rem !important;
}
}

@media screen and (min-width: 750px) {
.card_btn-add form button, .card_btn-view {
  font-size: 1.4rem !important;
  letter-spacing: 0px !important;
}
}

@media screen and (max-width: 749px) {
.card--card .quick-add {
  margin: 0px !important;
}
}

@media screen and (min-width: 750px) {
.card_btn-price, .card_btn-price .price, .price .price__container{
  font-size: 1.4rem !important;
  letter-spacing: 0px !important;
  display: inline-flex;
  align-items: center;
  min-height: 0px;
  height: 0px;
  vertical-align: initial !important;
  color: white;
}
}

@media screen and (min-width: 750px) {
.product_btn-price {
padding: 20px 30px;
border: solid 1.5px;
border-radius: 60px;
color: black !important;
margin: 5px;
min-width: 170px;
background: none;
}
}

@media screen and (min-width: 750px) {
.product_btn-price-highlight {
          padding: 20px 30px;
        border: solid;
        border-radius: 60px;
        background-color: black;
  margin: 5px;
          min-width: 170px;
}
}

.price-text {
  display: contents;
}

@media screen and (max-width: 749px) {
.product_btn-price {
        padding: 15px 25px;
        border: solid;
        border-radius: 60px;
        color: black;
        margin: 4px 3px;
        min-height: 60px;
}
}

@media screen and (max-width: 749px) {
.product_btn-price-highlight {
          padding: 15px 25px;
        border: solid;
        border-radius: 60px;
        background-color: black;
        margin: 4px 3px;
        min-height: 60px;
}
}

@media screen and (min-width: 750px) {
.product_btn-price span {
 color: black !important;
}
}

@media screen and (max-width: 749px) {
.product_btn-price span {
 color: black !important;
}
}

#add-to-cart-message {
background: rgb(255, 94, 0);
    border-radius: 60px;
    color: white;
    padding: 10px;
    width: 330px;
    margin: 8px auto;
  transition: visibility 0s, opacity 0.5s linear;
}

@media screen and (max-width: 749px) {
.card_btn {
  display: inline-grid;
}
}


@media screen and (max-width: 749px) {
.card_btn-price, .card_btn-price .price, .price .price__container{
  font-size: 1.4rem !important;
  letter-spacing: 0px !important;
  display: inline-flex;
  align-items: center;
  color: white;
}
}

.card_btn-price-highlight {
  color: white;
}

@media screen and (min-width: 750px) {
.price {
  line-height: 1 !important;
}
}

@media screen and (min-width: 750px) {
.feat_collection-title {
  padding: 0px !important; 
  width: 50% !important;
  display: inline-block;
}
}

@media screen and (max-width: 749px) {
.feat_collection-title {
  padding: 0px !important; 
  width: 75% !important;
  display: inline-block;
}
}

@media screen and (min-width: 750px) {
.feat_collection-title h2 {
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  text-transform: uppercase !important;
  font-size: 55px !important;
  line-height: 1!important;
}
}

@media screen and (max-width: 749px) {
.feat_collection-title h2 {
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  text-transform: uppercase !important;
  font-size: 55px !important;
  line-height: 1!important;
}
}

@media screen and (min-width: 750px) {
.collection__view-all {
  width: 49% !important;
  display: inline-block !important;
}
}

@media screen and (max-width: 749px) {
.collection__view-all {
  width: 23% !important;
  display: inline-block !important;
}
}

@media screen and (max-width: 749px) {
.card_btn-add .form {
  display: flex;
} 
}

@media screen and (max-width: 749px) {
.collection__view-all .button {
  padding: 0px !important;
  border: 0px !important;
  text-align: right !important;
  justify-content: right !important;
    font-size: 1.4rem !important;
   width: 100% !important;
}
}

td {
  border: 0px !important;
}
.button {
  border: solid rgb(var(--color-link)) 1px;
}

@media screen and (min-width: 750px) {
.collection__view-all a{
  float: right !important;
}
}

@media screen and (max-width: 749px) {
.collection__view-all a{
  float: right !important;
}
}


@media screen and (min-width: 750px) {
.multicolumn-card-spacing {
  padding: 0px !important;
  margin: 0px !important;
}
}

@media screen and (min-width: 750px) {
.multicolumn-card-spacing .media img {
  width: 100% !important;
}
}

@media screen and (max-width: 749px) {
.multicolumn-card-spacing {
  padding: 0px !important;
  margin: 0px !important;
}
}

@media screen and (max-width: 749px) {
.multicolumn-card-spacing .media img {
  width: 100% !important;
}
}

.multicolumn-card {
  text-decoration: none !important;
}

@media screen and (min-width: 750px) {
.multicolumn-title {
  font-family: trade-gothic-next-compressed,sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;
  font-size: 32px!important;
  letter-spacing: 0px!important;
  line-height: 1!important;
}
}

@media screen and (max-width: 749px) {
.multicolumn-title {
  font-family: trade-gothic-next-compressed,sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;
  font-size: 34px!important;
  letter-spacing: 0px!important;
  line-height: 1!important;
  text-decoration: none;
}
}

@media screen and (min-width: 750px) {
.multicolumn-btn {
  font-size: 1.4rem !important;
  letter-spacing: 0px !important;
        margin: 13px 6px -4px 0px !important;
  background-color: #ffffff00 !important
}
}

@media screen and (max-width: 749px) {
.multicolumn-btn {
  font-size: 1.4rem !important;
  letter-spacing: 0px !important;
margin: 13px 5px -4px 0px !important;
    background-color: #ffffff00 !important
}
}


.multicolumn-btn_multi {
  text-align: center;
}


@media screen and (min-width: 750px) {
.multicolumn-text, .multicolumn-text p {
  font-size: 1.4rem !important;
  letter-spacing: 0px !important;
  line-height: 2 !important;
  color: #050210 !important;
  display: block;
  margin: 12px 0px 0px;
}
}

@media screen and (max-width: 749px) {
.multicolumn-text, .multicolumn-text p {
  font-size: 1.4rem !important;
  letter-spacing: 0px !important;
  line-height: 2 !important;
  color: #050210 !important;
  display: block;
  margin: 12px 0px 0px;
}
}

@media screen and (min-width: 750px) {
.multicolumn-text-video, .multicolumn-text-video p {
  font-size: 1.4rem !important;
  letter-spacing: 0px !important;
  line-height: 2 !important;
  display: block;
  margin: 12px 0px 0px;
}
}

@media screen and (max-width: 749px) {
.multicolumn-text-video, .multicolumn-text-video p {
  font-size: 1.4rem !important;
  letter-spacing: 0px !important;
  line-height: 2 !important;
  display: block;
  margin: 12px 0px 0px;
}
}

@media screen and (min-width: 750px) {
.multicolumn-list__item {
  background: #f7f7f7 !important;
  border-radius: 6px !important;
        overflow: hidden !important;
}
}


@media screen and (max-width: 749px) {
.multicolumn-list__item {
  background: #f7f7f7 !important;
  margin: 15px 0px 0px 0px;
    border-radius: 6px !important;
        overflow: hidden !important;
}
}

.article-card {
    overflow: hidden !important;
  border-radius: 6px !important;
}

.product-card-wrapper {
      overflow: hidden !important;
  border-radius: 6px !important;
}
@media screen and (min-width: 750px) {
.article-card__excerpt {
  font-size: 1.4rem !important;
     overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 5; /* number of lines to show */
           line-clamp: 5;
   -webkit-box-orient: vertical;
  margin: 10px 0px 0px 0px !important;
}
}

@media screen and (max-width: 749px) {
.article-card__excerpt {
  font-size: 1.4rem !important;
      overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  margin: 10px auto 0px !important;
}
}

@media screen and (min-width: 750px) {
.media-landscape {
  padding-bottom: 70%;
}
}



@media screen and (min-width: 750px) {
.feat_blog-title {
  padding: 0px !important; 
  width: calc(50% - 10px) !important;
  display: inline-block;
}
}

@media screen and (min-width: 750px) {
.feat_blog-title h2 {
    font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  text-transform: uppercase !important;
  font-size: 55px !important;
  line-height: 1!important;
}
}

@media screen and (max-width: 749px) {
.feat_blog-title h2 {
        font-family: trade-gothic-next-compressed, sans-serif !important;
        font-weight: 700 !important;
        letter-spacing: 0px !important;
        text-transform: uppercase !important;
        font-size: 50px !important;
        line-height: 0.8 !important;
        max-width: 66.6%;
}
}

@media screen and (min-width: 750px) {
.feat_blog-view {
  width: 50% !important;
  display: inline-block !important;
}
}

@media screen and (min-width: 750px) {
.feat_blog-view a{
  float: right !important;
}
}

@media screen and (min-width: 750px) {
.footer-block--newsletter {
  background: #050210;
    padding: 30px;
}
}

@media screen and (min-width: 750px) {
.footer-block__heading {
      display: inline-block !important;
      font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  text-transform: uppercase !important;
  font-size: 38px !important;
  line-height: 1!important;
  margin: 0px 20px 0px 0px !important;
}
}

@media screen and (max-width: 749px) {
.footer-block__heading {
      display: inline-block !important;
      font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  text-transform: uppercase !important;
  font-size: 30px !important;
  line-height: 1!important;
  margin: 0px 20px 0px 0px !important;
}
}

@media screen and (min-width: 750px) {
.footer__newsletter.newsletter-form {
  display: inline-block !important;
}
}

@media screen and (min-width: 750px) {
.footer-block__text {
    display: inline-block !important;
  color: white;
  font-size: 1.4rem;;
  max-width: 310px;
    text-align: left;
    line-height: 1.5;
  margin: 0px !important
}
}

@media screen and (min-width: 750px) {
.footer-block__newsletter {
    display: flex !important;
    align-items: center !important;
  justify-content: center !important;
}
}

@media screen and (min-width: 750px) {
.footer-block__newsletter .footer__newsletter {
  margin: 0px !important;
}
}

@media screen and (min-width: 750px) {
.newsletter-form__field-wrapper .field label {
  font-size: 1.4rem !important;
    letter-spacing: 0;
}
}

@media screen and (min-width: 750px) {
.multicolumn-card__info {
  padding: 25px !important;
}
}

@media screen and (max-width: 749px) {
.multicolumn-card__info {
          padding: 20px 20px 25px 20px !important;
}
}

@media screen and (max-width: 749px) {
.media--landscape {
  padding-bottom: 60% !important;
}
}

@media screen and (min-width: 750px) {
  .footer_img {
  width: 100%;
  margin: -60px 0px 0px;
}
}

@media screen and (max-width: 749px) {
  .footer_img {
  width: 100%;
    height: 300px;
    object-fit: cover;
}
}

@media screen and (min-width: 750px) {
.policies {
  display: block !important;
}
}

@media screen and (min-width: 750px) {
.footer__content-bottom {
  border: 0px !important;
  padding: 0px !important;
}
}

@media screen and (min-width: 750px) {
.footer {
  border: 0px !important;
}
}

@media screen and (min-width: 750px) {
.footer__blocks-wrapper {
      max-width: 1000px;
    margin: auto;
}
}

@media screen and (min-width: 750px) {
.footer__content-top {
  padding: 0px 0px 2rem 0px !important;
}
}

@media screen and (min-width: 750px) {
.newsletter__wrapper h2, .newsletter__wrapper div {
  display: inline-block;
  margin: 0px 2rem !important;
}
}

@media screen and (min-width: 750px) {
.footer-newsletter__heading {
      display: inline-block !important;
      font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  text-transform: uppercase !important;
  font-size: 55px !important;
  line-height: 1!important;
  margin: 0px 20px 0px 0px !important;
}
}

@media screen and (max-width: 7490px) {
.footer-newsletter__heading {
      display: inline-block !important;
      font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  text-transform: uppercase !important;
  font-size: 55px !important;
  line-height: 1!important;
  margin: 0px 20px 0px 0px !important;
}
}

@media screen and (min-width: 750px) {
.newsletter {
  background: #050210 !important;
  margin: 30px 0px 0px;
}
}

@media screen and (min-width: 750px) {
.newsletter__wrapper {
  display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
}
}

@media screen and (min-width: 750px) {
.newsletter__subheading p{
  text-align: left;
  line-height: 1;
  font-size: 1.4rem;;
}
}

@media screen and (min-width: 750px) {
.slider-counter__link--active.slider-counter__link--numbers, .slider-counter__link--dots:not(.slider-counter__link--active):hover .dot, .slider-counter__link--numbers:hover {
  transform: scale(1.01) !important;
}
}

.card_btn-spacer {
      margin: 0px 6px;
}

@media screen and (min-width: 750px) {
.card_beer-description {
  display: flow-root;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 1.4rem;;
  letter-spacing: 0px!important;
margin: 1.1rem 0px 0.8rem !important;
  padding: 0px 29px 0px 0px;
}
}

@media screen and (max-width: 749px) {
.card_beer-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 1.3rem;;
  letter-spacing: 0px!important;
margin: 0.8rem 0px 0.4rem !important;
  padding: 0px 29px 0px 0px;
}
}

@media screen and (max-width: 749px) {
.card-information_event {
    display: grid;
    width: 100%;
    margin: 15px 0px 0px;
}
}

@media screen and (min-width: 750px) {
.card-information_event {
    display: grid;
    width: 100%;
    margin: 15px 0px 0px;
}
}

  @media screen and (max-width: 749px) {
.card-information {
  display: grid;
}
}
@media screen and (min-width: 750px) {
.card-information {
  display: grid;
}
}

@media screen and (min-width: 750px) {
.header__menu-item .icon-caret {
  right: 0 !important;
}
}

@media screen and (min-width: 750px) {
.button, .shopify-challenge__button, .customer button {
            padding: 15px 25px !important;
}
}

@media screen and (max-width: 749px) {
.button, .shopify-challenge__button, .customer button {
            padding: 15px 25px !important;
}
}

@media screen and (min-width: 750px) {
.collection-hero__inner {
  align-items: end !important;
}
}

@media screen and (min-width: 750px) {
.collection-hero__image-container {
      margin: 0px !important;
    min-height: 400px !important;
}
}

@media screen and (min-width: 750px) {
.collection-hero__text-wrapper {
      position: absolute !important;
      max-width: 600px;
}
}

@media screen and (min-width: 750px) {
.collection-hero__title {
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 70px !important;
  line-height: 0.8 !important;
  color: #fff!important;
}
}

@media screen and (max-width: 749px) {
.collection-hero__title {
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 55px !important;
  line-height: 0.8 !important;
  text-align: center;
  color: black !important;
}
}

@media screen and (min-width: 750px) {
.collection-hero--with-image .collection-hero__text-wrapper {
  padding: 5rem !important;
}
}

@media screen and (max-width: 749px) {
.collection-hero--with-image .collection-hero__text-wrapper {
  padding: 2.5rem 0px 0px !important;
}
}

@media screen and (min-width: 750px) {
.collection-hero__description {
  font-size: 1.4rem !important;
  margin: 2rem 0px 0px!important;
  color: #fff!important;
  line-height: 2 !important;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
}

@media screen and (max-width: 749px) {
.collection-hero__description {
  font-size: 1.4rem !important;
  margin: 2rem 0px 0px!important;
  line-height: 2 !important;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  text-align: center;
}
}



@media screen and (min-width: 750px) {
.collection-hero__image-container .overlay {
  background: rgb(0,0,0) !important;
  background: linear-gradient(to top right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.77) 29.83%, rgba(0, 0, 0, 0.24) 51.68%, rgba(0, 0, 0, 0)) !important
}
}

@media screen and (min-width: 750px) {
.collection-hero.collection-hero--with-image {
  padding: 0px !important;
}
}

@media screen and (min-width: 750px) {
.price__container-regular {
  line-height: 2 !important;
}
}

@media screen and (min-width: 750px) {
.price--on-sale .price__sale {
  display: inline-grid !important;
}
}

@media screen and (min-width: 750px) {
.price>* {
  display: inline-flex !important;
}
}


@media screen and (max-width: 750px) {
.price>* {

  vertical-align: initial !important;
}
}

@media screen and (min-width: 750px) {
.price__container .price__sale span .price-item {
  color: #b7272d;
  font-size: 1rem !important;
      text-align: center !important;
    margin: 0px !important;
}
}

@media screen and (max-width: 749px) {
.price__container .price__sale span .price-item {
  color: #b7272d;
  font-size: 1rem !important;
      text-align: center !important;
    margin: 0px !important;
}
}

@media screen and (min-width: 750px) {
.price__container-sale {
  line-height: 1 !important;
}
}

@media screen and (min-width: 750px) {
.price-beer {
  line-height: 2 !important;
}
}

@media screen and (min-width: 750px) {
.header__submenu li {
  padding: 10px 0px;
}
}

@media screen and (max-width: 749px) {
.badge {
      font-size: 1.2rem !important;
    letter-spacing: 0 !important;
}
}

@media screen and (min-width: 750px) {
.badge {
      font-size: 1.2rem !important;
    letter-spacing: 0 !important;
}
}

details[open]>.header__submenu {
  z-index: 100;
}

@media screen and (min-width: 750px) {
.build_section-title {
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 38px !important;
  letter-spacing: 0px !important;
  line-height: 1 !important;
  text-align: center;
}
}

@media screen and (max-width: 749px) {
.build_section-title {
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 30px !important;
  letter-spacing: 0px !important;
  line-height: 1 !important;
  text-align: center;
}
}

@media screen and (min-width: 750px) {
.build_slot-title {
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 28px !important;
  letter-spacing: 0px !important;
  line-height: 1 !important;
  text-align: center;
  display: block;
  margin: 0px 0px 10px; 
}
}

@media screen and (max-width: 749px) {
.build_slot-title {
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 28px !important;
  letter-spacing: 0px !important;
  line-height: 1 !important;
  text-align: center;
  display: block;
  margin: 0px 0px 10px; 
}
}

@media screen and (min-width: 750px) {
.wow_section-beer { 
  display: inline-block;
  width: calc(25% - 20px);
  margin: 7px;
}
}

@media screen and (max-width: 749px) {
.wow_section-beer { 
  display: inline-block;
  width: calc(50% - 20px);
  margin: 7px;
}
}

@media screen and (min-width: 750px) {
.build_section-dropdown {
  width: 100%;
  padding: 15px 20px;
  margin: 10px 0px 0px;
    font-size: 1.4rem !important;
  font-family: futura !important;
  font-size: 1.4rem !important;
  -webkit-appearance: none !important;
  border-radius: 40px;
  text-align: center;
}
}

@media screen and (max-width: 749px) {
.build_section-dropdown {
  width: 100%;
  padding: 15px 20px;
  margin: 10px 0px 0px;
    font-size: 1.4rem !important;
  font-family: futura !important;
  font-size: 1.4rem !important;
  -webkit-appearance: none !important;
  border-radius: 40px;
  text-align: center;
}
}


.build_dropdown-arrow {
    display: inline-block;
    transform: rotate(90deg);
}

@media screen and (min-width: 750px) {
.build_section-img {
  display: block;
  width: 100%;
  aspect-ratio: 10 / 16;
  object-fit: cover;
}
}

@media screen and (max-width: 749px) {
.build_section-img {
  display: block;
  width: 100%;
  aspect-ratio: 10 / 16;
  object-fit: cover;
}
}
@media screen and (min-width: 750px) {
.build_section-step2 {
  display: block;
  width: 50%;
  margin: auto;
}
}

@media screen and (max-width: 749px) {
.build_section-step2 {
  display: block;
  width: 100%;
  margin: auto;
}
}


@media screen and (min-width: 750px) {
.build_section-glass { 
  display: inline-block;
  width: calc(50% - 20px);
  margin: 7px;
}
}

@media screen and (max-width: 750px) {
.build_section-glass { 
  display: inline-block;
  width: calc(50% - 20px);
  margin: 7px;
}
}

@media screen and (min-width: 750px) {
.build_section-price {
  text-align: center;
  margin: 20px 0px 0px;
}
}

@media screen and (max-width: 749px) {
.build_section-price {
  text-align: center;
  margin: 20px 0px 0px;
}
}

@media screen and (min-width: 750px) {
.build_btn {
  font-size: 1.4rem;;
  letter-spacing: 0px;
  min-width: 230px;
    margin: auto;
    display: block;
}
}

@media screen and (max-width: 749px) {
.build_btn {
  font-size: 1.4rem;;
  letter-spacing: 0px;
  min-width: 230px;
    margin: auto;
    display: block;
}
}

select {
  background: white url(/cdn/shop/t/10/assets/select.png?v=1634438…) no-repeat 96% 50%;
    background-size: 18px 12px;
    padding: 8px 14px 8px;
    border-radius: 0;
    border: 1px solid #050210;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

@media screen and (min-width: 750px) {
.build_section-wrap {
  max-width: 370px!important;
  margin: auto!important;
  width: 33.3%;
  min-width: 200px;
}
}


@media screen and (min-width: 750px) {
.build_section-choose {
  width: calc(50% - 10px);
  display: inline-block;
}
}

@media screen and (min-width: 750px) {
.build_section-img-qty {
  width: 100%;
  display: block;
}
}

@media screen and (min-width: 750px) {
.build_section-img-wrap {
  width: 100%;
  display: block;
}
}

@media screen and (min-width: 750px) {
.build_qty-box {
  display: inline-block;
  width: calc(50% - 10px);
}
}

@media screen and (max-width: 749px) {
.build_qty-box {
  display: inline-block;
  width: 100%;
  margin: 10px 0px;
}
}

@media screen and (min-width: 750px) {
.build_img-qty {
  display: block;
  width: 100%;
  aspect-ratio: 15 / 6;
  object-fit: cover;
}
}

@media screen and (max-width: 749px) {
.build_img-qty {
  display: block;
  width: 100%;
  aspect-ratio: 15 / 6;
  object-fit: cover;
}
}




@media screen and (min-width: 750px) {
.build_qty-title {
  font-family: trade-gothic-next-compressed,sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;
  font-size: 48px!important;
  letter-spacing: 0px!important;
  line-height: 1!important;
  color: #050210 !important;
  text-decoration: none !important;
  margin: 10px 0px 0px 0px;
}
}


@media screen and (max-width: 749px) {
.build_qty-title {
  font-family: trade-gothic-next-compressed,sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;
  font-size: 40px!important;
  letter-spacing: 0px!important;
  line-height: 1!important;
  color: #050210 !important;
  text-decoration: none !important;
  margin: 10px 0px 10px 0px !important;
}
}

@media screen and (min-width: 750px) {
.build_qty-title a{
  color: #050210 !important;
  text-decoration: none !important;
}
}

@media screen and (max-width: 749px) {
.build_qty-title a{
  color: #050210 !important;
  text-decoration: none !important;
}
}

@media screen and (min-width: 750px) {
.build_wrap-img {
  display: block;
  width: 100%;
}
}


@media screen and (max-width: 749px) {
.build_wrap-img {
  display: block;
  width: 100%;
}
}


@media screen and (min-width: 750px) {
.build_section-beer {
  display: inline-block;
  width: calc(33.3% - 30px);
  margin: 30px 13px;
}
}

.cart-title {
      font-family: trade-gothic-next-compressed,sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;
  font-size: 75px!important;
  letter-spacing: 0px!important;
  line-height: 1!important;
  color: #050210 !important;
}

.main-page-title, .title--primary {
        font-family: trade-gothic-next-compressed,sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;
  font-size: 75px!important;
  letter-spacing: 0px!important;
  line-height: 1!important;
  color: #050210 !important;
}

.shopify-policy__title h1 {
     font-family: trade-gothic-next-compressed,sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;
  font-size: 55px!important;
  letter-spacing: 0px!important;
  line-height: 1!important;
  color: #050210 !important;
}

@media screen and (max-width: 749px) {
.build_section-beer {
    display: inline-block;
    width: calc(50% - 20px);
    margin: 10px 8px;
}
}

.highlighted {
  opacity: 1;
}

.unhighlighted {
  opacity: 0.3;
}

@media screen and (min-width: 750px) {
.build_beer-img {
  display: block;
  width: 100%;
}
}

@media screen and (max-width: 749px) {
.color-scheme-9827cebc-1e07-47d5-b511-00c63cae5a37 .banner__heading, .color-scheme-9827cebc-1e07-47d5-b511-00c63cae5a37 {
  color: #121212;
}
}

@media screen and (max-width: 749px) {
#shopify-section-template--16317383639189__a7a804e5-ad5d-4c7e-ad74-c67c96d9561b {
  margin: 60px 0px 20px;
}
}

@media screen and (max-width: 749px) {
.build_beer-img {
  display: block;
  width: 100%;
}
}

@media screen and (min-width: 750px) {
.build_section-block {
  max-width: 1200px;
  margin: auto;
}
}

@media screen and (min-width: 750px) {
.product__title h1 {
    font-family: trade-gothic-next-compressed,sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;
  font-size: 75px!important;
  letter-spacing: 0px!important;
  line-height: 1!important;
  color: #050210 !important;
}
}

@media screen and (max-width: 749px) {
.product__title h1 {
    font-family: trade-gothic-next-compressed,sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;
  font-size: 55px!important;
  letter-spacing: 0px!important;
  line-height: 0.9!important;
  color: #050210 !important;
  text-align: center;
}
}


@media screen and (min-width: 750px) {
.quick_shop-title {
    font-family: trade-gothic-next-compressed,sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;
  font-size: 55px!important;
  letter-spacing: 0px!important;
  line-height: 0.9!important;
  color: #050210 !important;
}
}



@media screen and (min-width: 750px) {
.product__info-wrapper {
  background: #f3f3f3;
  text-align:center;
  padding: 40px 80px !important
}
}

@media screen and (max-width: 749px) {
.product__info-wrapper {
  background: #f3f3f3;
  text-align:center;
  padding: 20px !important
}
}

@media screen and (min-width: 750px) {
.product__info-container {
  max-width: 100% !important;
}
}

@media screen and (max-width: 749px) {
.product__info-container {
  max-width: 100% !important;
}
}

.cart_item-hide {
  display: none !important;
}


@media screen and (min-width: 750px) {
.product_add-cart {
  padding: 16px 40px;
  border: 0px;
  border-radius: 46px;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
}
}

@media screen and (max-width: 749px) {
.product_add-cart {
background-color: #050210 !important;
color: white !important;
padding: 5px 20px !important;
border: 0px;
border-radius: 110px;
font-family: var(--font-body-family);
font-style: var(--font-body-style);
max-width: calc(50% - 0px);
min-height: 58px;
display: inline-block;
}
}

@media screen and (min-width: 750px) {
.cart-item__name {
  font-family: trade-gothic-next-compressed,sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;
  font-size: 40px!important;
  letter-spacing: 0px!important;
  line-height: 1!important;
  color: #050210!important;
}
}

@media screen and (max-width: 749px) {
.cart-item__name {
  font-family: trade-gothic-next-compressed,sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;
  font-size: 30px!important;
  letter-spacing: 0px!important;
  line-height: 1!important;
  color: #050210!important;
}
}

@media screen and (min-width: 750px) {
.product-option {
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0px!important;
}
}


@media screen and (max-width: 749px) {
.product-option {
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0px!important;
}
}

@media screen and (min-width: 750px) {
.price.price--end  {
  font-weight: 400;
  letter-spacing: 0px!important;
}
}

@media screen and (max-width: 749px) {
.price.price--end  {
  font-weight: 400;
  letter-spacing: 0px!important;
}
}

@media screen and (min-width: 750px) {
.product_beer-spacer {
  margin: 0px 15px;
}
}

.product-form__input input[type=radio]+label {
  letter-spacing: 0 !important;
}

@media screen and (min-width: 750px) {
.product_beer-row {
  margin: 5px 0px 0px !important;
  font-size: 1.4rem !important;
}
}

@media screen and (max-width: 749px) {
.product_beer-row {
  margin: 5px 0px 0px !important;
  font-size: 1.4rem !important;
  text-align: center;
}
}

@media screen and (min-width: 750px) {
.product_beer-info {
  font-size: 1.4rem;
  letter-spacing: 0px !important;
  font-weight: 600;
  letter-spacing: 0px;
}
}

@media screen and (max-width: 749px) {
.product_beer-info {
  letter-spacing: 0px !important;
      font-size: 1.4rem;
    letter-spacing: 0px!important;
    font-weight: 600;
  letter-spacing: 0px;
}
}

@media screen and (min-width: 750px) {
.product__description {
  font-size: 1.4rem !important;
  line-height: 2 !important;
}
}

@media screen and (min-width: 750px) {
.product__info-container {
  max-width: 600px !important;
  margin: auto;
  font-weight: 500;
  letter-spacing: 0px;
      align-content: center;
    align-items: center;
}
}

@media screen and (min-width: 750px) {
.product_form-section {
  width: 420px !important;
  margin: 10px auto 0px !important;
}
}

@media screen and (min-width: 750px) {
.product_block-info {
  margin: 0px 0px 0px 20px !important;
  max-width: 60% !important;
  width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2 - 30px) !important;
}
}



@media screen and (min-width: 750px) {
.product_block-img {
  max-width: 40% !important;
  width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2 - 30px) !important;
}
}



 @media screen and (max-width: 749px) {
.hxl {
  font-size: 45px!important;
}
 }

@media screen and (min-width: 750px) {
.product_add-was {
  color: #b7272d;
  font-size:1rem !important;
  text-align:center !important;
  margin:0px !important;
  display: block;
  text-decoration: line-through;
}
}

@media screen and (max-width: 749px) {
.product_add-was {
  color: #b7272d;
  font-size:1rem !important;
  text-align:center !important;
  margin:0px !important;
  display: block;
  text-decoration: line-through;
}
}

@media screen and (min-width: 750px) {
.product_price {
  display: inline-block;
}
}

@media screen and (min-width: 750px) {
.thumbnail-slider {
  display: none !important;
}
}

@media screen and (min-width: 750px) {
.product-images {
  height: 100% !important;
}
}

@media screen and (max-width: 749px) {
.product-images {
  display: none !important;
}
}

@media screen and (min-width: 750px) {
.product-images img {
  object-fit: cover !important;
    height: 100% !important;
    object-position: center !important;
    width: 100% !important;
}
}{}

@media screen and (min-width: 750px) {
.product_text-img {
  max-width: 40% !important;
  width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2 - 30px) !important;

}
}

@media screen and (min-width: 750px) {
.product_text-img.img-right {
  margin: 0px 0px 0px 20px !important;
}
}

@media screen and (min-width: 750px) {
.product_text-img.img-left {
  margin: 0px 20px 0px 0px !important;
}
}
  
@media screen and (min-width: 750px) {
.product_text-block {
  max-width: 60% !important;
  width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  background: #f3f3f3;
}
}

.product_img-second {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media screen and (min-width: 750px) {
.product_full-words {
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 55px !important;
  line-height: 0.8 !important;
  text-align: center !important;
  display: block;
  max-width: 500px;
  margin: 20px auto 0px;
}
}

@media screen and (max-width: 749px) {
.product_full-words {
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 55px !important;
  line-height: 0.8 !important;
  text-align: center !important;
  display: block;
  max-width: 500px;
  margin: 20px auto 0px;
}
}

@media screen and (min-width: 750px) {
.product_beer-full {
  width: 100%;
  max-width: 600px;
  margin: auto;
  align-self: stretch !important;
  display: flex !important;
}
}

@media screen and (max-width: 749px) {
.product_beer-full {
  width: 100%;
  margin: auto;
}
}

@media screen and (min-width: 750px) {
.product_custom-colour {
  width: 100%;
  height: 21px;
  object-fit: contain
}
}

@media screen and (max-width: 750px) {
.product_custom-colour {
  width: 100%;
}
}

@media screen and (min-width: 750px) {
.product_full-col {
  width: calc(50% - 43px);
  display: inline-block;
  margin: 0px 20px;
}
}

@media screen and (min-width: 750px) {
.product_full-title {
    font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 40px !important;
  line-height: 0.8 !important;
  display: block;
  text-align: center;
  margin: 10px 0px;
}
}

@media screen and (max-width: 749px) {
.product_full-title {
    font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 40px !important;
  line-height: 0.8 !important;
  display: block;
  text-align: center;
  margin: 10px 0px;
}
}

@media screen and (min-width: 750px) {
.product_full-content {
  display: block;
  text-align: center;
}
}

@media screen and (max-width: 749px) {
.product_full-content {
  display: block;
  text-align: center;
}
}

  
@media screen and (min-width: 750px) {
.product_full-row {
  margin: 40px 0px;
  display: block;
}
}

@media screen and (max-width: 749px) {
.product_full-row {
  margin: 40px 0px;
  display: block;
}
}

@media screen and (min-width: 750px) {
.product_full-row .metafield-rich_text_field {
  text-align: center !important;
}
}

@media screen and (min-width: 750px) {
.product_full-row .metafield-rich_text_field p {
  margin: 0px !important;
}
}

@media screen and (max-width: 749px) {
.product_full-row .metafield-rich_text_field {
  text-align: center !important;
}
}

@media screen and (max-width: 749px) {
.product_full-row .metafield-rich_text_field p {
  margin: 0px !important;
}
}

@media screen and (min-width: 750px) {
.image-with-text {
  margin-top: 20px !important;
}
}

@media screen and (min-width: 750px) {
.product_heading {
      font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 40px !important;
  line-height: 0.8 !important;
  display: block;
  text-align: center;
  margin: 10px 0px;
}
}

@media screen and (min-width: 750px) {
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after, .button:before, .shopify-challenge__button:before, .customer button:before, .shopify-payment-button__button--unbranded:before, .shopify-payment-button [role=button]:before, .cart__dynamic-checkout-buttons [role=button]:before {
  box-shadow: none !important;
}
}

@media screen and (min-width: 750px) {
.image-with-text__text, .image-with-text__text p {
   font-size: 1.4rem !important;
  line-height: 2 !important;
}
}

/* 
@media screen and (min-width: 750px) {
.image-with-text__content {
  max-width: 750px !important;
  margin: auto !important;
}
}
*/ 

@media screen and (min-width: 750px) {
.section-template--16364311052437__0f0e1602-e995-4bad-a1b9-651381de486d-padding {
  padding-left: 60px;
  padding-right:60px;
}
}

@media screen and (max-width: 749px) {
.image-with-text__content {
padding: 4rem 0rem !important;
}
}

@media screen and (min-width: 750px) {
.product-form__input {
margin: 1.2rem auto!important;
}
}
  
@media screen and (min-width: 750px) {
.product-form__buttons {
      margin: auto !important;
}
}


@media screen and (min-width: 750px) {
.product-form__submit {
  background-color: #050210 !important;
  color: white;
}
}
  
@media screen and (min-width: 750px) {
.pickup-availability-preview {
  justify-content: center;
  padding: 0px !important;
}
}

@media screen and (max-width: 749px) {
.pickup-availability-preview {
  justify-content: center ;
  padding: 0px !important;
}
}

@media screen and (min-width: 750px) {
.quick-add {
  margin: 0px !important;
}
}

@media screen and (min-width: 750px) {
.quick-add__submit {
  font-size: 1.4rem;
    letter-spacing: 0;
    background: #050210;
    color: white;
}
}

@media screen and (min-width: 750px) {
.loox-v2-carousel-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
}

@media screen and (max-width: 749px) {
.quick-add__submit {
  font-size: 1.4rem;
    letter-spacing: 0;
    background: #050210;
    color: white;
  box-sizing: content-box;
}
}

@media screen and (min-width: 750px) {
.recipient-checkbox {
  justify-content: center;
}
}

@media screen and (min-width: 750px) {
.recipient-form {
  display: block;
  margin: 2.5rem auto !important;
}
}

@media screen and (min-width: 750px) {
.recipient-form .icon-checkmark {
   position: relative !important;
    left: -13px !important;
 }
}


@media screen and (min-width: 750px) {
.recipient-checkbox>svg {
  margin-right: 0px !important;
}
}

@media screen and (min-width: 750px) {
.product_price-item {
  font-size: 24px;
    color: #050210;
    font-weight: bold;
}
}

@media screen and (max-width: 749px) {
.product_price-item {
  font-size: 24px;
    color: #050210;
    font-weight: bold;
}
}

@media screen and (min-width: 750px) {
.quick-add-modal[open] {
  background: #050210c9 !important;
}
}

@media screen and (min-width: 750px) {
.product_price-sale {
  font-size: 14px!important;
  font-weight: 700;
  color: #b7272d !important;
  text-align: center!important;
  margin: 6px 0px!important;
  display: block;
  letter-spacing: 0 !important;
}
}
  
@media screen and (min-width: 750px) {
.quick_shop-box {
  transform: translateY(0rem) !important;
}
}

.beer_key-container {
  background: #e8e8e8;
  margin: 0px 0px 20px;
}

.slider-container {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
.beer_key-slider {
  display: flex;
  transition: transform 0.3s ease;
  background: #e8e8e8;
  max-width: 1200px;
  margin: auto;
  width: calc(100% - 40px);
}
}

@media screen and (max-width: 749px) {
  .beer_key-slider {
  display: flex;
  transition: transform 0.3s ease;
  background: #e8e8e8;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
}

@media screen and (max-width: 749px) {  
.beer_key-message {
  flex: 0 0 100%;
  padding: 20px;
  text-align: center;
  display: flex;
  background: #e8e8e8;
  justify-content: center;
  width: 100%;
}
}

@media screen and (max-width: 749px) {  
.collection_read-btn {
  margin: auto;
  
}
}

@media screen and (max-width: 749px) {  
.banner__buttons-read {
  display: flex;
    justify-content: center;
    margin: 20px 0px 0px;
}
}

@media screen and (min-width: 750px) {  
.collection_read-btn {
  color: white;
    background: none;
    border: solid 1px;
  
}
}


@media screen and (min-width: 750px) {  
.banner__buttons-read {
  display: flex;
    margin: 20px 0px 0px;
}
}

@media screen and (min-width: 750px) {
  .beer_key-message{
    flex-basis: 16.5%;

  padding: 20px;
  text-align: left;
  display: flex;
  background: #e8e8e8;
  }
}

  
  .message-cart {
    flex-basis: 34%;
    padding: 0px 20px !important;
  }


.beer_key-img {
  width: 60px;
  height: max-content;
}

.beer_key-can {
  width: calc(100% / 6 - 13px);
  margin: 0 4px;
  min-width: 15px;
}

.beer_key-text {
  font-family: trade-gothic-next-compressed,sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 0.9;
  color: #050210;
  letter-spacing: 0 
}

.beer_key-counter {
  display: inline-flex;
  align-content: center;
  align-items: center;
}

.beer_key-checkout {
  display: block;
  padding: 26px 10px;
  border: none;
  margin: 0px 0px 0px 10px;
  background: #f97613;
  color: #ffffff;
  font-family: trade-gothic-next-compressed,sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 13px;
}

.checkout-disabled {
  background: #757575;
  color: #050210;
}



.beer_counter-cans {
  display: flex;
  justify-content: center;
  max-width: 190px;
  margin: 0px 8px 0px 0px;
}

.not-active {
  opacity: 0.4 !important;
}

@media screen and (min-width: 750px) {
.banner__content {
  padding: 0px !important;
}
}

@media screen and (max-width: 749px) {
.banner_box-weddings {
    padding: 4rem 3.5rem!important;

}
}
  
@media screen and (min-width: 750px) {
.banner_box-weddings {
      max-width: 650px !important;
    width: 70% !important;

}
}
  
@media screen and (min-width: 750px) {
.wedding_heading {
  font-family: trade-gothic-next-compressed,sans-serif!important;
    font-weight: 700!important;
    font-style: normal!important;
    text-transform: uppercase!important;
    font-size: 70px!important;
    line-height: .8!important;
}
}

@media screen and (max-width: 749px) {
.wedding_heading {
  font-family: trade-gothic-next-compressed,sans-serif!important;
    font-weight: 700!important;
    font-style: normal!important;
    text-transform: uppercase!important;
    font-size: 65px!important;
    line-height: .8!important;
}
}


@media screen and (min-width: 750px) {
.contact_form-heading {
  font-family: trade-gothic-next-compressed,sans-serif!important;
    font-weight: 700!important;
    font-style: normal!important;
    text-transform: uppercase!important;
    font-size: 70px!important;
    line-height: .8!important;
}
}

@media screen and (max-width: 749px) {
.contact_form-heading {
  font-family: trade-gothic-next-compressed,sans-serif!important;
    font-weight: 700!important;
    font-style: normal!important;
    text-transform: uppercase!important;
    font-size: 55px!important;
    line-height: .8!important;
}
}

@media screen and (min-width: 750px) {
.contact_form-section:last-child {
  width: 50%;
      display: inline-block;
  margin: 0 40px -60px;
}
}

@media screen and (max-width: 749px) {
.contact_form-section:last-child {
  width: 100%;
      display: inline-block;
  margin: 0px;
}
}
  
@media screen and (min-width: 750px) {
.contact_form-section:first-child {
  width: 50%;
      display: inline-block;
  margin: 0 40px;
}
}

@media screen and (max-width: 749px) {
.contact_form-section:first-child {
  width: 100%;
      display: inline-block;
  margin: 0px;
}
}
  
@media screen and (min-width: 750px) {
.contact_form-block {
      padding: 40px !important;
    width: 50%;
display: grid;
  align-items: center;
  align-content: center;
}
}

@media screen and (max-width: 749px) {
.contact_form-block {

      padding: 40px !important;
    width: 100%;
display: grid;
  align-items: center;
  align-content: center;
}
}
}

.contact-form-box {
  
}

@media screen and (min-width: 750px) {
.contact_form-submit {
      float: right;
    right: 8px;
    bottom: 72px;
  color: #050210;
}
}

@media screen and (max-width: 749px) {
.contact_form-submit {
      float: right;
    right: 8px;
    bottom: 72px;
  color: #050210;
}
}

@media screen and (min-width: 750px) {
.contact__button {
  margin: 0px !important;
}
}

@media screen and (min-width: 750px) {
.text-area {
  min-height: 20rem !important;
}
}

@media screen and (max-width: 749px) {
.contact__button {
  margin: 0px !important;
}
}

@media screen and (max-width: 749px) {
.text-area {
  min-height: 20rem !important;
}
}

@media screen and (min-width: 750px) {
.banner__box {
  -webkit-box-shadow: 0px 0px 22px -1px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 22px -1px rgba(0,0,0,0.22);
box-shadow: 0px 0px 22px -1px rgba(0,0,0,0.22);
      padding: 40px !important;
}
}

@media screen and (min-width: 750px) {
.slider__box {

      padding: 20px 0 20px !important;
}
}

@media screen and (max-width: 749px) {
.slider__box {

text-align: center;
    color: black !important;
    padding: 0px !important;
}
}

@media screen and (max-width: 749px) {
.slider__box .slider__heading {
    color: black !important;
  margin: 0px 0px 25px !important;
}
}

@media screen and (min-width: 750px) {
.slideshow__text-wrapper.banner__content {
  padding: 60px 0px !important;
}
}

#Banner-template--16364311052437__315f9650-f71f-4fb3-ba95-31df6bf0f845 .banner__content .slider__box, #Banner-template--16364311052437__466e64d6-4a94-40bd-bfad-dd51ca5f53d6 .banner__content .slider__box {
  padding: 4rem 0px !important;
  text-align: center !important;
}



@media screen and (min-width: 750px) {
.link.product__view-details {
  border: solid 1px;
  padding: 10px;
  border-radius: 40px;
}
}

@media screen and (max-width: 749px) {
.slideshow__text {
    padding: 20px 0px 0px !important;
}
}

@media screen and (max-width: 749px) {
.list__item-taproom {
  margin: 15px 0;
}
}

@media screen and (min-width: 750px) {
.banner_full {
      content: "";
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
}

a {
  text-decoration: none !important;
}

@media screen and (min-width: 750px) {
 .accordion__title {
  font-size: 38px !important;
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
   line-height: 1;
}
}

@media screen and (max-width: 749px) {
 .accordion__title {
  font-size: 28px !important;
  font-family: trade-gothic-next-compressed,sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
   line-height: 1;
}
}

.accordion__content {
  font-size: 1.4rem !important;
  letter-spacing: 0px !important;
  line-height: 2 !important;
  padding: 1.5rem 3rem 3rem !important;
   transition: 0.3s;
}

.collapsible-row-layout .accordion summary, .collapsible-row-layout .accordion .accordion__content {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.collapsible-content summary:hover {
  background-color: rgb(190, 190, 190) !important;
   transition: 0.3s;

}

.collapsible-content summary:hover h3 {
  text-decoration: none !important;
   transition: 0.3s;
}

.card_beer-compare {
  color: #b7272d;
  text-decoration: line-through;
}

@media screen and (min-width: 750px) {
.image-with-text__heading {
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;
  letter-spacing: 0px!important;
  line-height: 1!important;
}
}

@media screen and (max-width: 749px) {
.image-with-text__heading {
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;
  letter-spacing: 0px!important;
  line-height: 1!important;
  font-size: 35px !important;
}
}

@media screen and (min-width: 750px) {
.image-with-text__text {
  font-size: 1.4rem !important;
  letter-spacing: 0px !important;
  line-height: 2 !important;
  display: block;
}
}

@media screen and (max-width: 749px) {
.image-with-text__text {
  font-size: 1.4rem !important;
  letter-spacing: 0px !important;
  line-height: 2 !important;
  display: block;
  margin: 20px 0px !important;
}
}

.image-with-text__btn {
  font-size: 1.4rem;
  letter-spacing: 0px !important;
}

.col_inline-btn {
  font-size: 1.4rem !important;
  letter-spacing: 0px !important;
}

.row_inline-richtext {
  font-family: trade-gothic-next-compressed,sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;
  font-size: 55px!important;
  letter-spacing: 0px!important;
  line-height: 1!important;
}

@media screen and (max-width: 749px) {
.banner__box img {
  height: 150px !important;
      margin: auto;
    display: block;
}
}

@media screen and (min-width: 750px) {
.banner__box img {
  height: 310px !important;
}
}

.bab_only-qty {
  float: right;
}

.events_card-details {
  font-size: 14px;
  letter-spacing: 0;
}

@media screen and (min-width: 750px) {
.image-with-text_full {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-self: center;
    padding: 8rem;
    position: relative;
    z-index: 1;
}
}

@media screen and (min-width: 750px) {
.image-with-text_full .image-with-text__heading {
  margin: 0px;
  max-width: 650px;
}
}

@media screen and (min-width: 750px) {
.image-with-text_full .image-with-text__text  {
  margin: 20px 0px 0px;
  max-width: 650px;
}
}

@media screen and (max-width: 749px) {
.image-with-text_full {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-self: center;
    padding: 30px;
    position: relative;
    z-index: 1;
}
}

@media screen and (max-width: 749px) {
#ImageWithText--template--16346012549269__e553ad17-c87e-45cc-8813-4f70e5ef7aeb {
  display: block !important;
  text-align: center !important;
  padding-bottom: 0px !important;
}
}

@media screen and (max-width: 749px) {
.image-with-text_full .image-with-text__heading {
  margin: 0px;
  font-size: 40px !important;
}
}

@media screen and (max-width: 749px) {
.image-with-text_full .image-with-text__text  {
  margin: 20px 0px 0px;
  max-width: 650px;
}
}

@media screen and (min-width: 750px) {
.blog-articles {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr!important;
}
}
.bab-remove {
  min-width: 3.5rem;
  min-height: 3.5rem;
  color: rgb(var(--color-foreground));

}

.bab-remove .icon-remove{
  height: 1.5rem;
  width: 1.5rem;
}

.tax-note{
  text-align: center !important;
}

.total-area {
      margin: 50px;
}
.totals {
      justify-content: center !important;
}

@media screen and (max-width: 749px) {
.cart_checkout-area {
      border: 2px solid black;
    max-width: calc(100% - 50px);

    margin: auto;
    padding: 20px;
    text-align: center;
}
}

@media screen and (min-width: 750px) {
.cart_checkout-area {
      border: 2px solid black;
    max-width: 600px;
    margin: auto;
    padding: 20px;
    text-align: center;
}
}

.cart__checkout-button {

      width: 100%!important;
    padding: 20px!important;
    background: black!important;
    color: white!important;
  font-size: 1.4rem!important;
    letter-spacing: 0px!important;
  margin: auto;
  border-radius: 100px;
}

.card__inner {
  background: white !important;
}

.powerby-txt {
  display: none !important;
}



@media screen and (min-width: 750px) {
.contact_form-sec {
  display: flex !important;
}
}

.formful__button  {
  background-color: black !important;
}

p a {
  color: #FF6D2D !important;
}

@media screen and (min-width: 750px) {
.collapsible-content__heading {
  font-family: trade-gothic-next-compressed,sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;font-size: 70px!important;
  line-height: .8!important;
  margin: 30px 0px 60px !important;
}
}

@media screen and (max-width: 750px) {
.collapsible-content__heading {
  font-family: trade-gothic-next-compressed,sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  text-transform: uppercase!important;font-size: 70px!important;
  line-height: .8!important;
  margin: 30px 0px 30px !important;
}
}

@media screen and (max-width: 750px) {
.shopify-block.shopify-app-block {
width: 100%;
margin: auto;
}
}

@media screen and (max-width: 750px) {
.collapsible-content-wrapper-narrow {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}
}

@media screen and (min-width: 749px) {
#shopify-section-template--16364311052437__40b8e91d-1c5a-4ba7-8d00-61cc05ea96b7, #shopify-section-template--16364311052437__4f19a2a5-9f90-4884-b6bf-e39ef463b5f0 {
  max-width: 2000px !important;
  width: calc(100% - 100px)!important;
  margin: auto!important;
  padding: 0px !important;
}
}

.delivery-msg {
      font-size: 1.4rem !important;
  font-family: futura !important;
  font-size: 1.4rem !important;
  padding: 20px;
  margin: 20px;
  border: 1px solid;
  letter-spacing: 0px !important;
}

.cart__ctas {
  margin: 20px 0px -10px !important; 
}

@media screen and (min-width: 750px) {
.footer-block--newsletter {
  background: none !important;
  padding: 0px !important;
  margin: 30px 0px -30px !important;
}
}

@media screen and (max-width: 749px) {
.footer-block--newsletter {
  background: none !important;
  padding: 0px !important;
}
}

@media screen and (min-width: 750px) {
.available-from {
  border: solid 1.5px;
  padding: 10px;
  border-radius: 60px;
  width: 410px !important;
  margin: auto !important;
}
}

@media screen and (max-width: 749px) {
.available-from {
  border: solid 1.5px;
  padding: 10px;
  border-radius: 60px;
  margin: auto !important;
}
}

#HeaderMenu-christmas {
  color: #0b533b;
  font-weight:500;
}

.slider-buttons {
  justify-content: center !important;
}

.page-width_event {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px !important;
}

.quantity {
  width: 100% !important;
}

.event_details-header {
  font-weight: bold;
}

#bloggle--article-title {
  font-family: trade-gothic-next-compressed,sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    font-size: 55px !important;
}

.smartrr-selling-plan-group-label {
      align-items: center !important;
}

.price-item-feat {
  color: black !important;
}


.feat-product-title {
  font-family: trade-gothic-next-compressed,sans-serif !important;
font-weight: 700 !important;
font-style: normal !important;
text-transform: uppercase !important;
font-size: 60px !important;
letter-spacing: 0px !important;
line-height: 1 !important;
}

.product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
  display: flex !important;
}

#GalleryViewer-template--17067420516501__featured_product_8iGFTG {
  display: none !important;
}

@media screen and (min-width: 750px) {
.product-beer-club {
  max-width: 100% !important;
    width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
}

@media screen and (min-width: 750px) {
.beer-club-header {
    font-family: trade-gothic-next-compressed,sans-serif!important;
    font-weight: 700!important;
    font-style: normal!important;
    text-transform: uppercase!important;
    font-size: 38px!important;
    max-width: 830px;
    margin: 0px auto 35px;
    display: block;
    line-height: 1;
  text-align: center;
    color: #c16842;
}
}

@media screen and (min-width: 750px) {
.beer-club-info {
  font-size: 1.6rem !important;
    letter-spacing: 0px !important;
    line-height: 2 !important;
    text-align: center;
    display: block;
  color: #c16842;
}
}
@media screen and (min-width: 750px) {
.beer-club-box {
      max-width: 1170px;
    margin: auto;
}
}

@media screen and (max-width: 749px) {
.beer-club-header {
    font-family: trade-gothic-next-compressed,sans-serif!important;
    font-weight: 700!important;
    font-style: normal!important;
    text-transform: uppercase!important;
    font-size: 40px!important;
    letter-spacing: 0px!important;
    line-height: 1!important;
    text-decoration: none;
      line-height: 1 !important;
  color: #c16842;
}
}

@media screen and (max-width: 749px) {
.beer-club-box {
padding: 0px 30px;
}
}


@media screen and (max-width: 749px) {
.beer-club-info {
font-size: 1.4rem !important;
    letter-spacing: 0px !important;
    line-height: 2 !important;
  color: #c16842;
}
}

.lb-upsell-ppa-title {
  font-family: trade-gothic-next-compressed,sans-serif!important;
font-weight: 700!important;
font-style: normal!important;
text-transform: uppercase!important;
font-size: 25px;
text-align: center;
}

@media screen and (min-width: 750px) {
.ppa-prod-container-grid {
  width: 159px !important;
}
}

@media screen and (max-width: 749px) {
.ppa-prod-container-grid {
    width: 135px !important;
}
}

#shopify-block-selleasy_lb_upsell_addon_block_CbjCcQ {
  max-width: 489px;
    margin: auto !important;
}

@media screen and (max-width: 749px) {
.desktop-header {

        width: calc(100% - 50px);
        margin: auto !important;

}
}

@media screen and (min-width: 750px) {
.desktop-header {
  max-width: 1750px !important;
        width: calc(100% - 100px);
        margin: auto !important;
        padding: 0px !important;
        display: flex;
        justify-content: space-between;
}
}

.header__inline-menu {
  width: 100%;
}

.list-menu--inline {
  float: right;
}

@media screen and (min-width: 750px) {
.header_top {
        display: flex;
        align-items: center;

        max-width: 1750px !important;
        width: calc(100% - 100px) !important;
        margin: auto !important;
  overflow: visible;
               padding: 0px!important;
}
}

@media screen and (max-width: 749px) {
.header_top {
 display: none !important;
}
}

.header_top a {
    font-size: 1.4rem;
  font-family: var(--font-heading-family);
  font-weight: 500;
      color: rgba(var(--color-foreground), .75) !important;
}

.header_top-menu {
  padding: 10px;
  text-decoration: none;
  color: black;
  position: relative;
}

.dropdown {
  position: relative;
  display: inline-block;
}


.dropdown-content {
  display: none;
  position: absolute;
  background: #FBFBFD;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  font-family: inherit;
}

.dropdown-content a:hover {
  background: #FBFBFD;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.toolbar-icon {
          height: 6px;
    margin: 0px 5px 0px -7px;
}

.header--middle-left {
  column-gap: 0 !important;
}

.rich-text__blocks {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (min-width: 750px) {
.title, .title-wrapper-with-link {
          margin: 0px 0px 10px !important;
} 
}

@media screen and (max-width: 749px) {
.title, .title-wrapper-with-link {
        margin: 40px 0 5px !important;
} 
}

@media screen and (min-width: 750px) {
.multicolumn-card__info-overlay {
      position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
    z-index: 11 !important;
  width: 400px;
}
}

@media screen and (min-width: 750px) {
.banner_limit {
      max-width: 650px !important;
}
}

.loader {
display: inline-block;
border: 3px solid rgb(227, 227, 227);
    border-radius: 50%;
    border-top: 3px solid #ff6d2d;
    width: 22px;
    height: 22px;
    animation: spin 1s linear infinite;
  color: black !important;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (max-width: 749px) {
.multicolumn-card__info-overlay {
position: absolute;
bottom: 0px;
left: 0px;
color: white;
font-size: 24px;
font-weight: bold;
text-align: left;
padding: 10px;
border-radius: 5px;
z-index: 11 !important;
width: 400px;
}
}

@media screen and (min-width: 750px) {
.multicolumn {
  padding: 70px 0px;
}
}

@media screen and (max-width: 749px) {
.multicolumn {
adding: 50px 0px;
}
}

.multicolumn-card__info-overlay .multicolumn-title {
  color: white !important;
}

.gradient-overlay {
  position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
background: linear-gradient(18deg, rgba(0,0,0,0.7651654411764706) 21%, rgba(0,0,0,0) 68%);
    z-index: 10;
    display: block !important;
}

.header_top-menu:hover {
text-decoration: underline !important;
    text-underline-offset: .3rem;
  color: black;
}

.cart_bar {
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 10002;
}

@media screen and (min-width: 750px) {
.cart_bar-main {
      background: black;
    color: white;
    display: flex;
  padding: 0px 20px;
    align-items: center;
  justify-content: center;
}
}

@media screen and (max-width: 749px) {
.cart_bar-main {
    background: black;
    color: white;
    display: flex;
    padding: 8px 20px;
    align-items: center;
    justify-content: space-between;
}
}

@media screen and (min-width: 750px) {
.price-info {
  text-align: right;
}
}

@media screen and (max-width: 749px) {
.price-info {
  text-align: left;
  margin: 0px 0px 6px;
}
}

@media screen and (max-width: 749px) {
.price-info .cart_open {
display: block;
        background: black;
        text-align: center;
        border-radius: 15px 15px 0px 0px;
        position: absolute;
        top: 36px;
        padding: 5px 15px;
}
}

@media screen and (min-width: 750px) {
.price-info .cart_open {
    display: none;
}
}


@media screen and (min-width: 750px) {
.product-list {
  width: 66.6%;
  display: inline-flex;
}
}



.cart-price {
  width: 33.3%;
  text-align: right;
    padding: 0px 20px;
}

@media screen and (min-width: 750px) {
.cart-btn {
  padding: 14px 50px;
    background-color: rgb(255, 94, 0);
    height: min-content;
    text-align: center;
    border-radius: 200px;
  color: white;
  margin: 0px 0px 0px 25px;
}
}

@media screen and (max-width: 749px) {
.cart-btn {
  padding: 10px 30px;
    background-color: rgb(255, 94, 0);
    height: min-content;
    text-align: center;
    border-radius: 200px;
  color: white;
  margin: 0px 0px 0px 25px;
}
}

@media screen and (min-width: 750px) {
.cart_bar-progress {
  display: block;
    width: 100%;
    padding: 0px 70px 0px;
}
}

@media screen and (max-width: 749px) {
.cart_bar-progress {
  display: block;
    width: 100%;
    padding: 0px;
}
}

@media screen and (min-width: 750px) {
.progress-bar {
  width: 400px;
    border-radius: 100px 160px 0px 0px;
    margin: 0px 0px 0px auto;
}
}

@media screen and (max-width: 749px) {
.progress-bar {
  width: 100%;
    border-radius: 100px 160px 0px 0px;
    margin: 0px 0px 0px auto;
}
}

.cart_bar-item {
  width: 55px;
    display: inline-flex;
    margin: 15px 8px 15px 0px;
}

.cart_bar-item img {
  width: 100%;
}

.bar_item-qty {
margin: 0px 0px 0px 2px !important;
    top: 72px;
    position: absolute;
    background: black;
  color: white;
    border-radius: 1000px;
    padding: 0px 5px;
    font-size: 9px;
}

@media screen and (min-width: 750px) {
.cart-progress-bar-container {
padding: 20px 40px 10px;
    background: #e0e0e0;
    border-radius: 20px 20px 0px 0px;
  text-align: center;
}
}

@media screen and (max-width: 749px) {
.cart-progress-bar-container {
padding: 20px 70px 10px;
    background: #e0e0e0;
    border-radius: 20px 20px 0px 0px;
  text-align: center;
}
}

.cart-progress-bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #ededed;
  border-radius: 10px;
  margin: 10px 0;
}

.cart-progress-fill {
  height: 100%;
  width: 0;
  background-color: #4caf50;
  border-radius: 10px;
  transition: width 0.4s ease-in-out;
  display: block !important;
}

.cart-progress-marker {
 position: absolute;
    top: -28px;
    transform: translateX(-50%);
    padding: 2px 5px;
    border-radius: 5px;
    color: #333;
    width: max-content;
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 500;
}

.cart-progress-text {
  font-size: 16px;
  margin-top: 5px;
}

#rewardMessage {
  font-size: 14px;
  color: #4caf50;
  margin-top: 10px;
}

.cart-progress-tick {
position: absolute;
    top: -7px;
    font-size: 8px;
    background-color: green;
    transform: translateX(-50%);
    border-radius: 20px;
    padding: 2px 4px;
    color: white;
  z-index: 10;
}

.cart-progress-no-tick {
position: absolute;
    top: -7px;
    font-size: 8px;
    background-color: #ededed;
    transform: translateX(-50%);
    border-radius: 20px;
    padding: 2px 4px;
    color: #ededed !important;
}


.cart-btn {
  opacity: 1;

}

.cart-btn.active {
  cursor: pointer;
  opacity: 1;
}

@media screen and (min-width: 750px) {
#cart-drawer-button {

    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1002;
}
}

@media screen and (max-width: 749px) {
#cart-drawer-button {
top: 0px;
    position: relative;
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1002;
}
}


@media screen and (min-width: 750px) {
#cart-drawer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 60%;
    background-color: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 1001;
    padding: 20px;
    overflow-y: auto;
  display: none;
}
}

@media screen and (max-width: 749px) {
/* Cart Drawer */
#cart-drawer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 90%;
    background-color: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 1001;
    padding: 20px 20px 150px;
    overflow-y: auto;
  display: none;
}
}

.cart-drawer-header h3 {
  font-family: trade-gothic-next-compressed, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    font-size: 35px !important;
    letter-spacing: 0px !important;
    line-height: 1 !important;
    margin: 10px 0px;
}

#cart-drawer.open {
    transform: translateY(0);
  display: block;
}

.cart-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

#cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  display: block;
}

.cart-overlay.hidden {
    display: none;
}

.cart-item_pop-up {
display: flex !important;
    align-items: center;
    background: #f7f7f7;
    border-radius: 6px;
    overflow: hidden;
    margin: 10px 0px;
}

.cart-item_img {
  width: 25%;
}

.cart-item_title {
  width: 50%;
  padding: 15px;
    font-family: trade-gothic-next-compressed, sans-serif !important;
    font-weight: 700;
    font-style: normal !important;
    text-transform: uppercase !important;
    font-size: 30px !important;
    letter-spacing: 0px !important;
    line-height: 1 !important;
    margin: 0px !important;
}

.cart-item_quantity {
font-size: 13px;
    letter-spacing: 0px;
    margin: 0px 4px 0px 0px;
    display: block;
    font-family: 'Futura';
    font-weight: 500;
    text-transform: none;
}

.cart-item_price {
  width: 25%;
}

@media screen and (max-width: 749px) {
.cart-item:last-child {
margin-bottom: 130px !important;
}
}

/* Rotate the arrow downwards when active */
.arrow.active {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

/* Smooth transition for the arrow */
.arrow {
    transition: transform 0.3s ease-in-out;
}

.button, .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded {
  min-width: 0px !important;
  min-height: 0px !important;
}

.card {
      border: 1px solid #e7e7e7;
    border-radius: 6px;
    overflow: hidden;
}


slideshow-component {
    border-radius: 6px !important;
        overflow: hidden !important;
}

.spend-more {
  font-weight: bold;
}

#spend-more-message {
  line-height: 1.3;
      margin: 0px;
    font-size: 13px;
}

@media screen and (min-width: 750px) {
.slider-counter__link--dots .dot {
  border: 1.25px solid rgb(255 255 255) !important;
}
}

@media screen and (min-width: 750px) {
.slider-counter__link--active.slider-counter__link--dots .dot {
  background-color: rgb(255 255 255) !important;
}
}

.sub-menu a {
      display: block;
    width: 100%;
}

.header_toolbar {
  padding: 10px 0px;
}

.toolbar {
  background: #f7f7f7;
         position: relative;
    width: 100%;
  
}

@media screen and (max-width: 749px) {
.secondary-menu li a, .secondary-menu details .menu-drawer__menu-item {
      font-size: 15px;
}
}

@media screen and (max-width: 749px) {
.secondary-menu {
  border-top: 1px solid ;
  padding: 20px 0px 0px !important;
  margin: 20px 0px 0px !important;
}
}

@media screen and (max-width: 749px) {
.menu-drawer__navigation {
      padding: 10px 0 0px !important;
}
}

@media screen and (max-width: 749px) {
.menu-drawer__utility-links {
      margin: 0px 0px 80px;
    padding: 20px 20px 70px !important;
}
}

.ticket_btn {
      border: solid 2px black;
    padding: 13px 40px 15px;
    border-radius: 100px;
    margin: 20px 0px;
    display: block;
    color: black;
}

.ticket_btn:hover {
  background: black;
    color: white;
    transition: background-color 0.5s ease;
}
