#collections-page {
  min-height: 95px;
}
@media (min-width: 1026px) {
  #collections-page {
    min-height: 319px;
  }
}

.layout--collections-page {
  position: relative;
}
.layout--collections-page .products-loading svg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  z-index: 11;
}
.layout--collections-page .products-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(255, 255, 255, 0.2);
  z-index: 10;
}

@media (min-width: 1026px) {
  .collections-marketing [data-layout=collections-marketing].filter-not-active #collections-page {
    min-height: 222px !important;
  }
}
.collections-marketing [data-layout=collections-marketing].filter-not-active .product-pager {
  margin: 0 !important;
}
.collections-marketing [data-layout=collections-marketing].filter-not-active .product-pager,
.collections-marketing [data-layout=collections-marketing].filter-not-active .product-list,
.collections-marketing [data-layout=collections-marketing].filter-not-active .product-sorting {
  display: none !important;
}
.collections-marketing [data-layout=collections-marketing].filter-not-active .facets-mobile__menu .facets-filter-toggle {
  width: 100%;
}
.collections-marketing [data-layout=collections-marketing]:not(.filter-not-active) ~ .layout--collections-page--marketing {
  display: none;
}
.collections-marketing [data-layout=collections-marketing].collections-loading ~ .layout--collections-page--marketing {
  position: relative;
}
.collections-marketing [data-layout=collections-marketing].collections-loading ~ .layout--collections-page--marketing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(255, 255, 255, 0.2);
  z-index: 10;
}

.layout--collections-page--marketing .product-card--top {
  margin-bottom: 0 !important;
  padding: 12px !important;
}
@media (min-width: 743px) {
  .layout--collections-page--marketing .product-card--top {
    padding: 16px 16px 24px !important;
  }
}
.layout--collections-page--marketing .product-card--top .top-counter {
  display: none !important;
}

.collection-page .block-views + .block-views {
  display: none !important;
}

.product-list {
  display: grid;
  grid-gap: 20px;
  margin: 20px 0;
}
@media (min-width: 743px) {
  .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .product-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

.product-list__item {
  width: auto;
  min-width: 100%;
}
@media (min-width: 743px) {
  .product-list__item .product-card {
    height: 100%;
  }
}

.facets__wrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1199.98px) {
  .facets__wrapper {
    flex-direction: column;
  }
}

.facets__items {
  display: flex;
  align-items: center;
}

.facets-links {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
  gap: 8px;
}
@media (min-width: 743px) {
  .facets-links {
    gap: 10px;
  }
}

.facets-links-label {
  font-size: 11px;
  font-weight: 500;
  color: #9c9b9b;
  margin-bottom: 8px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
@media (min-width: 1026px) {
  .facets-links-label {
    font-size: 12px;
  }
}
@media (min-width: 1026px) {
  .facets-links-label {
    margin-bottom: 10px;
  }
}

.facets-links-row + .facets-links-row {
  margin-top: 25px;
}

.facets-links__button {
  background: #fff;
  border: 1px solid rgba(229, 230, 232, 0.5);
  box-shadow: 0 4px 15px rgba(27, 28, 31, 0.05);
  border-radius: 26px;
  line-height: 21px;
  font-weight: 500;
  transition: color 0.3s ease, background 0.3s ease;
  color: #2d2d2d;
  padding: 6px 8px;
  font-size: 11px;
}
@media (min-width: 743px) {
  .facets-links__button {
    padding: 8px 10px;
    font-size: 15px;
  }
}
.facets-links__button:hover {
  background: #f5f5f6;
  transition: background 0.3s ease;
}
.facets-links__button.is-active {
  background: #ed1c24;
  color: #fff;
  transition: color 0.3s ease, background 0.3s ease;
}
.facets-links__button.is-active:hover svg {
  transform: scale(0.9);
  transition: transform 0.2s ease;
}
.facets-links__button.is-active svg {
  margin-left: 15px;
}
.facets-links__button.is-active span {
  color: rgba(229, 230, 232, 0.7);
  transition: color 0.3s ease;
}
.facets-links__button span {
  color: #9c9b9b;
}

@media (max-width: 1199.98px) {
  .facets__item,
.facets__items {
    width: 100%;
  }
}

.facets__reset,
.facets-mobile__reset {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

@media (max-width: 1199.98px) {
  .collections__products .product-filter-wrapper {
    display: none;
  }
}

.product-sorting {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .product-sorting {
    border: 1px solid #f5f5f6;
    padding: 10px 15px !important;
  }
}
.product-sorting .vs__selected {
  padding-right: 15px;
  line-height: 1.3;
}

.product-sort-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-sort-wrapper .v-select {
  margin-left: auto;
  border-radius: 16px;
  border: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.1px;
}
@media (min-width: 1200px) {
  .product-sort-wrapper .v-select {
    max-width: 200px;
  }
}
.product-sort-wrapper .v-select .vs__actions {
  display: none;
}
.product-sort-wrapper .v-select .vs__dropdown-toggle {
  width: 200px;
  cursor: pointer;
}
.product-sort-wrapper .v-select .vs__selected-options {
  position: relative;
  padding: 10px 16px;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .product-sort-wrapper .v-select .vs__selected-options {
    border-radius: 16px;
    border: 1px solid transparent;
    background-color: #fff;
  }
}
.product-sort-wrapper .v-select .vs__selected-options::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.product-sort-wrapper .v-select .vs__dropdown-menu {
  position: absolute;
  z-index: 100;
  width: 200px;
  background-color: #fff;
  padding: 0;
  border: 1px solid #ed1c24;
  border-radius: 0 0 4px 4px;
  border-top: none;
}
@media (max-width: 1199.98px) {
  .product-sort-wrapper .v-select .vs__dropdown-menu {
    top: -240px;
    left: 0;
    width: 100%;
    border: 1px solid #ed1c24;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
  }
}
.product-sort-wrapper .v-select .vs__dropdown-menu li {
  list-style: none;
  padding: 5px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-sort-wrapper .v-select .vs__dropdown-menu li:hover, .product-sort-wrapper .v-select .vs__dropdown-menu li.vs__dropdown-option--selected {
  background-color: #cdf1fc;
}
.product-sort-wrapper .v-select input {
  width: 0;
  height: 0;
  border: none;
  font-size: 0;
  opacity: 0;
}
@media (min-width: 1200px) {
  .product-sort-wrapper .vs--open .vs__selected-options {
    border: 1px solid #ed1c24;
    border-radius: 4px 4px 0 0;
    border-bottom-color: transparent;
  }
}

.facets {
  background: #fff;
  border-top: #f5f5f6 solid 1px;
  margin-bottom: 40px;
}

.collections__filter {
  display: flex;
  flex-direction: column;
}
.collections__filter .facets {
  order: -1;
}
.collections__filter .nav-pills {
  position: relative;
  flex-wrap: nowrap;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .collections__filter .nav-pills {
    flex-direction: column;
  }
}
.collections__filter .nav-pills::after {
  background: #f5f5f6;
  height: 1px;
  width: 150vw;
  content: "";
  position: absolute;
  bottom: 0;
  left: -50vw;
}
.collections__filter .tab-pane {
  padding: 30px 40px 30px 0;
  position: relative;
  left: -108px;
  width: 100vw;
}
.collections__filter .tab-pane::before {
  background: rgba(229, 230, 232, 0.7);
  content: "";
  width: 200vw;
  left: -50vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.collections__filter .tab-pane .btn-close {
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .collections__filter .nav-link {
    justify-content: space-between;
  }
}
.collections__filter .nav-link .icon {
  transition: transform 0.3s ease;
}
.collections__filter .nav-link.active {
  background: rgba(229, 230, 232, 0.7);
  color: #2d2d2d;
}
.collections__filter .nav-link.active .icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.collections__filter .nav-link:hover {
  background-color: rgba(2, 145, 211, 0.1);
}
.collections__filter .facets__reset,
.collections__filter .nav-link {
  color: #2d2d2d;
  border-radius: 0;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 1440px) {
  .collections__filter .facets__reset,
.collections__filter .nav-link {
    font-size: 15px;
  }
}
.collections__filter .badge:not(:empty) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ed1c24;
  height: 20px;
  min-width: 20px;
  color: #fff;
  font-family: sans-serif;
  border-radius: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  box-shadow: 0 0 0 1px #fff;
  padding: 4px 6px;
  text-decoration: none;
  transform: scale(0.9);
}
.collections__filter .facets__first {
  font-size: 13px;
  color: #2d2d2d;
  line-height: 24px;
  font-weight: 500;
  min-width: 108px;
}
@media (min-width: 1200px) {
  .collections__filter .facets__first {
    padding-left: 0 !important;
  }
}
.collections__filter .nav-link,
.collections__filter .facets__first,
.collections__filter .facets__reset {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 24px 17px;
}
@media (max-width: 1199.98px) {
  .collections__filter .nav-link,
.collections__filter .facets__first,
.collections__filter .facets__reset {
    width: 100%;
    padding: 20px 17px;
    border-bottom: 1px solid #e5e6e8;
  }
}
@media (min-width: 1200px) {
  .collections__filter .nav-item {
    border-right: 1px solid #f5f5f6;
  }
  .collections__filter .nav-item:nth-of-type(1) {
    border-left: 1px solid #f5f5f6;
  }
}

.layout--collections-page {
  display: flex;
  flex-direction: column;
}
.layout--collections-page .recent-article-view-slider {
  margin: 0 !important;
}

.collections-info {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .collections-info {
    margin-top: 20px;
  }
}
.collections-info .icon {
  transition: transform 0.3s ease;
}
.collections-info.is-active .icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.collections-info__button {
  display: flex;
  align-items: center;
  column-gap: 8px;
  border: 0;
  background: transparent;
  margin-bottom: 8px;
  padding: 0;
  color: #2d2d2d;
  text-decoration: none;
  text-align: left;
}
.collections-info__button:hover {
  color: #2d2d2d;
}
.collections-info__button .icon {
  display: none;
}
.collections-info__button[aria-expanded=true] .icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.collections-info__title {
  font-size: 30px;
  line-height: 1.4;
  color: #2d2d2d;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 742.98px) {
  .collections-info__title {
    font-size: 20px;
  }
}

.collections-info__description {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 300;
  color: #2d2d2d;
  margin-bottom: 10px;
  max-width: 600px;
}
@media (min-width: 1026px) {
  .collections-info__description {
    font-size: 15px;
  }
}

.collections-info__total-products {
  font-style: italic;
  font-size: 12px;
  color: #adadad;
}
@media (min-width: 1026px) {
  .collections-info__total-products {
    font-size: 13px;
  }
}

div:not(.layout-builder) .layout:not(.layout--collections-page) .collections-info-block {
  opacity: 0;
  height: 0;
}

.collections-info-block {
  order: -1;
}

.collections-info:not(.is-active) .collections-info__description {
  display: none;
}
@media (min-width: 743px) {
  .collections-info:not(.is-active) .collections-info__description {
    display: block;
  }
}

.user--wholesale-1 [data-facet-label=Subscriptions] {
  display: none !important;
}

.product-reviews-summary--full {
  background-color: #f8f8f8;
  padding: 24px 16px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  z-index: 1;
  position: relative;
}
@media (min-width: 1026px) {
  .product-reviews-summary--full {
    padding: 24px;
  }
}
.product-reviews-summary--full:not(:last-child) {
  margin-bottom: 30px;
}
.product-reviews-summary--full > p {
  font-size: 13px;
}
@media (min-width: 1026px) {
  .product-reviews-summary--full > p {
    font-size: 15px;
  }
}
@media (min-width: 743px) {
  .product-reviews-summary--full > p {
    margin-right: 10px;
  }
}

.product-reviews-summary--is-empty {
  margin-bottom: 0 !important;
}

.product-pager {
  margin-bottom: 66px;
}
@media (min-width: 743px) {
  .product-pager {
    margin-bottom: 50px;
  }
}

.product-pager--product-list-is-empty {
  display: none;
}

.collection-page-no-result .collection-page-no-result {
  display: none !important;
}
.collection-page-no-result .views-no-result {
  margin: 24px 0;
}
@media (min-width: 1026px) {
  .collection-page-no-result .views-no-result {
    margin: 40px 0 80px;
  }
}

.collection-page-no-result--sliders {
  position: relative;
  border: solid transparent;
  border-width: 1px 0;
}
.collection-page-no-result--sliders::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.collection-page-no-result--sliders .block {
  position: relative;
  z-index: 1;
}

.view-shop-products .taxonomy-product-sliders .container {
  padding: 0 !important;
}

.no-result-banner {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: none;
  background: #fff;
}

.facets-mobile__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  padding: 8px 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 101;
  box-shadow: 0 6px 35px rgba(27, 28, 31, 0.35);
}
.facets-mobile__menu .product-filter-wrapper {
  margin: 0;
  width: 100%;
}
.facets-mobile__menu .product-filter {
  display: flex;
  align-items: center;
  column-gap: 7px;
  max-width: 100% !important;
  background-position: 94% center;
  outline: none;
  box-shadow: none;
  padding-left: 38px !important;
}
.facets-mobile__menu .product-sorting,
.facets-mobile__menu .facets-filter-toggle {
  flex: 1;
  display: flex;
  align-items: center;
  column-gap: 7px;
}
.facets-mobile__menu .facets-filter-toggle__indicator {
  position: relative;
}
.facets-mobile__menu .facets-filter-toggle__indicator::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #ffaa00;
  position: absolute;
  top: 10px;
  left: 28px;
}
.facets-mobile__menu .product-sorting {
  position: relative;
  margin-bottom: 0;
  max-height: 45px;
  display: flex;
  align-items: center;
}
.facets-mobile__menu .product-sorting svg {
  position: absolute;
  left: 15px;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 1200px) {
  .facets-mobile__menu .product-sorting svg {
    left: 18px;
  }
}
.facets-mobile__menu .product-sorting .vs__selected-options {
  padding: 0;
  position: static;
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize;
  font-weight: 500;
  color: #1b1c1f;
  display: flex;
  border: 0 none !important;
}
@media (max-width: 1199.98px) {
  .facets-mobile__menu .product-sorting .vs__selected-options {
    font-size: 13px;
  }
}
.facets-mobile__menu .product-sorting .vs__selected-options::after {
  right: 15px;
}
.facets-mobile__menu .product-sorting .v-select,
.facets-mobile__menu .product-sorting .vs__dropdown-toggle {
  width: 100%;
}
.facets-mobile__menu .product-sorting .vs__selected {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 38px;
}
.facets-mobile__menu .icon--select-icon-orange {
  margin-left: auto;
}
.facets-mobile__menu .facets-filter-toggle {
  background: #fff;
}
.facets-mobile__menu .product-sorting,
.facets-mobile__menu button.facets-filter-toggle {
  border: 1px solid #f5f5f6;
  border-radius: 16px;
  padding: 10px 15px;
  background-color: #f5f5f6;
  font-size: 15px;
  line-height: 1.4;
  text-transform: capitalize;
  font-weight: 500;
  color: #2d2d2d;
  height: 45px;
}
@media (max-width: 1199.98px) {
  .facets-mobile__menu .product-sorting,
.facets-mobile__menu button.facets-filter-toggle {
    font-size: 13px;
  }
}
.facets-mobile__menu .product-sorting .icon,
.facets-mobile__menu button.facets-filter-toggle .icon {
  margin-left: auto;
}
.facets-mobile__menu .product-sort-wrapper {
  width: 100%;
  margin-left: 25px;
}

.facets-mobile__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.facets-mobile__title-wrapper .facets-mobile__title {
  margin: 0;
}
.facets-mobile__title-wrapper .btn-close {
  margin-right: -4px;
}

.toolbar-fixed .facets-mobile__wrapper .facets-mobile__content {
  height: calc(100% - 50px);
}

.facets-mobile__wrapper .facets-mobile__content {
  bottom: -150vh;
  transition: bottom 0.3s ease;
  position: fixed;
  z-index: 111;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  left: 0;
  height: 100%;
}

.facets-mobile__wrapper.is-active .facets-mobile__content {
  bottom: 0;
}
.facets-mobile__wrapper.is-active .facets-mobile__menu {
  display: none;
}

.facets-mobile .facets-mobile__body {
  overflow-y: auto;
}
.facets-mobile .accordion {
  padding: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.facets-mobile .accordion-button {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  text-shadow: none;
}
.facets-mobile .accordion-button::before {
  transition: transform 0.3s ease;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.facets-mobile .accordion-button:not(.collapsed)::before {
  transform: rotate(180deg) translateY(50%);
  transition: transform 0.3s ease;
}
.facets-mobile .accordion-button::after {
  display: none;
}
.facets-mobile .accordion-button .badge {
  margin-left: 5px;
}
.facets-mobile .accordion-button,
.facets-mobile .facets-mobile__title-wrapper {
  padding: 15px 20px;
  border-bottom: 1px solid #e5e6e8 !important;
}
.facets-mobile .accordion-body {
  padding: 20px;
  background: #f5f5f6;
}
.facets-mobile .facets-mobile__footer {
  background: #fff;
  box-shadow: 0px -6px 30px rgba(0, 0, 0, 0.08);
  margin-top: auto;
}
.facets-mobile .facets-mobile__reset {
  color: #2d2d2d;
  padding: 23px 20px;
}

.facets-overlay {
  position: fixed;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}
.facets-overlay.is-active {
  pointer-events: all;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 1200px) {
  .product-sort-wrapper .vs__selected-options {
    background-color: #fff;
    border-radius: 16px;
  }
}
.product-sort-wrapper .vs__selected-options::after {
  background: url("/sites/reupd.com/themes/reupd/images/icon/select-icon.svg") center/contain no-repeat;
  height: 9px;
  width: 13px;
}
.product-sort-wrapper .v-select .vs__dropdown-menu li:hover, .product-sort-wrapper .v-select .vs__dropdown-menu li.vs__dropdown-option--selected {
  background-color: #002b16;
}

#collections-page {
  background-color: #f5f5f6;
}

.collections__filter .tab-pane::before {
  background: rgba(229, 230, 232, 0.7);
}
.collections__filter .nav-link:hover {
  background: #e7faec;
}
.collections__filter .nav-link.active {
  background: rgba(229, 230, 232, 0.7);
}
.collections__filter .badge:not(:empty) {
  color: #fff;
  background: linear-gradient(266.8deg, #fdb1b1 23.73%, #da746f 100%);
}

.facets-mobile .accordion-button::before {
  background-position: -1em -429.6875em;
  width: 0.75em;
  height: 0.75em;
}
.facets-mobile .accordion-button::before {
  content: " ";
  vertical-align: middle;
  display: inline-block;
  background-image: url("/sites/reupd.com/themes/reupd/images/sprite/sprite.svg?v=548.625");
  background-repeat: no-repeat;
  background-size: 10.3125em 548.625em;
}