.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #f5f5dc;
  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: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #000;
  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: 2.5em;
  height: 2.5em;
  background: #073b91;
  border-radius: calc($diameter / 2);
  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: #073b91;
  border-radius: calc($diameter / 2);
  background-color: #073b91;
  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: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #a52a2a;
  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: 2.5em;
  height: 2.5em;
  background: #24b26d;
  border-radius: calc($diameter / 2);
  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: #24b26d;
  border-radius: calc($diameter / 2);
  background-color: #24b26d;
  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: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #8f979d;
  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: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #000080;
  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: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #ffa500;
  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: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #fe249a;
  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: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #800080;
  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: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #f00;
  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: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #fff;
  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: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 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;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    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: 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;
      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: calc($grid-gutter-width / 2 * -1);
  margin-right: calc($grid-gutter-width / 2 * -1); }

.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 ul {
  overflow: auto; }
  .refinements ul li {
    padding-left: 1px; }
    .refinements ul li button {
      border: none;
      color: var(--skin-link-color-1);
      background-color: transparent; }

.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; }

@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: calc($grid-gutter-width / 2); }

.filter-bar li {
  list-style: none;
  float: left;
  margin-left: 0.3125em;
  margin-right: 0.3125em; }
  .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;
        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;
        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';
  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';
  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; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #f5f5dc;
  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: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #000;
  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: 2.5em;
  height: 2.5em;
  background: #073b91;
  border-radius: calc($diameter / 2);
  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: #073b91;
  border-radius: calc($diameter / 2);
  background-color: #073b91;
  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: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #a52a2a;
  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: 2.5em;
  height: 2.5em;
  background: #24b26d;
  border-radius: calc($diameter / 2);
  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: #24b26d;
  border-radius: calc($diameter / 2);
  background-color: #24b26d;
  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: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #8f979d;
  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: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #000080;
  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: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #ffa500;
  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: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #fe249a;
  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: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #800080;
  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: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #f00;
  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: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #fff;
  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: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-gold {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffd700;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-gold.disabled {
    opacity: 0.2; }

.swatch-filter-gold {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffd700;
  border-radius: calc($diameter / 2);
  background-color: #ffd700;
  display: block;
  position: relative; }
  .swatch-filter-gold.disabled {
    opacity: 0.2; }

.swatch-circle-silver {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #c0c0c0;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-silver.disabled {
    opacity: 0.2; }

.swatch-filter-silver {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #c0c0c0;
  border-radius: calc($diameter / 2);
  background-color: #c0c0c0;
  display: block;
  position: relative; }
  .swatch-filter-silver.disabled {
    opacity: 0.2; }

.swatch-circle-nude {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f2d2bd;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-nude.disabled {
    opacity: 0.2; }

.swatch-filter-nude {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f2d2bd;
  border-radius: calc($diameter / 2);
  background-color: #f2d2bd;
  display: block;
  position: relative; }
  .swatch-filter-nude.disabled {
    opacity: 0.2; }

.swatch-circle-copper {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #b87333;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-copper.disabled {
    opacity: 0.2; }

.swatch-filter-copper {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #b87333;
  border-radius: calc($diameter / 2);
  background-color: #b87333;
  display: block;
  position: relative; }
  .swatch-filter-copper.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 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;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

/* stylelint-disable property-no-unknown */
.categories-button-row,
.horitontal-nav {
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  .categories-button-row ul,
  .horitontal-nav ul {
    padding: 0 0 15px;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */ }
    .categories-button-row ul::-webkit-scrollbar,
    .horitontal-nav ul::-webkit-scrollbar {
      /* WebKit */
      width: 0;
      height: 0; }
    .categories-button-row ul li,
    .horitontal-nav ul li {
      margin-right: 20px;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
      @media (min-width: 1200px) {
        .categories-button-row ul li,
        .horitontal-nav ul li {
          margin-right: 20px; } }
      .categories-button-row ul li button,
      .categories-button-row ul li .btn-nav,
      .horitontal-nav ul li button,
      .horitontal-nav ul li .btn-nav {
        font-weight: 400;
        border-radius: 3px;
        background-color: #f6f6f6;
        text-transform: uppercase;
        padding: 6px 10px;
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 12px;
        text-align: center;
        transition: border 0.15s ease-in-out;
        border-width: 1px;
        border-color: transparent;
        border-style: solid;
        outline: none; }
        @media (max-width: 768.98px) {
          .categories-button-row ul li button,
          .categories-button-row ul li .btn-nav,
          .horitontal-nav ul li button,
          .horitontal-nav ul li .btn-nav {
            color: #000; } }
        .categories-button-row ul li button.selected,
        .categories-button-row ul li .btn-nav.selected,
        .horitontal-nav ul li button.selected,
        .horitontal-nav ul li .btn-nav.selected {
          background-color: #000;
          color: #fff; }
          .categories-button-row ul li button.selected:hover, .categories-button-row ul li button.selected:focus,
          .categories-button-row ul li .btn-nav.selected:hover,
          .categories-button-row ul li .btn-nav.selected:focus,
          .horitontal-nav ul li button.selected:hover,
          .horitontal-nav ul li button.selected:focus,
          .horitontal-nav ul li .btn-nav.selected:hover,
          .horitontal-nav ul li .btn-nav.selected:focus {
            background-color: #000;
            text-decoration: none; }
        .categories-button-row ul li button:hover, .categories-button-row ul li button:focus,
        .categories-button-row ul li .btn-nav:hover,
        .categories-button-row ul li .btn-nav:focus,
        .horitontal-nav ul li button:hover,
        .horitontal-nav ul li button:focus,
        .horitontal-nav ul li .btn-nav:hover,
        .horitontal-nav ul li .btn-nav:focus {
          border-color: #000;
          background-color: #f6f6f6;
          text-decoration: none; }
  .categories-button-row #moving-placeholder,
  .horitontal-nav #moving-placeholder {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1; }

.image-tile-tag {
  position: relative;
  margin-right: 5px;
  background: #fff;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 4px 15px 3px;
  font-family: Gotham-Medium, sans-serif; }
  .image-tile-tag.color-red {
    background: #d03a3a;
    color: #fff; }
  .image-tile-tag.color-orange {
    background: #ffa500;
    color: #fff; }

.product-secondary-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  vertical-align: top; }

.product-secondary-tags .product-secondary-tags-item {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 3px 5px;
  color: #fff;
  line-height: 10px;
  font-family: Gotham-Medium, sans-serif; }
  .product-secondary-tags .product-secondary-tags-item.color-beige {
    background: #f5f5dc; }
  .product-secondary-tags .product-secondary-tags-item.color-black {
    background: #000; }
  .product-secondary-tags .product-secondary-tags-item.color-blue {
    background: #000; }
  .product-secondary-tags .product-secondary-tags-item.color-brown {
    background: #a52a2a; }
  .product-secondary-tags .product-secondary-tags-item.color-copper {
    background: #b87333; }
  .product-secondary-tags .product-secondary-tags-item.color-gold {
    background: #d4af37; }
  .product-secondary-tags .product-secondary-tags-item.color-green {
    background: #24b26d; }
  .product-secondary-tags .product-secondary-tags-item.color-grey {
    background: #8f979d; }
  .product-secondary-tags .product-secondary-tags-item.color-nude {
    background: #f8c991; }
  .product-secondary-tags .product-secondary-tags-item.color-orange {
    background: #ffa500; }
  .product-secondary-tags .product-secondary-tags-item.color-pink {
    background: #fe249a; }
  .product-secondary-tags .product-secondary-tags-item.color-purple {
    background: #93c; }
  .product-secondary-tags .product-secondary-tags-item.color-red {
    background: #d03a3a; }
  .product-secondary-tags .product-secondary-tags-item.color-silver {
    background: #bec2cb; }
  .product-secondary-tags .product-secondary-tags-item.color-yellow {
    background: #ff0; }

header ~ #maincontent .container-fluid .product-secondary-tags-item a.link {
  font-family: Gotham-Light, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 10px; }
  header ~ #maincontent .container-fluid .product-secondary-tags-item a.link:hover {
    text-decoration: none; }

/* stylelint-disable scss/media-feature-value-dollar-variable,  max-nesting-depth */
.top-category-title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 25px; }
  @media screen and (max-width: 544px) {
    .top-category-title {
      padding: 0; } }
  @media (max-width: 768.98px) {
    .top-category-title .container {
      max-width: 100%; } }
  .top-category-title > .container + .promoted-categories-wrapper {
    margin-top: -32px; }
    @media (max-width: 768.98px) {
      .top-category-title > .container + .promoted-categories-wrapper > .dynamicpage {
        margin-left: -30px;
        margin-right: -30px; } }
  .top-category-title > .container-fluid + .promoted-categories-wrapper {
    margin-top: -32px; }
    @media (max-width: 768.98px) {
      .top-category-title > .container-fluid + .promoted-categories-wrapper > .dynamicpage {
        margin-left: -30px;
        margin-right: -30px; } }
  .top-category-title .top-category-row {
    padding-bottom: 52px; }
    @media (max-width: 991.98px) {
      .top-category-title .top-category-row {
        padding-bottom: 32px; } }
    .top-category-title .top-category-row .result-count-desktop,
    .top-category-title .top-category-row .result-count-mobile, .top-category-title .top-category-row.no-result-desktop {
      text-transform: lowercase;
      font-size: 15px;
      font-weight: 300;
      font-family: Gotham-Light, sans-serif;
      line-height: 25px; }
    .top-category-title .top-category-row .result-count-mobile {
      display: none; }
    .top-category-title .top-category-row .result-count-desktop {
      display: block; }
      @media (max-width: 991.98px) {
        .top-category-title .top-category-row .result-count-desktop {
          display: none; } }
  .top-category-title .header.page-title {
    background: none;
    left: 0;
    color: #000;
    font-family: Gotham-Medium, sans-serif;
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 5px;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0; }
    @media (min-width: 769px) {
      .top-category-title .header.page-title {
        padding-top: 10px;
        font-size: 35px;
        line-height: 35px; } }
    .top-category-title .header.page-title::before {
      display: none; }
  .top-category-title .top-levels-categories {
    width: 100%;
    color: #000;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding-left: 0;
    margin-top: 30px; }
    @media (min-width: 544px) {
      .top-category-title .top-levels-categories {
        line-height: 12px; } }
    @media (min-width: 1200px) {
      .top-category-title .top-levels-categories {
        margin-top: 60px; } }
  .top-category-title button.btn.filter-results {
    min-width: 80px;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-transform: capitalize;
    height: 35px;
    width: auto;
    text-align: left;
    position: relative; }
    .top-category-title button.btn.filter-results::after {
      display: none; }
    .top-category-title button.btn.filter-results::before {
      background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAxOSAxOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5pY29ub2dyYXBoeSAvIGNoZXZyb24gLyBkb3duPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSIyMC1QTFAiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IjIwLjAuMC0tLW1vYmlsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM3OS4wMDAwMDAsIC0xNTEuMDAwMDAwKSI+ICAgICAgICAgICAgPGcgaWQ9IlNFTy1hbmQtYnJlYWRjcnVtYiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4wMDAwMDAsIDEyNC4wMDAwMDApIj4gICAgICAgICAgICAgICAgPGcgaWQ9IkZpbHRlcnMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxOS4wMDAwMDAsIDIxLjAwMDAwMCkiPiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Imljb25vZ3JhcGh5LS8tZmlsdGVycyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDUuMDAwMDAwLCAwLjAwMDAwMCkiPiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJub3VuX0dsb2JlXzY1ODQ5NiIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyLjAwMDAwMCwgMjAuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgZmlsbC1ydWxlPSJub256ZXJvIj4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xLjk0NDQ0MDgzLDAuMTQ5MzIwNjgxIEMxLjkxMzkzMDgzLDAuMTQ5MzIwNjgxIDEuODgzNjkwODMsMC4xNjE0NzA2ODIgMS44NTQyNjA4MywwLjE4NTc3MDY4MyBMMS42ODI4MTA4MiwwLjMyNjE3MDY4OCBDMS42MjA5ODA4MiwwLjM3NjkzMDY5IDEuNTU1NjQwODIsMC40NzczNzA2OTQgMS41MzQwNDA4MiwwLjU1NDg2MDY5OCBMMS41MTc1NzA4MiwwLjYxMzE4MDcgQzEuNTAzMjYwODEsMC42NjMxMzA3MDIgMS40NTA2MTA4MSwwLjczMjUyMDcwNSAxLjQwNjMzMDgxLDAuNzU5NTIwNzA2IEwxLjM3MDk2MDgxLDAuNzgwMzEwNzA3IEMxLjMxMTgzMDgxLDAuODE2MjIwNzA4IDEuMjE3MDYwOCwwLjg3NTM1MDcxIDEuMTU5NTUwOCwwLjkxMjYxMDcxMiBMMS4wMzcyNDA4LDAuOTkyMjYwNzE1IEMwLjk3NDYwMDc5NCwxLjAzMjc2MDcyIDAuODg4NDcwNzksMS4xMTA1MjA3MiAwLjg0MTQ5MDc4OCwxLjE2ODU3MDcyIEwwLjcxNjQ4MDc4MywxLjMyMjIwMDczIEMwLjY2NTQ1MDc4MSwxLjM4NTkyMDczIDAuNjI1MjIwNzgsMS40OTkwNTA3NCAwLjYyNTIyMDc4LDEuNTgwNTkwNzQgTDAuNjI1MjIwNzgsMS42NDY3NDA3NCBDMC42MjUyMjA3OCwxLjcwMTU1MDc0IDAuNTk2ODcwNzc5LDEuNzg4NzYwNzUgMC41NjM5MzA3NzcsMS44MzI3NzA3NSBMMC40Nzk0MjA3NzQsMS45NDY5ODA3NSBDMC40Mzc4NDA3NzIsMi4wMDM5NTA3NiAwLjM3NjAxMDc3LDIuMTAwMDcwNzYgMC4zNDE3MjA3NjksMi4xNjEzNjA3NiBMMC4yMTQ1NTA3NjQsMi4zOTAzMjA3NyBDMC4xNzI0MzA3NjIsMi40NjY0NjA3NyAwLjE2NDMzMDc2MiwyLjU4NDcyMDc4IDAuMTk2MTkwNzYzLDIuNjY1OTkwNzggTDAuMjU0MjQwNzY1LDIuODE1MzAwNzkgQzAuMjgyMzIwNzY2LDIuODg2ODUwNzkgMC4zNTMzMzA3NjksMi45MzQ2NDA3OSAwLjQzMDgyMDc3MiwyLjkzNDY0MDc5IEMwLjQ1MjQyMDc3MywyLjkzNDY0MDc5IDAuNDc0MDIwNzc0LDIuOTMwODYwNzkgMC40OTQwMDA3NzUsMi45MjMzMDA3OSBMMC42MjQxNDA3OCwyLjg3NjA1MDc5IEMwLjcwMDU1MDc4MywyLjg0ODI0MDc5IDAuNzk0NTEwNzg3LDIuNzczNDUwNzkgMC44MzgyNTA3ODgsMi43MDU0MTA3OCBMMC44ODUyMzA3OSwyLjYzMjc4MDc4IEMwLjkyMjc2MDc5MiwyLjU3NTI3MDc4IDAuOTgzNzgwNzk0LDIuNDgzNDcwNzcgMS4wMjE4NTA4LDIuNDI4OTMwNzcgTDEuMTc3OTEwOCwyLjIwMzc1MDc2IEMxLjIxNTQ0MDgsMi4xNDg5NDA3NiAxLjI4MTMyMDgxLDIuMDYyODEwNzYgMS4zMjM5ODA4MSwyLjAxMTUxMDc2IEwxLjQxMzA4MDgxLDEuOTA0NTkwNzUgQzEuNDYxMTQwODEsMS44NDYyNzA3NSAxLjUxODExMDgyLDEuNzQ1MDIwNzQgMS41NDI2ODA4MiwxLjY3MzIwMDc0IEwxLjY2MDQwMDgyLDEuMzMwMDMwNzMgQzEuNjgwMzgwODIsMS4yNzE5ODA3MyAxLjcyODQ0MDgyLDEuMTgwNzIwNzIgMS43NjU5NzA4MywxLjEzMTU4MDcyIEwxLjk2MzYxMDgzLDAuODY3NTIwNzEgQzIuMDEyMjEwODMsMC44MDI5OTA3MDcgMi4wNTAwMjcwMSwwLjY4OTA1MDcwMyAyLjA1MDAyNzAxLDAuNjA4MDUwNyBMMi4wNTAwMjcwMSwwLjI3ODY1MDY4NyBDMi4wNTEwOTA4NCwwLjE4OTAxMDY4MyAxLjk5NzkwMDgzLDAuMTQ5MzIwNjgxIDEuOTQ0NDQwODMsMC4xNDkzMjA2ODEgWiIgaWQ9IlBhdGgiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjEsMTIgTDIxLDI0IE0xNSwyMiBMMTUsMjQgTTksMTYgTDksMjQgTTIxLDYgTDIxLDggTTE1LDYgTDE1LDE4IE05LDYgTDksMTIgTTIxLDEyIEMxOS44OTYsMTIgMTksMTEuMTA0IDE5LDEwIEMxOSw4Ljg5NiAxOS44OTYsOCAyMSw4IEMyMi4xMDQsOCAyMyw4Ljg5NiAyMywxMCBDMjMsMTEuMTA0IDIyLjEwNCwxMiAyMSwxMiBaIE0xNSwyMiBDMTMuODk2LDIyIDEzLDIxLjEwNCAxMywyMCBDMTMsMTguODk2IDEzLjg5NiwxOCAxNSwxOCBDMTYuMTA0LDE4IDE3LDE4Ljg5NiAxNywyMCBDMTcsMjEuMTA0IDE2LjEwNCwyMiAxNSwyMiBaIE05LDE2IEM3Ljg5NiwxNiA3LDE1LjEwNCA3LDE0IEM3LDEyLjg5NiA3Ljg5NiwxMiA5LDEyIEMxMC4xMDQsMTIgMTEsMTIuODk2IDExLDE0IEMxMSwxNS4xMDQgMTAuMTA0LDE2IDksMTYgWiIgaWQ9ImxpbmVhcnQiIHN0cm9rZT0iIzA3M0I5MSIgc3Ryb2tlLXdpZHRoPSIxLjUiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==") no-repeat;
      content: "";
      width: 30px;
      height: 30px;
      position: absolute;
      right: 0;
      line-height: 34px;
      top: 0;
      font-size: 19px;
      text-align: center;
      background-position: center 6px; }
    .top-category-title button.btn.filter-results:hover {
      background-color: transparent;
      border-color: transparent; }

.promoted-categories-wrapper {
  margin-bottom: 50px; }

.search-nav {
  margin-bottom: 0;
  border-bottom: none; }
  @media (min-width: 769px) {
    .search-nav .tab-content {
      padding-left: 25px;
      padding-right: 25px; } }

.refinements {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }
  .refinements button {
    box-shadow: none;
    outline: none; }
  .refinements .selected-refinement-values {
    display: none; }
  .refinements .refinement {
    margin-right: 50px;
    margin-bottom: 15px; }
    .refinements .refinement ul.values {
      overflow: hidden; }
    .refinements .refinement button.title.refinement-open-btn {
      padding: 0 25px 7px 0;
      min-width: auto;
      height: auto;
      font-size: 14px;
      line-height: 14px;
      text-transform: none;
      font-weight: 400;
      box-shadow: none;
      border-bottom: 1px solid #ececec;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.5, 1);
      border-radius: 0; }
      .refinements .refinement button.title.refinement-open-btn::after {
        display: none; }
      .refinements .refinement button.title.refinement-open-btn::before {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cG9seWxpbmUgaWQ9IkNvbWJpbmVkLVNoYXBlIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMS41IiBwb2ludHM9IjExIDEzIDE1IDE3IDE5IDEzIj48L3BvbHlsaW5lPgogICAgPC9nPgo8L3N2Zz4=");
        background-repeat: no-repeat;
        background-position: center;
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        font-size: 16px;
        top: 30%;
        transform: translateY(-50%);
        text-align: center;
        line-height: 24px; }
      .refinements .refinement button.title.refinement-open-btn.collapsed:hover {
        border-color: #000; }
    .refinements .refinement.active button.title.refinement-open-btn::before {
      background-image: url("data:image/svg;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9IkFzc2V0LUFydGJvYXJkLVBhZ2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Imljb25vZ3JhcGh5LS8tY2hldnJvbi0vLWRvd24taWNvbm9ncmFwaHktLy1jaGV2cm9uLS8tdXAiIHN0cm9rZT0iIzA3M0I5MSIgc3Ryb2tlLXdpZHRoPSIxLjUiPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yLDEyIEwxMiw4LjggTDguOCwxMiBNMTUuMiwxNiBMMTIsMTIuOCBMOC44LDE2IiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg=="); }
    .refinements .refinement .refinement-content-block {
      background: #fff;
      border-bottom: 1px #000 solid;
      width: 100%;
      z-index: 3; }
      .refinements .refinement .refinement-content-block .color-name {
        display: none; }
      @media (min-width: 769px) {
        .refinements .refinement .refinement-content-block {
          max-width: 150px;
          border-top: 1px #000 solid;
          box-shadow: 0 1px 6px 0 #ececec;
          position: absolute; }
          .refinements .refinement .refinement-content-block li.disabled,
          .refinements .refinement .refinement-content-block .swatch-circle {
            display: none; }
          .refinements .refinement .refinement-content-block .color-name {
            display: inline-block; }
          .refinements .refinement .refinement-content-block ul.values {
            padding: 0;
            margin-bottom: 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            max-height: 40vh;
            overflow-y: auto; } }
    @media all and (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
      .refinements .refinement .refinement-content-block ul.values {
        display: block; } }
      @media (min-width: 769px) {
            .refinements .refinement .refinement-content-block ul.values li {
              text-align: left;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
              max-width: 100%;
              padding: 0; }
              .refinements .refinement .refinement-content-block ul.values li.selected button {
                color: #000; }
                .refinements .refinement .refinement-content-block ul.values li.selected button span {
                  color: #000; }
                .refinements .refinement .refinement-content-block ul.values li.selected button i {
                  display: inline-block;
                  margin-right: 5px;
                  color: #000; }
                .refinements .refinement .refinement-content-block ul.values li.selected button:hover span,
                .refinements .refinement .refinement-content-block ul.values li.selected button:hover i {
                  color: #fff; }
          .refinements .refinement .refinement-content-block button {
            text-align: left;
            padding: 10px 10px 10px 25px;
            width: 100%;
            font-size: 14px;
            letter-spacing: 0.5px;
            line-height: 14px;
            transition: all 0.15s ease-in-out;
            color: #000; }
            .refinements .refinement .refinement-content-block button .filter-icon-checkbox {
              display: none; }
            .refinements .refinement .refinement-content-block button:hover {
              color: #fff;
              background: #000; } }

@media (min-width: 1200px) {
  #refinement-filter-bar.filter-bar-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
    left: 0;
    padding-top: 15px;
    border-bottom: 1px #ececec solid; }
    #refinement-filter-bar.filter-bar-sticky.with-sticky-header {
      top: 51px; }
    #refinement-filter-bar.filter-bar-sticky .filter-bar .filter-value {
      margin-bottom: 15px; }
    #refinement-filter-bar.filter-bar-sticky > .container-fluid {
      padding-right: 0;
      max-width: 1510px; }
    #refinement-filter-bar.filter-bar-sticky .refinement-bar {
      display: -ms-flexbox !important;
      display: flex !important;
      padding-right: 0; }
      #refinement-filter-bar.filter-bar-sticky .refinement-bar .refinement-section {
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
        max-width: 75%; } }

.refinement-bar {
  /* stylelint-disable scss/media-feature-value-dollar-variable, max-nesting-depth */ }
  @media (min-width: 769px) {
    .refinement-bar {
      overflow: inherit; } }
  @media (max-width: 768.98px) {
    .refinement-bar {
      height: 100%;
      z-index: 99; } }
  @media (max-width: 991.98px) {
    .refinement-bar {
      padding: 30px; } }
  @media screen and (max-width: 768px) {
    .refinement-bar .refinement-section {
      height: 100%; }
    .refinement-bar .filter-header {
      margin: 0 0 35px; } }
  @media screen and (max-width: 768px) and (max-width: 543.98px) {
    .refinement-bar .filter-header {
      margin: 0 0 25px; } }
  @media screen and (max-width: 768px) {
    .refinement-bar .header-bar {
      background: none;
      border: none;
      padding: 0;
      text-transform: uppercase;
      position: relative;
      font-family: Gotham-Medium, sans-serif;
      font-size: 12px;
      letter-spacing: 0.5px;
      line-height: 16px;
      height: 34px; }
      .refinement-bar .header-bar .header-bar-title {
        height: 100%; }
      .refinement-bar .header-bar button.close {
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzMXB4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9IjAgMCAzMSAzMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT45NzcxNDY3OC00ODBGLTQ2QUItQjIwQS0zQzczRDdFRDM1QkQ8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxnIGlkPSJBc3NldC1BcnRib2FyZC1QYWdlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj4gICAgICAgIDxnIGlkPSJpY29ub2dyYXBoeS0vLWNsb3NlLSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41MDU1MjMsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSI+ICAgICAgICAgICAgPHBhdGggZD0iTTksOSBMMjEsMjEgTTksMjEgTDIxLDkiIGlkPSJsaW5lYXJ0Ij48L3BhdGg+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=") #000 center no-repeat;
        width: 34px;
        height: 34px;
        text-indent: -9999px;
        outline: none;
        box-shadow: none;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        .refinement-bar .header-bar button.close:not(:disabled) {
          opacity: 1; }
    .refinement-bar .refinements {
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      overflow-y: auto; }
      .refinement-bar .refinements .refinement {
        width: 100%;
        margin-right: 0;
        font-size: 15px;
        line-height: 25px;
        font-family: Gotham-Light, sans-serif;
        margin-bottom: 18px; }
        .refinement-bar .refinements .refinement button.title.refinement-open-btn {
          width: 100%;
          text-align: left;
          padding-bottom: 18px;
          border-color: #bfbfbf;
          font-size: 15px; }
          .refinement-bar .refinements .refinement button.title.refinement-open-btn::before {
            top: 25%; }
        .refinement-bar .refinements .refinement.active button.title.refinement-open-btn {
          border: none; }
        .refinement-bar .refinements .refinement li {
          margin-bottom: 15px; }
          .refinement-bar .refinements .refinement li:last-child {
            margin-bottom: 0; }
          .refinement-bar .refinements .refinement li button {
            color: #000; }
          .refinement-bar .refinements .refinement li.color-attribute {
            padding-left: 0;
            margin: 5px;
            display: -ms-inline-flexbox;
            display: inline-flex; }
            .refinement-bar .refinements .refinement li.color-attribute .swatch-circle {
              max-width: 30px;
              max-height: 30px; }
            .refinement-bar .refinements .refinement li.color-attribute.selected button {
              position: relative; }
              .refinement-bar .refinements .refinement li.color-attribute.selected button i {
                display: none; }
              .refinement-bar .refinements .refinement li.color-attribute.selected button .swatch-circle::after {
                display: none; }
              .refinement-bar .refinements .refinement li.color-attribute.selected button::before {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                content: "";
                z-index: 1;
                background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzMXB4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9IjAgMCAzMSAzMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT44RTgwRTBBQy03OTZELTREQjctOEJFNi1DNTA5QTlFODZFNjM8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxnIGlkPSJBc3NldC1BcnRib2FyZC1QYWdlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj4gICAgICAgIDxnIGlkPSJpY29ub2dyYXBoeS0vLWNoZWNrbWFyayIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41MDU1MjMsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTIiIHBvaW50cz0iMTAgMTUgMTQgMTkgMjEgMTEiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=") center no-repeat; }
          .refinement-bar .refinements .refinement li.size-attribute {
            padding: 0;
            margin: 10px;
            display: -ms-inline-flexbox;
            display: inline-flex;
            max-width: 45px;
            height: 100%;
            min-height: 45px; }
            .refinement-bar .refinements .refinement li.size-attribute button {
              width: 100%;
              height: 100%;
              min-height: 45px;
              border: 1px solid #d4d4d4;
              border-radius: 2px;
              background-color: #fff;
              -ms-flex-pack: center;
                  justify-content: center;
              font-size: 12px;
              font-family: Gotham-Light, sans-serif;
              color: #000;
              position: relative; }
              .refinement-bar .refinements .refinement li.size-attribute button > span {
                position: absolute;
                top: 50%;
                transform: translateY(-50%); }
            .refinement-bar .refinements .refinement li.size-attribute.selected button {
              border-color: #000; }
              .refinement-bar .refinements .refinement li.size-attribute.selected button i {
                display: none; }
        .refinement-bar .refinements .refinement .refinement-content-block button {
          padding: 0;
          -ms-flex-align: center;
              align-items: center;
          display: -ms-flexbox;
          display: flex; }
          .refinement-bar .refinements .refinement .refinement-content-block button .filter-icon-checkbox {
            height: 16px;
            width: 16px;
            border: 1px solid #000;
            border-radius: 2px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle; }
            .refinement-bar .refinements .refinement .refinement-content-block button .filter-icon-checkbox.selected {
              background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxN3B4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNyAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5DQzY1QzM4My1BRTE2LTRDOEItQjJBNy1FOUM1Q0JGNjRCQUY8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxnIGlkPSJBc3NldC1BcnRib2FyZC1QYWdlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj4gICAgICAgIDxnIGlkPSJpY29ub2dyYXBoeS0vLWNoZWNrbWFyayIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41MDU1MjMsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTIiIHBvaW50cz0iNS4zMzMzMzMzMyA4IDcuNDY2NjY2NjcgMTAuMTMzMzMzMyAxMS4yIDUuODY2NjY2NjciPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=");
              background-color: #000;
              background-position: center; }
          .refinement-bar .refinements .refinement .refinement-content-block button .filter-icon-arrow {
            display: none; }
        .refinement-bar .refinements .refinement .refinement-content-block + .selected-refinement-values {
          display: block;
          border-bottom: 1px #bfbfbf solid;
          margin-top: -5px;
          position: relative;
          background: #fff;
          padding-top: 5px;
          padding-bottom: 10px; }
          .refinement-bar .refinements .refinement .refinement-content-block + .selected-refinement-values span {
            position: relative; }
            .refinement-bar .refinements .refinement .refinement-content-block + .selected-refinement-values span::after {
              content: ", ";
              position: relative; }
            .refinement-bar .refinements .refinement .refinement-content-block + .selected-refinement-values span:last-child::after {
              display: none; }
        .refinement-bar .refinements .refinement .refinement-content-block.show + .selected-refinement-values {
          border-bottom: 1px #000 solid; }
    .refinement-bar .result-count-mobile {
      display: block; }
    .refinement-bar .result-count-desktop {
      display: none; }
    .refinement-bar .result-count-block-mobile {
      letter-spacing: 0.5px;
      line-height: 16px;
      font-family: Gotham-Medium, sans-serif;
      margin-bottom: 15px;
      margin-top: 36px;
      text-transform: uppercase; }
    .refinement-bar .secondary-bar {
      margin: 0 auto;
      padding: 0; }
      .refinement-bar .secondary-bar button.btn-close-mobile {
        color: #fff;
        background-color: #000;
        border: 1px #000 solid;
        min-width: 164px;
        font-size: 12px;
        border-radius: 2px;
        letter-spacing: 0.5px;
        position: relative;
        text-transform: uppercase;
        opacity: 1;
        text-shadow: none;
        padding: 12px 8px;
        line-height: 1.5;
        margin-top: 0;
        margin-left: 10px;
        font-weight: normal; }
        .refinement-bar .secondary-bar button.btn-close-mobile:not(:disabled) {
          opacity: 1; } }
  @media screen and (max-width: 768px) and (max-width: 400px) {
    .refinement-bar .secondary-bar button.btn-close-mobile,
    .refinement-bar .secondary-bar button.reset.btn {
      min-width: 100px; } }

.filter-bar ul {
  margin-bottom: -15px; }
  .filter-bar ul li.filter-value {
    padding: 0;
    border-color: #000;
    margin: 0 15px 15px 0; }
    .filter-bar ul li.filter-value button {
      color: #000;
      font-size: 12px;
      letter-spacing: 0.5px;
      line-height: 14px;
      text-transform: capitalize;
      text-align: left;
      padding: 8px 30px 8px 10px;
      min-width: 85px;
      height: auto; }
      .filter-bar ul li.filter-value button::after {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMnB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMiAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5BNzMxQ0EzNy02RjU1LTQxOUEtQTNCQy1CMkE0ODc0Qjg4MjY8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxnIGlkPSJBc3NldC1BcnRib2FyZC1QYWdlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJpY29ub2dyYXBoeS0vLWNsb3NlLSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjEuNSI+ICAgICAgICAgICAgPHBhdGggZD0iTTYuNDI4NTcxNTEsNiBMMTUuMDAwMDAwMiwxNCBNNi40Mjg1NzE1MSwxNCBMMTUuMDAwMDAwMiw2IiBpZD0ibGluZWFydCI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+");
        opacity: 1;
        color: #000;
        content: "";
        width: 25px;
        height: 25px;
        background-position: center;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .filter-bar ul li.filter-value button:hover {
        color: #000;
        background-color: #fff; }
        @media (min-width: 992px) {
          .filter-bar ul li.filter-value button:hover {
            background-color: #ccc; } }
        .filter-bar ul li.filter-value button:hover::after {
          opacity: 1; }
    .filter-bar ul li.filter-value:hover {
      border-color: #000; }

.result-count-block {
  margin-bottom: 25px;
  margin-top: 30px; }
  @media (min-width: 1200px) {
    .result-count-block {
      margin-top: 45px; } }
  .result-count-block .result-count-mobile {
    display: block;
    margin-bottom: 5px;
    font-size: 15px; }
    @media (min-width: 769px) {
      .result-count-block .result-count-mobile {
        display: none;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .result-count-block .result-count-mobile {
        margin-top: 45px; } }
  .result-count-block .sort-order-menu {
    -ms-flex-order: 2;
        order: 2;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: end;
        align-items: flex-end; }
  .result-count-block .result-count {
    -ms-flex-order: 1;
        order: 1;
    font-family: Gotham-Light, sans-serif;
    text-align: left;
    -ms-flex-pack: start;
        justify-content: start;
    padding-bottom: 0; }
    .result-count-block .result-count .filter-results {
      min-width: 80px;
      padding: 0;
      font-size: 14px;
      letter-spacing: 0.5px;
      line-height: 14px;
      text-transform: capitalize;
      height: 35px;
      width: auto;
      text-align: left;
      position: relative; }
      .result-count-block .result-count .filter-results::after {
        display: none; }
      .result-count-block .result-count .filter-results::before {
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAxOSAxOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5pY29ub2dyYXBoeSAvIGNoZXZyb24gLyBkb3duPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSIyMC1QTFAiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IjIwLjAuMC0tLW1vYmlsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM3OS4wMDAwMDAsIC0xNTEuMDAwMDAwKSI+ICAgICAgICAgICAgPGcgaWQ9IlNFTy1hbmQtYnJlYWRjcnVtYiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4wMDAwMDAsIDEyNC4wMDAwMDApIj4gICAgICAgICAgICAgICAgPGcgaWQ9IkZpbHRlcnMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxOS4wMDAwMDAsIDIxLjAwMDAwMCkiPiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Imljb25vZ3JhcGh5LS8tZmlsdGVycyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDUuMDAwMDAwLCAwLjAwMDAwMCkiPiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJub3VuX0dsb2JlXzY1ODQ5NiIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyLjAwMDAwMCwgMjAuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgZmlsbC1ydWxlPSJub256ZXJvIj4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xLjk0NDQ0MDgzLDAuMTQ5MzIwNjgxIEMxLjkxMzkzMDgzLDAuMTQ5MzIwNjgxIDEuODgzNjkwODMsMC4xNjE0NzA2ODIgMS44NTQyNjA4MywwLjE4NTc3MDY4MyBMMS42ODI4MTA4MiwwLjMyNjE3MDY4OCBDMS42MjA5ODA4MiwwLjM3NjkzMDY5IDEuNTU1NjQwODIsMC40NzczNzA2OTQgMS41MzQwNDA4MiwwLjU1NDg2MDY5OCBMMS41MTc1NzA4MiwwLjYxMzE4MDcgQzEuNTAzMjYwODEsMC42NjMxMzA3MDIgMS40NTA2MTA4MSwwLjczMjUyMDcwNSAxLjQwNjMzMDgxLDAuNzU5NTIwNzA2IEwxLjM3MDk2MDgxLDAuNzgwMzEwNzA3IEMxLjMxMTgzMDgxLDAuODE2MjIwNzA4IDEuMjE3MDYwOCwwLjg3NTM1MDcxIDEuMTU5NTUwOCwwLjkxMjYxMDcxMiBMMS4wMzcyNDA4LDAuOTkyMjYwNzE1IEMwLjk3NDYwMDc5NCwxLjAzMjc2MDcyIDAuODg4NDcwNzksMS4xMTA1MjA3MiAwLjg0MTQ5MDc4OCwxLjE2ODU3MDcyIEwwLjcxNjQ4MDc4MywxLjMyMjIwMDczIEMwLjY2NTQ1MDc4MSwxLjM4NTkyMDczIDAuNjI1MjIwNzgsMS40OTkwNTA3NCAwLjYyNTIyMDc4LDEuNTgwNTkwNzQgTDAuNjI1MjIwNzgsMS42NDY3NDA3NCBDMC42MjUyMjA3OCwxLjcwMTU1MDc0IDAuNTk2ODcwNzc5LDEuNzg4NzYwNzUgMC41NjM5MzA3NzcsMS44MzI3NzA3NSBMMC40Nzk0MjA3NzQsMS45NDY5ODA3NSBDMC40Mzc4NDA3NzIsMi4wMDM5NTA3NiAwLjM3NjAxMDc3LDIuMTAwMDcwNzYgMC4zNDE3MjA3NjksMi4xNjEzNjA3NiBMMC4yMTQ1NTA3NjQsMi4zOTAzMjA3NyBDMC4xNzI0MzA3NjIsMi40NjY0NjA3NyAwLjE2NDMzMDc2MiwyLjU4NDcyMDc4IDAuMTk2MTkwNzYzLDIuNjY1OTkwNzggTDAuMjU0MjQwNzY1LDIuODE1MzAwNzkgQzAuMjgyMzIwNzY2LDIuODg2ODUwNzkgMC4zNTMzMzA3NjksMi45MzQ2NDA3OSAwLjQzMDgyMDc3MiwyLjkzNDY0MDc5IEMwLjQ1MjQyMDc3MywyLjkzNDY0MDc5IDAuNDc0MDIwNzc0LDIuOTMwODYwNzkgMC40OTQwMDA3NzUsMi45MjMzMDA3OSBMMC42MjQxNDA3OCwyLjg3NjA1MDc5IEMwLjcwMDU1MDc4MywyLjg0ODI0MDc5IDAuNzk0NTEwNzg3LDIuNzczNDUwNzkgMC44MzgyNTA3ODgsMi43MDU0MTA3OCBMMC44ODUyMzA3OSwyLjYzMjc4MDc4IEMwLjkyMjc2MDc5MiwyLjU3NTI3MDc4IDAuOTgzNzgwNzk0LDIuNDgzNDcwNzcgMS4wMjE4NTA4LDIuNDI4OTMwNzcgTDEuMTc3OTEwOCwyLjIwMzc1MDc2IEMxLjIxNTQ0MDgsMi4xNDg5NDA3NiAxLjI4MTMyMDgxLDIuMDYyODEwNzYgMS4zMjM5ODA4MSwyLjAxMTUxMDc2IEwxLjQxMzA4MDgxLDEuOTA0NTkwNzUgQzEuNDYxMTQwODEsMS44NDYyNzA3NSAxLjUxODExMDgyLDEuNzQ1MDIwNzQgMS41NDI2ODA4MiwxLjY3MzIwMDc0IEwxLjY2MDQwMDgyLDEuMzMwMDMwNzMgQzEuNjgwMzgwODIsMS4yNzE5ODA3MyAxLjcyODQ0MDgyLDEuMTgwNzIwNzIgMS43NjU5NzA4MywxLjEzMTU4MDcyIEwxLjk2MzYxMDgzLDAuODY3NTIwNzEgQzIuMDEyMjEwODMsMC44MDI5OTA3MDcgMi4wNTAwMjcwMSwwLjY4OTA1MDcwMyAyLjA1MDAyNzAxLDAuNjA4MDUwNyBMMi4wNTAwMjcwMSwwLjI3ODY1MDY4NyBDMi4wNTEwOTA4NCwwLjE4OTAxMDY4MyAxLjk5NzkwMDgzLDAuMTQ5MzIwNjgxIDEuOTQ0NDQwODMsMC4xNDkzMjA2ODEgWiIgaWQ9IlBhdGgiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjEsMTIgTDIxLDI0IE0xNSwyMiBMMTUsMjQgTTksMTYgTDksMjQgTTIxLDYgTDIxLDggTTE1LDYgTDE1LDE4IE05LDYgTDksMTIgTTIxLDEyIEMxOS44OTYsMTIgMTksMTEuMTA0IDE5LDEwIEMxOSw4Ljg5NiAxOS44OTYsOCAyMSw4IEMyMi4xMDQsOCAyMyw4Ljg5NiAyMywxMCBDMjMsMTEuMTA0IDIyLjEwNCwxMiAyMSwxMiBaIE0xNSwyMiBDMTMuODk2LDIyIDEzLDIxLjEwNCAxMywyMCBDMTMsMTguODk2IDEzLjg5NiwxOCAxNSwxOCBDMTYuMTA0LDE4IDE3LDE4Ljg5NiAxNywyMCBDMTcsMjEuMTA0IDE2LjEwNCwyMiAxNSwyMiBaIE05LDE2IEM3Ljg5NiwxNiA3LDE1LjEwNCA3LDE0IEM3LDEyLjg5NiA3Ljg5NiwxMiA5LDEyIEMxMC4xMDQsMTIgMTEsMTIuODk2IDExLDE0IEMxMSwxNS4xMDQgMTAuMTA0LDE2IDksMTYgWiIgaWQ9ImxpbmVhcnQiIHN0cm9rZT0iIzA3M0I5MSIgc3Ryb2tlLXdpZHRoPSIxLjUiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==") no-repeat;
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        line-height: 34px;
        top: 0;
        font-size: 19px;
        text-align: center;
        background-position: center 6px; }
      .result-count-block .result-count .filter-results:hover {
        background-color: transparent;
        border-color: transparent; }
  .result-count-block span.custom-styled-select__label, .result-count-block span.result-count-desktop, .result-count-block span.no-result-desktop {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px; }
  .result-count-block .no-result-search-wrapper {
    margin-bottom: 40px;
    font-size: 15px; }
    @media (min-width: 769px) {
      .result-count-block .no-result-search-wrapper {
        margin-bottom: 80px; } }
    .result-count-block .no-result-search-wrapper p {
      margin-bottom: 15px; }
    .result-count-block .no-result-search-wrapper .no-result-header {
      color: #000;
      font-family: Gotham-Medium, sans-serif;
      letter-spacing: 0.5px;
      margin-bottom: 20px;
      text-transform: uppercase;
      display: block;
      font-size: 25px;
      line-height: 35px; }
      @media (min-width: 769px) {
        .result-count-block .no-result-search-wrapper .no-result-header {
          font-size: 40px;
          line-height: 48px; } }
  .result-count-block .no-search-dynamic-wrapper .dynamicpage {
    margin: 0 -15px; }
    .result-count-block .no-search-dynamic-wrapper .dynamicpage .experience-component[class*="-promotedCategories"] {
      margin-bottom: 20px; }
      @media (min-width: 769px) {
        .result-count-block .no-search-dynamic-wrapper .dynamicpage .experience-component[class*="-promotedCategories"] {
          margin-bottom: 40px; } }
  .result-count-block .no-search-dynamic-wrapper .promoted-categories {
    padding-left: 0;
    padding-right: 0; }
  .result-count-block .no-search-dynamic-wrapper .experience-component .mx-n2 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .result-count-block .no-search-dynamic-wrapper .region {
    padding-left: 0;
    padding-right: 0; }
  .result-count-block .result-count-desktop {
    display: none; }
    @media (min-width: 769px) {
      .result-count-block .result-count-desktop {
        display: block; } }
  .result-count-block .custom-styled-select-wrapper {
    height: 35px; }
    @media (min-width: 769px) {
      .result-count-block .custom-styled-select-wrapper {
        height: auto; } }

@media (max-width: 768.98px) {
  #product-search-results.container {
    max-width: 100%; } }

#product-search-results .product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  padding-top: 0 !important; }
  @media (min-width: 992px) {
    #product-search-results .product-grid {
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1200px) {
    #product-search-results .product-grid {
      -ms-grid-columns: (1fr)[4];
          grid-template-columns: repeat(4, 1fr);
      padding-left: 7px;
      padding-right: 7px; } }
  #product-search-results .product-grid .product {
    position: relative;
    padding-left: 11px;
    padding-right: 11px; }
    @media (min-width: 769px) {
      #product-search-results .product-grid .product {
        padding-left: 7px;
        padding-right: 7px; } }
  #product-search-results .product-grid .col-6.hasWideFormat {
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  #product-search-results .product-grid .p-grid {
    padding: 0; }
    #product-search-results .product-grid .p-grid .dynamicpage .col-12 {
      padding: 0; }
  #product-search-results .product-grid .grid-footer {
    grid-column: 1/3; }
    @media (min-width: 992px) {
      #product-search-results .product-grid .grid-footer {
        grid-column: 1/4; } }
    @media (min-width: 1200px) {
      #product-search-results .product-grid .grid-footer {
        grid-column: 1/5; } }

.show-more {
  padding: 40px 0 0; }
  .show-more .show-more-count-products {
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 12px;
    margin-bottom: 15px; }
  .show-more button {
    min-width: 179px; }

.search-seo-text {
  background-color: #fff;
  padding-top: 40px;
  font-family: Gotham-Light, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 25px; }
  @media (min-width: 992px) {
    .search-seo-text {
      padding-top: 100px; } }
  @media (min-width: 1200px) {
    .search-seo-text {
      padding-top: 114px; } }
  .search-seo-text h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: Gotham-Medium, sans-serif; }
  .search-seo-text h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: Gotham-Medium, sans-serif;
    text-align: left; }
  .search-seo-text p {
    margin-top: 25px; }
  .search-seo-text .header {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: Gotham-Medium, sans-serif; }

@media (max-width: 991.98px) {
  .container-fluid.search-results {
    padding-left: 25px;
    padding-right: 25px; } }

@media (max-width: 543.98px) {
  .container-fluid.search-results {
    padding-left: 15px;
    padding-right: 15px; } }

.container-fluid.search-results ~ .seo-container {
  max-width: calc(100vw - 60px);
  padding: 0;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 544px) {
    .container-fluid.search-results ~ .seo-container {
      max-width: calc(100vw - 80px); } }
  @media (min-width: 769px) {
    .container-fluid.search-results ~ .seo-container {
      max-width: calc(100vw - 120px); } }
  @media (min-width: 1200px) {
    .container-fluid.search-results ~ .seo-container {
      max-width: 1510px;
      padding: 100px 235px; } }
  .container-fluid.search-results ~ .seo-container .search-seo-text {
    width: 100%;
    max-width: 634px;
    margin: 0;
    -ms-flex: 1;
        flex: 1; }

.product-landing .pdp-container-trending {
  max-width: calc(100vw - 60px);
  padding: 0;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 544px) {
    .product-landing .pdp-container-trending {
      max-width: calc(100vw - 80px); } }
  @media (min-width: 992px) {
    .product-landing .pdp-container-trending {
      padding: 0 83px; } }
  @media (min-width: 1200px) {
    .product-landing .pdp-container-trending {
      max-width: 1510px;
      padding: 0 249px; } }

.product-landing .highlighted-navigation {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 992px) {
    .product-landing .highlighted-navigation {
      margin-left: -15px;
      margin-right: -15px; } }
