/** Shopify CDN: Minification failed

Line 113:4 Unexpected "{"
Line 113:5 Expected identifier but found "%"
Line 113:50 Unexpected "{"
Line 113:51 Expected identifier but found "%"

**/

.heavy-metal-product--documents_list{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 10px;
    width: fit-content;
    padding-bottom: 1rem;
    }
    .fr-heavy-metal-objects--container{
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 1rem;
      justify-content: stretch;
      padding-block: 30px;
    }
    .heavy-metal-product--wrapper{
    display: flex;
    width: 100%;
    height: fit-content;
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 100%;
    border-radius: 5px;
  }
  .table-wrapper{
    overflow: auto;
    margin-top: 0;
    border: 1px solid rgba(249, 205, 93, 0.45);  
    border-radius: 5px;
  }
  .heavy-metal-product--image{
      width: auto;

      margin-inline: auto;
      position: relative;
    }
    .heavy-metal-product--content{
      height: 35%;
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
  .fr-heavy-metal-table--container {
    overflow-x: auto;
    max-width: 100%;
  }

  .fr-heavy-metal-table--container table {
    min-width: fit-content;
    width: 100%;
    border-collapse: separate;
    font-size: 0.95rem;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    border: 1px solid rgba(249, 205, 93, 0.45);
  }

  .fr-heavy-metal-table--container thead {
    background-color:rgba(249, 205, 93, 0.45);
    font-weight: 600;
  }

  .fr-heavy-metal-table--container th,
  .fr-heavy-metal-table--container td {
    padding: 0.75rem 1rem;
    border: 1px solid #e0e0e0;
    text-align: left;
    vertical-align: middle;
    min-width: 200px;
  }

  .fr-heavy-metal-table--container tbody tr {
      overflow: scroll;
      width: 100%;
  }
  .fr-heavy-metal-table--container tbody tr:nth-child(even) {
    background-color:rgba(249, 205, 93, 0.1);
  }

  .fr-heavy-metal-table--container tbody tr:hover {
    background-color: #f0f8ff;
  }
  .product-select--heavy-metals-testing--wrapper{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-block: 3rem 1rem;
  align-items: flex-end;
  }
  .product-select--heavy-metals-testing--wrapper  *{
    margin: 0!important;
  }
  .lot-number p{
    margin: 0;
  }
  .heavy-metal-product--documents_list{
    width: 100%;}
  .lot-number{
    display: flex;
    {% comment %} justify-content: space-between; {% endcomment %}
    gap: 1rem;
    align-items: center;
    width: 100%;


  }
  .fr-heavy-metal-product--documents_list{
    display: grid;
    grid-template-rows: 0fr;
    height: 0;
    overflow: hidden;
    grid-gap: 10px;

    margin-top: 0;
    transition: grid-template-rows 0.3s ease;
  }
  .fr-heavy-metal-product--documents_list.is-expanded{
    grid-template-rows: 1fr;
    height: auto;
    margin-top: 20px;
    transition: grid-template-rows 0.3s ease;
  }
  .fr-section.heavy-metal-section a:not(.product-grid-item__title){
    text-decoration: underline;
    color: var(--color-text);
  }
  .fr-heavy-metal-product--button p span{
  color:rgb(107, 107, 107);
  font-size: 0.8rem;
  padding-right: calc(10px + 1vw);
  }
  .fr-heavy-metal-product--button p{
    margin: 0;
    width: fit-content;

  }
  .fr-heavy-metal-product--button  .icon{
    right: 1.5vw;
  }
  .fr-heavy-metal-product--button{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-right: 1rem;
  }
  .fr-heavy-metal-product--container{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1rem 1.5rem;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: solid 1px rgba(249, 205, 93, 0.7);
    background-color: rgba(249, 205, 93, 0.1);
    width: 100%;
    align-items: center;

    transition: all 0.3s ease;
  }
  .fr-heavy-metal-product--container:has(.is-expanded){
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.3s ease;
      }
      .fr-heavy-metal-product--documents_list p{
       min-height: fit-content;
       min-width: 100%;
       display: flex;
       justify-content: space-between;
       font-weight: 400;
       margin: 0;
       font-size: 12px;
      }
  .fr-heavy-metal-product--wrapper{
    margin-bottom: 1rem;
    }
    @media screen and (min-width: 769px) {
      .desktop--only{
        display: block;
      }
      .mobile--only{
        display: none;
      }
      .mobile--only.product-sort-by-letter{
        display: none!important;
      }
    }
    @media screen and (max-width: 768px) {
      .desktop--only{
        display: none;
      }
      .mobile--only{
        display: block!important;
      }
      .product-select--heavy-metals-testing--wrapper{
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
      }
      .fr-heavy-metal-product--wrapper h4{
      text-align: center;
      margin-block: 2rem 1rem;
      font-size: 1.3rem;
      font-weight: 400!important;
      }
      .product-select--heavy-metals-testing--wrapper{
        align-items: center;
      }
      .product-select--heavy-metals-testing--wrapper{
        margin-block: 1rem;
      }
      #product-select--heavy-metals-testing{
        width: 90%;
        margin-inline: auto;
      }
      #A{
      margin-top: 1rem;
    }
      .product-select--heavy-metals-testing--wrapper{
        align-items: center!important;
        justify-content: center!important;
      }
    }
    .product-sort-by-letter{
      position: fixed;
      bottom: -100%;
      z-index: 1;
      left: 50%;
      transform: translateX(-50%);
      display: flex!important;
      flex-direction: row!important;
      gap: 1rem!important;
      align-items: center!important;
      width: fit-content!important;
      justify-content: center!important;
      margin-block: 1rem 0!important;
      background-color: #fff;
      border-radius: 500px;
      padding: 0.5rem 2rem;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(249, 205, 93, 0.69);
      transition: bottom 0.3s ease;
    }
    .product-sort-by-letter.active{
      bottom: 2vh;
      transition: bottom 0.3s ease;
    }
    .fr-heavy-metal-product--button p{
        text-wrap: balance;
    }