/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 77:0 Unexpected "<"
Line 112:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .specs-section {
    background: #000;
    color: #fff;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  }

  .specs-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px 20px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
  }

  .specs-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
  }

  .specs-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 24px;
    border-collapse: collapse;
  }

  .specs-item-label {
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #333;
  }

  .specs-item-value {
    font-size: 15px;
    text-align: right;
    padding: 10px 0;
    border-bottom: 1px solid #333;
  }

  @media (max-width: 749px) {
    .specs-grid {
      grid-template-columns: 1fr;
    }

    .specs-title {
      font-size: 28px;
      text-align: center;
    }

    .specs-list {
      grid-template-columns: 1fr;
    }

    .specs-item-label,
    .specs-item-value {
      text-align: left;
    }

    .specs-item-value {
      font-weight: 600;
    }
  }
</style>
<style>
  .apple-footer {
    background-color: #f5f5f7;
    padding: 40px 20px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  }
  .apple-footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
  }
  .apple-footer-column h4 {
    margin-bottom: 10px;
  }
  .apple-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .apple-footer-column li {
    margin-bottom: 6px;
  }
  .apple-footer-column a {
    text-decoration: none;
  }
  .apple-footer-column img {
    max-width: 100%;
    margin-bottom: 10px;
  }
</style>