.CSpot2024 {
  --BG-COLOR: #FFF;
  --BORDER-COLOR: #D3CCC8;
  --TEXT-COLOR: #333;
  min-height: 100%;
}

@media(max-width:761px) {
  .CSpot2024 {
    border: 0px solid;
  }
}

#RESULTS .findertile-loader,
#RESULTS .search-result>.finder-tile__wrapper {
  order: 1;
  flex-basis: calc(25% - 30px);
  height: auto;
}

#RESULTS .productplptile-loader {
  flex-basis: calc(25% - 30px);
  order: 4;
  height: auto;
  padding-bottom: 0 !important;
}

#RESULTS .cspot-loader {
  order: 3;
  flex-basis: calc(50% - 20px);
}

#RESULTS .search-result {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;

}

@media(max-width:1023px) {

  #RESULTS .findertile-loader,
  #RESULTS .search-result>.finder-tile__wrapper {
    flex-basis: calc(33.3333333% - 14px);
  }

  #RESULTS .productplptile-loader {
    flex-basis: calc(33.3333333% - 14px);
  }

  #RESULTS .cspot-loader {
    flex-basis: calc(66.66666666% - 7px);
  }

  #RESULTS .search-result {
    gap: 21px;
  }
}

@media(max-width:761px) {

  #RESULTS .findertile-loader,
  #RESULTS .search-result>.finder-tile__wrapper {
    flex-basis: 50%;
  }

  #RESULTS .productplptile-loader {
    flex-basis: 50%;
    border-left: 1px solid #cfcac9;
  }

  #RESULTS .cspot-loader {
    flex-basis: 100%;
  }

  #RESULTS .search-result {
    gap: 0px;
    border-right: 1px solid #cfcac9;
  }


  #RESULTS .search-result::after {
    display: none;
  }
}

.black-friday-2024-header {
  display: flex;
  position: relative;
  width: 100%;
  height: 285px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

i-loader[name="I-CUSTOM-LOADER-DATA"] {
  align-items: flex-start;
  padding-top: 70px;
}

.black-friday-2024-header__background {
  display: block;
  position: absolute;
  width: 2200px;
  left: calc(50% - 1100px);
  top: 0;
  background-color: #000;
}

.black-friday-2024-header__background img {
  display: block;
  width: 100%;
  height: auto;
}

@media(max-width:761px) {
  .black-friday-2024-header {
    height: auto;
  }

  .black-friday-2024-header__background {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
  }
}


.black-friday-2024-categories__button {
  line-height: 20px;
  padding: 8px 16px;
  border: 1px solid #B0A9A5;
  color: #333;
  border-radius: 18px;
  background-color: #fff;
  text-transform: none;
  font-family: var(--font-medium, "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif);
}

.black-friday-2024-categories__button[data-selected="1"] {
  border: 1px solid #333;
}

.black-friday-2024-categories__button:hover {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

.black-friday-2024-categories__button:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

.black-friday-2024-categories {
  padding: 24px;
  background-color: #fff;
  gap: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

#CONTAINER {
  position: relative;
  z-index: 1;
}

#FILTER {
  position: relative;
  z-index: 2;
}

#DETAILS {
  position: relative;
  z-index: 1;
}

#RESULTS {
  position: relative;
  z-index: 1;
  min-height: 470px;
}

.custom-PLP-block {
  position: relative;
  margin: 0 auto;
  max-width: 1250px;
  width: calc(100% - 80px);
}

@media(max-width:1023px) {
  .custom-PLP-block {
    width: calc(100% - 42px);
  }
}

@media(max-width:761px) {
  .custom-PLP-block {
    width: 100%;
  }
}

.custom-PLP-header i-loader {
  display: none;
}

#categoryfilter-accordion {
  display: none !important;
}

.appliedfilterdetails-loader,
.searchbar-loader {
  position: relative;
}

.accordion-category .category-filter-item.sorting-menu-item .sorting-menu-item__link {
  color: #333;
  padding-left: 16px;
  margin: 3px;
}

@media (min-width: 1024px) {
  .accordion-category .category-filter-item {
    height: 45px;
    line-height: 45px;
  }
}

.accordion-category .category-filter-item {
  height: 42px;
  padding-left: 0px;
  cursor: pointer;
  font-family: var(--font-book, "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif);
  font-size: 14px;
  letter-spacing: .196px;
  line-height: 42px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .sortmenu-accordion .sort-item {
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .sortmenu-accordion .sort-item:hover {
    background-color: #f5efeb;
  }
}

.sortmenu-accordion .sort-item {
  height: 43px;
  padding-left: 20px;
  cursor: pointer;
  font-family: var(--font-book, "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif);
  font-size: 14px;
  letter-spacing: .196px;
  line-height: 43px;
  font-weight: normal;
}

.sortmenu-accordion .sort-item.active-option,
.sortmenu-accordion .sort-item.default-option {
  font-family: var(--font-medium, "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif);
  font-size: 14px;
  letter-spacing: .196px;
  line-height: 43px;
  font-weight: 500;
}


#wrapper .accordion-section__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.3px;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #D3CCC8;
  padding: 16px 0;
  text-transform: none;
}

#wrapper .accordion[accordion-disabled=false].arrow-skin .accordion-section__title.black-chevron::after {
  top: calc(50% - 20px);
}

#wrapper .pagedesigner-page-content .display-flex {
  border-top: 1px solid #333;
}

#wrapper .display-flex>div {
  width: 100%;
}

#wrapper .accordion-section__title[aria-expanded="true"]+.accordion-section__wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid #D3CCC8;
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
  #wrapper .accordion-section__title {
      padding: 16px 10px;
  }
}