/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 146:0 Unexpected "<"
Line 264:0 Unexpected "<"
Line 398:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  #schematic-accordion-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 100vh;
  }
  .image-column {
    flex: 1 1 60%;
    padding: 20px;
    box-sizing: border-box;
  }
  .accordion-column {
    flex: 1 1 40%;
    padding: 20px;
    box-sizing: border-box;
    max-height: 100vh;
    overflow-y: auto;
  }
  .image-column img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }
  .filter-wrapper {
    margin-bottom: 15px;
  }
  .filter-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
  }
  .accordion-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .product-details-block {
    flex: 1 1 calc(25% - 15px);
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    background-color: white;
  }
  summary.accordion-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #eee;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    list-style: none;
  }
  .product-row {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    background-color: #f9f9f9;
  }
  .product-image-wrapper {
    width: 150px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .product-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .product-details {
    flex: 1;
    min-width: 200px;
  }
  .product-title {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 5px 0;
  }
  .product-price {
    color: green;
    font-size: 20px;
    margin: 0 0 5px 0;
  }
  .product-code {
    font-size: 14px;
    color: #777;
    margin: 0 0 8px 0;
  }
  .view-button {
    display: inline-block;
    background-color: #0e3750;
    color: white;
    padding: 10px 14px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.3s ease;
  }
  .view-button:hover {
    background-color: #092536;
  }

  /* Mobile & Tablet Optimization */
  @media (max-width: 1024px) {
    .image-column, .accordion-column {
      flex: 1 1 100%;
    }
    .product-row {
      flex-direction: column;
      align-items: flex-start;
    }
    .product-image-wrapper {
      width: 100%;
      margin: 0 0 10px 0;
    }
    .accordion-grid {
      flex-direction: column;
      gap: 10px;
    }
    .product-details-block {
      flex: 1 1 100%;
    }
  }

  details.product-details-block[open] {
    height: auto !important;
  }
</style>

@media (max-width: 480px) {
  .accordion-grid {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }

  .product-details-block {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .product-row {
    flex-direction: column;
    align-items: center;
    padding: 12px;
    gap: 10px;
  }

  .product-image-wrapper {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
  }

  .product-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }

  .product-details {
    width: 100%;
    text-align: center;
  }

  .product-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .product-price {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .product-code {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .view-button {
    font-size: 14px;
    padding: 10px 16px;
  }
}


@media (max-width: 480px) {
  .accordion-grid {
    width: 100% !important;
    padding: 0 10px !important;
    margin: 0 auto;
  }

  .product-details-block {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .product-row {
    flex-direction: column !important;
    align-items: center !important;
    padding: 12px !important;
    gap: 10px;
  }

  .product-image-wrapper {
    width: 100% !important;
    max-width: 140px !important;
    margin: 0 auto !important;
  }

  .product-image-wrapper img {
    width: 100% !important;
    height: auto !important;
  }

  .product-details {
    width: 100% !important;
    text-align: center !important;
  }

  .product-title {
    font-size: 16px !important;
  }

  .product-price {
    font-size: 18px !important;
  }

  .product-code {
    font-size: 13px !important;
  }

  .view-button {
    font-size: 13px !important;
    padding: 8px 12px !important;
  }

  summary.accordion-title {
    font-size: 14px !important;
  }
}
<style>
  #schematic-accordion-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 100vh;
  }
  .image-column {
    flex: 1 1 60%;
    padding: 20px;
    box-sizing: border-box;
  }
  .accordion-column {
    flex: 1 1 40%;
    padding: 20px;
    box-sizing: border-box;
    max-height: 100vh;
    overflow-y: auto;
  }
  .image-column img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }
  .filter-wrapper {
    margin-bottom: 15px;
  }
  .filter-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
  }
  .accordion-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .product-details-block {
    flex: 1 1 calc(25% - 15px);
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    background-color: white;
  }
  summary.accordion-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #eee;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    list-style: none;
  }
  .product-row {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    background-color: #f9f9f9;
  }
  .product-image-wrapper {
    width: 150px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .product-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .product-details {
    flex: 1;
    min-width: 200px;
  }
  .product-title {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 5px 0;
  }
  .product-price {
    color: green;
    font-size: 20px;
    margin: 0 0 5px 0;
  }
  .product-code {
    font-size: 14px;
    color: #777;
    margin: 0 0 8px 0;
  }
  .view-button {
    display: inline-block;
    background-color: #0e3750;
    color: white;
    padding: 10px 14px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.3s ease;
  }
  .view-button:hover {
    background-color: #092536;
  }

  /* Mobile & Tablet Optimization */
  @media (max-width: 1024px) {
    .image-column, .accordion-column {
      flex: 1 1 100%;
    }
    .product-row {
      flex-direction: column;
      align-items: flex-start;
    }
    .product-image-wrapper {
      width: 100%;
      margin: 0 0 10px 0;
    }
    .accordion-grid {
      flex-direction: column;
      gap: 10px;
    }
    .product-details-block {
      flex: 1 1 100%;
    }
  }

  details.product-details-block[open] {
    height: auto !important;
  }
</style>

@media (max-width: 480px) {
  .accordion-grid {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }

  .product-details-block {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .product-row {
    flex-direction: column;
    align-items: center;
    padding: 12px;
    gap: 10px;
  }

  .product-image-wrapper {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
  }

  .product-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }

  .product-details {
    width: 100%;
    text-align: center;
  }

  .product-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .product-price {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .product-code {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .view-button {
    font-size: 14px;
    padding: 10px 16px;
  }
}


@media (max-width: 480px) {
  .accordion-grid {
    width: 100% !important;
    padding: 0 10px !important;
    margin: 0 auto;
  }

  .product-details-block {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .product-row {
    flex-direction: column !important;
    align-items: center !important;
    padding: 12px !important;
    gap: 10px;
  }

  .product-image-wrapper {
    width: 100% !important;
    max-width: 140px !important;
    margin: 0 auto !important;
  }

  .product-image-wrapper img {
    width: 100% !important;
    height: auto !important;
  }

  .product-details {
    width: 100% !important;
    text-align: center !important;
  }

  .product-title {
    font-size: 16px !important;
  }

  .product-price {
    font-size: 18px !important;
  }

  .product-code {
    font-size: 13px !important;
  }

  .view-button {
    font-size: 13px !important;
    padding: 8px 12px !important;
  }

  summary.accordion-title {
    font-size: 14px !important;
  }
}