.nswiclv-featuregroups {
    column-count: 2;
    column-gap: 24px;
    column-fill: balance;
    margin: 0 0 1.25rem;
    font-size: 13px;
    line-height: 1.45;
    color: #2f2f2f;
}

.nswiclv-group {
    display: inline-block;
    width: 100%;
    margin: 0 0 18px;
    break-inside: avoid;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .02);
}

.nswiclv-group-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 0;
    background: #f7f7f7;
    color: #202020;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
}

.nswiclv-group-title {
    display: block;
}

.nswiclv-group-icon {
    position: relative;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
}

.nswiclv-group-icon:before,
.nswiclv-group-icon:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #6b6b6b;
    transform: translate(-50%, -50%);
    transition: opacity .15s ease;
}

.nswiclv-group-icon:before {
    width: 10px;
    height: 2px;
}

.nswiclv-group-icon:after {
    width: 2px;
    height: 10px;
}

.nswiclv-group-toggle[aria-expanded="true"] .nswiclv-group-icon:after {
    opacity: 0;
}

.nswiclv-group-panel {
    padding: 0;
}

.nswiclv-group.is-collapsed .nswiclv-group-panel {
    display: none;
}

.nswiclv-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    table-layout: fixed;
}

.nswiclv-table tr:nth-child(even) th,
.nswiclv-table tr:nth-child(even) td {
    background: #fcfcfc;
}

.nswiclv-table th,
.nswiclv-table td {
    padding: 10px 14px;
    border-top: 1px solid #ececec;
    vertical-align: top;
}

.nswiclv-table tbody tr:first-child th,
.nswiclv-table tbody tr:first-child td {
    border-top: 0;
}

.nswiclv-table th {
    width: 48%;
    font-weight: 500;
    text-align: left;
    color: #505050;
}

.nswiclv-table td {
    width: 52%;
    color: #242424;
    font-weight: 400;
}

.nswiclv-bool {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.nswiclv-yes {
    color: #17a34a;
}

.nswiclv-no {
    color: #db4237;
}

.nswiclv-tech-filters {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.nswiclv-tech-filters__header,
.nswiclv-tech-filters__footer,
.nswiclv-tech-filters__toolbar,
.nswiclv-tech-filters__actions-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.nswiclv-tech-filters__title {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.nswiclv-tech-filters__summary {
    font-size: 12px;
    line-height: 1.35;
    color: #6f6f6f;
}


.nswiclv-tech-filters.is-submitting {
    opacity: .72;
    pointer-events: none;
}

.nswiclv-tech-filters__toolbar {
    margin-bottom: 10px;
}

.nswiclv-tech-filters__footer {
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
}

.nswiclv-tech-filters__reset {
    font-size: 12px;
    text-decoration: none;
}
.nswiclv-tech-filters__groups {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.nswiclv-tech-filters__group {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    background: #fff;
    min-width: 0;
}

.nswiclv-tech-filters__group-toggle,
.nswiclv-tech-filters__secondary-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 12px;
    border: 0;
    background: #fbfbfb;
    color: #222;
    cursor: pointer;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
}

.nswiclv-tech-filters__group-toggle {
    font-size: 13px;
    font-weight: 600;
}

.nswiclv-tech-filters__secondary-toggle {
    font-size: 13px;
    font-weight: 600;
}

.nswiclv-tech-filters__group-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nswiclv-tech-filters__group-active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 10px;
    background: #3a3a3a;
    color: #fff;
    font-size: 11px;
    line-height: 1;
}

.nswiclv-tech-filters__chevron {
    position: relative;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
}

.nswiclv-tech-filters__chevron:before,
.nswiclv-tech-filters__chevron:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 7px;
    height: 1.5px;
    background: #7a7a7a;
    transition: transform .18s ease;
}

.nswiclv-tech-filters__chevron:before {
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}

.nswiclv-tech-filters__chevron:after {
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
}

.nswiclv-tech-filters__group-toggle[aria-expanded="true"] .nswiclv-tech-filters__chevron:before,
.nswiclv-tech-filters__secondary-toggle[aria-expanded="true"] .nswiclv-tech-filters__chevron:before {
    transform: translateY(-50%) rotate(-45deg);
}

.nswiclv-tech-filters__group-toggle[aria-expanded="true"] .nswiclv-tech-filters__chevron:after,
.nswiclv-tech-filters__secondary-toggle[aria-expanded="true"] .nswiclv-tech-filters__chevron:after {
    transform: translateY(-50%) rotate(45deg);
}

.nswiclv-tech-filters__group-panel,
.nswiclv-tech-filters__secondary-panel {
    border-top: 1px solid #efefef;
}

.nswiclv-tech-filters__options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    max-height: 280px;
    overflow: auto;
}

.nswiclv-tech-filters__option {
    display: grid !important;
    grid-template-columns: 16px minmax(0, 1fr) auto;
    align-items: start;
    gap: 8px;
    margin: 0;
    width: 100%;
    color: #444;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.35;
}

.nswiclv-tech-filters__option-control {
    line-height: 1;
}

.nswiclv-tech-filters__option input {
    margin: 2px 0 0 !important;
}

.nswiclv-tech-filters__option-label {
    min-width: 0;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
}

.nswiclv-tech-filters__option-count {
    color: #8a8a8a;
    font-size: 11px;
    text-align: right;
    min-width: 22px;
}

.nswiclv-tech-filters__secondary {
    margin-top: 12px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    background: #fff;
}

.nswiclv-tech-filters__secondary-panel {
    padding: 12px;
}

.nswiclv-tech-filters__groups--secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
}

.nswiclv-tech-filters__footer {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #ededed;
}

.nswiclv-tech-filters__reset {
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

.nswiclv-tech-filters__reset:hover {
    text-decoration: underline;
}

.nswiclv-tech-filters .button {
    min-height: auto;
    padding: 8px 14px;
    font-size: 13px;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 0;
}

.nswiclv-tech-filters--sidebar .nswiclv-tech-filters__groups,
.nswiclv-tech-filters--sidebar .nswiclv-tech-filters__groups--secondary {
    display: block;
}

.nswiclv-tech-filters--sidebar .nswiclv-tech-filters__group,
.nswiclv-tech-filters--sidebar .nswiclv-tech-filters__secondary {
    margin-bottom: 10px;
}

.nswiclv-tech-filters--sidebar .nswiclv-tech-filters__toolbar {
    margin-bottom: 12px;
}

.nswiclv-tech-filters--sidebar .nswiclv-tech-filters__footer {
    margin-top: 12px;
}

.nswiclv-tech-filters-widget {
    margin-bottom: 24px;
}

.nswiclv-tech-filters-widget .widget-title,
.nswiclv-tech-filters-widget .shop-sidebar {
    margin-bottom: 14px;
}

@media (max-width: 1200px) {
    .nswiclv-tech-filters__groups {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .nswiclv-featuregroups {
        column-count: 1;
    }

    .nswiclv-tech-filters__groups--secondary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 850px) {
    .nswiclv-tech-filters__groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .nswiclv-group-toggle {
        padding: 11px 12px;
        font-size: 13px;
    }

    .nswiclv-table,
    .nswiclv-table tbody,
    .nswiclv-table tr,
    .nswiclv-table th,
    .nswiclv-table td {
        display: block;
        width: 100%;
    }

    .nswiclv-table th,
    .nswiclv-table td {
        padding: 9px 12px;
    }

    .nswiclv-table th {
        padding-bottom: 2px;
    }

    .nswiclv-table td {
        padding-top: 0;
        padding-bottom: 10px;
    }
}

@media (max-width: 560px) {
    .nswiclv-tech-filters__groups {
        grid-template-columns: 1fr;
    }

    .nswiclv-tech-filters__options {
        max-height: none;
    }
}


/* 10.10.33 — small layout polish for specification tables */
.nswiclv-table th,
.nswiclv-table td {
  padding: 12px 14px !important;
  vertical-align: top;
}

.nswiclv-table th h5,
.nswiclv-table td {
  overflow-wrap: anywhere;
  word-break: normal;
}

.nswiclv-table td {
  line-height: 1.45;
}

.nswiclv-table th {
  width: 42%;
}

.nswiclv-table td {
  width: 58%;
}

@media (max-width: 849px) {
  .nswiclv-table th,
  .nswiclv-table td {
    padding: 10px 12px !important;
  }
}
