/** Shopify CDN: Minification failed

Line 49:0 Unexpected "{"
Line 49:1 Expected identifier but found "%"
Line 51:4 Unexpected "{"
Line 51:5 Expected identifier but found "%"

**/
/* Mega Menu */

span.unavailable:before {
    content: '';
    display: inline-block;
    margin-right: 0.5em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  background: #f9690e;
}

span.available:before {
    content: '';
    display: inline-block;
    margin-right: 0.5em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #2ecc71;
}


[dir=ltr] .mobile-nav .mobile-nav .mobile-nav {
    border-left: none !important;
    padding-left: 0px !important;
}
/* Add to cart table product page */

 .add_to_cart_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
    table-layout: fixed; /* Ensures predictable layout */
  }

{% comment %}  tbody tr {
    background-color: white;
  } {% endcomment %}

  .add_to_cart_tbody .add_to_cart_td {
    padding: 10px;
    vertical-align: middle;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    word-wrap: break-word; /* Prevents overflow due to long words */
  }

  .add_to_cart_tbody .add_to_cart_td:first-child {
    border-left: 1px solid lightgray;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .add_to_cart_tbody .add_to_cart_td:last-child {
    border-right: 1px solid lightgray;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  /* Column widths */
  .add_to_cart_td:nth-child(1), th:nth-child(1) { width: 40%; }
  .add_to_cart_td:nth-child(2), th:nth-child(2) { width: 25%; }
  .add_to_cart_td:nth-child(3), th:nth-child(3) { width: 35%; }

  /* Adjust columns for smaller screens */
  @media only screen and (max-width: 1500px) {
    .add_to_cart_td:nth-child(1), th:nth-child(1) { width: 40%; }
    .add_to_cart_td:nth-child(2), th:nth-child(2) { width: 30%; }
    .add_to_cart_td:nth-child(3), th:nth-child(3) { width: 25%; }
  }

  .bulk-button {
    font-size: calc(var(--base-font-size) - 2px);
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: var(--text-font-bold-weight);
    margin-top: auto;
    padding: 12px 17px !important;
}

  .mobile-down { display: none !important; }
  .mobile-up { display: block; margin: 0; }

  @media only screen and (max-width: 1500px) {
    .bulk-button {
      font-size: 11px;
      padding: 10px 20px;
    }
    .mobile-up { display: none; }
    .mobile-down {
      display: inline !important;
      padding: 8px 8px;
    }
  }
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.fa-sun:before {
    content: "\f185";
}
