/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 226:0 Unexpected "<"
Line 285:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .custom-filter-form {
    display: block;
  }

  .mobile-filter-sort {
    display: none;
  }

  .custom-filter-wrapper {
    display: flex;
    min-height: 220px;
  }

  .custom-filter-box {
    width: 100%;
    min-height: 220px;
    border-right: 1px solid #DDD;
    padding: 22px 20px 16px;
    overflow-x: hidden;
    /* Scroll removed */
  }

  .custom-filter-title,
  .custom-filter-title a {
    padding: 0;
    margin: 0 0 6px;
    font-family: Helvetica, sans-serif;
    color: #222;
    font-size: 13px;
    width: 100px;
    text-decoration: none;
  }

  .custom-filter-list {
    padding: 0;
    margin: 0;
  }

  .custom-filter-item {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }

  .custom-filter-link {
    display: flex;
    padding-top: 2px;
    font-family: Helvetica, sans-serif;
    color: black;
    font-size: 11px;
    text-decoration: none;
        font-weight: bold;
  }

  .custom-filter-link:hover{
     color:  #AAAAAA;
  }

 
  .custom-sort-section {
    position: relative;
    border-right: none;
  }

  .custom-hide-soldout {
    text-align: left;
    position: absolute;
    left: 0;
    top: 105px;
    border-top: 1px solid #DDD;
    width: 100%;
    padding: 15px 20px;
  }

  .custom-hide-soldout-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #111;
    cursor: pointer;
  }

  .custom-hide-soldout-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: black;
    margin-left: 10px;
  }

  .custom-filter-actions {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 1px solid #DDD;
    width: 100%;
    padding: 0 20px 5px 0;
  }

  .custom-filter-actions button {
    background: none;
    border: none;
    color: black;
    cursor: pointer;
    padding: 0;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
  }

  .mobile-overlay {
    display: none;
  }

  .hide {
    display: none;
  }

  @media only screen and (max-width: 480px) {
    .mobile-filter-sort {
      display: flex;
      justify-content: space-around;
      align-items: center;
      border-bottom: 1px solid #DDD;
      padding: 10px 0;
      font-family: Helvetica, sans-serif;
      font-weight: bold;
      font-size: 13px;
      text-transform: uppercase;
      cursor: pointer;
      background: #fff;
      position: relative;
    }

    .custom-filter-wrapper {
      display: none;
    }

    .mobile-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 9999;
      overflow-y: auto;
      padding: 20px;
    }

    .mobile-overlay-header {
      font-family: Helvetica, sans-serif;
      font-weight: bold;
      font-size: 16px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
      margin-bottom: 20px;
    }

    #mobile-close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
      color: #000;
    }

    #mobile-close-btn:hover {
      color: red;
    }

    #filter-arrow,
    #sort-arrow {
    display: none;
    }

    .rotate-up {
      transform: rotate(180deg);
    }

    .mobile-overlay #mobile-overlay-content ul li{
      list-style: none;
      line-height: 20px;
    }

    .mobile-overlay #mobile-overlay-content ul li a{
      text-decoration: none;
          display: flex;
    padding-top: 2px;
    font-family: Helvetica, sans-serif;
    color: black;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}

      

     .mobile-overlay #mobile-overlay-content ul{
       padding-left: 0px;
     }


    .mobile-overlay #mobile-overlay-content ul hr{
      margin: 10px 0px!important;
    }
  }
</style>
<style>
  .jsjsksks {
    background: #fff;
    padding: 40px 20px;
  }

  .jsjsksks .footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }

  .jsjsksks .footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .jsjsksks .footer-link {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    position: relative;
  }

  .jsjsksks .footer-submenu {
    display: none;
    flex-direction: column;
    gap: 6px;
    padding-left: 12px;
    margin-top: 5px;
  }

  .jsjsksks .footer-submenu a {
    font-weight: normal;
    font-size: 13px;
    color: #000;
    text-decoration: none;
  }

  .jsjsksks .footer-link.active + .footer-submenu {
    display: flex;
  }

  @media (max-width: 768px) {
    .jsjsksks .footer-container {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px 50px;
    }
  }

  @media (max-width: 480px) {
    .jsjsksks .footer-container {
      gap: 20px 30px;
    }
  }
</style>