/** Shopify CDN: Minification failed

Line 578:0 Unexpected "}"
Line 583:2 Unexpected "/"

**/
.cls__tabs-header {
  align-items: center;
  margin-bottom: 40px;
}
.cls-info {
  flex: 1;
  max-width: 600px;
  margin-top: 0px;
}
.cls-info h3 {
  margin-bottom: 10px;
}
.cls_need-help {
  background-color: rgb(var(--color-p3-background), 0);
  transition: all var(--duration-default) ease;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 294px;
  margin-left: auto;
  padding: 10px;
  border: 1px solid rgb(var(--color-p3-background));
  border-radius: 4px;
}
.cls_need-help:hover {
  background-color: rgb(var(--color-p3-background));
}
.cls_need-help img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex-shrink: 0;
}
.cls__tabs-wrapper .capacity-item + .capacity-item { border-top: 1px solid color: rgb(var(--color-subtle)); margin-top: 14px; padding-top: 14px; }
.cls__tabs-wrapper .help h3 {
}
.cls__tabs {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
.cls__tabs {
  overflow-x: auto;
  width: calc(100% + 100vw);
  margin-left: -50vw;
  padding-inline: 50vw;
}
.cls__tabs-item {
  cursor: pointer;
}
.cls__tabs-item-link {
  color: rgb(var(--color-subtle));
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease; font-size: 18px;
}

.cls__tabs-item-link {
  white-space: nowrap;
}
.cls__tabs::-webkit-scrollbar {
  display: none;
}

.cls__tabs-item-link:hover {
  color: rgb(var(--color-heading-alt));
}
.cls__tabs_products {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.cls__tabs_products-sidebar {
  height: fit-content;
  width: 295px;
  position: sticky;
  top: 5rem;
  border-radius: 0 8px 8px 0;
  padding: 40px 40px 40px 0;
}
.cls__tabs_products-sidebar .active-facets__button-wrapper *,
.cls__tabs_products-sidebar span.active-facets__button-inner {
  color: rgb(var(--color-heading));
}

.cls__tabs_products .filter-wrapper {
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, height;
  will-change: opacity, contents;
  visibility: visible;
}
.cls__tabs_products .filter {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
.cls__tabs_products .filter-item {
  margin-bottom: 10px;
}
.cls__products {
  width: calc(100% - 295px);
  padding-left: 20px;
}
.cls__products-list {
  display: none;
}
.cls__products-list.active {
  display: block;
}
.cls__tabs-wrapper .cls-info-logo {
  width: 290px;
  margin-bottom: 6px;
}
.cls__tabs-wrapper .cls-info-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cls-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: start;
}
.cls__tabs_products-sidebar::before {
  content: "";
  width: 50vw;
  top: 0;
  bottom: 0;
  right: calc(100% - 1px);
  background-color: rgb(var(--color-background));
  position: absolute;
  z-index: -1;
}
.cls__tabs_products .filter-item:last-child {
  margin-bottom: 0;
}
.cls__tabs_products .filter-item a {
  border: 1px solid #778189;
  text-decoration: none;
  display: flex;
  border-radius: 20px;
  padding: 6px 15px;
  transition: color 0.3s ease;
  line-height: 125%;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
}
.cls__tabs_products .filter-item a span {
  margin-left: auto;
}
.cls__tabs_products .filter-item:first-child a {
  background-color: rgb(var(--color-p3-background));
  color: #162a33 !important;
}
.cls__tabs-wrapper .larger-yards {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: rgb(var(--color-subtle));
  line-height: 135%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.cls__tabs-wrapper .larger-yards a {
  transition: all var(--duration-default) ease;
  color: rgb(var(--color-subtle));
  text-decoration: none !important;
}
.cls__tabs-wrapper .larger-yards a:hover {
  color: rgb(var(--color-heading));
  text-decoration: none !important;
}
.cls__tabs-wrapper .larger-yards a:hover svg {
  stroke: rgb(var(--color-heading));
}
.cls__tabs-wrapper .more-information {
  margin-top:20px;
  margin-bottom: 6px;
}
.cls__tabs-wrapper .more-information h3 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0;
}
.cls__tabs-wrapper .more-information-content {
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, height;
  will-change: opacity, contents;
}
.cls__tabs-wrapper .more-information-content p {
  margin: 0 0 10px 0;
}
.cls__tabs-wrapper .more-information-content h6 {
  margin-bottom: 10px;
}
.cls__tabs-wrapper .more-information-content h6:last-child {
  margin-bottom: 0;
}
.cls__tabs-wrapper .more-information-content .more-information-body {
  display: flex;
  flex-direction: column;
}
.cls__tabs-wrapper .more-information-content .more-information-body a {
  margin: 0 0 10px 0;
  transition: all var(--duration-default) ease;
  color: rgb(var(--color-heading));
  text-decoration: none;
}
.cls__tabs-wrapper .more-information-content .more-information-body a:last-of-type {
  margin-bottom: 0;
}
.cls__tabs-wrapper .more-information-content .more-information-body a:hover {
  color: rgb(var(--color-heading-alt), 0.85);
  text-decoration: none;
}
.cls__tabs-wrapper .capacity-wrapper {
  margin-top: 40px;
}

.cls__tabs-wrapper .capacity-item {
  display: flex;
  gap: 10px;
  align-items: start;
}
.cls__tabs-wrapper .cow-img {
  width: 23px;
  min-width: 23px;
  margin-top: 2px;
}
.cls__tabs-wrapper .cow-img img {
  width: 100%;
}
.cls__tabs-wrapper .cow-content h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 3px 0;
}
.cls__tabs_products-sidebar .chat-btn {
  margin-top: 40px;
}
.cp-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 20px;
  margin: 0;
}
.cp-list.grid--2-col-desktop {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 20px;
  margin: 0;
}
.cp-list .grid__item {
  width: 100%;
  max-width: 100%;
}
.product-grid-container {
  padding-left: 20px;
  width: calc(100% - 295px) !important;
}
.product__card {
  background-color: #EAEBF5;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.product__card-img {
  position: relative;
  padding-bottom: 73%;
}
.product__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.product__card-img .product-tags {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  font-size: 12px;
  line-height: 130%;
  background-color: rgb(var(--color-p2-background));
  color: rgb(var(--color-p2-label));
  padding: 3px 15px;
  border-radius: 10px;
  font-weight: 400;
}
.product__card-info {
  padding: 20px;
  display: flex;
  flex-flow: column;
  gap: 15px;
  flex-grow: 1;
}
.product__card-info-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.product__card-info-logo {
  width: 60px;
}
.collection-logo {
  height:17.77px;
  max-height: 17.77px;
  width:auto;
  max-width: 80px;
}
.product__card-info-logo svg {
  display: block;
  height: auto;
  width: 100%;
}
.product__card-info-top .similar-info {
  color: rgb(var(--color-subtle), 0.75);
  font-size: 1rem;
}
.product__card-info-top .similar-info span {
  color: rgb(var(--color-heading), 1);
  display: block;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
}
.product__card-info-top .similar-info p {
}
.product__card-info-top .similar-info {
  text-align: end;
}
.product__card .product-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  align-items: start;
}
.product__card .product-cost {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
.product__card .product-title h3 {
  font-size: 24px;
  line-height: 105%;
  margin: 0;
}
.product__card .product-price {
  text-align: end;
  width: fit-content;
}
.product__card .product-savings {
  font-size: 1.4rem;
  text-align: right;
}
.product__card .product-savings p {
  color: rgb(var(--color-subtle));
}
.product__card .product-savings span {
  color: rgb(var(--color-heading));
}
.product__card .product-title .product-price p {
  font-size: 12px;
  margin: 0;
  line-height: 135%;
  color: #353e51;
  font-weight: 600;
  margin-top: 4px;
}
.product__card .product-title .product-price span {
  font-size: 18px;
  line-height: 100%;
  background-color: rgb(var(--color-p2-background));
  color: rgb(var(--color-p2-label));
  padding: 0.5rem 1rem 0.3rem 1rem;
  border-radius: 4px;
  font-weight: 400;
  font-family: IndustryBlack;
  display: inline-block;
}

.product__card .product-title .product-price span p {
    color: rgb(var(--color-p2-label));
    line-height: 1;
    padding: 0px;
    margin: 0px;
}

.product__card .product-desc {
  font-size: 16px;
  line-height: 135%;
  flex-grow: 1;
  color: #353e51;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product__card .product-desc p {
  margin: 0;
}
.product__card .product-capacity {
  padding-block: 10px;
  border-block: 1px solid rgb(var(--color-p3-background));
  display: flex;
  gap: 40px;
}
.product__card .product-capacity .total-capacity {
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product__card .product-capacity .total-capacity span {
  width: 24px;
}
.product__card .product-capacity .total-capacity span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.product__card .product-btn .btn {
  background-color: rgb(var(--color-p1-background));
  width: 100%;
  display: block;
  border-radius: 8px;
  padding: 11px 15px;
  text-decoration: none;
  color: rgb(var(--color-p1-label));
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in;
}
.product__card .product-btn .btn svg {
  width: 16px;
  height: 16px;
}
.product__card .product-btn .btn:hover {
  background-color: rgb(var(--color-p1-background-hover));
}
.product__card .product-btn {
  margin-top: auto;
}
.filter-dropdown {
  display: none;
}
.filter-dropdown .filter-item__link {
  border-radius: 30px;
  padding: 17px 18px;
  transition: color 0.3s ease;
  line-height: 125%;
  color: #162a33 !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
}
.filter-dropdown .filter-item__link span {
  width: 20px;
  height: 20px;
  border: 1px solid rgb(var(--color-p3-background));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter-dropdown .filter-item__link span svg {
  width: 12px;
  height: 12px;
}
.filter-dropdown .filter-item__link span svg.minus,
.filter-dropdown .filter-item__link.is-active span svg.plus {
  display: none;
}
.filter-dropdown .filter-item__link.is-active span svg.minus {
  display: block;
}
.cp-list .contact__card {
  grid-column: 2 span;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.cp-list .contact__card .contact__Card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp-list .contact__card .contact__Card-bg {
  height: 100%;
  position: relative;
  min-height: 540px;
}
.cp-list .contact__card .contact__card-info {
  position: absolute;
  z-index: 9;
  bottom: 40px;
  right: 40px;
  left: 40px;
  background-color: rgb(var(--color-background-accent));
  padding: 16px 20px;
  border-radius: 8px;
}
.cp-list .contact__card .contact__card-info h3 {
  color: rgb(var(--color-heading));
  margin-bottom: 10px;
}
.cp-list .contact__card .contact__card-info p {
  color: rgb(var(--color-body));
}
.cp-list .contact__card-general {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;     margin-top: 20px;
}
.cp-list .contact-general-btn label {
  font-size: 16px;
  line-height: 135%;
  color: #5f6c76;
}
.cp-list .contact-general-btn p,
.cp-list .contact-general-btn p a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}
.cp-list .contact__card-btn {
  margin-top: 18px;     padding: 0 !important;
}
.contact__card-btn .new-btn {
  width: 100%;
}
.cls__tabs-wrapper .more-information h3 span {
  display: none;
}
/* new css start  */
.facets__form-vertical .facets__heading {
  color: rgb(var(--color-heading));
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 16px !important;
}
/* .facets-vertical .facets__summary {
  display: none;
  border: 0px solid #778189;
  padding: 7px 14px !important; 
  border-radius: 30px; /* background-color: rgb(var(--color-p3-background)); */
}
.facets__form-vertical .facets__summary-label {
  color: rgb(var(--color-p1-label));
  font-weight: 700;
  text-decoration: none !important;
}*/

.facets__form-vertical .facets__summary__icon {
  fill: rgba(var(--color-foreground),.75);
  stroke: rgba(var(--color-foreground),.75);
  color: rgba(var(--color-foreground),.75);
  border-color: rgba(var(--color-foreground),.75);
} 
.facets__form-vertical .facets__summary .icon-caret {
  right: 18px;
  width: 14px;
  height: 14px;
  top: 14px;
}
.facets__form-vertical .facets-wrap-vertical {
  margin: 0;
  padding: 0;
}
.facets__form-vertical .facets-wrap .facets-layout {
  margin-top: 10px;
}
.facets__form-vertical .facets-wrap .facets-layout .facets__item {
  border: 1px solid rgb(var(--color-p3-background), 0.5);
  border-radius: 20px;
  padding-left: 13px;
}
.facets__form-vertical
  .facets-wrap
  .facets-layout
  .facets__item
  + .facets__item {
  margin-top: 10px;
}
.facets-vertical .active-facets__button {
  margin-bottom: 5px !important;
  margin-right: 5px;
}
.facets__form-vertical .facets__display-vertical {
  padding-bottom: 0;
}
.facets__form-vertical .facets__disclosure-vertical {
  margin-bottom: 20px;
}
.facets__form-vertical .facets-wrap .facets-layout .facets__item label span {
  color: rgb(var(--color-p3-background));
  text-decoration: none !important;
}
.facets__form-vertical .facets-wrap .facets-layout .facets__item label {
  padding-block: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.facets__form-vertical .facets-wrap .facet-checkbox .svg-wrapper {
  top: 1.25rem;
}
.facets__form-vertical {
  width: 100% !important;
}
.facets-vertical .facets-wrapper {
  padding: 0 !important;
}
facet-remove .active-facets__button-inner {
  border: 1px solid #778189;
  color: #b4b4b4 !important;
  font-size: 12px !important;
}
.facets-vertical .facet-checkbox input[type="checkbox"],
.facets-vertical .facet-checkbox input[type="checkbox"] + svg,
.facets-vertical .facet-checkbox input[type="checkbox"] ~ .svg-wrapper {
  display: none !important;
}
.facets__form-vertical .facel-checkbox__assets {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
}
.facets__form-vertical .facel-checkbox__assets img {
  width: 24px;
}
.facets__summary .facets__summary__icon {
  width: 20px;
  height: 20px;
  border: 1px solid rgb(var(--color-p3-label));
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facets__summary .facets__summary__icon svg {
  width: 12px;
  height: 12px;
}
.facets__summary[aria-expanded="false"] .facets__summary__icon svg.minus,
.facets__summary .facets__summary__icon svg.plus {
  display: none;
}
.facets__summary[aria-expanded="false"] .facets__summary__icon svg.plus {
  display: block;
}
.collection-name + .collection-name {
    margin-top: 40px;
}

.collection-name > h3 {
    font-size: 48px;
    margin-bottom: 14px;
}
/* new css start */
.cls__tabs_products-sidebar > h2 { font-size: 30px; font-weight: 600; line-height: 1; margin-bottom: 14px; }
.cls__tabs_products-sidebar .filter-wrap { border-radius: 16px; border: 1px solid #fff; }
.cls__tabs_products-sidebar .filter-wrap .filter-header { display: flex; align-items: center; justify-content: space-between; font-size: 24px; font-weight: 600; letter-spacing: 1px; padding: 10px; }
.cls__tabs_products-sidebar .filter-wrap .filter-options { padding: 0; margin: 0; list-style: none; padding-bottom: 6px; }
.cls__tabs_products-sidebar .filter-wrap .filter-options li label { width: 100%; display: block; padding: 11px 10px; font-size: 16px; line-height: 88%; padding-left: 40px; position: relative; cursor: pointer; }
.cls__tabs_products-sidebar .filter-wrap .filter-options li label input[type="radio"] { margin: 0; position: absolute; left: 14px; opacity: 0; width: 16px; height: 16px; top: 50%; transform: translateY(-50%); }
.cls__tabs_products-sidebar .filter-wrap .filter-options li label::before { content: ''; position: absolute; width: 12px; height: 12px; border-radius: 50%; left: 14px; top: 50%; transform: translateY(-50%); box-sizing: border-box; outline: 1px solid #fff; outline-offset: 2px; }
.cls__tabs_products-sidebar .filter-wrap .filter-options li label:has(input:checked)::before { background: #fff; }
/* new css end */
@media (max-width: 1199.98px) {
  .cp-list {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
  .product__card .product-title h3 {
    font-size: 20px;
  }
  .cls__tabs_products-sidebar h3,
  .facets__form-vertical .facets__heading {
    font-size: 24px;
  }
  .collection-name > h3 { font-size: 34px;}
  .cls__tabs_products-sidebar>h2 { font-size: 24px; }
  .cls__tabs_products-sidebar .filter-wrap .filter-header { font-size: 20px; }
}

@media (min-width: 992px) {
  .cp-list .contact__card.small-style {
    grid-column: 1 / -1;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }
  .cp-list .contact__card.wide-style {
    /* grid-column: 1 / -1; */
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }
}

@media (max-width: 991.98px) {
  .cls__tabs-wrapper .more-information-content:not(.is-active),
  .filter-wrapper:not(.is-active) {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .cls_need-help {
    display: none;
  }
  .cls-info h3 {
    font-size: 18px;
  }
  .cls__tabs-item-link {
    white-space: nowrap;
  }
  .cls__tabs {
    overflow-x: auto;
    width: calc(100% + 80px);
    margin-left: -40px;
    padding-inline: 40px;
  }
  .cls__tabs::-webkit-scrollbar {
    display: none;
  }
  .cls__tabs_products-sidebar {
    position: relative;
    width: 100%;
    top: 0;
    border-radius: 8px;
    padding: 20px;
  }
  .cls__tabs_products-sidebar:before {
    display: none;
  }
  .cls__tabs_products-sidebar h3,
  .facets__form-vertical .facets__heading {
    margin-bottom: 14px;
  }
  .filter-dropdown {
    display: block;
    margin-bottom: 10px;
  }
  .cls__tabs_products .filter-item:first-child {
    display: none;
  }
  .cls__tabs_products .filter {
    margin-bottom: 0;
  }
  .cls__tabs-wrapper .larger-yards {
    margin-bottom: 30px;
  }
  .cls__tabs-wrapper .more-information h3 {
    border-block: 1px solid #778189;
    padding-block: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cls__tabs-wrapper .more-information h3 span {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(var(--color-p3-background));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cls__tabs-wrapper .more-information h3 span svg {
    width: 12px;
    height: 12px;
  }
  .cls__tabs-wrapper .more-information {
    margin: 0;
  }
  .cls__tabs-wrapper .more-information h3 span svg.minus,
  .cls__tabs-wrapper .more-information h3.is-active span svg.plus {
    display: none;
  }
  .cls__tabs-wrapper .more-information h3.is-active span svg.minus {
    display: block;
  }
  .cls__products {
    padding: 0;
    margin-top: 20px;
    width: 100%;
  }
  .more-information-body {
    padding-top: 20px;
  }
  .cls__tabs-wrapper .facets-vertical {
    flex-wrap: wrap;
  }
  .product-grid-container {
    padding: 0;
    margin-top: 20px;
    width: 100% !important;
  }
  .cls__tabs-wrapper .facets__form-vertical {
    width: 100%;
  }
  .cls__tabs-wrapper .facets-container {
    display: block !important;
  }
  .cls__tabs-wrapper .facets-vertical .facets-wrapper {
    padding: 0 !important;
  }
  .cls__tabs-wrapper facet-filters-form.facets {
    display: block !important;
  }
  .cls__tabs-wrapper .mobile-facets__wrapper {
    display: none !important;
  }
  .cls__tabs-wrapper .facets__form-vertical .facets-wrap-vertical {
    border: none !important;
  }
  .cls__tabs-wrapper .facets-vertical .facets__summary {
    margin: 0 !important;
    padding-block: 10px !important;
  }
  .cls__tabs-wrapper .facets__form-vertical .facets__heading {
    margin: 0 !important;
    display: block;
    margin-bottom: 12px !important;
    line-height: 135%;
  }
  .cls__tabs-wrapper .active-facets.active-facets-desktop {
    margin: 0 !important;
  }
  .cls__tabs_products-sidebar .filter-wrap .filter-options {
    display: none;
}

.cls__tabs_products-sidebar .filter-wrap .filter-options.active {
    display: block;
}
}
@media (max-width: 649.98px) {
  .cp-list {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
  }
  .cp-list .contact__card,
  .cp-list .contact__card.small .cp-list .contact__card.wide {
    grid-column: 1 span;
  }
  .collection-name > h3 { font-size: 30px;}
  .cls__tabs {
    gap: 20px;
  }
  .cp-list .contact__card .contact__card-info h3 {
    font-size: 24px;
  }
  .cp-list .contact__card-general {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cp-list .contact__card .contact__card-info {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}

.facets-vertical .facets__summary {
    border: 1px solid #778189;
    padding: 7px 14px!important;
    border-radius: 30px;
    background-color: rgb(var(--color-p3-background));
}
.facets__form-vertical .facets__summary-label {
    color: rgb(var(--color-p3-label));
    font-weight: 700;
    text-decoration: none!important;
}
.facets__summary {
    color: rgba(var(--color-foreground),.75) !important;
    font-size: 1.4rem;
    padding: 0 1.75rem 0 0;
    margin-bottom: 1.5rem;
}