.featured-collections__tablist {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0
}

.scroller-wrapper {
	width: fit-content;       /* shrink wrapper to content width */
	margin-left: auto;        /* center horizontally */
	margin-right: auto;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	scrollbar-width: none;
}

.scroller-wrapper::-webkit-scrollbar {
	display: none
}

.scroller-wrapper--overflow-visible {
	overflow: visible
}

.featured-collections-tab__item--active .featured-collections__item-title::after,
.featured-collections__title .featured-collections__item-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: .08rem;
	width: 100%;
	background-color: rgba(var(--color-button), var(--alpha-button-background));
	z-index: -1
}

@media (max-width: 750px) {
  .featured-collections-tab__item--active .featured-collections__item-title::after,
  .featured-collections__title .featured-collections__item-title::after {
    bottom: 8px;
  }
}


.featured-collections-tab__item.featured-collections-tab__item--active,
.featured-collections-tab__item--active .featured-collections__item-title {
	opacity: 1;
	font-weight: 700;
}

.featured-collections__title {
	cursor: default;
	white-space: normal
}

.featured-collections__title:hover {
	opacity: .7
}

.featured-collections__item-title::after {
	bottom: 0
}

.featured-collections-tab__item,
.featured-collections__title {
	position: relative;
	list-style: none;
	display: inline-block;
	align-items: center;
	cursor: pointer;
	height: 5rem;
	color: #333;
	font-weight: 700;
	font-style: var(--font-heading-style);
	font-size: 1.5rem;
  text-transform: none;
	white-space: nowrap;
	padding: 0 1.5rem
}

@media only screen and (min-width:46.85em) {
	.featured-collections-tab__item,
	.featured-collections__title {
		font-size: 1.5rem;
		height: 3rem;
		padding: 0 2.4rem
	}
}

@media screen and (max-width:990px) {
    .featured-collections__tablist-wrapper {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}

.featured-collections up-tab__item:hover,
.featured-collections__title:hover {
	opacity: 1
}

.featured-collections__item-title {
	display: inline-flex;
	align-items: center;
	height: 100%;
	position: relative
}

.featured-collections__product-count {
	display: inline-block;
	font-size: 15.3rem;
	top: -1rem
}


