section.single-collection-hero {
  background: url(images/Legacy-collection-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 136px;
}

p.single-collection-subheading {
  color: var(--text-primary);
  font-family: var(--font-secondary);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

h1.single-collection-heading {
  color: var(--text-primary);
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 8px;
}

p.single-collection-subtext {
  color: var(--text-primary);
  font-family: var(--font-secondary);
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  /* text-transform: capitalize; */
  margin-top: 28px;
}

.single-collection-content-wrapper {
  max-width: 1090px;
  margin: 0 auto;
}

span.total-result {
  color: var(--text-light-grey);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 36px;
  display: block;
}

h5.filter-title {
  color: var(--text-light-grey);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
}

.filter-box {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

button.filter-toggle {
  color: var(--text-primary);
  font-family: var(--font-secondary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  background: none;
  border-bottom: 1px solid #e8e7e7;
  padding-bottom: 12px;
}

input[type="checkbox"] {
  border: 2px solid #ccc;
  background: #fff;
  width: 24px;
  height: 24px;
}

label.filter-check {
  display: flex;
  align-items: center;
  gap: 16px;
}

label.filter-check span {
  color: #626262;
  font-family: var(--font-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.filter-group {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.filter-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.size-subtext {
  color: #222;
  font-family: var(--font-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.size-subtext a {
  text-decoration: underline;
  color: #222;
}

@media (max-width: 992px) {
  h5.filter-title img {
    width: auto;
  }
}

.product-anchor {
     color: inherit;
    text-decoration: none;
    text-transform: capitalize;
}

.express-delivery-icon {
  height: 40px;
  width: auto;
  object-fit: contain;
  margin-left: 10px;
  align-self: center;
}