@charset "UTF-8";.collection-hero-wrapper{margin-bottom:0;margin-top:0;padding-bottom:0!important}.collection-hero{border-radius:1.5rem;overflow:hidden;padding:1.5rem 1.25rem;position:relative}@media screen and (min-width:768px){.collection-hero{padding:2rem 2.5rem}}.collection-hero__breadcrumbs{margin-bottom:1rem}@media screen and (min-width:768px){.collection-hero__breadcrumbs{margin-bottom:1.25rem}}.collection-hero__breadcrumbs-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:.875rem;line-height:1.4;list-style:none;margin:0;padding:0}.collection-hero__breadcrumbs-item,.collection-hero__breadcrumbs-list{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.375rem}.collection-hero__breadcrumbs-item{color:var(--color-brand-text);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;opacity:.6}.collection-hero__breadcrumbs-item:not(:last-child):after{content:"›";font-size:1rem;line-height:1}.collection-hero__breadcrumbs-item.is-current{opacity:1}.collection-hero__breadcrumbs-item svg{display:block}.collection-hero__breadcrumbs-link{color:inherit;text-decoration:none}.collection-hero__breadcrumbs-link:hover{text-decoration:underline}.collection-hero__title{font-size:1.6875rem;line-height:1.1;margin:0;text-align:left}@media screen and (min-width:768px){.collection-hero__title{font-size:2.8125rem}}.collection-hero__description.rte{margin-top:1rem;max-width:60ch}.collection-hero__description.rte p{font-size:.9375rem;line-height:1.6;margin-left:0}.collection-hero__icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;pointer-events:none;position:absolute;right:0;top:0}.collection-hero__icon svg{color:var(--color-brand-text);display:block;height:55%;opacity:.06;-webkit-transform:translate(15%,-20%);-ms-transform:translate(15%,-20%);transform:translate(15%,-20%);width:auto}@media screen and (min-width:768px){.collection-hero__icon svg{height:85%;opacity:.08;-webkit-transform:none;-ms-transform:none;transform:none}}.collection-badges{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;margin-top:1.5rem;position:relative}.collection-badges__swiper{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;overflow:hidden;position:relative}.collection-badges__swiper .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.collection-badges__swiper .swiper-slide{height:auto;width:auto}@media screen and (max-width:767px){.collection-badges__swiper:after,.collection-badges__swiper:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0;-webkit-transition:opacity .2s;transition:opacity .2s;width:3rem;z-index:1}.collection-badges__swiper:before{background:-webkit-gradient(linear,left top,right top,from(var(--color-brand-background)),to(transparent));background:linear-gradient(to right,var(--color-brand-background),transparent);left:0;opacity:0}.collection-badges__swiper:after{background:-webkit-gradient(linear,right top,left top,from(var(--color-brand-background)),to(transparent));background:linear-gradient(to left,var(--color-brand-background),transparent);right:0}collection-badges.is-scrolled .collection-badges__swiper:before{opacity:1}collection-badges.is-end .collection-badges__swiper:after{opacity:0}}.collection-badges__nav{-ms-flex-negative:0;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#fff;background:var(--color-background,#fff);border:1px solid rgba(0,0,0,.12);border-radius:50%;color:var(--color-brand-text);cursor:pointer;display:none;flex-shrink:0;height:2.25rem;justify-content:center;padding:0;-webkit-transition:background .15s,border-color .15s;transition:background .15s,border-color .15s;width:2.25rem}@media screen and (min-width:768px){.collection-badges__nav{display:-webkit-box;display:-ms-flexbox;display:flex}}.collection-badges__nav:hover{background:rgba(0,0,0,.05)}.collection-badges__nav[hidden]{display:none}.collection-badge{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;color:var(--color-brand-text);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.625rem;padding:1rem .75rem .875rem;text-align:center;text-decoration:none;-webkit-transition:border-color .15s,-webkit-box-shadow .15s;transition:border-color .15s,-webkit-box-shadow .15s;transition:border-color .15s,box-shadow .15s;transition:border-color .15s,box-shadow .15s,-webkit-box-shadow .15s;width:8.75rem}@media screen and (min-width:768px){.collection-badge{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;gap:.75rem;padding:.75rem 1rem;text-align:left;width:auto}}.collection-badge{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%}.collection-badge:hover{border-color:rgba(0,0,0,.2);-webkit-box-shadow:0 2px 8px rgba(0,0,0,.06);box-shadow:0 2px 8px rgba(0,0,0,.06)}.collection-badge__image{-ms-flex-negative:0;background:rgba(0,0,0,.04);border-radius:.5rem;flex-shrink:0;height:5rem;overflow:hidden;width:5rem}@media screen and (min-width:768px){.collection-badge__image{height:3rem;width:3rem}}.collection-badge__image img{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.collection-badge__content{min-width:0}.collection-badge__title{display:block;font-size:.875rem;font-weight:600;white-space:normal}@media screen and (min-width:768px){.collection-badge__title{white-space:nowrap}}.collection-badge__count{display:block;font-size:.75rem;margin-top:.125rem;opacity:.6}.collection-footer-wrapper{padding:1.5rem 0}