/** Shopify CDN: Minification failed

Line 66:11 Unexpected "{"
Line 66:20 Expected ":"
Line 75:11 Unexpected "{"
Line 75:20 Expected ":"
Line 87:11 Unexpected "{"
Line 87:20 Expected ":"

**/
.article-related-products-section {
    padding: 48px 0 32px 0;
    background: #f9f6f2;
  }
  .article-related-products-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .article-related-products-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 2.5rem;
    color: #3d2c13;
  }
  .article-related-products-grid {
    /* Remove grid, use flex for slider */
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
    will-change: transform;
  }
  /* #slider-{{ section.id }} .slider__item {
    min-width: 80vw;
    max-width: 80vw;
    flex: 0 0 80vw;
  }
  @media (min-width: 600px) {
    #slider-{{ section.id }} .slider__item {
      min-width: 45vw;
      max-width: 45vw;
      flex: 0 0 45vw;
    }
  }
  @media (min-width: 900px) {
    #slider-{{ section.id }} .slider__item {
      min-width: 24%;
      max-width: 24%;
      flex: 0 0 24%;
    }
  } */
  .carousel {
    position: relative;
    width: 100%;
  }
  .slider {
    /* overflow: hidden; */
    width: 100%;
    position: relative;
  }
  #slider-{{ section.id }} .slider-nav {
    display: flex;
    gap: 8px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  #slider-{{ section.id }} .slider-nav__btn {
    background: #fff;
    border: 1px solid #e5d7c2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s;
  }
  #slider-{{ section.id }} .slider-nav__btn:hover {
    box-shadow: 0 2px 8px rgba(61,44,19,0.13);
  }
  .article-related-product-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px 0 rgba(61,44,19,0.07);
    border: 1px solid #e5d7c2;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .article-related-product-card:hover {
    box-shadow: 0 6px 32px 0 rgba(61,44,19,0.13);
    transform: translateY(-4px) scale(1.01);
  }
  .article-related-product-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
  }
  .article-related-product-image-wrapper {
    background: #ebe1d2;
    border-bottom: 1px solid #e5d7c2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    height: 180px;
    overflow: hidden;
  }
  .article-related-product-image {
    max-width: 80%;
    max-height: 140px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #c08f49;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }
  .article-related-product-image-placeholder {
    width: 120px;
    height: 120px;
    background: #e5d7c2;
    border-radius: 12px;
  }
  .article-related-product-info {
    padding: 20px 18px 18px 18px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }
  .article-related-product-vendor {
    font-size: 0.95rem;
    color: #b89b6a;
    margin-bottom: 0.2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
  }
  .article-related-product-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #3d2c13;
    margin-bottom: 0.3rem;
    min-height: 2.5em;
    line-height: 1.2;
  }
  .article-related-product-subtitle {
    font-size: 0.98rem;
    color: #7c6a4d;
    margin-bottom: 0.3rem;
  }
  .article-related-product-rating {
    font-size: 1.05rem;
    color: #c08f49;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .article-related-product-stars {
    color: #c08f49;
    font-size: 1.1em;
    margin-right: 2px;
  }
  .article-related-product-rating-value {
    font-weight: 700;
    color: #3d2c13;
  }
  .article-related-product-rating-count {
    color: #7c6a4d;
    font-size: 0.98em;
    margin-left: 2px;
  }
  .article-related-product-inventory {
    font-size: 0.98rem;
    margin-bottom: 0.3rem;
  }
  .article-related-product-inventory .in-stock {
    color: #1a7f37;
    font-weight: 600;
  }
  .article-related-product-inventory .out-of-stock {
    color: #b91c1c;
    font-weight: 600;
  }
  .article-related-product-price {
    font-size: 1.15rem;
    font-weight: 700;
    color: #3d2c13;
    margin-top: 0.5rem;
    display: flex;
    align-items: baseline;
    gap: 8px;
  }
  .article-related-product-price-current {
    color: #3d2c13;
    font-weight: 800;
    font-size: 1.15em;
  }
  .article-related-product-price-compare {
    color: #b89b6a;
    text-decoration: line-through;
    font-size: 1em;
    margin-left: 4px;
  }
  .article-related-product-badge {
    background: #c08f49;
    color: #fff;
    font-size: 0.85em;
    font-weight: 700;
    border-radius: 6px;
    padding: 2px 8px;
    margin-left: 8px;
    display: inline-block;
  }
  @media (max-width: 900px) {
    .article-related-products-grid {
      gap: 18px;
    }
    .article-related-products-title {
      font-size: 1.5rem;
    }
  }
  @media (max-width: 600px) {
    .article-related-products-container {
      padding: 0 8px;
    }
    .article-related-products-title {
      font-size: 1.2rem;
    }
    .article-related-products-section {
      padding: 32px 0 18px 0;
    }
    .article-related-products-grid {
      grid-template-columns: 1fr;
    }
  }