/** Shopify CDN: Minification failed

Line 13:13 Expected ":"

**/

:root {
    --red: #E0312A;
    --yellow: #f4a300;
        --ink: #14130F;
    --ink-2: #3A382F;
    --paper: #FBFAF7;
    --paper-2
#F3F1EA
: #F3F1EA;
    --stone: #E7E3D8;
       --red-deep: #B0241C;
    --amber: #C98A16;
    --line: rgba(20, 19, 15, .10);
    --muted: #6E6B60;
        --foam: #FFF6DF;
}
.btn-pour {
    background:var(--red);
    padding: 7px 13px;
 font-size: var(--header-font-size);
        font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .82);
    border-radius:3px;
    }

    .btn-pour:hover{
       background: var(--yellow);
    }

.mobbtn{
    margin:2rem;
}
.banner__content .subtitle {
    font-size: 1.6rem;
   color: #f4a300;
   text-transform:uppercase;
       font-family: 'Barlow Condensed', sans-serif !important; 
}
.banner__content h2 em {
    font-style: normal;
    color: var(--red);
    -webkit-text-stroke: 0;
}
.banner__text p strong{
     color: #f4a300;
}
.hxxl {
    /* font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem)); */
     font-size: clamp(3rem, 7.4vw, 8.4rem) !important;
    max-width: 14ch;
    margin-bottom: 10px;
    text-shadow: 0 2px 24px rgba(12, 10, 8, .55);
}
.image-with-text__heading p{
    margin-bottom: 0;
    margin-top: 0rem !important;
        margin-block-start: 0em;
    margin-block-end: 0em;
}
.image-with-text__text--caption {
     color: var(--red);
     font-weight:600;
}
.rating .stars {
    color: var(--amber);
    letter-spacing: 2px;
    font-size: 1.5rem;
}
.rating a {
    color: var(--ink);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-size: 1.5rem;
    color: var(--muted);
}
.price__regular .price-item--regular {
   font-family: 'Barlow Condensed', sans-serif !important; 
    font-weight: 700;
    font-size: 3.1rem !important;
}
.ship {
        color: var(--amber);
      margin-bottom: 22px;
}
.caption-with-letter-spacing strong{
    color:var(--red)
}
.image-with-text__text ul {
    list-style-position: inside;
    padding-left: 0rem !important;
}
.image-with-text__text {
    list-style: none !important;
    padding-left: 0;
}

.image-with-text__text li {
     list-style: none !important;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}
.image-with-text__text li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7' y='1' width='4' height='6' rx='2' fill='%2316130F'/%3E%3Cpath d='M3 7h12l-2 4H5L3 7z' fill='%23E0312A'/%3E%3Crect x='7.5' y='11' width='3' height='5' rx='1.5' fill='%2316130F'/%3E%3C/svg%3E");
}
.badge-original {
    position: relative;
    z-index: 2;
    top: 50px;
   left: 80%;
    background: #000;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 1.2rem;
    padding: 8px 14px;
    border-radius: 3px !important;
    transform: rotate(3deg);
        display: inline-block;
}
.image-with-text__media img{
    max-width:420px;
}
.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;

}
.chip {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 1.2rem;
    background: #fff6df;
    border: 1px solid #efd9a0;
    color: #7a5a05;
    padding: 8px 16px;
    border-radius: 999px;
}
.image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media{
border-radius:15px !important;
}
.soon-badge
 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--foam);
    border: 1px solid #efd9a0;
    color: #7a5a05;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 1.3rem;
    padding: 12px 20px;
    border-radius: 4px;
    margin-bottom: 22px;
}
.soon-badge .dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--amber);
    animation: pulse 1.6s ease infinite;
}

.badge1 {
    position: relative;
        top: 40px;
    z-index: 3;
   
    left: 18px;
    background:#14130f;
    color: #fbfaf7;
  font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 7px 13px;
    border-radius: 2px;
}
.wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
}.reveal.in {
    opacity: 1;
    transform: none;
}
.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .6s ease, transform .6s cubic-bezier(.2, .7, .2, 1);
}
.fr {
    background: var(--ink);
    color: var(--paper);
    border-radius: 12px;
    padding: 26px 28px;
    margin-top: 8px;
}
.fr .stars {
    color: var(--amber);
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.fr blockquote {
 font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 1.5;
    margin-bottom: 14px;
    color:#fff;
        padding: 0;
    margin: 0;
}
.fr .who {
    font-size:1rem;
    color: rgba(251, 250, 247, .7);
}

/* Container for inline layout */
.product-form__quantity-buy-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap; /* Ensures responsiveness on small mobile screens */
}

/* Ensure quantity input box and buttons fit side-by-side */
.product-form__quantity-buy-wrapper .product-form__quantity {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex: 0 0 auto;
}

.product-form__quantity-buy-wrapper product-form {
  flex: 1 1 auto;
  min-width: 200px;
}

/* Fix width & margin alignment of quantity input and primary buy button */
.product-form__quantity-buy-wrapper .quantity {
  width: 14rem;
}

.product-form__quantity-buy-wrapper .product-form__buttons {
  max-width: 100%;
}

/* Hide label spacing shift if needed */
.product-form__quantity-buy-wrapper .quantity__label {
  margin-bottom: 0.6rem;
}
/* .product-form__input {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 20px;
} */
.pb-60{
    padding-bottom:60px;
}
.rich-text__caption{
    color: var(--red);
}
.multicolumn.background-primary .multicolumn-card {
    /* background: #fff !important; */
    border-radius: 20px;
}
.wxm_faqs1{
        margin-top: -30px !important;
    padding-top: 30px !important;
}

#shopify-section-template--20628214579244__image_with_text_33iKiq .badge-original {
    position: relative;
    z-index: 2;
    top: 60px;
left:5%;
  transform: rotate(0deg);
}


#shopify-section-template--20628214579244__image_with_text_M3gtkw .media>*:not(.zoom):not(.deferred-media__poster-button){
    object-fit: contain;
}
.image-with-text__media-item .media>*:not(.zoom):not(.deferred-media__poster-button){
    object-fit: contain;
}


#shopify-section-template--20628214579244__image_with_text_M3gtkw
.image-with-text .grid {
    margin-bottom: 0;
    border-left: 3px solid #e0312a;
}
.page-width {
    max-width: 95%;
  }
#PrecisionFooter-sections--20568714477612__new_footer_9DhQAq .pf-container {
     max-width: 95% !important;
 }


    @media(max-width:990px){
    .deskbtn{
        display:none;
    }
    .badge-original {
      left: 5%!important;
  }
  .chips {
  align-items:center;
  justify-content:center;
    }
    #shopify-section-template--20628214579244__image_with_text_M3gtkw
.image-with-text .grid {
     border-left: 0px ;
}
}