/** Shopify CDN: Minification failed

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

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


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

/* START_SECTION:product-images (INDEX:70) */
.image-links-featured {
  display: flex; 
  justify-content: center; 
  flex-wrap: wrap;
  margin: 0 0 80px;
}
.image-links-featured a,
.image-links-featured div {
    width: calc(100% / 2 - 15px);
}
.image-links-featured img {
  width: 100%;
  height: auto;  
} 

.image-links-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 0 0 80px;
}
.image-links-flex-item {
    width: calc(100% / 4 - 15px);
}

@media screen and (max-width: 850px) {
    .image-links-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin: 0 0 6px;
    }
    .image-links-flex-item {
        width: calc(100% / 2 - 3px);
    } 
    .image-links-mobile {
        margin-bottom: 6px;
    }
    .last-img {
        margin-bottom: 50px;
    }
    .image-links-container {
        margin: 0 10px !important;
    }
}
.image-wrapper {
  display: block;
  text-align: center;
}
.image-wrapper img {
  width: 100%;
  height: auto;  
} 
 
.only-desktop {
  display: none;
}
.only-mobile {
  display: none;
}

@media screen and (min-width: 850px) {
  .only-desktop {
    display: flex;
  }
}

@media screen and (max-width: 850px) {
  .only-mobile {
    display: block;
  }
}
/* END_SECTION:product-images */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:bundle-switcher (INDEX:104) */
.variant-picker__option-values {
    gap: 5px !important;
  }

  .bundle-switcher__section-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 8px 0 24px 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(var(--text-color) / 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .bundle-switcher__section-title:first-child {
    margin-top: 8px;
  }
  
  .bundle-switcher__section-notice {
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(var(--text-color) / 0.7);
    font-style: italic;
  }
  
  .bundle-switcher__option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0rem;
    border: 1px solid rgba(var(--text-color) / 0.2);
    border-radius: 0rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
    text-align: center;
  }
  
  .bundle-switcher__option:hover {
    border-color: rgba(var(--text-color) / 0.4);
    background-color: rgba(var(--text-color) / 0.05);
  }
  
  .bundle-switcher__option:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }
  
  .bundle-switcher__option--selected {
    border-color: rgb(var(--text-color));
    background-color: rgba(var(--text-color) / 0.1);
    cursor: default;
    pointer-events: none;
  }
  
      .bundle-switcher__option.is-disabled {
        opacity: 0.5;
      }
      
      .bundle-switcher__option.is-disabled:hover {
        border-color: rgba(var(--text-color) / 0.3);
        background-color: rgba(var(--text-color) / 0.03);
      }
      
      .bundle-switcher__sold-out-badge {
        font-size: 0.75rem;
        font-weight: 600;
        color: rgba(var(--text-color) / 0.6);
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-top: -0.7rem;
        margin-bottom: 0.5rem;
      }
  
  .bundle-switcher__image {
    display: block;
    width: 80px;
    height: 144px;
    border-radius: 0.25rem;
    overflow: hidden;
    flex-shrink: 0;
  }
  
  .bundle-switcher__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.35);
    transform-origin: center center;
  }
  
  .bundle-switcher__image-placeholder {
    width: 150px;
    height: 190px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    font-size: 12px;
    color: #999;
    text-align: center;
    padding: 10px;
    line-height: 1.2;
  }
  
  .bundle-switcher__name {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.25;
  }
  
  .bundle-switcher__variant {
    font-size: 0.78rem;
    font-weight: 400;
    line-height: 1.25;
    color: rgba(var(--text-color) / 0.85);
    display: block;
  }
  
  .bundle-switcher__price {
    font-size: 0.75rem;
    margin-bottom: 10px;
    color: rgba(var(--text-color) / 0.7);
  }

  .variant-picker {
    gap: 10px;
  }

  /* Prevent horizontal overflow */
  .product-info__bundle-switcher {
    max-width: 100%;
    overflow: hidden;
  }
  .product-info__bundle-switcher .variant-picker {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .product-info__bundle-switcher .variant-picker__option {
    min-width: 0;
    max-width: 100%;
  }

  /* Scroll wrap: relative container for absolutely-positioned arrows */
  .product-info__bundle-switcher .bundle-switcher__scroll-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 0;
  }

  /* Horizontal scroll row – no visible scrollbar */
  .product-info__bundle-switcher .bundle-switcher__option-values {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 8px;
    padding: 0 0 4px;
  }
  .product-info__bundle-switcher .bundle-switcher__option-values::-webkit-scrollbar {
    display: none;
  }
  .product-info__bundle-switcher .bundle-switcher__option-values .bundle-switcher__option,
  .product-info__bundle-switcher .bundle-switcher__option-values a.bundle-switcher__option {
    flex-shrink: 0;
  }

  /* Arrow hints – absolutely positioned over the scroll row edges */
  .product-info__bundle-switcher .bundle-switcher__scroll-hint {
    position: absolute;
    top: 0;
    bottom: 4px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.25s ease;
    color: #000;
    pointer-events: none;
    cursor: pointer;
    appearance: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
  }
  .product-info__bundle-switcher .bundle-switcher__scroll-hint.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
  .product-info__bundle-switcher .bundle-switcher__scroll-hint--left {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.95) 30%, rgba(255,255,255,0));
  }
  .product-info__bundle-switcher .bundle-switcher__scroll-hint--right {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,0.95) 30%, rgba(255,255,255,0));
  }

  /* Desktop: subtle button indicator around arrow */
  @media screen and (min-width: 700px) {
    .product-info__bundle-switcher .bundle-switcher__scroll-hint.is-visible svg {
      padding: 4px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.06);
      transition: background 0.2s ease;
    }
    .product-info__bundle-switcher .bundle-switcher__scroll-hint.is-visible:hover svg {
      background: rgba(0, 0, 0, 0.12);
    }
  }

  /* Mobile size adjustments */
  @media screen and (max-width: 699px) {
    .bundle-switcher__option {
      padding: 0rem;
    }
    .bundle-switcher__image {
      width: 45px;
      height: 80px;
    }
    .bundle-switcher__image-placeholder {
      width: 45px;
      height: 80px;
      font-size: 11px;
    }
    .bundle-switcher__name {
      font-size: 0.7rem;
    }
    .bundle-switcher__variant {
      font-size: 0.65rem;
    }
    .bundle-switcher__price {
      font-size: 0.6rem;
    }
    .bundle-switcher__section-title:first-child {
      margin-top: 10px;
    }
    .product-info__bundle-switcher {
      max-width: 100vw;
    }
    .product-info__bundle-switcher .bundle-switcher__scroll-hint {
      width: 36px;
    }
  }
/* END_SNIPPET:bundle-switcher */