@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);.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: 0;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 44px; }
  .categories-button-row ul,
  .horitontal-nav ul {
    position: relative;
    padding: 0;
    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;
      display: none; }
    .categories-button-row ul li,
    .horitontal-nav ul li {
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      margin-right: 10px;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      border: 1px solid #e3e3e3;
      padding: 0;
      will-change: transform; }
      .categories-button-row ul li.row-category,
      .horitontal-nav ul li.row-category {
        position: sticky;
        left: 0;
        z-index: 1; }
        @media (max-width: 991.98px) {
          .categories-button-row ul li.row-category,
          .horitontal-nav ul li.row-category {
            position: relative; } }
      @media (min-width: 769px) {
        .categories-button-row ul li:hover,
        .horitontal-nav ul li:hover {
          border: 1px solid #0f1018; } }
      @media (min-width: 1200px) {
        .categories-button-row ul li,
        .horitontal-nav ul li {
          margin-right: 10px; } }
      @media (max-width: 768.98px) {
        .categories-button-row ul li,
        .horitontal-nav ul li {
          margin-right: 8px; } }
      .categories-button-row ul li button,
      .categories-button-row ul li .btn-nav,
      .horitontal-nav ul li button,
      .horitontal-nav ul li .btn-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        font-family: Inter, sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
        text-align: center;
        outline: none;
        border: 0;
        background: transparent;
        padding: 9px 24px; }
        @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 {
          color: #000; }
          .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 {
            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;
          text-decoration: none; }
        .categories-button-row ul li button .arrow-nav-left,
        .categories-button-row ul li .btn-nav .arrow-nav-left,
        .horitontal-nav ul li button .arrow-nav-left,
        .horitontal-nav ul li .btn-nav .arrow-nav-left {
          margin-right: 10px;
          width: 6px;
          height: 10px; }
      .categories-button-row ul li .category-icon,
      .horitontal-nav ul li .category-icon {
        image-rendering: auto;
        width: 26px;
        height: 26px;
        margin-right: 10px; }
      @media (min-width: 544px) {
        .categories-button-row ul li:hover,
        .horitontal-nav ul li:hover {
          border: 1px solid #000; } }
      .categories-button-row ul li.hidden,
      .horitontal-nav ul li.hidden {
        mask-image: linear-gradient(to right, black, rgba(0, 0, 0, 0)), linear-gradient(to right, black, rgba(0, 0, 0, 0));
        -webkit-mask-size: 100% 50%;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: left top, left bottom; }
      .categories-button-row ul li.active-filter,
      .horitontal-nav ul li.active-filter {
        border: 1px solid #0f1018; }
    @media (min-width: 576px) and (max-width: 865px) {
      .categories-button-row ul.scroll-row.middle,
      .horitontal-nav ul.scroll-row.middle {
        margin-left: 80px; } }
  .categories-button-row .arrow-container,
  .horitontal-nav .arrow-container {
    width: 12px;
    height: 12px;
    cursor: pointer; }
  .categories-button-row .arrow-container-prev,
  .horitontal-nav .arrow-container-prev {
    cursor: pointer;
    width: 65px;
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    z-index: 2; }
  .categories-button-row .arrow-container-next,
  .horitontal-nav .arrow-container-next {
    cursor: pointer;
    width: 65px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    .categories-button-row .arrow-container-next .arrow-next-mask,
    .horitontal-nav .arrow-container-next .arrow-next-mask {
      width: 65px;
      height: 100%;
      position: relative;
      top: 0;
      right: -1px;
      background: white;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 40%); }
  .categories-button-row .arrow-prev-mask,
  .horitontal-nav .arrow-prev-mask {
    width: 65px;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: white;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 60%); }
  .categories-button-row .arrow-nav-next,
  .horitontal-nav .arrow-nav-next {
    position: absolute;
    width: 12px;
    height: 12px;
    padding: 1px 3px;
    top: calc(50% - 6px);
    right: 10px;
    z-index: 2;
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .categories-button-row .arrow-nav-next,
      .horitontal-nav .arrow-nav-next {
        right: 12px; } }
  .categories-button-row .arrow-nav-prev,
  .horitontal-nav .arrow-nav-prev {
    position: absolute;
    width: 12px;
    height: 12px;
    padding: 1px 3px;
    top: calc(50% - 6px);
    left: 10px;
    z-index: 2;
    cursor: pointer; }
  .categories-button-row #moving-placeholder,
  .horitontal-nav #moving-placeholder {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2; }
  .categories-button-row .init-row,
  .horitontal-nav .init-row {
    overflow-x: initial;
    width: inherit;
    max-width: fit-content; }

.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: HummelPlate-SemiBold, 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: Gibson-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: #073b91; }
  .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: HummelPlate, 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: 0px;
  /*  > .container + .promoted-categories-wrapper {
    margin-top: -32px;

    @include media-breakpoint-down(sm) {
      > .dynamicpage {
        margin-left: -30px;
        margin-right: -30px;
      }
    }
  } */
  /* > .container-fluid + .promoted-categories-wrapper {
    margin-top: -32px;

    @include media-breakpoint-down(sm) {
      > .dynamicpage {
        margin-left: -30px;
        margin-right: -30px;
      }
    }
  } */ }
  .top-category-title .container-fluid {
    padding-left: 8px; }
  @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 .top-category-row {
    padding-bottom: 8px; }
    .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: 14x;
      font-weight: 300;
      font-family: Gibson-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: -2px;
    color: #0f1018;
    font-family: HummelPlate-Bold, sans-serif;
    font-size: 48px;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 5px;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0;
    font-style: italic;
    word-break: break-word; }
    @media (max-width: 768.98px) {
      .top-category-title .header.page-title {
        font-size: 32px; } }
    @media (min-width: 769px) {
      .top-category-title .header.page-title {
        padding-top: 10px;
        line-height: 40px; } }
    @media (max-width: 1199.98px) {
      .top-category-title .header.page-title {
        padding-top: 10px;
        line-height: 40px; } }
    .top-category-title .header.page-title::before {
      display: none; }
  .top-category-title .top-levels-categories {
    width: 100%;
    color: #707070;
    font-size: 12px;
    letter-spacing: 0.02em;
    margin: 0;
    padding-left: 0;
    margin-top: 30px;
    font-weight: 600;
    font-family: Inter, sans-serif; }
    .top-category-title .top-levels-categories .breadcrumb-icon-img {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 2px;
      vertical-align: middle; }
    @media (min-width: 1200px) {
      .top-category-title .top-levels-categories {
        margin-top: 40px; } }
  .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.active::after {
      content: "";
      position: absolute;
      top: 8px;
      right: 8px;
      width: 8px;
      height: 8px;
      background-color: blue;
      border-radius: 50%; }
    .top-category-title button.btn.filter-results::before {
      background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNDE2NjcgMTIuNzVWOS4yNUg3LjU4MzMzVjEwLjQxNjdIMTIuMjVWMTEuNTgzM0g3LjU4MzMzVjEyLjc1SDYuNDE2NjdaTTEuNzUgMTEuNTgzM1YxMC40MTY3SDUuMjVWMTEuNTgzM0gxLjc1Wk00LjA4MzMzIDkuMjVWOC4wODMzM0gxLjc1VjYuOTE2NjdINC4wODMzM1Y1Ljc1SDUuMjVWOS4yNUg0LjA4MzMzWk02LjQxNjY3IDguMDgzMzNWNi45MTY2N0gxMi4yNVY4LjA4MzMzSDYuNDE2NjdaTTguNzUgNS43NVYyLjI1SDkuOTE2NjdWMy40MTY2N0gxMi4yNVY0LjU4MzMzSDkuOTE2NjdWNS43NUg4Ljc1Wk0xLjc1IDQuNTgzMzNWMy40MTY2N0g3LjU4MzMzVjQuNTgzMzNIMS43NVoiIGZpbGw9IiMwRjEwMTgiLz4KPC9zdmc+Cg==") 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: 24px;
  margin-right: 0;
  /* .slick-dots {
    display: none !important;
  } */ }
  .promoted-categories-wrapper .dynamicpage:nth-of-type(1) .carousel-container {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .promoted-categories-wrapper .carousel-container {
    padding-left: 8px !important;
    padding-right: 8px !important; }
    .promoted-categories-wrapper .carousel-container .row-negative-margin {
      margin-left: 0;
      margin-right: 0; }
  .promoted-categories-wrapper .dynamicpage .col-12 {
    padding: 0 15px 0 15px; }

.search-results .container-fluid {
  padding-left: 8px;
  padding-right: 8px; }

.search-results .tab-content {
  padding-right: 8px;
  padding-left: 8px; }
  @media (min-width: 576px) and (max-width: 1200px) {
    .search-results .tab-content {
      padding-right: 8px;
      padding-left: 8px; } }
  @media (min-width: 1200px) {
    .search-results .tab-content {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 575.98px) {
    .search-results .tab-content {
      margin-right: 0px !important;
      margin-left: 0px !important;
      padding: 0; } }

.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;
  overflow-y: scroll !important;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .refinements::-webkit-scrollbar {
    display: none; }
  .refinements button {
    box-shadow: none;
    outline: none; }
  .refinements .selected-refinement-values {
    display: none; }
  .refinements .refinement {
    margin-right: 50px;
    margin-bottom: 20px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    border-bottom: 1px solid #e3e3e3 !important;
    width: calc(100% - 16px) !important;
    padding-bottom: 20px !important; }
    .refinements .refinement ul.values {
      overflow: hidden; }
    .refinements .refinement button.title.refinement-open-btn {
      padding: 0 32px 0 0 !important;
      min-width: auto;
      height: auto;
      font-family: HummelPlate-Bold, sans-serif;
      font-size: 14px !important;
      line-height: 15px !important;
      letter-spacing: initial !important;
      text-transform: uppercase;
      box-shadow: none;
      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,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNyA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuMTY1NTEgNi4zNjc2NlYwSDMuMDQ1NDJWNi4zNzI5M0wwLjI0MjE4OCAzLjkyNTc4VjUuNDcyNzFMMy42MDI0NSA4LjQwNjEzTDYuOTYyNzEgNS40NzI3MVYzLjkyNTc4TDQuMTY1NTEgNi4zNjc2NloiIGZpbGw9IiMwRjEwMTgiLz4KPC9zdmc+Cg==");
        background-repeat: no-repeat;
        background-position: center;
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        font-size: 16px;
        top: 7px !important;
        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+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNyA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuMDM5NTcgMi4wMzg1OUwzLjAzOTU3IDguNDA2MjVMNC4xNTk2NSA4LjQwNjI1TDQuMTU5NjUgMi4wMzMzMkw2Ljk2Mjg5IDQuNDgwNDdMNi45NjI4OSAyLjkzMzU0TDMuNjAyNjMgMC4wMDAxMTc5NjJMMC4yNDIzNjUgMi45MzM1M0wwLjI0MjM2NSA0LjQ4MDQ3TDMuMDM5NTcgMi4wMzg1OVoiIGZpbGw9IiMwRjEwMTgiLz4KPC9zdmc+Cg=="); }
    .refinements .refinement .refinement-content-block {
      background: #fff;
      width: 100%;
      z-index: 3;
      max-width: 100% !important; }
      .refinements .refinement .refinement-content-block li.disabled {
        display: none !important; }
      .refinements .refinement .refinement-content-block .color-name {
        display: inline-block !important; }
      .refinements .refinement .refinement-content-block ul.values {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
        gap: 12px !important;
        padding: 27px 1px 1px 0 !important;
        margin: 0 !important; }
        .refinements .refinement .refinement-content-block ul.values li {
          display: -ms-flexbox !important;
          display: flex !important;
          -ms-flex-pack: start !important;
              justify-content: start !important;
          -ms-flex-align: center !important;
              align-items: center !important;
          border: none !important;
          text-align: center !important;
          max-width: unset !important;
          margin: 0 !important; }
          .refinements .refinement .refinement-content-block ul.values li button {
            width: 100%;
            padding: 0 !important;
            font-family: Inter, sans-serif !important;
            font-size: 12px !important;
            font-weight: 500 !important;
            line-height: 15.6px !important;
            -ms-flex-pack: start !important;
                justify-content: start !important; }
            .refinements .refinement .refinement-content-block ul.values li button .filter-icon-checkbox {
              margin-right: 8px !important;
              border: 1px solid #B0B0B0 !important; }
            .refinements .refinement .refinement-content-block ul.values li button:hover {
              color: #0f1018 !important;
              background: transparent !important; }
            .refinements .refinement .refinement-content-block ul.values li button.selected {
              color: #0f1018 !important;
              background: transparent !important; }
          .refinements .refinement .refinement-content-block ul.values li.selected {
            background-color: transparent !important; }
            .refinements .refinement .refinement-content-block ul.values li.selected .filter-icon-checkbox {
              background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxN3B4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNyAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5DQzY1QzM4My1BRTE2LTRDOEItQjJBNy1FOUM1Q0JGNjRCQUY8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxnIGlkPSJBc3NldC1BcnRib2FyZC1QYWdlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj4gICAgICAgIDxnIGlkPSJpY29ub2dyYXBoeS0vLWNoZWNrbWFyayIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41MDU1MjMsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTIiIHBvaW50cz0iNS4zMzMzMzMzMyA4IDcuNDY2NjY2NjcgMTAuMTMzMzMzMyAxMS4yIDUuODY2NjY2NjciPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=");
              background-color: #000;
              background-position: center; }
          .refinements .refinement .refinement-content-block ul.values li.disabled {
            opacity: 0.6 !important;
            pointer-events: none !important;
            display: none !important; }
          .refinements .refinement .refinement-content-block ul.values li.selected button i {
            display: inline-block !important;
            margin-right: 5px !important;
            color: #073b91 !important; }
        .refinements .refinement .refinement-content-block ul.values.size {
          display: -ms-grid !important;
          display: grid !important;
          -ms-grid-columns: (1fr)[6] !important;
              grid-template-columns: repeat(6, 1fr) !important;
          gap: 0 !important; }
          @media (max-width: 991.98px) {
            .refinements .refinement .refinement-content-block ul.values.size {
              -ms-grid-columns: (1fr)[5] !important;
                  grid-template-columns: repeat(5, 1fr) !important; } }
          .refinements .refinement .refinement-content-block ul.values.size li {
            position: relative !important;
            z-index: 1 !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
            outline: 1px solid #B0B0B0 !important;
            margin: 1px 0 0 1px !important;
            width: auto !important;
            height: 38px !important;
            min-height: 38px !important; }
            .refinements .refinement .refinement-content-block ul.values.size li button {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: center !important;
                  justify-content: center !important;
              border: none !important;
              height: 100% !important;
              width: 100% !important; }
            @media (min-width: 769px) {
              .refinements .refinement .refinement-content-block ul.values.size li:hover {
                outline: 1px solid #0f1018 !important;
                background: transparent !important;
                z-index: 2 !important; } }
            .refinements .refinement .refinement-content-block ul.values.size li.selected {
              outline: 1px solid #0f1018 !important;
              background: transparent !important;
              z-index: 2 !important; }
            .refinements .refinement .refinement-content-block ul.values.size li.disabled {
              opacity: 0.6 !important;
              pointer-events: none !important; }
        .refinements .refinement .refinement-content-block ul.values.color {
          margin: 27px 0 1px !important;
          padding: 0 !important;
          column-gap: 0 !important; }
          .refinements .refinement .refinement-content-block ul.values.color li {
            min-height: unset !important;
            width: 50% !important; }
            .refinements .refinement .refinement-content-block ul.values.color li.selected .color-name {
              color: #0f1018 !important; }
            .refinements .refinement .refinement-content-block ul.values.color li .color-circle {
              margin-right: 8px !important;
              width: 16px !important;
              height: 16px !important;
              border: none !important; }
              .refinements .refinement .refinement-content-block ul.values.color li .color-circle.swatch-circle-white {
                border: 1px solid #e3e3e3 !important; }
              .refinements .refinement .refinement-content-block ul.values.color li .color-circle.swatch-circle-miscellaneous {
                border-radius: unset !important;
                transform: none !important; }
              .refinements .refinement .refinement-content-block ul.values.color li .color-circle.selected {
                border: 1px solid #0f1018 !important; }
                .refinements .refinement .refinement-content-block ul.values.color li .color-circle.selected::after {
                  content: "";
                  background: transparent !important;
                  border-radius: 0 !important;
                  display: table-caption !important;
                  position: absolute !important;
                  width: 14px !important;
                  border: 2px solid white;
                  height: 14px !important;
                  top: 0 !important;
                  left: 0 !important;
                  transform: none !important; }
            .refinements .refinement .refinement-content-block ul.values.color li .color-name {
              text-transform: capitalize !important; }
            .refinements .refinement .refinement-content-block ul.values.color li button {
              min-height: unset !important;
              border: none !important; }
      .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: #073b91; }
  .refinements .active-filters-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
    width: calc(100% - 16px) !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3 !important; }
    .refinements .active-filters-container .active-filters-label {
      width: 100%;
      font-family: Inter, sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 15.6px;
      color: #707070;
      text-transform: capitalize; }
    .refinements .active-filters-container .active-filters-tiles {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 8px; }
      .refinements .active-filters-container .active-filters-tiles .active-filter-tile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: 18px;
        padding: 3px 5px;
        background: #f0f0f0;
        border: none;
        font-family: Inter, sans-serif;
        font-weight: 600;
        font-size: 10px;
        line-height: 12.1px;
        letter-spacing: 0.02rem;
        color: #707070;
        text-transform: uppercase; }
        .refinements .active-filters-container .active-filters-tiles .active-filter-tile .filter-remove {
          margin-right: 4px;
          padding: 0;
          border: none;
          background-color: transparent; }
          .refinements .active-filters-container .active-filters-tiles .active-filter-tile .filter-remove .filter-remove-icon {
            width: 8px;
            height: 8px;
            background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjkzOTgzIDMuOTk5ODhMMC42NDE0MjkgNi4yOTgyOEwxLjcwMjA5IDcuMzU4OTRMNC4wMDA0OSA1LjA2MDU0TDYuMTI2NTIgNy4xODY1N0w3LjE4NzE4IDYuMTI1OTFMNS4wNjExNSAzLjk5OTg4TDcuMzU4OTQgMS43MDIwOEw2LjI5ODI4IDAuNjQxNDIzTDQuMDAwNDkgMi45MzkyMkwxLjUzMDMzIDAuNDY5MDZMMC40Njk2NyAxLjUyOTcyTDIuOTM5ODMgMy45OTk4OFoiIGZpbGw9IiM3MDcwNzAiLz4NCjwvc3ZnPg0K") no-repeat; }
          .refinements .active-filters-container .active-filters-tiles .active-filter-tile .filter-remove:hover {
            scale: 1.1; }
        .refinements .active-filters-container .active-filters-tiles .active-filter-tile span {
          pointer-events: none; }

#refinement-filter-bar {
  background-color: #fff;
  color: #0f1018;
  font-family: HummelPlate, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-left: 5px;
  line-height: 1em;
  letter-spacing: -0.03px; }
  #refinement-filter-bar .filter-bar {
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 991.98px) {
      #refinement-filter-bar .filter-bar {
        display: none; } }

.filter-header {
  margin: 0 0 16px !important; }
  .filter-header .header-bar {
    min-height: 48px !important;
    padding-bottom: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
        align-items: center !important; }
    .filter-header .header-bar .header-bar-title {
      font-family: HummelPlate-Bold, sans-serif !important;
      font-size: 24px !important;
      line-height: 24px !important;
      color: #0f1018 !important;
      padding-left: 8px; }
    .filter-header .header-bar .close {
      height: 48px !important;
      width: 48px !important;
      background-color: #e3e3e3 !important; }
      .filter-header .header-bar .close:hover {
        opacity: 0.8; }

.refinement-bar {
  background-color: #fff !important;
  overflow: initial !important;
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  height: calc(100svh - 16px) !important;
  width: 33% !important;
  padding: 0 !important;
  margin: 8px 8px 8px 0;
  z-index: 99 !important;
  transform: translateX(calc(100% + 3vh)) !important;
  transition: transform 0.4s linear, opacity 0.5s ease-in-out;
  opacity: 0;
  /* stylelint-disable scss/media-feature-value-dollar-variable, max-nesting-depth */ }
  @media (max-width: 991.98px) {
    .refinement-bar {
      width: calc(100% - 40px) !important;
      margin: 8px 8px 8px 32px !important; } }
  .refinement-bar.showMenu {
    transform: translateX(0) !important;
    transition: transform 0.4s linear, opacity 0.5s ease-in-out;
    opacity: 1; }
  .refinement-bar .secondary-bar {
    padding: 0 8px 8px 8px !important;
    gap: 8px; }
    .refinement-bar .secondary-bar button {
      width: 50% !important; }
      .refinement-bar .secondary-bar button .secondary-bar-text {
        margin-bottom: 0 !important; }
    .refinement-bar .secondary-bar .reset {
      text-decoration: none !important; }
    .refinement-bar .secondary-bar .close {
      margin: 0 !important; }
      .refinement-bar .secondary-bar .close:hover {
        background-color: #000 !important; }
      .refinement-bar .secondary-bar .close::before {
        content: none !important; }
    .refinement-bar .secondary-bar .btn-filter-clear:hover {
      text-decoration: none !important; }
    @media (max-width: 991.98px) {
      .refinement-bar .secondary-bar {
        -ms-flex-direction: column;
            flex-direction: column; }
        .refinement-bar .secondary-bar button {
          width: 100% !important; } }
  @media screen and (max-width: 6000px) {
    .refinement-bar .refinement-section {
      height: 100%; }
    .refinement-bar .filter-header {
      margin: 0 0 35px; } }
  @media screen and (max-width: 6000px) and (max-width: 543.98px) {
    .refinement-bar .filter-header {
      margin: 0 0 25px; } }
  @media screen and (max-width: 6000px) {
    .refinement-bar .header-bar {
      background: none;
      border: none;
      padding: 0;
      text-transform: uppercase;
      position: relative;
      font-family: HummelPlate, sans-serif;
      min-height: 50px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: end;
      padding-bottom: 14px; }
      .refinement-bar .header-bar .header-bar-title {
        height: 100%;
        font-size: 38px;
        line-height: 0.5em;
        font-weight: 700;
        width: 100%; } }
    @media screen and (max-width: 6000px) and (max-width: 768.98px) {
      .refinement-bar .header-bar .header-bar-title {
        font-size: 11px; } }
  @media screen and (max-width: 6000px) {
      .refinement-bar .header-bar button.close {
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS44MDU0IDQuNjgwMzVMNC42ODEwOSAxMS44MDQ2TDMuNzM4MjggMTAuODYxOEwxMC44NjI2IDMuNzM3NTRMMTEuODA1NCA0LjY4MDM1WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjY4MTgyIDMuNzM4MDlMMTEuODA2MSAxMC44NjI0TDEwLjg2MzMgMTEuODA1MkwzLjczOTAxIDQuNjgwOUw0LjY4MTgyIDMuNzM4MDlaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K") center no-repeat;
        filter: invert;
        width: 50px;
        height: 50px;
        text-indent: -9999px;
        outline: none;
        box-shadow: none;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
    .refinement-bar .refinements {
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
      .refinement-bar .refinements .refinement {
        width: 100%;
        margin-right: 0;
        font-size: 15px;
        line-height: 25px;
        font-family: HummelPlate, sans-serif;
        font-weight: 300;
        margin-bottom: 18px;
        border-bottom: 1px solid gray; }
        .refinement-bar .refinements .refinement button.title.refinement-open-btn {
          width: 100%;
          text-align: left;
          padding-bottom: 18px;
          border: none;
          letter-spacing: -0.03em;
          text-decoration: none;
          font-family: HummelPlate-Bold, sans-serif;
          font-size: 18px;
          text-transform: uppercase; }
          .refinement-bar .refinements .refinement button.title.refinement-open-btn .acive-filters-line {
            color: black;
            opacity: 0.5;
            padding-left: 15px; }
          .refinement-bar .refinements .refinement button.title.refinement-open-btn:hover {
            text-decoration: none; }
          .refinement-bar .refinements .refinement button.title.refinement-open-btn::before {
            top: 25%; }
        .refinement-bar .refinements .refinement.active button.title.refinement-open-btn {
          border: none;
          text-decoration: 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: 0;
            margin: 10px;
            display: -ms-inline-flexbox;
            display: inline-flex;
            width: auto;
            height: 100%; }
            .refinement-bar .refinements .refinement li.color-attribute button {
              width: 100%;
              height: 100%;
              min-height: 45px;
              border: 1px solid transparent;
              border-radius: 0;
              background-color: #fff;
              -ms-flex-pack: center;
                  justify-content: center;
              font-size: 12px;
              font-family: HummelPlate, sans-serif;
              font-weight: 400;
              color: #000;
              position: relative;
              padding: 0 10px; }
              .refinement-bar .refinements .refinement li.color-attribute button > span {
                text-transform: uppercase; }
          .refinement-bar .refinements .refinement li.size-attribute {
            padding: 0;
            display: -ms-inline-flexbox;
            display: inline-flex;
            max-width: 40px;
            height: 100%;
            min-height: 40px; }
            .refinement-bar .refinements .refinement li.size-attribute button {
              width: 100%;
              height: 100%;
              min-height: 40px;
              border: 1px solid transparent;
              -ms-flex-pack: start;
                  justify-content: start;
              font-size: 12px;
              font-family: HummelPlate, sans-serif;
              font-weight: 400;
              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 {
          border: none;
          background-color: white; }
          .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: 0;
              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;
            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 {
      display: block; }
    .refinement-bar .secondary-bar {
      margin: 0 auto;
      padding: 0; }
      .refinement-bar .secondary-bar .btn-primary {
        position: relative;
        display: inline-block;
        width: 100%;
        border-radius: 100px;
        border: none;
        padding: 12px 24px;
        overflow: hidden;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: -0.03%; }
        .refinement-bar .secondary-bar .btn-primary:hover::before {
          left: 100%; }
        .refinement-bar .secondary-bar .btn-primary::before {
          content: "";
          position: absolute;
          top: 0;
          left: -100%;
          width: 100%;
          height: 100%;
          background: linear-gradient(to right, black, transparent);
          transition: left 1s ease; } }
    @media screen and (max-width: 6000px) and (min-width: 544px) {
      .refinement-bar .secondary-bar .btn-primary {
        min-width: 219px; } }
  @media screen and (max-width: 6000px) {
      .refinement-bar .secondary-bar button.btn-close-mobile {
        background-color: #0f1018;
        min-width: 164px;
        position: relative;
        opacity: 1;
        text-shadow: none;
        padding: 12px 8px;
        margin-top: 0;
        font-family: HummelPlate-SemiBold, sans-serif;
        text-transform: uppercase;
        font-size: 15px;
        border-radius: 0px;
        height: 46px;
        margin: 0 8px; }
        .refinement-bar .secondary-bar button.btn-close-mobile:hover {
          opacity: 0.8 !important; }
        .refinement-bar .secondary-bar button.btn-close-mobile:focus {
          opacity: 1; } }

.filter-bar ul {
  margin-bottom: -15px; }
  .filter-bar ul li.filter-value {
    padding: 0;
    border-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    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-align: left;
      padding: 8px 30px 8px 10px;
      min-width: 55px;
      height: auto;
      opacity: 0.4;
      text-transform: uppercase; }
      .filter-bar ul li.filter-value button::after {
        background-image: url("data:image/svg+xml;PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMnB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMiAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5BNzMxQ0EzNy02RjU1LTQxOUEtQTNCQy1CMkE0ODc0Qjg4MjY8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxnIGlkPSJBc3NldC1BcnRib2FyZC1QYWdlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJpY29ub2dyYXBoeS0vLWNsb3NlLSIgc3Ryb2tlPSIjMWUxZTFlIiBzdHJva2Utd2lkdGg9IjEuNSI+ICAgICAgICAgICAgPHBhdGggZD0iTTYuNDI4NTcxNTEsNiBMMTUuMDAwMDAwMiwxNCBNNi40Mjg1NzE1MSwxNCBMMTUuMDAwMDAwMiw2IiBpZD0ibGluZWFydCI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+");
        color: transparent;
        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;
        border-color: #000;
        background-color: #fff;
        opacity: 1; }
    .filter-bar ul li.filter-value:hover {
      border-color: #000; }

.result-count-block {
  position: relative;
  margin: 0 !important;
  padding: 8px !important;
  margin: 0 -15px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 1199.98px) {
    .result-count-block {
      padding: 8px 16px !important;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      -ms-flex-align: start;
          align-items: flex-start;
      gap: 4px; } }
  .result-count-block .result-count-mobile {
    display: block;
    font-size: 14px;
    text-transform: lowercase; }
    @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 {
    position: absolute;
    top: -35px;
    right: 8px;
    -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: center;
        align-items: center; }
    @media (max-width: 991.98px) {
      .result-count-block .sort-order-menu {
        position: relative;
        top: 0;
        width: 100%;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .result-count-block .result-count {
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-order: 1;
        order: 1;
    text-align: left;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.01rem;
    color: #707070;
    padding-bottom: 0;
    padding-left: 0;
    text-transform: lowercase; }
  .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: HummelPlate-SemiBold, 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; } }

.no-search-dynamic-wrapper .dynamicpage {
  margin: 0 -15px; }
  .no-search-dynamic-wrapper .dynamicpage .experience-component[class*="-promotedCategories"] {
    margin-bottom: 20px; }
    @media (min-width: 769px) {
      .no-search-dynamic-wrapper .dynamicpage .experience-component[class*="-promotedCategories"] {
        margin-bottom: 40px; } }

.no-search-dynamic-wrapper .promoted-categories {
  padding-left: 0;
  padding-right: 0; }

.no-search-dynamic-wrapper .experience-component .mx-n2 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.no-search-dynamic-wrapper .region {
  padding-left: 0;
  padding-right: 0; }

.result-count-desktop {
  display: none; }
  @media (min-width: 769px) {
    .result-count-desktop {
      display: block; } }

.custom-styled-select-wrapper {
  height: 31px; }
  .custom-styled-select-wrapper::after {
    pointer-events: none;
    border: none;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 6px;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgNEwyIDYuMTA3NDRMOCAxMkwxNCA2LjEwNzQ0VjRMOCA5Ljg5MjU2TDIgNFoiIGZpbGw9IiMwRjEwMTgiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: center; }
  .custom-styled-select-wrapper select {
    font-size: 12px;
    font-family: Inter, sans-serif;
    letter-spacing: 0;
    line-height: 15px;
    font-weight: 600;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
    cursor: pointer;
    outline: none;
    padding-right: 20px;
    padding-left: 10px;
    width: 100%;
    border: none;
    text-transform: uppercase;
    -webkit-appearance: none;
    color: #0f1018; }

.filter-results {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 8px 8px 29px !important;
  text-transform: uppercase;
  height: 31px;
  min-width: 60px;
  text-align: left;
  position: relative;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: normal !important;
  color: #0f1018; }
  .filter-results.active::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 2px;
    width: 5px;
    height: 5px;
    background-color: #2258ce;
    border-radius: 50%; }
  .filter-results::before {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNDE2NjcgMTIuNzVWOS4yNUg3LjU4MzMzVjEwLjQxNjdIMTIuMjVWMTEuNTgzM0g3LjU4MzMzVjEyLjc1SDYuNDE2NjdaTTEuNzUgMTEuNTgzM1YxMC40MTY3SDUuMjVWMTEuNTgzM0gxLjc1Wk00LjA4MzMzIDkuMjVWOC4wODMzM0gxLjc1VjYuOTE2NjdINC4wODMzM1Y1Ljc1SDUuMjVWOS4yNUg0LjA4MzMzWk02LjQxNjY3IDguMDgzMzNWNi45MTY2N0gxMi4yNVY4LjA4MzMzSDYuNDE2NjdaTTguNzUgNS43NVYyLjI1SDkuOTE2NjdWMy40MTY2N0gxMi4yNVY0LjU4MzMzSDkuOTE2NjdWNS43NUg4Ljc1Wk0xLjc1IDQuNTgzMzNWMy40MTY2N0g3LjU4MzMzVjQuNTgzMzNIMS43NVoiIGZpbGw9IiMwRjEwMTgiLz4KPC9zdmc+Cg==") no-repeat;
    content: "";
    width: 10.5px;
    height: 10.5px;
    position: absolute;
    top: 8px;
    left: 10.5px;
    background-position: center; }
    @media (max-width: 1199.98px) {
      .filter-results::before {
        top: 9px; } }
  .filter-results:hover {
    background-color: transparent;
    border-color: transparent; }
  .filter-results.filter-results-sticky {
    position: fixed;
    left: 50%;
    bottom: 16px;
    width: auto !important;
    background: #0f1018;
    color: #fff !important;
    z-index: 1;
    visibility: hidden; }
    .filter-results.filter-results-sticky::before {
      background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik01LjQxNjY3IDExLjI1VjcuNzVINi41ODMzM1Y4LjkxNjY3SDExLjI1VjEwLjA4MzNINi41ODMzM1YxMS4yNUg1LjQxNjY3Wk0wLjc1IDEwLjA4MzNWOC45MTY2N0g0LjI1VjEwLjA4MzNIMC43NVpNMy4wODMzMyA3Ljc1VjYuNTgzMzNIMC43NVY1LjQxNjY3SDMuMDgzMzNWNC4yNUg0LjI1VjcuNzVIMy4wODMzM1pNNS40MTY2NyA2LjU4MzMzVjUuNDE2NjdIMTEuMjVWNi41ODMzM0g1LjQxNjY3Wk03Ljc1IDQuMjVWMC43NUg4LjkxNjY3VjEuOTE2NjdIMTEuMjVWMy4wODMzM0g4LjkxNjY3VjQuMjVINy43NVpNMC43NSAzLjA4MzMzVjEuOTE2NjdINi41ODMzM1YzLjA4MzMzSDAuNzVaIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4=") no-repeat; }
    .filter-results.filter-results-sticky.active::after {
      content: "";
      position: absolute;
      top: 6px;
      right: 2px;
      width: 5px;
      height: 5px;
      background-color: #2258ce;
      border-radius: 50%; }
    .filter-results.filter-results-sticky::before {
      background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNDE2NjcgMTIuNzVWOS4yNUg3LjU4MzMzVjEwLjQxNjdIMTIuMjVWMTEuNTgzM0g3LjU4MzMzVjEyLjc1SDYuNDE2NjdaTTEuNzUgMTEuNTgzM1YxMC40MTY3SDUuMjVWMTEuNTgzM0gxLjc1Wk00LjA4MzMzIDkuMjVWOC4wODMzM0gxLjc1VjYuOTE2NjdINC4wODMzM1Y1Ljc1SDUuMjVWOS4yNUg0LjA4MzMzWk02LjQxNjY3IDguMDgzMzNWNi45MTY2N0gxMi4yNVY4LjA4MzMzSDYuNDE2NjdaTTguNzUgNS43NVYyLjI1SDkuOTE2NjdWMy40MTY2N0gxMi4yNVY0LjU4MzMzSDkuOTE2NjdWNS43NUg4Ljc1Wk0xLjc1IDQuNTgzMzNWMy40MTY2N0g3LjU4MzMzVjQuNTgzMzNIMS43NVoiIGZpbGw9IiMwRjEwMTgiLz4KPC9zdmc+Cg==") no-repeat;
      content: "";
      width: 10.5px;
      height: 10.5px;
      position: absolute;
      top: 9px;
      left: 10.5px;
      background-position: center; }
    .filter-results.filter-results-sticky:hover {
      background-color: transparent;
      border-color: transparent; }
    .filter-results.filter-results-sticky.filter-results-sticky {
      position: fixed;
      left: 50%;
      bottom: 16px;
      width: auto !important;
      background: #0f1018;
      color: #fff !important;
      z-index: 2; }
      .filter-results.filter-results-sticky.filter-results-sticky::before {
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik01LjQxNjY3IDExLjI1VjcuNzVINi41ODMzM1Y4LjkxNjY3SDExLjI1VjEwLjA4MzNINi41ODMzM1YxMS4yNUg1LjQxNjY3Wk0wLjc1IDEwLjA4MzNWOC45MTY2N0g0LjI1VjEwLjA4MzNIMC43NVpNMy4wODMzMyA3Ljc1VjYuNTgzMzNIMC43NVY1LjQxNjY3SDMuMDgzMzNWNC4yNUg0LjI1VjcuNzVIMy4wODMzM1pNNS40MTY2NyA2LjU4MzMzVjUuNDE2NjdIMTEuMjVWNi41ODMzM0g1LjQxNjY3Wk03Ljc1IDQuMjVWMC43NUg4LjkxNjY3VjEuOTE2NjdIMTEuMjVWMy4wODMzM0g4LjkxNjY3VjQuMjVINy43NVpNMC43NSAzLjA4MzMzVjEuOTE2NjdINi41ODMzM1YzLjA4MzMzSDAuNzVaIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4=") no-repeat; }
  .filter-results[aria-hidden="true"] .filter-results-sticky {
    display: none !important; }

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

@media (max-width: 991.98px) {
  #product-search-results {
    padding-left: 8px;
    padding-right: 8px; } }

#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;
  gap: 8px;
  padding: 4px 8px !important; }
  @media (max-width: 1200px) {
    #product-search-results .product-grid {
      gap: 8px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 543.98px) {
    #product-search-results .product-grid {
      padding: 4px 15px !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: 0; } }
  #product-search-results .product-grid .product {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    height: fit-content; }
    @media (min-width: 769px) {
      #product-search-results .product-grid .product {
        padding-left: 0px;
        padding-right: 0px; } }
  #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-top: 40px; }
  .show-more .show-more-count-products {
    font-size: 12px;
    line-height: 12px;
    margin-top: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #0f1018; }
  .show-more button {
    min-width: 225px;
    height: 46px;
    font-family: HummelPlate-Bold, sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: #0f1018; }
  .show-more .progress-container {
    width: 225px;
    height: 2px;
    background-color: #e3e3e3;
    border-radius: 15px;
    overflow: hidden;
    margin: 10px auto; }
  .show-more .progress-bar {
    height: 100%;
    background-color: #2258ce;
    transition: width 0.3s ease; }

.search-seo-text {
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1; }
  .search-seo-text h2 {
    margin-top: 80px;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-family: HummelPlate-SemiBold, sans-serif; }
    .search-seo-text h2:first-child {
      margin-top: 0; }
    @media (max-width: 991.98px) {
      .search-seo-text h2 {
        margin-top: 64px; } }
  .search-seo-text h3 {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-family: HummelPlate-SemiBold, sans-serif;
    text-align: left;
    margin-top: 80px; }
    .search-seo-text h3:first-child {
      margin-top: 0; }
    @media (max-width: 991.98px) {
      .search-seo-text h3 {
        margin-top: 64px; } }
  .search-seo-text p {
    font-size: 14px;
    margin-top: 0;
    line-height: 1.5; }
    .search-seo-text p:last-of-type {
      margin-bottom: 80px; }
    @media (max-width: 991.98px) {
      .search-seo-text p:last-of-type {
        margin-bottom: 64px; } }
  .search-seo-text .header {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: HummelPlate-SemiBold, sans-serif; }

.container-fluid.search-results {
  padding-left: 8px;
  padding-right: 8px; }
  @media (max-width: 543.98px) {
    .container-fluid.search-results .categories-row-js {
      margin: 0 -8px; } }
  @media (max-width: 1199.98px) {
    .container-fluid.search-results {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  @media (max-width: 991.98px) {
    .container-fluid.search-results .categories-row-js {
      max-width: 100% !important;
      padding: 0 !important;
      margin: 0; } }
  @media (max-width: 543.98px) {
    .container-fluid.search-results {
      padding-left: 25px;
      padding-right: 20px; } }
  .container-fluid.search-results ~ .seo-container {
    max-width: none;
    padding: 0; }
    @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;
        padding-top: 0; } }
    .container-fluid.search-results ~ .seo-container .search-seo-text {
      width: 100%;
      margin: 0;
      margin-left: auto;
      margin-right: auto;
      -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; } }

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

@media (min-width: 576px) and (max-width: 1200px) {
  .result-count-block {
    padding: 8px !important; } }

.categories-row-js {
  margin: 0 0 0 -8px; }

@media (max-width: 768.98px) {
  .pdHomepage .storepage .row .container-fluid .seo-container {
    width: unset;
    max-width: unset;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -7px;
    margin-right: -7px; } }

.experience-dynamic-productList .dynamicpage .col-12 {
  padding: 0; }
