.vf-collections-feature {
  display: flex;
  flex-flow: row wrap;
  padding: calc(40rem / var(--vf-font-size-rem-px)) 0;
  background-color: rgb(255 255 255);
  position: relative;
}

.vf-collections-feature::before,
.vf-collections-feature::after {
  content: "";
  position: absolute;
  right: 100%;
  width: calc((100vw - 100%) / 2 - 5px);
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: rgb(255 255 255);
  display: block;
}

.vf-collections-feature::after {
  right: auto;
  left: 100%;
}

.vf-collections-feature-header {
  flex: 1 1 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: calc(20rem / var(--vf-font-size-rem-px));
  margin-bottom: max(1.538rem, 1.111vw + 1.231rem);
}

.vf-collections-feature-copy {
  display: block;
  max-width: 41.875em;
  color: rgb(68 68 68);
  font-weight: 400;
  font-size: calc(16rem / var(--vf-font-size-rem-px));
  line-height: 1.5;
}

.vf-collections-feature-title {
  font-weight: 500;
  font-family: var(--vf-font-family-display);
  font-size: max(1.846rem, 0.37vw + 1.744rem);
  line-height: max(2.4rem, 0.481vw + 2.267rem);
  color: rgb(34 34 34);
  margin-bottom: calc(12rem / var(--vf-font-size-rem-px));
}

.vf-collections-feature-list {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: max(0.615rem, 0.37vw + 0.513rem) calc(12rem / var(--vf-font-size-rem-px));
  font-size: calc(14rem / var(--vf-font-size-rem-px));
  line-height: 1.5;
  max-width: 26.42em;
}

.vf-collections-feature-list > dt {
  flex: 0 0 100%;
  font-weight: 500;
  font-family: var(--vf-font-family-display);
  font-size: calc(16rem / var(--vf-font-size-rem-px));
  line-height: 1.5;
  margin-bottom: calc(0.37vw + -0.103rem);
}

.vf-collections-feature-list-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: .4285em;
  margin: 0;
}

.vf-collections-feature-list-item-icon {
  color: rgb(189 30 30);
  font-size: .857em;
}

.vf-collections-feature-cards {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 1px;
  min-width: 100%;
  max-width: 100%;
  position: relative;
  overflow: auto hidden;
  scroll-snap-type: x mandatory;
}

.vf-collections-feature-cards > * {
  scroll-snap-align: start;
}
