/* Smooth scrolling */
html{scroll-behavior:smooth}

.productsPage .contentMainss {display: block;}

/* Remove all focus outlines */
*:focus,
*:active,
button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
a:focus,
a:active,
.btn:focus,
.btn:active,
.chip:focus,
.chip:active,
.option-btn:focus,
.option-btn:active,
.pill:focus,
.pill:active{
  outline:none !important;
  box-shadow:none !important;
}

/* Buttons/links */
a.link{
  color:#0b1b2b;
  text-decoration:none;
  font-weight:600;
}
a.link:hover{text-decoration:underline}

.btn{
  appearance:none;border:0;background:#00FFAE;color:#052e2c;
  font-weight:700;border-radius:999px;padding:10px 16px;cursor:pointer;
  box-shadow:0 1px 2px rgba(16,24,40,.05), 0 4px 10px rgba(16,24,40,.06);
}

.panel-actions .btn{
      height: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 115px;
    border-radius: 100px;
    border: 1px solid #00FFAE;
    appearance: none;
    background: transparent;
    padding: 10px 20px;
    cursor: pointer;
    color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.btn:hover{background:#00e89d}
.btn:disabled{opacity:0.5;cursor:not-allowed}
.btn.ghost{
  background: transparent;
    border: none;
    color: #0f172a;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    border-radius: unset;
    padding: 0;
    width: 50px;
    margin: 0 auto;
}
.btn-outline{
  background:transparent;border:1px solid #0f172a;color:#0f172a;
  border-radius:999px;padding:8px 14px;font-weight:600;cursor:pointer
}
.btn-quiet{
  background:transparent;border:1px solid #e5e7eb;color:#0f172a;
  border-radius:10px;padding:10px 14px;display:flex;gap:8px;align-items:center;cursor:pointer
}

/* Top bar */
.topbar{
  background:#ffffff;
  border-bottom:1px solid #e5e7eb;
  position:sticky;top:0;z-index:20;
}
.topbar .container{
  height:64px;display:flex;align-items:center;justify-content:space-between;
}

.title-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
}
.productsList .pageTitle{
  font-family: 'NaNMetrifyAGigawide-BlckIt';
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(88deg, #000 3.45%, #000C91 49.95%, #0FD 97.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
}

.title-wrap p.strap {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'NaNMetrifyAWide-Reg';
}
.productsPage .heading p {
    color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.strap{margin:0;color:#64748b}
.quick-search{
  position:relative;display:inline-flex;align-items:center;
}
.quick-search input{
  padding: 0 35px 0 30px;
    transition: border-color 0.2s;
    width: 139px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 0.5px solid rgba(0, 0, 0, 0.20);
    background: #FAFAFB;
    color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 9px;
}
.quick-search input::placeholder{color:#9ca3af}
.quick-search input:hover{border-color:#d1d5db}
.quick-search input:focus{outline:none;border-color:#00FFAE}
.quick-search .search-icon{
  position:absolute;left:10px;top:1px;pointer-events:none;
}
.quick-search .search-icon.hide{display:none}
.quick-search .clear{
  position:absolute;right:6px;
  border:none;background:transparent;cursor:pointer;
  display:none;align-items:center;justify-content:center;
  color:#9ca3af;transition:all 0.2s;
}
.quick-search .clear:hover{color:#6b7280}
.quick-search .clear.show{display:flex}

/* Filter section with two groups */
.filter-section{
  display:flex;
  justify-content:space-between;
  gap: 30px;
  margin: 0px 0 25px;
  margin-left: -30px;
}

.filter-left-group{
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1;
}

.tabs-row{
  display:flex;
  align-items:center;
  gap: 35px;
}

.productsList .tabs{
  display:flex;
  gap:10px;
  align-items:center;
}
.productsList .tab{
    padding: 5.5px 20px;
    border-radius: 5px 5px 0px 0px;
    background: #fafafb;
    border: none;
    transition: all 0.2s;
    color: rgba(0, 0, 0, 0.60);
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.productsList .tab.active{
  color: #FFF;
    font-weight: 800;
    background: #010A33;
}
.productsList .tab:hover:not(.active){background:#e5e7eb}

.productsList .reset{
      background: transparent;
    border: none;
    cursor: pointer;
    color: #000;
    text-align: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'NaNMetrifyAWide-Reg';
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    padding: 2px 1px;
}
.productsList .reset:hover{text-decoration: none}

.chips{
  display:flex;
  gap:0;
  flex-wrap:wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.filter-dropdown{
  position:relative;
  display:inline-block;
  padding-bottom: 9px;
}

.dropdown-menu{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  margin-top:0;
  background:#fff;
  border:none;
  border-radius:0 0 8px 8px;
  box-shadow:0 4px 12px rgba(0,0,0,.15);
  z-index:100;
  min-width:200px;
  padding:10px;
}

.dropdown-options{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  justify-content: center;
}

.option-btn{
      height: 20px;
    padding: 5px 9px;
    border: none;
    border-radius: 4px;
    background: #FAFAFB;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 20px;
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: max-content;
}

.option-btn:hover{
  background:#00FFAE;
  color:#000;
  font-weight:600;
}

.option-btn.active{
  background:#00FFAE;
  color:#000;
  font-weight:600;
}

/* Extras toggle buttons */
.extra-toggle:hover{
  background:#00FFAE;
  border-color:#00FFAE;
  color:#022826;
  font-weight:600;
}
.extra-toggle.active{
  background:#00FFAE;
  border-color:#00FFAE;
  color:#022826;
  font-weight:600;
}

/* Tab content visibility */
.tab-content{
  display:none;
}
.tab-content.active{
  display:flex;
}

.filter-right-group{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:15px;
  justify-content: space-between;
}
.chip{
  height: 20px;
  background: transparent;
    border: none;
    border-radius: 0;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    position: relative;
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'NaNMetrifyAWide-Reg';
}

.filter-dropdown:not(:last-child) .chip::after{
  content:'';
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  height:20px;
  width:1px;
  background: rgba(0, 0, 0, 0.50);
}
.filter-dropdown:last-child .chip{
  padding-right:0;
}
.chip:hover:not(.extra-toggle){color:#0f1b2e}
.chip .badge{
  display: inline-grid;
    place-items: center;
    min-width: 15px;
    height: 16px;
    border-radius: 9px;
    background: #00FFAE;
    padding: 3px 4px;
    color: #000;
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.muted{color:#6b7280;font-size:13px}

.filters-right{
  display:flex;flex-direction:column;align-items:flex-end;gap:10px;
}
.sort-row{
  display:flex;align-items:center;gap:10px;
}
.sort-row label{
      color: rgba(0, 0, 0, 0.50);
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sort-row select{
      width: 80px;
      padding: 0px 5px;
    border: none;
    border-radius: 8px;
    background: #fff;
    appearance: none;
    background-image: url(/media/aq0hmkyz/vector-24.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    color: #000;
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Custom Sort Dropdown Styles */
.custom-sort-dropdown {
  position: relative;
  display: inline-block;
  width: 100px;
}

.custom-sort-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 8px 8px;
  background: white;
  border: none;
  cursor: pointer;
  font-size: 9px;
  font-family: 'NaNMetrifyAWide-ExBld';
  color: #000;
  width: 100%;
  transition: all 0.2s ease;
}

.custom-sort-btn:hover {
  background: #f8f8f8;
}

.custom-sort-btn .sort-selected {
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-sort-btn .chev {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.custom-sort-dropdown.active .custom-sort-btn .chev {
  transform: rotate(180deg);
}

.custom-sort-menu {
  position: absolute;
  top: 100%;
  left: -56px;
  background: white;
  border: none;
  margin-top: 4px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 1000;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  width: auto;
  min-width: 100px;
  white-space: nowrap;
}

.custom-sort-dropdown.active .custom-sort-menu {
  display: block;
}

.sort-option {
  display: block;
  width: 100%;
  padding: 10px 12px;
  background: white;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 9px;
  font-family: 'NaNMetrifyAWide-ExBld';
  color: #000;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.sort-option:hover {
  background-color: #E5FEF6;
}

.sort-option.selected {
  background-color: #E5FEF6;
  font-weight: 600;
}
.sort-row .count{    
  color: #000;
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 8px;
    font-style: normal;
    font-weight: 800;
    line-height: 8px;
    }

/* Main content split */
.content{
  display:grid;grid-template-columns:196px 1fr;gap:20px;margin-top:8px;align-items:start
}

/* Product Guide panel */
.guide-panel{
  min-height: 217px;
  background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px;
    align-self: start;
    position: sticky;
    top: 84px;
    width: 197px;
    fill: #FFF;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.panel-head{
  background: #010A33;
    border-radius: 12px 12px 0 0;
    margin: -14px -14px 19px -14px;
    padding: 1px;
    text-align: center;
    height: 30px;
}
.panel-head .title{
  text-transform: uppercase;
    color: #00FFAE;
    text-align: center;
    font-family: 'NaNMetrifyHeroic-GigaBkIt';
    font-size: 10px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
}
.taglist{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.taglist li{
  display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5.5px 9px;
    border-radius: 3px;
    background: #FAFAFB;
}
.taglist li span {
    color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tag-x{
  width: 20px;
    height: 12px;
    border: none;
    background: transparent;
    margin-top: -16px;
}
.panel-actions{
  display:grid;gap:10px;margin-top:50px;
    justify-content: center;
    margin-bottom: 5px;
  }

.panel-actions[hidden]{display:none}

/* Initial Product Guide empty state */
.guide-empty{
  height: 150px;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 6px 4px 2px;
    flex-direction: column;
    align-items: center;
}
.guide-empty[hidden]{display:none}
.guide-empty .checkbox-line{
  display: flex;
    align-items: center;
    gap: 10px;
    padding: 6.5px 20px;
    color: #94a3b8;
    border-radius: 10px;
    opacity: 0.5;
    background: #F3F3F4;
}
.checkbox-line span {
    color: #000;
    text-align: right;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.guide-empty .checkbox-line input{
  width: 10px;
    height: 10px;
    border-radius: 3px;
    border: 0.5px solid #000 !important;
    }
.guide-empty .guide-help{
  margin: 4px 6px 2px;
    color: #000;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Table area */
.table-wrap{min-width:0;display:flex;flex-direction:column;min-height:425px}
.productsList .table{display:block;flex:1}
.productsList .thead{
  background:#010A33;color:#fff;border-radius:12px;padding:10px 12px;margin-bottom:8px
}
.productsList .table>:not(caption)>*>* {
    background-color: transparent;
}
.product-grid{
  display:flex;
  align-items:center;
  gap:12px;
}

.product-row div {
    color: #000;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-grid > *{text-align:center;flex:1}
.product-grid > *:nth-child(1){flex:0 0 55px}
.product-grid > *:nth-child(2){flex:1 1 auto;min-width:90px}
.product-grid > *:nth-child(3){flex:0 0 70px}
.product-grid > *:nth-child(4){flex:0 0 50px}
.product-grid > *:nth-child(5){flex:1 1 auto;min-width:110px; width: 88px;}
.product-grid > *:nth-child(6){flex:0 0 110px}
.product-grid > *:nth-child(7){flex:1 1 auto;min-width:170px; width: 95px;}
.product-grid > *:nth-child(8){flex:1 1 auto;min-width:140px}
.product-grid > *:nth-child(9) {
    flex: 1 1 auto;
    min-width: 20px;
}
.productsList .th{
  font-family: 'NaNMetrifyAWide-Reg';
    color: #FFF;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

/* Rows */
.tbody .product-row{
  background:#E5FEF6;border:1px solid #d0f5ea;border-radius:12px;
  padding:8px 12px;box-shadow:0 1px 2px rgba(16,24,40,.05);margin-bottom:8px;cursor:pointer;
  min-height:50px;
}
/* Dynamic row coloring - controlled by JavaScript via data-row-index attribute */
.tbody .product-row[data-row-index]{
  border-radius: 10px;
    border: 0.5px solid rgba(0, 0, 0, 0.20);
    background: #E5FEF6;
}
/* Odd rows (1, 3, 5, etc.) get white background - dynamically applied by JS */
.tbody .product-row.product-row-odd{
  background:#FFFFFF;
  border-radius: 10px;
border: 0.5px solid rgba(0, 0, 0, 0.20);
}
.tbody .product-row:hover{background:#d0f5ea}
.tbody .product-row.product-row-odd:hover{
  background:#f3f4f6;
}
.tbody .product-row.highlight{
  background:#00FFAE;
  border-color:#00FFAE;
  color:#000;
  font-weight:700;
  margin-bottom:0;
  border-radius:12px 12px 0 0;
}
.tbody .product-row.highlight div {
    font-family: 'NaNMetrifyAWide-ExBld';
}
.tbody .product-row.highlight:hover{
  background:#00FFAE;
}
.product-row strong{font-weight:800}
.product-row .muted small{color:#64748b}
.product-row-actions{
  display:flex;align-items:center;justify-content:flex-end;gap:10px;white-space:nowrap
}
label.pill{
  display: inline-flex;
    align-items: flex-start;
    gap: 8px;
}
.pill input[type="checkbox"]{
      width: 10px;
    height: 10px;
    cursor: pointer;
    background: #fff;
    position: relative;
    transition: all 0.2s;
    border-radius: 3px;
    border: 0.5px solid #000;
  appearance:none;
  -webkit-appearance:none;
}
.pill input[type="checkbox"]:hover{
  border-color:#00FFAE;
}
.pill input[type="checkbox"]:checked{
  background:#00FFAE;
  border-color:#00FFAE;
}
.pill input[type="checkbox"]:checked::after{
  content: url(/media/dl3m2iy5/group-255482117.svg);
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  color:#000;
  font-size:12px;
  font-weight:900;
}
.pill input[type="checkbox"]:disabled{
  opacity:0.4;
  cursor:not-allowed;
  border-color:#d1d5db;
  background:#f3f4f6;
}
.pill input[type="checkbox"]:disabled:hover{
  border-color:#d1d5db;
}
.expander{
  display:inline-flex;align-items:center;justify-content:center;
}

/* Product code cell with stacked codes */
.prod-code-cell{display:flex;flex-direction:column;gap:0;width:fit-content;white-space:nowrap}
.code-line{display:flex;gap:8px;align-items:center;padding:2px 0;white-space:nowrap; justify-content: center;}
/* Only show divider if there are multiple code lines */
.code-line:first-child:not(:last-child){border-bottom:1px solid #cbd5e1;padding-bottom:6px;margin-bottom:4px;padding-right:0}

/* Details rows */
.details{
  border-radius: 0 0 10px 10px;
    padding: 12px 15px;
    margin: 0 0 9px 0;
    border-top: none;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.detail-row{
  display:flex;align-items:flex-start;gap:24px;
}
.detail-section{
  display:flex;flex-direction:column;gap:12px;padding:0 20px;flex:1;
}
.detail-section:first-child{
  padding-left:0;
}
.detail-section:not(:last-of-type){
  border-right:1px solid #cbd5e1;
}
.detail-item{display:flex;flex-direction:row;align-items:center;gap:8px}
.detail-item .label{
  min-width: fit-content;
    color: #000;
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.detail-item .value{
      color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail-cols{
  display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:16px 12px;margin-bottom:12px
}
.detail-cols > div{display:flex;flex-direction:column}
.detail-cols .label{display:block;font-size:12px;color:#0f172a;font-weight:700;margin-bottom:4px}
.detail-cols .value{color:#0f172a}

.detail-cta{
  display:flex;align-items:center;flex-direction:row;gap:20px;padding:0;min-width:fit-content;margin-left:auto;
}
.btn.calc{
  display: flex;
    width: 115px;
    height: 25px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #00FFAE;
    color: #000;
    text-align: right;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail-cta a.link {
    color: #000;
    text-align: right;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* Pagination */
.pagination{
  display:flex;align-items:center;justify-content:center;gap:8px;margin-top:0px;padding:16px 0;
}
.page-btn{
  min-width: 24px;
    height: 24px;
    border: 1px solid #f1f1f1;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    color: #333;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.page-btn:hover:not(.active){background:#f8fafc;border-color:#cbd5e1}
.page-btn.active{background:#00FFAE;border-color:#00FFAE;color:#000;font-family: 'NaNMetrifyAWide-ExBld';}
.page-dots{color:#94a3b8;padding:0 4px}

/* No results message */
.no-results{
  display:none;
  text-align:center;
  padding:60px 20px;
}
.no-results-content{
  max-width:400px;
  margin:0 auto;
}
.no-results-icon{
  font-size:48px;
  margin-bottom:16px;
  opacity:0.6;
}
.no-results h3{
  margin:0 0 8px 0;
  font-size:20px;
  color:#0f172a;
  font-weight:700;
}
.no-results p{
  margin:0;
  color:#6b7280;
  font-size:14px;
}

.count{margin-left:8px}

.compare-modal{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,0.5);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:1000;
  padding:20px;
}

.compare-modal-content{
  background:#E5FEF6;
  border-radius:16px;
  max-width:1200px;
  width:100%;
  max-height:90vh;
  display:flex;
  flex-direction:column;
  box-shadow:0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
}

.compare-modal-header{
  padding:16px 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#000000;
  border:none;
}

.compare-modal-header h2{
  margin:0;
  font-size:16px;
  font-weight:700;
  color:#00FFAE;
  letter-spacing:1px;
  text-transform:uppercase;
}

.compare-modal-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.compare-download-btn{
  background:transparent;
  border:1px solid #00FFAE;
  color:#00FFAE;
  padding:8px 16px;
  border-radius:6px;
  font-size:13px;
  font-weight:600;
  cursor:pointer;
  transition:all 0.2s;
}

.compare-download-btn:hover{
  background:#00FFAE;
  color:#000;
}

.compare-modal-close{
  width:32px;
  height:32px;
  border-radius:50%;
  border:none;
  background:#00FFAE;
  color:#000;
  font-size:20px;
  font-weight:700;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:all 0.2s;
}

.compare-modal-close:hover{
  background:#00e89d;
  transform:scale(1.05);
}

.compare-modal-body{
  flex:1;
  overflow:auto;
  padding:24px;
  background:#fff;
}

.compare-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}

.compare-table tr{
  border:none;
}

.compare-table th,
.compare-table td{
  padding:10px 12px;
  text-align:left;
  font-size:13px;
  color:#0f172a;
  border:none;
}

.compare-table th{
  font-weight:700;
}

.compare-table td{
  font-weight:400;
}

/* First column - white background, bold text */
.compare-table th:first-child,
.compare-table td:first-child{
  background:#fff;
  font-weight:700;
  min-width:150px;
}

/* Alternating column colors starting from 2nd column */
.compare-table th:nth-child(odd),
.compare-table td:nth-child(odd){
  background:#fff;
}

.compare-table th:nth-child(even),
.compare-table td:nth-child(even){
  background:#E5FEF6;
}

/* Mobile filter elements - hidden by default on desktop */
.mobile-filter-btn{
  display:none;
}

.mobile-filter-overlay{
  display:none;
}

/* Tablet & Mobile Responsive */
@media (max-width: 1024px){
  /* Move Product Guide to bottom */
  .content{
    grid-template-columns:1fr;
    gap: 0px;
  }
  .title-wrap {
    flex-direction: column;
    gap: 5px;
    align-items: baseline;
    margin-bottom: -30px;
}
  .guide-panel{
    order:2;
    position:static;
    margin-top:20px;
  }
  
  .table-wrap{
    order:1;
  }
  
  .productsList .table{
    display:none;
  }
  
  .card-container{
    display:block;
    margin-bottom:0;
  }
  
  .table-wrap .pagination{
    margin-top:10px;
    margin-bottom:10px;
  }
  
  .product-card{
    background:#E5FEF6;
    border:none;
    border-radius:16px;
    padding:24px;
  }
  
  .card-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 20px;
    margin-bottom:24px;
  }
  
  .card-field{
    display:grid;
    grid-template-columns:140px 1fr;
    gap:20px;
    align-items:center;
    padding:6px 16px 6px 0;
    border-bottom:1px solid #cbd5e1;
  }
  
  .card-label{
    letter-spacing: 0.5px;
    color: #282826;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  
  .card-value{
       text-align: left;
    color: #282826;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  .card-actions{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:16px;
    margin-top:8px;
  }
  
  .card-checkbox{
    display:flex;
    align-items:center;
    gap:8px;
  }
  
  .card-checkbox input[type="checkbox"]{
    width:10px;
    height:10px;
    margin:0;
    cursor:pointer;
    appearance:none;
    -webkit-appearance:none;
    border:1px solid #94a3b8;
    border-radius:3px;
    background:#fff;
    position:relative;
    transition:all 0.2s;
  }
  
  .card-checkbox input[type="checkbox"]:hover{
    border-color:#00FFAE;
  }
  
  .card-checkbox input[type="checkbox"]:checked{
    background:#00FFAE;
    border-color:#00FFAE;
  }
  
  .card-checkbox input[type="checkbox"]:checked::after{
    content:url(/media/dl3m2iy5/group-255482117.svg);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    color:#000;
    font-size:14px;
    font-weight:900;
  }
  
  .card-checkbox input[type="checkbox"]:disabled{
    opacity:0.4;
    cursor:not-allowed;
    border-color:#d1d5db;
    background:#f3f4f6;
  }
  
  .card-checkbox label{
    cursor: pointer;
    color: #000;
    text-align: right;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  .card-buttons{
    display:flex;
    gap:12px;
    align-items:center;
  }
  
  .card-buttons .link{
    color: #000;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  .card-buttons .btn{
    padding:10px 20px;
    color: #000;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 146px;
    height: 42px;
  }
  
  .guide-panel{
    min-height: unset !important;
    height: 125px !important;
    border-radius:0;
    border-left:none;
    border-right:none;
    padding:0;
    margin-left:-40px;
    margin-right:-40px;
    width:calc(100% + 80px);
  }
  
  .guide-panel .panel-head{
    border-radius:0;
    margin:0;
    height: 40px;
    padding: 5px;
  }
  
  .guide-panel .taglist{
    display:none !important;
  }
  
  .guide-panel .guide-empty{
    display: flex;
    flex-direction: row;
    justify-items:center;
    gap:12px;
    padding:16px 24px;
    height: auto;
  }
  
  .guide-panel .guide-empty[hidden]{
    display:none !important;
  }
  
  .guide-panel .guide-count{
    display:inline-block;
    text-align:left;
    padding:0;
    color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  
  .guide-panel .panel-actions{
    display:grid;
    gap:10px;
    margin-top:14px;
  }
  
  .guide-panel .panel-actions[hidden]{
    display:none !important;
  }
  
  /* Container for count and buttons on tablet/mobile */
  .guide-panel .guide-content{
    display:flex;
    align-items:center;
    padding:16px 24px;
    justify-content: center;
    gap: 30px;
  }
  
  .guide-panel .guide-content .panel-actions{
    display:flex !important;
    flex-direction:row;
    gap:12px;
    padding:0;
    margin:0;
  }
  
  /* Filter adjustments */
  .filter-section{
    flex-direction:column;
    margin: 0px 0px 20px 0px;
    gap: 20px;
  }
  
  .filter-left-group,
  .filter-right-group{
    width:100%;
  }
  
  .tabs-row{
    justify-content: space-between;
    gap:12px;
  }
  
  .productsList .tabs{
    overflow-x:auto;
  }
  
  .chips{
    overflow:visible;
    flex-wrap:nowrap;
    padding-bottom:8px;
  }
  
  .filter-right-group{
    align-items:center;
    flex-direction:row;
    justify-content:flex-end;
    gap:12px;
  }
  
  .quick-search{
    width:auto;
  }
  
  .quick-search input{
    width:139px;
  }
  
  .sort-row{
    flex-direction:row;
    align-items:center;
    gap:8px;
  }
  
  .sort-row .count{
    flex:0 0 auto;
    white-space:nowrap;
    order:-1;
  }
  
  .sort-row label{
    display:block;
    flex:0 0 auto;
    white-space:nowrap;
  }
  
  .sort-row select{
    flex:0 0 auto;
    min-width:auto;
  }
  .productsList .pageTitle {
    font-size: 20px;
}
}

@media (max-width: 767px){
  /* Mobile specific */
  .card-grid{
    grid-template-columns:1fr;
  }

  
  .topbar .container{
    flex-direction:column;
    height:auto;
    padding:12px 24px;
    gap:12px;
  }
  
  .heading{
    flex-direction:column;
    align-items:flex-start;
  }
  
  .filter-right-group{
    flex-direction:column;
    align-items:stretch;
    gap:12px;
        width: 225px;
    margin: 0 auto;
  }
  
  .quick-search{
    width:100%;
  }
  
  .quick-search input{
    width:100%;
  }
  
  .sort-row{
    flex-direction:row;
    gap:12px;
    justify-content:space-between;
  }
  
  .sort-row .count{
    order:-1;
  }
  
  
  /* Hide desktop filter UI on mobile */
  .filter-left-group{
    display:none;
  }
  
  /* Mobile filter button container */
  .mobile-filter-btn{
    border-radius: 10px;
    background: #F9F9F9;
    border: none;
    width: 100%;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    justify-content: center;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'NaNMetrifyAWide-Reg';
  }
  section.filter-section {
    margin-top: 10px;
    gap: 0px;
}
  .mobile-filter-btn .icon{
    font-size:16px;
  }
  .btn.ghost{
    display: none;
  }
  .guide-empty .checkbox-line{
    padding: 10px 15px;
    width: 190px;
  }
  /* Mobile filter overlay */
  .mobile-filter-overlay{
    display:flex;
    flex-direction:column;
    position:relative;
    background:#f3f4f6;
    border:none;
    border-radius:8px;
    margin-top:8px;
    margin-bottom:16px;
    overflow:hidden;
    max-height:0;
    transition:max-height 0.3s ease-out;
    box-shadow:0 4px 6px -1px rgba(0,0,0,.1);
    z-index:100;
  }
  
  .mobile-filter-overlay.active{
    max-height:fit-content;
  }
  
  .mobile-filter-content{
    flex:1;
    padding:10px 0px;
    padding-bottom:0;
  }
  
  .mobile-filter-section{
    margin-bottom:10px;
    overflow:hidden;
  }
  
  .mobile-filter-section:last-child{
    margin-bottom:10px;
  }
  
  .mobile-filter-section-header{
    border-radius: 5px;
    color: #000000;
    width: 100%;
    background: #fff;
    border: none;
    padding: 4px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    letter-spacing: 1px;
    transition: all 0.2s;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
  }
  
  .mobile-filter-section-header.active{
    background: #010A33;
    color: #fff;
  }
  
  .mobile-filter-section-header .chev{
    font-size:14px;
    transition:transform 0.3s;
    color: #000;
  }
  
  .mobile-filter-section-header.active .chev{
    transform:rotate(180deg);
    color: #fff;
  }
  
  .mobile-filter-section-header.active .chev svg path{
    fill: #fff;
  }
  
  .mobile-filter-section-content{
    display:none;
    padding:11px;
    background:#f3f4f6;
  }
  
  .mobile-filter-section-content.active{
    display:block;
  }
  
  .mobile-filter-group{
    margin-bottom:15px;
  }
  
  .mobile-filter-group:last-child{
    margin-bottom:0;
  }
  
  .mobile-filter-group-label{
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 5px;
  }
  
  .mobile-filter-group-label .selected-value{
    display:inline-block;
    font-weight:700;
  }
  
  .mobile-filter-group-label .mobile-filter-count-badge{
    display:inline-grid;
    place-items:center;
    min-width:15px;
    height:16px;
    border-radius:9px;
    background:#00FFAE;
    padding:3px 4px;
    color:#000;
    font-family:'NaNMetrifyAWide-ExBld';
    font-size:10px;
    font-style:normal;
    font-weight:800;
    line-height:normal;
    margin-left:4px;
  }
  
  .mobile-filter-options{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-bottom: 16px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
background: #FFF;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  
  .mobile-filter-option{
    height: 20px;
    padding: 5px 9px;
    border: none;
    border-radius: 4px;
    background: #FAFAFB;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 20px;
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  .mobile-filter-option.active{
    background:#00FFAE;
    border-color:#00FFAE;
    color:#000;
    font-weight:700;
  }
  
  .mobile-filter-actions{
    background:#f3f4f6;
    border:none;
    padding:16px 10px;
    display:flex;
    flex-direction:column;
    gap:12px;
  }
  
  .mobile-filter-apply{
    width:100%;
    background:#00FFAE;
    color:#022826;
    border:none;
    border-radius:999px;
    padding:14px 24px;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
  }
  
  .mobile-filter-reset{
    width:100%;
    background:transparent;
    color:#0f172a;
    border:none;
    padding:12px 24px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
  }
  
  /* Mobile-only card expand/collapse functionality */
  .card-grid-basic{
    margin-bottom:0;
  }
  
  .card-grid-extra{
    margin-bottom:0;
    margin-top:0;
  }
  
  .card-checkbox-section{
    display:flex;
    justify-content:center;
    padding:16px 0 12px;
    margin-top:16px;
  }
  
  .card-actions-cta{
    padding:16px 0 8px;
    margin-top:16px;
  }
  
  .card-actions-cta .card-buttons{
    justify-content:center;
    gap: 15px;
    flex-direction: column;
  }
  
  .btn-view-more{
    width: calc(100% + 48px);
    background: #f3f4f6;
    border: none;
    padding: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s;
    border-radius: 0 0 16px 16px;
    margin: 0 -24px -24px -24px;
    color: #000;
    text-align: right;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  .btn-view-more:hover{
    background:#e5e7eb;
  }
  
  .btn-view-more .chev{
    font-size:12px;
    transition:transform 0.3s;
  }
  .guide-panel{
    min-height: 142px;
  }
}

/* Loading State - starts */
.loading-state {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    text-align: center;
}

.loading-content {
    max-width: 400px;
}

.spinner {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    border: 4px solid #f3f4f6;
    border-top: 4px solid #00FFAE;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-state h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
    color: #0f172a;
    font-weight: 700;
}

.loading-state p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
}

/* Loading State - ends */

@media (min-width: 768px) and (max-width: 1024px){
  .productsPage .container.contentMainSecDiv {
    padding: 0px 40px;
}
.productsList .tab{
  padding: 10px 15px;
}
.chip{
  padding: 0px 10px;
}
}

.productsPage .ContentNav .navbar-expand-lg .navbar-nav .dropdown-menu.show {
  display: block !important;
}

@media (min-width: 1365px) and (max-width: 1366px) {
  .product-grid > *:nth-child(5) {
    flex: 1 1 auto;
    min-width: 97px;
}

.product-grid > *:nth-child(7) {
    flex: 1 1 auto;
    min-width: 136px;
}
}

.card-buttons a#int_prod_cal1, .detail-cta a#int_prod_cal1 {
    color: #000;
    text-align: right;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.card-buttons a#int_prod_cal2, .detail-cta a#int_prod_cal2 {
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #00FFAE;
    color: #000;
    text-align: right;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 50px;
    text-decoration: none;
}
.productsPage .dropdown-menu.show {
    display: block !important;
}

@media (max-width: 360px){
.card-field{ 
  grid-template-columns: 115px 1fr;
}
.custom-sort-menu {
    left: -100px;
}
.guide-panel .guide-content {
    padding: 16px 45px;
}
.pagination{
  gap: 6px;
}
.page-btn{
  font-size: 8px;
}
}

@media (min-width: 1025px) and (max-width: 1199px){
  .productsList {
    max-height: calc(100vh - 140px); 
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.productsList::-webkit-scrollbar {
    width: 0px;
}

.product-grid {
    gap: 0px;
}
.productsList {
    width: 95%;
}
.product-grid > *{text-align:center;flex:1}
.product-grid > *:nth-child(1){flex:0 0 45px}
.product-grid > *:nth-child(2){flex:1 1 auto;min-width:80px}
.product-grid > *:nth-child(3){flex:0 0 60px}
.product-grid > *:nth-child(4){flex:0 0 40px}
.product-grid > *:nth-child(5){flex:1 1 auto;min-width:80px}
.product-grid > *:nth-child(6){flex:0 0 70px}
.product-grid > *:nth-child(7){flex:1 1 auto;min-width:130px}
.product-grid > *:nth-child(8){flex:1 1 auto;min-width:120px}
.product-grid > *:nth-child(9) {
    flex: 1 1 auto;
    min-width: 20px;
}

.table>:not(caption)>*>* {
    padding: 5px;
}

.code-line {
    flex-direction: column;
    padding: 0px;
}

.detail-cta {
    flex-direction: column;
}

.detail-row {gap: 15px;}

.detail-section {padding: 0px 10px;}

.detail-item .label {
    min-width: 50px;
}
}
@media (min-width: 1200px) and (max-width: 1399px){
    .productsList {
    max-height: calc(100vh - 140px); 
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.productsList::-webkit-scrollbar {
    width: 0px;
}

.product-grid {
    gap: 0px;
}

.productsList {
    width: 95%;
}
}