section#collection-grid {
  margin-top: 12px;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid {
    margin-top: 0;
  }
}
section#collection-grid .collection-grid--ac.is-loading {
  padding: 0 40px;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid .collection-grid--ac.is-loading {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid .collection-grid--ac .product-card-placeholder {
    width: 50%;
  }
  section#collection-grid .collection-grid--ac .product-card-placeholder:nth-child(2) {
    display: flex;
  }
  section#collection-grid .collection-grid--ac .product-card-placeholder:nth-child(n+3) {
    display: none;
  }
}
section#collection-grid .collection-grid--ac:not(.is-loading) .product-card-placeholder {
  display: none;
}
section#collection-grid .collection-grid--ac .modal-container .modal {
  padding: 0;
  border-radius: 0;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid .collection-grid--ac .modal-container .modal {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}
section#collection-grid .collection-grid--ac .modal-container .modal .close-button {
  height: 30px;
  position: absolute;
  width: 30px;
  cursor: pointer;
  z-index: 999;
  top: 5px;
  right: 5px;
  background: #FFF;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  rotate: none !important;
}
section#collection-grid .collection-grid--ac .modal-container .modal .close-button:hover {
  background: #000;
}
section#collection-grid .collection-grid--ac .modal-container .modal .close-button:hover svg path {
  fill: #fff;
}
section#collection-grid .collection-grid--ac .modal-container .modal iframe {
  max-width: 700px;
  max-height: 450px;
  display: block;
  border-radius: 0;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid .collection-grid--ac .modal-container .modal iframe {
    width: 100%;
    max-height: 100%;
    padding: 0;
    height: 315px;
  }
}
section#collection-grid .collection-grid--ac.has-bg .product-card .product-image img {
  filter: contrast(0.94);
}
section#collection-grid #qf-filter-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 80px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  section#collection-grid #qf-filter-wrapper {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 992px) {
  section#collection-grid #qf-filter-wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  section#collection-grid #qf-filter-wrapper {
    grid-template-columns: 2fr 5fr;
  }
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid #qf-filter-wrapper {
    grid-template-columns: 100%;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper {
  position: sticky;
  width: 100%;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  z-index: 10;
  inset: calc(var(--header-visible-height) - 1px) 0 0 0;
  width: 100%;
  background: #fff;
  padding: 12px 0;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper {
    padding: 8px 12px;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-drawer-toggle {
  height: -moz-fit-content;
  height: fit-content;
  text-wrap: nowrap;
  font-size: 14px;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-drawer-toggle svg {
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-group-display__submit {
    padding-bottom: 15px;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-group-display__submit input {
  width: 100%;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper > .device-select__cta {
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  align-self: center;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper > .device-select__cta {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper > .device-select__cta {
    margin-left: 40px;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .reset-filter-wrapper {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper {
    flex-wrap: wrap;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-scroll-wrapper {
    overflow-y: hidden;
    max-height: 0;
    transition: 0.2s ease-in;
    width: 100vw;
    margin-left: -15px;
    padding: 0 15px;
    background-color: var(--primary-color);
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper.open .mobile-filter-heading {
    padding-bottom: 15px;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper.open .filter-scroll-wrapper {
    overflow-y: scroll;
    max-height: 60vh;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper.open .reset-filter-wrapper {
    display: none;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .product-count {
  align-self: center;
  text-wrap: nowrap;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .product-count {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper > .selected-filter-wrapper {
    order: 999;
    width: 100%;
    overflow-y: auto;
    flex-wrap: nowrap;
    margin-top: 16px;
    position: relative;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper > .selected-filter-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    right: 0;
    width: 25vw;
    transition: opacity 0.2s ease;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    opacity: 0;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper > .selected-filter-wrapper.has-overflow:not(.is-scrolled):after {
    opacity: 1;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper > .selected-filter-wrapper:not(:has(a)) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper > .selected-filter-wrapper {
    margin-left: 8px;
  }
}
@media only screen and (min-width: 992px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper > .selected-filter-wrapper {
    margin-left: 40px;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper > .selected-filter-wrapper .filter-group-display__submit {
  display: none;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .reset {
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 12px;
  font-family: "T-Star", sans-serif;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .reset {
    margin-right: 10px;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper button.drawer__close,
section#collection-grid #qf-filter-wrapper .drawer button.drawer__close {
  padding: 0;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper button svg,
section#collection-grid #qf-filter-wrapper .drawer button svg {
  width: 16px;
  height: 16px;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper button .icon,
section#collection-grid #qf-filter-wrapper .drawer button .icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper button .icon svg,
section#collection-grid #qf-filter-wrapper .drawer button .icon svg {
  width: 10px;
  height: auto;
  pointer-events: none;
}
section#collection-grid #qf-filter-wrapper .drawer .device-select__cta {
  width: calc(100% - 32px);
  margin: 0 16px;
}
section#collection-grid #qf-filter-wrapper .drawer .selected-filter-wrapper {
  padding: 8px 16px 0;
}
section#collection-grid #qf-filter-wrapper .drawer .selected-filter-wrapper:empty {
  display: none;
}
section#collection-grid #qf-filter-wrapper .drawer .selected-filter-wrapper .reset {
  display: none;
}
section#collection-grid #qf-filter-wrapper .drawer .filter-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section#collection-grid #qf-filter-wrapper .drawer .filter-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex: 0 0 auto;
  padding: 16px;
}
section#collection-grid #qf-filter-wrapper .drawer .filter-actions .filter-group-display__submit {
  flex-grow: 1;
}
section#collection-grid #qf-filter-wrapper .drawer .filter-actions .filter-group-display__submit button {
  width: 100%;
  padding: 16px 20px;
}
section#collection-grid #qf-filter-wrapper .drawer .filter-actions .reset-filter-wrapper {
  margin: 0 20px;
}
section#collection-grid #qf-filter-wrapper .drawer .filter-actions .reset-filter-wrapper a {
  font-family: "T-Star", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.7px;
}
section#collection-grid #qf-filter-wrapper .drawer__filters {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 16px;
}
section#collection-grid #qf-filter-wrapper .selected-filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid #qf-filter-wrapper .selected-filter-wrapper .device-select__cta {
    display: none;
  }
}
section#collection-grid #qf-filter-wrapper .selected-filter-wrapper .device-select__cta svg {
  width: 10px;
}
section#collection-grid #qf-filter-wrapper .selected-filter-wrapper .selected-filter {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-wrap: nowrap;
  gap: 4px;
  color: #000;
  background-color: #EEE;
  font-size: 14px;
  padding: 8px;
  line-height: 1;
}
section#collection-grid #qf-filter-wrapper .selected-filter-wrapper .selected-filter span {
  font-size: 14px !important;
}
section#collection-grid #qf-filter-wrapper .selected-filter-wrapper .selected-filter.is-size {
  font-family: "T-Star", sans-serif;
  font-weight: 500;
  background: var(--accent-2-color);
  color: #fff;
  order: -1;
}
section#collection-grid #qf-filter-wrapper .selected-filter-wrapper .selected-filter.is-size svg path {
  fill: #fff;
}
@media (hover: hover) {
  section#collection-grid #qf-filter-wrapper .selected-filter-wrapper .selected-filter:hover {
    text-decoration: line-through;
    opacity: 0.7;
  }
}
section#collection-grid #qf-filter-wrapper .selected-filter-wrapper .selected-filter svg {
  margin: 4px 7px;
  width: 9px;
  height: 9px;
  transition: all 0.3s;
}
section#collection-grid #qf-filter-wrapper .selected-filter-wrapper .selected-filter svg path {
  fill: #000;
}
section#collection-grid #qf-filter-wrapper .colour-swatch-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
section#collection-grid #qf-filter-wrapper .colour-swatch-wrapper .colour-swatch {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #000;
}
section#collection-grid #qf-filter-wrapper .colour-swatch-wrapper .colour-swatch:before {
  content: "";
  position: absolute;
  inset: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
section#collection-grid #qf-filter-wrapper .custom-filter {
  margin-bottom: 24px;
  background-color: white;
  padding: 8px 0;
}
section#collection-grid #qf-filter-wrapper .custom-filter.facet-filter-device, section#collection-grid #qf-filter-wrapper .custom-filter.facet-hidden {
  display: none;
}
section#collection-grid #qf-filter-wrapper .custom-filter label {
  display: block;
  position: relative;
  text-transform: capitalize;
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
}
section#collection-grid #qf-filter-wrapper .custom-filter .button {
  width: unset;
  text-align: center;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-heading {
  margin: 0px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "T-Star", sans-serif;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-heading svg {
  cursor: pointer;
  transition: 0.3s ease;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-heading svg path {
  fill: var(--text-primary-color);
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-body {
  display: none;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-heading svg {
  transform: rotate(180deg);
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--text-primary-color);
  cursor: pointer;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label span {
  font-size: 14px;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label input {
  display: none;
  width: 0;
  height: 0;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label .check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label input:checked + .check + span {
  font-weight: 500;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open.facet-colour .filter-body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open.facet-colour .filter-body label input:checked + .colour-swatch-wrapper .colour-swatch {
  position: relative;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open.facet-colour .filter-body label input:checked + .colour-swatch-wrapper .colour-swatch:before {
  border-color: #000;
}
section#collection-grid #qf-filter-wrapper .sort-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 50vw;
  color: var(--text-primary-color);
  background-color: #fff;
  border-bottom: 1px solid transparent;
  margin-right: auto;
  margin-top: 12px;
}
@media only screen and (max-width: 385px) {
  section#collection-grid #qf-filter-wrapper .sort-container {
    max-width: 45vw;
  }
}
section#collection-grid #qf-filter-wrapper .sort-container.open .icon {
  transform: rotate(180deg) translateY(2px);
}
@media (hover: hover) {
  section#collection-grid #qf-filter-wrapper .sort-container:hover {
    border-bottom-color: #1D1D1D;
  }
}
@media only screen and (min-width: 768px) {
  section#collection-grid #qf-filter-wrapper .sort-container {
    margin-left: auto;
    margin-right: 50px;
  }
}
section#collection-grid #qf-filter-wrapper .sort-container .sort-by-display {
  font-family: "T-Star", sans-serif;
  letter-spacing: 0.7px;
  font-size: 14px;
  text-wrap: nowrap;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
}
section#collection-grid #qf-filter-wrapper .sort-container select {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
section#collection-grid #qf-filter-wrapper .sort-container__list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background-color: #fff;
  padding: 20px 24px 20px 20px;
  display: none;
  flex-direction: column;
  gap: 12px;
  width: 250px;
  z-index: 5;
  border: 1px solid #DCDCDC;
}
section#collection-grid #qf-filter-wrapper .sort-container__list.open {
  display: flex;
}
section#collection-grid #qf-filter-wrapper .sort-container__list > div {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
section#collection-grid #qf-filter-wrapper .sort-container__list > div .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 15px;
}
section#collection-grid #qf-filter-wrapper .sort-container__list > div .box svg {
  width: 15px;
  height: 15px;
}
section#collection-grid #qf-filter-wrapper .sort-container__list > div.selected {
  font-weight: bold;
}
section#collection-grid #qf-filter-wrapper .sort-container .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
section#collection-grid #qf-filter-wrapper .sort-container .icon svg {
  width: 9px;
  pointer-events: none;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 40px;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "T-Star", sans-serif;
  letter-spacing: 0.7px;
  font-size: 14px;
  font-weight: 300;
  padding: 16px 40px;
  line-height: 1;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more .load-more-spinner {
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: absolute;
  right: calc(50% - 12px);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more .load-more-spinner .spinner-circle-outer {
  width: 100%;
  height: 100%;
  --check-color: #fff;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more.loading {
  color: transparent;
  background: #005050;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more.loading .load-more-spinner {
  opacity: 1;
}
section#collection-grid #qf-filter-wrapper .price-wrapper {
  margin-top: 16px;
}
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 .wrapper {
  width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range header h2 {
  font-size: 24px;
  font-weight: 600;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range header p {
  margin-top: 5px;
  font-size: 12px;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .price-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .price-input .price-input-hidden {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .price-input .field {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .price-input .field * {
  font-size: 14px;
}
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: 14px;
  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: 14px;
  align-items: center;
  justify-content: center;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .slider {
  height: 2px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
  translate: 0 -1px;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .slider .progress {
  height: 3px;
  left: 0;
  right: 0;
  position: absolute;
  translate: 0 -50%;
  background: #000;
}
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;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .range-input input.range-min {
  left: -2px;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=range]::-webkit-slider-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #000;
  pointer-events: auto;
  -webkit-appearance: none;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=range]::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border: none;
  border-radius: 50%;
  background: #000;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=range]::-webkit-slider-thumb {
    height: 26px;
    width: 26px;
  }
  section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=range]::-moz-range-thumb {
    height: 26px;
    width: 26px;
  }
}
section#collection-grid #qf-filter-wrapper .price-wrapper button {
  margin-top: 8px;
  width: 100%;
}
section#collection-grid .collection-grid-wrapper {
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid .collection-grid-wrapper {
    padding: 0 5px;
  }
}
section#collection-grid .collection-grid-wrapper .collection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 10px;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid .collection-grid-wrapper .collection-grid.sort-open:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    pointer-events: none;
  }
}
section#collection-grid .collection-grid-wrapper .collection-grid .spinner {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
section#collection-grid .collection-grid-wrapper .collection-grid .spinner .check-circle-outer, section#collection-grid .collection-grid-wrapper .collection-grid .spinner .spinner-circle-outer {
  --circle-size: 100px;
}
section#collection-grid .collection-grid-wrapper .collection-grid.loading .product-card, section#collection-grid .collection-grid-wrapper .collection-grid.loading .collection-ad {
  opacity: 0.6;
  filter: blur(2.4px) grayscale(0.2);
}
section#collection-grid .collection-grid-wrapper .collection-grid.loading .spinner {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid .collection-grid-wrapper .collection-grid {
    gap: 16px 5px;
  }
}
@media only screen and (min-width: 2000px) {
  section#collection-grid .collection-grid-wrapper .collection-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid .collection-grid-wrapper .collection-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid .collection-grid-wrapper .collection-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
section#collection-grid .collection-features__desktop {
  grid-column-end: span 3;
}
@media only screen and (max-width: 1199.98px) {
  section#collection-grid .collection-features__desktop {
    display: none;
  }
}
section#collection-grid .collection-features__mobile {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  section#collection-grid .collection-features__mobile {
    display: block;
    grid-column-end: span 2;
  }
}
section#collection-grid .collection-ad {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 32px;
  min-height: 410px;
  color: #fff;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid .collection-ad {
    padding: 20px 8px;
  }
}
section#collection-grid .collection-ad__carousel {
  width: 100%;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-navigation-size: 16px;
  --swiper-navigation-sides-offset: 16px;
}
section#collection-grid .collection-ad__carousel .swiper-pagination-bullet {
  border: 1px solid #fff;
}
section#collection-grid .collection-ad__carousel .swiper-pagination-bullet-active {
  background-color: #fff;
}
section#collection-grid .collection-ad__carousel .swiper-button-next,
section#collection-grid .collection-ad__carousel .swiper-button-prev {
  transition: opacity 0.2s ease-in-out;
}
section#collection-grid .collection-ad__carousel .swiper-button-next:before, section#collection-grid .collection-ad__carousel .swiper-button-next:after,
section#collection-grid .collection-ad__carousel .swiper-button-prev:before,
section#collection-grid .collection-ad__carousel .swiper-button-prev:after {
  content: "";
}
section#collection-grid .collection-ad__carousel:not(:hover) .swiper-button-next,
section#collection-grid .collection-ad__carousel:not(:hover) .swiper-button-prev {
  opacity: 0;
}
section#collection-grid .collection-ad__carousel:has(.swiper-pagination) .collection-ad {
  padding-bottom: 76px;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid .collection-ad__carousel:has(.swiper-pagination) .collection-ad {
    padding-bottom: 56px;
  }
}
section#collection-grid .collection-ad *:not(img) {
  position: relative;
}
section#collection-grid .collection-ad .bg-img, section#collection-grid .collection-ad .bg-video, section#collection-grid .collection-ad video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
section#collection-grid .collection-ad .bg-img img, section#collection-grid .collection-ad .bg-video img, section#collection-grid .collection-ad video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#collection-grid .collection-ad .video-lazy[data-loaded=true] img {
  opacity: 0;
}
section#collection-grid .collection-ad .video-lazy:not([data-loaded=true]) video {
  opacity: 0;
}
section#collection-grid .collection-ad .logo {
  max-width: 75%;
  height: auto;
  margin: 0 auto auto;
}
section#collection-grid .collection-ad > div:not(.bg-video) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: var(--gap, 40px);
  position: relative;
  z-index: 2;
}
section#collection-grid .collection-ad > div:not(.bg-video).overlay {
  position: absolute;
  inset: 0;
  background: var(--collection-ad-overlay-color);
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid .collection-ad > div:not(.bg-video) {
    gap: var(--gap, 24px);
  }
}
section#collection-grid .collection-ad > div:not(.bg-video) h3 {
  margin-bottom: auto;
  font-family: var(--font-heading-family);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
}
section#collection-grid .collection-ad > div:not(.bg-video) h3 > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
@media only screen and (min-width: 992px) {
  section#collection-grid .collection-ad > div:not(.bg-video) h3 {
    font-size: 16px;
  }
}
section#collection-grid .collection-ad > div:not(.bg-video) .spacer {
  display: flex;
  margin-bottom: auto;
}
section#collection-grid .collection-ad > div:not(.bg-video) .banner-heading, section#collection-grid .collection-ad > div:not(.bg-video) .banner-heading * {
  font-size: 20px;
  font-weight: 700;
}
section#collection-grid .collection-ad > div:not(.bg-video) .banner-text p, section#collection-grid .collection-ad > div:not(.bg-video) .banner-text * p {
  margin: 0;
  font-family: var(--font-heading-family);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
}
section#collection-grid .collection-ad > div:not(.bg-video) .banner-text p > *, section#collection-grid .collection-ad > div:not(.bg-video) .banner-text * p > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
@media only screen and (min-width: 992px) {
  section#collection-grid .collection-ad > div:not(.bg-video) .banner-text p, section#collection-grid .collection-ad > div:not(.bg-video) .banner-text * p {
    font-size: 16px;
  }
}
section#collection-grid .collection-ad > div:not(.bg-video) .banner-text p > *, section#collection-grid .collection-ad > div:not(.bg-video) .banner-text * p > * {
  margin-top: var(--gap, 15px);
}
section#collection-grid .collection-ad > div:not(.bg-video) .banner-text.is-desktop, section#collection-grid .collection-ad > div:not(.bg-video) .banner-text *.is-desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  section#collection-grid .collection-ad > div:not(.bg-video) .banner-text.is-desktop, section#collection-grid .collection-ad > div:not(.bg-video) .banner-text *.is-desktop {
    display: flex;
  }
}
section#collection-grid .collection-ad > div:not(.bg-video) .banner-text.is-mobile, section#collection-grid .collection-ad > div:not(.bg-video) .banner-text *.is-mobile {
  display: flex;
}
@media only screen and (min-width: 768px) {
  section#collection-grid .collection-ad > div:not(.bg-video) .banner-text.is-mobile, section#collection-grid .collection-ad > div:not(.bg-video) .banner-text *.is-mobile {
    display: none;
  }
}
section#collection-grid .collection-ad .button-teal {
  background-color: var(--bg);
  border-color: var(--border);
  color: var(--color);
  border-radius: 0;
  font-family: "T-Star", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin: 0 auto;
  font-weight: 300;
  padding: 16px 20px;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid .collection-ad .button-teal {
    padding: 12px 20px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575.98px) {
  section#collection-grid .collection-ad .button-teal {
    padding: 12px;
  }
}
section#collection-grid .collection-ad .button-teal:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: var(--hover);
}
section#collection-grid .collection-ad-type-a {
  grid-column-end: span 2;
}
section#collection-grid .collection-ad-type-a > div .banner-text {
  max-width: 380px;
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid .collection-ad-type-b {
    grid-column-end: span 1;
  }
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid .mobile-banner {
    grid-column-end: span 2;
    min-height: unset;
  }
  section#collection-grid .mobile-banner > div:not(.bg-video) {
    flex-direction: row;
    align-items: center;
  }
  section#collection-grid .mobile-banner > div:not(.bg-video) h3 {
    margin: 0;
  }
}
section#collection-grid .results-summary {
  margin-top: 32px;
  font-family: "T-Star", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
}

.compare-table-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  min-height: 56px;
  background-color: #fff !important;
  color: #1D1D1D !important;
  border: 1px solid #EEE !important;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
  font-family: "T-Star", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
  line-height: 1.3;
  text-transform: uppercase;
  text-wrap: nowrap;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 40px));
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.compare-table-cta:not(.is-visible) {
  display: none !important;
}
.compare-table-cta .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}
.compare-table-cta svg {
  display: block;
  width: 11px;
  height: 11px;
}
.compare-table-cta svg path {
  fill: #1D1D1D !important;
}
.compare-table-cta.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media only screen and (max-width: 767.98px) {
  .compare-table-cta {
    right: 16px;
    left: 16px;
    bottom: 16px;
    justify-content: center;
    transform: translateY(calc(100% + 16px));
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 24px;
    min-height: 48px;
  }
  .compare-table-cta.is-active {
    transform: translateY(0);
  }
}
