.collection-card{height:100%}.breadcrumb__list{display:flex;flex-flow:row wrap;align-items:center;margin:0;padding:0;list-style:none}@media screen and (min-width:1200px){.breadcrumb__list{justify-content:var(--alignment-desktop)}}@media screen and (max-width:1199.9px) and (min-width:768px){.breadcrumb__list{justify-content:var(--alignment-tablet)}}@media screen and (max-width:767.9px){.breadcrumb__list{justify-content:var(--alignment-mobile)}}.breadcrumb__link{display:block;color:var(--color-text-secondary);text-decoration:none}.breadcrumb__link:hover{text-decoration:none}.breadcrumb__current{color:var(--color-text)}.breadcrumb__item{display:flex;align-items:center;color:var(--color-link)}.breadcrumb__item::before{content:"/";display:none;padding-right:.8rem;color:var(--color-text-secondary)}.breadcrumb__item+.breadcrumb__item{padding-left:.8rem}.breadcrumb__item+.breadcrumb__item::before{display:block}.collection-media img{transition:var(--transition)}.collection-title{margin:0;color:var(--color-link)}.collection-title__link{text-decoration:none}.collection-title__link:hover{text-decoration:none}.collection-card{position:relative;border:var(--border);border-radius:var(--border-radius);text-align:var(--text-alignment);overflow:hidden}.collection-card__media{overflow:hidden}.collection-card__content{padding:var(--content-spacing)}.collection-card__actions .button{display:inline-flex;width:fit-content;min-width:15rem;font-weight:var(--font-semibold)}.collection-card__description{color:var(--color-text-secondary)}.collection-card__product-count{margin-bottom:1rem;padding:1rem 0;color:var(--color-text-secondary);font-weight:var(--font-medium)}.collection-card:hover .collection-media img{transform:scale(1.05)}.collection-card--overlay .collection-card__content{position:absolute;left:0;bottom:0;z-index:10;width:100%}.collection-card--overlay .collection-card__actions .button{box-shadow:var(--shadow-secondary)}.collection-card--reveal{display:flex;flex-direction:row}@media screen and (min-width:1200px){.collection-card--reveal{gap:var(--container-padding-horizontal)}}@media screen and (max-width:1199.9px) and (min-width:768px){.collection-card--reveal{gap:var(--container-padding-horizontal-tablet)}}@media screen and (max-width:767.9px){.collection-card--reveal{flex-wrap:wrap;gap:0}}.collection-card--reveal .collection-card__media{width:50%;background-color:rgba(var(--color-border-rgb),.2);border-radius:var(--border-radius)}@media screen and (max-width:767.9px){.collection-card--reveal .collection-card__media{width:100%;border-radius:0}}.collection-card--reveal .collection-card__content{width:50%;display:flex;flex-direction:column;justify-content:center;background-color:rgba(var(--color-border-rgb),.2);border-radius:var(--border-radius)}@media screen and (max-width:767.9px){.collection-card--reveal .collection-card__content{width:100%;border-radius:0}}.collection-card--reveal .collection-card__actions .button{box-shadow:var(--shadow-secondary)}.collections-page__item:nth-child(even) .collection-card--reveal{flex-direction:row-reverse}@media screen and (min-width:1200px){.collections-page__header[data-text-alignment-desktop=center]{text-align:center}.collections-page__header[data-text-alignment-desktop=center] .breadcrumb__list{justify-content:center}.collections-page__header[data-text-alignment-desktop=right]{text-align:right}.collections-page__header[data-text-alignment-desktop=right] .breadcrumb__list{justify-content:flex-end}}@media screen and (max-width:1199.9px) and (min-width:768px){.collections-page__header[data-text-alignment-tablet=center]{text-align:center}.collections-page__header[data-text-alignment-tablet=center] .breadcrumb__list{justify-content:center}.collections-page__header[data-text-alignment-tablet=right]{text-align:right}.collections-page__header[data-text-alignment-tablet=right] .breadcrumb__list{justify-content:flex-end}}@media screen and (max-width:767.9px){.collections-page__header[data-text-alignment-mobile=center]{text-align:center}.collections-page__header[data-text-alignment-mobile=center] .breadcrumb__list{justify-content:center}.collections-page__header[data-text-alignment-mobile=right]{text-align:right}.collections-page__header[data-text-alignment-mobile=right] .breadcrumb__list{justify-content:flex-end}}.collections-page__header .h1,.collections-page__header .h2,.collections-page__header .h3,.collections-page__header .h4,.collections-page__header .h5,.collections-page__header .h6,.collections-page__header .medium-heading,.collections-page__header .primary-heading,.collections-page__header .secondary-heading,.collections-page__header .small-heading,.collections-page__header .tertiary-heading,.collections-page__header h1,.collections-page__header h2,.collections-page__header h3,.collections-page__header h4,.collections-page__header h5,.collections-page__header h6{margin-bottom:.4rem}.collections-page__items{display:grid;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:1200px){.collections-page__items{grid-template-columns:repeat(var(--columns-desktop),1fr);gap:var(--container-padding-horizontal)}}@media screen and (max-width:1199.9px) and (min-width:768px){.collections-page__items{grid-template-columns:repeat(var(--columns-tablet),1fr);gap:var(--container-padding-horizontal-tablet)}}@media screen and (max-width:767.9px){.collections-page__items{grid-template-columns:repeat(var(--columns-mobile),1fr);gap:var(--container-padding-horizontal-mobile)}}