section#collection-grid h1,
section#collection-grid h2 {
  font-size: 24px;
}
section#collection-grid input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
section#collection-grid #qf-filter-wrapper {
  display: flex;
  gap: 50px;
  margin-bottom: 80px;
}
section#collection-grid #qf-filter-wrapper .desktop-filter-heading {
  text-transform: capitalize;
  text-align: center;
  color: #000000;
  font-size: 20px;
}
@media (max-width: 1024px) {
  section#collection-grid #qf-filter-wrapper {
    grid-template-columns: 2fr 5fr;
  }
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper {
    grid-template-columns: 1fr;
  }
  section#collection-grid #qf-filter-wrapper .desktop-filter-heading {
    display: none;
  }
}
section#collection-grid #qf-filter-wrapper .collection-grid-wrapper {
  width: 100%;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #EBE8E0;
  padding: 15px 20px;
  border-radius: 20px;
  height: -moz-max-content;
  height: max-content;
  box-sizing: border-box;
  width: 323px;
  flex: none;
  /* Lifestage filter styling */
  /* Active state when checkbox is checked */
  /* Alternative approach for browsers that don't support :has() */
  /* Hidden checkbox */
  /* Product Type filter styling */
  /* Ensure max 3 items per row */
  /* Active state for product type filters */
  /* Alternative approach for browsers that don't support :has() */
  /* Hidden checkbox for product type */
  /* Hide confirm filters button on desktop - only show on mobile */
}
@media (min-height: 1100px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper {
    position: sticky;
    top: 190px;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper.open {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-container {
    padding-bottom: 60px;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-group-display__submit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: #EBE8E0;
}
@media only screen and (max-width: 768.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%;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper {
    z-index: 102;
    position: fixed;
    inset: auto 0 0 0;
    width: 100%;
    border-radius: 0;
    padding: 14px 20px;
    max-height: 90dvh;
  }
  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: 60dvh;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper.open .reset-filter-wrapper {
    position: fixed;
    inset: auto 0 15px 0;
    display: none;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading {
  display: none;
  padding-bottom: 0px;
  color: #000000;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading > svg {
  scale: 1 -1;
  pointer-events: none;
  width: 15px;
  height: 10px;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading > svg path {
  fill: #000000;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading.open > svg {
  scale: 1 1;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading h2,
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading .h2 {
  font-size: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading h2 svg,
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading .h2 svg {
  margin-right: 5px;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading svg {
  cursor: pointer;
  transition: 0.3s ease;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading svg.open {
  transform: rotateX(180deg);
}
@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;
    gap: 0 10px;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading svg path {
    fill: #000;
  }
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper {
    display: none;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .top-filter-sections {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .lifestage-image-filters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 7px;
  cursor: pointer;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .lifestage-items {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .product-type-image-filters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 7px;
  margin-bottom: 10px;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .product-type-items {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .product-type-image {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .product-type-items p {
  margin: 0;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .product-type-title {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  max-width: 100%;
  padding: 0 2px;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper.open {
    display: block;
    margin-top: 15px;
    overflow-y: auto;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .price-filter-container {
  margin: 20px 0 0;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .price-filter-container .filter-heading {
  font-weight: bold;
  font-size: 14px;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .selected-filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 15px 0;
}
@media only screen and (max-width: 768.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .selected-filter-wrapper {
    margin-top: 15px;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .selected-filter-wrapper:empty {
  display: none;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .selected-filter-wrapper .selected-filter {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  padding: 8px 15px 8px 10px;
  text-transform: capitalize;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .selected-filter-wrapper .selected-filter:hover svg {
  rotate: 90deg;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .selected-filter-wrapper .selected-filter svg {
  margin-right: 5px;
  width: 10px;
  height: 10px;
  transition: all 0.3s;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .image-filter-headers {
  margin: 10px 0;
  padding-top: 8px;
  font-weight: 800;
  border-top: 1px solid #FFF;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-image-filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  justify-content: space-between;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-items {
  cursor: pointer;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-image-button {
  display: block;
  width: 100%;
  padding: 10px 5px 5px 5px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-image-button .product-type-image {
  width: 50px;
  height: 50px;
  background-size: contain;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-image-button img {
  width: 35px;
  height: 35px;
  pointer-events: none;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-image-button p {
  margin: 4px 0;
  pointer-events: none;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-option-title {
  font-size: 14px;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-option-sub-text {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-image-button p:first-of-type {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-image-button p:last-of-type {
  font-size: 12px;
  color: #666;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-filter-input:checked + .lifestage-image-button,
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-image-button:has(+ .lifestage-filter-input:checked) {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-filter-input:checked + .lifestage-image-button p,
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-image-button:has(+ .lifestage-filter-input:checked) p {
  color: #333;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-items.active .lifestage-image-button {
  background-color: rgba(255, 255, 255, 0.5);
  color: #333;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-items.active .lifestage-image-button p {
  color: #333;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .lifestage-filter-input {
  display: none !important;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .product-type-image-filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  max-width: 100%;
}
@media (min-width: 400px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .product-type-image-filters {
    grid-template-columns: repeat(auto-fit, minmax(120px, calc(33.333% - 10px)));
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .product-type-items {
  display: block;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .product-type-button {
  display: block;
  width: 100%;
  padding: 15px 1px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .product-type-image {
  width: 70px;
  height: 70px;
  margin: 0 auto 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .product-type-button p {
  margin: 4px 0;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  pointer-events: none;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .product-type-filter-input:checked + .product-type-button,
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .product-type-button:has(+ .product-type-filter-input:checked) {
  border-color: #000;
  color: #333;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .product-type-filter-input:checked + .product-type-button p,
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .product-type-button:has(+ .product-type-filter-input:checked) p {
  color: #333;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .product-type-items.active .product-type-button {
  background-color: rgba(255, 255, 255, 0.5);
  color: #333;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .product-type-items.active .product-type-button p {
  color: #333;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .product-type-filter-input {
  display: none !important;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-group-display__submit {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-group-display__submit {
    display: block;
  }
}
section#collection-grid #qf-filter-wrapper .custom-filter {
  margin-bottom: 15px;
  cursor: pointer;
  border-top: 1px solid #FFF;
  margin: 5px 0 5px 0;
  font-weight: 800;
}
section#collection-grid #qf-filter-wrapper .custom-filter[data-theme=sale] {
  display: none;
  background-color: transparent;
  border-radius: 0px;
  padding: 0;
}
section#collection-grid #qf-filter-wrapper .custom-filter[data-theme=sale] input {
  position: absolute;
}
section#collection-grid #qf-filter-wrapper .custom-filter label {
  display: block;
  position: relative;
  text-transform: capitalize;
}
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;
  padding: 14px 0 12px 0;
  cursor: pointer;
  font-weight: 800;
  color: var(--text-primary-color);
  text-transform: capitalize;
  font-size: 16px;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-heading svg {
  cursor: pointer;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
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: rotateX(180deg) translateY(8px);
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 300;
  color: var(--text-primary-color);
  font-size: 14px;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label input {
  width: 0;
  height: 0;
  margin: 0;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label .custom-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  padding: 2px;
  margin-right: 5px;
  background: white;
  border: 1px solid #827E7A;
  border-radius: 50%;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label .custom-check svg {
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label input:checked + .custom-check {
  background: var(--primary-color);
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label input:checked + .custom-check svg {
  opacity: 1;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label input:checked + .custom-check svg path {
  fill: #fff;
}
@media only screen and (max-width: 768.98px) {
  section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 425px) {
  section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
section#collection-grid #qf-filter-wrapper .sort-container {
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
  color: var(--text-primary-color);
  padding-left: 63px;
  background-color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  section#collection-grid #qf-filter-wrapper .sort-container {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
section#collection-grid #qf-filter-wrapper .sort-container::before {
  content: "Sort By:";
  position: absolute;
  inset: 0 auto 0 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
section#collection-grid #qf-filter-wrapper .sort-container select {
  background-color: white;
  padding: 12px 36px 12px 15px;
  border-radius: 50px;
  border: none;
  width: 100%;
  font-size: 14px;
}
section#collection-grid #qf-filter-wrapper .sort-container select:focus-visible {
  outline: none;
}
section#collection-grid #qf-filter-wrapper .sort-container svg {
  position: absolute;
  width: 15px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}
section#collection-grid #qf-filter-wrapper .sort-container select:focus-visible svg {
  transform: rotateX("180deg");
}
section#collection-grid #qf-filter-wrapper #reset-filters {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  text-transform: capitalize;
  color: black;
  font-size: 14px;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 40px;
  position: relative;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more a {
  pointer-events: none;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more .load-more-spinner {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: calc(-50% + 25px);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s all;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more .load-more-spinner .spinner-circle-outer {
  width: 100%;
  height: 100%;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more .load-more-spinner.show {
  width: 30px;
  height: 30px;
  opacity: 1;
}
section#collection-grid #qf-filter-wrapper .price-wrapper {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 12px 15px;
  padding-top: 10px;
  margin: 5px 0 15px 0;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .filter-heading {
  margin-bottom: 15px;
  font-weight: 600;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range ::-moz-selection {
  color: #ffffff;
  background: #000;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range ::selection {
  color: #ffffff;
  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: 12px;
  font-weight: 300;
}
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: 12px;
  align-items: center;
  justify-content: center;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .slider {
  height: 2px;
  position: relative;
  background: #89af4d;
  border-radius: 25px;
  /* translate: 0 -1px; */
  z-index: 100;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .slider .progress {
  height: 2px;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 25px;
  /* translate: 0 -1.5px; */
  background: #2c7328;
}
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: 10px;
  top: -10px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: grab;
  z-index: 100;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .range-input input::-webkit-slider-thumb {
  height: 16px;
  width: 14px;
  border-radius: 0;
  background: url('data:image/svg+xml;utf8,<svg width="17" height="19" viewBox="0 0 17 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.28416 18.1365L7.97827 17.9353L7.68941 17.6439L7.42077 17.3024L7.13992 16.8977L6.7711 16.4758L6.46495 16.1364L6.25283 15.9914L5.95689 15.8136L5.68404 15.7228L5.40766 15.6887L5.15117 15.7016L4.83824 15.71L4.52684 15.76L4.17662 15.8126L3.81064 15.8589L3.63629 15.906L3.25981 15.9275L2.69617 15.8357L2.17071 15.604L1.8558 15.3797L1.47987 14.9754L1.18906 14.5473L1.01133 14.125L0.893827 13.7378L0.852182 13.2162L0.891136 12.6927L0.975926 12.3387L1.1949 11.8447L1.44409 11.4201L1.76173 10.965L2.12383 10.6454L2.51522 10.3947L2.64907 10.3517L4.13511 9.78625L4.68865 9.47063L5.15034 9.19015L5.62547 8.7803L6.13963 8.30855L6.51205 8.01143L6.8691 7.75771L7.36025 7.54846L8.04229 7.39261L8.6721 7.4141L9.07526 7.51875L9.47395 7.67983L9.83664 7.88461L10.1638 8.17209L10.4069 8.42455L10.5805 8.71038L10.6985 8.95219L10.809 9.21255L10.9326 9.67016L11.0121 10.1488L11.0559 10.5742L11.078 10.952L11.141 11.5167L11.2312 11.9608L11.3458 12.3954L11.51 12.8511L11.7048 13.2793L11.9458 13.7854L12.1563 14.2199L12.2767 14.6374L12.3273 15.0461L12.3257 15.2396L12.3175 15.548L12.3006 15.7342L12.2008 16.1253L12.1294 16.3499L11.9744 16.7338L11.7744 17.0844L11.4652 17.4653L11.0681 17.829L10.6829 18.0617L10.1917 18.2709L9.76539 18.3705L9.21414 18.4001L8.80744 18.3523L8.56891 18.2753L8.28416 18.1365ZM12.9671 13.086C12.0877 12.4784 12.0712 10.9682 12.9338 9.71405C13.7965 8.45988 15.2074 7.93628 16.0894 8.54285C16.9714 9.14942 16.9843 10.6603 16.1207 11.9195C15.8476 12.4223 15.4181 12.8225 14.8974 13.0596C14.3766 13.2967 13.7928 13.3579 13.2342 13.2339C13.14 13.1946 13.0504 13.145 12.9671 13.086ZM1.33679 5.94637C1.58879 4.44441 2.64876 3.36918 3.70866 3.54611C4.76856 3.72304 5.41695 5.07864 5.16533 6.57968C4.91371 8.08072 3.85376 9.15056 2.79719 8.97606C2.69769 8.95935 2.60029 8.93193 2.50668 8.89427C2.01853 8.59608 1.64049 8.14735 1.4295 7.61567C1.2185 7.08399 1.18596 6.49815 1.33679 5.94637ZM11.5059 7.93348C10.5608 7.42975 10.3782 5.92479 11.0984 4.57207C11.8186 3.21936 13.1682 2.52971 14.1117 3.03492C15.0551 3.54013 15.2412 5.04436 14.5173 6.39558C13.8307 7.68639 12.571 8.37244 11.6373 7.99521C11.5925 7.97685 11.5486 7.95625 11.5059 7.93348ZM6.32767 3.07813C6.74892 1.60572 7.92695 0.649383 8.95543 0.94412C9.98391 1.23886 10.4772 2.66876 10.0552 4.14303C9.63318 5.61729 8.45683 6.57215 7.42742 6.27704C7.38041 6.26402 7.3342 6.24823 7.28905 6.22976C6.355 5.85346 5.92633 4.48525 6.32767 3.07813Z" fill="%232C7328"/></svg>') no-repeat center;
  background-size: contain;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: none;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .range-input input::-moz-range-thumb {
  height: 16px;
  width: 14px;
  border: none;
  border-radius: 0;
  background: url('data:image/svg+xml;utf8,<svg width="17" height="19" viewBox="0 0 17 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.28416 18.1365L7.97827 17.9353L7.68941 17.6439L7.42077 17.3024L7.13992 16.8977L6.7711 16.4758L6.46495 16.1364L6.25283 15.9914L5.95689 15.8136L5.68404 15.7228L5.40766 15.6887L5.15117 15.7016L4.83824 15.71L4.52684 15.76L4.17662 15.8126L3.81064 15.8589L3.63629 15.906L3.25981 15.9275L2.69617 15.8357L2.17071 15.604L1.8558 15.3797L1.47987 14.9754L1.18906 14.5473L1.01133 14.125L0.893827 13.7378L0.852182 13.2162L0.891136 12.6927L0.975926 12.3387L1.1949 11.8447L1.44409 11.4201L1.76173 10.965L2.12383 10.6454L2.51522 10.3947L2.64907 10.3517L4.13511 9.78625L4.68865 9.47063L5.15034 9.19015L5.62547 8.7803L6.13963 8.30855L6.51205 8.01143L6.8691 7.75771L7.36025 7.54846L8.04229 7.39261L8.6721 7.4141L9.07526 7.51875L9.47395 7.67983L9.83664 7.88461L10.1638 8.17209L10.4069 8.42455L10.5805 8.71038L10.6985 8.95219L10.809 9.21255L10.9326 9.67016L11.0121 10.1488L11.0559 10.5742L11.078 10.952L11.141 11.5167L11.2312 11.9608L11.3458 12.3954L11.51 12.8511L11.7048 13.2793L11.9458 13.7854L12.1563 14.2199L12.2767 14.6374L12.3273 15.0461L12.3257 15.2396L12.3175 15.548L12.3006 15.7342L12.2008 16.1253L12.1294 16.3499L11.9744 16.7338L11.7744 17.0844L11.4652 17.4653L11.0681 17.829L10.6829 18.0617L10.1917 18.2709L9.76539 18.3705L9.21414 18.4001L8.80744 18.3523L8.56891 18.2753L8.28416 18.1365ZM12.9671 13.086C12.0877 12.4784 12.0712 10.9682 12.9338 9.71405C13.7965 8.45988 15.2074 7.93628 16.0894 8.54285C16.9714 9.14942 16.9843 10.6603 16.1207 11.9195C15.8476 12.4223 15.4181 12.8225 14.8974 13.0596C14.3766 13.2967 13.7928 13.3579 13.2342 13.2339C13.14 13.1946 13.0504 13.145 12.9671 13.086ZM1.33679 5.94637C1.58879 4.44441 2.64876 3.36918 3.70866 3.54611C4.76856 3.72304 5.41695 5.07864 5.16533 6.57968C4.91371 8.08072 3.85376 9.15056 2.79719 8.97606C2.69769 8.95935 2.60029 8.93193 2.50668 8.89427C2.01853 8.59608 1.64049 8.14735 1.4295 7.61567C1.2185 7.08399 1.18596 6.49815 1.33679 5.94637ZM11.5059 7.93348C10.5608 7.42975 10.3782 5.92479 11.0984 4.57207C11.8186 3.21936 13.1682 2.52971 14.1117 3.03492C15.0551 3.54013 15.2412 5.04436 14.5173 6.39558C13.8307 7.68639 12.571 8.37244 11.6373 7.99521C11.5925 7.97685 11.5486 7.95625 11.5059 7.93348ZM6.32767 3.07813C6.74892 1.60572 7.92695 0.649383 8.95543 0.94412C9.98391 1.23886 10.4772 2.66876 10.0552 4.14303C9.63318 5.61729 8.45683 6.57215 7.42742 6.27704C7.38041 6.26402 7.3342 6.24823 7.28905 6.22976C6.355 5.85346 5.92633 4.48525 6.32767 3.07813Z" fill="%232C7328"/></svg>') no-repeat center;
  background-size: contain;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: none;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .range-input input.range-min {
  left: -2px;
}
@media only screen and (max-width: 768.98px) {
  section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=range]::-webkit-slider-thumb {
    height: 22px;
    width: 19px;
  }
  section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=range]::-moz-range-thumb {
    height: 22px;
    width: 19px;
  }
}
section#collection-grid #qf-filter-wrapper .price-wrapper button {
  margin-top: 8px;
  width: 100%;
}
section#collection-grid .collection-grid-wrapper .collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  position: relative;
}
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 .spinner {
  display: block;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid .collection-grid-wrapper .collection-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
@media only screen and (max-width: 319.98px) {
  section#collection-grid .collection-grid-wrapper .collection-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
  }
}
section#collection-grid .collection-grid-wrapper .collection-grid .product-card:nth-child(even) .product-image:before {
  background-size: 70%;
  background-position: 64% 118%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 195.932 174.199'%3E%3Cpath d='M192.466 48.648c-2.186-7.183-12.219-9.873-32.204-15.054-42.055-10.82-101.386-26.14-130.005 7.8-22.774 26.97-21.8 79.96 1.846 96.422C75.616 168.144 201.8 79.21 192.466 48.648Z' fill='%23A7C913'/%3E%3C/svg%3E");
}
section#collection-grid .collection-grid-wrapper .collection-grid .product-card:nth-child(3n) .product-image:before {
  background-size: 55%;
  background-position: 49% 94%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 155.799 144.387'%3E%3Cpath d='M9.978 18.688c-24.823 31.47-1.521 114.107 49.847 124.6 51.208 10.45 105.019-55.933 94.689-94.689C142.422 3.277 38.922-18.023 9.978 18.688Z' fill='%23368FB0'/%3E%3C/svg%3E");
}
section#collection-grid .collection-grid-wrapper .collection-grid .product-card:nth-child(4n) .product-image:before {
  background-size: 60%;
  background-position: 49% 93%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 167.152 120.556'%3E%3Cpath d='M155.318 75.198c15.666-26.375 13.313-63.806 3.195-67.472-7.078-2.573-12.456 13.392-28.82 21.516C87.272 50.358 33.846-12.366 11.952 2.75c-18.153 12.526-15.32 79.093 28 105.899 41.557 25.7 95.72-.323 115.365-33.45Z' fill='%23b6639a'/%3E%3C/svg%3E");
}
section#collection-grid #collection-advert,
section#collection-grid #collection-advert-3 {
  background-color: var(--primary-color);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  padding-top: 30px;
  min-height: 410px;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
section#collection-grid #collection-advert .overlay,
section#collection-grid #collection-advert-3 .overlay {
  position: absolute;
  inset: 0;
  background-color: #000;
  z-index: 1;
}
section#collection-grid #collection-advert *:not(img),
section#collection-grid #collection-advert-3 *:not(img) {
  position: relative;
  text-align: center;
}
section#collection-grid #collection-advert img,
section#collection-grid #collection-advert-3 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
section#collection-grid #collection-advert > div,
section#collection-grid #collection-advert-3 > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 2;
}
section#collection-grid #collection-advert > div .banner-heading,
section#collection-grid #collection-advert > div .banner-heading *,
section#collection-grid #collection-advert-3 > div .banner-heading,
section#collection-grid #collection-advert-3 > div .banner-heading * {
  font-size: 20px;
  font-weight: 700;
}
section#collection-grid #collection-advert > div .banner-text,
section#collection-grid #collection-advert > div .banner-text *,
section#collection-grid #collection-advert-3 > div .banner-text,
section#collection-grid #collection-advert-3 > div .banner-text * {
  font-size: 14px;
}
section#collection-grid #collection-advert > div a,
section#collection-grid #collection-advert-3 > div a {
  margin: 0 auto;
}
section#collection-grid #collection-advert .advert-content,
section#collection-grid #collection-advert-3 .advert-content {
  display: flex !important;
  flex-direction: column !important;
}
section#collection-grid #collection-advert-2,
section#collection-grid #collection-advert-4 {
  grid-column-end: span 2;
  background-color: var(--primary-color);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 35px;
  padding-top: 30px;
  min-height: 410px;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 319.98px) {
  section#collection-grid #collection-advert-2,
  section#collection-grid #collection-advert-4 {
    grid-column-end: span 1;
    padding: 9px;
    align-items: center;
    min-height: unset;
  }
  section#collection-grid #collection-advert-2 p, section#collection-grid #collection-advert-2 .heading-md,
  section#collection-grid #collection-advert-4 p,
  section#collection-grid #collection-advert-4 .heading-md {
    text-align: center !important;
  }
  section#collection-grid #collection-advert-2 > div a,
  section#collection-grid #collection-advert-4 > div a {
    margin: 0 auto !important;
  }
}
section#collection-grid #collection-advert-2 .overlay,
section#collection-grid #collection-advert-4 .overlay {
  position: absolute;
  inset: 0;
  background-color: #000;
  z-index: 1;
}
section#collection-grid #collection-advert-2 *:not(img),
section#collection-grid #collection-advert-4 *:not(img) {
  position: relative;
  text-align: center;
}
section#collection-grid #collection-advert-2 img,
section#collection-grid #collection-advert-4 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
section#collection-grid #collection-advert-2 > div,
section#collection-grid #collection-advert-4 > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 2;
}
section#collection-grid #collection-advert-2 > div .heading-md,
section#collection-grid #collection-advert-4 > div .heading-md {
  text-align: left;
}
section#collection-grid #collection-advert-2 > div .banner-heading,
section#collection-grid #collection-advert-2 > div .banner-heading *,
section#collection-grid #collection-advert-4 > div .banner-heading,
section#collection-grid #collection-advert-4 > div .banner-heading * {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
section#collection-grid #collection-advert-2 > div .banner-text,
section#collection-grid #collection-advert-2 > div .banner-text *,
section#collection-grid #collection-advert-4 > div .banner-text,
section#collection-grid #collection-advert-4 > div .banner-text * {
  font-size: 14px;
  text-align: left;
}
section#collection-grid #collection-advert-2 > div a,
section#collection-grid #collection-advert-4 > div a {
  margin: 0;
}
section#collection-grid .sub-collection-links-wrapper {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (min-width: 992px) {
  section#collection-grid .sub-collection-links-wrapper {
    margin-top: -30px;
  }
}
section#collection-grid .sub-collection-links-wrapper::-webkit-scrollbar {
  display: none;
}
section#collection-grid .sub-collection-links-wrapper .sub-collection-links {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin: 0 auto;
  padding: 0 30px 40px;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  section#collection-grid .sub-collection-links-wrapper .sub-collection-links {
    gap: 30px;
  }
}
section#collection-grid .sub-collection-links-wrapper .sub-collection-links .sub-collection-link .button-1 {
  background-color: var(--accent-1-color);
  border-color: var(--accent-1-color);
  color: var(--text-primary-color);
}
section#collection-grid .sub-collection-links-wrapper .sub-collection-links .sub-collection-link .button-1:hover {
  background-color: var(--button-1-hover-color);
  border-color: var(--button-1-hover-color);
  color: var(--button-1-text-color);
}
