/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.category-tile {
  position: relative;
}
.category-tile h1,
.category-tile h2 {
  font-size: 1.75rem;
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  color: #fff;
}
.category-tile::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
}

.refinement-bar {
  overflow: auto;
}
.refinement-bar ul {
  padding-left: 0;
}
@media (max-width: 768.98px) {
  .refinement-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 543.98px) {
  .refinement-bar {
    position: fixed;
    height: 100%;
  }
}
@media (min-width: 769px) {
  .refinement-bar {
    display: block !important;
  }
}

.filter-header {
  margin-left: -15px;
  margin-right: -15px;
}

.header-bar {
  background-color: #eee;
  border-bottom: 0.063em solid #eee;
}
.header-bar button.close {
  font-size: 1rem;
  font-weight: normal;
  opacity: 1;
}
.header-bar .fa.fa-close::before {
  font-size: 1.25em;
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .header-bar {
    padding: 0.938em 2.813em;
  }
}
@media (max-width: 543.98px) {
  .header-bar {
    padding: 0.938em;
  }
}

.refinements .header,
.refinements .values {
  padding: 0.313em 0;
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .refinements .header li,
  .refinements .values li {
    display: inline-block;
  }
}
.refinements .header {
  font-size: 1.125em;
  color: #444;
}
.refinements li {
  list-style-type: none;
  padding-left: 0;
}
.refinements li.color-attribute {
  display: inline-block;
  padding-left: 0;
}
.refinements li.color-attribute button {
  padding: 0;
}
.refinements li.disabled {
  opacity: 0.5;
}
.refinements ul {
  overflow: auto;
}
.refinements ul li {
  padding-left: 1px;
}
.refinements ul li button { /* stylelint-disable-line no-descending-specificity */
  border: none;
  color: var(--skin-link-color-1);
  background-color: transparent;
}
@media (max-width: 543.98px) {
  .refinements {
    padding: 0;
  }
}
.refinements .card-header h2 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}

.secondary-bar {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  overflow: auto;
}
@media (max-width: 768.98px) {
  .secondary-bar button.reset {
    float: right;
  }
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .secondary-bar {
    padding: 0.938em 2.813em;
  }
}
@media (max-width: 543.98px) {
  .secondary-bar {
    padding: 0.938em;
  }
}

.refinement-header {
  overflow: auto;
}

.disabled {
  pointer-events: none;
}

.grid-header,
.content-grid-header {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 543.98px) {
  .grid-header .result-count,
  .content-grid-header .result-count {
    padding-bottom: 0.938em;
  }
  .grid-header .filter-results,
  .content-grid-header .filter-results {
    display: block;
    width: 100%;
  }
}
.grid-header select,
.content-grid-header select {
  width: 100%;
}

.result-count {
  font-size: 0.875rem;
}

.refinement {
  margin-bottom: 1em;
}
@media (max-width: 768.98px) {
  .refinement.card {
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-radius: 0;
    margin-bottom: 0;
  }
  .refinement .card-header {
    border-bottom: 0 none;
    padding: 0.25rem 1rem;
  }
  .refinement .card-body {
    padding: 0 1rem;
  }
}
.refinement a {
  text-decoration: none;
}
.refinement.refinement-category li {
  margin-left: 0.938em;
  display: block;
}
.refinement.refinement-category > ul > li {
  margin-left: 0;
}

.search-banner {
  background-image: url("../images/search.jpg");
  background-position-y: 40%;
}

.search-keywords {
  font-weight: bold;
}

.filter-bar {
  /* stylelint-disable-next-line no-descending-specificity */
}
.filter-bar ul {
  padding-left: 15px;
}
.filter-bar li {
  list-style: none;
  float: left;
  margin-left: 0.3125em;
  margin-right: 0.3125em;
  /* stylelint-disable-next-line no-descending-specificity */
}
.filter-bar li:first-child {
  margin-left: 0;
}
.filter-bar li.filter-value {
  border: 1px solid #ccc;
  padding: 0.3125em;
  border-radius: 3px;
  position: relative;
}
.filter-bar li.filter-value button {
  color: black;
  border: none;
  padding: 0 2rem 0 0.5rem;
}
.filter-bar li.filter-value button::after {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome, sans-serif;
  text-rendering: auto;
  position: absolute;
  right: 10px;
  top: 11px;
}
.filter-bar li.swatch-filter {
  font-size: 1.38em;
  position: relative;
  margin-top: 4px;
}
.filter-bar li.swatch-filter button {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.filter-bar li.swatch-filter button::before {
  content: "";
  background-color: white;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.4em;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
}
.filter-bar li.swatch-filter button::after {
  content: "\f057";
  font: normal normal normal 14px/1 FontAwesome, sans-serif;
  display: inline;
  text-rendering: auto;
  position: absolute;
  left: 0.18em;
  top: 0.12em;
  font-size: 1.5em;
}

@media (max-width: 543.98px) {
  .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.search-tips {
  text-align: left;
  margin-top: 1.875rem;
}

.category-item {
  margin-bottom: 0.938rem;
}

.show-more,
.show-more-content {
  padding: 0.938em;
  clear: both;
}

.swatch-mark.color-value[data-selected=true]::after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.swatch-mark.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}

.search-nav {
  margin-bottom: 1em;
  border-bottom: 0.063em solid #ccc;
}
.search-nav .nav-tabs-wrapper {
  padding: 0;
}
@media (max-width: 543.98px) {
  .search-nav .nav-tabs-wrapper {
    width: 100%;
  }
}
.search-nav .nav-tabs-wrapper .nav-tabs {
  border-bottom: 0 none;
}
.search-nav .nav-link:focus {
  background-color: #f9f9f9;
}

.product-options .quantity {
  position: absolute;
  bottom: 0;
  right: 0;
}

.compare-bar-wrapper {
  border: 1px solid #333;
  bottom: 0;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.65);
}
.compare-bar-wrapper .product-slots {
  height: 6.25em;
}
.compare-bar-wrapper .slot {
  background-color: #222;
  height: 5em;
  margin: 0 auto;
  position: relative;
  width: 6.788em;
  border-radius: 3px;
}
.compare-bar-wrapper .slot:not([data-pid]) {
  border: 1px dashed #ccc;
}
.compare-bar-wrapper .slot img {
  float: left;
  height: 100%;
  position: static;
  border-radius: 3px 0 0 3px;
}
.compare-bar-wrapper .slot i {
  color: #666;
  font-size: 1rem;
  position: relative;
}
.compare-bar-wrapper .slot .close {
  background-color: #eee;
  height: 100%;
  width: 25%;
  border-radius: 0 3px 3px 0;
  opacity: 1;
}
.compare-bar-wrapper .slot .action {
  text-align: center;
}
.compare-bar-wrapper .clear-all {
  color: #eee;
}
.compare-bar-wrapper .min-products-msg {
  color: #fff;
  font-size: 0.75em;
  line-height: 1.375rem;
  padding: 0.438rem;
}

.product-comparison .back-to-results {
  margin: 1em 0;
}
.product-comparison .product-header > .col {
  padding: 0;
}

.product-tile .tile-body .compare {
  font-size: 0.875em;
}

.table-striped-column td:nth-of-type(odd) {
  background-color: #eee;
}

.breadcrumb-container {
  font-size: 14px;
}
@media (max-width: 768.98px) {
  .breadcrumb-container {
    font-size: 12px;
  }
}
.breadcrumb-container .breadcrumb {
  border: none !important;
  padding: 20px 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.breadcrumb-container .breadcrumb-parent {
  font-weight: 400;
  display: inline-block;
  white-space: nowrap;
}
.breadcrumb-container .breadcrumb-current {
  font-weight: 500;
  color: var(--color-grey5);
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .breadcrumb-container .breadcrumb {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}
.refinements .card {
  background: var(--color-white);
  border: none;
  border-radius: 8px;
  padding: 0;
  -webkit-box-shadow: 0 2px 6px rgba(41, 50, 60, 0.03);
  box-shadow: 0 2px 6px rgba(41, 50, 60, 0.03);
  margin-bottom: 1rem;
}
@media (max-width: 768.98px) {
  .refinements .card {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px solid var(--color-grey2);
  }
}
.refinements .card.expanded .card-header {
  position: relative;
}
.refinements .card.expanded .card-header::before {
  content: "";
  position: absolute;
  width: 200px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--color-grey1);
  height: 1px;
}
.refinements .card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
}
@media (min-width: 769px) {
  .refinements .card .card-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.refinements .card .title,
.refinements .card .accordion-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-primary);
  padding: 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  margin: 0;
}
@media (max-width: 768.98px) {
  .refinements .card .title,
  .refinements .card .accordion-toggle {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-grey5);
    position: relative;
  }
  .refinements .card .title::before,
  .refinements .card .accordion-toggle::before {
    content: ">";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.refinements .card .title:focus,
.refinements .card .accordion-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.refinements .card .accordion-toggle .accordion-icon {
  font-size: 0.85rem;
  margin-left: 0.5rem;
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.refinements .card[aria-expanded=true] .accordion-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.refinements .card .card-body {
  padding: 0.5rem 0.25rem 0.75rem 0.25rem;
  position: relative;
}
.refinements .card .card-body.collapse {
  display: none;
  max-height: 482px;
}
.refinements .card .card-body.collapse.show {
  display: block;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--color-grey3) var(--color-white);
  -ms-overflow-style: auto;
}
.refinements .card .card-body.collapse.show::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.refinements .card .card-body.collapse.show::-webkit-scrollbar-track {
  background: var(--color-grey1);
  border-radius: 4px;
}
.refinements .card .card-body.collapse.show::-webkit-scrollbar-thumb {
  background-color: var(--color-white);
  border-radius: 4px;
  border: 2px solid var(--color-white);
}
.refinements .card .card-body.collapse.show::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-grey4);
}
.refinements .card .card-body.collapse.show:focus {
  outline: none;
}
.refinements .card .card-body ul, .refinements .card .card-body ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.refinements .card .card-body li {
  padding: 6px 0.5rem;
  font-size: 14px;
  color: var(--color-grey5);
}
.refinements .card .card-body li a, .refinements .card .card-body li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: inherit;
  text-decoration: none;
}
.refinements .refinement-categoria .card-body button {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
.refinements .refinement-categoria .card-body button span {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-grey5);
}
.refinements .refinement-categoria .card-body button span.selected {
  color: var(--color-primary);
  font-weight: 600;
}
.refinements .refinement-categoria .card-body > ul > li button svg.icon-mayor {
  margin-right: 5px;
}
.refinements .refinement-categoria .card-body > ul > li button.selected svg.icon-mayor {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: var(--color-primary);
  -webkit-filter: invert(23%) sepia(52%) saturate(1847%) hue-rotate(211deg) brightness(93%) contrast(93%);
          filter: invert(23%) sepia(52%) saturate(1847%) hue-rotate(211deg) brightness(93%) contrast(93%);
}
.refinements .refinement-categoria .card-body > ul > li:has(button.selected) > .collapsed {
  display: block;
}
.refinements .refinement-categoria .card-body > ul > li:has(button.selected) > button span {
  color: var(--color-primary);
  font-weight: 600;
}
.refinements .refinement-categoria .card-body > ul > li:has(button.selected) > button svg.icon-mayor {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: var(--color-primary);
  -webkit-filter: invert(23%) sepia(52%) saturate(1847%) hue-rotate(211deg) brightness(93%) contrast(93%);
          filter: invert(23%) sepia(52%) saturate(1847%) hue-rotate(211deg) brightness(93%) contrast(93%);
}
.refinements .refinement-categoria .card-body > ul > li > ul svg.icon-mayor {
  display: none;
}
.refinements .refinement-categoria .card-body > ul > li > ul > li {
  margin-left: 20px;
}
.refinements .refinement-categoria .card-body > ul > li > ul > li:has(button.selected) > .collapsed {
  display: block;
}
.refinements .refinement-categoria .card-body > ul > li > ul > li:has(button.selected) > button span {
  color: var(--color-primary);
  font-weight: 600;
}
.refinements .refinement-categoria .card-body > ul > li > ul > li span {
  color: var(--color-grey4);
}
.refinements .refinement-categoria .card-body > ul > li > ul > li > ul > li {
  margin-left: 10px;
}
.refinements .refinement-categoria .card-body > ul > li > ul > li > ul > li button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.refinements .refinement-categoria .card-body > ul > li > ul > li > ul > li button svg.icon-checkbox-checked, .refinements .refinement-categoria .card-body > ul > li > ul > li > ul > li button svg.icon-checkbox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.refinements .refinement-categoria .card-body > ul > li > ul > li > ul > li button span {
  color: var(--color-grey5);
}
.refinements .refinement-categoria .card-body > ul > li > ul > li > ul > li button.selected span {
  color: var(--color-complementary);
  font-weight: 400;
}
.refinements .refinement-categoria .card-body .collapsed {
  display: none;
}
.refinements .refinement:not(.refinement-categoria):not(.refinement-precio) li button {
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.refinements .refinement:not(.refinement-categoria):not(.refinement-precio) li button svg {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.refinements .refinement:not(.refinement-categoria):not(.refinement-precio) li button span {
  color: var(--color-grey5);
}
.refinements .refinement:not(.refinement-categoria):not(.refinement-precio) li button span.selected {
  color: var(--color-complementary);
}

@media (min-width: 769px) {
  .refinement-bar {
    position: sticky;
    top: 20px;
  }
}
@media (max-width: 768.98px) {
  .refinement-bar {
    z-index: 1100;
  }
}
.refinement-bar .reset.btn {
  text-decoration: underline;
  border: none;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 400;
  background-color: transparent;
}
.refinement-bar .reset.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.refinement-bar .reset.btn:hover {
  color: var(--color-primary);
}
.refinement-bar .secondary-bar {
  background: none;
  padding: 0;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 768.98px) {
  .refinement-bar .secondary-bar .reset.btn {
    width: 100%;
    height: 48px;
    padding: 12px 20px;
    border-radius: 12px;
    border-width: 1px;
    border-color: var(--color-primary);
    border-style: solid;
    margin-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
    text-decoration: none;
  }
  .refinement-bar .secondary-bar .reset.btn:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
  }
}
.refinement-bar .secondary-bar .title-filters {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0;
}
@media (max-width: 768.98px) {
  .refinement-bar .secondary-bar .title-filters {
    display: none;
  }
}

.grid-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 1rem 0;
}
@media (max-width: 768.98px) {
  .grid-header {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
}
.grid-header .result-count {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-grey5);
}
@media (max-width: 768.98px) {
  .grid-header .result-count {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 15px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 768.98px) {
  .grid-header .order-select {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 48px;
  }
}
.grid-header .order-select .custom-select {
  border-radius: 12px;
  border: none;
  -webkit-box-shadow: 0 2px 6px rgba(41, 50, 60, 0.03);
          box-shadow: 0 2px 6px rgba(41, 50, 60, 0.03);
  background: url("../images/icons/select-arrow.svg") no-repeat right 12px center;
  background-color: var(--color-white);
  padding-right: 40px;
  font-size: 14px;
  color: var(--color-grey4);
}
@media (max-width: 768.98px) {
  .grid-header .order-select .custom-select {
    height: 100%;
    border-radius: 0;
    padding: 0 23px;
    color: var(--color-primary);
    background: var(--color-white);
    text-align: center;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 14px;
    font-weight: 500;
  }
}
.grid-header .order-select .custom-select option {
  border-radius: 0;
  background-color: var(--color-white);
  color: var(--color-grey4);
  padding: 8px 12px;
  font-size: 14px;
  text-align: start;
}
.grid-header .order-select .custom-select option:hover {
  background-color: var(--color-grey2);
}
.grid-header .order-select .custom-select::-ms-expand {
  display: none;
}
@media (max-width: 768.98px) {
  .grid-header .filter-results-container {
    padding: 0 !important;
  }
  .grid-header .filter-results-container .filter-results {
    border-radius: 0 !important;
    background: var(--color-white);
    color: var(--color-primary);
    border: 0;
    height: 48px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
  }
  .grid-header .filter-results-container .filter-results::before {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 65%;
    display: block;
    background-color: var(--color-grey3);
  }
}

.search-nav {
  border: none;
}

.page[data-action=Search-Show] {
  background-color: var(--color-grey2);
}

@media (max-width: 768.98px) {
  .filter-header .header-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--color-grey2);
  }
  .filter-header .header-bar::after {
    content: "";
    display: none;
  }
  .filter-header .close {
    background: none;
    border: none;
    padding: 0;
    font-size: 24px !important;
    line-height: 1;
    color: var(--color-primary);
  }
  .filter-header .close:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.values .fa-check-square:before,
.values .fa-check-circle:before {
  color: var(--color-complementary);
}
.values span.selected {
  color: var(--color-complementary);
}

.pagination-container {
  padding: 0.5rem 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.pagination-container .pagination {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-container .pagination .page-item .page-link {
  border: none;
  color: var(--color-grey4);
  padding: 0.4rem 0.6rem;
  border-radius: 0.25rem;
  min-width: 2rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  color: var(--color-grey4);
}
.pagination-container .pagination .page-item.active .page-link {
  background: var(--color-white);
  color: var(--color-primary);
  font-weight: 700;
  -webkit-box-shadow: 0 2px 6px rgba(41, 50, 60, 0.06);
          box-shadow: 0 2px 6px rgba(41, 50, 60, 0.06);
}
.pagination-container .pagination .page-link.page-arrow {
  width: 42px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--color-grey4);
  background: var(--color-white);
  -webkit-box-shadow: 0 2px 6px rgba(41, 50, 60, 0.06);
          box-shadow: 0 2px 6px rgba(41, 50, 60, 0.06);
  color: var(--color-primary);
  padding: 0;
  font-size: 20px;
  line-height: 1;
}
.pagination-container .pagination .page-link.page-arrow span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1;
}
.pagination-container .pagination .page-link.page-arrow.prev, .pagination-container .pagination .page-link.page-arrow.next {
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
}
.pagination-container .pagination .page-link.page-arrow.prev span, .pagination-container .pagination .page-link.page-arrow.next span {
  color: var(--color-primary);
}
.pagination-container .pagination .page-link.page-arrow.prev:hover, .pagination-container .pagination .page-link.page-arrow.next:hover {
  background: var(--color-primary);
}
.pagination-container .pagination .page-link.page-arrow.prev:hover span, .pagination-container .pagination .page-link.page-arrow.next:hover span {
  color: var(--color-white);
}
.pagination-container .pagination .page-link.page-arrow.prev[aria-disabled=true] {
  background: transparent;
  border: 1px solid var(--color-grey4);
}
.pagination-container .pagination .page-link.page-arrow.prev[aria-disabled=true] span {
  color: var(--color-grey4);
}
.pagination-container .pagination .page-link.page-arrow.next[aria-disabled=true] {
  background: transparent;
  border: 1px solid var(--color-grey4);
}
.pagination-container .pagination .page-link.page-arrow.next[aria-disabled=true] span {
  color: var(--color-grey4);
}
.pagination-container .pagination .page-link.page-arrow:hover,
.pagination-container .pagination .page-link.page-arrow:focus {
  background: var(--color-primary);
  outline: none;
}
.pagination-container .pagination .page-link.page-arrow:hover span,
.pagination-container .pagination .page-link.page-arrow:focus span {
  color: var(--color-white);
}
.pagination-container .pagination .page-item:not(.active) .page-link:not(.page-arrow):hover {
  background: rgba(33, 97, 243, 0.06);
  color: var(--color-primary);
}
.pagination-container .pagination .page-link {
  color: #00a1e0;
  border-color: #f9f9f9;
}
.pagination-container .pagination .page-link:hover {
  color: rgb(0, 124.34375, 173);
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.pagination-container .pagination .page-link:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
}
.pagination-container .pagination .page-item.active .page-link {
  background-color: #00a1e0;
  border-color: #00a1e0;
}
.pagination-container .pagination .page-item.active .page-link {
  background: var(--color-primary) !important;
  color: var(--color-white) !important;
  font-weight: 700;
  -webkit-box-shadow: 0 4px 10px rgba(33, 97, 243, 0.12);
          box-shadow: 0 4px 10px rgba(33, 97, 243, 0.12);
}
.pagination-container .pagination .page-item .page-link {
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 16px;
}
@media (min-width: 769px) {
  .pagination-container .pagination {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 768.98px) {
  .pagination-container .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.grid-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199.98px) {
  .grid-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5rem;
  }
}
.grid-footer .page-size-selector-container {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
}
@media (max-width: 1199.98px) {
  .grid-footer .page-size-selector-container {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.grid-footer .page-size-selector-container .page-size-label,
.grid-footer .page-size-selector-container .page-size-after {
  font-size: 14px;
  color: var(--color-grey4);
  white-space: nowrap;
}
.grid-footer .page-size-selector-container .page-size-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 999px;
  padding: 8px 25px 8px 12px;
  border: none;
  background: var(--color-white);
  -webkit-box-shadow: 0 2px 6px rgba(41, 50, 60, 0.06);
          box-shadow: 0 2px 6px rgba(41, 50, 60, 0.06);
  font-weight: 600;
  color: var(--color-primary);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: url("../images/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 11px center;
  background-size: 10px 10px;
  cursor: pointer;
}
.grid-footer .page-size-selector-container .page-size-select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 97, 243, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(33, 97, 243, 0.25);
}

.page-size-selector-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-size-selector-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0;
  }
}

.carousel-categories {
  position: relative;
  padding: 0 65px;
  margin-bottom: 1.8rem;
}
@media (max-width: 991.98px) {
  .carousel-categories {
    padding: 0 36px;
  }
}

.swiper-carousel .swiper-button-disabled {
  border-color: var(--color-primary);
  background-color: transparent;
}
.swiper-carousel .swiper-button-disabled::after {
  color: var(--color-primary);
}
.swiper-carousel .swiper-slide {
  width: 165px;
  height: auto;
}
.swiper-carousel .swiper-slide a {
  text-decoration: none;
}
.swiper-carousel .swiper-slide a:hover {
  font-weight: 500;
}
.swiper-carousel .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
}
.swiper-carousel .category-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.swiper-carousel .category-card .category-name {
  color: var(--color-grey5);
  font-size: 14px;
}

.price-refinement .price-range-wrapper {
  padding: 0.5rem 0.8rem;
}
.price-refinement .price-slider {
  position: relative;
  height: 36px;
  margin-bottom: 0.5rem;
}
.price-refinement input[type=range].range {
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  height: 36px;
  background: transparent;
  -webkit-appearance: none;
  margin: 0;
  z-index: 1;
}
.price-refinement input[type=range].range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-complementary);
  border: 3px solid var(--color-complementary);
  cursor: pointer;
}
.price-refinement input[type=range].range::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
}
.price-refinement input[type=range].range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-complementary);
  border: 3px solid var(--color-complementary);
  cursor: pointer;
}
.price-refinement input[type=range].range::-moz-range-track {
  height: 6px;
  background: transparent;
}
.price-refinement .range-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  height: 6px;
  background: #e5e5e5;
  border-radius: 3px;
}
.price-refinement .range-selected {
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--color-complementary);
  border-radius: 3px;
}
.price-refinement .price-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--color-grey5);
  font-size: 14px;
}
.price-refinement .price-labels .clickable {
  cursor: pointer;
  color: var(--color-grey4);
}
.price-refinement .price-input {
  text-align: center;
  border: 1px solid var(--color-grey4);
  border-radius: 4px !important;
  width: 83px;
  text-align: center;
  font-weight: 600;
  color: var(--color-grey5);
}

.product-grid > div {
  padding: 0 5px;
  margin-bottom: 20px;
}

.search-results .result-count .search-result-count {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 500;
}
.search-results .result-count .search-keywords {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 700;
}
.search-results .result-count .search-result-quantity {
  color: var(--color-grey5);
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .search-results .result-count p:first-child {
    display: none;
  }
}
@media (min-width: 769px) {
  .search-results #product-search-results > .row > .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
  }
  .search-results #product-search-results > .row > .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
}

.no-results-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
.no-results-container .no-results-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 422px;
}
.no-results-container .no-results-content .no-results-image {
  margin-bottom: 20px;
  overflow: hidden;
  max-height: 118px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.no-results-container .no-results-content .no-results-image img {
  width: 66px;
  height: auto;
  display: block;
}
.no-results-container .no-results-content .no-results-image.hide {
  max-height: 0;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.no-results-container .no-results-content .no-results-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--color-primary);
  line-height: 1.4;
}
.no-results-container .no-results-content .no-results-title .search-term {
  word-break: break-word;
  color: var(--color-complementary);
  font-weight: 400;
}
.no-results-container .no-results-content .no-results-suggestions {
  font-size: 14px;
  color: var(--color-grey5);
  line-height: 1.6;
  padding: 10px 20px;
}
.no-results-container.product-suggets {
  display: block;
  margin-bottom: 40px;
  border-radius: 12px;
  padding: 0 15px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .no-results-container {
    padding: 20px;
  }
  .no-results-container .no-results-content .no-results-title {
    font-size: 18px;
  }
  .no-results-container .no-results-content .no-results-suggestions {
    font-size: 12px;
  }
}

@media (min-width: 576px) {
  .slant-down::after {
    content: unset;
  }
}
