/**
 * TABLE OF CONTENTS
 *
 * SETTINGS
 * Global..................Globally-available variables and config.
 *
 * TOOLS
 * Mixins..................Useful mixins.
 *
 * COMPONENTS
 *
 *
 * MODULES
 *
 */
/*------------------------------------*\
  #SETTINGS
\*------------------------------------*/
/**
 * Returns the value of the `$key` value of a provided `$map`.
 */
/**
 * Uses `getProperty()` to return a value from the `$colors` map.
 */
/**
 * Uses `getProperty()` to return a value from the `$breakpoints` map.
 */
/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #ELEMENT-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HEADER-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HORIZONTAL-SPACING
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
/*------------------------------------*\
  #TOOLS
\*------------------------------------*/
/**
 * Responsive Mixin
 * This mixin is designed for a _cleaner_ first approach
 * This means that css isn't overridden but rather replaced for
 * different viewport widths; making it easier to inspect/debug css
 *
 * Usage:
 * @include media-query(exclude-medium)    { ... }
 * @include media-query(medium-up-to-site) 	   { ... }
 * ... etc
 */
/**
 * [Adds styles to allow an element's height scale proportionatelly]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 */
/**
 * [Calculates the percentage aspect ratio (what % height is compared to the width)]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * *****REMEMBER TO USE MARGIN OR PADDING AND NOT TOP/BOTTOM******
 * [Calculates the center of an element in relation to a provided width and height.
 * Useful to place an absolute element at the center of another when
 * the positioned element cannot be the target's child ]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * [In the  awful case you can't use Flexbox to vertically align something]
 * @param  {[type]} $transform:       false         [Use transforms to align instead of the absolute trick]
 * @param  {[type]} $pos:             absolute      [position type]
 * @param  {[type]} $posAdj:          0             [position adjustment. If $transform is true, this value only affects the 'top' property.]
 * @param  {[type]} $alignHorizontal: false         [Includes horizontal alignment]
 */
/**
 * Generate Enumerated Class
 * Iterates from 0 to the specified length and generates classes that set the specified property
 * @param  {[String]} $classname:       required      [Required: Specify the class name]
 * @param  {[String]} $property:        $classname    [Optional: Specify the enumerated property (if it's different from the name of the class)]
 * @param  {[Number]} $length:          10            [Optional: Specify the end of the loop]
 * @param  {[String]} $units:           null          [Optional: specify units to append to the enumerated property]
 */
/**
 * [Strip the pesky units from values]
 * @param  {[Number]} $value
 */
/**
 * [Fluid Type]
 */
/**
 * Custom font definition
 *
 * Example of utilization
 * @include line-clamp(1);
 */
/**
 * Custom font definition
 *
 * Example of utilization
 * @include font-face('Graphik', 'Graphik-Medium', 'graphik/medium', 500);
 */
/**
 * Position definition
 *
 * Example of utilization
 * @include absolute(top 1rem left 2rem);
 */
/**
 * Dropdown
 *
 * Example of utilization
 * @include dropdown;
 */
/**
 * Function to covert PX to REM
 * Example of utilization
 * font-size: rem(14px);
 */
/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
.search-results__guide {
  position: relative;
  overflow: hidden; }
  .search-results__guide figure {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%; }
  .search-results__guide .search-results__guide-picture {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }
    .search-results__guide .search-results__guide-picture.search-results__guide-picture--default {
      z-index: 0;
      opacity: 1;
      position: relative; }
    .search-results__guide .search-results__guide-picture.search-results__guide-picture--secondary {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      opacity: 0;
      position: absolute; }
  .search-results__guide .search-results__guide-item:hover .search-results__guide-picture--default {
    opacity: 0; }
  .search-results__guide .search-results__guide-item:hover .search-results__guide-picture--secondary {
    opacity: 1; }

.search-results {
  margin-bottom: 5.5rem; }
  @media (max-width: 47.9375rem) {
    .search-results.gutter--small {
      padding-left: 0;
      padding-right: 0; } }

.search-results__title {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.search-results__container {
  min-height: 30rem; }

.search-results--body {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (max-width: 47.9375rem) {
    .search-results--body {
      padding-left: 0;
      padding-right: 0; }
      .search-results--body .category-slot :is(h1, h2, h3, h4, h5, h6, p) {
        padding-left: 1rem;
        padding-right: 1rem; } }
  @media (min-width: 60.0625rem) {
    .search-results--body .category-slot {
      margin-top: 1.1875rem; } }

.search-results__footer {
  position: relative;
  margin-top: 3.25rem; }

.search-results__section {
  position: relative; }
  .search-results__section:not(.toggle--active) {
    display: none; }

.search-results-header__container .search-results-count {
  margin-top: 1.25rem;
  font-size: 0.75rem; }

.search-results-header__container .search-results-keywords {
  font-size: 1.875rem; }

@media (max-width: 47.9375rem) {
  .search-results-header__container {
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .search-results-header__container .search-results-count {
      margin-left: 2rem; }
    .search-results-header__container .search-results-keywords {
      font-size: 0.75rem;
      margin-top: 1.25rem; } }

.search-results--null-page {
  margin-top: 3.4375rem;
  margin-bottom: 3.3125rem; }

.search-results--null__title {
  letter-spacing: 0.0688rem;
  font-weight: 600;
  line-height: 1.375rem; }
  @media (max-width: 60rem) {
    .search-results--null__title {
      max-width: 18.75rem;
      text-align: center;
      line-height: 2rem;
      letter-spacing: 0.0875rem;
      font-size: 1.75rem; } }

.search-results--null__description {
  margin-top: .625rem;
  line-height: 2;
  letter-spacing: 0.0437rem; }
  @media (max-width: 47.9375rem) {
    .search-results--null__description {
      margin-top: 2.0625rem; } }

.search-results--null__form {
  position: relative;
  margin-top: 1.75rem; }
  .search-results--null__form .form-control {
    padding: 0.6rem 1.875rem 0.6rem 2.5rem;
    background: #F0F0F0;
    border-radius: 0.625rem;
    font-size: 0.875rem;
    border: solid 0.0313rem #C9C9C9;
    letter-spacing: 0.0225rem; }
    @media (max-width: 60rem) {
      .search-results--null__form .form-control {
        text-align: center; } }

.search-results--keywords {
  font-weight: 600; }

.search-results--null__help {
  max-width: 25.875rem;
  margin-top: 3.3125rem;
  margin: 3.3125rem auto 3.1875rem;
  padding: 1.4375rem 2.0625rem;
  background-color: #F7F7F7;
  line-height: 1.625rem;
  letter-spacing: 0.0437rem; }
  @media (max-width: 47.9375rem) {
    .search-results--null__help {
      width: 200vw;
      max-width: 200vw;
      position: relative;
      left: -0.9375rem;
      padding: 2.7188rem 1.6875rem 2.8125rem 2.5rem; } }
  .search-results--null__help .cms-generic-copy {
    line-height: 1.625rem;
    max-width: 21.6875rem; }
    .search-results--null__help .cms-generic-copy ul {
      margin: 0;
      padding-left: 0.6875rem;
      list-style-position: outside; }

.search-results--null__bottom {
  margin-top: 3.1875rem; }
  @media (max-width: 60rem) {
    .search-results--null__bottom {
      text-align: center;
      line-height: 1.375rem;
      padding: 1.75rem; } }
  .search-results--null__bottom .cms-generic-copy {
    font-size: 0.75rem; }

.search-results--null-page__actions {
  margin-top: 2.6563rem; }
  .search-results--null-page__actions .button {
    min-height: 0;
    letter-spacing: 0.05em;
    max-width: 15.625rem;
    height: 2.5rem;
    line-height: 1.375rem; }

.plp-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 1rem 1.5rem; }
  .plp-wrapper .html-slot-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
    position: relative;
    max-width: 79em; }
  .plp-wrapper #read-more-toggle {
    opacity: 0;
    bottom: -0.125rem;
    width: 12.5rem;
    z-index: 2;
    height: 1.875rem;
    right: 0;
    -webkit-appearance: checkbox;
    outline: 0.0625rem solid;
    font-weight: 600; }
  .plp-wrapper #read-more-toggle, .plp-wrapper .toggle-but {
    bottom: -0.25rem;
    right: 0.125rem;
    padding: 0 0.375rem 0.3125rem;
    position: absolute;
    width: 12.5rem;
    text-align: right;
    text-decoration: underline;
    font-size: 0.75rem;
    text-transform: none;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.9)), to(#fff));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9), #fff); }
  .plp-wrapper .html-slot-container h1 {
    margin: 0;
    padding-left: 0;
    font-size: 1.875rem;
    text-transform: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-preferred-size: content;
        flex-basis: content;
    gap: 6.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .plp-wrapper .html-slot-container h2 {
    font-size: 0.75rem;
    padding-left: 3.125rem;
    padding-bottom: 0;
    border-left: 2px solid #ccc;
    margin: 0;
    text-transform: unset;
    display: block !important;
    height: auto;
    max-height: 2.0625rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height .3s linear;
    transition: max-height .3s linear;
    letter-spacing: .05em;
    text-overflow: ellipsis; }
  .plp-wrapper .toggle-but:after {
    content: "more"; }
  .plp-wrapper #read-more-toggle:checked ~ .toggle-but:after {
    content: "less"; }
  .plp-wrapper #read-more-toggle:checked ~ .plp-h2-header {
    max-height: 21.875rem; }

.search-results__guide .search-results__guide-image {
  margin: 0 0.0625rem; }

.search-results__guide .search-results__guide-description {
  position: relative; }

.search-results__guide .search-results__guide-content {
  position: absolute;
  top: auto;
  bottom: 0;
  height: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  width: 100%;
  text-align: center;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(150%, black));
  background: linear-gradient(to bottom, transparent 0%, black 150%); }

.search-results__guide .search-results__guide-title {
  font-size: 0.875rem; }
  @media (min-width: 60.0625rem) {
    .search-results__guide .search-results__guide-title {
      font-size: 1.5rem; } }

.search-results__guide .search-results__guide-text {
  font-size: 0.75rem; }

.search-results__guide .slick-arrow {
  background: rgba(255, 255, 255, 0.3); }

.scrolltop_plp {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 1.25rem;
  right: 0;
  z-index: 2;
  cursor: pointer; }
  @media (min-width: 60.0625rem) {
    .scrolltop_plp {
      bottom: 6.25rem;
      right: .5rem; } }
  .scrolltop_plp .scroll_plp {
    position: absolute;
    right: 0.625rem;
    bottom: 5rem;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.563rem;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    @media (min-width: 60.0625rem) {
      .scrolltop_plp .scroll_plp {
        right: 1.25rem;
        bottom: 1.25rem; } }
    .scrolltop_plp .scroll_plp svg {
      font-size: 1.2rem; }
    .scrolltop_plp .scroll_plp:hover {
      background-color: #000;
      border-color: #000; }
      .scrolltop_plp .scroll_plp:hover .icon {
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(104%) contrast(101%);
                filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(104%) contrast(101%); }

@media (min-width: 48rem) {
  .search-results__nav {
    max-width: 38rem;
    margin-left: auto;
    margin-right: auto; }
  .search-results__toolbar {
    background-color: #FFF; }
    .search-results__toolbar .result-count {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .search-results__toolbar .result-count .list-view-switch {
        margin-top: 0; }
  :root {
    --headerHeight: 140px; }
  .search-results__toolbar-sticky {
    position: fixed;
    top: 140px;
    top: var(--headerHeight);
    z-index: 2;
    width: calc(100% - 22.15rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3rem;
    padding-bottom: 0; }
  @media (min-width: 48rem) {
    .search-results__toolbar-sticky {
    top: 140px;
    top: var(--headerHeight); } }
  .search-results__toolbar-sticky.scroll-up {
    top: calc(140px - 3.5rem);
    top: calc(var(--headerHeight) - 3.5rem); }
  @media (min-width: 48rem) {
    .search-results__toolbar-sticky.scroll-up {
    top: calc(140px - 3.5rem);
    top: calc(var(--headerHeight) - 3.5rem); } }
  .filter-bar-sticky {
    position: fixed;
    top: calc(140px + 3rem);
    top: calc(var(--headerHeight) + 3rem);
    z-index: 2;
    width: calc(100% - 22.15rem);
    background-color: #FFF; }
  @media (min-width: 48rem) {
    .filter-bar-sticky {
    top: calc(140px + 3rem);
    top: calc(var(--headerHeight) + 3rem); } }
  .filter-bar-sticky.scroll-up {
    top: calc(140px - 3.5rem);
    top: calc(var(--headerHeight) - 3.5rem); }
  @media (min-width: 48rem) {
    .filter-bar-sticky.scroll-up {
    top: calc(140px - 3.5rem);
    top: calc(var(--headerHeight) - 3.5rem); } }
  .full-width .search-results__toolbar-sticky {
    width: calc(100% - 2.7rem); }
  .search-results__toolbar--toggle {
    padding: 0.75rem 1.5rem 0.75rem 0;
    font-size: 0.75rem;
    text-decoration: underline; }
    .search-results__toolbar--toggle:not(.toggle--active) .search-results__toolbar--show {
      display: none; }
    .search-results__toolbar--toggle.toggle--active .search-results__toolbar--hide {
      display: none; }
    .search-results__toolbar--toggle.toggle--active .search-results__toolbar--show {
      display: block; }
    .search-results__toolbar--toggle .search-results__toolbar--hide .icon,
    .search-results__toolbar--toggle .search-results__toolbar--show .icon {
      vertical-align: middle; } }

@media (max-width: 47.9375rem) {
  .search-results__toolbar {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    background-color: #FFF; }
    .search-results__toolbar .dropdown-box__list {
      padding: 0 0 0.5rem .75rem; }
    .search-results__toolbar .search-results__toolbar--filter {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%;
      text-align: left; }
    .search-results__toolbar .search-results--count {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
      text-align: center; }
    .search-results__toolbar .search-results__sort-dropdown {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%;
      text-align: right; }
      .search-results__toolbar .search-results__sort-dropdown .dropdown-box__trigger {
        padding: 0.75rem 1.5rem 0.75rem .2rem;
        text-align: right; }
  .search-results__toolbar.search-results__toolbar-sticky {
    position: fixed;
    top: calc(140px - 0.625rem);
    top: calc(var(--headerHeight) - 0.625rem);
    z-index: 2;
    width: 100vw;
    height: 2.8125rem;
    margin-left: 0.375rem;
    border-bottom: 1px solid #b3b3b3; }
  @media (min-width: 48rem) {
    .search-results__toolbar.search-results__toolbar-sticky {
    top: calc(140px - 0.625rem);
    top: calc(var(--headerHeight) - 0.625rem); } }
    .search-results__toolbar.search-results__toolbar-sticky .search-results__sort-dropdown {
      display: none; }
    .search-results__toolbar.search-results__toolbar-sticky .search-results__toolbar--filter {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      text-align: center; }
    .search-results__toolbar.search-results__toolbar-sticky .search-results--count {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      display: block;
      width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      text-align: center; }
  .search-results__toolbar-count {
    margin-bottom: 1.25rem; }
  .search-results__toolbar--filter {
    border: none;
    text-decoration: underline;
    font-size: 0.75rem; } }

.list-view-switch {
  margin-top: 1.25rem; }

.list-view-switch__icon {
  width: 1.25rem;
  height: 1.25rem; }

.list-view-switch-3tile__icon--selected {
  background-image: url("../icons/View_3C_Select.svg"); }

.list-view-switch-3tile__icon--unselected {
  background-image: url("../icons/View_3C_Unselect.svg"); }

.list-view-switch-4tile__icon--selected {
  background-image: url("../icons/View_4C_Select.svg"); }

.list-view-switch-4tile__icon--unselected {
  background-image: url("../icons/View_4C_Unselect.svg"); }

.list-view-switch-5tile__icon--selected {
  background-image: url("../icons/View_5C_Select.svg"); }

.list-view-switch-5tile__icon--unselected {
  background-image: url("../icons/View_5C_Unselect.svg"); }

.list-view-switch__icon--selected {
  display: none; }
  .set--active .list-view-switch__icon--selected {
    display: block; }

.set--active .list-view-switch__icon--unselected {
  display: none; }

.refinement__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; }

.refinement__color,
.refinement__sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .refinement__color.refinement__material, .refinement__color.refinement__style, .refinement__color.refinement__trends, .refinement__color.refinement__promotiontype,
  .refinement__sizes.refinement__material,
  .refinement__sizes.refinement__style,
  .refinement__sizes.refinement__trends,
  .refinement__sizes.refinement__promotiontype {
    display: block; }

.refinement-category .refinement__subcategories-content.category--active > .refinement__subcategories-content {
  display: block; }

.refinement-category .refinement__subcategories-content.category--active .refinement__list-item.category--active > .refinement__subcategories-content {
  display: block; }

.refinement-counter,
.price-refinement-value {
  font-size: 0.75rem;
  color: #878787; }

:root {
  --headerHeight: 140px;
  --footerHeight: 0; }

@media (min-width: 60.0625rem) {
  .refinement-bar__container {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100vh;
    height: calc(100vh - 140px - 0);
    height: calc(100vh - var(--headerHeight) - var(--footerHeight));
    width: 18.5rem;
    -ms-flex-preferred-size: 18.5rem;
        flex-basis: 18.5rem;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-bottom: 1.25rem;
    margin-left: 1rem; }
  @media (min-width: 48rem) {
    .refinement-bar__container {
    height: calc(100vh - 140px - 0);
    height: calc(100vh - var(--headerHeight) - var(--footerHeight)); } }
  @media (min-width: 48rem) {
    .refinement-bar__container {
    height: calc(100vh - 140px - 0);
    height: calc(100vh - var(--headerHeight) - var(--footerHeight)); } }
    .refinement-bar__container::-webkit-scrollbar {
      width: 4px; }
    .refinement-bar__container::-webkit-scrollbar-track {
      background: transparent; }
    .refinement-bar__container::-webkit-scrollbar-thumb {
      background: transparent;
      border-radius: 4px; }
    .refinement-bar__container::-webkit-scrollbar-thumb:hover {
      background: #888888; }
    .refinement-bar__container:hover::-webkit-scrollbar-thumb {
      background: #a8a8a8; }
    .refinement-bar__container.refinement-bar__container--sticky {
      position: fixed;
      top: 5.25rem;
      bottom: 0; }
      .refinement-bar__container.refinement-bar__container--sticky:not(.refinement-bar__container.refinement-bar__container--sticky.toggle--active) ~ div {
        margin-top: 0;
        margin-left: 19.5rem; }
      .refinement-bar__container.refinement-bar__container--sticky.refinement-bar__scroll-down {
        top: 5.0625rem; }
      .refinement-bar__container.refinement-bar__container--sticky.refinement-bar__scroll-up {
        top: 6.75rem; } }

.refinement__list .refinement__list {
  padding-left: .5rem; }

.refinement__list:not(:first-child) {
  margin-top: 1.125rem; }

.refinement__list-item:not(:last-child) {
  margin-bottom: 1.15em; }

.refinement__list-item .form-check--category.set--checked {
  text-decoration: underline; }

.refinement__list-item .form-check--category.set--checked,
.form-check--category:has(+ .refinement__subcategories-content.category--active) {
  font-weight: 500; }

.refinement__boolean-item:not(:last-child) {
  margin-bottom: .75em; }

.refinement__boolean-item .form-check-label span.link--underline-hover {
  vertical-align: middle; }

.refinement__chip-item {
  margin-right: 1.3rem;
  margin-bottom: .625rem; }
  @media (min-width: 60.0625rem) {
    .refinement__chip-item {
      margin-right: 0.125rem; } }
  @media (min-width: 90.0625rem) {
    .refinement__chip-item {
      margin-right: .925rem; } }

.refinement__swatch-color-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  text-align: center;
  margin-right: 0.0625rem; }
  @media (min-width: 60.0625rem) {
    .refinement__swatch-color-item {
      width: 2rem; } }
  @media (min-width: 90.0625rem) {
    .refinement__swatch-color-item {
      width: 2.9rem; } }
  .refinement__swatch-color-item :nth-child(5n) {
    margin-right: 0; }
  .refinement__swatch-color-item .swatch--color-title {
    margin-top: 0.3125rem; }
  @media (min-width: 48rem) {
    .refinement__swatch-color-item .swatch--color {
      -webkit-box-shadow: 0 0 0 0.06rem #878787 inset;
              box-shadow: 0 0 0 0.06rem #878787 inset; } }
  .refinement__swatch-color-item .swatch--color.selected {
    pointer-events: all; }
    @media (min-width: 60.0625rem) {
      .refinement__swatch-color-item .swatch--color.selected:after {
        opacity: 1;
        width: 1.8rem;
        height: 1.8rem;
        left: -0.22rem; } }
  .refinement__swatch-color-item .swatch--color-large.selected:before {
    width: auto; }
  .refinement__swatch-color-item .swatch--color-large.selected.swatch--color span {
    font-weight: 500; }
  .refinement__swatch-color-item .swatch--color-large.swatch--color span {
    width: 4rem;
    position: absolute;
    text-align: center;
    margin-top: 3.5rem;
    font-size: 0.75rem; }

.applied-refinements__item:not(:last-child) {
  margin-right: .625rem;
  margin-bottom: .5rem; }

.applied-refinements__item .pill--icon-right {
  border-radius: 0.125rem;
  font-weight: 500;
  border: 0.0313rem solid #adadad;
  height: 1.3125rem;
  font-size: 0.625rem;
  padding-left: 0.5313rem; }

.refinement-bar__reset {
  text-decoration: underline; }

.refinement__price-range__wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .refinement__price-range__wrapper .refinement__price-range__input-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: .5rem;
    position: relative; }
    .refinement__price-range__wrapper .refinement__price-range__input-container::before {
      content: "$";
      padding-left: 0.3125rem;
      position: absolute; }
    .refinement__price-range__wrapper .refinement__price-range__input-container .refinement__price-range__input {
      padding-left: 1rem;
      border-radius: 0.3125rem;
      border: 0.0625rem solid #000;
      height: 1.75rem;
      width: 3.125rem;
      font-size: 0.75rem;
      color: #000; }
  .refinement__price-range__wrapper .refinement__price-range__submit {
    text-decoration: underline; }

.refinement-category .load-more,
.refinement-category .show-less,
.refinement-size .load-more,
.refinement-size .show-less,
.refinement-price .load-more,
.refinement-price .show-less,
.refinement-color .load-more,
.refinement-color .show-less {
  display: none; }

.refinement {
  border-bottom: 0.0625rem solid #C9C9C9;
  font-size: 0.75rem;
  letter-spacing: 0.04375rem; }
  @media (min-width: 60.0625rem) {
    .refinement {
      position: relative; } }
  .refinement.refinement--active {
    height: 100%; }
    .refinement.refinement--active .icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .refinement .refinement__content {
    margin-top: 1rem; }
    .refinement .refinement__content.refinement--active {
      display: none; }
  .refinement .refinement__icon-expanded {
    position: absolute;
    right: 0;
    width: 0.625rem; }
    @media (min-width: 60.0625rem) {
      .refinement .refinement__icon-expanded {
        right: 0.9375rem; } }
  @media (min-width: 60.0625rem) {
    .refinement .refinement__sizes,
    .refinement .refinement__color {
      margin-left: 0; } }
  @media (min-width: 90.0625rem) {
    .refinement .refinement__sizes,
    .refinement .refinement__color {
      margin-left: 0.625rem; } }
  .refinement.refinement-price .refinement__boolean-item .form-check-label {
    line-height: normal; }
    .refinement.refinement-price .refinement__boolean-item .form-check-label::before {
      border-radius: 50%;
      height: 0.9em;
      width: 0.9em;
      top: 0.2rem; }
    .refinement.refinement-price .refinement__boolean-item .form-check-label.set--checked::before {
      top: 0.33rem;
      left: 0.06rem;
      height: 0.7em;
      width: 0.7em; }
    .refinement.refinement-price .refinement__boolean-item .form-check-label.set--checked::after {
      border: 0.03rem solid #000;
      border-radius: 50%;
      height: 0.75rem;
      width: 0.75rem;
      top: 0.2rem;
      left: -0.1em;
      opacity: 1;
      content: ''; }
  .refinement .form-check-label:after {
    top: 0.235rem; }
  .refinement p.refinement__type {
    font-weight: 500;
    text-transform: lowercase; }
  .refinement .load-more,
  .refinement .show-less {
    cursor: pointer; }
    .refinement .load-more span,
    .refinement .show-less span {
      text-decoration: underline; }
  .refinement .load-more .plus::before {
    content: "\002B";
    font-size: 0.875rem;
    font-weight: 600;
    font-style: normal; }
  .refinement .show-less .minus::before {
    content: "\2212";
    font-size: 0.875rem;
    font-weight: 600;
    font-style: normal; }
  .refinement.refinement-category .refinement__categories > .refinement__list-item:last-child {
    display: none; }

.refinement__list-item:not(.category--active) .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.refinement__list-item .refinement__subcategories-content {
  margin-top: 1rem; }
  .refinement__list-item .refinement__subcategories-content:not(.category--active) {
    display: none; }

@media (min-width: 60.0625rem) {
  .refinement__list-item {
    position: relative; } }

.refinement__list-item .refinement__icon-expanded {
  position: absolute;
  right: 0; }
  @media (min-width: 60.0625rem) {
    .refinement__list-item .refinement__icon-expanded {
      right: 0.9375rem; } }

@media (min-width: 48rem) {
  .refinement-bar {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .refinement-bar__title {
    margin-bottom: 1.25rem; }
  .refinement {
    padding-bottom: 1rem;
    padding-top: 1rem; }
  .applied-refinements__list {
    margin-bottom: 1.25rem; }
  .refinement-bar__container.toggle--active {
    display: none; } }

@media (max-width: 47.9375rem) {
  .refinement-category {
    display: none; }
  .refinement-bar__container.col-m {
    padding-left: 0;
    padding-right: 0; }
  .refinement-bar {
    z-index: 11;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    border-radius: .25rem;
    background-color: #FFF;
    -webkit-box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25);
    overflow-y: scroll; }
    .refinement-bar.refinement-bar--active {
      -webkit-transition: visibility 0s, -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
      transition: visibility 0s, -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
      transition: transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 0s;
      transition: transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 0s, -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1); }
      .refinement-bar.refinement-bar--active .applied-refinements__list.list--reset {
        margin-bottom: 0;
        padding-right: 1.875rem; }
      .refinement-bar.refinement-bar--active .applied-refinements__list button {
        font-size: 0.75rem; }
      .refinement-bar.refinement-bar--active .refinement-bar-close .icon {
        width: 0.7rem; }
    .refinement-bar:not(.refinement-bar--active) {
      visibility: hidden;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: visibility 0s ease-in 213ms, -webkit-transform 213ms ease-in;
      transition: visibility 0s ease-in 213ms, -webkit-transform 213ms ease-in;
      transition: transform 213ms ease-in, visibility 0s ease-in 213ms;
      transition: transform 213ms ease-in, visibility 0s ease-in 213ms, -webkit-transform 213ms ease-in; }
    .refinement-bar .refinement-bar__footer {
      position: fixed;
      bottom: 0;
      width: 100%;
      background: white; }
  .refinement-bar__head,
  .refinement-bar__footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .refinement-bar__head {
    border-bottom: solid 0.0625rem #CCCCCC; }
  .refinement-bar__head-count {
    font-size: 0.875rem; }
  .refinement-bar__footer {
    border-top: solid 0.0625rem #CCCCCC; }
    .refinement-bar__footer button {
      font-size: 0.75rem;
      font-weight: 400; }
  .refinement-bar__body {
    overflow-y: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .refinement-bar__body .search-results__sort-dropdown.toggle--active,
  .refinement-bar__body .search-results__sort-dropdown .dropdown-box__list,
  .refinement-bar__body .search-results__sort-dropdown .dropdown-box__trigger {
    border: 0; }
  .refinement-bar__body .search-results__sort-dropdown .dropdown-box__trigger__label {
    display: inline !important;
    text-decoration: none;
    font-weight: 500;
    text-transform: lowercase;
    margin-right: 0.3125rem;
    letter-spacing: 0.04375rem; }
  .refinement-bar__body .search-results__sort-dropdown .dropdown-box__trigger {
    padding: 0;
    background-position: 100% center; }
  .refinement-bar__body .search-results__sort-dropdown .search-results__sort-dropdown--selected {
    margin-left: 0;
    text-decoration: none;
    color: #878787;
    text-transform: none;
    letter-spacing: 0.04375rem; }
  .refinement-bar__body .search-results__sort-dropdown .dropdown-box__list {
    position: static;
    padding-left: 0; }
  .refinement-bar__body .search-results__sort-dropdown .dropdown-box__list:not(.toggle--active) {
    display: none; }
  .refinement-bar__body .search-results__sort-dropdown .dropdown-box__anchor {
    padding: 0.15rem 1rem;
    margin: 0.25rem;
    position: relative; }
    .refinement-bar__body .search-results__sort-dropdown .dropdown-box__anchor::before {
      border-radius: 50%;
      height: 0.9em;
      width: 0.9em;
      top: 0.2rem;
      left: 0;
      border: solid 0.0625rem #888888;
      position: absolute;
      content: ''; }
    .refinement-bar__body .search-results__sort-dropdown .dropdown-box__anchor.selected::before {
      top: 0.33rem;
      left: 0.06rem;
      height: 0.7em;
      width: 0.7em;
      background-color: #000000;
      border-color: #000000; }
    .refinement-bar__body .search-results__sort-dropdown .dropdown-box__anchor.selected::after {
      border: 0.03rem solid #000;
      border-radius: 50%;
      height: 0.75rem;
      width: 0.75rem;
      position: absolute;
      top: 0.2rem;
      left: -0.1em;
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
      line-height: 1.06;
      content: ''; }
  .refinement:not(:last-child) {
    border-bottom: solid 0.0625rem #CCCCCC; }
  .refinement__header {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    letter-spacing: 0.04375rem; }
    .refinement__header.refinement--active .refinement__header-icon {
      -webkit-transform: scale(-1);
              transform: scale(-1); }
    .refinement__header.refinement--active .refinement-counter {
      letter-spacing: 0.04375rem; }
  .refinement__boolean-item .form-check-label {
    letter-spacing: 0.0375rem; }
  .applied-refinements__list {
    margin-bottom: 2.25rem;
    padding: 0 1rem; } }

@media (max-width: 60rem) {
  .refinements .refinement .refinement__content {
    margin: 0 0 1rem; }
  .refinements .refinement:last-child {
    border-bottom: none; }
  .refinement-bar__body {
    padding-bottom: 50vh; }
  .refinement__swatch-color-item .swatch--color-medium {
    border: 1px solid #b3b3b3; }
  .refinement__swatch-color-item .swatch--color.selected:after {
    opacity: 1;
    width: 1.9rem;
    height: 1.9rem;
    left: -0.245rem; } }

.loader.set--visible .loader-indicator {
  display: none; }

.loader.set--visible::before {
  content: '';
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  background: url("../images/loading-small.gif") no-repeat; }

@supports (display: grid) {
  .product-grid {
    display: grid; }
  .product-grid__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: none;
    z-index: 1; }
    .product-grid__item .product {
      height: 100%; }
  .search-results__footer {
    grid-column: 1/-1; } }

@media (min-width: 60.0625rem) {
  .full-width {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .product-grid--CLP {
    margin-bottom: 2.1875rem; }
  .product-grid--view-2tile {
    grid-template-columns: repeat(2, 50%);
    padding-left: 15.0625rem;
    padding-right: 13.1875rem; }
  .product-grid--view-3tile {
    grid-template-columns: repeat(3, 33.33333%); }
  .product-grid--view-4tile {
    grid-template-columns: repeat(4, 25%); }
  .product-grid--view-5tile {
    grid-template-columns: repeat(5, 20%); }
  .product-grid__item--interrupter {
    grid-row: span 2;
    grid-row: span var(--interrupter-row-size, 2); } }

@media (min-width: 48rem) {
  @supports (display: grid) {
    .product-grid__item--interrupter {
      grid-column: span 1;
      grid-column: span var(--interrupter-col-size, 1);
      padding-bottom: 7rem; }
    .product-grid__item--interrupter.col-12 {
      padding-bottom: 0; } } }

@media (max-width: 47.9375rem) {
  .product-grid {
    grid-template-columns: repeat(2, 50%); }
  .product-grid--view-2tile {
    grid-template-columns: repeat(1, 100%);
    padding-inline: 1.5625rem; }
  @supports (display: grid) {
    .product-grid__item--interrupter {
      grid-column: span 1;
      grid-column: span var(--interrupter-col-size, 1);
      padding-bottom: 9rem; } } }

.search-results__container .product-grid__item--interrupter .content-tile__content-wrap.component-overlay {
  position: relative; }

.search-results__container .product-grid__item--interrupter article {
  height: 100%; }
  .search-results__container .product-grid__item--interrupter article .content-tile__aspect-ratio--square:before {
    content: none; }

.search-results__content-item:not(:last-child) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: solid 0.0625rem #CCCCCC; }


/*# sourceMappingURL=searchMain.css.map*/