/* Font sizes */
/* Max widths for media queries */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-bg-block {
  background-color: #fff; }
  .abcGrandStore .layout-bg-block {
    background-color: #f1f1f1; }
  .layout-bg-block .search-nav {
    background-color: #fff;
    margin-bottom: 0; }
  @media (min-width: 680px) {
    .layout-bg-block .container {
      padding-left: 0;
      padding-right: 0; } }
  .layout-bg-block #maincontent {
    padding-top: 0 !important; }

@media (min-width: 680px) {
  .search-results {
    padding-left: 0;
    padding-right: 0; } }

.search-results:has(.grid-footer) {
  padding-bottom: 50px; }

.search-results:has(.grid-footer.d-none) {
  padding-bottom: 100px; }

@media (max-width: 679.98px) {
  .search-results .tab-content .tab-pane {
    padding: 0; } }

.search-results .grid-header {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding-bottom: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 768.98px) {
    .search-results .grid-header {
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 768.98px) {
    .search-results .grid-header > div {
      padding-left: 0;
      padding-right: 0; } }
  .search-results .grid-header .custom-select-wrap {
    display: block;
    position: relative;
    width: 100%; }
    .search-results .grid-header .custom-select-wrap.collapsible-xl .title::after {
      right: 15px;
      position: absolute;
      top: 16px;
      content: "";
      background: url(../images/icon/arrow.svg) no-repeat center/100% transparent;
      width: 9px;
      height: 9px; }
      @media (max-width: 768.98px) {
        .search-results .grid-header .custom-select-wrap.collapsible-xl .title::after {
          right: 9px; } }
    .search-results .grid-header .custom-select-wrap .title {
      width: 100%;
      text-align: left;
      color: #797979;
      font-weight: bold;
      padding-left: 16px;
      height: 41px; }
      .search-results .grid-header .custom-select-wrap .title span {
        color: #000;
        padding-left: 0; }
        @media (max-width: 768.98px) {
          .search-results .grid-header .custom-select-wrap .title span {
            font-size: 14px; } }
  .search-results .grid-header .plp-sorting {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    background-color: #eaeaea;
    border-radius: 30px;
    text-align: center;
    padding: 0;
    max-width: 284px;
    margin-left: 24px; }
    @media (max-width: 768.98px) {
      .search-results .grid-header .plp-sorting {
        margin: 0 0 0 15px;
        font-size: 14px; } }
    .search-results .grid-header .plp-sorting .content {
      border-radius: 20px;
      border-top: none;
      left: auto;
      width: 100%;
      right: 0; }
      .search-results .grid-header .plp-sorting .content .select-items button {
        width: 100%;
        text-align: left; }
    .search-results .grid-header .plp-sorting .select-items:first-child {
      border-top-right-radius: 20px;
      border-top-left-radius: 20px; }
    .search-results .grid-header .plp-sorting .select-items:last-child {
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px; }
  .search-results .grid-header .filter-results {
    gap: 9px;
    margin-top: 5px;
    -ms-flex-align: center;
        align-items: center; }
    .search-results .grid-header .filter-results:before {
      content: "";
      background: url("../images/filter-icon.svg") no-repeat center/100% transparent;
      background-size: 100%;
      display: block;
      width: 30px;
      height: 30px; }
  @media screen and (min-width: 768px) {
    .search-results .grid-header .plp-cat-name, .search-results .grid-header .plp-sorting {
      margin: 0;
      padding: 0; } }
  .search-results .grid-header.justify-content-center .result-count {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    .search-results .grid-header.justify-content-center .result-count .categoryResultCount {
      padding-left: 0; }

.search-results .abc-custom-refinement-header {
  margin-bottom: 20px; }
  @media (max-width: 768.98px) {
    .search-results .abc-custom-refinement-header {
      margin-bottom: 0; } }
  .search-results .abc-custom-refinement-header .plp-filter-label {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px; }

.search-results .plp-cat-name {
  font-size: 30px; }
  @media screen and (min-width: 1366px) {
    .search-results .plp-cat-name {
      width: 360px;
      max-width: 360px;
      -ms-flex: 0 0 360px;
      flex: 0 0 360px;
      padding: 0; } }

.search-results .result-count {
  font-size: 16px; }
  @media screen and (min-width: 1366px) {
    .search-results .result-count {
      width: calc(100% - 644px);
      max-width: calc(100% - 644px);
      -ms-flex: 0 0 calc(100% - 644px);
          flex: 0 0 calc(100% - 644px);
      padding-left: 0;
      padding-right: 0;
      margin: 0; } }
  .search-results .result-count .categoryResultCount {
    margin-bottom: 0;
    padding-left: 25px; }
    @media (max-width: 768.98px) {
      .search-results .result-count .categoryResultCount {
        padding: 0; } }
    .abcGrandStore .search-results .result-count .categoryResultCount {
      padding-left: 25px; }
      @media screen and (min-width: 1366px) {
        .abcGrandStore .search-results .result-count .categoryResultCount {
          padding-left: 60px;
          width: 360px; } }
      @media (max-width: 768.98px) {
        .abcGrandStore .search-results .result-count .categoryResultCount {
          padding-left: 0; } }

@media screen and (min-width: 1366px) {
  .search-results .product-list {
    width: calc(100% - 360px);
    -ms-flex: 0 0 calc(100% - 360px);
        flex: 0 0 calc(100% - 360px);
    padding-left: 25px;
    padding-right: 0; } }

@media screen and (min-width: 1366px) {
  .abcGrandStore .search-results .product-list {
    padding-left: 60px; } }

.swatch-circle-miscellaneous {
  border-radius: 0; }

.plp-tilescontain {
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 680px) {
    .plp-tilescontain {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  @media (min-width: 680px) {
    .plp-tilescontain .refinement-bar {
      width: 350px; } }
  @media screen and (min-width: 769px) {
    .plp-tilescontain .refinement-bar {
      padding-right: 25px; } }
  @media screen and (min-width: 1366px) {
    .plp-tilescontain .refinement-bar {
      padding-right: 0; } }
  @media (max-width: 768.98px) {
    .plp-tilescontain .product-list .filter-bar {
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 768.98px) {
    .plp-tilescontain .product-list .filter-bar ul {
      padding-left: 0; } }
  @media (max-width: 768.98px) {
    .plp-tilescontain {
      margin-left: 0;
      margin-right: 0; } }

@media (max-width: 768.98px) {
  body.no-scroll {
    overflow: hidden; } }

body.no-scroll .modal-background {
  z-index: 98; }

@media (max-width: 768.98px) {
  body.no-scroll .banner--hidden {
    transform: translateY(0); } }

.refinement-bar {
  overflow-y: auto; }
  @media screen and (min-width: 1366px) {
    .refinement-bar {
      width: 360px;
      max-width: 360px;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
      padding: 0; } }
  @media (max-width: 768.98px) {
    .refinement-bar {
      background-color: #fff;
      box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
      display: none;
      left: 0;
      position: fixed;
      top: 10%;
      width: 100%;
      z-index: 12;
      z-index: 99;
      padding: 75px 55px 37px 60px;
      height: -webkit-fill-available;
      overscroll-behavior: contain;
      height: 100vh; } }
  @media (max-width: 679.98px) {
    .refinement-bar {
      position: fixed;
      height: 100vh;
      height: 100dvh;
      top: 0;
      padding: 165px 25px calc(40px + env(safe-area-inset-bottom)) 25px; } }
  @media (min-width: 769px) {
    .refinement-bar {
      display: block !important;
      padding-left: 0; } }
  .refinement-bar ul {
    padding-left: 0; }
  .refinement-bar .search-result-title {
    display: none; }
  .refinement-bar.d-none {
    display: none !important; }
  .refinement-bar .reset {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-top: 24px;
    padding: 5px 12px;
    background-color: #181818;
    border-radius: 30px;
    max-width: 118px;
    text-transform: uppercase; }
    @media (max-width: 768.98px) {
      .refinement-bar .reset {
        margin-top: 36px; } }
    .refinement-bar .reset:hover {
      color: #fff;
      background-color: #181818; }

.filter-header {
  position: absolute;
  top: 25px;
  right: -10px; }
  @media (max-width: 768.98px) {
    .filter-header {
      right: 0; } }
  @media (max-width: 679.98px) {
    .filter-header {
      top: 132px; } }

.header-bar .plp_category_title {
  font-size: 24px; }

.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: 680px) and (max-width: 768.98px) {
  .header-bar {
    padding: 0.938em 2.813em; } }

@media (max-width: 679.98px) {
  .header-bar {
    padding: 0.938em; } }

.refinements .header,
.refinements .values {
  padding: 0.313em 0; }
  @media (min-width: 680px) and (max-width: 768.98px) {
    .refinements .header li,
    .refinements .values li {
      display: block;
      width: auto;
      max-width: 100%; } }

.refinements .header {
  font-size: 1.125em;
  color: #444; }

.refinements ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px; }
  .refinements ul li button {
    border: none;
    color: #000;
    background-color: transparent;
    padding: 0;
    margin-bottom: 7px;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase; }
    @media (min-width: 680px) and (max-width: 768.98px) {
      .refinements ul li button {
        margin-bottom: 7px; } }

.refinements li {
  list-style-type: none;
  padding-left: 0; }
  .refinements li.color-attribute {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 33px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .refinements li.color-attribute button {
      background: transparent;
      border: none;
      padding: 0;
      cursor: pointer;
      width: 100%;
      height: 100%; }
      .refinements li.color-attribute button .swatch-circle-miscellaneous {
        transform: none; }
      .refinements li.color-attribute button .swatch-circle {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center; }
        .refinements li.color-attribute button .swatch-circle.selected {
          border: 2px solid #ffffff; }
          .refinements li.color-attribute button .swatch-circle.selected::after {
            content: none; }
    .refinements li.color-attribute button:has(.selected) {
      border: 3px solid #d8d8d8; }
  .refinements li.size-attribute {
    display: inline-block;
    padding-left: 0; }
    .refinements li.size-attribute button {
      background: none;
      padding: 5px 0px;
      width: 60px;
      text-align: center;
      border: 1px solid var(--color-black);
      border-radius: 30px;
      margin-right: 10px;
      cursor: pointer; }
      .refinements li.size-attribute button.selected {
        background: var(--color-black);
        color: #fff; }
  .refinements li.disabled {
    opacity: 0.5; }

@media (max-width: 679.98px) {
  .refinements {
    padding: 0; } }

.refinements .card-header h2 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0; }

.secondary-bar {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  overflow: auto; }
  @media (max-width: 768.98px) {
    .secondary-bar button.reset {
      float: right; } }
  @media (min-width: 680px) and (max-width: 768.98px) {
    .secondary-bar {
      padding: 0.938em 2.813em; } }
  @media (max-width: 679.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; }
  .grid-header .custom-select-wrap,
  .content-grid-header .custom-select-wrap {
    display: none; }
    @media (max-width: 769px) {
      .grid-header .custom-select-wrap,
      .content-grid-header .custom-select-wrap {
        display: block; } }
  @media (max-width: 679.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%; }

.refinement {
  margin-bottom: 1em; }
  .refinement.card {
    border: none;
    margin-top: 12px;
    margin-bottom: 0;
    background: transparent; }
    @media (max-width: 768.98px) {
      .refinement.card {
        margin-top: 10px; } }
    .refinement.card.refinement-new-arrival {
      display: none; }
  .refinement .card-header {
    border-bottom: 0 none;
    padding: 0;
    background: transparent; }
    .refinement .card-header button {
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-weight: 600;
      padding: 0 0 8px 0;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 24px; }
      .refinement .card-header button::after {
        font-size: 13px;
        content: "";
        margin-top: 8px;
        position: static;
        background: url(../images/icon/arrow.svg) no-repeat center/100% transparent;
        width: 9px;
        height: 9px; }
  .refinement .card-body {
    padding: 0; }
    .refinement .card-body .content {
      margin-bottom: 0;
      margin-top: 0;
      padding: 0; }
      @media (min-width: 680px) and (max-width: 768.98px) {
        .refinement .card-body .content {
          margin-top: 0;
          padding: 0; } }
  .refinement a {
    text-decoration: none; }
  .refinement.refinement-category {
    display: none; }
    .refinement.refinement-category li {
      display: block;
      font-size: 1.125em; }
      .refinement.refinement-category li span.selected {
        font-weight: 700; }
      .refinement.refinement-category li > ul > li {
        font-size: 0.9em; }
      .refinement.refinement-category li button {
        margin-bottom: 0; }
    .refinement.refinement-category > ul > li {
      margin-left: 0; }
  @media (max-width: 768.98px) {
    .refinement.refinement-price-range {
      margin-top: 15px; } }
  .refinement.refinement-size ul.content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px; }
    @media (max-width: 768.98px) {
      .refinement.refinement-size ul.content {
        max-width: 375px; } }
    .refinement.refinement-size ul.content li {
      width: 59px;
      height: 26px; }
      .refinement.refinement-size ul.content li button {
        margin-bottom: 0; }
        .refinement.refinement-size ul.content li button span {
          width: 59px;
          height: 26px;
          background-color: #d9d9d9;
          border-radius: 5px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          margin: 0;
          font-size: 12px; }
          .refinement.refinement-size ul.content li button span.selected {
            background-color: #ffd600; }
            .abcGrandStore .refinement.refinement-size ul.content li button span.selected {
              background-color: #6ed34a; }
  .refinement.refinement-color ul.content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 768.98px) {
      .refinement.refinement-color ul.content {
        max-width: 375px; } }
    .refinement.refinement-color ul.content .color-attribute button {
      max-width: 35px;
      max-height: 33px;
      margin: 0; }
  .refinement.active .card-header button::after {
    content: "";
    margin-top: 8px; }

.custom-toggle {
  position: relative;
  width: 46px;
  height: 24px;
  background-color: #d9d9d9;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  margin-right: 13px; }

/* Active state */
.custom-toggle.active {
  background-color: #6ed34a; }

.abcStandardStore .custom-toggle.active, .abcStandardStore .refinement-size ul.content li button span.selected {
  background-color: #ffd600; }

/* The circle inside */
.custom-toggle::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 2px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease; }

/* Move the circle when active */
.custom-toggle.active::before {
  transform: translateX(22px); }

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

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

.filter-bar ul {
  padding-left: calc($grid-gutter-width / 2); }

.filter-bar li {
  list-style: none;
  float: left;
  margin-left: 0.3125em;
  margin-right: 0.3125em;
  margin-top: 0.3125em; }
  .filter-bar li:first-child {
    margin-left: 0; }
  .filter-bar li.filter-value {
    border: 1px solid #ccc;
    padding: 0.3125em;
    border-radius: 3px;
    position: relative;
    margin: 0 10px 10px 0px; }
    .filter-bar li.filter-value button {
      color: black;
      border: none;
      padding: 0 2rem 0 0.5rem;
      text-transform: uppercase; }
      .filter-bar li.filter-value button::after {
        content: "\F00D";
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        position: absolute;
        right: 10px;
        top: 11px; }
  .filter-bar li.swatch-filter {
    font-size: 1.38em;
    position: relative;
    margin: 0 10px 10px 0px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: auto;
    height: auto; }
    .filter-bar li.swatch-filter::after {
      content: "\F00D";
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      position: absolute;
      right: 10px;
      top: 11px;
      z-index: 1; }
    .filter-bar li.swatch-filter button {
      display: block;
      border: none;
      padding-right: 2rem;
      text-transform: uppercase;
      position: relative;
      z-index: 2; }

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

.product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 7px 25px; }
  @media (max-width: 1365.98px) {
    .product-grid {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
      gap: 25px; } }
  @media (max-width: 679.98px) {
    .product-grid {
      gap: 10px; } }
  .abcGrandStore .product-grid {
    gap: 25px; }
  .product-grid > div {
    padding: 0;
    width: 100%;
    max-width: 100%; }
  .product-grid .product {
    height: 100%; }
  .product-grid .product-tile {
    background-color: #fff;
    margin-bottom: 0;
    height: 100%; }
    @media (max-width: 1365.98px) {
      .product-grid .product-tile {
        border: 1px solid #d9d9d9; } }
    .abcGrandStore .product-grid .product-tile {
      border: 0; }
    .product-grid .product-tile .product_bage_img {
      margin-bottom: 12px !important;
      min-height: 24px; }
      .product-grid .product-tile .product_bage_img img {
        height: auto;
        width: auto; }
      @media (max-width: 679.98px) {
        .product-grid .product-tile .product_bage_img {
          min-height: 30px; } }
    .abcGrandStore .product-grid .product-tile .product-tile-size {
      margin: 0 -24px 0 -25px;
      border: 0; }
    .product-grid .product-tile .tile-body {
      padding-top: 0; }
      .product-grid .product-tile .tile-body .price {
        line-height: 1;
        margin-bottom: 8px; }
  .product-grid .grid-footer {
    grid-column: 1 / -1; }
    .product-grid .grid-footer .show-more {
      margin-top: -5px;
      padding: 0; }
  @media (max-width: 679.98px) {
    .product-grid {
      padding-top: 0.938em; } }

.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; }
  .show-more button,
  .show-more-content button {
    font-weight: bold;
    border-width: 0 0 1px 0;
    width: auto;
    padding: 0;
    border-radius: 0; }
    .show-more button:hover,
    .show-more-content button:hover {
      color: #000;
      border-color: #fff;
      background-color: transparent; }

.swatch-mark.color-value[data-selected=true]::after {
  color: #000;
  content: '\F058';
  display: table-caption;
  font-family: 'FontAwesome';
  font-size: 1.625em;
  left: 0.295em;
  position: absolute; }

.swatch-mark.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: '\F058';
  display: table-caption;
  font-family: 'FontAwesome';
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em; }

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

@media (max-width: 991.98px) {
  .tab-pane {
    padding: 0; } }

@media (max-width: 679.98px) {
  .tab-pane {
    padding: 10px; } }

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

.product-tile {
  display: block;
  position: relative; }

.plp-filter-store {
  max-width: 162px;
  background: #D9D9D9;
  padding: 4px 5px;
  border-radius: 50px;
  margin-top: 25px;
  gap: 10px; }
  .abcGrandStore .plp-filter-store {
    gap: 6px; }
  @media (max-width: 768.98px) {
    .plp-filter-store {
      margin-top: 10px; } }
  .plp-filter-store .logoAbc, .plp-filter-store .logoAbcGrand-section {
    background-color: #fff;
    border-radius: 50px;
    max-width: 103px;
    max-height: 43px; }
    @media screen and (max-width: 769px) {
      .plp-filter-store .logoAbc .logoAbcGrand, .plp-filter-store .logoAbcGrand-section .logoAbcGrand {
        padding: 5px 13px; } }
  .plp-filter-store img, .plp-filter-store .filter-logo-home-grand, .plp-filter-store .filter-logo-home-abc {
    display: block;
    max-width: 100% !important; }
  .plp-filter-store .filter-logo-home-grand img {
    width: 77px; }
  .plp-filter-store .filter-logo-home-grand {
    padding: 6px 12px; }
    @media screen and (max-width: 769px) {
      .plp-filter-store .filter-logo-home-grand {
        padding: 0; } }
  .plp-filter-store .filter-logo-home-abc {
    padding: 12px 8px; }
  .plp-filter-store .changeStoreView .navbar-header-abc, .plp-filter-store .changeStoreView .filter-logo-home-grand {
    background: transparent;
    padding: 0; }
  .plp-filter-store .changeStoreView .filter-logo-home-grand {
    max-width: 22px !important; }
  .plp-filter-store .changeStoreView .filter-logo-home-abc {
    max-width: 33px !important;
    padding: 0; }
  @media (max-width: 768.98px) {
    .plp-filter-store .logoAbcGrand {
      padding: 3px 10px; } }
