/** Shopify CDN: Minification failed

Line 19:4 Unexpected "100%"
Line 20:2 Unexpected "}"

**/
.bs-homepage {
    background: #f8f5ef;
    color: #2f2a25;
    font-family: var(--font-body-family);
  }

  .bs-homepage h1,
  .bs-homepage h2,
  .bs-homepage h3,
  

  
    100% { transform: translateX(-50%); }
  }

  
  
  
  

  
  
  
  

  
  
  
  
  
  

  
  
  
  
  

  .bs-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #8f7d63;
    color: #fff !important;
    border: 1px solid #8f7d63;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .12em;
    padding: 14px 28px;
    min-width: 180px;
  }
  .bs-btn--outline {
    background: transparent;
    color: #2f2a25 !important;
    border-color: #8f7d63;
  }

  /* ── Collection header ── */
  .bs-collection-hero {
    text-align: center;
    padding: 64px 5vw 48px;
    background: #ede7de;
  }
  .bs-collection-hero h1 {
    font-size: clamp(32px, 4vw, 58px);
    margin: 0 0 20px;
  }
  .bs-collection-desc {
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.8;
    color: #5a4e42;
    max-width: 680px;
    margin: 0 auto;
  }

  /* ── How it works ── */
  .bs-how {
    background: #fbfaf7;
    border-top: 1px solid #eee7dc;
    border-bottom: 1px solid #eee7dc;
    padding: 56px 5vw 0;
  }
  .bs-how h2 {
    text-align: center;
    font-size: clamp(22px, 2.4vw, 32px);
    margin: 0 0 32px;
  }
  .bs-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
    text-align: center;
  }
  .bs-steps .bs-icon { font-size: 32px; display: block; margin-bottom: 14px; }
  .bs-steps h3 { font-size: 15px; margin: 0 0 8px; }
  .bs-steps p { font-size: 13px; line-height: 1.6; color: #6b5e50; }
  .bs-note {
    max-width: 900px;
    margin: 32px auto 0;
    padding: 20px 24px;
    background: #eee7dc;
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
  }
  .bs-note__link {
    display: inline-block;
    margin-top: 6px;
    color: #5a3e2b;
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .bs-note__link:hover { opacity: 0.75; }

  /* ── Product grid ── */
  .bs-collection-grid-wrap {
    padding: 56px 5vw;
  }
  .bs-collection-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .bs-prod-card {
    text-decoration: none;
    color: inherit;
    display: block;
  }
  .bs-prod-card__img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 14px;
    background: #f5f0eb;
  }
  .bs-prod-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  .bs-prod-card:hover .bs-prod-card__img img { transform: scale(1.04); }
  .bs-prod-card__info { text-align: left; }
  .bs-prod-card__title { font-size: 14px; margin: 0 0 6px; font-weight: 500; }
  .bs-prod-card__price { font-size: 14px; color: #555; margin: 0; }
  .bs-prod-card__compare { text-decoration: line-through; color: #aaa; margin-right: 6px; }

  .bs-collection-empty {
    text-align: center;
    color: #888;
    padding: 48px;
  }

  .bs-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 48px;
    font-size: 14px;
  }

  /* ── App reviews ── */
  .bs-app-reviews {
    padding: 0 5vw 16px;
  }

  /* ── Eyebrow ── */
  .bs-eyebrow {
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 12px;
    color: #8f7d63;
    margin-bottom: 12px;
  }

  /* ── FAQs ── */
  .bs-faq {
    background: #f8f5ef;
    padding: 64px 5vw;
    text-align: center;
  }
  .bs-faq h2 { font-size: clamp(24px, 2.8vw, 36px); margin-bottom: 36px; }
  .bs-faq__list { max-width: 760px; margin: 0 auto; text-align: left; }
  .bs-faq__item { border-bottom: 1px solid #e5ddd1; padding: 22px 0; }
  .bs-faq__item:first-child { border-top: 1px solid #e5ddd1; }
  .bs-faq__item h3 { font-size: 16px; margin: 0 0 10px; }
  .bs-faq__item p { font-size: 14px; line-height: 1.7; color: #6b5e50; margin: 0; }
  .bs-faq__item p a, .bs-faq__item a { color: #2f2a25; }
  .bs-faq .bs-btn--outline { margin-top: 36px; }

  /* ── Contact ── */
  .bs-contact {
    background: #eeece8;
    color: #2f2a25;
    text-align: center;
    padding: 80px 5vw;
  }
  .bs-contact .bs-eyebrow { color: #999; }
  .bs-contact h2 {
    font-size: clamp(28px, 3.5vw, 48px);
    color: #2f2a25;
    margin-bottom: 28px;
  }

  /* ── Responsive ── */
  @media screen and (max-width: 989px) {
    
    .bs-collection-grid { grid-template-columns: repeat(3, 1fr); }
    
  }

  @media screen and (max-width: 749px) {
    
    
    
    
    
    
    .bs-collection-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    
    .bs-collection-grid-wrap { padding: 40px 22px; }
    .bs-steps { grid-template-columns: 1fr; text-align: center; }
    .bs-note__break { display: none; }
  }