.main-collection{overflow:clip}.collection-intro{width:100%;max-width:none;margin:0 0 2rem}.collection-intro h1{margin-bottom:.8rem}.collection-intro__description{width:100%;max-width:none;color:var(--muted)}.collection-intro__description>*{max-width:none}.category-explorer{margin:0 0 2rem;padding:clamp(1rem,2.5vw,1.6rem);border:1px solid var(--line);border-radius:.8rem;background:var(--soft)}.category-explorer__heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:1rem}.category-explorer__heading .eyebrow{margin:0 0 .2rem}.category-explorer__heading h2{margin:0;font-size:clamp(1.35rem,2vw,1.8rem)}.category-explorer__heading>p{max-width:520px;margin:0;color:var(--muted)}.category-explorer__rail{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),1fr));gap:.75rem}.category-explorer__card{min-width:0;display:grid;grid-template-columns:58px minmax(0,1fr) 20px;align-items:center;gap:.75rem;padding:.65rem;border:1px solid var(--line);border-radius:.6rem;background:#fff;text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s}.category-explorer__card:hover{border-color:var(--brand);transform:translateY(-2px);box-shadow:0 8px 22px #102a4314}.category-explorer__card .icon{width:18px;height:18px;color:var(--brand-dark)}.category-explorer__media{width:58px;aspect-ratio:1;overflow:hidden;border-radius:.45rem;background:var(--soft)}.category-explorer__media img,.category-explorer__media svg{width:100%;height:100%;object-fit:contain}.category-explorer__card strong,.category-explorer__card small{display:block}.category-explorer__card strong{color:var(--navy);line-height:1.2}.category-explorer__card small{margin-top:.2rem;color:var(--muted)}.category-explorer__types{display:flex;flex-wrap:wrap;gap:.55rem;margin:0;padding:0;list-style:none}.category-explorer__types a{display:inline-flex;min-height:42px;align-items:center;padding:.55rem .8rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--navy);font-weight:750;text-decoration:none}.category-explorer__types a:hover{border-color:var(--brand);color:var(--brand-dark)}.collection-sidebar{min-width:0}.facets{border:1px solid var(--line);border-radius:.65rem;padding:.9rem;background:#fff}.facets__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:0 0 .55rem}.facets__header h2{margin:0;font-size:1rem;letter-spacing:0}.facets__header>span{color:var(--muted);font-size:.75rem;font-weight:750}.facet-group{margin:0;padding:0!important;border-bottom:1px solid var(--line)}.facet-group summary{min-height:44px;display:flex;align-items:center;gap:.45rem;padding:.65rem 0;color:var(--navy);font-size:.9rem;font-weight:800;list-style:none;cursor:pointer}.facet-group summary::-webkit-details-marker{display:none}.facet-group summary>.icon{width:16px;height:16px;margin-left:auto;transition:transform .15s}.facet-group[open] summary>.icon{transform:rotate(180deg)}.facet-group__active{display:grid;min-width:22px;height:22px;place-items:center;border-radius:99px;background:#e5f3fb;color:var(--brand-dark);font-size:.72rem}.facet-group__values{display:grid;gap:.15rem;padding:0 0 .65rem}.facet-value{min-width:0;display:grid!important;grid-template-columns:18px auto minmax(0,1fr) auto;align-items:center;column-gap:.5rem;min-height:36px;margin:0!important;padding:.2rem 0;font-size:.86rem;cursor:pointer}.facet-value input{width:17px;height:17px;margin:0;accent-color:var(--brand)}.facet-value__label{min-width:0;overflow-wrap:anywhere}.facet-value__count{margin-left:.25rem;color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}.facet-value.is-disabled{opacity:.48;cursor:not-allowed}.facet-value__swatch{width:22px;height:22px;border:1px solid rgba(16,42,67,.25);border-radius:50%;background:var(--facet-swatch, #dce3e8)}.facet-group:not(.facet-group--color) .facet-value{grid-template-columns:18px minmax(0,1fr) auto}.facet-price{display:grid;gap:.6rem}.facet-price label{font-size:.8rem;font-weight:750}.facet-price .field{margin-top:.25rem}.facets__actions{display:grid;gap:.45rem;padding-top:.75rem}.facets__actions .button{width:100%;min-height:42px}.collection-toolbar{padding-bottom:.7rem;border-bottom:1px solid var(--line)}.collection-toolbar p{margin:0}.collection-toolbar__controls select{min-height:42px;padding:.45rem .65rem;border:1px solid var(--line);border-radius:.4rem;background:#fff}.variant-rail-wrap{min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;gap:.3rem}.variant-rail-wrap--static{grid-template-columns:minmax(0,1fr)}.variant-rail-button{width:28px;height:34px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:.4rem;background:#fff;color:var(--navy);font-size:1.35rem;line-height:1}.variant-rail-button:hover{border-color:var(--brand);color:var(--brand-dark)}.product-card__variant-picker{min-width:0;margin-top:.65rem}.product-card__selection{margin:0 0 .25rem;color:var(--muted);font-size:.76rem}.product-card__selection strong{color:var(--navy)}.product-card__swatches{min-width:0;display:flex;align-items:center;gap:.5rem;overflow-x:auto;padding:.35rem 3px;scroll-snap-type:x proximity;scrollbar-width:thin}.product-card__swatch{width:30px;height:30px;flex:0 0 30px;padding:0;border:2px solid #fff;border-radius:50%;outline:1px solid var(--line);box-shadow:none;background-color:var(--swatch-color, var(--soft));background-repeat:no-repeat;scroll-snap-align:start}.product-card__swatch:hover,.product-card__swatch.is-selected,.product-card__swatch[aria-pressed=true]{outline:2px solid var(--brand);outline-offset:1px}.product-card__swatch:focus-visible{outline:3px solid #f7b955;outline-offset:2px}.facet-value__swatch--white,.product-card__swatch--white,.quick-option__swatch--white{--facet-swatch: #fff;--swatch-color: #fff}.facet-value__swatch--warm-white,.product-card__swatch--warm-white,.quick-option__swatch--warm-white{--facet-swatch: #fff1c7;--swatch-color: #fff1c7}.facet-value__swatch--red,.product-card__swatch--red,.quick-option__swatch--red{--facet-swatch: #c62828;--swatch-color: #c62828}.facet-value__swatch--green,.product-card__swatch--green,.quick-option__swatch--green{--facet-swatch: #16834b;--swatch-color: #16834b}.facet-value__swatch--blue,.product-card__swatch--blue,.quick-option__swatch--blue{--facet-swatch: #2289c9;--swatch-color: #2289c9}.facet-value__swatch--orange,.product-card__swatch--orange,.quick-option__swatch--orange{--facet-swatch: #ed7d21;--swatch-color: #ed7d21}.facet-value__swatch--purple,.product-card__swatch--purple,.quick-option__swatch--purple{--facet-swatch: #7548a8;--swatch-color: #7548a8}.facet-value__swatch--pink,.product-card__swatch--pink,.quick-option__swatch--pink{--facet-swatch: #e75b9c;--swatch-color: #e75b9c}.facet-value__swatch--multicolor,.product-card__swatch--multicolor,.quick-option__swatch--multicolor{--facet-swatch: conic-gradient(#e53935,#f9a825,#43a047,#1e88e5,#8e24aa,#e53935);--swatch-color: conic-gradient(#e53935,#f9a825,#43a047,#1e88e5,#8e24aa,#e53935);background:conic-gradient(#e53935,#f9a825,#43a047,#1e88e5,#8e24aa,#e53935)}.quick-view-content{max-height:min(760px,calc(100dvh - 2rem));display:flex;flex-direction:column;overflow:hidden}.quick-view-content__header{flex:none}.quick-view-content__body{min-height:0;overflow-y:auto}.quick-view-content__details{overflow:hidden}.quick-view-content__options{min-width:0;display:grid;gap:.8rem;margin:1rem 0}.quick-option{min-width:0;padding-bottom:.7rem;border-bottom:1px solid var(--line)}.quick-option__heading{display:flex;justify-content:space-between;gap:.7rem;margin-bottom:.35rem;color:var(--navy);font-size:.86rem}.quick-option__heading span{color:var(--muted);font-weight:600}.quick-option__rail{min-width:0;display:flex;align-items:center;gap:.5rem;overflow-x:auto;padding:.3rem 3px;scroll-snap-type:x proximity;scrollbar-width:thin}.quick-option__swatch{width:36px;height:36px;flex:0 0 36px;padding:0;border:2px solid #fff;border-radius:50%;outline:1px solid var(--line);background:var(--swatch-color, var(--soft));background-repeat:no-repeat;scroll-snap-align:start}.quick-option__swatch:hover,.quick-option__swatch.is-selected,.quick-option__swatch[aria-pressed=true]{outline:2px solid var(--brand);outline-offset:1px}.quick-option__pill{flex:0 0 auto;padding:.42rem .65rem;border:1px solid var(--line);border-radius:999px;color:var(--navy);font-size:.78rem;font-weight:700;scroll-snap-align:start}.quick-cart-shipping{flex:none;padding:.8rem 1rem;border-bottom:1px solid var(--line);background:var(--soft)}.quick-cart-shipping p{margin:0 0 .45rem;color:var(--navy);font-size:.86rem}.quick-cart-shipping small{display:block;margin-top:.4rem;color:var(--muted);font-size:.7rem;line-height:1.35}.quick-cart-shipping__track{height:8px;overflow:hidden;border-radius:99px;background:var(--shipping-progress-background)}.quick-cart-shipping__track>span{display:block;height:100%;border-radius:inherit;background:var(--shipping-progress-color);transition:width .2s ease}.quick-cart-shipping__complete{display:flex;align-items:center;gap:.5rem;margin-bottom:0!important;color:#126b43!important}.quick-cart-shipping__complete .icon{width:20px;height:20px}.cart-upsells{margin-top:clamp(2.5rem,5vw,4.5rem);padding-top:2rem;border-top:1px solid var(--line)}.cart-upsells__heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:1rem}.cart-upsells__heading .eyebrow{margin:0 0 .2rem}.cart-upsells__heading h2{margin:0;font-size:clamp(1.5rem,2.5vw,2.2rem)}.cart-upsells__heading>p{max-width:560px;margin:0;color:var(--muted)}.cart-upsells__rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.cart-upsells .product-card{min-width:0;display:flex;flex-direction:column}.cart-upsells .product-card__media{display:block;aspect-ratio:1;overflow:hidden;background:var(--soft)}.cart-upsells .product-card__media img,.cart-upsells .product-card__media svg{width:100%;height:100%;object-fit:contain}.cart-upsells .card__content{min-width:0;display:flex;flex:1;flex-direction:column}.cart-upsells .card__content h3{margin:.55rem 0 .3rem;font-size:1rem}.cart-upsells .product-card__actions{margin-top:auto;padding-top:.7rem}.cart-upsells .product-card__actions .button{width:100%}.cart-upsells--setup{padding:1rem;border:1px dashed var(--brand);border-radius:.6rem;background:var(--soft)}@media(max-width:900px){.collection-sidebar{display:none}.collection-mobile-bar{position:static!important;top:auto!important;z-index:auto!important}.category-explorer__rail{display:flex;gap:.7rem;margin-inline:calc(-1*clamp(1rem,2.5vw,1.6rem));padding-inline:clamp(1rem,2.5vw,1.6rem);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin}.category-explorer__card{flex:0 0 min(82vw,270px);scroll-snap-align:start}.cart-upsells__rail{display:flex;overflow-x:auto;padding:2px 2px .7rem;scroll-snap-type:x mandatory}.cart-upsells .product-card{flex:0 0 min(72vw,300px);scroll-snap-align:start}}@media(max-width:640px){.collection-intro{margin-bottom:1.4rem}.collection-intro h1{font-size:clamp(2rem,11vw,3rem)}.category-explorer{margin-inline:-.15rem}.category-explorer__heading,.cart-upsells__heading{display:block}.category-explorer__heading>p,.cart-upsells__heading>p{margin-top:.5rem}.category-explorer__types{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.35rem}.category-explorer__types li{flex:none}.collection-mobile-bar{padding:.55rem 0}.collection-mobile-bar button,.collection-mobile-bar select{min-width:0;width:100%}.mobile-filter-drawer .facets__header{display:none}.mobile-filter-drawer .facets{border:0;border-radius:0}.variant-rail-wrap{grid-template-columns:26px minmax(0,1fr) 26px;gap:.2rem}.variant-rail-button{width:26px}.quick-view-content{height:100dvh;max-height:100dvh}.quick-view-content__body{display:block}.quick-view-content__details{overflow:visible;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.quick-cart-shipping{padding:.7rem .85rem}}@media(prefers-reduced-motion:reduce){.category-explorer__card,.quick-cart-shipping__track>span,.facet-group summary>.icon{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/69/assets/collection-cart-v28.css.map */
