.filter-refinement-bar {
  font-family: "Poppins", sans-serif;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .filter-refinement-bar {
    position: relative;
    z-index: 1;
    padding-right: 0;
  }
}
.filter-refinement-bar .text-filter-by {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 24px;
}
.filter-refinement-bar .refinement-categories .ref-id-sizetype {
  display: none;
}
.filter-refinement-bar nav {
  position: relative;
}
.filter-refinement-bar nav::after {
  content: "";
  background: #ccc;
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
@media (max-width: 1023.98px) {
  .filter-refinement-bar nav::after {
    bottom: 3px;
  }
}
@media (max-width: 1023px) {
  .filter-refinement-bar nav {
    overflow: hidden;
  }
}
.filter-refinement-bar nav .sv-icon {
  width: 24px;
  height: 10px;
}
.filter-refinement-bar nav .scroll-tab {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(38.5%, #fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 38.5%);
}
@media (max-width: 1023.98px) {
  .filter-refinement-bar .refinementScroll {
    position: relative;
    margin-top: 0;
    padding-top: 15px;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023px) {
  .filter-refinement-bar .refinementScroll {
    padding-top: 0 !important;
  }
}
@media (max-width: 1023.98px) {
  .filter-refinement-bar .refinementScroll .scroll-tab.show {
    display: inline-block !important;
    background: #fff;
  }
  .filter-refinement-bar .refinementScroll .content {
    overflow-x: auto;
  }
  .filter-refinement-bar .refinementScroll .scroll-tab span {
    margin-top: 12px;
  }
  .filter-refinement-bar .plpLinePadding {
    margin-right: -15px;
  }
  .filter-refinement-bar .plpLinePadding .content {
    padding-right: 15px;
  }
  .filter-refinement-bar .plpLinePaddingLeft {
    margin-left: -15px;
  }
  .filter-refinement-bar .plpLinePaddingLeft .content {
    padding-left: 15px;
  }
}
.filter-refinement-bar .resultcount-sortby-block {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter-refinement-bar .refinement-categories {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin-right: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .filter-refinement-bar .refinement-categories {
    overflow-x: auto;
    margin-right: 0;
  }
}
.filter-refinement-bar .refinement-categories .vertical-separator::before {
  color: #ccc;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  .filter-refinement-bar .refinement-categories .vertical-separator::before {
    padding-left: 18px;
  }
}
.filter-refinement-bar .refinement-categories button {
  position: relative;
  width: auto;
  font-weight: 400;
  color: #111;
  line-height: 24px;
  letter-spacing: 0.3px;
  background-color: transparent;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .filter-refinement-bar .refinement-categories button {
    font-size: 12px;
  }
}
.filter-refinement-bar .refinement-categories button.active {
  color: #000;
  font-weight: 600;
  background-color: transparent;
}
@media (max-width: 1023.98px) {
  .filter-refinement-bar .refinement-categories button.active {
    bottom: 2px;
    padding-bottom: 4px;
  }
}
.filter-refinement-bar .refinement-categories button.active::after {
  content: "";
  background: #000;
  height: 3px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}
.filter-refinement-bar .refinement-filters {
  margin-bottom: 17px;
}
@media (max-width: 1023px) {
  .filter-refinement-bar .refinement-filters {
    overflow: hidden;
  }
}
.filter-refinement-bar .refinement-filters .refinement-body {
  position: relative;
  padding-top: 16px;
}
@media (max-width: 1023px) {
  .filter-refinement-bar .refinement-filters .refinement-body {
    padding-top: 12px;
  }
}
.filter-refinement-bar .refinement-filters .content {
  margin: 0;
  list-style-type: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.filter-refinement-bar .refinement-filters .content:hover {
  overflow-x: auto;
}
.filter-refinement-bar .refinement-filters .content::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}
.filter-refinement-bar .refinement-filters .content::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 100px;
  height: 6px;
}
.filter-refinement-bar .refinement-filters .content::-webkit-scrollbar-thumb {
  background: #969696;
  border-radius: 100px;
}
@media (max-width: 1023px) {
  .filter-refinement-bar .refinement-filters .content {
    padding-left: 0;
    padding-right: 0;
    overflow-x: auto;
  }
}
.filter-refinement-bar .refinement-filters .content li {
  padding: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin-right: 17px;
}
@media (max-width: 1023px) {
  .filter-refinement-bar .refinement-filters .content li {
    margin-right: 11px;
  }
}
.filter-refinement-bar .refinement-filters .content li:last-child {
  margin-right: 5px;
}
.filter-refinement-bar .refinement-filters .content li a {
  margin-bottom: 0;
}
.filter-refinement-bar .refinement-filters .content li a:hover {
  text-decoration: none;
}
.filter-refinement-bar .refinement-filters .content li a label {
  position: relative;
  padding: 2px 14px;
  border: 1px solid #111;
  border-radius: 14px;
  color: #111;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.filter-refinement-bar .refinement-filters .content li a label span {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.filter-refinement-bar .refinement-filters .content li a label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  margin-right: 0;
}
.filter-refinement-bar .refinement-filters .content li a label .refinements-hitcount {
  display: none;
}
.filter-refinement-bar .refinement-filters .content li a label .remove-filter-btn {
  margin-left: 10px;
  background: transparent;
  height: 9px;
  width: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  padding: 0;
  display: none;
}
.filter-refinement-bar .refinement-filters .content li a label::before {
  background-image: none !important;
}
.filter-refinement-bar .refinement-filters .content li a .input-checked ~ label {
  background-color: #111;
  color: #fff;
  border-color: #111;
}
.filter-refinement-bar .refinement-filters .content li a .input-checked ~ label::before {
  background-image: none;
  margin-right: 0;
}
.filter-refinement-bar .refinement-filters .content li a .input-checked ~ label .remove-filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-refinement-bar .refinement-filters .refinement-size-type .content li,
.filter-refinement-bar .refinement-filters .refinement-price .content li {
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .filter-refinement-bar .refinement-filters .refinement-size-type .content li,
  .filter-refinement-bar .refinement-filters .refinement-price .content li {
    margin-right: 21px;
  }
}
.filter-refinement-bar .refinement-filters .refinement-size-type .content li a label,
.filter-refinement-bar .refinement-filters .refinement-price .content li a label {
  border: 0;
  padding: 0;
}
.filter-refinement-bar .refinement-filters .refinement-size-type .content li a label span,
.filter-refinement-bar .refinement-filters .refinement-price .content li a label span {
  font-weight: 400;
  font-size: 14px;
  font-family: "sofia-pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}
@media (max-width: 1023px) {
  .filter-refinement-bar .refinement-filters .refinement-size-type .content li a label span,
  .filter-refinement-bar .refinement-filters .refinement-price .content li a label span {
    font-size: 12px;
  }
}
.filter-refinement-bar .refinement-filters .refinement-size-type .content li a label .checkmark,
.filter-refinement-bar .refinement-filters .refinement-price .content li a label .checkmark {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  position: relative;
  background-color: transparent;
  border-radius: 50%;
  border: 1.5px solid #111;
}
.filter-refinement-bar .refinement-filters .refinement-size-type .content li a .input-checked ~ label,
.filter-refinement-bar .refinement-filters .refinement-price .content li a .input-checked ~ label {
  background-color: transparent;
  border-color: transparent;
  color: #111;
}
.filter-refinement-bar .refinement-filters .refinement-size-type .content li a .input-checked ~ label span,
.filter-refinement-bar .refinement-filters .refinement-price .content li a .input-checked ~ label span {
  font-weight: 600;
}
.filter-refinement-bar .refinement-filters .refinement-size-type .content li a .input-checked ~ label .checkmark,
.filter-refinement-bar .refinement-filters .refinement-price .content li a .input-checked ~ label .checkmark {
  background-color: #111;
}
.filter-refinement-bar .refinement-filters .refinement-size-type .content li a .input-checked ~ label .checkmark::after,
.filter-refinement-bar .refinement-filters .refinement-price .content li a .input-checked ~ label .checkmark::after {
  background-color: #111;
}
.filter-refinement-bar .refinement-filters .refinement-size-type .content li a .input-checked ~ label .remove-filter-btn,
.filter-refinement-bar .refinement-filters .refinement-price .content li a .input-checked ~ label .remove-filter-btn {
  margin-top: 2px;
  margin-left: 8px;
}
.filter-refinement-bar .refinement-filters .refinement-price-a .content li a {
  position: relative;
}
.filter-refinement-bar .refinement-filters .refinement-price-a .content li a label {
  border-color: transparent;
}
.filter-refinement-bar .refinement-filters .refinement-price-a .content li a label .checkmark {
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #757575;
  margin-right: 10px;
  position: relative;
}
.filter-refinement-bar .refinement-filters .refinement-price-a .content li a label .checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.filter-refinement-bar .refinement-filters .refinement-price-a .content li a label span {
  font-weight: 600;
}
.filter-refinement-bar .refinement-filters .refinement-price-a .content li a input:checked ~ label .checkmark {
  background-color: #4a4a4a;
  border-width: 2px;
  border-color: #fff;
}
.filter-refinement-bar .refinement-filters .refinement-price-a .content li a input:checked ~ label .checkmark::after {
  display: block;
}
.filter-refinement-bar .refinement-filters .refinement-colors .content label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.filter-refinement-bar .refinement-filters .refinement-colors .content label .color-radio {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  margin-bottom: 2px;
  border: 1px solid #ccc;
}
.filter-refinement-bar .refinement-filters .refinement-colors .content label .refinement-label-text {
  color: #111;
  text-transform: initial;
}
.filter-refinement-bar .refinement-filters .refinement-colors .content li {
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .filter-refinement-bar .refinement-filters .refinement-colors .content li {
    margin-right: 25px;
  }
}
.filter-refinement-bar .refinement-filters .refinement-colors .content li a .input-checked ~ label {
  background: none;
  color: unset;
}
.filter-refinement-bar .refinement-filters .refinement-colors .content li a .input-checked ~ label .color-radio {
  outline: 0;
  outline-offset: unset;
  border: 1.5px solid #111;
  position: relative;
}
.filter-refinement-bar .refinement-filters .refinement-colors .content li a .input-checked ~ label .refinement-label-text {
  font-weight: 600;
}
.filter-refinement-bar .refinement-filters .refinement-colors .content li a .input-checked ~ label span {
  font-weight: 400;
  line-height: 24px;
}
.filter-refinement-bar .refinement-filters .refinement-colors .content li a .input-checked ~ label .remove-filter-btn {
  top: 0 !important;
}
.filter-refinement-bar .refinement-filters .refinement-colors .content li a .input-checked ~ label .remove-filter-btn {
  position: absolute;
  top: -6px;
  right: -14px;
  color: #000;
  border-color: #000;
}
.filter-refinement-bar .scroll-tab {
  position: absolute;
  top: 50%;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
  display: none;
  z-index: 11;
}
.filter-refinement-bar .scroll-tab span {
  width: 8px;
  height: 14px;
  padding-right: 0;
}
.filter-refinement-bar .scroll-tab.show {
  display: inline-block !important;
  background: #fff;
}
@media (max-width: 1023px) {
  .filter-refinement-bar .scroll-tab.show {
    display: none !important;
  }
}
.filter-refinement-bar .scroll-left {
  left: 0;
  padding-left: 0;
  padding-right: 12px;
}
.filter-refinement-bar .scroll-left.hidden {
  display: none;
}
.filter-refinement-bar .scroll-right {
  right: 0;
  padding-right: 0;
  padding-left: 12px;
}
.filter-refinement-bar .scroll-right.hidden {
  display: none;
}
.filter-refinement-bar.js-filter-redesign .js-filter-list {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .filter-refinement-bar .scroll-tab {
    display: block;
  }
}
.filter-refinement-bar .clear-applied-filters {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: #757575;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.filter-refinement-bar .clear-applied-filters {
  color: #111;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}

.page-title-new {
  font-size: 24px !important;
  margin-bottom: 32px !important;
}
@media (max-width: 1023px) {
  .page-title-new {
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: 0.4px !important;
    text-align: center !important;
    padding-top: 7px;
    margin-bottom: 6px !important;
  }
}

@media (max-width: 1023.98px) {
  .loft-site .filter-refinement-bar .refinementScroll .scroll-tab {
    height: auto;
  }
  .loft-site .filter-refinement-bar .refinementScroll .js-scroll-left span {
    width: 8px;
    height: 14px;
    padding: 0;
    margin-top: 0;
  }
  .loft-site .filter-refinement-bar .refinementScroll .js-scroll-right {
    padding-right: 13px;
  }
  .loft-site .filter-refinement-bar .refinementScroll .js-scroll-right span {
    width: 8px;
    height: 14px;
    padding: 0;
    margin-top: 0;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  .loft-site .plp-left-align {
    left: -16px;
  }
}
.filter-section-new .bopis-section {
  padding-top: 5px;
}
.filter-section-new .sort-by-section {
  margin: auto;
}
.filter-section-new .sort-by-section .custom-select {
  border: none;
}
.filter-section-new .sort-by-section .custom-select .dropdown-toggle {
  font-size: 12px !important;
}
.filter-section-new .sort-by-section .custom-select .dropdown-toggle .filter-option {
  text-align: right;
  text-decoration: underline;
  font-weight: 600;
}
.filter-section-new .sort-by-section .custom-select .dropdown-toggle .filter-option .filter-option-inner {
  border: none;
}
.filter-section-new .sort-by-section .custom-select .dropdown-toggle::after {
  font-size: 10px !important;
  bottom: 5px !important;
}
.filter-section-new .sort-by-section .custom-select.show .dropdown-toggle::after {
  font-size: 10px !important;
  top: 0 !important;
}
.filter-section-new .sort-by-section .sort-order-selected {
  border: none;
}
@media (max-width: 1023.98px) {
  .filter-section-new .sort-by-section .sort-order-selected.showSelected {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding: 0 0 7px;
    font-size: 12px !important;
  }
}
@media (max-width: 1023.98px) {
  .filter-section-new .sort-by-section .sort-order-selected.showSelected span {
    font-size: 0.75rem !important;
  }
}

@media (max-width: 1023.98px) {
  [data-action=Search-Show] .plp-resultsCount {
    margin-top: 0.094rem;
  }
}

@media (max-width: 1023.98px) {
  .ann-site .bopis-header .bopis-store .bopis-location-label-at {
    min-width: 66px;
    display: inline-block;
  }
}

@media (min-width: 1023px) {
  .loft-site .search-results-container .sectionedPlp .product-grid {
    margin-top: 24px !important;
  }
}
.loft-site .search-results-container .grid-header .result-count-text {
  color: #111;
  font-family: "sofia-pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.2px;
}
@media (min-width: 1023px) {
  .loft-site .search-results-container .grid-header .result-count-text {
    vertical-align: -webkit-baseline-middle;
  }
}
@media (min-width: 1023px) {
  .loft-site .search-results-container .product-grid {
    margin-top: 0 !important;
  }
}
.loft-site .bopis-header {
  margin-top: 13px;
}
@media (max-width: 1023px) {
  .loft-site .bopis-header .custom-control-label {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media (max-width: 1023px) {
  .loft-site .bopis-header {
    margin-top: 16.24px;
    margin-bottom: 22px;
  }
}
.loft-site .bopis-header .store-modal .store-modal-link {
  padding-bottom: 0 !important;
}
.loft-site .bopis-header .bopis-store > .form-group {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1023px) {
  .loft-site .bopis-header .bopis-store > .form-group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 18px;
  }
}
.loft-site .bopis-header .bopis-store > .form-group #pickUpinStore {
  left: 0;
}
.loft-site .bopis-header .bopis-store .bopis-filter {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  left: -24px;
}
@media (max-width: 1023px) {
  .loft-site .bopis-header .bopis-store .bopis-filter {
    font-size: 0.75rem;
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
}
.loft-site .bopis-header .bopis-store input[type=checkbox] ~ label::before {
  border: 0 !important;
  border-radius: 0;
  background-image: none;
}
.loft-site .bopis-header .bopis-store .slider {
  position: relative;
  cursor: pointer;
  pointer-events: all;
  top: 4px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 40px;
  height: 20px;
  width: 37px;
  margin-right: 8px;
}
@media (max-width: 1023px) {
  .loft-site .bopis-header .bopis-store .slider {
    margin-right: 6.27px;
    height: 16px;
    width: 29.5px;
    min-width: 30px;
  }
}
.loft-site .bopis-header .bopis-store .slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .loft-site .bopis-header .bopis-store .slider::before {
    height: 14px;
    width: 14px;
  }
}
@media (max-width: 1023.98px) {
  .loft-site .bopis-header .bopis-store .bopis-location-label-lt {
    min-width: 66px;
    display: inline-block;
  }
}
.loft-site .bopis-header .bopis-store .bopis-toggle:checked + label .slider {
  background-color: #111;
}
.loft-site .bopis-header .bopis-store .bopis-toggle:checked + label .slider::before {
  -webkit-transform: translate(17px);
          transform: translate(17px);
}
@media (max-width: 1023px) {
  .loft-site .bopis-header .bopis-store .bopis-toggle:checked + label .slider::before {
    -webkit-transform: translate(13px);
            transform: translate(13px);
  }
}
.loft-site .clear-applied-filters {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.6px;
}
@media (max-width: 1023px) {
  .loft-site .clear-applied-filters {
    font-size: 12px;
    padding-bottom: 4px;
  }
}
.loft-site .sort-order-selection {
  text-align: right;
  margin-top: 0 !important;
}
.loft-site .sort-order-selection .showSelected {
  border: 0;
}
.loft-site .sort-order-selection .filter-option-inner-inner {
  margin-right: 8px;
  text-align: right;
}
@media (max-width: 1023px) {
  .loft-site .sort-order-selection .filter-option-inner-inner {
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .loft-site[data-action=Search-Show] .custom-select.js-bootstrapselect.show .dropdown-toggle::after {
    height: 0;
  }
  .loft-site[data-action=Search-Show] .custom-select.js-bootstrapselect .dropdown-toggle::after {
    font-size: 10px !important;
    bottom: 0 !important;
    margin-right: 0;
  }
  .loft-site .custom-select.js-bootstrapselect .dropdown-toggle.btn-light {
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    padding-right: 0;
  }
  .loft-site .custom-select.js-bootstrapselect {
    border: 0;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .loft-site .custom-select.js-bootstrapselect {
    height: auto;
  }
}
@media (max-width: 1023px) {
  .loft-site .bootstrap-select .dropdown-toggle .filter-option {
    height: auto !important;
  }
}
@media (max-width: 1023px) and (max-width: 1023.98px) {
  .loft-site .custom-select.js-bootstrapselect .dropdown-toggle.btn-light {
    left: 5px;
  }
}

@media (max-width: 1023.98px) {
  .product-video-section {
    max-height: 213px !important;
  }
}
.product-video-section video {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023.98px) {
  .product-video-section video {
    height: 100%;
    max-height: 213px !important;
  }
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 1023.98px) {
  .play-button svg {
    width: 25px;
    height: 25px;
    fill: none;
    position: absolute;
    top: -33px;
    left: -91px;
    background: #111;
    opacity: 0.5;
    border-radius: 50%;
  }
  .play-button text {
    display: none;
  }
  .play-button path {
    fill: #fff;
  }
}

.search-results-container .overlay-pause-play-button {
  position: absolute;
  background: transparent;
  height: 87%;
  width: 100%;
  top: 0;
  z-index: 999;
}
@media (max-width: 1023.98px) {
  .search-results-container .overlay-pause-play-button {
    height: 70%;
  }
}
.search-results-container .pause-play-button-wrapper {
  position: absolute;
  bottom: 0;
  height: 50px;
  padding: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #f8f8f8;
  opacity: 0.85;
  font-size: 16px;
  letter-spacing: 0.5px;
  outline: none;
  z-index: 1;
}
@media (max-width: 1023.98px) {
  .search-results-container .pause-play-button-wrapper {
    bottom: 28px;
  }
}
.search-results-container .pause-play-button-wrapper svg {
  margin-top: -3px;
  margin-right: 7px;
}
.search-results-container .pause-play-button-wrapper svg text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (max-width: 1023.98px) {
  .search-results-container .pause-play-button-wrapper {
    background: none;
  }
}

.pause-button {
  display: none;
  position: absolute;
  bottom: 3%;
  left: 3%;
}
@media (max-width: 1023.98px) {
  .pause-button {
    bottom: 15%;
    left: 3%;
  }
}

@media screen and (min-width: 1024px) {
  .product-video .quick-shop-overlay {
    display: none;
  }
}

.auto-play .pause-button {
  display: block;
}
.auto-play .play-button {
  display: none;
}

.wide-plp-sec .tile-large-right .play-button,
.wide-plp-sec .tile-large-left .play-button {
  top: 45%;
  left: 45%;
}

@media (min-width: 768px) {
  .playButtonPLPOnly .play-button,
  .playButtonPLPOnly .pause-button {
    height: 50px;
    width: 100%;
    line-height: 50px;
    cursor: pointer;
    bottom: 0;
  }
  .playButtonPLPOnly .pause-button {
    left: 0;
  }
  .playButtonPLPOnly .pause-button svg {
    margin-left: 3%;
  }
}
@media (max-width: 1023.98px) {
  .playButtonPLPOnly .pause-button {
    height: 40px;
    width: 100%;
    line-height: 40px;
    cursor: pointer;
    bottom: 29px;
    z-index: 1;
  }
  .playButtonPLPOnly .play-button {
    top: 32px;
    right: 0;
    height: 40px;
    width: 100%;
    line-height: 40px;
    cursor: pointer;
    bottom: 29px;
    z-index: 999;
  }
  .playButtonPLPOnly .play-button svg {
    left: 5px;
    top: 7px;
    bottom: 0;
    padding: 5px;
  }
}

@media (min-width: 768px) {
  .playButtonPLPOnly .play-button, .playButtonPLPOnly .pause-button {
    height: 50px;
    width: 100%;
    line-height: 50px;
    cursor: pointer;
    bottom: 0;
  }
  .playButtonPLPOnly .play-button text, .playButtonPLPOnly .pause-button text {
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .playButtonPLPOnly .play-button svg {
    left: 5px;
    top: 7px;
    bottom: 0;
    padding: 5px;
  }
}
@media (max-width: 1023.98px) {
  .product-item-image .play-button svg {
    width: 75px;
    height: 75px;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media (max-width: 1023.98px) {
  .product-quickview .product-video-section {
    max-height: 100vh !important;
  }
}
.product-quickview .product-video-section video {
  max-height: 500px;
}
@media (max-width: 1023.98px) {
  .product-quickview .product-video-section video {
    height: 100%;
    max-height: 500px !important;
  }
}
@media (max-width: 1023.98px) {
  .product-quickview .play-button {
    -webkit-transform: translate(-50%, -50%) translateZ(0);
            transform: translate(-50%, -50%) translateZ(0);
  }
  .product-quickview .play-button svg {
    width: 75px;
    height: 75px;
    position: relative;
    left: auto;
    top: auto;
  }
}
@media (max-width: 1023.98px) {
  .product-quickview .pause-button {
    bottom: 4%;
    left: 4%;
    width: 25px;
    height: 25px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.product-item-image video,
.main-image video {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  display: none;
}
.product-item-image.video-main,
.main-image.video-main {
  position: relative;
}

.product-item-image .pause-button {
  bottom: 6%;
  left: 3%;
}
@media (max-width: 1023.98px) {
  .product-item-image .pause-button {
    bottom: 2%;
    left: 3%;
  }
}
@media screen and (min-width: 1024px) {
  .product-item-image.video-container .pause-button {
    bottom: 3%;
  }
}

.reflektion-recommendations .add-pause-play-button .play-button {
  visibility: hidden;
}

.pdp-video-section {
  position: relative;
}
.pdp-video-section video {
  max-width: 100%;
}
.pdp-video-section .play-button {
  top: 50%;
  left: 66%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pdp-video-section .play-button svg {
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .pdp-video-section .play-button {
    left: 70%;
  }
}
.pdp-video-section .pause-button {
  bottom: 15%;
  left: 35%;
}
@media screen and (min-width: 1024px) and (max-width: 1680px) {
  .pdp-video-section .pause-button {
    bottom: 3%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .pdp-video-section .pause-button {
    left: 50%;
  }
}

@media (max-width: 1023.98px) {
  .video-main video {
    display: none;
  }
}
.video-main .play-button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-main .pause-button {
  bottom: 2%;
  left: 2%;
}

@media (max-width: 1023.98px) {
  .wide-plp-sec-two {
    display: grid;
    grid-template-columns: repeat(2, auto);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0 14px;
    margin-inline: auto;
  }
  .wide-plp-sec-two .tile-9 {
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .wide-plp-sec-two .tile-10 {
    grid-row-start: 6;
    grid-row-end: 7;
  }
  .wide-plp-sec-two .tile-19 {
    grid-row-start: 11;
    grid-row-end: 12;
  }
  .wide-plp-sec-two .tile-20 {
    grid-row-start: 12;
    grid-row-end: 13;
  }
  .wide-plp-sec-two .tile-29 {
    grid-row-start: 17;
    grid-row-end: 18;
  }
  .wide-plp-sec-two .tile-30 {
    grid-row-start: 18;
    grid-row-end: 19;
  }
  .wide-plp-sec-two .tile-39 {
    grid-row-start: 23;
    grid-row-end: 24;
  }
  .wide-plp-sec-two .tile-40 {
    grid-row-start: 24;
    grid-row-end: 25;
  }
  .wide-plp-sec-two .tile-49 {
    grid-row-start: 29;
    grid-row-end: 30;
  }
  .wide-plp-sec-two .tile-50 {
    grid-row-start: 30;
    grid-row-end: 31;
  }
  .wide-plp-sec-two .producTileBlock {
    max-width: 374px;
    width: 100%;
    overflow: hidden;
    padding: 0 6px;
    margin-left: auto;
  }
  .wide-plp-sec-two .producTileBlock:first-child {
    margin-left: 0;
  }
  .wide-plp-sec-two .producTileBlock .product-tile .image-container .tile-image {
    height: 100%;
    max-height: initial;
  }
}
@media (min-width: 768px) {
  .wide-plp-sec-two {
    display: grid;
    grid-gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    grid-template-columns: repeat(4, auto);
    width: 100%;
  }
  .wide-plp-sec-two .tile-9,
  .wide-plp-sec-two .tile-10 {
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .wide-plp-sec-two .tile-19,
  .wide-plp-sec-two .tile-20 {
    grid-row-start: 7;
    grid-row-end: 9;
  }
  .wide-plp-sec-two .tile-29,
  .wide-plp-sec-two .tile-30 {
    grid-row-start: 11;
    grid-row-end: 13;
  }
  .wide-plp-sec-two .tile-39,
  .wide-plp-sec-two .tile-40 {
    grid-row-start: 15;
    grid-row-end: 17;
  }
  .wide-plp-sec-two .tile-49,
  .wide-plp-sec-two .tile-50 {
    grid-row-start: 19;
    grid-row-end: 21;
  }
  .wide-plp-sec-two .tile-large-right {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  .wide-plp-sec-two .tile-large-left {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.wide-plp-sec-two .producTileBlock {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wide-plp-sec-two .producTileBlock {
    max-width: 374px;
    padding: 0;
    margin-inline: auto;
  }
  .wide-plp-sec-two .producTileBlock:first-child {
    margin-left: 0;
  }
}
.wide-plp-sec-two .producTileBlock.full-width-tile .tile-image {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023.98px) {
  .wide-plp-sec-two .producTileBlock.full-width-tile {
    max-width: 100%;
    grid-column: span 2;
    width: 100%;
  }
  .wide-plp-sec-two .producTileBlock.full-width-tile .product-tile .image-container .tile-image {
    height: 100%;
    max-height: initial;
  }
}
@media (min-width: 768px) {
  .wide-plp-sec-two .producTileBlock.full-width-tile {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .wide-plp-sec-two .producTileBlock.full-width-tile .product-tile .image-container .tile-image {
    height: 100%;
    max-height: initial;
  }
}

@media (max-width: 1023.98px) {
  .wide-plp-sec {
    display: grid;
    grid-template-columns: repeat(2, auto);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0 14px;
    margin-inline: auto;
  }
  .wide-plp-sec .tile-5 {
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .wide-plp-sec .tile-6 {
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .wide-plp-sec .tile-15 {
    grid-row-start: 9;
    grid-row-end: 10;
  }
  .wide-plp-sec .tile-16 {
    grid-row-start: 10;
    grid-row-end: 11;
  }
  .wide-plp-sec .tile-25 {
    grid-row-start: 15;
    grid-row-end: 16;
  }
  .wide-plp-sec .tile-26 {
    grid-row-start: 16;
    grid-row-end: 17;
  }
  .wide-plp-sec .tile-35 {
    grid-row-start: 21;
    grid-row-end: 22;
  }
  .wide-plp-sec .tile-36 {
    grid-row-start: 22;
    grid-row-end: 23;
  }
  .wide-plp-sec .tile-45 {
    grid-row-start: 27;
    grid-row-end: 28;
  }
  .wide-plp-sec .tile-46 {
    grid-row-start: 28;
    grid-row-end: 29;
  }
  .wide-plp-sec .producTileBlock {
    max-width: 374px;
    width: 100%;
    overflow: hidden;
    padding: 0 6px;
    margin-left: auto;
  }
  .wide-plp-sec .producTileBlock:first-child {
    margin-left: 0;
  }
  .wide-plp-sec .producTileBlock .product-tile .image-container .tile-image {
    height: 100%;
    max-height: initial;
  }
  .wide-plp-sec .tile-large-left,
  .wide-plp-sec .tile-large-right {
    grid-column: span 2;
    min-width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .wide-plp-sec {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, auto);
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .wide-plp-sec .tile-5 {
    grid-row-start: 3;
    grid-row-end: 1;
  }
  .wide-plp-sec .tile-6 {
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .wide-plp-sec .tile-15 {
    grid-row-start: 5;
    grid-row-end: 7;
  }
  .wide-plp-sec .tile-16 {
    grid-row-start: 7;
    grid-row-end: 9;
  }
  .wide-plp-sec .tile-25 {
    grid-row-start: 9;
    grid-row-end: 11;
  }
  .wide-plp-sec .tile-26 {
    grid-row-start: 11;
    grid-row-end: 13;
  }
  .wide-plp-sec .tile-35 {
    grid-row-start: 13;
    grid-row-end: 15;
  }
  .wide-plp-sec .tile-36 {
    grid-row-start: 15;
    grid-row-end: 17;
  }
  .wide-plp-sec .tile-45 {
    grid-row-start: 17;
    grid-row-end: 19;
  }
  .wide-plp-sec .tile-46 {
    grid-row-start: 19;
    grid-row-end: 21;
  }
  .wide-plp-sec .tile-large-right {
    grid-column-start: 3;
    grid-column-end: 5;
    max-width: 757px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .wide-plp-sec .tile-large-right .product-tile .image-container .tile-image {
    max-height: initial !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .wide-plp-sec .tile-large-left {
    grid-column-start: 1;
    grid-column-end: 3;
    max-width: 757px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .wide-plp-sec .tile-large-left .product-tile .image-container .tile-image {
    max-height: initial !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .wide-plp-sec .producTileBlock {
    overflow: hidden;
    margin-inline: auto;
    padding: 0;
  }
  .wide-plp-sec .producTileBlock:first-child {
    margin-left: 0;
  }
  .wide-plp-sec .small-tile {
    max-width: 374px;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .wide-plp-sec .small-tile .product-tile .image-container .tile-image {
    max-height: 408px;
  }
}

.ingrid-wide-plp-design-four {
  grid-auto-flow: dense;
}
.ingrid-wide-plp-design-four .tile-large-right-design4-ingrid.two_tile {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (max-width: 1023.98px) {
  .ingrid-wide-plp-design-four .tile-large-right-design4-ingrid.two_tile {
    padding: 2px 6px 15px;
  }
}
@media (min-width: 768px) {
  .ingrid-wide-plp-design-four .tile-large-right-design4-ingrid.two_tile {
    grid-column-start: 3;
    grid-column-end: 5;
  }
}
.ingrid-wide-plp-design-four .tile-large-left-design4-ingrid.two_tile {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (max-width: 1023.98px) {
  .ingrid-wide-plp-design-four .tile-large-left-design4-ingrid.two_tile {
    padding: 2px 6px 15px;
  }
}

.ingrid-wide-plp-design-three .tile-full-width-design3-ingrid.four_tile_full_width {
  grid-column-start: 1;
  grid-column-end: 3;
  max-width: 100vw !important;
}
@media (max-width: 1023.98px) {
  .ingrid-wide-plp-design-three .tile-full-width-design3-ingrid.four_tile_full_width {
    padding: 2px 6px 15px;
  }
}
@media (min-width: 768px) {
  .ingrid-wide-plp-design-three .tile-full-width-design3-ingrid.four_tile_full_width {
    grid-column-start: 1;
    grid-column-end: 5;
    max-width: 100vw !important;
  }
}

.search-results-container {
  background-color: #fff;
  color: #111;
}
@media (max-width: 1023.98px) {
  .search-results-container {
    max-width: 100%;
    overflow-x: hidden !important;
  }
}
.search-results-container .custom-checkbox .custom-control-label::before,
.search-results-container .custom-control input[type=checkbox]:focus:not(:checked) ~ .custom-control-label::before,
.search-results-container .custom-control input[type=checkbox]:focus:not(:checked) ~ label::before,
.search-results-container .custom-control input[type=radio]:focus:not(:checked) ~ .custom-control-label::before,
.search-results-container .custom-control input[type=checkbox]:not(:disabled):active ~ .custom-control-label::before,
.search-results-container .custom-control input[type=checkbox]:not(:disabled):active ~ label::before,
.search-results-container .custom-control input[type=radio]:not(:disabled):active ~ .custom-control-label::before,
.search-results-container .custom-control input[type=radio]:not(:disabled):active ~ label::before {
  background-color: transparent;
}
.search-results-container .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1024px) {
  .search-results-container {
    padding: 0 20px;
  }
}
@media (min-width: 1220px) {
  .search-results-container {
    padding: 0 58px;
  }
}
.search-results-container .breadcrumbs-results-count-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 1023.98px) {
  .search-results-container .breadcrumbs-results-count-wrapper .row {
    max-width: 90%;
  }
  .search-results-container .breadcrumbs-results-count-wrapper .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.search-results-container .breadcrumbs-results-count-wrapper .breadcrumb {
  padding: 0;
  margin: 15px 0 16px;
}
@media (max-width: 1023.98px) {
  .search-results-container .breadcrumbs-results-count-wrapper .breadcrumb {
    margin: 9px 0;
  }
}
@media (min-width: 1024px) {
  .search-results-container .breadcrumbs-results-count-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.search-results-container .breadcrumbs-results-count-wrapper .result-count {
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 16px;
}
.search-results-container .breadcrumbs-results-count-wrapper .result-count-text {
  color: #111;
  letter-spacing: 0.5px;
}
.search-results-container .breadcrumbs-results-count-wrapper .breadcrumb-item a {
  font-size: 11px;
  line-height: normal;
  letter-spacing: 2.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #100000;
}
@media (max-width: 1023.98px) {
  .search-results-container .breadcrumbs-results-count-wrapper .breadcrumb-item a {
    font-size: 0.625rem;
    line-height: 16px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 1023.98px) {
  .search-results-container .breadcrumbs-results-count-wrapper .breadcrumb-item:last-of-type {
    max-width: 200px;
    overflow-x: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
  }
}
.search-results-container .breadcrumbs-results-count-wrapper .breadcrumb-item:last-of-type a {
  font-weight: 700;
}
.search-results-container .breadcrumbs-results-count-wrapper .breadcrumb-item + .breadcrumb-item {
  padding-left: 4px;
}
.search-results-container .breadcrumbs-results-count-wrapper .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.1px;
}
.search-results-container .results-count-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (min-width: 1024px) {
  .search-results-container .plp-nav-des {
    margin-left: 0;
    margin-right: 0;
  }
  .search-results-container .sidebar-plp-left {
    max-width: 15.54%;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (width: 1680px) {
  .search-results-container .sidebar-plp-left {
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .search-results-container .sidebar-plp-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 84.46%;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1024px) and (width: 1680px) {
  .search-results-container .sidebar-plp-right {
    width: 84.46%;
    max-width: 1300px;
  }
}
.search-results-container .sidebar-title {
  font-weight: 600;
  padding: 10px 0;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
  line-height: 24px;
}
.search-results-container .sidebar-separator {
  margin: 0;
  padding: 0 0 15px;
  border-top: 1px solid #ccc;
}
.search-results-container .sidebar-link {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 24px;
}
.search-results-container .sidebar-link:hover {
  font-weight: 600;
  text-decoration: none;
}
.search-results-container .sidebar-link:last-of-type {
  margin-bottom: 14px;
}
.search-results-container .sidebar .category-refinements .values,
.search-results-container .sidebar .category-refinements li,
.search-results-container .sidebar .category-refinements button {
  padding: 0;
}
.search-results-container .sidebar .category-refinements a {
  padding: 0;
  text-decoration: none;
}
.search-results-container .sidebar .category-refinements li {
  text-align: center;
}
.search-results-container .sidebar .category-refinements .left-navSub-categories .values {
  padding-left: 20px;
}
.search-results-container .sidebar .category-refinements .sidebar-link {
  padding-left: 2px;
  outline: none;
  text-align: left !important;
}
.search-results-container .sidebar .category-refinements .sidebar-link:hover {
  font-weight: 600;
  text-decoration: none;
}
.search-results-container .sidebar .category-refinements .sidebar-link.selected {
  background-color: #eee;
  padding-right: 70px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 1024px) {
  .search-results-container .sidebar .category-refinements .sidebar-link.selected {
    width: 100%;
    padding-right: 0;
  }
}
.search-results-container .sidebar .category-refinements .sidebar-link.selected + .content {
  padding-left: 20px;
}
.search-results-container .sidebar .category-refinements .sidebar-link:last-of-type {
  margin-bottom: 8px;
}
.search-results-container .page-title .title-fn {
  text-transform: capitalize;
}
.search-results-container .page-title,
.search-results-container .search-results-title {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
  font-family: "sofia-pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  text-align: center;
  font-size: 1.5rem;
  line-height: 32px;
}
@media (max-width: 1023.98px) {
  .search-results-container .page-title,
  .search-results-container .search-results-title {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .search-results-container .page-title,
  .search-results-container .search-results-title {
    margin-bottom: 32px;
    text-align: left;
    letter-spacing: 0.25px;
    font-size: 2rem;
    line-height: 48px;
  }
}
.search-results-container .footer-pagination {
  margin: 24px 0 100px;
}
@media (max-width: 1023.98px) {
  .search-results-container .footer-pagination {
    margin: 0 0 64px;
  }
}
@media (max-width: 1023.98px) {
  .search-results-container .footer-pagination.show {
    height: 130px;
  }
}
.search-results-container .footer-pagination .pagination {
  margin: 0;
}
.search-results-container .footer-pagination .pagination .page-selection {
  margin: 0 24px;
}
.search-results-container .top-pagination .pagination .page-selection {
  margin: 0 16px;
}
.search-results-container .top-pagination .pagination .page-selection .page-dropdown {
  width: 57px;
  height: 25px;
}
.search-results-container .top-pagination .pagination .page-selection .page-options {
  top: 26px;
  right: -1px;
}
.search-results-container .pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-results-container .pagination .sv-prev-caret,
.search-results-container .pagination .sv-next-caret {
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.search-results-container .pagination .sv-prev-caret.disable-arrow,
.search-results-container .pagination .sv-next-caret.disable-arrow {
  opacity: 0.4;
  pointer-events: none;
}
.search-results-container .pagination .page-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.search-results-container .pagination .page-selection .page-dropdown {
  width: 58px;
  height: 32px;
  margin: 0 10px 0 0;
  padding: 0;
  border: 1px solid #111;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}
.search-results-container .pagination .page-selection .page-dropdown .page-selected {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.015625rem;
  margin: 0 15px 0 0;
}
.search-results-container .pagination .page-selection .page-dropdown .sv-down-caret,
.search-results-container .pagination .page-selection .page-dropdown .sv-up-caret {
  width: 12px;
  height: 6px;
  cursor: pointer;
  margin: 4px 8px 0 0;
}
.search-results-container .pagination .page-selection .page-dropdown .page-options {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 33px;
  width: 79px;
  max-height: 152px;
  overflow: auto;
  display: block;
  z-index: 1;
}
.search-results-container .pagination .page-selection .page-dropdown .page-options.collapsed {
  display: none;
}
.search-results-container .pagination .page-selection .page-dropdown .page-options ul {
  margin: 0;
  padding: 0;
}
.search-results-container .pagination .page-selection .page-dropdown .page-options li {
  padding: 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.search-results-container .pagination .page-selection .page-dropdown .page-options li.selected {
  background: #eee;
  height: 26px;
}
.search-results-container .pagination .page-selection .total-page {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03125rem;
}
.search-results-container .resultcount-sortby-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-results-container .resultcount-sortby-block .result-count-text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  color: #111;
}
@media (min-width: 1024px) {
  .search-results-container .resultcount-sortby-block .bootstrap-select {
    width: auto !important;
    min-width: 70px;
  }
}
@media (min-width: 1024px) {
  .search-results-container .resultcount-sortby-block .bootstrap-select div.dropdown-menu {
    width: 200px;
    top: 2px !important;
    left: 0 !important;
    -webkit-transform: translate3d(-130px, 33px, 0) !important;
            transform: translate3d(-130px, 33px, 0) !important;
  }
}
.search-results-container .resultcount-sortby-block .bootstrap-select div.dropdown-menu .dropdown-menu.inner {
  border-top: none !important;
}
.search-results-container .resultcount-sortby-block .bootstrap-select.dropup .dropdown-toggle::after {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
.search-results-container .resultcount-sortby-block .bootstrap-select.show .dropdown-toggle::after {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}
.search-results-container .grid-header .result-count {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 16px;
}
.search-results-container .grid-header .result-count.hide-result-count {
  display: none !important;
}
.search-results-container .grid-header .result-count .vertical-separator {
  width: 1px;
  height: 26px;
  background-color: #757575;
  margin: 0 10px;
}
.search-results-container .grid-header .result-count .vertical-separator::before {
  padding: 0;
  content: "";
}
.search-results-container .grid-header .result-count-text {
  white-space: nowrap;
}
.search-results-container .refinement-bar {
  overflow: auto;
  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;
  position: fixed;
  top: 0;
  right: 0;
  width: 92%;
  height: 100%;
  z-index: 1031;
}
@media (min-width: 1024px) {
  .search-results-container .refinement-bar {
    overflow: unset;
    z-index: 2;
  }
}
.search-results-container .refinement-bar ul {
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .search-results-container .refinement-bar {
    display: block !important;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
  }
}
@media (min-width: 1024px) {
  .search-results-container .refinement-bar .refinements {
    margin: 0 15px;
    width: 100%;
    height: 58px;
  }
}
.search-results-container .refinement-bar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 15px 20px;
}
.search-results-container .refinement-bar-header .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  opacity: 1;
  outline: none;
}
.search-results-container .refinement-bar-header .close .sp-icon {
  font-size: 7.5px;
}
.search-results-container .refinement-bar-title {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  padding-top: 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 1.25rem;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .search-results-container .refinement-bar-title {
    text-align: left;
    margin-bottom: 10px;
    padding: 0;
    letter-spacing: 0.25px;
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.search-results-container .refinement-bar-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  .search-results-container .refinement-bar-elements {
    height: 24px;
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 1023.98px) {
  .search-results-container .refinement-bar-elements {
    height: 100%;
  }
}
.search-results-container .refinement-bar-elements .refinements-block .btn-refinement-legshape-type {
  display: none;
}
.search-results-container .refinement-bar-elements .refinements-block .ref-id-sizetype {
  display: none;
}
.search-results-container .refinements ul {
  overflow: auto;
}
.search-results-container .refinements ul li {
  padding-left: 0;
  padding-right: 6px;
  list-style-type: none;
}
.search-results-container .refinements ul li button {
  border: none;
  background-color: transparent;
}
.search-results-container .refinements ul li a {
  border: none;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .search-results-container .refinements ul li a.sidebar-link {
    display: none;
  }
  .search-results-container .refinements ul li a.sidebar-link.selected + .mobsubmenu.left-navSub-categories a {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .search-results-container .refinements ul li {
    padding: 0;
  }
  .search-results-container .refinements ul li .selectedSub a {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1351px) {
  .search-results-container .refinements ul li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
  }
}
.search-results-container .refinements li.color-attribute .custom-checkbox .custom-control-label::before {
  content: none;
}
.search-results-container .refinements li.color-attribute .custom-checkbox .disabled {
  opacity: 0.5;
}
.search-results-container .refinements li.color-attribute .custom-checkbox.selected .swatch-color-img {
  outline: 1px solid #000;
  outline-offset: 3px;
}
.search-results-container .refinements li.color-attribute .swatch-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-results-container .refinements li.color-attribute .swatch-color-img {
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-right: 10px;
}
.search-results-container .refinements li.color-attribute .refinements-hitcount {
  margin-left: 4px;
}
@media (min-width: 1024px) {
  .search-results-container .refinements .collapse.show,
  .search-results-container .refinements .collapsing {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 275px;
    overflow-y: auto;
  }
}
.search-results-container .refinements .refinement-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
  font-weight: 400;
  padding: 16px 15px;
  letter-spacing: 0.25px;
  width: 100%;
  border-top: 1px solid #ccc;
  color: #111;
  text-transform: capitalize;
  outline: none;
  font-size: 0.875rem;
  line-height: 16px;
}
.search-results-container .refinements .refinement-btn:last-of-type {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .search-results-container .refinements .refinement-btn {
    margin-right: 18px !important;
  }
}
@media (min-width: 1024px) {
  .search-results-container .refinements .refinement-btn {
    padding: 0;
    width: auto;
    border: none;
    margin-right: 32px;
    font-size: 0.875rem;
    line-height: 24px;
  }
  .search-results-container .refinements .refinement-btn:last-of-type {
    border: none;
  }
}
@media (min-width: 1024px) and (max-width: 1023.98px) {
  .search-results-container .refinements .refinement-btn .refinement-amount-info {
    font-size: 0.625rem;
  }
}
@media (max-width: 1023.98px) {
  .search-results-container .refinements .refinement-btn .sv-filter-arrow {
    display: none;
  }
}
.search-results-container .refinements .refinement-btn::after {
  display: block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  font-size: 10px;
  background-image: url("../images/sprites/customicons-sprite.svg");
}
@media (min-width: 1024px) {
  .search-results-container .refinements .refinement-btn::after {
    display: none;
  }
}
.search-results-container .refinements .refinement-btn[aria-expanded=true]::after {
  background-position: 0 -57.4em;
}
@media (min-width: 1024px) {
  .search-results-container .refinements .refinement-btn[aria-expanded=true]::after {
    background-position: 0 -22.83em;
    width: 0.9em;
    height: 0.5em;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    position: relative;
    display: none;
  }
}
.search-results-container .refinements .refinement-btn[aria-expanded=true] .sv-filter-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.search-results-container .refinements .refinement-btn[aria-expanded=false]::after {
  background-position: 0 -62.4em;
}
@media (min-width: 1024px) {
  .search-results-container .refinements .refinement-btn[aria-expanded=false]::after {
    background-position: 0 -22.8em;
    width: 0.9em;
    height: 0.5em;
    position: relative;
    display: none;
  }
}
.search-results-container .refinements .refinement-btn-text {
  margin-right: 6px;
}
.search-results-container .refinements .refinement-amount-info {
  margin-left: auto;
  margin-right: 12px;
}
.search-results-container .refinements .applied-amount-left {
  margin-left: 4px;
}
@media (min-width: 1024px) {
  .search-results-container .refinements .refinement-body {
    -webkit-box-shadow: 0 2px 6px #969696;
            box-shadow: 0 2px 6px #969696;
    margin-top: 12px;
    -webkit-transition: 0s ease-in;
    transition: 0s ease-in;
  }
}
.search-results-container .refinements .refinement-body .content {
  width: 100%;
  margin: 0;
  padding: 17px 10px;
}
@media (min-width: 1024px) {
  .search-results-container .refinements .refinement-body .content {
    padding: 17px 10px;
    max-height: 200px;
    overflow-y: auto;
  }
}
.search-results-container .refinements .refinement-body .custom-control-label {
  cursor: pointer;
  letter-spacing: 0.6px;
  font-weight: 400;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.75rem;
  line-height: 16px;
}
@media (min-width: 768px) {
  .search-results-container .refinements .refinement-body .custom-control-label {
    line-height: 23px;
    width: 100%;
    padding: 6px 10px;
  }
}
@media (max-width: 1023.98px) {
  .search-results-container .refinements .refinement-body .custom-control-label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.search-results-container .refinements .refinement-body input[type=checkbox] ~ .custom-control-label::before {
  position: relative;
  top: 4px;
  left: 0;
  border: 1.4px solid #111;
  border-radius: 2px;
}
@media (max-width: 1023.98px) {
  .search-results-container .refinements .refinement-body input[type=checkbox] ~ .custom-control-label::before {
    top: 1px;
  }
}
.search-results-container .refinements .refinement-body .custom-checkbox.selected .custom-control-label::before {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-position: 1px 2px;
}
.search-results-container .refinements .refinement-body input[type=radio] ~ .custom-control-label::before {
  position: relative;
  top: 4px;
  left: 1px;
  min-width: 15px;
  width: 15px;
  height: 15px;
  border: 1px solid #979797;
  border-radius: 100%;
}
@media (max-width: 1023.98px) {
  .search-results-container .refinements .refinement-body input[type=radio] ~ .custom-control-label::before {
    top: 1px;
  }
}
.search-results-container .refinements .refinement-body .custom-radio.selected .custom-control-label {
  line-height: 24px;
}
.search-results-container .refinements .refinement-body .custom-radio.selected .custom-control-label::before {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-image: url("../images/sprites/radio-black.svg");
  min-width: 21px;
  width: 21px;
  height: 21px;
  background-size: 13px;
  background-position: center;
  border: 1px solid #111;
}
.search-results-container .refinements .refinement-color input[type=checkbox] ~ .custom-control-label,
.search-results-container .refinements .refinement-colors input[type=checkbox] ~ .custom-control-label {
  line-height: 15px;
}
.search-results-container .refinements .refinement-color input[type=checkbox] ~ .custom-control-label::before,
.search-results-container .refinements .refinement-colors input[type=checkbox] ~ .custom-control-label::before {
  display: none;
}
.search-results-container .refinements .refinement-color input[type=checkbox] ~ .custom-control-label .color-radio,
.search-results-container .refinements .refinement-colors input[type=checkbox] ~ .custom-control-label .color-radio {
  position: relative;
  top: -1px;
  left: 0;
  min-width: 15px;
  width: 15px;
  height: 15px;
  border: 1px solid #979797;
  border-radius: 100%;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .search-results-container .refinements .refinement-color .custom-checkbox.selected .custom-control-label,
  .search-results-container .refinements .refinement-colors .custom-checkbox.selected .custom-control-label {
    line-height: 18px;
  }
}
.search-results-container .refinements .refinement-color .custom-checkbox.selected .custom-control-label .color-radio,
.search-results-container .refinements .refinement-colors .custom-checkbox.selected .custom-control-label .color-radio {
  min-width: 21px;
  width: 21px;
  height: 21px;
  border: 1px solid #111;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.search-results-container .refinements .refinement-footer {
  display: none;
}
@media (min-width: 1024px) {
  .search-results-container .refinements .refinement-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 22px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.search-results-container .refinements .refinement-footer .refinements-apply {
  line-height: 24px;
  width: 96px;
  padding: 7px;
}
@media (min-width: 1024px) {
  .search-results-container .refinements .refinement-footer .refinements-clear-all {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search-results-container .refinements .mobile-refinement-footer {
  position: fixed;
  bottom: 0;
  width: 92%;
  background-color: #fff;
  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-shadow: 0 2px 6px #969696;
          box-shadow: 0 2px 6px #969696;
  height: 158px;
  padding: 0 15px;
}
.search-results-container .refinements .mobile-refinement-footer .refinements-apply {
  margin: 25px auto;
  width: 100%;
  border: 1px solid #111;
  line-height: 24px;
  padding: 11px 5px;
}
.search-results-container .refinements .mobile-refinement-footer .refinements-clear-all {
  font-weight: 400;
  letter-spacing: 0.6px;
}
.search-results-container .refinements-block {
  border-bottom: 1px solid #ccc;
  width: 100%;
}
@media (min-width: 1024px) {
  .search-results-container .refinements-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
  }
}
.search-results-container .refinements-block .form-group {
  margin-bottom: 4px;
}
.search-results-container .refinements-block .form-group.custom-checkbox {
  padding: 0;
}
.search-results-container .refinements-block .form-group.selected {
  background-color: #f0f0f0;
  border-radius: 25px;
}
.search-results-container .refinements-block .refinement-category .form-group.selected {
  background-color: transparent !important;
  border-radius: 0 !important;
}
@media (max-width: 1023.98px) {
  .search-results-container .refinements-block {
    height: 100%;
    overflow-y: auto;
  }
}
.search-results-container .refinements-block .custom-control {
  text-decoration: none;
}
.search-results-container .mobile-view-all {
  padding-left: 0;
  position: relative;
}
.search-results-container .mobile-view-all .view-all-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #eee;
  padding: 10px 0;
  margin: 0 0 16px;
  font-weight: 600;
  letter-spacing: 0.015625rem;
  color: #111 !important;
  outline: none;
  font-size: 0.875rem;
  line-height: 20px;
}
.search-results-container .mobile-view-all .view-all-results .sv-down-arrow {
  margin-left: 15px;
  margin-top: 5px;
}
.search-results-container .mobile-view-all .view-all-results .sv-down-arrow.sv-up-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 2px;
}
.search-results-container .mobile-view-all .view-dropdown-block {
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: 10;
  top: 42px;
  height: 100vh;
  display: none;
}
.search-results-container .mobile-view-all .view-dropdown-block .modal-background {
  position: relative;
  display: block;
}
.search-results-container .mobile-view-all .view-dropdown-block .view-dropdown {
  width: 100%;
  max-height: 290px;
  background-color: #fff;
  overflow-y: scroll;
}
.search-results-container .mobile-view-all .view-dropdown-block .view-dropdown .sidebar-title {
  display: none;
}
.search-results-container .mobile-view-all .view-dropdown-block .view-dropdown .refinement-by-category .values {
  padding-left: 0;
}
.search-results-container .mobile-view-all .view-dropdown-block .view-dropdown .refinement-by-category .sidebar-link {
  width: 100%;
  padding: 8px 14px;
  text-align: left;
  margin-bottom: 0;
  font-size: 0.75rem;
}
.search-results-container .mobile-view-all .view-dropdown-block .view-dropdown .refinement-by-category .sidebar-link:focus {
  outline: none;
  background-color: #f0f0f0 !important;
}
.search-results-container .mobile-view-all .view-dropdown-block .view-dropdown .refinement-by-category .sidebar-link.selected {
  background-color: #f0f0f0 !important;
}
.search-results-container .mobile-filter-sort {
  padding: 0;
}
.search-results-container .filter-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #eee;
  padding: 10px 0;
  margin: 0 0 16px;
  font-weight: 600;
  letter-spacing: 0.015625rem;
  color: #111 !important;
  font-size: 0.875rem;
  line-height: 20px;
}
.search-results-container .filter-results .filters-icon {
  margin-left: 15px;
}
.search-results-container .filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .search-results-container .filter-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 18px 0 10px;
  }
}
.search-results-container .filter-bar.no-selected-filter {
  margin: 0;
}
.search-results-container .filter-bar ul {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -4px;
}
@media (max-width: 1023.98px) {
  .search-results-container .filter-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .search-results-container .filter-bar ul {
    width: auto;
  }
}
.search-results-container .filter-bar ul .show-less-wrapper .show-less-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.6px;
  margin: 8px 0 0 20px;
}
@media (max-width: 1023.98px) {
  .search-results-container .filter-bar ul .show-less-wrapper {
    display: inline-block;
  }
  .search-results-container .filter-bar ul .show-less-wrapper .show-less-btn {
    margin: 8px 0 0 8px;
  }
}
.search-results-container .filter-bar li {
  list-style: none;
  float: left;
  margin-left: 0;
  margin-right: 12px;
}
.search-results-container .filter-bar li:first-child {
  margin-left: 0;
}
.search-results-container .filter-bar li.filter-value {
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 4px 10px 4px 0;
}
.search-results-container .filter-bar li.filter-value:last-of-type {
  margin-right: 0;
}
.search-results-container .filter-bar li.filter-value .filter-default-value {
  min-height: 18px;
}
@media (max-width: 1023.98px) {
  .search-results-container .filter-bar li.filter-value .filter-default-value {
    min-height: 16px;
  }
}
@media (min-width: 1024px) {
  .search-results-container .filter-bar li.filter-value {
    border: none;
    background-color: #f8f8f8;
    border-radius: 12px;
  }
}
.search-results-container .filter-bar li.filter-value button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 4px 4px 10px;
  color: #111;
  font-weight: 400;
  border: none;
  letter-spacing: 0.6px;
  font-size: 0.75rem;
  line-height: 16px;
}
.search-results-container .filter-bar li.filter-value button::after {
  display: block;
  content: "";
  font-size: 10px;
  width: 2em;
  height: 2em;
  background-image: url("../images/sprites/customicons-sprite.svg");
  background-position: 0 -23.3em;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}
@media (max-width: 1023.98px) {
  .search-results-container .filter-bar li.filter-value button::after {
    position: relative;
    top: 1px;
  }
}
.search-results-container .filter-bar .desktop-clear-filters .clear-applied-filters {
  margin-left: 1px;
  padding-top: 6px;
  letter-spacing: 0.0375rem;
  padding-right: 0;
}
.search-results-container .filter-bar .mobile-clear-filters {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.search-results-container .filter-bar .clear-applied-filters {
  font-weight: 400;
  padding-right: 5px;
}
.search-results-container .filter-bar .edits-applied-filters {
  font-weight: 400;
  padding-left: 5px;
}
.search-results-container .filter-bar .n-more-items-wrapper {
  margin: 4px;
}
.search-results-container .filter-bar .n-more-items {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  background-color: #fff;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 10px;
  color: #111;
  font-weight: 400;
  letter-spacing: 0.6px;
  font-size: 0.75rem;
  line-height: 16px;
}
@media (min-width: 1024px) {
  .search-results-container .filter-bar .n-more-items {
    display: none;
  }
}
.search-results-container .sort-order-wrapper {
  padding: 0 15px 25px;
}
@media (min-width: 1024px) {
  .search-results-container .sort-order-wrapper {
    padding: 0;
  }
}
.search-results-container .sort-order-wrapper .custom-select .dropdown-menu.inner {
  border-top: none;
}
.search-results-container .sort-order-wrapper .custom-select.show .dropdown-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.search-results-container.no-results .search-results-title {
  text-align: center;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .search-results-container.no-results .search-results-title {
    margin: 0 auto 14px;
  }
}
.search-results-container.no-results .no-results-txt {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0.03125rem;
  font-size: 0.875rem;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .search-results-container.no-results .no-results-txt {
    max-width: 17.4375rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
  }
}
.search-results-container.no-results .no-result-trending {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023.98px) {
  .search-results-container.no-results .no-result-trending {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search-results-container.no-results .no-result-trending .no-result-trendingnav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media (max-width: 1023.98px) {
  .search-results-container.no-results .no-result-trending .no-result-trendingnav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -20px;
    gap: 3px;
    width: 100%;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .search-results-container.no-results .no-result-trending .no-result-trendingnav li:first-child > a {
    padding-left: 0;
  }
  .search-results-container.no-results .no-result-trending .no-result-trendingnav li:last-child > a {
    padding-right: 0;
  }
  .search-results-container.no-results .no-result-trending .no-result-trendingnav span {
    white-space: nowrap;
  }
}
.search-results-container.no-results .no-result-trending .no-result-terms {
  color: #111;
  font-family: "sofia-pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.25px;
}
@media (min-width: 1024px) {
  .search-results-container.no-results .no-result-trending .no-result-terms {
    margin-right: 25px;
  }
}
.search-results-container.no-results .no-result-trending .no-result-suggestion {
  color: #111;
  font-family: "sofia-pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.25px;
  text-decoration-line: underline;
  text-transform: capitalize;
}
@media (max-width: 1023.98px) {
  .search-results-container.no-results .no-result-trending .no-result-suggestion {
    font-size: 12px;
    padding: 8px;
    text-underline-offset: 1px;
  }
}
.search-results-container.no-results .reflektion-header {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .search-results-container.no-results .reflektion-header {
    display: block;
    margin-bottom: 42px;
    text-align: center;
  }
}
.search-results-container .disabled {
  pointer-events: none;
}
.search-results-container #product-search-results .product-grid {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .search-results-container #product-search-results .product-grid {
    margin-top: 26px;
  }
}
.search-results-container .plp-no-results,
.search-results-container .plp-no-results-bopis {
  margin: 0 15px 30px;
  width: 100%;
  text-align: center;
}
.search-results-container .bopis-header .store-modal {
  margin-left: 7px;
}
@media (max-width: 1023.98px) {
  .search-results-container .bopis-header .store-modal {
    margin-left: 4px;
  }
}
.search-results-container .product-tile .color-swatches {
  margin-top: 6px;
}
@media (max-width: 1023.98px) {
  .search-results-container .product-tile .color-swatches {
    margin-top: 8px;
  }
}
.search-results-container .product-tile .color-swatches .swatches .swatch-round-colors {
  margin-top: 3px;
}
.search-results-container .product-tile .color-swatches .swatches .more-swatches-li-container {
  margin-top: 3px;
}
.search-results-container .product-tile .pricing del + .sales .no-range {
  margin-left: 0;
}
.search-results-container .product-tile .prices .sales-range-true .range .pricing .value {
  font-size: 12px !important;
}
.search-results-container .product-tile .all-price-wrap .prices .sales-range-true .range .pricing .value {
  font-size: 0.875rem !important;
}
@media (max-width: 1023.98px) {
  .search-results-container .product-tile .all-price-wrap .prices .sales-range-true .range .pricing .value {
    font-size: 0.75rem !important;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1610px) {
  .search-results-container .product-tile .tile-body .badge-and-rating .product-name-with-rating {
    max-width: 70% !important;
  }
}
@media (min-width: 768px) {
  .search-results-container .product-tile .tile-body .badge-and-rating .badge-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
    max-width: 67%;
  }
  .search-results-container .product-tile .tile-body .badge-and-rating .product-name-with-rating {
    max-width: 78%;
  }
  .search-results-container .product-tile .tile-body .badge-and-rating .rating-section {
    max-width: 28%;
  }
}
@media (max-width: 1023.98px) {
  .search-results-container .product-tile .tile-body .badge-and-rating .product-name-with-rating {
    margin-top: 0;
  }
}
.search-results-container .product-tile .tile-body .xcc-price .price .pricing {
  font-size: 12px !important;
}
@media (max-width: 1023.98px) {
  .search-results-container .product-tile .tile-body .all-price-wrap .xcc-price .price {
    margin-left: 0 !important;
  }
}
.search-results-container .product-tile .tile-body .all-price-wrap .xcc-price .price .pricing {
  font-size: 0.875rem;
  font-weight: 400 !important;
}
@media (max-width: 1023.98px) {
  .search-results-container .product-tile .tile-body .all-price-wrap .xcc-price .price .pricing {
    font-size: 0.75rem !important;
  }
}
.search-results-container .product-tile .tile-body .all-price-wrap .xcc-price span.range .bfx-price {
  font-weight: 400 !important;
}
.search-results-container .product-tile .tile-body .all-price-wrap .prices .range .pricing .value {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}
@media (max-width: 1023.98px) {
  .search-results-container .product-tile .tile-body .all-price-wrap .prices .range .pricing .value {
    font-size: 0.75rem !important;
  }
}
.search-results-container .sectionedPlp {
  max-width: 1315px;
  margin: 0 auto;
}
@media (max-width: 1023.98px) {
  .search-results-container .sectionedPlp .container {
    padding: 0 !important;
  }
}
.search-results-container .sectionedPlp .page-title {
  margin: 47px 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.25px;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .search-results-container .sectionedPlp .page-title {
    font-size: 1.5rem;
    line-height: 32px;
    letter-spacing: 0.2px;
    margin: 33px 0 35px;
  }
}
.search-results-container .sectionedPlp .subcat-assets {
  margin-bottom: 70px;
}
@media (max-width: 1023.98px) {
  .search-results-container .sectionedPlp .subcat-assets {
    margin-bottom: 45px;
  }
}
.search-results-container .sectionedPlp .subcat-assets img {
  width: 100%;
  max-height: 544px;
  margin-bottom: 59px;
}
@media (max-width: 1023.98px) {
  .search-results-container .sectionedPlp .subcat-assets img {
    margin-bottom: 43px;
  }
}
.search-results-container .sectionedPlp .subcat-assets p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.25px;
  text-align: center;
  max-width: 966px;
  margin: 0 auto 14px;
}
@media (max-width: 1023.98px) {
  .search-results-container .sectionedPlp .subcat-assets p {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

@media only screen and (min-width: 1220px) {
  .no-results .breadcrumbs-results-count-wrapper {
    padding-left: 0;
  }
}

.bopis-header {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .bopis-header {
    margin-bottom: 13px;
  }
}
.bopis-header .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023.98px) {
  .bopis-header .custom-checkbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bopis-header .custom-control-label {
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
  font-size: 0.75rem;
  line-height: 16px;
}
@media (min-width: 1024px) {
  .bopis-header .custom-control-label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1rem;
    line-height: 24px;
  }
}
.bopis-header .store-modal-link {
  color: #111;
  text-transform: capitalize;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
}
@media (max-width: 1023.98px) {
  .bopis-header .store-modal-link {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
  }
}
.bopis-header .store-modal:hover {
  text-decoration: none;
}
.bopis-header .edit-icon {
  font-size: 7px;
  margin-left: 5px;
}
.bopis-header .edit-icon::before {
  background-position: 0 -32.8em;
  width: 14px;
  height: 12px;
  margin-bottom: 3px;
}
.bopis-header .bopis-store input[type=checkbox] ~ label {
  font-weight: 400;
  letter-spacing: 0.6px;
}
@media (min-width: 1024px) {
  .bopis-header .bopis-store input[type=checkbox] ~ label {
    letter-spacing: 0.5px;
    cursor: auto;
    pointer-events: none;
  }
}
.bopis-header .bopis-store input[type=checkbox] ~ label a {
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .bopis-header .bopis-store input[type=checkbox] ~ label {
    letter-spacing: 0.0625rem;
  }
  .bopis-header .bopis-store input[type=checkbox] ~ label a {
    font-weight: 400;
    letter-spacing: 0.0375rem;
    color: #111;
  }
}
.bopis-header .bopis-store input[type=checkbox] ~ label::before {
  border-radius: 2px;
  border: 1.4px solid #111;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: relative;
  top: 3px;
  left: 0;
}
@media (min-width: 1024px) {
  .bopis-header .bopis-store input[type=checkbox] ~ label::before {
    top: 2px;
  }
}
.bopis-header .bopis-store input[type=checkbox]:checked ~ label::before {
  background-size: 10.37px 7.56px;
}
.bopis-header .bopis-store .custom-checkbox {
  margin-left: 0;
}

@media only screen and (width: 1680px) {
  [data-action=Search-Show] .plp-img-des {
    width: 420px !important;
  }
}

.no-scroll {
  overflow-y: hidden;
}
.no-scroll .refinement-bar {
  display: block;
}
@media (max-width: 1023.98px) {
  .no-scroll .refinement-bar {
    z-index: 100;
  }
}
@media (max-width: 1023.98px) {
  .no-scroll .modal-background {
    z-index: 0 !important;
  }
}

.global-plp-featured #meganav-features-wrapper,
.category-plp-featured #meganav-features-wrapper {
  list-style: none;
}
.global-plp-featured #meganav-features-wrapper ul,
.global-plp-featured #meganav-features-wrapper li,
.category-plp-featured #meganav-features-wrapper ul,
.category-plp-featured #meganav-features-wrapper li {
  padding-left: 0;
  margin-bottom: 4px;
}
.global-plp-featured #meganav-features-wrapper ul a,
.global-plp-featured #meganav-features-wrapper li a,
.category-plp-featured #meganav-features-wrapper ul a,
.category-plp-featured #meganav-features-wrapper li a {
  text-decoration: none;
  color: #111;
}
@media (min-width: 1024px) {
  .global-plp-featured #meganav-features-wrapper ul a,
  .global-plp-featured #meganav-features-wrapper li a,
  .category-plp-featured #meganav-features-wrapper ul a,
  .category-plp-featured #meganav-features-wrapper li a {
    white-space: initial;
  }
}
.global-plp-featured #meganav-features-wrapper h3,
.category-plp-featured #meganav-features-wrapper h3 {
  font-size: 1rem;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.global-plp-featured #meganav-features-wrapper .dropdown-item:hover,
.category-plp-featured #meganav-features-wrapper .dropdown-item:hover {
  background-color: #fff;
  color: #111;
}

[data-action=Search-Show] .header--primary.hide-in-bg {
  z-index: 0;
}
[data-action=Search-Show] .custom-select.js-bootstrapselect .dropdown-toggle::after {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  position: relative;
  bottom: 3px;
  color: #111;
  font-size: 0.845rem;
  height: 7.79px;
}
@media (max-width: 1023.98px) {
  [data-action=Search-Show] .custom-select.js-bootstrapselect .dropdown-toggle::after {
    font-size: 1.095rem;
    height: 9.93px;
    bottom: 7px;
  }
}
[data-action=Search-Show] .custom-select.js-bootstrapselect.dropup .dropdown-toggle::after {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  position: relative;
  bottom: 3px;
  color: #111;
  font-size: 0.845rem;
  height: 7.79px;
}
@media (max-width: 1023.98px) {
  [data-action=Search-Show] .custom-select.js-bootstrapselect.dropup .dropdown-toggle::after {
    font-size: 1.095rem;
    height: 9.93px;
    bottom: 7px;
  }
}
[data-action=Search-Show] .custom-select.js-bootstrapselect.show .dropdown-toggle::after {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
  position: relative;
  bottom: 0;
  top: 7px;
  color: #111;
  font-size: 0.845rem;
  height: 7.79px;
}
@media (max-width: 1023.98px) {
  [data-action=Search-Show] .custom-select.js-bootstrapselect.show .dropdown-toggle::after {
    font-size: 1.095rem;
    height: 9.93px;
  }
}

.product-tile .hidePromoPlp {
  display: none !important;
}
.product-tile .all-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-tile .all-price-wrap span.original-price-PR {
  color: #767676;
  font-size: 0.875rem;
  margin-left: 4px;
}
@media (min-width: 768px) {
  .product-tile .all-price-wrap span.original-price-PR {
    margin-left: 0;
  }
}
.product-tile .all-price-wrap span.original-price-PR .value {
  color: #767676 !important;
}
@media (max-width: 1023.98px) {
  .product-tile .all-price-wrap span.original-price-PR {
    white-space: nowrap;
    font-size: 0.75rem;
  }
}
@media (max-width: 1023.98px) {
  .product-tile .all-price-wrap.promo-range-plp span.original-price-PR {
    margin-left: -4px;
  }
}
@media (max-width: 1023.98px) {
  .product-tile .prices .price .pricing .value {
    font-size: 0.75rem !important;
  }
}
.product-tile .now-promo {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.product-tile .now-promo .now {
  font-size: 0.875rem;
}
@media (max-width: 1023.98px) {
  .product-tile .now-promo .now {
    font-size: 0.75rem;
  }
}
.product-tile .now-promo .pricing .value {
  font-size: 0.875rem !important;
}
@media (max-width: 1023.98px) {
  .product-tile .now-promo .pricing .value {
    font-size: 0.75rem !important;
  }
}
.product-tile .now-promo .pricing .sales .range-high {
  color: #c44f4f !important;
}

.scroll-to-top {
  position: fixed;
  right: 12px;
  bottom: 10%;
  width: 40px;
  height: 40px;
  display: none;
  cursor: pointer;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  z-index: 1;
}
.scroll-to-top .sv-filter-arrow {
  display: block;
  top: 0;
  width: 18px;
  height: 10px;
  margin-inline: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sub-category-container .row {
  margin-left: -10px;
  margin-right: -10px;
}
.sub-category-container .btn-secondary {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 50px;
}
@media (max-width: 1023.98px) {
  .sub-category-container .btn-secondary {
    max-width: 254px;
  }
}

.section-footer-image {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .section-footer-image {
    min-height: 206px;
  }
}
.section-footer-image img {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-footer-content {
  background: #222;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 462px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10.77%;
}
@media (max-width: 1023.98px) {
  .section-footer-content {
    min-height: 1px;
    padding: 46px 34px 40px;
  }
  .section-footer-content h3 {
    margin-bottom: 22px;
  }
  .section-footer-content .btn-secondary {
    width: 100%;
    margin-top: 30px;
  }
}
.section-footer-content h3,
.section-footer-content p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625rem;
  letter-spacing: 0.25px;
  color: #fff;
}
.section-footer-content p {
  font-weight: 400;
}

.product .product-tile .price.range.qv-range.strick-container span.range {
  color: #757575;
}

.product .product-tile .price.range.qv-range.strick-container span.range {
  color: #757575;
}

.product .product-tile .price.qv-price.strick-container .pricing,
.product .product-tile .price.range.qv-range.strick-container .pricing {
  color: #757575;
}
.product .product-tile .price.qv-price.strick-container .pricing .bfx-list-price.promo-high-red,
.product .product-tile .price.range.qv-range.strick-container .pricing .bfx-list-price.promo-high-red {
  font-weight: 400;
  text-decoration: line-through;
  color: #757575;
}
.product .product-tile .price.qv-price.strick-container .no-range {
  color: #757575;
  font-weight: 400;
  text-decoration: line-through;
}
.product .product-tile .price.range.qv-range.strick-container .range-low {
  color: #757575 !important;
  font-weight: 400;
  text-decoration: line-through;
}
.product .product-tile .bfx-list-price {
  font-weight: 400;
}

.product-detail .prices.strick-price-PDP .price span.range,
.product-detail .prices.strick-price-PDP .price .no-range {
  color: #757575;
  font-weight: 400;
}
@media (max-width: 1023.98px) {
  .product-detail .prices.strick-price-PDP .price span.range,
  .product-detail .prices.strick-price-PDP .price .no-range {
    font-size: 12px;
  }
}
.product-detail .prices.strick-price-PDP .price .pricing {
  text-decoration: line-through;
  color: #757575;
  font-weight: 400;
}
.product-detail .prices.strick-price-PDP .price .bfx-list-price {
  font-weight: 400;
}

#quickViewModal .stiky-listprice .qv-price-promo.strick-price-PDP .qv-scroll-line .value {
  text-decoration: none;
}

.product-tile .prices .strike-through-5,
.strike-through-5 .value {
  text-decoration: line-through;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.strike-through-5 .sales .bfx-list-price,
.strike-through-5 {
  color: #757575;
}

[data-action=Search-Show] .tile-body .strike-through-5 .salestrike {
  color: #757575 !important;
}

.product-quickview .prices .price .pricing del {
  color: #757575;
}

.xcc-prices-container .strike-off-PDP {
  text-decoration: line-through;
  color: #757575 !important;
}

.product-detail .stiky-listprice .prices.strick-price-PDP .price .bfx-list-price {
  text-decoration: none;
}

.matched-slider {
  text-align: center;
  padding: 0 50px;
}
.matched-slider .tile-body,
.matched-slider .plp-wishlist,
.matched-slider .plp-badge-section {
  display: none;
}
.matched-slider #matched-title {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 1023.98px) {
  .matched-slider #matched-title {
    width: auto;
  }
}
.matched-slider .matched-subtext {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.25px;
  color: #111;
}
@media (max-width: 1023.98px) {
  .matched-slider .matched-subtext {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1023.98px) {
  .matched-slider .slick-list .product-tile .image-container .tile-image {
    height: auto !important;
  }
}
@media (max-width: 1023.98px) {
  .matched-slider {
    padding: 0;
  }
}
.matched-slider .matched-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.25px;
  color: #111;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1023.98px) {
  .matched-slider .matched-title {
    font-size: 1.5rem;
    line-height: 24px;
    letter-spacing: 0.55px;
  }
}
.matched-slider .slick-slide {
  margin: 0 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1219.98px) {
  .matched-slider .slick-slide {
    margin: 0 15px;
  }
}
@media (max-width: 1023.98px) {
  .matched-slider .slick-slide .product-tile {
    margin-bottom: auto;
  }
}
.matched-slider .top-row,
.matched-slider .bottom-row {
  margin: 17px;
}
@media (max-width: 1023.98px) {
  .matched-slider .top-row,
  .matched-slider .bottom-row {
    margin: 0;
  }
}
.matched-slider .slick-track {
  padding: 32px 0;
}
.matched-slider .sliderCount {
  width: 73px;
  height: 30px;
  border-radius: 37px;
  border: 1px solid #111;
  text-align: center;
  margin: auto;
  color: #111;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.25px;
}
.matched-slider .slick-arrow {
  position: absolute;
  top: 36%;
  right: 10px;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: block !important;
  font-size: 0;
  outline: none;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50%;
  border: none;
}
.matched-slider .slick-arrow::before {
  content: "";
  position: absolute;
}
.matched-slider .slick-prev {
  left: -30px;
  background-image: url("../images/icons/left-arrow.svg");
  width: 33px;
  height: 66px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1219.98px) {
  .matched-slider .slick-prev {
    width: 16px;
    height: 32px;
    left: -7px;
  }
}
.matched-slider .slick-next {
  right: -30px;
  background-image: url("../images/icons/right-arrow.svg");
  width: 33px;
  height: 66px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1219.98px) {
  .matched-slider .slick-next {
    width: 16px;
    height: 32px;
    right: -7px;
  }
}
.matched-slider .slider .item {
  opacity: 0.5;
  height: 200px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
@-webkit-keyframes leftmove {
  from {
    left: 0;
  }
  to {
    left: 10px;
  }
}
@keyframes leftmove {
  from {
    left: 0;
  }
  to {
    left: 10px;
  }
}
@media (max-width: 1023.98px) {
  .matched-slider .slider .item {
    height: auto;
  }
}
.matched-slider .top-slide-animation .slider .item {
  -webkit-animation: leftmove 3.5s;
          animation: leftmove 3.5s;
}
@keyframes leftmove {
  from {
    left: 60px;
  }
  to {
    left: 0;
  }
}
.matched-slider .bottom-slide-animation .slider .item {
  -webkit-animation: rightmove 3.5s;
          animation: rightmove 3.5s;
}
@-webkit-keyframes rightmove {
  from {
    right: 60px;
  }
  to {
    right: 0;
  }
}
@keyframes rightmove {
  from {
    right: 60px;
  }
  to {
    right: 0;
  }
}
.matched-slider .slick-center {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.matched-slider .slick-center .item {
  opacity: 1 !important;
}
.matched-slider .shop-the-look {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25px;
  width: 252px;
  height: 40px;
  margin-top: 24px;
  background: #111;
}

.slide-limit .slick-slide {
  width: auto !important;
  margin: 0 15px;
}
@media (max-width: 1023.98px) {
  .slide-limit .slick-slide .item {
    width: 100px !important;
  }
}
.slide-limit .slider-top-nav,
.slide-limit .slider-bottom-nav {
  width: auto !important;
  margin: 0 15px;
}
.slide-limit .product-tile .image-container .tile-image {
  max-height: 185px !important;
}
@media (max-width: 1023.98px) {
  .slide-limit .product-tile .image-container .tile-image {
    max-height: 100px !important;
  }
}

.product-tile .all-price-wrap .xcc-price .price .price {
  margin-left: 0;
}

.loft-site .prices.partial-strikethrough.strick-price-PDP .xcc-price .price {
  text-decoration: none;
}

.remove-filter-btn {
  display: none;
}

.ann-site .search-results-container .sectionedPlp .product-grid-tiles > .grid-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1023.98px) {
  .search-results-container .all-price-wrap .price.qv-price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

@media (max-width: 1023.98px) {
  .product-grid .product .product-tile .all-price-wrap .price.qv-price.strick-container .no-range {
    line-height: 20px;
  }
}
@media (max-width: 1023.98px) {
  .product-grid .product .product-tile .all-price-wrap span.original-price-PR {
    font-size: 12px !important;
    line-height: 20px;
  }
}
@media (max-width: 1023.98px) {
  .product-grid .product .product-tile .all-price-wrap .xcc-price .sales .salestrike {
    line-height: 20px;
  }
}
@media (max-width: 1023.98px) {
  .product-grid .product .product-tile .all-price-wrap .prices .price.range span.original-price-PR {
    margin-left: 0;
    display: inline-block;
    margin-bottom: 2px;
  }
}
.product-grid .product .product-tile .all-price-wrap.countryStrike .sale-price-plp .strike-through.list .orginalPrice-strike.non-us-strike {
  position: relative;
  text-decoration: unset !important;
}
.product-grid .product .product-tile .all-price-wrap.countryStrike .sale-price-plp .strike-through.list .orginalPrice-strike.non-us-strike::after {
  content: " ";
  position: absolute;
  top: 2px;
  left: 30px;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #757575;
  height: 1px;
  background-color: #757575;
}

.all-price-wrap .strick-container .range-low, .all-price-wrap .strick-container .no-range, .all-price-wrap .strick-container del, .all-price-wrap .strick-container .promo-high-red, .all-price-wrap .strick-container .strike-off-PDP, .all-price-wrap .strike-through .range-low, .all-price-wrap .strike-through .no-range, .all-price-wrap .strike-through del, .all-price-wrap .strike-through .promo-high-red, .all-price-wrap .strike-through .strike-off-PDP, .all-price-wrap .xcc-prices-container .range-low, .all-price-wrap .xcc-prices-container .no-range, .all-price-wrap .xcc-prices-container del, .all-price-wrap .xcc-prices-container .promo-high-red, .all-price-wrap .xcc-prices-container .strike-off-PDP, .all-price-wrap .strick-price-PDP .range-low, .all-price-wrap .strick-price-PDP .no-range, .all-price-wrap .strick-price-PDP del, .all-price-wrap .strick-price-PDP .promo-high-red, .all-price-wrap .strick-price-PDP .strike-off-PDP {
  position: relative;
  text-decoration: unset !important;
}
.all-price-wrap .strick-container .range-low::after, .all-price-wrap .strick-container .no-range::after, .all-price-wrap .strick-container del::after, .all-price-wrap .strick-container .promo-high-red::after, .all-price-wrap .strick-container .strike-off-PDP::after, .all-price-wrap .strike-through .range-low::after, .all-price-wrap .strike-through .no-range::after, .all-price-wrap .strike-through del::after, .all-price-wrap .strike-through .promo-high-red::after, .all-price-wrap .strike-through .strike-off-PDP::after, .all-price-wrap .xcc-prices-container .range-low::after, .all-price-wrap .xcc-prices-container .no-range::after, .all-price-wrap .xcc-prices-container del::after, .all-price-wrap .xcc-prices-container .promo-high-red::after, .all-price-wrap .xcc-prices-container .strike-off-PDP::after, .all-price-wrap .strick-price-PDP .range-low::after, .all-price-wrap .strick-price-PDP .no-range::after, .all-price-wrap .strick-price-PDP del::after, .all-price-wrap .strick-price-PDP .promo-high-red::after, .all-price-wrap .strick-price-PDP .strike-off-PDP::after {
  content: " ";
  position: absolute;
  top: 2px;
  left: 9px;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #757575;
  height: 0.5px;
  background-color: #757575;
}
.all-price-wrap .strick-container .pricing, .all-price-wrap .strick-container .price, .all-price-wrap .strike-through .pricing, .all-price-wrap .strike-through .price, .all-price-wrap .xcc-prices-container .pricing, .all-price-wrap .xcc-prices-container .price, .all-price-wrap .strick-price-PDP .pricing, .all-price-wrap .strick-price-PDP .price {
  text-decoration: unset !important;
}

.product-detail-panel .xcc-prices-container .all-prices .strike-off-PDP {
  position: relative;
  text-decoration: unset !important;
}
.product-detail-panel .xcc-prices-container .all-prices .strike-off-PDP::after {
  content: " ";
  position: absolute;
  top: 2px;
  left: 9px;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #757575;
  height: 0.5px;
  background-color: #757575;
}

.all-price-wrap.countryStrike .strick-container .range-low::after, .all-price-wrap.countryStrike .strick-container .no-range::after, .all-price-wrap.countryStrike .strick-container del::after, .all-price-wrap.countryStrike .strick-container .promo-high-red::after, .all-price-wrap.countryStrike .strick-container .strike-off-PDP::after, .all-price-wrap.countryStrike .strike-through .range-low::after, .all-price-wrap.countryStrike .strike-through .no-range::after, .all-price-wrap.countryStrike .strike-through del::after, .all-price-wrap.countryStrike .strike-through .promo-high-red::after, .all-price-wrap.countryStrike .strike-through .strike-off-PDP::after, .all-price-wrap.countryStrike .xcc-prices-container .range-low::after, .all-price-wrap.countryStrike .xcc-prices-container .no-range::after, .all-price-wrap.countryStrike .xcc-prices-container del::after, .all-price-wrap.countryStrike .xcc-prices-container .promo-high-red::after, .all-price-wrap.countryStrike .xcc-prices-container .strike-off-PDP::after, .all-price-wrap.countryStrike .strick-price-PDP .range-low::after, .all-price-wrap.countryStrike .strick-price-PDP .no-range::after, .all-price-wrap.countryStrike .strick-price-PDP del::after, .all-price-wrap.countryStrike .strick-price-PDP .promo-high-red::after, .all-price-wrap.countryStrike .strick-price-PDP .strike-off-PDP::after {
  height: unset;
  background-color: unset;
}

.preorder-badge-style {
  position: absolute;
  color: #111;
  text-align: center;
  font-weight: 400;
  pointer-events: none;
}
@media (max-width: 1023.98px) {
  .preorder-badge-style {
    width: 100%;
    padding: 6px 40px 4px;
    margin: 0 auto;
    bottom: 29px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    background: rgba(255, 255, 255, 0.92);
  }
}
@media (min-width: 768px) {
  .preorder-badge-style {
    top: 16.57px;
    left: 0;
    padding: 4px 22px 4px 10px;
    font-size: 12px;
    letter-spacing: 0.25px;
    background-image: url("../images/preorder-rectangle.svg");
    background-repeat: no-repeat;
  }
}
