.hl-collection{background:var(--hl-linen);padding-bottom:6.4rem}.hl-collection__inner{max-width:var(--hl-page-max);margin-inline:auto;padding-inline:var(--hl-gutter)}.hl-collection__hero{position:relative;width:100%;aspect-ratio:var(--hl-hero-ratio, 21 / 9);min-height:32rem;max-height:70svh;background:var(--hl-navy);overflow:clip;display:flex;align-items:flex-end;margin-bottom:4rem}@supports not (overflow: clip){.hl-collection__hero{overflow:hidden}}.hl-collection__hero--plain{aspect-ratio:auto;min-height:0;max-height:none;background:var(--hl-linen);padding-block:5.6rem 0;margin-bottom:3.2rem}.hl-collection__hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hl-collection__hero-media img{width:100%;height:100%;object-fit:cover;display:block}.hl-collection__scrim{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#03174ce0,#03174ca8 38%,#03174c2e 72%,#03174c0f)}.hl-collection__hero-inner{position:relative;z-index:1;width:100%;max-width:var(--hl-page-max);margin-inline:auto;padding:0 var(--hl-gutter) 4.4rem}.hl-collection__hero--plain .hl-collection__hero-inner{padding-bottom:0}.hl-collection__hero-text{max-width:62ch;display:flex;flex-direction:column;gap:1.2rem;color:var(--hl-linen)}.hl-collection__hero--plain .hl-collection__hero-text{color:var(--hl-navy)}.hl-collection__eyebrow{color:var(--hl-gold-light)}.hl-collection__hero--plain .hl-collection__eyebrow{color:var(--hl-gold)}.hl-collection__title{font-family:var(--hl-font-heading);font-weight:var(--hl-heading-weight);font-size:clamp(3.2rem,6vw,5.4rem);line-height:1.04;margin:0;color:inherit}.hl-collection__intro{font-size:1.7rem;line-height:1.62;color:inherit}.hl-collection__intro p{margin:0 0 1rem}.hl-collection__intro p:last-child{margin-bottom:0}.hl-collection__hero--plain .hl-collection__intro{color:var(--hl-muted)}.hl-collection__filter{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2.8rem}.hl-collection__filter-button{cursor:pointer;font-family:var(--hl-font-body);font-size:1.3rem}.hl-collection__filter-button[aria-pressed=true]{background:var(--hl-navy);border-color:var(--hl-navy);color:var(--hl-linen);font-weight:600}.hl-collection__filter-button:focus-visible{outline:2px solid var(--hl-navy);outline-offset:2px}.hl-collection__lead{max-width:68ch;margin:0 0 4rem;display:flex;flex-direction:column;gap:1.2rem}.hl-collection__lead+.hl-collection__lead{margin-top:-1.2rem}.hl-collection__lead-eyebrow{color:var(--hl-gold)}.hl-collection__lead-heading{font-family:var(--hl-font-heading);font-weight:var(--hl-heading-weight);font-size:clamp(2.6rem,4vw,3.8rem);line-height:1.08;margin:0}.hl-collection__lead-text{font-size:1.7rem;line-height:1.62;color:var(--hl-muted)}.hl-collection__lead-text p{margin:0 0 1.2rem}.hl-collection__lead-text p:last-child{margin-bottom:0}.hl-collection__grid{--hl-gap: 2.4rem;--hl-cols: var(--hl-cols-mobile, 1);display:flex;flex-wrap:wrap;justify-content:flex-start;gap:var(--hl-gap);align-items:stretch}@media screen and (max-width:479px){.hl-collection__grid{--hl-cols: 1}}@media screen and (min-width:600px){.hl-collection__grid{--hl-cols: var(--hl-cols-tablet, 2)}}@media screen and (min-width:990px){.hl-collection__grid{--hl-gap: 2.8rem;--hl-cols: var(--hl-cols-desktop, 2);row-gap:3.2rem}}.hl-collection__grid--tight{--hl-gap: 1.2rem}@media screen and (min-width:990px){.hl-collection__grid--tight{--hl-gap: 1.2rem;row-gap:1.2rem}}.hl-collection__cell{display:flex;min-width:0;flex:0 0 calc((100% - (var(--hl-cols) - 1) * var(--hl-gap)) / var(--hl-cols));max-width:100%}.hl-collection__cell[hidden]{display:none}.hl-collection__cell .hl-card{height:100%;max-width:32rem;margin-inline:auto}@media screen and (min-width:990px){.hl-collection__cell .hl-card__media{max-height:32rem}}.hl-collection__groups{display:flex;flex-direction:column;gap:0}.hl-collection__group{background:var(--hl-group-tint, transparent);padding:2.4rem var(--hl-gutter) 3.2rem;margin-inline:calc(var(--hl-gutter) * -1)}.hl-collection__group[hidden]{display:none}.hl-collection__group--rest{background:transparent;padding-top:0}.hl-collection__group-label{font-size:1.2rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--hl-navy);opacity:.7;margin:0 0 1.2rem}.hl-collection__note{flex:1 0 100%;width:100%;grid-column:1 / -1;background:var(--hl-linen);padding:3.2rem 0 .8rem;display:flex;flex-direction:column;gap:1.2rem}.hl-collection__note[hidden]{display:none}.hl-collection__note--media{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;align-items:center;padding-block:2.4rem}@media screen and (min-width:750px){.hl-collection__note--media{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3.2rem}}.hl-collection__note-media img{width:100%;height:auto;display:block}.hl-collection__note-body{display:flex;flex-direction:column;gap:1.2rem}.hl-collection__note-rule{display:block;width:7.2rem;height:2px;background:var(--hl-gold)}.hl-collection__note-heading{font-family:var(--hl-font-heading);font-weight:var(--hl-heading-weight);font-size:clamp(2.4rem,3.2vw,3.4rem);line-height:1.1;margin:0}.hl-collection__note-text{font-size:1.6rem;line-height:1.62;color:var(--hl-muted);max-width:68ch}.hl-collection__note-text p{margin:0 0 1rem}.hl-collection__note-text p:last-child{margin-bottom:0}.hl-collection__empty-filter{font-size:1.6rem;color:var(--hl-muted);margin:2.4rem 0 0}.hl-collection__closing{margin-top:5.6rem;padding-top:3.2rem;border-top:1px solid var(--hl-line);display:flex;flex-direction:column;gap:1.2rem;max-width:68ch}.hl-collection__closing-heading{font-family:var(--hl-font-heading);font-weight:var(--hl-heading-weight);font-size:clamp(2.4rem,3.2vw,3.4rem);line-height:1.1;margin:0}.hl-collection__closing-text{font-size:1.6rem;line-height:1.62;color:var(--hl-muted)}.hl-collection__closing-text p{margin:0 0 1rem}.hl-collection__closing-text p:last-child{margin-bottom:0}.hl-collection__facets{display:block;margin-bottom:2rem}.hl-collection__facets[aria-busy=true]{opacity:.6}.hl-facets__head{display:none}.hl-facets__drawer,.hl-facets__drawer[open]{position:static;inset:auto;z-index:auto;display:block}.hl-facets__drawer .hl-drawer__overlay,.hl-facets__drawer .hl-drawer__head{display:none}.hl-facets__drawer .hl-drawer__panel,.hl-facets__drawer[open] .hl-drawer__panel{position:static;width:auto;background:none;box-shadow:none;transform:none;transition:none;overflow:visible;display:block}.hl-facets__form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.8rem;padding:0;margin:0 0 1.2rem}.hl-facets__group{position:relative}.hl-facets__summary{height:var(--hl-chip-height);padding:0 1.2rem;display:inline-flex;align-items:center;gap:.6rem;border:1px solid var(--hl-line-strong);border-radius:var(--hl-chip-radius);background:#ffffff80;font-size:1.3rem;line-height:1;color:var(--hl-navy);white-space:nowrap;cursor:pointer;list-style:none}.hl-facets__summary::-webkit-details-marker{display:none}.hl-facets__summary:focus-visible{outline:2px solid var(--hl-navy);outline-offset:2px}.hl-facets__group[open]>.hl-facets__summary{background:#fff;border-color:var(--hl-navy)}.hl-facets__caret{width:1rem;height:.6rem;flex-shrink:0;transition:transform .2s ease}.hl-facets__group[open]>.hl-facets__summary .hl-facets__caret{transform:rotate(180deg)}.hl-facets__badge{min-width:1.8rem;height:1.8rem;padding:0 .4rem;border-radius:.9rem;background:var(--hl-gold);color:var(--hl-navy);font-size:1.05rem;font-weight:700;line-height:1.8rem;text-align:center}.hl-facets__list{list-style:none;margin:.8rem 0 0;padding:0;display:flex;flex-direction:column;gap:.6rem}.hl-facets__option{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;color:var(--hl-navy);cursor:pointer}.hl-facets__option input{width:1.8rem;height:1.8rem;accent-color:var(--hl-navy);flex-shrink:0}.hl-facets__option.is-off{color:var(--hl-muted);cursor:default}.hl-facets__option-count{color:var(--hl-muted);font-size:1.3rem}.hl-facets__price{display:flex;align-items:flex-end;gap:1.2rem;margin-top:.8rem}.hl-facets__price-field{display:flex;align-items:center;gap:.6rem;font-size:1.4rem;color:var(--hl-navy)}.hl-facets__price-field input{width:9rem;height:var(--hl-chip-height);padding:0 .8rem;border:1px solid var(--hl-line-strong);border-radius:4px;background:#fff;color:var(--hl-navy);font:inherit}.hl-facets__sort{display:flex;align-items:center;gap:.8rem;font-size:1.3rem;color:var(--hl-navy)}.hl-facets__select{height:var(--hl-chip-height);padding:0 .8rem;border:1px solid var(--hl-line-strong);border-radius:var(--hl-chip-radius);background:#ffffff80;color:var(--hl-navy);font:inherit;font-size:1.3rem;cursor:pointer}.hl-facets__apply{align-self:center}.hl-facets--js .hl-facets__apply{display:none}.hl-facets__active{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:1.2rem}.hl-facets__chip{gap:.6rem;text-decoration:none}.hl-facets__chip svg{width:1.4rem;height:1.4rem;flex-shrink:0}.hl-facets__chip:hover{background:#fff;border-color:var(--hl-navy)}.hl-facets__reset{font-size:1.3rem;color:var(--hl-muted)}.hl-facets__count{margin:0 0 1.2rem;font-size:1.3rem;color:var(--hl-muted)}.hl-collection__facets-empty{margin:2.4rem 0 3.2rem;display:flex;flex-direction:column;gap:1.2rem;align-items:flex-start}@media screen and (min-width:750px){.hl-facets__form{align-items:center}.hl-facets__sort{margin-inline-start:auto}.hl-facets__group[open]>.hl-facets__list,.hl-facets__group[open]>.hl-facets__price{position:absolute;top:calc(100% + .6rem);inset-inline-start:0;z-index:30;min-width:24rem;padding:1.6rem;border:1px solid var(--hl-line);border-radius:8px;background:var(--hl-card, #fff);box-shadow:0 18px 40px #03174c24}}@media screen and (max-width:749px){.hl-facets--js .hl-facets__head{display:block;margin-bottom:1.2rem}.hl-facets--js .hl-facets__drawer,.hl-facets--js .hl-facets__drawer:not([open]){position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:none}.hl-facets--js .hl-facets__drawer[open]{display:block}.hl-facets--js .hl-facets__drawer .hl-drawer__overlay{display:block;position:absolute;top:0;right:0;bottom:0;left:0}.hl-facets--js .hl-facets__drawer .hl-drawer__head{display:flex}.hl-facets--js .hl-facets__drawer .hl-drawer__panel,.hl-facets--js .hl-facets__drawer[open] .hl-drawer__panel{position:absolute;inset-block:0;inset-inline-start:auto;inset-inline-end:0;width:min(92vw,400px);background:var(--hl-linen);box-shadow:-30px 0 60px #03174c2e;display:flex;flex-direction:column;overflow-y:auto;transform:translate(100%);transition:transform .35s cubic-bezier(.3,.7,.2,1)}.hl-facets--js .hl-facets__drawer[open] .hl-drawer__panel{transform:translate(0)}.hl-facets--js .hl-facets__form{flex-direction:column;align-items:stretch;gap:2rem;padding:1.6rem 2rem 3rem}.hl-facets--js .hl-facets__summary{width:100%;justify-content:space-between}.hl-facets--js .hl-facets__sort{flex-direction:column;align-items:flex-start}.hl-facets--js .hl-facets__select{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/hl-collection.css.map */
