/** Shopify CDN: Minification failed

Line 6:0 Unexpected "@"

**/
@ -0,0 +1,1120 @@
h1.product__title.product__block {
    font-weight: 400;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.price__regular {
    font-size: 18px;
    font-weight: 500;
    color: #171715;
    line-height: 22px;
}
.product__text.font-size-sm.product__block {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 12px;
    color: #171715;
}
.product__text.font-size-sm.product__block p{
    margin: 0;
}

/* Desktop and Mobile Display Classes */
.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

@media (max-width: 989px) {
    .desktop-only {
        display: none !important;
    }
    
    .mobile-only {
        display: block !important;
    }
}

.product-grid__container .product-single__meta {
 padding-top: 0;
 padding-left: 0;
 padding-right: 0;
}

.page-content.page-content--product .page-width {
    max-width: 1376px;
    margin: auto;
}

.product-single__title {
font-weight: 400;
font-size: 40px;
line-height: 54px;
letter-spacing: 0;
text-transform: uppercase;
}

.stamped-badge {
    margin-bottom: 12px;
}

.product__policies.rte {
    display: none;
}

@media only screen and (min-width: 769px) {
    .product-grid__container .medium-up--three-fifths {
        max-width: 752px;
        width:100%;
        padding: 0;
        padding-right: 52px;
    }

    .product-grid__container {
        display: flex;
        margin: 0;
      }

    .product-grid__container .medium-up--two-fifths {
        width: 100%;
        max-width: 560px;
        padding: 0;
    }
}


.feature-guarantees-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 16px;
    gap: 8px;
    justify-content: space-between;
  }
  
  .feature-item {
    display: flex;
    align-items: center;
  }
  
  .feature-icon {
    width: 15px;
    height: 15px;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .feature-icon-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .feature-content {
    flex: 1;
  }
  
  .feature-text {
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-size: 12.5px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    color: #171715; 
    margin: 0;
  }

  /* Upsell Block Styles */
.upsell-block {
    margin-top:32px;
  }
  
  .upsell-heading {
    font-family: 'Proxima Nova';
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;  
    margin-bottom: 24px;  
  }
  
  .upsell-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin: 0 auto;
  }
  
  .upsell-product-card {
    background: #fff;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
  }
  
  .upsell-product-image {
    width: 100%;
    aspect-ratio: 0.93;
    background: #F8F6F0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    mix-blend-mode: multiply;
  }
  
  .upsell-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .upsell-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
  }
  
  .upsell-product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  .upsell-product-title {
    margin: 0 0 4px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
  }
  
  .upsell-product-title a,
  .upsell-product-title h4 {
    font-family: 'Proxima Nova';
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #171715;
  }
  
  .upsell-product-price {
    margin-bottom: 20px;
    font-size: 16px;
  }
  
  .price-from {
    font-family: Proxima Nova;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #171715;
  }
  
  .price-compare {
    color: #999;
    text-decoration: line-through;
    margin-right: 8px;
  }
  
  .price-current {
    color: #333;
    font-weight: 600;
    font-family: 'Proxima Nova';
  }
  
  .upsell-add-to-cart {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  
  .upsell-add-btn {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px 16px 8px;
    cursor: pointer;
    transition: color 0.2s ease;
    font-size: 16px;
    border-bottom: 1px solid #171715;
    height: fit-content;
    color: #171715;
  }

  .upsell-add-btn:hover {
    background-color: transparent;
    color: #171715;
  }
  
  .upsell-add-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  
  .upsell-add-btn.btn--loading {
    opacity: 0.7;
    cursor: not-allowed;
  }

  .upsell-add-btn.btn--loading::before {
    border-color: #171715;
    border-top-color: #fff;
  }

  .upsell-add-btn.btn--loading .add-icon{
    visibility: hidden;
  }
  
  .upsell-add-btn.btn--loading .add-text {
    opacity: 0.5;
  }
  
  .add-text {
    font-family: Proxima Nova;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .add-icon {
    display: flex;
  }
  
  /* Success Notification */
  .upsell-success-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #4CAF50;
    color: white;
    padding: 15px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-size: 14px;
    font-weight: 500;
    animation: slideInRight 0.3s ease;
  }
  
  @keyframes slideInRight {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

  
  /* Accessibility */
  @media (prefers-reduced-motion: reduce) {
    .feature-item {
      transition: none;
    }
  }
  
  /* High contrast mode support */
  @media (prefers-contrast: high) {
    .feature-guarantees-block {
      background-color: #000;
      border: 1px solid #fff;
    }
  
    .feature-text {
      color: #fff;
    }
  
    .feature-icon-image {
      filter: none; /* Don't invert in high contrast mode */
    }
  }
  
  /* Focus styles for accessibility */
  .feature-item:focus-within {
    outline: 2px solid #007bff;
    outline-offset: 2px;
    border-radius: 4px;
  }

  .subscription-block {
    margin: 20px 0;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
  }
  
  .subscription-options {
    padding: 0;
  }
  
 .subscription-option {
    padding: 12px 14px 24px 14px;
  }
  
  .subscription-option:last-child {
    border-bottom: none;
  }
  
  .subscription-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin: 0;
  }
  
  .subscription-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  
  .radio-custom {
    width: 16px;
    height: 16px;
    border: 1px solid #171715;
    background: #fff;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
  }
  
  .subscription-radio input[type="radio"]:checked + .radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
  }
  
  .option-label {
    font-weight: 400;
    font-size: 16.5px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #171715;
    margin-right: auto;
    font-family: 'Proxima Nova';
    font-weight: 400;
  }
  
  .option-price {
    font-weight: 600;
    font-size: 16.5px;
    line-height: 24px;
    letter-spacing: 0;
    color: #171715;
    font-family: 'Proxima Nova';
    font-weight: 600;
  }
  
  .subscription-pricing {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
  }
  
  .original-price {
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-style: Regular;
    font-size: 16.5px;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: line-through;
  }
  
  .subscription-price {
    font-family: 'Proxima Nova';
    font-weight: 600;
    font-style: Semibold;
    font-size: 16.5px;
    line-height: 24px;
    letter-spacing: 0;
    color: #171715;
  }
  
  .save-badge {
    background: #000;
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Proxima Nova';
    font-weight: 500;
    font-size: 12.5px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }
  
  .subscription-divider {
    display:block !important;
    height: 1px;
    background:#1717151A;;
    margin-bottom: 12px;
  }
  
  .subscription-details {
    padding: 0px 14px;
    animation: slideDown 0.3s ease-out;
  }
  
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .subscription-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .subscription-description p {
    font-family: Proxima Nova;
    font-weight: 400;
    font-size: 13.5px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;  
    color: #171715;
    margin: 0;
  }
  
  .subscription-frequency {
    font-family: Proxima Nova;
    font-weight: 600;
    font-size: 13.5px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;    
    color: #171715;
    white-space: nowrap;
  }
  
  .subscription-benefits {
    margin-top: 24px;
  }
  
  .subscription-benefits h4 {
    font-family: Proxima Nova;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;    
    color: #171715;
    margin-bottom: 16px;
  }
  
  .benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }
  
  .benefits-list li {
    font-family: Proxima Nova;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;  
    color: #171715;  
    display: flex;
    gap: 5px;
    align-items: center;
  }
  
  .checkmark {
    margin-right: 8px;
    color: #4CAF50;
    flex-shrink: 0;
  }

  .frequency-selection {
    margin-top: 24px;
  }
  
  .frequency-selection h4 {
    font-family: Proxima Nova;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;   
    margin-bottom: 16px; 
  }
  
  .frequency-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 8px;
    row-gap: 12px;
  }

  .frequency-options > :nth-child(n+5) {
    grid-column: span 2;
  }
  
  
  .frequency-btn {
    padding: 8px 35px;
    border: 1px solid transparent;
    background: #F8F6F0;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #171715;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    border-radius: 30px;
  }
  
  .frequency-btn.active,
  .frequency-btn:hover {
    border-color: #17171526;
    background: transparent;
  }

  .quantity__wrapper {
    border-color: #171715 !important;
    max-width: 100px;
    }

  .product-form__submit.button.button--filled.uppercase.button--full {
    background: #171715;
    color: #fff;
    font-family: Proxima Nova;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #000;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    width: 100%;
    transition: all .2s ease;
    padding: 13px 32px;
  }
  a.klaviyo-bis-trigger.product-form__submit.button.button--filled.uppercase.button--full {
    background: #a35536;
    color: white;
    border-color: #a35536;
  }
  .product-block .add-to-cart.btn--loading:before{
     border-color: #171715 !important;
     border-top-color:transparent
  }
button.product-form__submit span {
    padding-right: 20px;
    position:relative;
}
button.product-form__submit span:after {
    background: url(https://cdn.shopify.com/s/files/1/0779/7937/files/tick_2.svg?v=1764614378) no-repeat center center;
    background-size: 100%;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
  .product-block .add-to-cart:hover {
    background: #171715;
    color: #fff;
  }

  .payment-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px;
    gap: 8px;
    margin-bottom: 0;
}

.payment-icons:empty {
    margin: 0;
}

.shopify-payment-terms.product__policies {
    padding: 8px 18px;
    border: 1px solid #1717151A;
    margin: 0;
    margin-top: 12px;
    color: #171715;
}

.product-block {
    margin: 0;
}

.product-block--tab+.product-block--tab {
    margin: 0;
}

.product-block:not(.product-block--tab)+.product-block--tab {
    margin-top: 32px;
}

.product-block .collapsible-trigger {
    color: inherit;
    position: relative;
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #1717151A;
    color: #171715;
    background: transparent;
}
.product-block button.label.collapsible-trigger {
    text-align: left;
    display: block;
    width: 100%;
}
span.collapsible-trigger__icon {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}
.shopify-payment-terms.product__policies p {
  color: #171715;
}

.product-block--tab:nth-child(n+1) .collapsible-trigger{
   margin-top: 20px;
}

.collapsible-trigger.is-open+.collapsible-content{
    margin-top: 20px;
}

.product-block.product-block--price {
    margin-bottom: 24px;
    margin-top: 12px
}

.product-block.serving-text {
    margin-bottom: 32px;
    font-family: 'Proxima Nova';
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
}

.product-block-wrapper {
    position: relative;
}
.product-block-wrapper .product__quantity label {
    display: none;
}

.product-block-wrapper .product__quantity {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #171715;
    width: 100px;
    height: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-block-wrapper .product__quantity .js-qty__adjust {
    padding: 0 14px;
}

.product-block-wrapper .product__quantity .js-qty__adjust .icon {
    width: 14px;
    height: 14px;
}

.product-block-wrapper .product__quantity .js-qty__wrapper {
  width: 100%;
  max-width: 100%;
}

.product-block-wrapper .product__quantity .js-qty__num {
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-size: 16.5px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #171715;
}

.product-block-wrapper .js-qty__adjust:hover {
    background: transparent;
}

.product-block .add-to-cart [data-default-text] {
    position: relative;
    padding-right: 28px;
}

.product-block .add-to-cart [data-default-text]::after {
    background: url('https://cdn.shopify.com/s/files/1/0779/7937/files/tick_2_1.png?v=1758630856') no-repeat center center;
    background-size: 100%;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    filter: invert(1);
}

.product-block .add-to-cart:hover [data-default-text]::after {
    filter: invert(0);
}

.product-block .add-to-cart.btn--loading:hover::before {
    border-color: #fff;
    border-top-color: transparent;
}

.product-block.short-description {
  font-family: Proxima Nova;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 12px;
  color: #171715;
}

.brew-benefits-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
  padding-top:12px;
}

.brew-benefit-item {
  display: flex;
  gap: 8px;
  align-items: center;
}

.brew-benefit-icon {
  width: 16px;
  height: 16px;
}

.brew-benefits-block .brew-benefit-text {
  font-family: Proxima Nova;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;  
  color: #171715;
  margin: 0;
}
@media screen and (max-width: 990px) {
    .product-grid__container {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .product-grid__container .medium-up--three-fifths {
        width: 100%;
        max-width: 100%;
        padding: 0;
        position: unset;
    }

    .product-grid__container .medium-up--two-fifths {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .product-grid__container .medium-up--two-fifths {
        margin-top: 24px;
    }

    .product-grid__container {
        margin: 0;
    }

    .stamped-badge {
        margin-bottom: 8px;
    }

    .product-single__title {
        margin-bottom: 16px;
    }

    .subscription-option {
        padding: 0px 0px 16px 0px;
    }

    .option-label {
        font-size: 15px;
        line-height: 26px;
        white-space: nowrap;
    }

    .subscription-divider {
        margin-bottom: 13px;
    }

    .subscription-pricing {
        flex-wrap: wrap;
        justify-content: end;
        padding-left: 20px;
    }

    .option-price,
    .subscription-price {
        font-size: 14px;
        line-height: 24px;
    }

    .original-price {
        font-size: 12px;
        line-height: 24px;
    }

    .save-badge {
        width: 100%;
        max-width: fit-content;
    }

    .product-block .add-to-cart {
        width: 100%;
        margin: 0;
    }

    .product-block-wrapper .product__quantity {
        position: unset;
        width: 100%;
    }

    .subscription-block {
        margin-bottom: 16px;
    }

    .product-block-wrapper .product__quantity {
        border: 1px solid #1717151A;
        margin-bottom: 8px;
    }

    .product-block-wrapper .product__quantity .js-qty__wrapper {
        width: 90%;
    }

    .feature-guarantees-block {
        justify-content: center;
    }

    .product-block .collapsible-trigger {
        font-size: 20px;
        line-height: 32px;
    }

    .upsell-add-btn {
        padding: 12px 0px;
    }

    .upsell-products {
        gap: 8px;
    }

    .frequency-options {
        grid-template-columns: repeat(2, 1fr);
    }    

    .frequency-options>:nth-child(n+5) {
        grid-column: auto;
    }

    .product__main-photos {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .product__thumbs--below .product__thumb-item {
        max-width: 75px;
        margin-right: 0px;
    }

    .product__thumb-item a.is-active:before, .product__thumb-item a:focus:before{
        box-shadow: inset 0 0 0 1px #000;
    }

    .product__thumb-item .image-wrap {
        padding-bottom: 100% !important;
    }

    .product__thumb-item {
        border: 1px solid transparent;
    }

    .product__thumb .image-wrap img {
    height: 75px;
    width: 75px;
    object-fit: cover;
    }

    .subscription-details {
      padding: 0;
    }

    .subscription-description {
      gap: 8px;
      align-items: start;
    }
}

[data-product-photos] .flickity-prev-next-button {
    background: transparent;
    border: 0;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.2s ease;
    z-index: 10;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-product-photos] .flickity-prev-next-button:hover {
    background: transparent;
    transform: translateY(-50%) scale(1);
}

[data-product-photos] .flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

[data-product-photos] .flickity-button-icon {
    fill: #171715;
    width: 18px;
    height: 18px;
    position: unset;
}

[data-product-photos] .flickity-previous {
    left: 5px;
}

[data-product-photos] .flickity-next {
    right: 5px;
}


.stamped-summary-text-1 {
  color: #171715;
  font-size: 56px;
  line-height: normal !important;
}


.product-block.product-block--price .product__price {
    font-size: 18px;
    font-weight: 500;
    color: #171715;
    line-height: 22px;
}

@media screen and (max-width:1250px){
    .feature-guarantees-block {
        justify-content: center;
        column-gap: 20px;
    }
}

button.shopify-payment-button__button {
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    font-size: 16px;
}