@media only screen and (max-width: 991.98px) {
  body.mobile-filters-open {
    overflow: hidden;
  }
}
.template-collection-plp-gallery section#collection-grid.grid-empty {
  display: none !important;
}

.template-search section#collection-grid {
  padding-bottom: 44px;
}
@media only screen and (min-width: 992px) {
  .template-search section#collection-grid {
    padding-bottom: 80px;
  }
}

body {
  position: relative;
}
body.loading {
  overflow: hidden !important;
}
body.loading .collection-grid {
  /*
  // Backdrop
  &::before {
    content: '';
    z-index: 10;
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);

  }
  */
}
body.loading .collection-grid::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px transparent;
  border-top: solid 4px #000;
  z-index: 20;
  position: fixed;
  inset: 50% 50% auto auto;
  translate: 50% -50%;
  animation: spin 1s linear infinite;
}
body.loading .collection-grid .product-card {
  filter: blur(5px);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section#collection-grid {
  margin-top: 48px;
}
section#collection-grid .page-width {
  max-width: 1400px;
}
section#collection-grid h1 {
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  section#collection-grid h1 {
    margin: 0 0 24px;
  }
}
section#collection-grid.collection-grid-reuseable {
  margin: 0;
  padding: 44px 0;
}
@media only screen and (min-width: 992px) {
  section#collection-grid.collection-grid-reuseable {
    padding: 80px 0;
  }
}
section#collection-grid.collection-grid-reuseable h1,
section#collection-grid.collection-grid-reuseable h2 {
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  section#collection-grid.collection-grid-reuseable h1,
  section#collection-grid.collection-grid-reuseable h2 {
    margin: 0 0 24px;
  }
}
section#collection-grid.collection-grid-reuseable .collection-grid-title p {
  max-width: 800px;
  margin: 0 0 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 992px) {
  section#collection-grid.collection-grid-reuseable .collection-grid-title p {
    margin: 0 0 32px;
  }
}
section#collection-grid .breadcrumbs {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .desktop-filter-heading {
    display: none;
  }
}
section#collection-grid #qf-filter-wrapper .reset-filters {
  display: none;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .reset-filters {
    padding: 16px 0;
  }
}
@media only screen and (min-width: 992px) {
  section#collection-grid #qf-filter-wrapper .reset-filters:hover {
    text-decoration: none;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper {
  display: flex;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
  margin-top: 24px;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-artworks-title {
  display: none;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-artworks-title h2 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-artworks-title {
    display: block;
    margin: 0 0 24px;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading {
  padding: 0 0 20px;
  margin: 0 0 24px;
  border-bottom: 1px solid #E1E1E1;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading .open-mobile-filters {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 0;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading .open-mobile-filters svg {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading .sort-container-mobile {
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading .sort-container-mobile {
    display: none;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading .sort-container-mobile:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  pointer-events: none;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 23'%3E%3Cg clip-path='url(%23icon-sort-a)' stroke='%231B1B1B' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12.375 15.268 3.438 3.437 3.437-3.437M15.813 10.455v8.25M4.125 11.83h6.188M4.125 6.33h11.688M4.125 17.33h4.813'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='icon-sort-a'%3E%3Cpath fill='%23fff' d='M0 .83h22v22H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading .sort-container-mobile select {
  background-color: white;
  padding: 0;
  border: none;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.02em;
  -webkit-appearance: none;
  padding-right: 22px;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading .sort-container-mobile select:focus {
  outline: none;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper {
    display: none;
    animation-name: fadeFilterLeft;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-duration: 1s;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 120;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .custom-filter-wrapper-title {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .custom-filter-wrapper-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 20px;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .custom-filter-wrapper-title h2 {
    font-size: 26px;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .custom-filter-wrapper-title .close-mobile-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .custom-filter-wrapper-title .close-mobile-filters svg {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 992px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #DAD9D6;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 992px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .custom-filter-wrapper-inner {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .custom-filter-wrapper-inner {
    padding: 0 40px;
    overflow-y: scroll;
    height: calc(100% - 80px);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .custom-filter-wrapper-inner::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .filter-container {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .filter-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .filter-container .custom-filter[data-theme=Style] {
  order: 1;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .filter-container .custom-filter[data-theme=Size] {
  order: 2;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .filter-container .custom-filter[data-theme=Subject] {
  order: 3;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .filter-container .custom-filter[data-theme=Colour] {
  order: 4;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .filter-container .custom-filter[data-theme=Style], section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .filter-container .custom-filter[data-theme=Movement] {
  display: none !important;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-view-filter {
  width: 100%;
  position: relative;
  display: block;
}
@media only screen and (min-width: 992px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-view-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 14px;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-view-filter .filter-view-options {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  margin: 14px 0;
}
@media only screen and (min-width: 992px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-view-filter .filter-view-options {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-view-filter .filter-view-options .filter-view-option {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 0;
  color: var(--primary-color);
  cursor: pointer;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-view-filter .filter-view-options .filter-view-option:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--primary-color);
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-view-filter .filter-view-options .filter-view-option:hover:before {
  width: 100%;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-view-filter .filter-view-options .filter-view-option.active:before {
  width: 100%;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-view-filter .filter-view-results {
  display: none;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-view-filter .filter-view-results {
    display: block;
  }
}
section#collection-grid #qf-filter-wrapper .custom-filter {
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .custom-filter {
    padding: 16px 0;
    border-bottom: 1px solid #E1E1E1;
  }
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .custom-filter:last-child {
    border-bottom: none;
  }
}
section#collection-grid #qf-filter-wrapper .custom-filter[data-theme=Size] .filter-body label span {
  text-transform: inherit;
  position: relative;
}
section#collection-grid #qf-filter-wrapper .custom-filter[data-theme=Availability] .filter-body label span {
  display: flex;
  align-items: center;
}
section#collection-grid #qf-filter-wrapper .custom-filter[data-theme=Availability] .filter-body label span i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  margin-right: 8px;
}
section#collection-grid #qf-filter-wrapper .custom-filter[data-theme=Availability] .filter-body label[data-term="Available Online"] span i {
  background-color: #6AF03B;
}
section#collection-grid #qf-filter-wrapper .custom-filter[data-theme=Availability] .filter-body label[data-term="Available in Location"] span i {
  background-color: #6AF03B;
}
section#collection-grid #qf-filter-wrapper .custom-filter[data-theme=Availability] .filter-body label[data-term="Limited Availability"] span i {
  background-color: #EE7200;
}
section#collection-grid #qf-filter-wrapper .custom-filter[data-theme=Availability] .filter-body label[data-term="Not Available"] span i {
  background-color: #F03B3B;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-heading {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 0;
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .custom-filter .filter-heading {
    height: 25px;
    width: 100%;
    justify-content: space-between;
  }
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-heading span {
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-heading svg {
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin-left: 6px;
  transition: 0.3s ease;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-body {
  display: none;
  padding: 16px 0 0;
  padding-left: 2px;
  background: white;
  box-sizing: border-box;
  z-index: 12;
  animation-name: fadeFilter;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-duration: 1s;
  position: absolute;
  top: 39px;
  left: -16px;
  width: 272px;
  padding: 16px;
  box-shadow: 0 37px 50px rgba(0, 0, 0, 0.12);
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-body label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-body label.visible {
  pointer-events: all;
  opacity: 1;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-body label.disabled {
  pointer-events: none;
  opacity: 0.3;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-body label span {
  position: relative;
  display: block;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--primary-color);
  text-transform: capitalize;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-body label span:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -30px;
  width: 17px;
  height: 17px;
  background: white;
  border: 1px solid #E1E1E1;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-body label span:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -27px;
  opacity: 0;
  width: 13px;
  height: 13px;
  background: var(--primary-color);
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-body label input {
  margin: 0;
  width: 17px;
  height: 17px;
  opacity: 0;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-body label input:checked + span:before {
  border-color: var(--primary-color) !important;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-body label input:checked + span:after {
  opacity: 1 !important;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-body button.mobile-apply-filter {
  display: block;
  background: transparent;
  color: var(--primary-color);
  border: none;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 4px 0 0;
  order: 99999;
}
@media only screen and (min-width: 992px) {
  section#collection-grid #qf-filter-wrapper .custom-filter .filter-body button.mobile-apply-filter {
    display: none;
  }
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-body button.mobile-apply-filter:focus {
  outline: none;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-body button.mobile-apply-filter:hover {
  text-decoration: none;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-heading svg {
  transform: rotateX(180deg);
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 200px;
  overflow-y: scroll;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body::-webkit-scrollbar {
  width: 4px;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body::-webkit-scrollbar-track {
  background-color: #ffffff;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
}
section#collection-grid #qf-filter-wrapper .sort-container {
  cursor: pointer;
  position: relative;
  margin-left: auto;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .sort-container {
    display: none;
  }
}
section#collection-grid #qf-filter-wrapper .sort-container:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  pointer-events: none;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 6'%3E%3Cpath d='m1 1.08 3.5 3.5L8 1.08' stroke='%231B1B1B'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section#collection-grid #qf-filter-wrapper .sort-container select {
  background-color: white;
  padding: 0;
  border: none;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding-right: 16px;
}
section#collection-grid #qf-filter-wrapper .sort-container select:focus {
  outline: none;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more {
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  margin: 40px auto;
  margin-top: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more.loading {
  min-width: 131px;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more.loading::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: var(--button-1-hover-color);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: btn_loading 1s linear infinite;
}
@keyframes btn_loading {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
  100% {
    content: "Loading...";
  }
}
section#collection-grid #qf-filter-wrapper .price-wrapper .price-input-hidden {
  display: none;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range ::-moz-selection {
  color: #fafafa;
  background: #000;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range ::selection {
  color: #fafafa;
  background: #000;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .price-input {
  width: 98%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .price-input .field {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  letter-spacing: 0.02em;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .price-input .field:first-of-type input {
  text-align: left;
  padding-left: 5px;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .price-input .field:last-of-type input {
  text-align: right;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .field input {
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  outline: none;
  font-size: 12px;
  border: none;
  -moz-appearance: textfield;
  background: #FAFAFA;
  -webkit-appearance: none;
  max-width: 37px;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=number]::-webkit-outer-spin-button,
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .slider {
  height: 1px;
  position: relative;
  background: #E1E1E1;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .slider .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  background: #E1E1E1;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .range-input {
  position: relative;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .range-input input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: white;
  border: 1px solid #E1E1E1;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: white;
  border: 1px solid #E1E1E1;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=range]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
  }
  section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=range]::-moz-range-thumb {
    height: 17px;
    width: 17px;
  }
}
section#collection-grid #qf-filter-wrapper .price-wrapper button#applyPriceRange {
  display: block;
  background: transparent;
  color: var(--primary-color);
  border: none;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 24px 0 0;
}
section#collection-grid #qf-filter-wrapper .price-wrapper button#applyPriceRange:focus {
  outline: none;
}
section#collection-grid #qf-filter-wrapper .price-wrapper button#applyPriceRange:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .desktop-filter-heading {
    display: none;
  }
}
section#collection-grid #ac-filter-wrapper .reset-filters {
  display: none;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .reset-filters {
    padding: 16px 0;
  }
}
@media only screen and (min-width: 992px) {
  section#collection-grid #ac-filter-wrapper .reset-filters:hover {
    text-decoration: none;
  }
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper {
  display: flex;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
  margin-top: 24px;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .mobile-artworks-title {
  display: none;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .mobile-artworks-title h2 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .mobile-artworks-title {
    display: block;
    margin: 0 0 24px;
  }
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .mobile-filter-heading {
  display: none;
  padding: 0 0 20px;
  margin: 0 0 24px;
  border-bottom: 1px solid #E1E1E1;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .mobile-filter-heading {
    margin: 0;
  }
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .mobile-filter-heading .open-mobile-filters {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 0;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .mobile-filter-heading .open-mobile-filters svg {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .mobile-filter-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .mobile-filter-heading .sort-container-mobile {
  max-width: 130px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .mobile-filter-heading .sort-container-mobile {
    display: none;
  }
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .mobile-filter-heading .sort-container-mobile:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  pointer-events: none;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .mobile-filter-heading .sort-container-mobile select {
  background-color: white;
  padding: 0;
  border: none;
  width: 60%;
  font-size: 14px;
  letter-spacing: 0.02em;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .mobile-filter-heading .sort-container-mobile select:focus {
  outline: none;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper {
    display: none;
    animation-name: fadeFilterLeft;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-duration: 1s;
  }
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 120;
  }
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .custom-filter-wrapper-title {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .custom-filter-wrapper-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 20px;
  }
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .custom-filter-wrapper-title h2 {
    font-size: 26px;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .custom-filter-wrapper-title .close-mobile-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
  }
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .custom-filter-wrapper-title .close-mobile-filters svg {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 992px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #DAD9D6;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 992px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .custom-filter-wrapper-inner {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .custom-filter-wrapper-inner {
    padding: 0 40px;
    overflow-y: scroll;
    height: calc(100% - 80px);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .custom-filter-wrapper-inner::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
}
@media only screen and (min-width: 992px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .filter-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .filter-container .custom-filter[data-theme=Style] {
  order: 1;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .filter-container .custom-filter[data-theme=Size] {
  order: 2;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .filter-container .custom-filter[data-theme=Subject] {
  order: 3;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .filter-container .custom-filter[data-theme=Colour] {
  order: 4;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .filter-container .custom-filter[data-theme=Style], section#collection-grid #ac-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .filter-container .custom-filter[data-theme=Movement] {
  display: none !important;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper {
    position: fixed;
    background: #fff;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper {
    animation-name: fadeFilterLeft;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-duration: 1s;
  }
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 120;
  }
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper .custom-filter-wrapper-title {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper .custom-filter-wrapper-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 20px;
  }
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper .custom-filter-wrapper-title h2 {
    font-size: 26px;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper .custom-filter-wrapper-title .close-mobile-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
  }
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper .custom-filter-wrapper-title .close-mobile-filters svg {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 992px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #DAD9D6;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 992px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper .custom-filter-wrapper-inner {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper .custom-filter-wrapper-inner {
    padding: 0 20px;
    overflow-y: scroll;
    height: calc(100% - 80px);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper .custom-filter-wrapper-inner::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
}
@media only screen and (min-width: 992px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper .filter-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper .filter-container .custom-filter[data-theme=Style] {
  order: 1;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper .filter-container .custom-filter[data-theme=Size] {
  order: 2;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper .filter-container .custom-filter[data-theme=Subject] {
  order: 3;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper .filter-container .custom-filter[data-theme=Colour] {
  order: 4;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper .filter-container .custom-filter[data-theme=Style], section#collection-grid #ac-filter-wrapper .filter-container-wrapper .ac-custom-filter-wrapper .filter-container .custom-filter[data-theme=Movement] {
  display: none !important;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .filter-view-filter {
  position: relative;
  display: block;
}
@media only screen and (min-width: 992px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .filter-view-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
  }
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .filter-view-filter .filter-view-options {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 8px;
  margin: 14px 0;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .filter-view-filter .filter-view-options .filter-view-option {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 0;
  color: var(--primary-color);
  cursor: pointer;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .filter-view-filter .filter-view-options .filter-view-option:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--primary-color);
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
}
@media only screen and (min-width: 992px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .filter-view-filter .filter-view-options .filter-view-option:hover:before {
    width: 100%;
  }
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .filter-view-filter .filter-view-options .filter-view-option.active:before {
    width: 100%;
  }
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .filter-view-filter .filter-view-options .filter-view-option.active svg g g {
  fill: #1b1b1b;
}
section#collection-grid #ac-filter-wrapper .filter-container-wrapper .filter-view-filter .filter-view-results {
  display: none;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  section#collection-grid #ac-filter-wrapper .filter-container-wrapper .filter-view-filter .filter-view-results {
    display: block;
  }
}
section#collection-grid #ac-filter-wrapper .custom-filter {
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .custom-filter {
    padding: 16px 0;
    border-bottom: 1px solid #E1E1E1;
  }
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .custom-filter:last-child {
    border-bottom: none;
  }
}
section#collection-grid #ac-filter-wrapper .custom-filter[data-theme=Size] .filter-body label span {
  text-transform: inherit;
  position: relative;
}
section#collection-grid #ac-filter-wrapper .custom-filter[data-theme=Availability] .filter-body label span {
  display: flex;
  align-items: center;
}
section#collection-grid #ac-filter-wrapper .custom-filter[data-theme=Availability] .filter-body label span i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  margin-right: 8px;
}
section#collection-grid #ac-filter-wrapper .custom-filter[data-theme=Availability] .filter-body label[data-term="Available Online"] span i {
  background-color: #6AF03B;
}
section#collection-grid #ac-filter-wrapper .custom-filter[data-theme=Availability] .filter-body label[data-term="Available in Location"] span i {
  background-color: #6AF03B;
}
section#collection-grid #ac-filter-wrapper .custom-filter[data-theme=Availability] .filter-body label[data-term="Limited Availability"] span i {
  background-color: #EE7200;
}
section#collection-grid #ac-filter-wrapper .custom-filter[data-theme=Availability] .filter-body label[data-term="Not Available"] span i {
  background-color: #F03B3B;
}
section#collection-grid #ac-filter-wrapper .custom-filter .filter-heading {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 0;
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-heading {
    height: 25px;
    width: 100%;
    justify-content: space-between;
  }
}
section#collection-grid #ac-filter-wrapper .custom-filter .filter-heading span {
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
section#collection-grid #ac-filter-wrapper .custom-filter .filter-heading svg {
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin-left: 6px;
  transition: 0.3s ease;
}
section#collection-grid #ac-filter-wrapper .custom-filter .filter-body {
  display: none;
  z-index: 12;
  animation-name: fadeFilter;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-duration: 1s;
  margin-top: 24px;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body div {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body {
    padding: 16px 0 0;
    padding-left: 2px;
    background: white;
    box-sizing: border-box;
    z-index: 13;
    margin-top: 0px;
    animation-name: fadeFilter;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-duration: 1s;
    position: absolute;
    top: 39px;
    left: -16px;
    width: 272px;
    padding: 16px;
    box-shadow: 0 37px 50px rgba(0, 0, 0, 0.12);
  }
}
section#collection-grid #ac-filter-wrapper .custom-filter .filter-body label,
section#collection-grid #ac-filter-wrapper .custom-filter .filter-body a {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body label,
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body a {
    gap: 12px;
    font-size: 14px;
    letter-spacing: 0.02em;
    cursor: pointer;
    pointer-events: all;
    opacity: 1;
  }
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body label.visible,
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body a.visible {
    pointer-events: all;
    opacity: 1;
  }
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body label.disabled,
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body a.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body label span,
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body a span {
    position: relative;
    display: block;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: var(--primary-color);
    text-transform: capitalize;
  }
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body label span:before,
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body a span:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -30px;
    width: 17px;
    height: 17px;
    background: white;
    border: 1px solid #E1E1E1;
  }
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body label span:after,
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body a span:after {
    content: "";
    position: absolute;
    top: 0px;
    left: -27px;
    opacity: 0;
    width: 13px;
    height: 13px;
    background: var(--primary-color);
  }
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body label input,
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body a input {
    margin: 0;
    width: 17px;
    height: 17px;
    opacity: 0;
  }
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body label input:checked + span:before,
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body a input:checked + span:before {
    border-color: var(--primary-color) !important;
  }
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body label input:checked + span:after,
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body a input:checked + span:after {
    opacity: 1 !important;
  }
}
section#collection-grid #ac-filter-wrapper .custom-filter .filter-body button.mobile-apply-filter {
  display: block;
  background: transparent;
  color: var(--primary-color);
  border: none;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 4px 0 0;
  order: 99999;
}
@media only screen and (min-width: 992px) {
  section#collection-grid #ac-filter-wrapper .custom-filter .filter-body button.mobile-apply-filter {
    display: none;
  }
}
section#collection-grid #ac-filter-wrapper .custom-filter .filter-body button.mobile-apply-filter:focus {
  outline: none;
}
section#collection-grid #ac-filter-wrapper .custom-filter .filter-body button.mobile-apply-filter:hover {
  text-decoration: none;
}
section#collection-grid #ac-filter-wrapper .custom-filter.open .filter-heading svg {
  transform: rotateX(180deg);
}
section#collection-grid #ac-filter-wrapper .custom-filter.open .filter-body {
  display: inline-block !important;
}
@media only screen and (min-width: 992px) {
  section#collection-grid #ac-filter-wrapper .custom-filter.open .filter-body {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    max-height: 200px;
    overflow-y: scroll;
  }
  section#collection-grid #ac-filter-wrapper .custom-filter.open .filter-body::-webkit-scrollbar {
    width: 4px;
  }
  section#collection-grid #ac-filter-wrapper .custom-filter.open .filter-body::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
  section#collection-grid #ac-filter-wrapper .custom-filter.open .filter-body::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
  }
}
section#collection-grid #ac-filter-wrapper .sort-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin-left: auto;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .sort-container {
    display: none;
  }
}
section#collection-grid #ac-filter-wrapper .sort-container:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  pointer-events: none;
  width: 10px;
  height: 10px;
}
section#collection-grid #ac-filter-wrapper .sort-container select {
  background-color: white;
  padding: 0;
  border: none;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 0 16px;
}
section#collection-grid #ac-filter-wrapper .sort-container select:focus {
  outline: none;
}
section#collection-grid #ac-filter-wrapper .custom-filter-load-more {
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  margin: 40px auto;
  margin-top: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
section#collection-grid #ac-filter-wrapper .custom-filter-load-more.loading {
  min-width: 131px;
}
section#collection-grid #ac-filter-wrapper .custom-filter-load-more.loading::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: var(--button-1-hover-color);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: btn_loading 1s linear infinite;
}
@keyframes btn_loading {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
  100% {
    content: "Loading...";
  }
}
section#collection-grid #ac-filter-wrapper .price-wrapper .price-input-hidden {
  display: none;
}
section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range ::-moz-selection {
  color: #fafafa;
  background: #000;
}
section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range ::selection {
  color: #fafafa;
  background: #000;
}
section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range .price-input {
  width: 98%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px;
}
section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range .price-input .field {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  letter-spacing: 0.02em;
}
section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range .price-input .field:first-of-type input {
  text-align: left;
  padding-left: 5px;
}
section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range .price-input .field:last-of-type input {
  text-align: right;
}
section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range .field input {
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  outline: none;
  font-size: 12px;
  border: none;
  -moz-appearance: textfield;
  background: #FAFAFA;
  -webkit-appearance: none;
  max-width: 37px;
}
section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range input[type=number]::-webkit-outer-spin-button,
section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range .slider {
  height: 1px;
  position: relative;
  background: #E1E1E1;
}
section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range .slider .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  background: #E1E1E1;
}
section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range .range-input {
  position: relative;
}
section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range .range-input input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: white;
  border: 1px solid #E1E1E1;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: white;
  border: 1px solid #E1E1E1;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range input[type=range]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
  }
  section#collection-grid #ac-filter-wrapper .price-wrapper .custom-range input[type=range]::-moz-range-thumb {
    height: 17px;
    width: 17px;
  }
}
section#collection-grid #ac-filter-wrapper .price-wrapper button#applyPriceRange {
  display: block;
  background: transparent;
  color: var(--primary-color);
  border: none;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 24px 0 0;
}
section#collection-grid #ac-filter-wrapper .price-wrapper button#applyPriceRange:focus {
  outline: none;
}
section#collection-grid #ac-filter-wrapper .price-wrapper button#applyPriceRange:hover {
  text-decoration: none;
}
section#collection-grid #ac-filter-wrapper .selected-filters {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  section#collection-grid #ac-filter-wrapper .selected-filters {
    margin-top: 24px;
  }
}
section#collection-grid #ac-filter-wrapper .selected-filters div a {
  display: flex;
  flex-direction: row;
}
section#collection-grid #ac-filter-wrapper .selected-filters a {
  display: flex;
  flex-direction: row;
  margin-right: 6px;
  background-color: #1b1b1b;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 6px;
}
section#collection-grid #ac-filter-wrapper .selected-filters a:after {
  content: "x";
  display: flex;
  flex-direction: row;
  width: 10px;
  height: 10px;
  color: #fff;
  margin-left: 10px;
  font-weight: 600;
}
section#collection-grid #ac-filter-wrapper .selected-filters a:first-child::after {
  display: none;
}
section#collection-grid .collection-grid-wrapper {
  box-sizing: border-box;
}
@media screen and (min-width: 1430px) {
  section#collection-grid .collection-grid-wrapper.page-width {
    padding: 0px;
  }
}
section#collection-grid .collection-grid-wrapper .collection-grid.collection-grid-one-column {
  grid-template-columns: repeat(1, 1fr);
}
section#collection-grid .collection-grid-wrapper .collection-grid.collection-grid-two-column {
  grid-template-columns: repeat(2, 1fr) !important;
}
section#collection-grid .collection-grid-wrapper .collection-grid.collection-grid-three-column {
  grid-template-columns: repeat(3, 1fr) !important;
}
section#collection-grid .collection-grid-wrapper .collection-grid.collection-grid-four-column {
  grid-template-columns: repeat(4, 1fr);
}
section#collection-grid .collection-grid-wrapper .collection-grid .product-card {
  width: 100%;
  position: relative;
}
section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-image-wrapper {
  background: linear-gradient(to bottom, #DBDAD9 0%, #F7F7F6 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 3/4;
  width: 100%;
}
section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-image-wrapper a.image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-image-wrapper a.image.hover {
  cursor: pointer;
}
section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-image-wrapper .product-image {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -10px;
}
section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-image-wrapper .product-image img.primary-image {
  display: block;
  width: 75%;
  height: auto;
  margin: 0 auto;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 2;
}
section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-image-wrapper .product-image img.hover-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: auto;
  max-width: none;
  height: auto;
  transition: opacity 0.3s ease 0.25s, transform 0.3s ease;
  pointer-events: none;
  z-index: 1;
  /* behind primary */
  opacity: 0;
  /* hidden initially */
}
section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-image-wrapper .product-image a.image.hover:hover img.hover-image {
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-image-wrapper .product-image .product-card.hovered {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-image .image.hover .hover-image {
  position: absolute;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-image .image.hover:hover .hover-image {
  opacity: 1;
  transition: opacity 0.3s ease;
}
section#collection-grid .collection-grid-wrapper .collection-grid.collection-grid-one-column .product-card {
  width: 100%;
}
section#collection-grid .collection-grid-wrapper .collection-grid.collection-grid-one-column .product-card .product-image {
  align-items: center !important;
}
section#collection-grid .collection-grid-wrapper .collection-grid.collection-grid-two-column .product-card .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
section#collection-grid .collection-grid-wrapper .collection-grid.collection-grid-four-column .product-card {
  width: 100%;
}

.page-search section#collection-grid #qf-filter-wrapper {
  margin-top: 88px;
}
@media only screen and (min-width: 1399.98px) {
  .page-search section#collection-grid #qf-filter-wrapper {
    margin-top: 160px;
  }
}

.custom-filter-no-posts {
  text-align: center;
}
.custom-filter-no-posts a {
  text-decoration: underline;
}
.custom-filter-no-posts a:hover {
  text-decoration: none;
}

@media (min-width: 1600px) {
  .discount-collection-slider-section section#collection-grid .collection-grid-wrapper .collection-grid:not(.collection-grid-four-column) .product-card {
    width: calc(33.333333% - 20px);
  }
}

@keyframes fadeFilterLeft {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFilter {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.show-on-mobile {
  display: block !important;
}

.show-flex {
  display: flex;
}

/* Default: desktop first */
.filter-view-option[data-column="1"],
.filter-view-option[data-column="2"] {
  display: none;
}

.filter-view-option[data-column="3"],
.filter-view-option[data-column="4"] {
  display: inline-block; /* or flex, depending on your layout */
}

/* Mobile override */
@media (max-width: 768px) {
  .filter-view-option[data-column="1"],
  .filter-view-option[data-column="2"] {
    display: inline-block; /* or flex */
  }
  .filter-view-option[data-column="3"],
  .filter-view-option[data-column="4"] {
    display: none;
  }
}
