.collection-hero{--padding-v: 30px;position:relative;overflow:hidden;margin-bottom:20px}.collection-hero__image{display:grid;position:relative;overflow:hidden;height:80vh;height:80svh;padding:var(--padding-v) var(--s-contain)}.collection-hero__image>*:not(.object-fit){grid-area:1/1}.collection-hero__title{position:relative;z-index:1;align-self:var(--title-align, start);justify-self:var(--title-justify, center)}.collection-hero__title.is-image{width:90%;max-width:var(--max-width, 350px)}.collection-hero__heading{max-width:calc(1040px + var(--s-edge)*2);margin-top:20px}.collection-hero__content{position:relative;z-index:1;align-self:var(--content-align, end);justify-self:var(--content-justify, center);gap:10px}.collection-hero__content>*{max-width:500px}.collection-hero__group{position:relative;z-index:1;align-self:var(--title-align, start);justify-self:var(--title-justify, center);gap:10px}.collection-hero__group .collection-hero__title,.collection-hero__group .collection-hero__content{align-self:unset;justify-self:unset}@media screen and (min-width: 901px){.collection-hero.is-retain-aspect-ratio-desktop .collection-hero__image{height:-moz-fit-content;height:fit-content;padding:0}.collection-hero.is-retain-aspect-ratio-desktop .collection-hero__title,.collection-hero.is-retain-aspect-ratio-desktop .collection-hero__content,.collection-hero.is-retain-aspect-ratio-desktop .collection-hero__group{margin:var(--padding-v) var(--s-contain)}}@media screen and (max-width: 900px){.collection-hero__image{height:100vw}.collection-hero__title{align-self:start;justify-self:center;text-align:center}.collection-hero__content{align-self:end;justify-self:center;text-align:center}.collection-hero__group{height:100%;width:100%;justify-content:space-between;align-items:center;text-align:center}.collection-hero>.c{display:flex;flex-direction:column;height:100%}.collection-hero .hero-content{position:absolute;width:100%;max-width:650px;bottom:0;left:50%;transform:translate3d(-50%, 0, 0);padding:0 0 var(--s-4);text-align:center;text-transform:uppercase}.collection-hero .hero-content>*:not(:last-child){margin:0 0 var(--s-3)}.collection-hero.is-retain-aspect-ratio-mobile .collection-hero__image{height:-moz-fit-content;height:fit-content;padding:0}.collection-hero.is-retain-aspect-ratio-mobile .collection-hero__title,.collection-hero.is-retain-aspect-ratio-mobile .collection-hero__content,.collection-hero.is-retain-aspect-ratio-mobile .collection-hero__group{margin:var(--padding-v) var(--s-contain)}}.collection-editorial{position:relative;overflow:hidden;padding:var(--s-3) 0}.collection-content{margin:20px auto 0}.collection-content__empty:empty,.collection-content__products:empty,.collection-content__pagination:empty{display:none}.collection-content__empty{text-align:center;min-height:400px}.collection-content__empty .btn{width:-moz-fit-content;width:fit-content}.collection-content__header{position:sticky;top:calc(var(--s-header) + var(--s-announcement) - 1px);margin-bottom:20px;background-color:var(--cr-white);z-index:6}.collection-content__content{margin:0 auto var(--s-section);overflow:hidden}.collection-content__content:not(:has(.c-item-card)){display:none}.collection-content__products{gap:40px 6px}@media screen and (min-width: 1800px){.collection-content__products{grid-template-columns:repeat(5, 1fr)}}@media screen and (max-width: 1460px){.collection-content__products{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 900px){.collection-content__products{grid-template-columns:repeat(2, 1fr);grid-gap:20px 6px}}.collection-content__editorial-block{--column-span: 1;--content-size: 48%;grid-column:span var(--column-span);position:relative;width:100%;background:var(--background, var(--cr-white));color:var(--color, var(--cr-black))}.collection-content__editorial-block:after{content:"";display:block}.collection-content__editorial-block.is-one-column::after{padding-top:130%}.collection-content__editorial-block.is-two-columns::after{padding-top:65%}.collection-content__editorial-block__eyebrow:not(:last-child),.collection-content__editorial-block__heading:not(:last-child){margin-bottom:10px}.collection-content__editorial-block__subtitle:not(:last-child){margin-bottom:20px}.collection-content__editorial-block__image{flex:1}.is-two-columns:not(.is-text-overlay) .collection-content__editorial-block__image{position:relative}.collection-content__editorial-block__link{flex:none;width:-moz-fit-content;width:fit-content;background:var(--color);color:var(--color-cta);box-shadow:inset 0 0 0 1px var(--color);pointer-events:auto;z-index:2}@media(hover: hover){.collection-content__editorial-block__link:not([disabled]):hover{background:var(--color-cta);color:var(--color);box-shadow:inset 0 0 0 1px var(--color)}}.collection-content__editorial-block__content{padding:32px;background:var(--background);overflow:hidden;pointer-events:none;z-index:1}.collection-content__editorial-block__content *{text-wrap:balance}.is-text-overlay.is-two-columns .collection-content__editorial-block__content{position:absolute;inset:0;width:100%}.is-two-columns .collection-content__editorial-block__content{flex:1;height:100%}.is-two-column:not(.is-text-overlay) .collection-content__editorial-block__content{max-width:var(--content-size)}.is-text-overlay.is-two-columns .collection-content__editorial-block__content *{max-width:var(--content-size)}.is-one-column .collection-content__editorial-block__content{position:absolute;inset:0;width:100%}.is-one-column:not(.is-text-overlay) .collection-content__editorial-block__content{align-self:flex-end}.collection-content__editorial-block__content.f-a-e{text-align:right}.collection-content__editorial-block__content.f-a-c{text-align:center}.collection-content__editorial-block .c-video{aspect-ratio:auto}@media screen and (max-width: 900px){.collection-content__editorial-block__content{padding:16px}}@media screen and (max-width: 600px){.collection-content__editorial-block__heading{font-size:5vw}}html.is-dark-mode .collection-hero,html.is-dark-mode .c-item-card__content{color:var(--cr-white)}@media screen and (min-width: 901px){html.is-dark-mode .c-filters-sort__dropdown__content,html.is-dark-mode .c-filters-sort__tooltip__content{background-color:var(--cr-black)}}html.is-dark-mode .collection-content__header{color:var(--cr-white);background-color:var(--cr-black)}html.is-dark-mode .collection-content__header input[type=radio][type=checkbox]:checked,html.is-dark-mode .collection-content__header input[type=checkbox][type=checkbox]:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800.01 586.81'%3E%3Cpath fill='%23FFFFFF' d='M796.74 87.51 300.72 583.53c-4.37 4.37-11.44 4.37-15.8 0L3.27 301.88c-4.36-4.35-4.36-11.42 0-15.79l68.44-68.44c4.37-4.36 11.44-4.36 15.8 0l205.32 205.31L712.51 3.27c4.38-4.36 11.43-4.36 15.8 0l68.43 68.44c4.37 4.36 4.37 11.42 0 15.8Z'/%3E%3C/svg%3E")}html.is-dark-mode .collection-hero__image,html.is-dark-mode .thumbnail-default{background-color:var(--cr-gray-5)}