/* 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: #111; /* 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: #111; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #111;
  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: #646464;
}
.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 ul {
  padding-left: 15px;
}
.filter-bar {
  /* stylelint-disable-next-line no-descending-specificity */
}
.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: #111;
  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: #111;
  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;
}

@media (max-width: 768.98px) {
  .swatch-circle-beige {
    height: 1.875rem;
  }
}
.swatch-circle-beige {
  border: 0.063em solid #f6f5f3;
  width: 2.1875rem;
  height: 1.5rem;
  background: #f6f5f3;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}
.swatch-circle-beige.selected, .swatch-circle-beige:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-beige {
    height: 1.875rem;
  }
}
.swatch-filter-beige {
  border: 0.063em solid #f6f5f3;
  width: 2.1875rem;
  height: 1.5rem;
  background: #f6f5f3;
  border-radius: 0;
  background-color: #f6f5f3;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

@media (max-width: 768.98px) {
  .swatch-circle-black {
    height: 1.875rem;
  }
}
.swatch-circle-black {
  border: 0.063em solid #111;
  width: 2.1875rem;
  height: 1.5rem;
  background: #111;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}
.swatch-circle-black.selected, .swatch-circle-black:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-black {
    height: 1.875rem;
  }
}
.swatch-filter-black {
  border: 0.063em solid #111;
  width: 2.1875rem;
  height: 1.5rem;
  background: #111;
  border-radius: 0;
  background-color: #111;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

@media (max-width: 768.98px) {
  .swatch-circle-blue {
    height: 1.875rem;
  }
}
.swatch-circle-blue {
  border: 0.063em solid #0070d2;
  width: 2.1875rem;
  height: 1.5rem;
  background: #0070d2;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}
.swatch-circle-blue.selected, .swatch-circle-blue:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-blue {
    height: 1.875rem;
  }
}
.swatch-filter-blue {
  border: 0.063em solid #0070d2;
  width: 2.1875rem;
  height: 1.5rem;
  background: #0070d2;
  border-radius: 0;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

@media (max-width: 768.98px) {
  .swatch-circle-brown {
    height: 1.875rem;
  }
}
.swatch-circle-brown {
  border: 0.063em solid #a52a2a;
  width: 2.1875rem;
  height: 1.5rem;
  background: #a52a2a;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}
.swatch-circle-brown.selected, .swatch-circle-brown:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-brown {
    height: 1.875rem;
  }
}
.swatch-filter-brown {
  border: 0.063em solid #a52a2a;
  width: 2.1875rem;
  height: 1.5rem;
  background: #a52a2a;
  border-radius: 0;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

@media (max-width: 768.98px) {
  .swatch-circle-gold {
    height: 1.875rem;
  }
}
.swatch-circle-gold {
  border: 0.063em solid #ffd700;
  width: 2.1875rem;
  height: 1.5rem;
  background: #ffd700;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-gold.disabled {
  opacity: 0.2;
}
.swatch-circle-gold.selected, .swatch-circle-gold:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-gold {
    height: 1.875rem;
  }
}
.swatch-filter-gold {
  border: 0.063em solid #ffd700;
  width: 2.1875rem;
  height: 1.5rem;
  background: #ffd700;
  border-radius: 0;
  background-color: #ffd700;
  display: block;
  position: relative;
}
.swatch-filter-gold.disabled {
  opacity: 0.2;
}

@media (max-width: 768.98px) {
  .swatch-circle-green {
    height: 1.875rem;
  }
}
.swatch-circle-green {
  border: 0.063em solid #4bb66f;
  width: 2.1875rem;
  height: 1.5rem;
  background: #4bb66f;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}
.swatch-circle-green.selected, .swatch-circle-green:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-green {
    height: 1.875rem;
  }
}
.swatch-filter-green {
  border: 0.063em solid #4bb66f;
  width: 2.1875rem;
  height: 1.5rem;
  background: #4bb66f;
  border-radius: 0;
  background-color: #4bb66f;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

@media (max-width: 768.98px) {
  .swatch-circle-grey {
    height: 1.875rem;
  }
}
.swatch-circle-grey {
  border: 0.063em solid #8f979d;
  width: 2.1875rem;
  height: 1.5rem;
  background: #8f979d;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}
.swatch-circle-grey.selected, .swatch-circle-grey:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-grey {
    height: 1.875rem;
  }
}
.swatch-filter-grey {
  border: 0.063em solid #8f979d;
  width: 2.1875rem;
  height: 1.5rem;
  background: #8f979d;
  border-radius: 0;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

@media (max-width: 768.98px) {
  .swatch-circle-ivory {
    height: 1.875rem;
  }
}
.swatch-circle-ivory {
  border: 0.063em solid #fffff0;
  width: 2.1875rem;
  height: 1.5rem;
  background: #fffff0;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-ivory.disabled {
  opacity: 0.2;
}
.swatch-circle-ivory.selected, .swatch-circle-ivory:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-ivory {
    height: 1.875rem;
  }
}
.swatch-filter-ivory {
  border: 0.063em solid #fffff0;
  width: 2.1875rem;
  height: 1.5rem;
  background: #fffff0;
  border-radius: 0;
  background-color: #fffff0;
  display: block;
  position: relative;
}
.swatch-filter-ivory.disabled {
  opacity: 0.2;
}

@media (max-width: 768.98px) {
  .swatch-circle-multi {
    height: 1.875rem;
  }
}
.swatch-circle-multi {
  border: 0.063em solid transparent;
  width: 2.1875rem;
  height: 1.5rem;
  background: transparent;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-multi.disabled {
  opacity: 0.2;
}
.swatch-circle-multi.selected, .swatch-circle-multi:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-multi {
    height: 1.875rem;
  }
}
.swatch-filter-multi {
  border: 0.063em solid transparent;
  width: 2.1875rem;
  height: 1.5rem;
  background: transparent;
  border-radius: 0;
  background-color: transparent;
  display: block;
  position: relative;
}
.swatch-filter-multi.disabled {
  opacity: 0.2;
}

@media (max-width: 768.98px) {
  .swatch-circle-navy {
    height: 1.875rem;
  }
}
.swatch-circle-navy {
  border: 0.063em solid #000080;
  width: 2.1875rem;
  height: 1.5rem;
  background: #000080;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}
.swatch-circle-navy.selected, .swatch-circle-navy:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-navy {
    height: 1.875rem;
  }
}
.swatch-filter-navy {
  border: 0.063em solid #000080;
  width: 2.1875rem;
  height: 1.5rem;
  background: #000080;
  border-radius: 0;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

@media (max-width: 768.98px) {
  .swatch-circle-orange {
    height: 1.875rem;
  }
}
.swatch-circle-orange {
  border: 0.063em solid #ffa500;
  width: 2.1875rem;
  height: 1.5rem;
  background: #ffa500;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}
.swatch-circle-orange.selected, .swatch-circle-orange:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-orange {
    height: 1.875rem;
  }
}
.swatch-filter-orange {
  border: 0.063em solid #ffa500;
  width: 2.1875rem;
  height: 1.5rem;
  background: #ffa500;
  border-radius: 0;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

@media (max-width: 768.98px) {
  .swatch-circle-pink {
    height: 1.875rem;
  }
}
.swatch-circle-pink {
  border: 0.063em solid #fe249a;
  width: 2.1875rem;
  height: 1.5rem;
  background: #fe249a;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}
.swatch-circle-pink.selected, .swatch-circle-pink:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-pink {
    height: 1.875rem;
  }
}
.swatch-filter-pink {
  border: 0.063em solid #fe249a;
  width: 2.1875rem;
  height: 1.5rem;
  background: #fe249a;
  border-radius: 0;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

@media (max-width: 768.98px) {
  .swatch-circle-purple {
    height: 1.875rem;
  }
}
.swatch-circle-purple {
  border: 0.063em solid #800080;
  width: 2.1875rem;
  height: 1.5rem;
  background: #800080;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}
.swatch-circle-purple.selected, .swatch-circle-purple:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-purple {
    height: 1.875rem;
  }
}
.swatch-filter-purple {
  border: 0.063em solid #800080;
  width: 2.1875rem;
  height: 1.5rem;
  background: #800080;
  border-radius: 0;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

@media (max-width: 768.98px) {
  .swatch-circle-red {
    height: 1.875rem;
  }
}
.swatch-circle-red {
  border: 0.063em solid #f00;
  width: 2.1875rem;
  height: 1.5rem;
  background: #f00;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}
.swatch-circle-red.selected, .swatch-circle-red:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-red {
    height: 1.875rem;
  }
}
.swatch-filter-red {
  border: 0.063em solid #f00;
  width: 2.1875rem;
  height: 1.5rem;
  background: #f00;
  border-radius: 0;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

@media (max-width: 768.98px) {
  .swatch-circle-silver {
    height: 1.875rem;
  }
}
.swatch-circle-silver {
  border: 0.063em solid #d4d4d4;
  width: 2.1875rem;
  height: 1.5rem;
  background: #d4d4d4;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-silver.disabled {
  opacity: 0.2;
}
.swatch-circle-silver.selected, .swatch-circle-silver:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-silver {
    height: 1.875rem;
  }
}
.swatch-filter-silver {
  border: 0.063em solid #d4d4d4;
  width: 2.1875rem;
  height: 1.5rem;
  background: #d4d4d4;
  border-radius: 0;
  background-color: #d4d4d4;
  display: block;
  position: relative;
}
.swatch-filter-silver.disabled {
  opacity: 0.2;
}

@media (max-width: 768.98px) {
  .swatch-circle-white {
    height: 1.875rem;
  }
}
.swatch-circle-white {
  border: 0.063em solid #fff;
  width: 2.1875rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}
.swatch-circle-white.selected, .swatch-circle-white:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-white {
    height: 1.875rem;
  }
}
.swatch-filter-white {
  border: 0.063em solid #fff;
  width: 2.1875rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 0;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

@media (max-width: 768.98px) {
  .swatch-circle-yellow {
    height: 1.875rem;
  }
}
.swatch-circle-yellow {
  border: 0.063em solid #ff0;
  width: 2.1875rem;
  height: 1.5rem;
  background: #ff0;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}
.swatch-circle-yellow.selected, .swatch-circle-yellow:hover {
  border-color: #111;
}

@media (max-width: 768.98px) {
  .swatch-filter-yellow {
    height: 1.875rem;
  }
}
.swatch-filter-yellow {
  border: 0.063em solid #ff0;
  width: 2.1875rem;
  height: 1.5rem;
  background: #ff0;
  border-radius: 0;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.irs {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  font-size: 12px;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 24px;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--round {
  height: 40px;
}
.irs--round.irs-with-grid {
  height: 45px;
}
.irs--round .irs-line {
  top: 16px;
  height: 2px;
  background-color: #d4d4d4;
  border-radius: 2px;
}
.irs--round .irs-bar {
  top: 16px;
  height: 2px;
  background-color: #111;
}
.irs--round .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 1px;
  background-color: fade(#d4d4d4, 50%);
}
.irs--round .irs-handle {
  top: 11px;
  width: 11px;
  height: 11px;
  border: 4px solid #111;
  background-color: #111;
  border-radius: 50%;
}
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #fff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: transparent;
  color: #111;
  border-radius: 2px;
}
.irs--round .irs-grid {
  height: 5px;
}
.irs--round .irs-grid-pol {
  background-color: #d4d4d4;
}
.irs--round .irs-grid-text {
  color: #949494;
  font-size: 13px;
}

.bottom-buttons {
  position: sticky;
  bottom: -8px;
}

.banner-wrapper {
  padding: 1.125rem 1.875rem;
}

.category-search-banner {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 769px) {
  .category-search-banner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

.item-search-p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px !important;
  line-height: 18px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding-left: 5px;
}

.category-banner-container {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .category-banner-container {
    height: 128px;
  }
}

.category-name-header {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 769px) {
  .category-name-header {
    font-size: 44px;
    line-height: 48px;
  }
}

.second-nav-container {
  height: 37px;
  border-bottom: 0.0625rem solid #111;
}
.second-nav-container a {
  text-decoration: none !important;
}

.category-bottom-description {
  padding: 0 1rem;
  margin-bottom: 1.6875rem;
}
@media (min-width: 769px) {
  .category-bottom-description {
    padding: 0 1.875rem;
  }
}
.category-bottom-description .title {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 769px) {
  .category-bottom-description .title {
    font-size: 0.875rem;
  }
}
.category-bottom-description .description {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #646464;
}
@media (min-width: 769px) {
  .category-bottom-description .description {
    font-size: 1rem;
  }
}

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

@media (min-width: 769px) {
  .refinement-wrapper {
    padding-top: 0.4375rem;
  }
}

.swatch-mark.color-value.selected::after {
  display: none;
}

.filter-bar {
  margin: auto;
  width: 100%;
  background: #fff;
  z-index: 4;
}
.filter-bar .filter-container > div {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.filter-bar ul {
  padding: 0.75rem 0;
}
.filter-bar ul::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 768.98px) {
  .filter-bar ul {
    overflow-x: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .filter-bar ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.filter-bar .filter-item {
  font-size: 0.75rem;
  list-style: none;
  float: left;
  margin: 0 0.875rem 0 0;
  border-radius: 0;
}
@media (max-width: 768.98px) {
  .filter-bar .filter-item {
    margin: 0.625rem 0.875rem 0 0;
  }
}
.filter-bar .filter-item:first-child {
  margin-left: 0;
}
.filter-bar .filter-item.filter-value, .filter-bar .filter-item.filter-button {
  padding: 0.125rem 0.625rem 0.1875rem;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.filter-bar .filter-item.filter-value button, .filter-bar .filter-item.filter-button button {
  border: none;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  background: transparent;
}
.filter-bar .filter-item.filter-value button::after, .filter-bar .filter-item.filter-button button::after {
  display: none;
}
.filter-bar .filter-item.filter-value button:hover, .filter-bar .filter-item.filter-value button:focus, .filter-bar .filter-item.filter-button button:hover, .filter-bar .filter-item.filter-button button:focus {
  background: transparent;
  color: #111;
  text-decoration: none;
}
.filter-bar .filter-item.filter-value {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f6f5f3;
  background-color: #f6f5f3;
  border-radius: 0;
  position: relative;
}
.filter-bar .filter-item.filter-value button {
  color: #969696;
}
@media (min-width: 769px) {
  .filter-bar .filter-item.filter-value:hover {
    border-color: #111;
    color: #111;
  }
  .filter-bar .filter-item.filter-value:hover button {
    border-color: #111;
    color: #111;
  }
}
.filter-bar .filter-item.filter-button {
  margin-right: 0.8125rem;
  margin-bottom: 0.4375rem;
}
@media (min-width: 769px) {
  .filter-bar .filter-item.filter-button {
    margin-bottom: 0;
  }
}
.filter-bar .filter-item.clear-filters, .filter-bar .filter-item.filter-button {
  padding-top: 0.25rem;
  border: 0.0625rem solid transparent;
  font-weight: 700;
}
.filter-bar .filter-item.clear-filters {
  margin-left: 0.8125rem;
  margin-bottom: 0;
}
.filter-bar .filter-item.clear-filters button {
  font-weight: 600;
  color: #111;
}
.filter-bar .filter-item .color-btn::after {
  display: none;
}
.filter-bar .filter-item .color-btn::before {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  content: "Color: ";
  display: inline;
  top: auto;
  left: auto;
}
.filter-bar .filter-item .size-btn::before {
  content: "Size: ";
  display: inline;
}
.filter-bar .m-filter-btn .filter-item {
  margin: 0;
}
.filter-bar .refinements-trigger {
  padding-left: 0;
}
.filter-bar .refinements-trigger .open-filters {
  display: block;
}
.filter-bar .refinements-trigger .close-filters {
  display: none;
}
.filter-bar .refinements-trigger .close-filters.btn .close-icon {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.filter-bar .refinements-trigger .btn {
  color: #111;
}
.filter-bar .refinements-trigger.active .close-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-bar .refinements-trigger.active .open-filters {
  display: none;
}
.filter-bar .refinements-trigger:not(.active) {
  display: none;
  padding-right: 0.625rem;
}
.filter-bar .refinements-trigger:not(.active)::after {
  display: none;
}
@media (max-width: 768.98px) {
  .filter-bar .refinements-trigger {
    padding-left: 0.375rem;
  }
}

@media (min-width: 769px) {
  .tab-content .tab-pane {
    position: relative;
  }
}
@media (max-width: 768.98px) {
  .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.tab-content .refinement-bar {
  overflow: inherit;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 769px) {
  .tab-content .refinement-bar {
    width: 16.25rem;
    max-width: 16.25rem;
  }
  .tab-content .refinement-bar .sticky-refinement {
    max-height: 100vh;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    overflow: -moz-scrollbars-none; /* Older versions of Firefox */
    overflow-y: auto;
    padding-bottom: 15.625rem;
    /* stylelint-disable-next-line */
    scrollbar-width: none;
  }
  .tab-content .refinement-bar .sticky-refinement::-webkit-scrollbar {
    display: none; /* Older versions of Safari and Chrome */
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
  }
}
@media (max-width: 768.98px) {
  .tab-content .refinement-bar {
    overflow: auto;
    z-index: 10;
    height: 100%;
    padding-top: 8.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .tab-content .refinement-bar .sticky-refinement {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tab-content .refinement-bar .sticky-refinement.is-sticky-soft {
    position: relative;
  }
  .tab-content .refinement-bar .filter-header {
    padding: 1.25rem 0 0.0625rem;
    margin: 0;
  }
  .tab-content .refinement-bar .filter-header button {
    color: #111;
    text-transform: uppercase;
    font-size: 0.75rem;
    opacity: 1;
  }
}

.category-interruptor .interuptor-img {
  width: auto;
  height: 100%;
}
@media (max-width: 768.98px) {
  .category-interruptor {
    padding: 0;
  }
  .category-interruptor .content-asset {
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 769px) {
  .category-interruptor {
    padding-left: 10px;
    padding-right: 10px;
  }
  .category-interruptor .content-asset {
    width: 100%;
  }
  .category-interruptor .interuptor-img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 769px) {
  .product-grid {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (max-width: 768.98px) {
  .product-grid {
    padding-top: 0.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.product-grid .col-6 {
  overflow: hidden;
}
@media (min-width: 769px) {
  .product-grid .col-6 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (max-width: 768.98px) {
  .product-grid .col-6 {
    padding: 0;
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block;
  }
}

.grid-section {
  background: #fff;
  padding-left: 1.9375rem;
  padding-right: 1.9375rem;
}
.grid-section.full-width-grid {
  width: calc(100% - 16.25rem);
}

.custom-form-select label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.custom-form-select select {
  padding-right: 0.625rem;
}

.promo-message {
  margin-bottom: 0.9375rem;
  color: #e75151;
  font-weight: 500;
}

.custom-select {
  width: auto;
}

.refinements .collapsible-xl .title {
  line-height: 1.375rem;
  padding-top: 0.9375rem;
  padding-bottom: 1.125rem;
}
.refinements .collapsible-xl .title span {
  text-transform: capitalize;
  font-weight: 600;
}
.refinements .collapsible-xl .title::after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 0.875rem;
  height: 0.5rem;
  background: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1393 2.47241C14.2548 2.35413 14.2529 2.16467 14.1349 2.0488L13.2817 1.21057C13.1634 1.09433 12.9732 1.09616 12.8572 1.21466L7.7191 6.46067L2.47429 1.32378C2.35532 1.20726 2.16422 1.20993 2.04855 1.32973L1.20753 2.20079C1.09278 2.31964 1.09571 2.5089 1.2141 2.62414L7.54943 8.79109C7.66802 8.90652 7.85768 8.90413 7.97331 8.78574L14.1393 2.47241Z' fill='%23111111' stroke='white' stroke-width='0.35'/%3E%3C/svg%3E") no-repeat center;
  content: "";
  top: 0.5625rem;
  position: relative;
}
.refinements .collapsible-xl.active .title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.refinements .collapsible-xl .values {
  padding: 0;
  margin-bottom: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  overflow-y: auto;
  max-height: 22.6875rem;
}
.refinements .collapsible-xl .values .values {
  padding: 0;
}
.refinements .collapsible-xl li {
  background-color: #fff;
}
.refinements .card {
  border-width: 0 0 0.0625rem 0;
  border-color: #d4d4d4;
  overflow: hidden;
}
.refinements .card:first-of-type {
  border-top-width: 0.0625rem;
}
.refinements .card-body {
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.refinements .card-header {
  padding: 0;
  border: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.refinements .sorting-options li {
  cursor: pointer;
}
.refinements .sorting-options .checked {
  display: none;
}
.refinements .sorting-options .unchecked {
  display: inline;
}
.refinements .sorting-options .selected .checked {
  display: inline;
}
.refinements .sorting-options .selected .unchecked {
  display: none;
}
.refinements .search-by-attribute {
  padding: 0.3125rem 1.25rem 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  background-color: #f6f5f3;
  border-width: 0;
  border-color: #111;
  color: #111;
  height: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L4.07692 7.9231' stroke='%23111111' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='6.38461' cy='4.84615' r='3.84615' stroke='%23111111'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 16px;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  margin-bottom: 0.75rem;
}
.refinements .search-by-attribute::-moz-placeholder {
  color: #111;
}
.refinements .search-by-attribute::-webkit-input-placeholder {
  color: #111;
}
.refinements .search-by-attribute:-ms-input-placeholder {
  color: #111;
}
.refinements .search-by-attribute::-ms-input-placeholder {
  color: #111;
}
.refinements .search-by-attribute::placeholder {
  color: #111;
}
@media (min-width: 769px) {
  .refinements .search-by-attribute {
    padding: 0.3125rem 0.75rem 0.25rem 1.25rem;
    background-color: transparent;
    background-position: center left;
  }
}
.refinements .h5 {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-transform: capitalize;
  color: #111;
}
@media (min-width: 769px) {
  .refinements ul {
    overflow: hidden;
  }
}
.refinements ul li {
  font-size: 0.875rem;
}
.refinements ul li:not(.text-line) {
  width: 2.875rem;
  height: 2.75rem;
  padding: 0;
}
.refinements ul li:not(.text-line) button {
  padding: 0;
  width: 100%;
  height: 100%;
}
.refinements ul li i {
  padding-right: 0;
}
.refinements ul li button {
  padding: 0;
  font-size: 0.875rem;
  color: #111;
}
.refinements ul li button:focus, .refinements ul li button:active {
  outline-style: dotted;
  outline-width: 1px;
  outline-offset: 0;
}
.refinements ul li.color-attribute {
  padding: 0 0.125rem;
  width: auto;
  height: auto;
  line-height: 1;
  margin-bottom: 0.9375rem;
}
.refinements ul li .swatch-circle-white {
  border-color: #d4d4d4;
}
.refinements ul li .swatch-circle-multi {
  border: 0;
  background-image: linear-gradient(135deg, #ffeb02 0%, #fe01b6 100%);
}
.refinements ul .ais-HierarchicalMenu-item,
.refinements ul .ais-RefinementList-item {
  height: 0;
}
.refinements .attribute-type-color .values {
  margin: 0 -0.125rem 0.3125rem;
}
@media (max-width: 768.98px) {
  .refinements .attribute-type-color .values {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.refinements .values li {
  padding: 0.3125rem 0;
}
.refinements .card-body li.text-line:last-of-type {
  padding-bottom: 0;
}
.refinements .refinement-shop-by-category .values li {
  margin-bottom: 0;
}
.refinements .refinement-shop-by-category .values li .category-filter-list:hover {
  background-color: transparent;
  color: #111;
}
.refinements .refinement-shop-by-category .values li .text-line {
  padding-bottom: 0;
}
.refinements .refinement-shop-by-category .values li .text-line button {
  padding-bottom: 0.3125rem !important;
}
.refinements .refinement-shop-by-category .values .values {
  margin: 0;
  max-height: 100%;
  padding: 0;
}
.refinements .refinement-shop-by-category .values .values li:first-of-type {
  padding-top: 0.625rem;
}
.refinements .refinement-shop-by-category .values .values li .text-left {
  display: inline-block;
  padding: 0.3125rem 0;
}
@media (min-width: 769px) {
  .refinements .refinement.first .card-header button {
    padding-top: 0 !important;
  }
}

.filter-bar .custom-select {
  background-image: url("../../images/caret-image.png");
  background-size: auto;
}

.separate-attribute-definitions .values li {
  padding: 1.0625rem 0;
  line-height: 1.375rem;
  border-bottom: 0.0625rem solid #d4d4d4;
}
.separate-attribute-definitions .values li i {
  padding-right: 0;
}

@media (max-width: 768.98px) {
  .refinements {
    padding-top: 0.74rem;
  }
}
@media (min-width: 769px) {
  .refinement-bar {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 3.75rem;
  }
  .refinement-bar:not(.active) {
    position: absolute;
    opacity: 0;
  }
  .refinements .h5 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .refinements .collapsible-xl {
    margin: 0;
  }
  .refinements .collapsible-xl.active .title::after {
    margin: 0;
  }
}
.secondary-bar {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  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;
  }
}
@media (max-width: 543.98px) {
  .secondary-bar {
    padding: 0;
  }
}

.search-container {
  padding-left: 30px;
  padding-right: 30px;
}

.result-count {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
  margin: 1.875rem 0 1.125rem;
}
@media (min-width: 769px) {
  .result-count {
    font-size: 2rem;
    line-height: 2.25rem;
    letter-spacing: -3%;
    margin: 3.125rem 0;
  }
}
.result-count b,
.result-count .search-keywords {
  font-weight: 600;
}
.result-count b.no-results,
.result-count .search-keywords.no-results {
  color: #e75151;
}
.result-count .search-result-count {
  color: #111;
  padding-left: 0;
}
.result-count .no-results b {
  color: #e75151;
}

.search-results {
  padding-left: 1.875rem;
  padding-right: 1.25rem;
}
@media (max-width: 991.98px) {
  .search-results {
    padding-left: 20px;
  }
}
.search-results.search-results--no-results {
  padding-left: 1.25rem;
}
@media (min-width: 769px) {
  .search-results.search-results--no-results {
    padding-left: 1.875rem;
  }
}
.search-results.search-results--no-results .plp-h1 {
  display: none;
}
.search-results.search-results--no-results .result-count {
  margin: 1.75rem 0 1.875rem;
}
@media (min-width: 769px) {
  .search-results.search-results--no-results .result-count {
    margin: 3.125rem 0 2.5rem;
  }
}
.search-results.search-results--no-results .result-count .search-result-count {
  padding-left: 0;
}
.search-results.search-results--no-results .nosearch-carousel {
  margin: 0 -1.25rem;
}
@media (min-width: 769px) {
  .search-results.search-results--no-results .nosearch-carousel {
    margin: 0 -1.875rem;
    max-width: 2000px;
    width: 100vw;
  }
}
.search-results.search-results--no-results .recommendations-default {
  padding: 0;
  margin-top: -2.5rem;
  margin-bottom: -1.25rem;
}
@media (min-width: 769px) {
  .search-results.search-results--no-results .recommendations-default {
    padding-top: 0.625rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.search-results .recommendations-default {
  padding: 0.8125rem 0 0;
}
@media (min-width: 769px) {
  .search-results .recommendations-default {
    padding: 2.125rem 0 0;
  }
}

.search-tips {
  margin: 1.6875rem 0 3.125rem;
}
@media (min-width: 769px) {
  .search-tips {
    margin: 2.5rem 0 5rem;
    max-width: 37.5rem;
  }
}

.product-search-category-name {
  padding-left: 2.1875rem;
  width: 100%;
}
@media (min-width: 769px) {
  .product-search-category-name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    padding-left: 0;
  }
}

#width_tmp_select {
  font-size: 0.75rem;
  padding-right: 0.625rem;
  position: fixed;
  opacity: 0;
}

@media (min-width: 992px) {
  #product-search-results {
    padding: 0 0.9375rem 0 0;
  }
}

.second-nav-container::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.plp-h1 {
  font-size: 1.125rem;
  line-height: 1.5625rem;
}

.plp-sub-nav {
  border-bottom: 0.0625rem solid #111;
  padding: 1.25rem;
}

@media (max-width: 768.98px) {
  .search-pagination {
    margin: auto;
  }
  .search-pagination .page-item .page-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .search-pagination .page-item:last-of-type {
    text-align: right;
  }
  .search-pagination .page-item:first-of-type {
    text-align: left;
  }
}

.tile-page-wrapper.is-loading {
  height: 0;
  opacity: 0;
}
