/* 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;
}

.not-available-color {
  fill: #ED6861;
}

.available-color {
  fill: #18A277;
}

.low-stock-color {
  fill: #ED6861;
}

/* 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: #1C8552; /* 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: #1C8552; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #1C8552;
  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);
}

.not-available-color {
  fill: #ED6861;
}

.available-color {
  fill: #18A277;
}

.low-stock-color {
  fill: #ED6861;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  background: #F4E7CD; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 10px;
  background: #F4E7CD !important;
  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: #F4E7CD; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #F4E7CD;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  background: #030303; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 10px;
  background: #030303 !important;
  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: #030303; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #030303;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  background: #1BA2AF; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 10px;
  background: #1BA2AF !important;
  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: #1BA2AF; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #1BA2AF;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  background: #7B6554; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 10px;
  background: #7B6554 !important;
  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: #7B6554; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #7B6554;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  background: #018179; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 10px;
  background: #018179 !important;
  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: #018179; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #018179;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  background: #6A728B; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 10px;
  background: #6A728B !important;
  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: #6A728B; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #6A728B;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  background: #363E54; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 10px;
  background: #363E54 !important;
  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: #363E54; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #363E54;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  background: #ED6861; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 10px;
  background: #ED6861 !important;
  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: #ED6861; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ED6861;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  background: #F0A6C8; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 10px;
  background: #F0A6C8 !important;
  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: #F0A6C8; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #F0A6C8;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  background: #7E3363; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 10px;
  background: #7E3363 !important;
  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: #7E3363; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #7E3363;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  background: #C55A68; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 10px;
  background: #C55A68 !important;
  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: #C55A68; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #C55A68;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  background: #FFFFFF; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 10px;
  background: #FFFFFF !important;
  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: #FFFFFF; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #FFFFFF;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  background: #ECD765; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 10px;
  background: #ECD765 !important;
  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: #ECD765; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ECD765;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.extra-swatches {
  height: 18px;
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  background-color: rgb(200, 198, 201);
  border-radius: 59px;
  color: rgb(23, 29, 29) !important;
}

.product .product-tile .product-list-swatch {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
}
.product .product-tile .product-list-swatch.swatch-circle-white {
  border: 1px solid #c8c6c9;
}
.product .product-tile .swatch-circle {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.swatch-circle-white {
  border: 1px solid #c8c6c9;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7B6554), color-stop(22%, #7B6554), color-stop(22%, #F4E7CD), color-stop(40%, #F4E7CD), color-stop(40%, #ECD765), color-stop(60%, #ECD765), color-stop(60%, #7E3363), color-stop(85%, #7E3363), color-stop(85%, #018179), to(#018179)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #F0A6C8), color-stop(50%, #F0A6C8), color-stop(50%, #363E54), to(#363E54)) !important;
  background: linear-gradient(0deg, #7B6554 0, #7B6554 22%, #F4E7CD 22%, #F4E7CD 40%, #ECD765 40%, #ECD765 60%, #7E3363 60%, #7E3363 85%, #018179 85%, #018179 100%), linear-gradient(0deg, #F0A6C8 0, #F0A6C8 50%, #363E54 50%, #363E54 100%) !important;
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: none !important;
  border-radius: 1.25em;
  display: block;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 20px;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3d2b23), color-stop(22%, #3d2b23), color-stop(22%, #a38f7c), color-stop(40%, #a38f7c), color-stop(40%, #9d8c32), color-stop(60%, #9d8c32), color-stop(60%, #4d1e3d), color-stop(85%, #4d1e3d), color-stop(85%, #01484f), to(#01484f)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #8b5b7a), color-stop(50%, #8b5b7a), color-stop(50%, #1d1f27), to(#1d1f27)) !important;
  background: linear-gradient(0deg, #3d2b23 0, #3d2b23 22%, #a38f7c 22%, #a38f7c 40%, #9d8c32 40%, #9d8c32 60%, #4d1e3d 60%, #4d1e3d 85%, #01484f 85%, #01484f 100%), linear-gradient(0deg, #8b5b7a 0, #8b5b7a 50%, #1d1f27 50%, #1d1f27 100%) !important;
  background-repeat: repeat-y, repeat !important;
  background-size: 50% 100%, 100% 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.swatch-circle-miscellaneous.selected::after {
  top: 7px;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.swatch-circle-silver {
  background: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4), to(#bebfc4)) !important;
  background: linear-gradient(0deg, #f4f4f4, #bebfc4) !important;
  background-repeat: repeat-y, repeat;
  background-size: 100% 100%;
  border: none !important;
  border-radius: 1.25em;
  display: block;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.swatch-circle-silver.disabled {
  opacity: 0.2;
}
.swatch-circle-silver.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.swatch-circle-gold {
  background: -webkit-gradient(linear, left bottom, left top, from(#FDE388), to(#C4A645)) !important;
  background: linear-gradient(0deg, #FDE388, #C4A645) !important;
  background-repeat: repeat-y, repeat;
  background-size: 100% 100%;
  border: none !important;
  border-radius: 1.25em;
  display: block;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.swatch-circle-gold.disabled {
  opacity: 0.2;
}
.swatch-circle-gold.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.swatch-circle-rosegold {
  background: -webkit-gradient(linear, left bottom, left top, from(#F0D4CB), to(#C99D90)) !important;
  background: linear-gradient(0deg, #F0D4CB, #C99D90) !important;
  background-repeat: repeat-y, repeat;
  background-size: 100% 100%;
  border: none !important;
  border-radius: 1.25em;
  display: block;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.swatch-circle-rosegold.disabled {
  opacity: 0.2;
}
.swatch-circle-rosegold.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.not-available-color {
  fill: #ED6861;
}

.available-color {
  fill: #18A277;
}

.low-stock-color {
  fill: #ED6861;
}

.faqs {
  font-family: ubuntu;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  padding-top: 60px;
}
.faqs .header {
  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;
  gap: 15px;
}
.faqs .header .title {
  font-family: ubuntuBold;
  font-size: 26px;
}
.faqs .header .description {
  font-size: 18px;
  text-align: center;
}
.faqs .info .faqs-info-box {
  width: 100%;
  height: auto !important;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 60px;
  gap: 20px;
  background: transparent radial-gradient(ellipse at -5% 105%, #26DEA6 0%, #24D6AB 0%, #1EC3B6 47%, #1BA2AF 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-family: ubuntuBold;
  text-align: center;
  border-radius: 24px;
}
@media (min-width: 992px) {
  .faqs .info .faqs-info-box {
    height: 85px !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0px 60px;
    text-align: left;
  }
}
.faqs .info .faqs-info-box .text {
  font-size: 26px;
}
.faqs .info .faqs-info-box a.btn-outline-primary {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.faqs .info .faqs-info-box a.btn-outline-primary :hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.faqs .info .faqs-info-box a.btn-outline-primary.disabled {
  color: #58595b;
  background-color: #e0e5ec;
  border-color: #e0e5ec;
  pointer-events: none;
}
.faqs .info .faqs-info-box a.btn-outline-primary.disabled:hover {
  cursor: not-allowed;
}
.faqs .info:has(.experience-region:empty) {
  display: none;
}
.faqs .items .items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.faqs .items .items-container .faqs-item .faqs-item-tile {
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border: 0.5px solid #E8E8E8;
  border-radius: 24px;
}
.faqs .items .items-container .faqs-item .faqs-item-tile[aria-expanded=false] .expandable {
  display: none;
}
.faqs .items .items-container .faqs-item .faqs-item-tile[aria-expanded=false] .question::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faqs .items .items-container .faqs-item .faqs-item-tile .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
  font-family: ubuntuMedium;
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
}
.faqs .items .items-container .faqs-item .faqs-item-tile .question::after {
  content: "";
  background-image: url("../../images/arrow-up-toggle.svg");
  background-repeat: no-repeat;
  width: 14px;
  background-size: 14px;
  height: 8px;
  right: 20px;
  position: absolute;
}
.faqs .items .items-container .faqs-item .faqs-item-tile .expandable {
  display: block;
}
.faqs .items .items-container .faqs-item .faqs-item-tile hr {
  margin: 0;
  border: 0.5px solid #E8E8E8;
}
.faqs .items .items-container .faqs-item .faqs-item-tile .answer {
  padding: 20px;
}
.faqs .items .items-container .faqs-item .faqs-item-tile .answer img {
  max-width: -webkit-fill-available;
}
.faqs .items .items-container .faqs-item:empty {
  display: none;
}
.faqs .items:has(.items-container:empty) {
  display: none;
}
.faqs .categories .categories-container {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1200px) {
  .faqs .categories .categories-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .faqs .categories .categories-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.faqs .categories .categories-container .faqs-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faqs .categories .categories-container .faqs-category .faqs-category-tile {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  width: 100%;
  border: 1px solid #C4C4C4;
  border-radius: 24px;
  padding: 30px;
}
.faqs .categories .categories-container .faqs-category .faqs-category-tile .top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.faqs .categories .categories-container .faqs-category .faqs-category-tile .top-container .image img {
  height: 40px;
}
.faqs .categories .categories-container .faqs-category .faqs-category-tile .top-container .title {
  font-family: ubuntuBold;
  font-size: 24px;
}
.faqs .categories .categories-container .faqs-category .faqs-category-tile .bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.faqs .categories .categories-container .faqs-category .faqs-category-tile .bottom-container .description {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
}
.faqs .categories .categories-container .faqs-category .faqs-category-tile .bottom-container .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faqs .categories .categories-container .faqs-category .faqs-category-tile .bottom-container .actions a.btn-outline-primary {
  color: #1BA2AF;
  border-color: #1BA2AF;
}
.faqs .categories .categories-container .faqs-category .faqs-category-tile .bottom-container .actions a.btn-outline-primary :hover {
  color: #fff;
  background-color: #1BA2AF;
  border-color: #1BA2AF;
}
.faqs .categories .categories-container .faqs-category .faqs-category-tile .bottom-container .actions a.btn-outline-primary.disabled {
  color: #58595b;
  background-color: #e0e5ec;
  border-color: #e0e5ec;
  pointer-events: none;
}
.faqs .categories .categories-container .faqs-category .faqs-category-tile .bottom-container .actions a.btn-outline-primary.disabled:hover {
  cursor: not-allowed;
}
.faqs .categories:has(.categories-container:empty) {
  display: none;
}

.faqs .items .items-container .faqs-item .faqs-item-tile .question {
  margin: 0;
  line-height: 1.5;
}

.faqs.custom-faqs {
  padding-top: 0px;
}
@media only screen and (max-width: 768px) {
  .faqs.custom-faqs .faq-section.search-faqs {
    padding: 0 10px;
  }
}
.faqs.custom-faqs .faq-section .content {
  display: none;
}
.faqs.custom-faqs .faq-section > .title {
  font-family: ubuntuMedium;
  font-size: 18px;
  cursor: pointer;
  margin: 0 0 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faqs.custom-faqs .faq-section .faq-toggle-image {
  width: 13px;
  height: 6px;
  background-size: 13px 6px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../../images/arrow-up-toggle.svg);
}
.faqs.custom-faqs .faq-section.active > .content {
  display: block;
}
.faqs.custom-faqs .faq-section.active > .title .faq-toggle-image {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faqs.custom-faqs .faq-section.items.search-faqs .items-container .faqs-item .faqs-item-tile .question::after {
  right: 51px;
}
@media only screen and (max-width: 768px) {
  .faqs.custom-faqs .faq-section.items.search-faqs .items-container .faqs-item .faqs-item-tile .question::after {
    right: 30px;
  }
}

.experience-component.experience-commerce_assets-categoryDescription {
  margin-bottom: 0;
}

.category-description-banner {
  margin: 15px;
}
.category-description-banner.description-component {
  padding: 0;
}
@media (max-width: 767px) {
  .category-description-banner.description-component {
    padding: 0;
  }
}
.category-description-banner .category-description-title {
  font-size: 24px;
  font-family: UbuntuMedium;
}
.category-description-banner #category-description-text {
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
  -webkit-line-clamp: 2;
}
.category-description-banner #category-description-text.expanded {
  overflow: visible;
  display: block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}
.category-description-banner .category-description-button, .category-description-banner .category-description-button-show-less {
  font-size: 14px;
  color: #1ba2af;
}
.category-description-banner .category-description-button:hover, .category-description-banner .category-description-button-show-less:hover {
  cursor: pointer;
}

.refinement-bar {
  display: none;
}
@media (max-width: 768.98px) {
  .refinement-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 15px;
    overflow-y: scroll;
  }
  .refinement-bar.hide-mob {
    visibility: hidden;
  }
}

.hub-page-banner {
  position: relative;
}
.hub-page-banner img {
  width: 100%;
  min-height: 300px;
}
@media (max-width: 768.98px) {
  .hub-page-banner img {
    min-height: 60px;
  }
}
.hub-page-banner .subcategories-inner {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768.98px) {
  .hub-page-banner .subcategories-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.hub-page-banner .subcategories-inner .subcategories-title {
  color: white;
  font-family: ubuntuBold;
  font-size: 35px;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3450980392);
}
@media (max-width: 768.98px) {
  .hub-page-banner .subcategories-inner .subcategories-title {
    font-size: 28px;
  }
}
@media (max-width: 768.98px) {
  .hub-page-banner .subcategories-inner .subcategories-container {
    display: none;
  }
}

.subcategories-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media (max-width: 768.98px) {
  .subcategories-container {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.subcategories-container .subcategory {
  color: white !important;
  background-color: #1ba2af;
  font-size: 18px;
  line-height: 21px;
  padding: 11px 24px;
  min-width: 130px;
  text-align: center;
}
@media (max-width: 768.98px) {
  .subcategories-container .subcategory {
    width: calc(50% - 5px);
    padding: 12px;
    min-width: auto;
    font-size: 15px;
    line-height: 17px;
    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;
  }
}

.sort-and-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 15px;
}
@media (min-width: 769px) {
  .sort-and-search {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (max-width: 768.98px) {
  .sort-and-search.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 30px 15px;
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.062745098);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.062745098);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.062745098);
  }
}
.sort-and-search .search-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.sort-and-search .search-filters .refinements-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #C5C6D0;
}
.sort-and-search .search-filters .refinements-header .filters-label {
  font-family: ubuntuMedium;
  font-size: 18px;
  color: rgb(5, 31, 34);
  white-space: nowrap;
  margin: 0;
}
.sort-and-search .search-filters .refinements-header button.reset {
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  font-family: ubuntuBold;
  font-weight: normal;
}
.sort-and-search .search-filters .mobile {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 0;
}
.sort-and-search .sort-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 0;
}
.sort-and-search .sort-container.mobile {
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sort-and-search .sort-container .sort-label {
  font-family: ubuntuMedium;
  font-size: 16px;
  color: rgb(5, 31, 34);
  white-space: nowrap;
  margin: 0;
}
.sort-and-search .sort-container .order-container {
  width: -webkit-fill-available;
}
.sort-and-search .sort-container .order-container .select2-container {
  text-align: center;
}
.sort-and-search .sort-container .custom-select-label {
  font-size: 14px;
}
@media (max-width: 768.98px) {
  .sort-and-search .sort-container {
    padding-right: 16px;
  }
}

.search-results .show-more .btn-outline-primary {
  background-color: transparent;
  border: 1px solid #363E54;
  color: #363E54;
}
.search-results .grid-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-results .results-count {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  font-size: 16px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.search-results .results-count.bottom-counter {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .search-results.container {
    padding-top: 11px;
  }
}
.search-results.container .tab-content {
  padding: 0;
}
.search-results.container .tab-content #product-search-results {
  padding: 0;
}
.search-results.container .tab-content #product-search-results .sort-by {
  margin-top: 15px;
  padding: 0;
}
@media (max-width: 768.98px) {
  .search-results.container .tab-content #product-search-results .sort-by {
    margin-top: 20px;
  }
}
.search-results.container .tab-content #product-search-results .sort-by .custom-select {
  font-family: "ubuntuMedium";
}
.search-results.container .tab-content #product-search-results .refinement-bar {
  z-index: 2;
}
@media (min-width: 544px) {
  .search-results.container .tab-content #product-search-results .refinement-bar {
    padding: 0;
  }
  .search-results.container .tab-content #product-search-results .refinement-bar.secondary-bar .reset.btn.btn-block {
    margin: 5px 0 0;
    padding-bottom: 28px;
  }
}
@media (max-width: 768.98px) {
  .search-results.container .tab-content #product-search-results .refinement-bar {
    height: 100%;
    padding-bottom: 95px;
  }
}
.search-results .results-number {
  color: #333333;
  font-size: 16px;
}
@media (max-width: 543.98px) {
  .search-results {
    padding-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
  }
}

.not-found-message {
  margin-left: 26px;
  font-size: 14px;
  margin-bottom: 10px;
  word-break: break-all;
}
@media (min-width: 544px) {
  .not-found-message {
    margin-top: -10px;
  }
}

.refinements {
  padding: 0 0 0 16px;
}
.refinements ul li button {
  padding-left: 0;
  color: #5b6a7e !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  max-width: 100%;
}
.refinements ul li button .selected {
  font-weight: bold;
}
.refinements ul li button .selected.swatch-mark {
  font-weight: normal;
}
.refinements ul li button .selected.swatch-mark.color-value.selected::after {
  top: 7px;
  left: 6px;
}
.refinements ul li .fa-check-circle:before {
  content: "\f111";
  font-size: 0.8em;
  border: 1px solid #EAEFF5;
  border-radius: 50%;
  padding: 2px 3px;
  color: #1ba2af;
}
.refinements ul li .fa-circle-o:before {
  font-size: 0.88em;
  content: "";
  border: 1px solid #EAEFF5;
  padding: 0 7px;
  border-radius: 50%;
}
.refinements ul li .fa-square-o {
  font-size: 20px;
  padding-right: 10px;
}
.refinements .card-header {
  padding: 0;
  border-bottom: none;
}
.refinements .card-header h2 {
  font-family: "ubuntuBold";
  font-size: 18px;
  cursor: pointer;
}
.refinements .refinement {
  border-bottom: 1px solid #C5C6D0;
  margin: 0;
}
.refinements .refinement .title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.refinements .refinement .title-content .number-of-selected-values {
  height: 18px;
  min-width: 18px;
  border-radius: 100px;
  padding: 0px 5px;
  margin-bottom: 5px;
  font-family: "ubuntuBold";
  font-size: 12px;
  text-align: center;
  background-color: rgb(0, 105, 114);
  color: rgb(205, 231, 235);
  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: 768.98px) {
  .refinements .refinement .title-content .number-of-selected-values {
    margin-bottom: 0;
  }
}
.refinements .refinement .title-content .number-of-selected-values.hidden {
  display: none;
}
.refinements .refinement.is-category-refinement-true {
  display: none;
}
.refinements .refinement.is-category-refinement-true li {
  margin-left: 0.938em;
  display: block;
}
.refinements .refinement.is-category-refinement-true > ul > li {
  margin-left: 0;
}
.refinements .refinement:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.refinements .refinement .card-body {
  padding-top: 5px;
}
.refinements .refinement#price .card-body {
  padding-top: 8px;
}
.refinements .refinement.refinement-toggle {
  padding: 8px 0;
  border-top: none;
  border-bottom: none;
}
.refinements .refinement.refinement-toggle .values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.refinements .refinement.refinement-toggle .label {
  font-size: 14px;
  line-height: 20px;
}
.refinements .refinement.refinement-toggle .toggle {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 32px;
  margin-bottom: 0;
  border: 2px solid rgb(111, 121, 122);
  border-radius: 100px;
  background-color: rgb(222, 228, 228);
}
.refinements .refinement.refinement-toggle .toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.refinements .refinement.refinement-toggle .toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: inherit;
  border-radius: inherit;
}
.refinements .refinement.refinement-toggle .toggle .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  top: 2px;
  background-color: rgb(111, 121, 122);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.refinements .refinement.refinement-toggle .toggle.active {
  border: 2px solid rgb(27, 162, 175);
  background-color: rgb(27, 162, 175);
}
.refinements .refinement.refinement-toggle .toggle.active .slider:before {
  background-color: white;
}
.refinements .refinement.refinement-toggle .toggle.active input + .slider:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.refinements .toggle-image {
  position: absolute;
  right: 0px;
  top: 8px;
  cursor: pointer;
}
.refinements .make-scrollable {
  max-height: 208px;
  overflow-y: auto !important;
  scrollbar-width: auto;
}
.refinements .make-scrollable::-webkit-scrollbar {
  width: 6px;
  background-color: #eff0f7;
}
.refinements .make-scrollable::-webkit-scrollbar-thumb {
  background: #6A728B;
  -webkit-box-shadow: 0px 0.1px 0.5px black;
          box-shadow: 0px 0.1px 0.5px black;
  border-radius: 3px;
  opacity: 1;
}
.refinements .make-scrollable::-webkit-scrollbar-thumb:hover {
  background: #333333;
}
.refinements .make-scrollable::-webkit-scrollbar-button {
  display: none;
}

.filter-header {
  margin-left: 0;
  margin-right: 0;
}
.filter-header .results-number {
  top: 19px;
  right: 0;
  left: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.filter-results-container {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.filter-results-container .btn-primary.filter-results {
  color: #1ba2af;
  border-color: #1ba2af;
  background-color: transparent;
  padding: 8px;
}
@media (max-width: 768.98px) {
  .filter-results-container .btn-primary.filter-results {
    padding: 12px 5px;
  }
}
@media (max-width: 768.98px) {
  .filter-results-container {
    padding-right: 22px;
  }
}
@media (max-width: 543.98px) {
  .filter-results-container {
    padding-right: 37px;
    padding-left: 0px;
  }
}

.m-shop-page .listing-content {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .m-shop-page .extra-controls {
    gap: 10px;
  }
  .m-shop-page .extra-controls span.to-label {
    left: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .m-shop-page .extra-controls {
    gap: 10px;
  }
  .m-shop-page .extra-controls .js-input-from, .m-shop-page .extra-controls .js-input-to {
    padding: 9px 12px;
  }
  .m-shop-page .extra-controls span.from-label {
    left: 18px;
  }
  .m-shop-page .extra-controls span.to-label {
    left: 18px;
  }
}

.extra-controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 5px;
  gap: 15px;
  font-family: ubuntu;
}
.extra-controls .from, .extra-controls .to {
  position: relative;
  padding: 0;
  margin: 0;
}
.extra-controls .js-input-from, .extra-controls .js-input-to {
  width: 100%;
  padding: 9px 18px;
  border-radius: 20px;
  opacity: 1;
  border: 1px solid #E1E6ED;
  font-size: 16px;
  color: #5b6a7e;
}
.extra-controls .js-input-from:focus-visible, .extra-controls .js-input-to:focus-visible {
  outline: none;
}
@media (max-width: 1199.98px) {
  .extra-controls .js-input-from, .extra-controls .js-input-to {
    font-size: 16px;
    padding: 9px 13px;
  }
}
.extra-controls span {
  font-size: 14px;
  color: #5b6a7e;
  position: absolute;
  background: white;
  border-radius: 20px;
  padding: 0 4px;
}
.extra-controls span.from-label {
  left: 16px;
  top: -9px;
}
@media (max-width: 1199.98px) {
  .extra-controls span.from-label {
    left: 16px;
    top: -9px;
  }
}
.extra-controls span.to-label {
  top: -9px;
  left: 16px;
}
@media (max-width: 1199.98px) {
  .extra-controls span.to-label {
    top: -9px;
    left: 16px;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .extra-controls span.to-label {
    top: -8px;
    left: 17px;
  }
}
@media (max-width: 768.98px) {
  .extra-controls span.to-label {
    left: 17px;
  }
}
@media (max-width: 543.98px) {
  .extra-controls span.to-label {
    top: -8px;
    left: 17px;
  }
}
@media (max-width: 991.98px) {
  .extra-controls {
    gap: 24px;
  }
}
@media (max-width: 1199.98px) {
  .extra-controls {
    gap: 8px;
  }
}

.hide {
  display: none !important;
}

.search-nav {
  border: none;
}

@media (min-width: 992px) {
  .product-grid-container {
    padding: 0 0 0 45px;
  }
}
@media (max-width: 768.98px) {
  .product-grid-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 320px) {
  .product-grid-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.search-result-count .bold {
  font-family: "ubuntuBold";
}

.secondary-bar {
  padding: 0;
}
.secondary-bar button.reset {
  font-weight: bold;
  font-size: 14px;
  font-family: ubuntuBold;
}

.card-header {
  padding: 0;
}

button.reset {
  font-weight: bold;
}
@media (max-width: 768.98px) {
  button.reset {
    float: right;
  }
}

.fixed-results {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 4;
  padding: 30px;
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixed-results .show-results {
  font-size: 16px;
  padding: 8px 20px;
}

.header-bar {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  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;
  gap: 15px;
  padding: 30px 30px 0;
  font-size: 22px;
  font-family: "ubuntuBold";
  background-color: transparent;
  border-bottom: none;
}
.header-bar .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bar button.close {
  font-size: 1rem;
  font-weight: normal;
  opacity: 1;
}
.header-bar button.close .fa.fa-close::before {
  font-size: 1.25em;
}

@media (max-width: 768.98px) {
  .filters-container {
    padding: 0 30px 30px;
  }
}

.refinement {
  border-bottom: 1px solid #E1E6ED;
  margin: 0;
  padding: 24px 0;
}
.refinement:last-child {
  border-bottom: none;
}
.refinement hr {
  margin: 16px 0;
}
@media (max-width: 768.98px) {
  .refinement#category .card-body > .content > li {
    margin-bottom: 7px;
    max-width: 65%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
}
@media (max-width: 543.98px) {
  .refinement#category .card-body > .content > li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.refinement .card-body {
  padding: 0;
}
@media (max-width: 768.98px) {
  .refinement .card-body.content {
    padding: 0 20px;
  }
}
.refinement .card-body .content {
  margin: 0;
  font-size: 14px;
}
.refinement .card-body .content.make-scrollable {
  margin-bottom: 5px;
}
.refinement .card-body > .content > li {
  margin-left: 0;
}
@media (max-width: 768.98px) {
  .refinement .card-body > .content > li {
    margin-bottom: 7px;
    max-width: 45%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media (max-width: 543.98px) {
  .refinement .card-body > .content > li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.refinement .card-body .refinement-search {
  margin-bottom: 8px;
  margin-top: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.refinement .card-body .refinement-search input.form-control {
  padding: 21px 25px;
  font-size: 16px;
}

.fa.fa-square-o::before {
  color: #5D6C70;
  content: "";
  border: 1px solid #5D6C70;
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 4px;
}

.fa.fa-check-square {
  color: #1ba2af;
}
.fa.fa-check-square::before {
  font-size: 21.5px;
}

.swatch-mark.color-value.selected::after {
  font-size: 22px;
  background-repeat: no-repeat;
  content: "";
  background-color: transparent;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  background-image: url("../images/Check.svg");
  filter: brightness(0) invert(1);
}

.swatch-mark.color-value.swatch-circle-white.selected::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.rs-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rs-container {
  font-family: Arial, Helvetica, sans-serif;
  height: 45px;
  position: relative;
  width: 200px;
}

.rs-container .rs-bg,
.rs-container .rs-selected {
  background-color: #eee;
  border: 1px solid #ededed;
  height: 10px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 100%;
  border-radius: 3px;
}

.rs-container .rs-selected {
  background-color: #00b3bc;
  border: 1px solid #00969b;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 0;
}

.rs-container.disabled .rs-selected {
  background-color: #ccc;
  border-color: #1ba2af;
}

.rs-container .rs-pointer {
  border: 1px solid #1ba2af;
  cursor: pointer;
  height: 20px;
  left: -10px;
  position: absolute;
  top: 9px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background: #1ba2af;
}

.rs-container.disabled .rs-pointer {
  border-color: #ccc;
  cursor: default;
}

.rs-container .rs-pointer::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  opacity: 0.5;
  top: -9px;
  left: -11px;
  background: #1ba2af;
}

.rs-container .rs-pointer::after {
  left: auto;
  right: 12px;
}

.rs-container.sliding .rs-pointer,
.rs-container.sliding .rs-selected {
  -webkit-transition: none;
  transition: none;
}

.rs-container .rs-scale {
  left: 0;
  position: absolute;
  top: 5px;
  white-space: nowrap;
}

.rs-container .rs-scale span {
  float: left;
  position: relative;
}

.rs-container .rs-scale span::before {
  background-color: #ededed;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 1px;
}

.rs-container.rs-noscale span::before {
  display: none;
}

.rs-container.rs-noscale span:first-child::before,
.rs-container.rs-noscale span:last-child::before {
  display: block;
}

.rs-container .rs-scale span:last-child {
  margin-left: -1px;
  width: 0;
}

.rs-container .rs-scale span ins {
  color: #333;
  display: inline-block;
  font-size: 12px;
  margin-top: 20px;
  text-decoration: none;
}

.rs-container.disabled .rs-scale span ins {
  color: #999;
}

.rs-tooltip {
  color: #333;
  width: auto;
  min-width: 60px;
  height: 30px;
  background: #fff;
  border: 1px solid #00969b;
  border-radius: 3px;
  position: absolute;
  -webkit-transform: translate(-50%, -35px);
          transform: translate(-50%, -35px);
  left: 13px;
  text-align: center;
  font-size: 13px;
  padding: 6px 10px 0;
}

.rs-container.disabled .rs-tooltip {
  border-color: #ccc;
  color: #999;
}

.custom-select {
  text-align: left;
}

#product-search-results .custom-select-label {
  font-size: 14px;
  left: 55px;
}

.irs-grid .irs-grid-text {
  display: none;
}
.irs-grid .irs-grid-text.js-grid-text-0, .irs-grid .irs-grid-text:last-of-type {
  display: block;
  font-family: ubuntu;
  font-size: 15px;
  top: 18px;
}

.slider-container {
  padding: 0;
}
.slider-container .irs-line {
  background-color: rgb(205, 231, 235) !important;
  height: 10px !important;
  border-radius: 2px !important;
}
.slider-container .irs-min, .slider-container .irs-max {
  background-color: rgb(205, 231, 235) !important;
}
.slider-container .irs-min, .slider-container .irs-max, .slider-container .irs-from, .slider-container .irs-to, .slider-container .irs-single {
  border-radius: 100px !important;
}
.slider-container .irs--round {
  width: 87%;
  left: 3%;
}
.slider-container .irs--round .irs-bar {
  background-color: #1ba2af;
  height: 10px;
}
.slider-container .irs--round .irs-grid .irs-grid-pol {
  display: none;
}
.slider-container .irs-grid {
  display: none !important;
}
.slider-container .irs-grid .irs-grid-text {
  display: none;
}
.slider-container .irs-grid .irs-grid-text.js-grid-text-0, .slider-container .irs-grid .irs-grid-text:last-of-type {
  display: block;
  font-family: ubuntu;
  font-size: 15px;
  top: 18px;
}
.slider-container .irs--round .irs-handle {
  width: 12px !important;
  height: 32px !important;
  border-width: 0 !important;
  border-radius: 2px !important;
}
.slider-container .irs-handle.from, .slider-container .irs-handle.to {
  background: linear-gradient(to right, #fff 4px, #1ba2af 4px, #1ba2af 8px, #fff 8px) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.slider-container .irs-from,
.slider-container .irs-to, .slider-container .irs--round .irs-single {
  background-color: #1ba2af !important;
  font-size: 16px;
}
.slider-container .irs-from::before,
.slider-container .irs-to::before, .slider-container .irs--round .irs-single::before {
  border-top-color: #1ba2af !important;
}
.slider-container .irs-from,
.slider-container .irs-to {
  font-size: 16px;
}
.slider-container .irs-grid {
  width: 100% !important;
}
.slider-container .irs-grid .irs-grid-text:first-of-type {
  right: 0 !important;
  margin-left: 6px;
}
.slider-container .irs-grid .irs-grid-text:last-of-type {
  right: 0;
  left: auto !important;
  text-align: right;
  margin-right: 6px;
}
@media (max-width: 768.98px) {
  .slider-container {
    visibility: visible;
  }
  .slider-container.hide-mob {
    visibility: hidden;
  }
  .slider-container.hide-mob .irs-from, .slider-container.hide-mob .irs-to, .slider-container.hide-mob .irs-grid, .slider-container.hide-mob .irs-grid-text, .slider-container.hide-mob .irs-max, .slider-container.hide-mob .irs-min, .slider-container.hide-mob .irs-single {
    visibility: hidden !important;
  }
}

/*product listing color unavailable end*/
.refinement-bar .custom-select {
  width: 100%;
}

@media (min-width: 544px) {
  .refinements .refinement .card-body.content.value .container {
    margin: 0;
    padding: 0;
  }
  .refinements .refinement .card-body.content.value .slider-container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .refinements .refinement .card-body.content.value .slider-container .irs--round .irs-grid .irs-grid-pol {
    display: none;
  }
  .refinements .refinement .card-body.content.value .slider-container .irs--round .irs-grid .irs-grid-text {
    display: none;
  }
  .refinements .refinement .card-body.content.value .slider-container .irs--round .irs-grid .irs-grid-text.js-grid-text-0, .refinements .refinement .card-body.content.value .slider-container .irs--round .irs-grid .irs-grid-text:last-of-type {
    display: block;
  }
  .refinement-bar.col-md-3 {
    overflow: revert;
  }
}
li.color-attribute {
  position: relative;
}
li.color-attribute .color-tooltip {
  position: fixed;
  font-size: 13px;
  background-color: white;
  padding: 4px;
  border-radius: 5px;
  z-index: 999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
  border: 0.5px solid #333333;
}
li.color-attribute .swatch-circle {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.refinement li button span {
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.refinement .refinement-actions-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.refinement .refinement-actions-container:has(.refinement-search.hide) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.refinement .refinement-actions {
  margin: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  min-height: 44px;
}
.refinement .refinement-actions a.link {
  font-weight: bold;
  font-size: 14px;
  font-family: ubuntuBold;
  font-weight: normal;
  color: rgb(27, 162, 175);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (min-width: 544px) {
  .refinement .values {
    overflow: hidden;
  }
  .refinement .values {
    padding: 0;
  }
  ul.values.content li button i.fa {
    padding-right: 10px;
    margin-bottom: -2px;
  }
  ul.values.content li button i.fa.fa-check-square {
    margin-bottom: 0px;
  }
  li.color-attribute {
    margin-top: 7px;
  }
  .refinement h2 {
    padding-bottom: 10px;
  }
  .refinements .refinement .card-header h2 {
    padding-bottom: 5px;
  }
}
@media (max-width: 543.98px) {
  #product-search-results .custom-select-label {
    left: 45px;
  }
}
@media (max-width: 768.98px) {
  .refinements .refinement {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  ul.values.content li button i.fa {
    padding-right: 10px;
    margin-bottom: -2px;
  }
  ul.values.content li button i.fa.fa-check-square {
    margin-bottom: 0px;
  }
  .refinement li button span {
    font-size: 16px;
    text-align: left;
  }
  .refinement .card-body.content {
    padding: 0 20px 0 10px;
  }
  .refinement-bar button.reset.btn.btn-block {
    margin-bottom: 26px;
  }
  .refinement-bar .refinements button.title.btn {
    padding: 0;
    font-size: 18px;
    font-family: ubuntuBold;
    color: #333333;
  }
  .refinement-bar .refinements button.title.btn::after {
    content: "";
    background-image: url("../../images/arrow-up-toggle.svg");
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-repeat: no-repeat;
    width: 14px;
    background-size: 14px;
    height: 8px;
  }
  .refinement-bar .refinements .refinement.active button.title.btn::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .refinement-bar .refinements .card-body.content.value {
    padding: 0;
  }
  .refinement-bar .refinements .title:after {
    color: #333333;
    font-size: 14px;
  }
  .toggle-image {
    display: none;
  }
  .refinements li.color-attribute {
    padding-right: 5px;
  }
}
/* no results */
.no-results {
  text-align: center;
  color: #363E54;
  margin-bottom: 80px;
}
.no-results .no-results-title {
  font-size: 26px;
  margin: 0 auto 0px;
  max-width: 550px;
  font-family: ubuntuBold;
}
.no-results .no-results-title .not-found-item {
  overflow-wrap: break-word;
}
@media (max-width: 768.98px) {
  .no-results .no-results-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 3px;
  }
}
.no-results .no-results-text {
  font-size: 18px;
}
.no-results img {
  margin: 30px 0 30px;
}
@media (max-width: 543.98px) {
  .no-results img {
    margin: 49px 0 18px;
  }
}
@media (max-width: 543.98px) {
  .no-results {
    margin-bottom: 0px;
  }
}

.link-no-underline:hover {
  text-decoration: none;
}

.conv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 320px) {
  .product-element {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .sort-order {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (max-width: 768.98px) {
  .sticky {
    margin-top: 0 !important;
    padding-top: 20px !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    padding-right: 15px !important;
    padding-left: 30px !important;
    padding-bottom: 17px !important;
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.062745098);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.062745098);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.062745098);
  }
}
@media (max-width: 543.98px) {
  .sticky {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
.sticky .sort-by {
  margin-top: 12px;
}

@media (max-width: 768.98px) {
  .filter-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.filter-mobile .select2-container {
  width: 100% !important;
}
