@charset "UTF-8";
/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

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

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

.refinement-bar {
  overflow: auto;
}
.refinement-bar ul {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .refinement-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 543.98px) {
  .refinement-bar {
    position: fixed;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .refinement-bar {
    display: block !important;
  }
}

.filter-header {
  margin-left: -15px;
  margin-right: -15px;
}

.header-bar {
  background-color: #eee;
  border-bottom: 0.063em solid #eee;
}
.header-bar button.close {
  font-size: 1rem;
  font-weight: normal;
  opacity: 1;
}
.header-bar .fa.fa-close::before {
  font-size: 1.25em;
}
@media (min-width: 544px) and (max-width: 767.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: 767.98px) {
  .refinements .header li,
  .refinements .values li {
    display: inline-block;
  }
}
.refinements .header {
  font-size: 1.125em;
  color: #444;
}
.refinements li {
  list-style-type: none;
  padding-left: 0;
}
.refinements li.color-attribute {
  display: inline-block;
  padding-left: 0;
}
.refinements li.color-attribute button {
  padding: 0;
}
.refinements li.disabled {
  opacity: 0.5;
}
.refinements ul {
  overflow: auto;
}
.refinements ul li {
  padding-left: 1px;
}
.refinements ul li button { /* stylelint-disable-line no-descending-specificity */
  border: none;
  color: var(--skin-link-color-1);
  background-color: transparent;
}
@media (max-width: 543.98px) {
  .refinements {
    padding: 0;
  }
}
.refinements .card-header h2 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}

.secondary-bar {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .secondary-bar button.reset {
    float: right;
  }
}
@media (min-width: 544px) and (max-width: 767.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: 767.98px) {
  .refinement.card {
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-radius: 0;
    margin-bottom: 0;
  }
  .refinement .card-header {
    border-bottom: 0 none;
    padding: 0.25rem 1rem;
  }
  .refinement .card-body {
    padding: 0 1rem;
  }
}
.refinement a {
  text-decoration: none;
}
.refinement.refinement-category li {
  margin-left: 0.938em;
  display: block;
}
.refinement.refinement-category > ul > li {
  margin-left: 0;
}

.search-banner {
  background-image: url("../images/search.jpg");
  background-position-y: 40%;
}

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

.filter-bar ul {
  padding-left: 15px;
}
.filter-bar {
  /* stylelint-disable-next-line no-descending-specificity */
}
.filter-bar li {
  list-style: none;
  float: left;
  margin-left: 0.3125em;
  margin-right: 0.3125em;
  /* stylelint-disable-next-line no-descending-specificity */
}
.filter-bar li:first-child {
  margin-left: 0;
}
.filter-bar li.filter-value {
  border: 1px solid #ccc;
  padding: 0.3125em;
  border-radius: 3px;
  position: relative;
}
.filter-bar li.filter-value button {
  color: black;
  border: none;
  padding: 0 2rem 0 0.5rem;
}
.filter-bar li.filter-value button::after {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome, sans-serif;
  text-rendering: auto;
  position: absolute;
  right: 10px;
  top: 11px;
}
.filter-bar li.swatch-filter {
  font-size: 1.38em;
  position: relative;
  margin-top: 4px;
}
.filter-bar li.swatch-filter button {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.filter-bar li.swatch-filter button::before {
  content: "";
  background-color: white;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.4em;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
}
.filter-bar li.swatch-filter button::after {
  content: "\f057";
  font: normal normal normal 14px/1 FontAwesome, sans-serif;
  display: inline;
  text-rendering: auto;
  position: absolute;
  left: 0.18em;
  top: 0.12em;
  font-size: 1.5em;
}

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

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.search-tips {
  text-align: left;
  margin-top: 1.875rem;
}

.category-item {
  margin-bottom: 0.938rem;
}

.show-more,
.show-more-content {
  padding: 0.938em;
  clear: both;
}

.swatch-mark.color-value[data-selected=true]::after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.swatch-mark.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}

.search-nav {
  margin-bottom: 1em;
  border-bottom: 0.063em solid #ccc;
}
.search-nav .nav-tabs-wrapper {
  padding: 0;
}
@media (max-width: 543.98px) {
  .search-nav .nav-tabs-wrapper {
    width: 100%;
  }
}
.search-nav .nav-tabs-wrapper .nav-tabs {
  border-bottom: 0 none;
}
.search-nav .nav-link:focus {
  background-color: #f9f9f9;
}

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

@-webkit-keyframes skeleton-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@keyframes skeleton-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.skeleton-loader {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f0f0f0), color-stop(50%, #e0e0e0), color-stop(75%, #f0f0f0));
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  -webkit-animation: skeleton-shimmer 1.5s ease-in-out infinite;
          animation: skeleton-shimmer 1.5s ease-in-out infinite;
  border-radius: 4px;
}

.skeleton-wrapper {
  position: relative;
  overflow: hidden;
}

.skeleton-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.skeleton-target {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.skeleton-target.loaded {
  opacity: 1;
}

.product-tile .image-container .skeleton-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.product-tile .tile-image {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.product-tile .tile-image.loaded {
  opacity: 1;
}
.product-tile .image-container.image-loaded {
  background-color: transparent;
  min-height: auto;
}

.skeleton-text {
  height: 1em;
  margin-bottom: 0.5em;
}
.skeleton-text.skeleton-text-sm {
  width: 60%;
}
.skeleton-text.skeleton-text-md {
  width: 80%;
}
.skeleton-text.skeleton-text-lg {
  width: 100%;
}

.skeleton-price {
  height: 1.2em;
  width: 40%;
}

.skeleton-button {
  height: 38px;
  width: 100%;
}

.dark-mode .skeleton-loader {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #2a2a2a), color-stop(50%, #3a3a3a), color-stop(75%, #2a2a2a));
  background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
  background-size: 200% 100%;
}

@media (prefers-reduced-motion: reduce) {
  .skeleton-loader {
    -webkit-animation: none;
            animation: none;
    background: #e0e0e0;
  }
}
@media (min-width: 1200px) {
  .search-results,
  .category-products {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
.search-results > .row,
.category-products > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .search-results > .row,
  .category-products > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .search-results > .row,
  .category-products > .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.refinement-bar.col-md-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1440px) {
  .refinement-bar.col-md-3 {
    /* flex: 0 0 $refinement-bar-width;
    max-width: $refinement-bar-width; */
    padding-left: 0;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .refinement-bar.col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .refinement-bar.col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.search-results .col-sm-12.col-md-9,
.category-products .col-sm-12.col-md-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1440px) {
  .search-results .col-sm-12.col-md-9,
  .category-products .col-sm-12.col-md-9 {
    /* flex: 0 0 $product-grid-width;
    max-width: $product-grid-width; */
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .search-results .col-sm-12.col-md-9,
  .category-products .col-sm-12.col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .search-results .col-sm-12.col-md-9,
  .category-products .col-sm-12.col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.product-grid {
  background-color: #f8f9fa;
  row-gap: 8px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-grid .col-6.col-sm-4 {
  padding: 0;
}
@media (max-width: 767px) {
  .product-grid .col-6.col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 4px);
            flex: 0 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-grid .col-6.col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 5.33px);
            flex: 0 0 calc(33.333% - 5.33px);
    max-width: calc(33.333% - 5.33px);
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
  }
  .product-grid .col-6.col-sm-4:nth-child(3n+1) {
    margin-left: 0;
  }
  .product-grid .col-6.col-sm-4:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-grid .col-6.col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 5.33px);
            flex: 0 0 calc(33.333% - 5.33px);
    max-width: calc(33.333% - 5.33px);
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
  }
  .product-grid .col-6.col-sm-4:nth-child(3n+1) {
    margin-left: 0;
  }
  .product-grid .col-6.col-sm-4:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .product-grid .col-6.col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 6px);
            flex: 0 0 calc(25% - 6px);
    max-width: calc(25% - 6px);
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
  }
  .product-grid .col-6.col-sm-4:nth-child(4n+1) {
    margin-left: 0;
  }
  .product-grid .col-6.col-sm-4:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .product-grid .col-6.col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 6.4px);
            flex: 0 0 calc(20% - 6.4px);
    max-width: calc(20% - 6.4px);
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
  }
  .product-grid .col-6.col-sm-4:nth-child(5n+1) {
    margin-left: 0;
  }
  .product-grid .col-6.col-sm-4:nth-child(5n) {
    margin-right: 0;
  }
}

.experience-component.experience-dynamic-productList-productGrid .product-grid {
  row-gap: 8px;
}
@media (max-width: 767px) {
  .experience-component.experience-dynamic-productList-productGrid .product-grid .col-6.col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 4px);
            flex: 0 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .experience-component.experience-dynamic-productList-productGrid .product-grid .col-6.col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 5.33px);
            flex: 0 0 calc(33.333% - 5.33px);
    max-width: calc(33.333% - 5.33px);
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .experience-component.experience-dynamic-productList-productGrid .product-grid .col-6.col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 6px);
            flex: 0 0 calc(25% - 6px);
    max-width: calc(25% - 6px);
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (min-width: 1440px) {
  .experience-component.experience-dynamic-productList-productGrid .product-grid .col-6.col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 6.4px);
            flex: 0 0 calc(20% - 6.4px);
    max-width: calc(20% - 6.4px);
    padding-left: 4px;
    padding-right: 4px;
  }
}

.grid-header select,
.grid-header select.custom-select,
.grid-header select[name=sort-order],
.content-grid-header select,
.content-grid-header select.custom-select,
.content-grid-header select[name=sort-order] {
  height: 38px !important;
  padding: 0.375rem 0.75rem !important;
  line-height: 1.5 !important;
}

.refinement-bar .secondary-bar button.reset.btn,
.refinement-bar .secondary-bar .reset.btn-block,
.refinement-bar .secondary-bar .reset.btn-outline-primary {
  height: 38px !important;
  padding: 0.375rem 0.75rem !important;
  line-height: 1.5 !important;
}

.product-grid .add-to-cart,
.product-grid .btn.add-to-cart,
.product-grid .add-to-cart-global,
.product-grid button.add-to-cart-global,
.product-grid .btn-primary[data-pid] {
  width: 100% !important;
  min-height: 38px !important;
  padding: 0.5rem 0.75rem !important;
  font-size: 14px !important;
  white-space: normal !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.refinement-bar {
  z-index: 11;
}
@media (max-width: 767.98px) {
  .refinement-bar {
    position: fixed;
    inset: 0;
    width: 100% !important;
    height: 100vh !important;
    max-width: 100% !important;
    background-color: #fff;
    overflow: hidden;
    display: none;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .refinement-bar[style*="display: block"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: 1000;
  }
}
@media (min-width: 768px) {
  .refinement-bar {
    display: block !important;
    position: static;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .refinement-modal-title {
    background-color: #fff;
    padding: 16px 15px;
    border-bottom: 1px solid #e0e0e0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .refinement-modal-title h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .filter-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .filter-header .header-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filter-header .header-bar .result-count {
    font-weight: 500;
    font-size: 14px;
    color: #444;
  }
  .filter-header .header-bar .close-refinements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    font-size: 14px;
    cursor: pointer;
    padding: 4px 8px;
    color: #005f32;
    font-weight: 500;
  }
  .filter-header .header-bar .close-refinements:hover {
    text-decoration: underline;
  }
  .filter-header .header-bar .close-refinements i {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .refinements-scroll-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden auto;
    -webkit-overflow-scrolling: touch;
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .refinement-bar .refinements {
    padding: 15px;
    padding-bottom: 20px;
  }
  .refinement-bar .secondary-bar {
    padding: 15px;
  }
  .refinement-bar .secondary-bar .reset.btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .refinement-modal-footer {
    background-color: #fff;
    padding: 15px;
    border-top: 1px solid #e0e0e0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: auto;
  }
  .refinement-modal-footer .view-results-btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
  }
}

.active-refinements-container {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 767.98px) {
  .active-refinements-container {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .active-refinements-container {
    padding: 15px 0;
  }
}

.active-refinements-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.active-refinements-header .clear-all-refinements {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}

.active-refinements-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.refinement-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e8e8e8;
  border-radius: 20px;
  padding: 6px 12px 6px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  gap: 8px;
}
.refinement-chip .chip-label {
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.refinement-chip .chip-remove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  color: #000;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.refinement-chip .chip-remove:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.refinement-chip .chip-remove:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}
.refinement-chip.refinement-chip-disabled {
  background-color: #f0f0f0;
  color: #888;
  cursor: default;
  padding-right: 16px;
}
.refinement-chip.refinement-chip-disabled .chip-label {
  color: #666;
}
.refinement-chip.refinement-chip-disabled .chip-lock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  color: #999;
}
.refinement-chip.refinement-chip-active {
  background-color: #e8e8e8;
}

.clear-all-refinements {
  display: inline-block;
  background: transparent;
  border: none;
  color: #005f32;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 6px 12px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.clear-all-refinements:hover {
  color: #0056b3;
  text-decoration: underline;
}
.clear-all-refinements:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}

.refinements ul.values {
  list-style-type: none;
  padding: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin: 0;
}
.refinements ul.values li {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  margin-bottom: 0.5rem;
}
.refinements ul.values li button {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0.25rem 0;
  text-align: left;
  width: 100%;
  color: inherit;
}
.refinements ul.values li button:hover {
  background-color: transparent;
  text-decoration: underline;
}
.refinements ul.values li button:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}
.refinements ul.values li button .fa {
  margin-right: 0.5rem;
}

.refinement-category ul.values {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.refinement-category ul.values > li {
  margin-bottom: 0.25rem;
}
.refinement-category ul.values > li > button {
  font-weight: 500;
}
.refinement-category ul.values > li > ul {
  list-style-type: none;
  padding-left: 1rem;
  margin: 0.25rem 0 0;
  border-left: 2px solid #e0e0e0;
}
.refinement-category ul.values > li > ul > li {
  margin-bottom: 0.25rem;
}
.refinement-category ul.values > li > ul > li > button {
  font-weight: 400;
  font-size: 0.9em;
}
.refinement-category ul.values > li > ul > li > ul {
  padding-left: 1rem;
  margin: 0.25rem 0 0;
  border-left: 2px solid #e0e0e0;
}
.refinement-category ul.values > li > ul > li > ul > li {
  margin-bottom: 0.25rem;
}
.refinement-category ul.values > li > ul > li > ul > li > button {
  font-weight: 400;
  font-size: 0.85em;
  color: #666;
}
.refinement-category ul.values > li > ul > li > ul > li > ul {
  padding-left: 1rem;
  margin: 0.25rem 0 0;
  border-left: 2px solid #e0e0e0;
}
.refinement-category ul.values > li > ul > li > ul > li > ul > li > button {
  font-size: 0.8em;
  color: #888;
}
.refinement-category ul.values li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.refinement-category ul.values li button:hover {
  text-decoration: underline;
}
.refinement-category ul.values li button .fa {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.refinement-category ul.values li button span.selected {
  font-weight: 600;
}

.refinement-color ul.values {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .refinement-color ul.values {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .refinement-color ul.values {
    grid-template-columns: repeat(4, 1fr);
  }
}

.color-attribute {
  display: block !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.color-attribute .color-refinement-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0 !important;
  width: 100%;
  text-align: center;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
}
.color-attribute .color-refinement-btn:hover {
  background-color: transparent !important;
}
.color-attribute .color-refinement-btn:hover .color-label {
  text-decoration: underline;
}
.color-attribute .color-refinement-btn:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}
.color-attribute .color-refinement-btn .swatch-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ddd;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.color-attribute .color-refinement-btn .swatch-circle.selected {
  border-color: #000;
  border-width: 3px;
}
.color-attribute .color-refinement-btn .swatch-circle.selected::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
.color-attribute .color-refinement-btn .color-label {
  font-size: 0.75rem;
  color: inherit;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.color-attribute .color-refinement-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.refinement-size ul.values {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}

.size-attribute {
  display: block !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.size-attribute .size-refinement-btn {
  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;
  width: 100%;
  min-width: 50px;
  height: 48px;
  padding: 0.5rem 0.25rem;
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.size-attribute .size-refinement-btn:hover {
  border-color: #000 !important;
  background-color: #fafafa !important;
}
.size-attribute .size-refinement-btn.selected {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  font-weight: 600;
}
.size-attribute .size-refinement-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background-color: #f5f5f5 !important;
  color: #999 !important;
}
.size-attribute .size-refinement-btn.disabled:hover {
  border-color: #ccc !important;
  background-color: #f5f5f5 !important;
}
.size-attribute .size-refinement-btn:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}

.filter-bar {
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .filter-bar .col-4:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filter-bar .col-4:first-child .filter-results {
    padding: 6px 12px;
    font-size: 13px;
    white-space: nowrap;
    width: auto;
  }
  .filter-bar .result-count-mobile {
    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;
    font-size: 13px;
  }
  .filter-bar .result-count-mobile .result-count {
    text-align: center;
    padding: 0;
  }
  .filter-bar .col-4:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .filter-bar .col-4:last-child select,
  .filter-bar .col-4:last-child .custom-select {
    font-size: 13px;
    padding: 6px 24px 6px 8px;
    height: auto;
    min-height: 32px;
  }
}

.grid-header {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
}

.show-more button.more.infinite-scroll-mode {
  opacity: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
  pointer-events: none;
}
.show-more button.more.infinite-scroll-mode:focus {
  opacity: 1;
  height: auto;
  padding: 0.5rem 0.75rem;
  pointer-events: auto;
}

@media (max-width: 767.98px) {
  .veil {
    z-index: 1100;
    position: fixed;
  }
}

.einstein-plp-inject {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: none;
  padding: 0;
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
}

.plp-recommendations {
  padding: 1.25rem 16px;
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .plp-recommendations {
    padding: 1.5rem 16px;
  }
}
.plp-recommendations .product-tile .tile-brand,
.plp-recommendations .product-tile .tile-seller,
.plp-recommendations .product-tile .wishlistTile,
.plp-recommendations .product-tile .quick-view-btn,
.plp-recommendations .product-tile .ratings,
.plp-recommendations .product-tile .swatches {
  display: none;
}
.plp-recommendations .product-tile .tile-body .producttile-add2cart {
  display: none !important;
  visibility: hidden !important;
}

.plp-rec-title {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #444;
  margin: 0 0 1rem;
}
@media (max-width: 767.98px) {
  .plp-rec-title {
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .plp-rec-title {
    font-size: 18px;
  }
}

.plp-recommendations-swiper {
  position: relative;
}
.plp-recommendations-swiper .swiper-slide {
  height: auto;
  width: 176px;
}
.plp-recommendations-swiper .swiper-slide .product-tile {
  height: 100%;
}
.plp-recommendations-swiper.has-overflow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: calc(100% - 30px);
  background: -webkit-gradient(linear, left top, right top, from(rgba(244, 244, 244, 0)), color-stop(85%, #f4f4f4));
  background: linear-gradient(to right, rgba(244, 244, 244, 0) 0%, #f4f4f4 85%);
  z-index: 1;
  pointer-events: none;
}
.plp-recommendations-swiper .swiper-button-next,
.plp-recommendations-swiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.plp-recommendations-swiper .swiper-button-next::after,
.plp-recommendations-swiper .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 700;
  color: #005f32;
}
.plp-recommendations-swiper .swiper-button-next {
  z-index: 2;
  right: 4px;
}
.plp-recommendations-swiper .swiper-button-prev {
  left: 4px;
}

.plp-recommendations-mobile {
  position: relative;
}
.plp-recommendations-mobile .swiper-slide {
  height: auto;
}
.plp-recommendations-mobile .swiper-slide .product-tile {
  height: 100%;
}
.plp-recommendations-mobile .swiper-pagination {
  position: relative;
  margin-top: 0.75rem;
}

.no-results-recommendations {
  margin-top: 1.5rem;
}

.noresults-recommendations {
  padding: 1.25rem 0;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .noresults-recommendations {
    padding: 1.5rem 16px;
  }
}
.noresults-recommendations .swiper-slide {
  height: auto;
  width: 222px;
}
.noresults-recommendations .swiper-slide .product-tile {
  height: 100%;
}
.noresults-recommendations .product-tile .ratings,
.noresults-recommendations .product-tile .swatches {
  display: none;
}

.plp-grid-region {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product-grid .col-md-custom-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-grid .col-md-custom-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-grid .col-md-custom-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .product-grid .col-md-custom-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

.search-results,
.category-products {
  max-width: 1440px !important;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

.breadcrumb-item + .breadcrumb-item::before,
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/chevron.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.grid-header {
  border: 1px solid #e0e0e0 !important;
  border-left: none !important;
  background-color: #fff !important;
  padding: 2px 15px;
  margin-top: 0 !important;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-header .col-lg-4,
.grid-header .col-xs-6:last-child,
.grid-header > div:last-child {
  text-align: right !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding-right: 0 !important;
  padding-left: 15px !important;
}
.grid-header .col-lg-8,
.grid-header .col-xs-6:first-child,
.grid-header > div:first-child {
  text-align: left !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.grid-header .col-lg-8 span,
.grid-header .col-xs-6:first-child span,
.grid-header > div:first-child span {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #444;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

select[name=sort-order],
select.custom-select {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  padding: 0.5rem 0 0.5rem 30px;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  cursor: pointer;
  width: auto !important;
  max-width: 100%;
  height: auto;
  line-height: 1.5;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5 1L9 5M9 11L5 15L1 11' stroke='%23444444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 0 center;
  background-size: 10px 16px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  outline: none;
}
select[name=sort-order]:hover,
select.custom-select:hover {
  background-color: #fafafa;
}
select[name=sort-order]:focus,
select.custom-select:focus {
  background-color: #f5f5f5;
  outline: none;
}
select[name=sort-order]:disabled,
select.custom-select:disabled {
  background-color: transparent;
  color: #bdbdbd;
  cursor: not-allowed;
  opacity: 0.6;
}
select[name=sort-order] option,
select.custom-select option {
  padding: 2.5rem;
  font-size: 16px;
  color: #444;
  background-color: #fff;
}
select[name=sort-order] option:checked,
select.custom-select option:checked {
  background-color: #f5f5f5;
}

.sort-dropdown-custom {
  display: none !important;
}

.refinement-chip .chip-label {
  color: #008c4b !important;
}
.refinement-chip .chip-remove i,
.refinement-chip .chip-remove .fa-close {
  color: #008c4b !important;
}
.refinement-chip.refinement-chip-active {
  background-color: #f5f5f5;
}
.refinement-chip.refinement-chip-active .chip-label {
  color: #005f32 !important;
}
.refinement-chip.refinement-chip-disabled {
  background-color: #eee;
  color: #757575;
  cursor: default;
  padding-right: 1rem;
}
.refinement-chip.refinement-chip-disabled .chip-label {
  color: #757575 !important;
}
.refinement-chip.refinement-chip-disabled .chip-lock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.25rem;
}
.refinement-chip.refinement-chip-disabled .chip-lock svg {
  width: 12px;
  height: 12px;
}
.refinement-chip.refinement-chip-disabled .chip-lock svg path {
  stroke: #aeaeae;
}

button.clear-all-refinements,
a.clear-all-refinements,
[class*=clear-all] {
  color: #000 !important;
  text-decoration: underline !important;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  border: none;
}
button.clear-all-refinements:hover,
a.clear-all-refinements:hover,
[class*=clear-all]:hover {
  color: #000 !important;
}

.refinements ul.values li button:has(.fa-check-square), .refinements ul.values li button:has(.fa-square-o) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.refinements ul.values li button:has(.fa-check-square) .fa-check-square,
.refinements ul.values li button:has(.fa-check-square) .fa-square-o, .refinements ul.values li button:has(.fa-square-o) .fa-check-square,
.refinements ul.values li button:has(.fa-square-o) .fa-square-o {
  display: none !important;
}
.refinements ul.values li button:has(.fa-check-square)::before, .refinements ul.values li button:has(.fa-square-o)::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 2px solid #000;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.refinements ul.values li button:has(.fa-check-square):has(.fa-check-square)::before, .refinements ul.values li button:has(.fa-square-o):has(.fa-check-square)::before {
  background-color: #008c4b !important;
  border-color: #008c4b !important;
  content: "✓";
}

.refinements ul.values li button:has(.fa-check-circle), .refinements ul.values li button:has(.fa-circle-o) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.refinements ul.values li button:has(.fa-check-circle) .fa-check-circle,
.refinements ul.values li button:has(.fa-check-circle) .fa-circle-o, .refinements ul.values li button:has(.fa-circle-o) .fa-check-circle,
.refinements ul.values li button:has(.fa-circle-o) .fa-circle-o {
  display: none !important;
}
.refinements ul.values li button:has(.fa-check-circle)::before, .refinements ul.values li button:has(.fa-circle-o)::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 2px solid #000;
  border-radius: 50% !important;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.refinements ul.values li button:has(.fa-check-circle):has(.fa-check-circle)::before, .refinements ul.values li button:has(.fa-circle-o):has(.fa-check-circle)::before {
  border-color: #008c4b !important;
  background-color: #008c4b !important;
  -webkit-box-shadow: inset 0 0 0 6px #008c4b;
          box-shadow: inset 0 0 0 6px #008c4b;
  color: #fff;
  content: "\f00c";
  font-family: "FontAwesome", sans-serif !important;
  font-weight: 900;
  font-size: 12px;
}

.refinement-modal-footer .view-results-btn {
  background: #e8f5ef !important;
  color: #005f32 !important;
  border-radius: 9999px !important;
  border: none !important;
  font-weight: 600 !important;
}

.refinement-size ul.values li button.selected, .refinement-size ul.values li button[aria-pressed=true], .refinement-size ul.values li button.active,
.refinement-size .size-refinement-btn.selected,
.refinement-size .size-refinement-btn[aria-pressed=true],
.refinement-size .size-refinement-btn.active,
.size-attribute ul.values li button.selected,
.size-attribute ul.values li button[aria-pressed=true],
.size-attribute ul.values li button.active,
.size-attribute .size-refinement-btn.selected,
.size-attribute .size-refinement-btn[aria-pressed=true],
.size-attribute .size-refinement-btn.active {
  background-color: #008c4b !important;
  border-color: #008c4b !important;
  color: #fff !important;
}

.color-attribute .color-refinement-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background: transparent;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  position: relative;
}
.color-attribute .color-refinement-btn:focus, .color-attribute .color-refinement-btn:active, .color-attribute .color-refinement-btn:focus-visible {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}
.color-attribute .color-refinement-btn .swatch-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: relative;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.color-attribute .color-refinement-btn .swatch-circle::before, .color-attribute .color-refinement-btn .swatch-circle::after {
  display: none !important;
  content: none !important;
}
.color-attribute .color-refinement-btn .swatch-circle.selected {
  border-color: #000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.color-attribute .color-refinement-btn .swatch-circle.selected::before, .color-attribute .color-refinement-btn .swatch-circle.selected::after {
  display: none !important;
  content: none !important;
  background: none !important;
  opacity: 0 !important;
}
.color-attribute .color-refinement-btn .swatch-circle.selected svg,
.color-attribute .color-refinement-btn .swatch-circle.selected i,
.color-attribute .color-refinement-btn .swatch-circle.selected .fa,
.color-attribute .color-refinement-btn .swatch-circle.selected .fa-check {
  display: none !important;
}
.color-attribute .color-refinement-btn .color-label {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  text-align: center;
}
.color-attribute .color-refinement-btn:hover .swatch-circle {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.color-attribute .color-refinement-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.color-attribute .color-refinement-btn:disabled .swatch-circle {
  opacity: 0.4;
}
.color-attribute .color-refinement-btn:disabled .color-label {
  color: #aeaeae;
}
.color-attribute .color-refinement-btn.selected .swatch-circle::before, .color-attribute .color-refinement-btn.selected .swatch-circle::after {
  display: none !important;
}

.refinement-refinementColor .color-attribute .swatch-circle .checkmark,
.refinement-refinementColor .color-attribute .swatch-circle .check-icon,
.refinement-refinementColor .color-attribute .swatch-circle .fa-check,
.refinement-refinementColor .color-attribute .swatch-circle svg,
.refinement-refinementColor .color-attribute .swatch-circle i {
  display: none !important;
}
.refinement-refinementColor .color-attribute .swatch-circle.selected::before, .refinement-refinementColor .color-attribute .swatch-circle.selected::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  background-image: none !important;
}
.refinement-refinementColor ul.values {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .refinement-refinementColor ul.values {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .refinement-refinementColor ul.values {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767.98px) {
  .refinement-bar {
    background-color: #fafafa;
  }
}
@media (min-width: 768px) {
  .refinement-bar.col-md-3 {
    border: 1px solid #e0e0e0;
    background: #fafafa !important;
    padding: 0;
  }
  .refinement-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .refinement-bar .active-refinements-container {
    padding: 1rem 0 0;
    background: #fafafa !important;
    border-bottom: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .refinement-bar .active-refinements-container .active-refinements-title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.5rem 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: none !important;
  }
  .refinement-bar .active-refinements-container .active-refinements-title-row .active-refinements-title {
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
  .refinement-bar .active-refinements-container .active-refinements-title-row .active-refinements-title .count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 24px;
    height: 17px;
    padding: 0 6px;
    border-radius: 9999px;
    background: rgba(0, 95, 50, 0.05);
    color: #005f32;
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
  }
  .refinement-bar .active-refinements-container .active-refinements-title-row .clear-all-refinements {
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    background: transparent;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
  }
  .refinement-bar .active-refinements-container .active-refinements-title-row .clear-all-refinements:hover {
    color: #444;
  }
  .refinement-bar .active-refinements-container .active-refinements-chips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem 2rem;
    border-bottom: none !important;
  }
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    background: #f5f5f5;
    border: none;
    border-radius: 1rem;
    padding: 6px 0.75rem;
  }
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip .chip-label {
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #005f32;
  }
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip .chip-remove {
    background: transparent;
    border: none;
    padding: 0;
    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;
    cursor: pointer;
    width: 14px;
    height: 14px;
  }
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip .chip-remove svg {
    width: 8px;
    height: 8px;
  }
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip .chip-remove svg path {
    stroke: #005f32;
    stroke-width: 1.33px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip .chip-remove i {
    display: none;
  }
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip .chip-remove:hover svg path {
    stroke: #004725;
  }
  .refinement-bar .refinements-scroll-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    background: #fafafa !important;
  }
  .refinement-bar .refinements-scroll-container .refinements {
    background: #fafafa !important;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement {
    background: #fafafa !important;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: none !important;
    padding: 0;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement:last-child {
    border-bottom: none;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-header {
    padding: 0;
    background: transparent;
    border: none;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-header h2 {
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
    margin: 0;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #e0e0e0;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-header button.title {
    display: none;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-body {
    padding: 1rem;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-body ul.values {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-body ul.values li:last-child {
    margin-bottom: 0;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-body ul.values li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 6px 0;
    background: transparent;
    border: none;
    font-size: 12px;
    font-weight: 600;
    color: #222;
    text-align: left;
    cursor: pointer;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-body ul.values li button:hover {
    color: #000;
  }
}
@media (max-width: 767px) {
  .grid-header {
    padding: 2.5rem 15px;
    margin-bottom: 1.25rem;
  }
  .grid-header .col-lg-8 span,
  .grid-header .col-xs-6:first-child span {
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  select[name=sort-order],
  select.custom-select {
    font-size: 12px;
    padding: 0.5rem 0 0.5rem 28px !important;
    background-position: left 0.25rem center;
    background-size: 8px 14px;
    margin-left: auto;
  }
  .filter-bar {
    margin-bottom: 1.5rem !important;
    padding: 0 11px !important;
    background-color: #fff;
    border: 1px solid #e0e0e0;
  }
  .filter-bar .col-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .filter-bar .col-4:first-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
  }
  .filter-bar .col-4:nth-child(2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .filter-bar .col-4:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 0;
  }
  .filter-bar .col-4 .filter-results,
  .filter-bar .col-4 button {
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .filter-bar .col-4 span,
  .filter-bar .col-4 .result-count {
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .filter-bar .col-4 select,
  .filter-bar .col-4 .custom-select {
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .filter-bar .result-count-mobile span {
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .filter-bar ul li button.btn,
  .filter-bar ul li button {
    color: #005f32 !important;
  }
  .filter-bar ul li button.btn *,
  .filter-bar ul li button.btn span,
  .filter-bar ul li button *,
  .filter-bar ul li button span {
    color: #005f32 !important;
  }
  .refinement-bar .refinement-modal-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 72px;
    padding: 0 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    background: radial-gradient(69.53% 257.73% at 2.86% 100%, rgba(116, 255, 193, 0.25) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(74% 362.52% at 98.13% 89.58%, rgba(255, 230, 80, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-color: #fff;
  }
  .refinement-bar .refinement-modal-title h2 {
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    margin: 0;
  }
  .refinement-bar .refinement-modal-title .close-refinements {
    background: transparent;
    border: none;
    padding: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    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;
  }
  .refinement-bar .refinement-modal-title .close-refinements svg {
    width: 14px;
    height: 14px;
  }
  .refinement-bar .refinement-modal-title .close-refinements svg path {
    stroke: #222;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .refinement-bar .refinement-modal-title .close-refinements i.fa-close {
    display: none;
  }
  .refinement-bar .refinement-modal-title .close-refinements:hover svg path {
    stroke: #000;
  }
  .refinement-bar .filter-header {
    display: none !important;
  }
  .refinement-bar .active-refinements-container {
    padding: 1.5rem 0 0;
    background: transparent;
    border-bottom: none !important;
  }
  .refinement-bar .active-refinements-container::before {
    display: none;
  }
  .refinement-bar .active-refinements-container .active-refinements-title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.5rem 0.5rem;
    border-bottom: 1px solid #e0e0e0;
  }
  .refinement-bar .active-refinements-container .active-refinements-title-row .active-refinements-title {
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
  .refinement-bar .active-refinements-container .active-refinements-title-row .active-refinements-title .count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 24px;
    height: 17px;
    padding: 0 6px;
    border-radius: 9999px;
    background: rgba(0, 95, 50, 0.05);
    color: #005f32;
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
  }
  .refinement-bar .active-refinements-container .active-refinements-title-row .clear-all-refinements {
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000;
    background: transparent;
    border: none;
    padding: 0;
    text-decoration-line: underline;
  }
  .refinement-bar .active-refinements-container .active-refinements-title-row .clear-all-refinements:hover {
    color: #444;
  }
  .refinement-bar .active-refinements-container .active-refinements-chips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.75rem;
    padding: 14px 1.5rem;
    border-bottom: none !important;
  }
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    background: #f5f5f5;
    border: none;
    border-radius: 1.25rem;
    padding: 0.5rem 1rem;
  }
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip .chip-label {
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    color: #005f32;
  }
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip .chip-remove {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    cursor: pointer !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip .chip-remove svg {
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    opacity: 1 !important;
  }
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip .chip-remove svg path {
    stroke: #005f32 !important;
    stroke-width: 1.33px !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip .chip-remove i,
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip .chip-remove .fa,
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip .chip-remove .fa-close,
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip .chip-remove span {
    display: none !important;
  }
  .refinement-bar .active-refinements-container .active-refinements-chips .refinement-chip .chip-remove:hover svg path {
    stroke: #004725 !important;
  }
  .refinement-bar .refinements-scroll-container {
    padding: 0 0 80px;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: none !important;
    padding: 0;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement:last-child .card-header button.title {
    border-bottom: none !important;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-header {
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-header button.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 1.5rem;
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    background: transparent;
    border: none;
    width: 100%;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    margin: 0;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-header button.title span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-header button.title::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    margin-left: 0.75rem;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-header button.title[aria-expanded=true]::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-header button.title:focus, .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-header button.title:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement.show .card-header {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement.show {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-body {
    padding: 1rem 1.5rem;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-body ul.values {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-body ul.values li:last-child {
    margin-bottom: 0;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-body ul.values li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.5rem 0;
    background: transparent;
    border: none;
    font-size: 12px;
    font-weight: 600;
    color: #222;
    outline: none !important;
  }
  .refinement-bar .refinements-scroll-container .refinements .card.refinement .card-body ul.values li button:focus {
    outline: none !important;
  }
  .refinement-bar .refinement-modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 1.25rem;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    z-index: 1000;
  }
  .refinement-bar .refinement-modal-footer .view-results-btn {
    width: 100%;
    padding: 14px;
    background: #e8f5ef;
    color: #005f32;
    border: none;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
  }
  .refinement-bar *:focus,
  .refinement-bar *:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  select[name=sort-order],
  select.custom-select {
    font-size: 13px;
    padding: 0.5rem 0 0.5rem 26px;
  }
}
.search-results .product-tile,
.category-products .product-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: 100%;
}
.search-results .product-tile .tile-body,
.category-products .product-tile .tile-body {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-results .product-tile .image-container,
.category-products .product-tile .image-container {
  margin-bottom: 4px;
}
.search-results .product-tile .image-container img,
.category-products .product-tile .image-container img {
  width: 100%;
  height: 100%;
  max-height: 139px;
  min-width: 139px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.search-results .product-tile .pdp-link,
.category-products .product-tile .pdp-link {
  margin-bottom: 4px;
  height: 39.2px;
  overflow: hidden;
}
.search-results .product-tile .pdp-link .link,
.category-products .product-tile .pdp-link .link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #444;
  text-decoration: none;
  max-height: 39.2px;
}
.search-results .product-tile .price,
.category-products .product-tile .price {
  margin-bottom: 12px;
  min-height: 45px;
}
.search-results .product-tile .producttile-add2cart,
.category-products .product-tile .producttile-add2cart {
  margin-top: auto;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.search-results .product-tile .producttile-add2cart .quickview,
.category-products .product-tile .producttile-add2cart .quickview {
  display: block !important;
}
.search-results .product-tile .producttile-add2cart .btn.d-md-none,
.category-products .product-tile .producttile-add2cart .btn.d-md-none {
  display: none !important;
}
@media (max-width: 767px) {
  .search-results .product-tile .producttile-add2cart .quickview,
  .category-products .product-tile .producttile-add2cart .quickview {
    display: none !important;
  }
  .search-results .product-tile .producttile-add2cart .btn.d-md-none,
  .category-products .product-tile .producttile-add2cart .btn.d-md-none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.search-results .product-tile .producttile-add2cart .btn,
.category-products .product-tile .producttile-add2cart .btn {
  width: 100%;
  min-height: 44px;
  padding: 10px 16px !important;
  font-size: 14px !important;
  font-weight: 600;
  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;
  gap: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 9999px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-results .product-tile .producttile-add2cart .btn .bag-icon,
.category-products .product-tile .producttile-add2cart .btn .bag-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
}

@media (max-width: 767px) {
  .search-results .product-tile .pdp-link,
  .category-products .product-tile .pdp-link {
    height: 33.6px;
    overflow: hidden;
  }
  .search-results .product-tile .pdp-link .link,
  .category-products .product-tile .pdp-link .link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 12px;
    max-height: 33.6px;
  }
  .search-results .product-tile .price,
  .category-products .product-tile .price {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .search-results .product-tile .producttile-add2cart,
  .category-products .product-tile .producttile-add2cart {
    display: block !important;
  }
  .search-results .product-tile .producttile-add2cart .quickview,
  .category-products .product-tile .producttile-add2cart .quickview {
    display: none !important;
  }
  .search-results .product-tile .producttile-add2cart .btn.d-md-none,
  .category-products .product-tile .producttile-add2cart .btn.d-md-none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .search-results .product-tile .producttile-add2cart .btn,
  .category-products .product-tile .producttile-add2cart .btn {
    min-height: 40px;
    padding: 8px 12px !important;
    font-size: 12px !important;
    gap: 6px;
  }
  .search-results .product-tile .producttile-add2cart .btn .bag-icon,
  .category-products .product-tile .producttile-add2cart .btn .bag-icon {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-results .product-tile .producttile-add2cart .btn,
  .category-products .product-tile .producttile-add2cart .btn {
    padding: 9px 14px !important;
    font-size: 13px !important;
  }
  .search-results .product-tile .producttile-add2cart .btn .bag-icon,
  .category-products .product-tile .producttile-add2cart .btn .bag-icon {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 767px) {
  .refinement-bar.col-md-3,
  .col-sm-12.col-md-9 {
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .search-results,
  .category-products {
    display: block;
    width: 100%;
    max-width: 1452px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .search-results > .row,
  .category-products > .row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .col-md-3 {
    max-width: 287px;
  }
  .col-sm-12.col-md-9 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0px !important;
            flex: 1 1 0 !important;
    max-width: 1150px !important;
    min-width: 0 !important;
    width: auto !important;
  }
}
@media (min-width: 1500px) {
  .search-results,
  .category-products {
    max-width: 1452px !important;
  }
}
.search-results .product-grid,
.category-products .product-grid {
  padding-left: 16px;
  padding-right: 16px;
}

.search-results:has(.no-results-container) ~ .compare-bar-wrapper {
  display: none !important;
}

body:has(.no-results-container) .compare-bar-wrapper {
  display: none !important;
}

.no-results-container {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 2.5rem 1.5rem;
  min-height: 400px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.no-results-container .no-results-icon {
  margin-bottom: 1rem;
}
.no-results-container .no-results-icon img {
  width: 56px;
  height: 56px;
}
.no-results-container .no-results-message {
  margin-bottom: 1rem;
}
.no-results-container .no-results-message .no-results-text {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #444;
  margin: 0;
  line-height: 1.5;
}
.no-results-container .no-results-suggestions {
  padding: 1rem;
  width: 100%;
}
.no-results-container .no-results-suggestions .suggestions-title {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #444;
  margin: 0 0 0.5rem;
}
.no-results-container .no-results-suggestions .suggestions-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.no-results-container .no-results-suggestions .suggestions-list li .suggestion-link {
  display: inline-block;
  color: #005f32;
  font-size: 12px;
  text-decoration: underline;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.no-results-container .no-results-suggestions .suggestions-list li .suggestion-link:hover {
  color: #008c4b;
}

@media (max-width: 767.98px) {
  .no-results-container {
    padding: 2rem 1rem;
    min-height: 200px;
  }
  .no-results-container .no-results-message .no-results-text {
    font-size: 12px;
  }
}
