.section-featured-collection .collection__title{margin-bottom:2rem;position:relative}.section-featured-collection .collection__title .title{margin-bottom:0}.section-featured-collection .collection__view-all{position:absolute;top:16px;right:5.75rem}@media only screen and (max-width: 989px){.section-featured-collection .collection__view-all{position:static;text-align:left}}.section-featured-collection .collection__view-all a:not(.link){margin-top:0}
.section-featured-collection .collection__title .title {
	letter-spacing: 0;
    font-weight: var(--vt-font-weight-bold);
    line-height: 1.2;
}

.section-featured-collection .collection__view-all a {
	letter-spacing: 0;
	min-width: inherit;
	gap: .25rem;
}

.section-featured-collection .collection__view-all a:after{
	box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(229,229,229,var(--border-opacity)),0 0 0 var(--buttons-border-width) rgba(229,229,229,var(--alpha-button-background));
}

@media(max-width: 749px){
	.section-featured-collection .collection__title {
		display: flex;
		flex-flow: column;
		gap: .75rem;
	}

	.section-featured-collection {
		--grid-mobile-horizontal-spacing: 1rem;
		--grid-mobile-vertical-spacing: 1rem;
	}
}