@charset "UTF-8";
/**
 * Custom Gutters Mixin
 * This will create custom gutters for localized implentation.
 * Usage: Pass in a new gutter value and this will apply those to child grid classnames.
 *
 * - does not loop through breakpoints
 * - intended to be used in an already-defined media query or child structure
 *
 * param: $number new gutter value, already halved
 * param: $context 'container', 'row'. Used to skip the L1 or L2 classname selectors. Pass as an empty string to only apply to columns.
 * param: $colclassname custom classname to use for columns. Defaults to a generic '.col-' selector
 */
/* --------------------------------
Typography - Fonts
-------------------------------- */
/* 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: 1023.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: 599.98px) {
  .refinement-bar {
    position: fixed;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .refinement-bar {
    display: block !important;
  }
}

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

.header-bar {
  background-color: #979797;
  border-bottom: 0.063em solid #979797;
}
.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: 600px) and (max-width: 1023.98px) {
  .header-bar {
    padding: 0.938em 2.813em;
  }
}
@media (max-width: 599.98px) {
  .header-bar {
    padding: 0.938em;
  }
}

.refinements .header,
.refinements .values {
  padding: 0.313em 0;
}
@media (min-width: 600px) and (max-width: 1023.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: 599.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: 1023.98px) {
  .secondary-bar button.reset {
    float: right;
  }
}
@media (min-width: 600px) and (max-width: 1023.98px) {
  .secondary-bar {
    padding: 0.938em 2.813em;
  }
}
@media (max-width: 599.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: 599.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: 1023.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 {
  /* stylelint-disable-next-line no-descending-specificity */
}
.filter-bar ul {
  padding-left: 15px;
}
.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: 599.98px) {
  .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 599.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 #d0d0d0;
}
.search-nav .nav-tabs-wrapper {
  padding: 0;
}
@media (max-width: 599.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;
}

@media (min-width: 1024px) {
  .grid-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto 1fr;
    /* stylelint-disable */
    grid-template-areas: "sidebar heading" "sidebar main";
    /* stylelint-enable */
  }
  .grid-container .heading-wrapper {
    grid-area: heading;
  }
  .grid-container .refinement-bar {
    grid-area: sidebar;
  }
  .grid-container .search-main-grid {
    grid-area: main;
  }
}
@media (min-width: 1440px) {
  .grid-container {
    grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 1760px) {
  .grid-container {
    grid-template-columns: 1fr 5fr;
  }
}

#maincontent > .d-sm-flex {
  margin: 0 auto;
  max-width: 110rem;
}
@media (max-width: 1439.98px) {
  #maincontent > .d-sm-flex {
    display: block !important;
    padding: 0 1rem !important;
    margin: 1rem auto 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  #maincontent > .d-sm-flex .breadcrumb {
    font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  }
  #maincontent > .d-sm-flex .breadcrumb li.breadcrumb-item a {
    font-size: 1rem;
  }
  #maincontent > .d-sm-flex > div:first-child {
    padding-top: 0.5625rem;
  }
  #maincontent > .d-sm-flex .search-banner h1 {
    margin-bottom: 0;
  }
  #maincontent > .d-sm-flex + .search-results .search-main-grid {
    margin-top: 1.25rem;
  }
}

.search-results {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 600px) {
  .search-results {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .search-results {
    padding-top: 0;
    padding-left: 3.375rem;
    padding-right: 1.0625rem;
  }
}
@media (max-width: 1023.98px) {
  .search-results .category-heading-wrapper {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .search-results .category-heading-wrapper {
    padding-bottom: 2.5rem;
    margin-bottom: 1.8125rem;
  }
}
@media (min-width: 1024px) {
  .search-results .category-heading-wrapper {
    border-bottom: 0.0625rem solid #ccc;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .search-results .category-heading-wrapper {
    margin-top: 1.75rem;
  }
}
.search-results .category-heading-wrapper .category-title-name {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.25rem;
  text-wrap: balance;
  font-size: 1.5rem;
  color: #000;
  line-height: 32px;
  font-family: "pragmatica-slabserif", "pragmatica-fallback", sans-serif;
}
@media (min-width: 600px) {
  .search-results .category-heading-wrapper .category-title-name {
    font-size: 1.75rem;
    color: #000;
    line-height: 36px;
    font-family: "pragmatica-slabserif", "pragmatica-fallback", sans-serif;
  }
}
.search-results .category-heading-wrapper .cat-description {
  text-wrap: pretty;
}
.search-results .category-heading-wrapper .cat-description,
.search-results .category-heading-wrapper .cat-description .more_ellipses {
  font-size: 1rem;
  color: #000;
  line-height: 24px;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
}
@media (min-width: 600px) {
  .search-results .category-heading-wrapper .cat-description,
  .search-results .category-heading-wrapper .cat-description .more_ellipses {
    font-size: 1.125rem;
  }
}
.search-results .category-heading-wrapper .cat-description .more_content {
  display: none;
}
.search-results .category-heading-wrapper .cat-description .more_content.active {
  display: inline;
}
.search-results .category-heading-wrapper .cat-description .read_more {
  display: inline-block;
}
.search-results .category-heading-wrapper .cat-description .read_more.active {
  display: none;
}
.search-results .category-heading-wrapper .cat-description .more_ellipses {
  text-decoration: underline;
  font-weight: normal;
  display: inline-block;
  width: auto;
  margin-left: 0.375rem;
  text-align: left;
}
.search-results .category-heading-wrapper .cat-description .more_ellipses:focus {
  outline-offset: 0;
}
.search-results .category-heading-wrapper .cat-name,
.search-results .category-heading-wrapper .cat-description {
  max-width: 40.3125rem;
  margin: 0 auto;
}
@media (max-width: 599.98px) {
  .search-results .category-heading-wrapper .cat-name,
  .search-results .category-heading-wrapper .cat-description {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.search-results #product-search-results.active .grid-header,
.search-results #product-search-results.active .result-count,
.search-results #content-search-results-pane.active .grid-header,
.search-results #content-search-results-pane.active .result-count {
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .search-results .search-nav {
    margin-bottom: 2.5rem;
  }
  .search-results .grid-header,
  .search-results .content-grid-header {
    margin-top: 0;
  }
}
@media (min-width: 1760px) {
  .search-results .search-main-grid {
    padding-left: 1.5rem;
  }
}
@media (max-width: 1023.98px) {
  .search-results .product-grid {
    margin-top: 1.5rem;
  }
}
@media (max-width: 599.98px) {
  .search-results .product-grid {
    padding-top: 0;
    margin: 0.5rem 0;
  }
}
@media (min-width: 1024px) {
  .search-results .product-grid {
    margin-top: 3rem !important;
  }
}
@media (min-width: 1440px) {
  .search-results .product-grid {
    margin-top: 0 !important;
  }
}
@media (max-width: 1023.98px) {
  .search-results .product-tile {
    padding-top: 1.5rem;
    padding-bottom: calc(25% - 1.5rem);
  }
}

.refinement {
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
}
.refinement ul li {
  display: inline-block;
  padding-right: 0;
  width: 100%;
}
.refinement.card {
  border: none;
  color: #000;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  font-weight: normal;
}
.refinement.card.active .card-body {
  display: block;
}
.refinement.card.active .card-header .refinement-accordion::before {
  content: none;
}
@media (min-width: 1024px) {
  .refinement.card:last-child {
    border-bottom: 0.0625rem solid #6e6e6e;
  }
}
.refinement.card .card-header {
  padding: 0.8125rem 0.25rem 0.875rem 1rem;
  border-bottom: none;
  border-top: 0.0625rem solid #6e6e6e;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .refinement.card .card-header {
    padding: 0.8125rem 1rem 0.875rem 1rem;
  }
}
.refinement.card .card-header .refinement-accordion {
  font-size: 1.25rem;
  line-height: 28px;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  font-weight: bold;
  position: relative;
  padding: 0;
  color: #000;
  width: 100%;
  text-align: left;
  padding-right: 1rem;
}
.refinement.card .card-header .refinement-accordion::before {
  content: "";
  height: 16px;
  border-left: 2px solid #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 7px;
  margin: 0;
}
.refinement.card .card-header .refinement-accordion::after {
  content: "";
  width: 16px;
  border-top: 2px solid #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  margin: 0;
}
.refinement.card .card-body {
  padding: 0 24px 10px;
  display: none;
}
.refinement.card .card-body .m-icon {
  width: 20px;
  height: 20px;
}
.refinement.card .card-body li label span:last-child {
  font-weight: 500;
  font-size: 0.75rem;
  color: #6e6e6e;
  line-height: 24px;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
}
.refinement.card.collapsible-sm #refinement-count {
  font-size: 0.75rem;
  line-height: 16px;
}
@media (max-width: 1023.98px) {
  .refinement.card.collapsible-sm .title::before,
  .refinement.card.collapsible-sm .refinement--title::before {
    content: "";
    height: 16px;
    border-left: 2px solid #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 27px;
    margin: 0;
  }
  .refinement.card.collapsible-sm .title::after,
  .refinement.card.collapsible-sm .refinement--title::after {
    content: "";
    width: 16px;
    border-top: 2px solid #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 20px;
    margin: 0;
  }
}
@media (max-width: 1023.98px) {
  .refinement.card.active .title::before,
  .refinement.card.active .refinement--title::before {
    content: none;
  }
}
.refinement.refinement-categories, .refinement.refinement-categorías {
  border-top: none;
}
@media (max-width: 1023.98px) {
  .refinement.refinement-categories, .refinement.refinement-categorías {
    display: none;
  }
}
.refinement.refinement-categories #refinement-categories, .refinement.refinement-categorías #refinement-categories {
  display: block;
}
.refinement.refinement-categories .card-header, .refinement.refinement-categorías .card-header {
  border-top: none;
  padding-top: 0;
}
.refinement.refinement-categories .card-header .refinement-accordion, .refinement.refinement-categorías .card-header .refinement-accordion {
  font-size: 1.5rem;
  line-height: 32px;
  font-family: "pragmatica-slabserif", "pragmatica-fallback", sans-serif;
  margin-bottom: 0.25rem;
  font-weight: 700;
}
.refinement.refinement-categories .card-header .refinement-accordion::after, .refinement.refinement-categorías .card-header .refinement-accordion::after {
  content: none;
}
.refinement.refinement-categories .card-header .refinement-accordion::before, .refinement.refinement-categorías .card-header .refinement-accordion::before {
  content: none;
}
.refinement.refinement-categories .card-body, .refinement.refinement-categorías .card-body {
  padding-left: 2rem;
}
.refinement.refinement-categories .values, .refinement.refinement-categorías .values {
  padding: 0;
}
.refinement.refinement-categories a, .refinement.refinement-categorías a {
  padding: 0;
  display: inline-block;
  margin-bottom: 0.9375rem;
  text-align: left;
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
  line-height: 28px;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
}
@media (max-width: 1023.98px) {
  .refinement.refinement-categories a, .refinement.refinement-categorías a {
    font-size: 1.125rem;
    line-height: 24px;
  }
}
.refinement.refinement-size .card-body, .refinement.refinement-tamaño .card-body, .refinement.refinement-width .card-body, .refinement.refinement-ancho .card-body {
  padding: 0rem 1rem 0rem 1.5625rem;
}
.refinement.refinement-size li, .refinement.refinement-tamaño li, .refinement.refinement-width li, .refinement.refinement-ancho li {
  border: 0.0625rem solid #000;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  margin-right: 0.1875rem;
  margin-bottom: 0.5rem;
  color: #000;
}
.refinement.refinement-size li.selected, .refinement.refinement-tamaño li.selected, .refinement.refinement-width li.selected, .refinement.refinement-ancho li.selected {
  background-color: #7b1315;
  color: #edebe8;
  border-color: #7b1315;
}
.refinement.refinement-size li.selected .refinement-btn, .refinement.refinement-tamaño li.selected .refinement-btn, .refinement.refinement-width li.selected .refinement-btn, .refinement.refinement-ancho li.selected .refinement-btn {
  outline-color: #000;
}
.refinement.refinement-size li.disabled, .refinement.refinement-tamaño li.disabled, .refinement.refinement-width li.disabled, .refinement.refinement-ancho li.disabled {
  border: 1px solid #ccc;
}
.refinement.refinement-size li button, .refinement.refinement-tamaño li button, .refinement.refinement-width li button, .refinement.refinement-ancho li button {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: "pragmatica-slabserif", "pragmatica-fallback", sans-serif;
  font-weight: bold;
  background-color: unset;
  outline-color: #000;
  font-size: 0.875rem;
  line-height: 20px;
}
.refinement.refinement-size li button:focus, .refinement.refinement-tamaño li button:focus, .refinement.refinement-width li button:focus, .refinement.refinement-ancho li button:focus {
  outline-offset: 1px;
}
.refinement.refinement-price i {
  color: #979797;
}
.refinement.refinement-color .color-name {
  font-size: 0.875rem;
  line-height: 20px;
}
.refinement.refinement-color .swatch-circle {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0;
  border: none;
}
.refinement.refinement-color .swatch-circle.swatch-circle-white, .refinement.refinement-color .swatch-circle.swatch-circle-tan, .refinement.refinement-color .swatch-circle.swatch-circle-turquoise, .refinement.refinement-color .swatch-circle.swatch-circle-orange, .refinement.refinement-color .swatch-circle.swatch-circle-yellow {
  border: 0.0625rem solid #6e6e6e;
}
.refinement.refinement-color .selected .selected-color {
  border: 0.0625rem solid #000;
  padding: 0.125rem;
}
.refinement.refinement-color .selected .swatch-circle {
  width: 0.75rem;
  height: 0.75rem;
}

.filter-bar {
  margin-top: 0 !important;
  margin-bottom: 0.4375rem !important;
}
.filter-bar .m-icon {
  width: 1rem;
  height: 1rem;
  fill: #6e6e6e;
  margin-top: -0.25rem;
  margin-left: 0 !important;
}
.filter-bar li {
  padding-bottom: 0.625rem;
}
@media (max-width: 1023.98px) {
  .filter-bar li {
    padding-bottom: 0.1875rem;
  }
}
.filter-bar li.filter-value, .filter-bar li.swatch-filter {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
}
.filter-bar li.filter-value,
.filter-bar li.filter-value button, .filter-bar li.swatch-filter,
.filter-bar li.swatch-filter button {
  line-height: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 1023.98px) {
  .filter-bar li.filter-value,
  .filter-bar li.filter-value button, .filter-bar li.swatch-filter,
  .filter-bar li.swatch-filter button {
    margin-bottom: 0.625rem !important;
  }
}
@media (max-width: 1023.98px) {
  .filter-bar li.filter-value button, .filter-bar li.swatch-filter button {
    padding: 0;
    margin-right: 1rem;
    font-size: 1rem;
    color: #000;
  }
}
.filter-bar li.filter-value button::after, .filter-bar li.swatch-filter button::after {
  content: none;
}
.filter-bar li.filter-value button::before, .filter-bar li.swatch-filter button::before {
  content: none;
}

.modal-opened {
  overflow: hidden;
}
.modal-opened header {
  z-index: inherit;
}

.refinement-bar {
  display: none;
}
@media (min-width: 1024px) {
  .refinement-bar {
    display: block;
    padding: 0.625rem 0 0;
    overflow: hidden;
  }
  .refinement-bar .refinements-wrapper {
    max-width: 16.25rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 1023.98px) {
  .refinement-bar {
    max-width: 17.0625rem;
    width: 100%;
    z-index: 3;
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    height: 100%;
    padding: 0;
  }
  .refinement-bar .search-result-count {
    margin: 0;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.125rem;
    color: #000;
    line-height: 24px;
    font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  }
  .refinement-bar .filterby {
    font-weight: bold;
    font-size: 1.5rem;
    color: #000;
    line-height: 32px;
    font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  }
  .refinement-bar .refinements .card-header button.title, .refinement-bar .refinements .card-header button.refinement--title {
    color: #000;
    position: relative;
    text-transform: capitalize;
    font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
    font-weight: bold;
    padding-right: 2.25rem !important;
    font-size: 1.25rem;
    line-height: 28px;
  }
  .refinement-bar .refinements ul li {
    line-height: 1.5rem;
    margin-bottom: 0.375rem;
  }
  .refinement-bar .m-filter-buttons {
    background: #fff;
    border-top: 0.0625rem solid #6e6e6e;
    position: fixed;
    width: 100%;
    max-width: 17.0625rem;
    bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .refinement-bar .m-filter-buttons .reset {
    width: 6.875rem;
    padding-left: 0;
    padding-right: 0;
  }
  .refinement-bar .m-filter-buttons .apply {
    width: 7.5625rem;
  }
  .refinement-bar .m-filter-buttons .reset,
  .refinement-bar .m-filter-buttons .apply {
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 24px;
  }
  .refinement-bar li.filter-value {
    top: 64px;
    right: 10px;
    position: absolute;
  }
  .refinement-bar li.filter-value button {
    font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
    color: #000;
    padding: 0;
    text-decoration: underline;
    margin: 0.1875rem 0.3125rem 0 0;
  }
  .refinement-bar .refinements-wrapper {
    margin-bottom: 4.875rem;
  }
}
.refinement-bar .filter-header .header-bar {
  background-color: #fff;
  height: 3.5rem;
  border-bottom: 0.0625rem solid #6e6e6e;
}
.refinement-bar .filter-header .header-bar button:focus:not(:focus-visible) {
  outline: dotted;
}
.refinement-bar .filter-header .m-icon {
  width: 1.8rem;
  height: 1.8rem;
  fill: #000;
  margin-bottom: 0.3125rem;
  margin-left: 0.1875rem !important;
}

@media (min-width: 1024px) {
  .tab-pane .breadcrumb-wrapper {
    position: absolute;
    top: -0.375rem;
    left: 0.875rem;
    z-index: 1;
  }
}
@media (max-width: 1023.98px) {
  .tab-pane .refinement-bar {
    z-index: 9;
    max-width: 17.0625rem;
  }
  .tab-pane .refinement-bar > .breadcrumb-wrapper {
    display: none;
  }
}
.tab-pane .refinement-bar .breadcrumb {
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
}

@media (min-width: 1024px) {
  .filterbar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.filterbar .result-count,
.filterbar .filterbar-result-count {
  min-width: 6.9375rem;
  width: auto;
}
.filterbar .result-count .search-result-count,
.filterbar .filterbar-result-count .search-result-count {
  margin-bottom: 0.5rem;
  white-space: nowrap;
  font-size: 1.125rem;
  color: #000;
  line-height: 24px;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
}
@media (min-width: 1024px) {
  [lang=es] .filterbar .result-count,
  [lang=es] .filterbar .filterbar-result-count {
    width: 100%;
    max-width: 8.125rem;
  }
}
.filterbar .filter-bar {
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
}
@media (max-width: 1023.98px) {
  .filterbar .filter-bar {
    margin-top: 0 !important;
  }
}
.filterbar .filter-bar li.filter-value button {
  color: #000;
  text-decoration: underline;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .filterbar .filter-bar li.filter-value button {
    font-weight: normal;
    padding: 0rem 0.375rem !important;
  }
}
.filterbar .filter-bar li.swatch-filter {
  padding-right: 0.9375rem;
}
.filterbar .filter-bar li.swatch-filter button {
  color: #000;
  font-size: 1rem;
  line-height: 24px;
}
.filterbar .filter-results {
  border: 0.125rem solid #6e6e6e;
  text-transform: capitalize;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  font-weight: 500;
  position: relative;
  text-align: left;
  height: 2.5rem;
  min-width: 6.5rem;
  font-size: 0.875rem;
  line-height: 20px;
}
.filterbar .filter-results .settings {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  fill: #000;
}
@media (max-width: 1023.98px) {
  .filterbar .result__count {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) {
  .filterbar .result__count {
    margin-bottom: 1.6875rem;
  }
}
@media (min-width: 1440px) {
  .filterbar .result__count {
    max-width: calc(100% - 18.75rem);
    margin-bottom: 1.5rem;
  }
}
.filterbar .result__count .clear-filters {
  margin: 0;
}
.filterbar .result__count .clear-filters button {
  text-decoration: underline;
}
@media (max-width: 1023.98px) {
  .filterbar .filterbar-result-count {
    text-align: center;
    margin: 24px 0 0;
  }
}
@media (max-width: 599.98px) {
  .filterbar .filterbar-result-count {
    margin: 16px 0 0;
  }
}
@media (min-width: 1024px) {
  .filterbar .swatch-filter-btn span {
    line-height: 1.5rem;
  }
}
@media (max-width: 1023.98px) {
  .filterbar .filter__button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .filterbar .filter__button {
    max-width: 16.25rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 1440px) {
  .filterbar .filter__button {
    margin-left: 0;
    max-width: 18.75rem;
  }
}
.filterbar .filter__button .custom-select-grey {
  height: 2.5rem;
  padding: 0.25rem 1.875rem 0.25rem 0.625rem;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  font-weight: 500;
}
@media (max-width: 1023.98px) {
  .filterbar .filter__button .custom-select-grey {
    height: 2.5rem;
    border: 0.125rem solid #6e6e6e;
  }
}
@media (min-width: 1024px) {
  .filterbar .filter__button .custom-select-grey {
    width: 16.25rem;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .filterbar .filter__button .m-filterButton {
    padding-left: 1.25rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .filterbar .filter__button .m-filterButton {
    padding-left: 0.875rem;
    padding-right: 1.625rem;
  }
}
@media (max-width: 1023.98px) {
  .filterbar .filter__button .m-filterButton {
    text-align: right;
  }
  .filterbar .filter__button .m-filterButton button {
    padding-left: 0.5rem;
  }
}
@media (max-width: 1023.98px) {
  .filterbar .filter__button .m-sortButton {
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .filterbar .filter__button .m-sortButton {
    padding-right: 1.25rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .filterbar .filter__button .m-sortButton {
    padding-right: 0.875rem;
  }
}
.filterbar .filter__button .m-sortButton select:focus {
  outline: 3px dotted #000;
  outline-offset: -3px;
}
@media (min-width: 600px) {
  .filterbar .filter__button .m-sortButton select:focus {
    outline-offset: 0;
  }
}

.white__shadow {
  position: relative;
}
.white__shadow .white-boxshadow {
  position: absolute;
  height: 40px;
  width: 45px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  top: 20px;
  right: 0;
  z-index: 1;
}
@media (max-width: 1023.98px) {
  .white__shadow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .white__shadow .filterbar-wrapper {
    padding: 0 1rem;
  }
  .white__shadow .filterbar-wrapper > .filterbar {
    max-width: 31.5625rem;
    margin: 0 auto;
  }
}

.category-refinement-mobile {
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  border-top: 0.0625rem solid #ccc;
  border-bottom: 0.0625rem solid #ccc;
  white-space: nowrap;
  width: 100%;
  overflow: auto hidden;
  margin: 0rem 0rem 1.5rem;
  position: relative;
  -ms-overflow-style: none;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .category-refinement-mobile {
    margin: 0rem 0rem 1.25rem 0rem;
  }
}
.category-refinement-mobile::-webkit-scrollbar {
  display: none;
}
.category-refinement-mobile .category-refinement-bar {
  text-align: center;
}
.category-refinement-mobile .category-refinement-bar li {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  font-size: 1.25rem;
  line-height: 28px;
}
.category-refinement-mobile .category-refinement-bar li button {
  color: #000;
  font-weight: 500;
}
@media (max-width: 1024px) and (min-width: 600px) {
  .category-refinement-mobile .category-refinement-bar li:first-child {
    padding-left: 0.875rem;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .category-refinement-mobile .category-refinement-bar li:first-child {
    padding-left: 1.1875rem;
  }
}
@media (max-width: 1024px) and (min-width: 600px) {
  .category-refinement-mobile .category-refinement-bar li:last-child {
    padding-right: 0.875rem;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .category-refinement-mobile .category-refinement-bar li:last-child {
    padding-right: 1.1875rem;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .category-refinement-mobile .category-refinement-bar li {
    padding: 0.375rem 1rem;
  }
  .category-refinement-mobile .category-refinement-bar li button {
    padding: 0;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .category-refinement-mobile .category-refinement-bar li {
    padding: 0.25rem 1.75rem;
  }
}

.site-content-articles .card {
  border-color: #6e6e6e !important;
  height: 100%;
  border-radius: 0;
}
.site-content-articles .card-header {
  padding: 1rem 0.75rem 0rem 0.75rem !important;
}
.site-content-articles .card-header a {
  color: #7b1315;
  text-decoration: underline;
  line-height: 2rem;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  font-weight: bold;
}
.site-content-articles .card-header-title {
  font-size: 1.5rem;
  line-height: 32px;
  margin-bottom: 0;
}
.site-content-articles .card-body {
  line-height: 1.5rem;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  padding: 0.625rem 1.5rem 0.75rem 0.75rem;
}

.grid-footer {
  padding: 0 0.25rem;
  margin: 1.5rem 0rem 2.375rem;
}
@media (min-width: 1024px) {
  .grid-footer {
    margin-top: 7.375rem;
  }
}

.show-more,
.show-more-content {
  padding: 0 0 0 2.75rem;
}
@media (max-width: 1023.98px) {
  .show-more,
  .show-more-content {
    padding: 0;
  }
}

.show-more-content {
  margin-top: 1.125rem;
}
@media (min-width: 1024px) {
  .show-more-content {
    margin-top: 4.125rem;
  }
}

.show-more > div {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.show-more .showing-of {
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .show-more .showing-of {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
.show-more .show-more-all-btn-group button,
.show-more .show-more-all-btn-group .show-more-button {
  min-height: 2.5rem;
}
@media (max-width: 1023.98px) {
  .show-more .show-more-all-btn-group {
    display: block;
    text-align: center;
  }
  .show-more .show-more-all-btn-group button,
  .show-more .show-more-all-btn-group .show-more-button {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 29.5625rem;
    padding: 0.375rem 0rem 0.25rem;
  }
}
@media (min-width: 1024px) {
  .show-more .show-more-all-btn-group {
    padding-left: 1.5rem !important;
  }
}
[lang=es] .show-more .show-more-all-btn-group button,
[lang=es] .show-more .show-more-all-btn-group .show-more-button {
  line-height: 1;
}

.showing-of {
  font-size: 1.125rem;
  color: #000;
  line-height: 24px;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  margin-top: 0.75rem !important;
}
@media (max-width: 1023.98px) {
  .showing-of {
    text-align: center;
    margin-top: -0.75rem !important;
  }
}
@media (min-width: 1440px) {
  .showing-of {
    padding-right: 1.75rem !important;
    text-align: right;
  }
}

.show-more-all-btn-group {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023.98px) {
  .show-more-all-btn-group {
    display: block;
  }
}
@media (min-width: 600px) {
  .show-more-all-btn-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .show-more-all-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.show-more-all-btn-group .show-all-button,
.show-more-all-btn-group .show-more-button {
  font-size: 1.25rem;
  line-height: 1.4;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 600px) {
  .show-more-all-btn-group .show-all-button,
  .show-more-all-btn-group .show-more-button {
    max-width: 14.25rem;
    max-height: 2.375rem;
  }
}
@media (max-width: 1023.98px) {
  .show-more-all-btn-group .show-all-button,
  .show-more-all-btn-group .show-more-button {
    margin: 0.5625rem auto 0 !important;
  }
}

.search-banner {
  background-image: none;
}
.search-banner h1 {
  margin-bottom: 0.75rem;
  font-weight: bold;
  font-size: 1.5rem;
  color: #000;
  line-height: 32px;
  font-family: "pragmatica-slabserif", "pragmatica-fallback", sans-serif;
}
.search-banner h1 span {
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .search-banner h1 {
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
    color: #000;
    line-height: 36px;
    font-family: "pragmatica-slabserif", "pragmatica-fallback", sans-serif;
  }
}
@media (max-width: 1023.98px) {
  .search-banner {
    margin-top: 0.375rem;
  }
  .search-banner .d-sm-none {
    display: none;
  }
}

.search-tips h2 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
  line-height: 32px;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
}
.search-tips ul {
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
}
.search-tips li {
  list-style-type: disc;
  list-style-position: inside;
}

.result-count {
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 28px;
}
.result-count > p {
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  font-weight: 400;
  font-weight: 500;
}
.result-count > p a {
  text-decoration: underline !important;
}
.result-count .link {
  color: inherit;
}
.result-count .search-keywords {
  font-weight: 500;
}

.search-nav .nav-link {
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  color: #000;
  line-height: 24px;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  white-space: nowrap;
}
.search-nav .nav-link, .search-nav .nav-link.active, .search-nav .nav-link:focus {
  color: #000;
}
.search-nav .nav-link.active {
  position: relative;
}
.search-nav .nav-link.active::after {
  content: "";
  border-bottom: 0.25rem solid #7b1315;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.search-nav .nav-link:focus {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .search-nav .nav-link {
    font-size: 1.125rem;
    line-height: 24px;
  }
}
@media (max-width: 1023.98px) {
  .search-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.5rem;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

.nav-items-separator {
  -webkit-transform: scaleY(2);
          transform: scaleY(2);
  width: 0.0625rem;
  color: #ccc;
}

@media (min-width: 600px) {
  .content-grid-header > .result-count.col {
    padding-left: 0;
    margin-left: -15px;
  }
}
@media (min-width: 1024px) {
  .experience-dynamic-productList .search-results {
    margin-top: 2.09375rem;
  }
}

/* PLP SEO CONTENT STYLE */
.experience-dynamic-productList .plp-seo-wrapper {
  margin-top: 6.75rem;
  margin-bottom: 3rem;
  font-size: 0.875rem;
  color: #000;
  line-height: 20px;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
}
@media (max-width: 1439.98px) {
  .experience-dynamic-productList .plp-seo-wrapper {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 1023.98px) {
  .experience-dynamic-productList .plp-seo-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.experience-dynamic-productList .plp-seo-wrapper p {
  margin-bottom: 1.5rem;
  font-weight: normal;
  font-size: 0.875rem;
  color: #000;
  line-height: 20px;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
}
.experience-dynamic-productList .plp-seo-wrapper p a {
  color: inherit;
  text-decoration: underline;
}
.experience-dynamic-productList .plp-seo-wrapper .seo-heading {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  color: #000;
  line-height: 24px;
  font-family: "pragmatica-slabserif", "pragmatica-fallback", sans-serif;
}
.experience-dynamic-productList .plp-seo-wrapper .seo-heading,
.experience-dynamic-productList .plp-seo-wrapper .seo-heading * {
  font-weight: bold;
}
.experience-dynamic-productList .plp-seo-wrapper .seo-desc {
  margin-top: 0.5rem;
}
@media (max-width: 1023.98px) {
  .experience-dynamic-productList .plp-seo-wrapper .seo-desc {
    margin-top: 1rem;
  }
}
.experience-dynamic-productList .plp-seo-wrapper .seo-list-wrapper {
  margin-top: 3rem;
}
.experience-dynamic-productList .plp-seo-wrapper .seo-list-wrapper .seo-heading {
  margin-top: 0;
}
.experience-dynamic-productList .plp-seo-wrapper ol {
  margin-top: -1.5rem;
  margin-left: 0;
  list-style-position: inside;
}

.refinements .checkbox,
.refinements .radio {
  position: absolute;
  margin: 0;
  left: 0;
}
.refinements label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .refinements .refinement_value:not(.color-name) {
    padding-bottom: 0.5rem;
    line-height: 1.33;
  }
}
.refinements .primary--checkbox {
  width: 1rem;
  height: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.125rem solid #6e6e6e;
  position: relative;
  top: 0.1875rem;
  border-radius: 0.125rem;
  margin-bottom: 0.875rem;
}
@media (max-width: 1439.98px) {
  .refinements .primary--checkbox {
    margin-bottom: 0.5rem;
  }
}
.refinements .primary--checkbox::before {
  content: "";
  position: absolute;
  inset: -2px 0 0 1px;
  visibility: hidden;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%237b1315' d='m8 21.2-8-8 3.2-3.2 4.8 4.8 12.8-12.8 3.2 3.2z'/%3E%3C/svg%3E");
}
.refinements .primary--checkbox:checked::before {
  visibility: visible;
}
.refinements .primary--checkbox:focus {
  outline: 0.1875rem dotted currentColor;
  outline-offset: 0;
}
.refinements .secondary--checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 1.125rem;
  height: 1.125rem;
  border: 0;
  position: relative;
  top: 0.0625rem;
  border-radius: 0;
}
.refinements .secondary--checkbox::before {
  content: " ";
  position: absolute;
  inset: 0;
  visibility: hidden;
  outline: 0.0625rem solid #000;
  border: 0.125rem solid #fff;
}
.refinements .secondary--checkbox:not(:checked).swatch-circle-white, .refinements .secondary--checkbox:not(:checked).swatch-circle-tan, .refinements .secondary--checkbox:not(:checked).swatch-circle-turquoise, .refinements .secondary--checkbox:not(:checked).swatch-circle-orange, .refinements .secondary--checkbox:not(:checked).swatch-circle-yellow {
  border: 0.0625rem solid #6e6e6e;
}
.refinements .secondary--checkbox:focus {
  outline: 0.1875rem dotted currentColor;
  outline-offset: 0;
}
.refinements .secondary--checkbox:checked::before {
  visibility: visible;
  outline: 0.125rem solid #000;
  outline-offset: -0.125rem;
  border: 0.25rem solid #fff;
}
.refinements .primary--radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1rem;
  height: 1rem;
  border: 0.125rem solid #6e6e6e;
  position: relative;
  top: 0.125rem;
  margin: 0;
  border-radius: 3.125rem;
  margin-bottom: 0.875rem;
}
.refinements .primary--radio::before {
  content: " ";
  position: absolute;
  inset: 0;
  visibility: hidden;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  background: #7b1315;
}
.refinements .primary--radio:checked::before {
  visibility: visible;
}
.refinements .primary--radio:focus {
  outline: 3px dotted currentColor;
  outline-offset: 0;
}
.refinements .header,
.refinements .values {
  padding-left: 0.3125rem;
}
.refinements li.color-attribute label {
  height: 1.125rem;
}
.refinements ul li {
  padding-left: 0;
}

.search-mobile-gradient {
  overflow: hidden;
  width: 100%;
  max-width: 29.6875rem;
}
.search-mobile-gradient::after {
  content: "";
  position: absolute;
  height: 2.1875rem;
  width: 4.375rem;
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  top: 0.1875rem;
  right: 0;
}
@media (min-width: 1024px) {
  .search-mobile-gradient::after {
    display: none;
  }
}
