.swatch-circle-beige {
  width: 2rem;
  height: 2rem;
  background: #c4b393;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  width: 1.75rem;
  height: 1.75rem;
  background: #c4b393;
  background-color: #c4b393;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  width: 2rem;
  height: 2rem;
  background: #212121;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  width: 1.75rem;
  height: 1.75rem;
  background: #212121;
  background-color: #212121;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  width: 2rem;
  height: 2rem;
  background: #26487a;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  width: 1.75rem;
  height: 1.75rem;
  background: #26487a;
  background-color: #26487a;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  width: 2rem;
  height: 2rem;
  background: #5c3806;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  width: 1.75rem;
  height: 1.75rem;
  background: #5c3806;
  background-color: #5c3806;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  width: 2rem;
  height: 2rem;
  background: #696e49;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  width: 1.75rem;
  height: 1.75rem;
  background: #696e49;
  background-color: #696e49;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  width: 2rem;
  height: 2rem;
  background: #999999;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  width: 1.75rem;
  height: 1.75rem;
  background: #999999;
  background-color: #999999;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  width: 2rem;
  height: 2rem;
  background: #000080;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  width: 1.75rem;
  height: 1.75rem;
  background: #000080;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  width: 2rem;
  height: 2rem;
  background: #eea31e;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  width: 1.75rem;
  height: 1.75rem;
  background: #eea31e;
  background-color: #eea31e;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  width: 2rem;
  height: 2rem;
  background: #bf5d7c;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  width: 1.75rem;
  height: 1.75rem;
  background: #bf5d7c;
  background-color: #bf5d7c;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  width: 2rem;
  height: 2rem;
  background: #c9b4d6;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  width: 1.75rem;
  height: 1.75rem;
  background: #c9b4d6;
  background-color: #c9b4d6;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  width: 2rem;
  height: 2rem;
  background: #b13535;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  width: 1.75rem;
  height: 1.75rem;
  background: #b13535;
  background-color: #b13535;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  width: 2rem;
  height: 2rem;
  background: #efeee8;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  width: 1.75rem;
  height: 1.75rem;
  background: #efeee8;
  background-color: #efeee8;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  width: 2rem;
  height: 2rem;
  background: #fce965;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  width: 1.75rem;
  height: 1.75rem;
  background: #fce965;
  background-color: #fce965;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-floral {
  width: 2rem;
  height: 2rem;
  background: #efeee8;
  display: block;
  position: relative;
  background: url("../png/aloha.png") 0px 0px/30px 30px;
}
.swatch-circle-floral.disabled {
  opacity: 0.2;
}

.swatch-filter-floral {
  width: 1.75rem;
  height: 1.75rem;
  background: #efeee8;
  background-color: #efeee8;
  display: block;
  position: relative;
  background: url("../png/aloha.png") 0px 0px/30px 30px;
}
.swatch-filter-floral.disabled {
  opacity: 0.2;
}

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

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

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

.mt__abs-position-top {
  top: 0;
}
.mt__abs-position-right {
  right: 0;
}
.mt__abs-position-bottom {
  bottom: 0;
}
.mt__abs-position-left {
  left: 0;
}
.mt__abs-position-center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.mt__abs-position-middle {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.mt__abs-position-center.mt__abs-position-middle {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mt-marketing-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 2.75rem);
}
@media (min-width: 1280px) {
  .mt-marketing-tile {
    height: calc(100% - 2.25rem);
  }
}
.mt-marketing-tile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  height: 100%;
}
.mt-marketing-tile__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
}
.mt-marketing-tile__img {
  width: 100%;
}
.mt-marketing-tile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 40px 15px;
}
.mt-marketing-tile__title {
  margin-bottom: 0.5rem;
}
@media (max-width: 1023.98px) {
  .mt-marketing-tile__title h1 {
    font-size: 1.125rem;
    letter-spacing: 3.09px;
  }
}
.mt-marketing-tile__subtitle {
  margin-bottom: 1.5rem;
}
@media (max-width: 1023.98px) {
  .mt-marketing-tile__subtitle h3 {
    letter-spacing: 2.33px;
  }
}
.mt-marketing-tile__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.mt-marketing-tile__buttons .btn:not(.btn-link) {
  width: 100%;
  max-width: 240px;
}
.mt-marketing-tile__split {
  height: 100%;
}
.mt-marketing-tile__split .mt-marketing-tile__buttons {
  margin-top: auto;
}

.refinement-bar {
  padding-bottom: 2rem;
}
@media (max-width: 1023.98px) {
  .refinement-bar {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 150;
    overflow-y: auto;
  }
}
@media (min-width: 1280px) {
  .refinement-bar {
    display: block !important;
    height: 100%;
  }
}
@media (max-width: 1023.98px) {
  .refinement-bar.mobileActive {
    display: block;
  }
}
.refinement-bar .filter-reset {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 100;
}

.header-bar {
  background-color: #000000;
  padding: 15px;
}
.header-bar button.close {
  font-weight: normal;
  opacity: 1;
  width: 1.25rem;
  height: 1.25rem;
}
.header-bar button.close svg {
  width: 100%;
  height: 100%;
}
.header-bar .result-count {
  color: #ffffff;
}

@media (max-width: 543.98px) {
  .refinements {
    padding: 0;
  }
}
.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.125rem;
  color: #757575;
}
.refinements ul {
  overflow: auto;
}
.refinements ul li {
  padding: 0.25rem 1px;
}
.refinements ul li button {
  font-family: "ProximaNova-Regular", sans-serif;
  color: #000000;
  letter-spacing: 1px;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.refinements ul li.selected > button,
.refinements ul li.selected > a {
  font-family: "ProximaNova-Bold", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
.refinements li {
  list-style-type: none;
  padding-left: 0;
}
.refinements li.color-attribute {
  display: inline-block;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 1rem;
}
.refinements li.color-attribute:first-child {
  padding-left: 1px;
}
.refinements li.color-attribute button {
  padding: 0;
}
.refinements li.color-attribute span {
  border: 1px solid #D0D0D0;
  outline: 1px solid transparent;
  width: 30px;
  height: 30px;
}
.refinements li.color-attribute span.selected {
  outline: 1px solid #000000;
}
.refinements li.disabled {
  opacity: 0.5;
}
.refinements .card-header h2 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}

.refinement-title {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.5rem;
  color: #000000;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding: 0 0 1rem 1rem;
}
@media (min-width: 1280px) {
  .refinement-title {
    padding: 0 1px 1rem;
  }
}
.refinement-title--filter {
  font-size: 1.125rem;
  letter-spacing: 2.75px;
  padding-top: 2rem;
}

.secondary-bar {
  padding-right: 0;
  padding-bottom: 1em;
  padding-left: 0;
  overflow: auto;
  padding: 1.5rem 1rem 0.75rem;
}
@media (max-width: 768.98px) {
  .secondary-bar button.reset {
    float: right;
  }
}

.sort-by-label {
  font-size: 1.125rem;
  letter-spacing: 1.5px;
  padding-top: 5px;
  padding-right: 20px;
}

.refinement-header {
  overflow: auto;
}

.disabled {
  pointer-events: none;
}

.grid-header,
.content-grid-header {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 1023.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 {
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 1280px) {
  .grid-header select,
  .content-grid-header select {
    max-width: 265px;
  }
}

.grid-header {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 543.98px) {
  .grid-header .col-6 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1280px) {
  .grid-header {
    margin-top: 2rem;
  }
}
.grid-header.no-results {
  text-align: center;
  max-width: 400px;
}
@media (min-width: 1280px) {
  .grid-header.no-results {
    text-align: left;
    max-width: none;
    -webkit-transform: translate(-25%, 0);
            transform: translate(-25%, 0);
  }
}
.grid-header.no-results,
.grid-header .search-grid-header {
  margin-top: 2rem;
}

.result-count {
  letter-spacing: 1.33px;
}
@media (min-width: 1280px) {
  .result-count {
    font-size: 1.125rem;
    letter-spacing: 1.5px;
  }
}

.refinement {
  margin: 0;
}
@media (max-width: 1023.98px) {
  .refinement .card-header {
    padding: 0.25rem 1rem;
  }
  .refinement .card-body {
    padding: 0 1rem;
  }
}
.refinement:last-child .title, .refinement[class*=refinement-category-] .title {
  border-bottom: 1px solid #b5b5b5;
}
@media (min-width: 1280px) {
  .refinement:last-child .title, .refinement[class*=refinement-category-] .title {
    border-bottom: 1px solid #000000;
  }
}
.refinement:last-child .title--no-sub-categories, .refinement[class*=refinement-category-] .title--no-sub-categories {
  border-bottom: 1px solid #b5b5b5;
}
@media (min-width: 1280px) {
  .refinement:last-child .title--no-sub-categories, .refinement[class*=refinement-category-] .title--no-sub-categories {
    border-bottom: 1px solid #000000;
  }
}
.refinement:last-child.active .title, .refinement[class*=refinement-category-].active .title {
  border-bottom: 0 none;
}
@media (min-width: 1280px) {
  .refinement:last-child.active .card-body, .refinement[class*=refinement-category-].active .card-body {
    padding: 0;
  }
}
.refinement:last-child.active .card-body > .content, .refinement[class*=refinement-category-].active .card-body > .content {
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 0.7rem;
}
@media (min-width: 1280px) {
  .refinement:last-child.active .card-body > .content, .refinement[class*=refinement-category-].active .card-body > .content {
    border-bottom: 1px solid #000000;
  }
}
.refinement.card {
  border: 0 none;
  border-radius: 0;
}
.refinement .card-header {
  border: 0 none;
  border-radius: 0;
  min-height: 40px;
  padding: 0 1rem;
}
@media (min-width: 1280px) {
  .refinement .card-header {
    padding: 0;
  }
}
.refinement .card-header .title {
  border-top: 1px solid #b5b5b5;
  border-radius: 0;
}
@media (min-width: 1280px) {
  .refinement .card-header .title {
    border-top: 1px solid #000000;
  }
}
.refinement .card-header .title--no-sub-categories {
  border-top: 1px solid #b5b5b5;
  border-radius: 0;
}
@media (min-width: 1280px) {
  .refinement .card-header .title--no-sub-categories {
    border-top: 1px solid #000000;
  }
}
@media (min-width: 1280px) {
  .refinement .card-body {
    padding: 0;
  }
}
.refinement .card-body > .content {
  padding-bottom: 0.75rem;
}
.refinement .card-body > .content > li:not(.color-attribute) {
  margin: 0;
}
.refinement .card-body .content svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.refinement a {
  text-decoration: none;
  z-index: 10;
}
.refinement a:focus {
  text-decoration: underline;
}
.refinement[class*=refinement-category-] li {
  display: block;
  margin-left: 1rem;
}
.refinement[class*=refinement-category-] > ul > li {
  margin-left: 0;
}

[class*=refinement-category-] + [class*=refinement-category-] .title {
  border-top: none;
}
[class*=refinement-category-] + [class*=refinement-category-] .title--no-sub-categories {
  border-top: none;
}
[class*=refinement-category-] .card-body .content {
  padding-bottom: 0;
}

.refinement-click {
  position: relative;
  z-index: 99;
  margin: auto 0;
  padding: 0;
}

.search-banner {
  background-position-y: 40%;
}

.search-result-suggestion,
.search-result-suggestion .link {
  font-family: "ProximaNova-Regular", sans-serif;
  color: #000000;
  letter-spacing: 1.33px;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .search-result-suggestion,
  .search-result-suggestion .link {
    font-size: 1.125rem;
    letter-spacing: 1.5px;
    line-height: 1.33;
  }
}

.filter-bar ul {
  padding-left: 15px;
}
.filter-bar li {
  list-style: none;
  float: left;
  margin: 0 0.75rem 1.5rem;
}
.filter-bar li:first-child {
  margin-left: 0;
}
.filter-bar li.filter-value {
  background: #000000;
  position: relative;
}
.filter-bar li.filter-value button {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.65px;
  border: none;
  max-height: 1.75rem;
  padding: 0 2rem 0 0.75rem;
}
.filter-bar li.filter-value button::after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7897 10.8135L0.837285 0.861093C0.680142 0.70395 0.680142 0.494426 0.837285 0.337283C0.994428 0.18014 1.20395 0.18014 1.36109 0.337283L11.3135 10.2897C11.4706 10.4468 11.4706 10.6563 11.3135 10.8135C11.1563 10.9706 10.9468 10.9706 10.7897 10.8135Z' fill='white'/%3E%3Cpath d='M11.3135 0.8611L1.36109 10.8135C1.20395 10.9706 0.994426 10.9706 0.837283 10.8135C0.68014 10.6563 0.68014 10.4468 0.837283 10.2897L10.7897 0.33729C10.9468 0.180148 11.1563 0.180148 11.3135 0.33729C11.4706 0.494433 11.4706 0.703957 11.3135 0.8611Z' fill='white'/%3E%3C/svg%3E");
}
.filter-bar li.swatch-filter {
  font-size: 1.375rem;
  position: relative;
}
.filter-bar li.swatch-filter button {
  border: 1px solid #000000;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.filter-bar li.swatch-filter button::after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7897 10.8135L0.837285 0.861093C0.680142 0.70395 0.680142 0.494426 0.837285 0.337283C0.994428 0.18014 1.20395 0.18014 1.36109 0.337283L11.3135 10.2897C11.4706 10.4468 11.4706 10.6563 11.3135 10.8135C11.1563 10.9706 10.9468 10.9706 10.7897 10.8135Z' fill='white'/%3E%3Cpath d='M11.3135 0.8611L1.36109 10.8135C1.20395 10.9706 0.994426 10.9706 0.837283 10.8135C0.68014 10.6563 0.68014 10.4468 0.837283 10.2897L10.7897 0.33729C10.9468 0.180148 11.1563 0.180148 11.3135 0.33729C11.4706 0.494433 11.4706 0.703957 11.3135 0.8611Z' fill='white'/%3E%3C/svg%3E");
}
.filter-bar li.swatch-filter.swatch-filter-white button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7897 10.8135L0.837285 0.861093C0.680142 0.70395 0.680142 0.494426 0.837285 0.337283C0.994428 0.18014 1.20395 0.18014 1.36109 0.337283L11.3135 10.2897C11.4706 10.4468 11.4706 10.6563 11.3135 10.8135C11.1563 10.9706 10.9468 10.9706 10.7897 10.8135Z' fill='black'/%3E%3Cpath d='M11.3135 0.8611L1.36109 10.8135C1.20395 10.9706 0.994426 10.9706 0.837283 10.8135C0.68014 10.6563 0.68014 10.4468 0.837283 10.2897L10.7897 0.33729C10.9468 0.180148 11.1563 0.180148 11.3135 0.33729C11.4706 0.494433 11.4706 0.703957 11.3135 0.8611Z' fill='black'/%3E%3C/svg%3E");
}

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

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6,
  .product-grid .col-12 {
    padding-right: 5px;
    padding-left: 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;
}

.grid-footer .show-more {
  margin-bottom: 2rem;
}

.search-nav {
  border-bottom: 0.063em solid #D0D0D0;
  margin-bottom: 1em;
}
.search-nav .nav-tabs-wrapper {
  padding: 0;
}
@media (max-width: 1023.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;
}

.plp .search-nav {
  border-bottom: none;
  margin-bottom: 0;
}

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

.pd__abs-position-top {
  top: 0;
}
.pd__abs-position-right {
  right: 0;
}
.pd__abs-position-bottom {
  bottom: 0;
}
.pd__abs-position-left {
  left: 0;
}
.pd__abs-position-center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.pd__abs-position-middle {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.pd__abs-position-center.pd__abs-position-middle {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pd-marketing-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pd-marketing-tile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.pd-marketing-tile__img {
  width: 100%;
  height: auto;
}
.pd-marketing-tile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 40px 15px;
}
.pd-marketing-tile__title {
  margin-bottom: 0.5rem;
}
@media (max-width: 1023.98px) {
  .pd-marketing-tile__title h1 {
    font-size: 1.125rem;
    letter-spacing: 3.09px;
  }
}
.pd-marketing-tile__subtitle {
  margin-bottom: 1.5rem;
}
@media (max-width: 1023.98px) {
  .pd-marketing-tile__subtitle h3 {
    letter-spacing: 2.33px;
  }
}
.pd-marketing-tile__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.pd-marketing-tile__buttons .btn {
  width: 100%;
  max-width: 240px;
}
.pd-marketing-tile__split {
  height: 100%;
}
.pd-marketing-tile__split .pd-marketing-tile__buttons {
  margin-top: auto;
}

a.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 45px;
  padding: 12px 20px;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
}
