/** Shopify CDN: Minification failed

Line 15:0 Unexpected "<"
Line 73:0 Unexpected "<"
Line 182:0 Unexpected "<"
Line 228:0 Unexpected "<"
Line 336:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:crafter-local (INDEX:12, SCOPED:FALSE) */
<style>
  .shoplocal-outer-wrapper {
    font-family: inherit;
    padding: 2rem 1rem;
  }

  .shoplocal-table-container {
    width: 95%;
    margin: 0 auto;
    overflow-x: auto;
  }

  .shoplocal-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1rem;
    align-items: center;
  }

  .shoplocal-search-input,
  .shoplocal-select {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    max-width: 300px;
    width: 100%;
  }

  .shoplocal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
  }

  .shoplocal-table th,
  .shoplocal-table td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: left;
  }

  .shoplocal-table th {
    background-color: #1B386B;
    color: #FFDA00;
    font-weight: bold;
  }

  .shoplocal-table tr:hover {
    background-color: #1B386B;
    color: #FFDA00;
  }

  @media (max-width: 768px) {
    .shoplocal-table-container {
      width: 95%;
    }
  }
</style>
/* END_SECTION:crafter-local */

/* START_SECTION:ifogl_guilds (INDEX:23, SCOPED:FALSE) */
<style>
  .ifolg-outer-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    font-family: inherit;
    padding: 2rem 1rem;
  }

  .ifolg-sheets-table-container {
    width: 70%;
    margin: 0 auto;
    overflow-x: auto;
  }

  .ifolg-search-input {
    margin-bottom: 12px;
    padding: 10px;
    max-width: 400px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
  }

  .ifolg-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
  }

  .ifolg-table th,
  .ifolg-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
  }

  .ifolg-table th {
    background-color: #1B386B;
    color: #FFDA00;
    font-weight: bold;
  }

  .ifolg-table tr:hover {
    background-color: #1B386B;
    color: #FFDA00;
  }

  .ifolg-table th:nth-child(1),
  .ifolg-table td:nth-child(1) {
    width: 10%;
  }

  .ifolg-table th:nth-child(2),
  .ifolg-table td:nth-child(2) {
    width: 20%;
  }

  .ifolg-table th:nth-child(3),
  .ifolg-table td:nth-child(3) {
    width: 12%;
  }

  .ifolg-table th:nth-child(4),
  .ifolg-table td:nth-child(4) {
    width: 19%;
    word-break: break-word;
  }

  .ifolg-table th:nth-child(5),
  .ifolg-table td:nth-child(5) {
    width: 10%;
  }

  .ifolg-table th:nth-child(6),
  .ifolg-table td:nth-child(6) {
    width: 20%;
    word-break: break-word;
  }

  .ifolg-table th:nth-child(7),
  .ifolg-table td:nth-child(7) {
    width: 10%;
  }

  /* Responsive: Enable horizontal scroll on smaller screens */
  @media (max-width: 768px) {
    .ifolg-sheets-table-container {
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    .ifolg-table {
      width: 100%;
      min-width: 1000px;
    }

    .ifolg-table td::before {
      content: none !important;
    }
  }
</style>
/* END_SECTION:ifogl_guilds */

/* START_SECTION:leather-machine-manuals (INDEX:25, SCOPED:FALSE) */
<style>
  .manuals-table-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
  }

  .manual-search {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    margin: 20px 0;
    font-size: 16px;
  }

  .manual-table {
    width: 70%;
    border-collapse: collapse;
    font-size: 16px;
  }

  .manual-table th,
  .manual-table td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
  }

  .manual-table tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  .manual-table th {
    background-color: #1F386B;
    color: #FFDF00;
  }

  .manual-table tbody tr:hover {
    background-color: #1b386f;
    color: #FFDA00;
  }
</style>
/* END_SECTION:leather-machine-manuals */

/* START_SECTION:sds-sheets-table (INDEX:69, SCOPED:FALSE) */
<style>
  .sds-outer-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    font-family: inherit;
    padding: 2rem 1rem;
  }

  .sds-sheets-table-container {
    width: 70%;
    margin: 0 auto;
    overflow-x: auto;
  }

  .sds-search-input,
  #clearSortBtn {
    margin-bottom: 12px;
    padding: 10px;
    max-width: 400px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
  }

  #clearSortBtn {
    background-color: #1B386B;
    color: #FFDA00;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

 
  .sds-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
  }

  .sds-table th,
  .sds-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .sds-table th {
    background-color: #1B386B;
    color: #FFDA00;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
  }

  .sds-table th.sorted {
    background-color: #4B6BA4 !important;
    color: #fff !important;
  }

  .sds-table tr:hover {
    background-color: #1B386B;
    color: #FFDA00;
  }

  .sds-table tr:hover td,
  .sds-table tr:hover a {
    color: #FFDA00;
  }

  .sds-file-icon {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #007ace;
    text-decoration: none;
  }

  .sds-file-icon:hover {
    text-decoration: underline;
  }

  .sort-icon {
    font-size: 0.8em;
    margin-left: 5px;
    color: #FFDA00;
  }

  .sorted-column {
    background-color: #4B6BA4 !important;
    color: #FFFFFF !important;
    font-weight: bold;
  }

  @media (max-width: 768px) {
    .sds-sheets-table-container {
      width: 95%;
    }
  }
</style>
/* END_SECTION:sds-sheets-table */