.up-collection-hero{position:relative;overflow:hidden}.up-collection-hero__inner{position:relative;z-index:2;display:grid;gap:2.4rem;width:min(calc(100% - 3rem),var(--page-width));margin:0 auto;padding-block:clamp(3.2rem,6vw,7.2rem)}.up-collection-hero__content{display:flex;flex-direction:column;align-items:var(--up-collection-align,flex-start);max-width:82rem;text-align:var(--up-collection-text-align,left)}.up-collection-hero__title{max-width:18ch;margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(3.4rem,5vw,6.4rem);line-height:.98;letter-spacing:-.035em}.up-collection-hero__description{max-width:68rem;font-size:clamp(1.5rem,1.5vw,1.8rem);line-height:1.6;opacity:.76}.up-collection-hero__description>*{margin:0}.up-collection-hero__count{display:inline-flex;flex-wrap:nowrap;white-space:nowrap;align-items:center;gap:.7rem;font-size:1.3rem;line-height:1;opacity:.68}.up-collection-hero__count::before{content:'';width:.6rem;height:.6rem;border-radius:999px;background:currentColor;opacity:.55}.up-collection-hero--image{isolation:isolate;display:grid;min-height:var(--up-collection-hero-height,48rem);align-items:center}.up-collection-hero--image .up-collection-hero__inner{width:min(calc(100% - 3rem),var(--page-width));padding-block:clamp(5rem,10vw,10rem)}.up-collection-hero__media,.up-collection-hero__overlay{position:absolute;inset:0}.up-collection-hero__media picture,.up-collection-hero__media img{display:block;width:100%;height:100%}.up-collection-hero__media img{object-fit:cover;object-position:var(--up-collection-image-position,center)}.up-collection-hero__placeholder-media{width:100%;height:100%;background:radial-gradient(circle at 20% 18%,rgba(var(--color-foreground),.08),transparent 28%),radial-gradient(circle at 82% 72%,rgba(var(--color-foreground),.06),transparent 30%),rgb(var(--color-background))}.up-collection-hero__placeholder-media .placeholder-svg{width:100%;height:100%;color:rgba(var(--color-foreground),.22);object-fit:cover;transform:scale(1.04)}.up-collection-hero__overlay{z-index:1;background:rgba(var(--color-background),var(--up-collection-overlay,.28))}.up-collection-hero--image.up-collection-hero--content-box .up-collection-hero__content{padding:clamp(2rem,4vw,4rem);border:.1rem solid rgba(var(--color-foreground),.08);border-radius:min(var(--card-corner-radius,16px),2.4rem);background:rgba(var(--color-background),.74);box-shadow:0 1.6rem 5rem rgba(var(--color-shadow),.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.up-collection-menu{display:flex;gap:.8rem;width:100%;overflow-x:auto;padding-block:.2rem;scrollbar-width:none;scroll-snap-type:x proximity}.up-collection-menu::-webkit-scrollbar{display:none}.up-collection-menu__link{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:4.2rem;padding:.9rem 1.8rem;border:.1rem solid rgba(var(--color-foreground),.16);border-radius:999px;color:rgb(var(--color-foreground));background:rgba(var(--color-background),.72);font-size:1.4rem;font-weight:600;line-height:1;text-decoration:none;scroll-snap-align:start;transition:transform .2s ease,background-color .2s ease,border-color .2s ease}.up-collection-menu__link:hover,.up-collection-menu__link.is-active{border-color:rgb(var(--color-foreground));color:rgb(var(--color-background));background:rgb(var(--color-foreground));transform:translateY(-1px)}.up-collection-products{--up-product-gap:2.4rem;position:relative}.up-collection-products__inner{width:min(calc(100% - 3rem),var(--page-width));margin:0 auto}.up-collection-products .facets-wrapper{padding-inline:0}.up-collection-products__top{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;margin-bottom:2rem;padding-bottom:1.6rem;border-bottom:.1rem solid rgba(var(--color-foreground),.12)}.up-collection-products__count{margin:0;font-size:1.4rem;font-weight:600;opacity:.72}.up-collection-grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem var(--up-product-gap);width:100%;margin:0;padding:0;list-style:none}.up-collection-grid__item,.up-collection-products .grid__item{display:flex;width:auto !important;max-width:none !important;min-width:0 !important;margin:0 !important}.up-collection-products--gap-small{--up-product-gap:1.6rem}.up-collection-products--gap-large{--up-product-gap:3.2rem}.up-collection-products .pagination-wrapper{margin-top:clamp(4rem,6vw,7rem)}.up-collection-empty{padding:8rem 2rem;text-align:center}.up-collection-card{display:flex;width:100%;min-width:0;height:100%;flex-direction:column}.up-collection-card__media-link{display:block;color:inherit;text-decoration:none}.up-collection-card__media{position:relative;isolation:isolate;overflow:hidden;width:100%;aspect-ratio:var(--up-card-media-ratio,1);border:.1rem solid rgba(var(--color-foreground),.08);border-radius:var(--product-card-corner-radius,var(--card-corner-radius,1.6rem));background:rgba(var(--color-foreground),.035);box-shadow:0 .8rem 2.4rem rgba(var(--color-shadow),.035);transform:translateZ(0)}.up-collection-card--shape-round .up-collection-card__media{border-radius:50%}.up-collection-card--shape-arch .up-collection-card__media{border-radius:50% 50% 1.6rem 1.6rem / 35% 35% 1.6rem 1.6rem}.up-collection-card__image,.up-collection-card__placeholder{position:absolute;inset:0;display:block;width:100%;height:100%}.up-collection-card__image{object-fit:cover;object-position:center;transition:opacity .35s ease,transform .55s cubic-bezier(.2,.7,.2,1)}.up-collection-card--contain .up-collection-card__image{object-fit:contain}.up-collection-card__image--secondary{opacity:0}.up-collection-card__placeholder{padding:10%;color:rgba(var(--color-foreground),.22);background:rgba(var(--color-foreground),.025)}.up-collection-card__badges{position:absolute;z-index:2;top:1rem;left:1rem;display:flex;flex-wrap:wrap;gap:.6rem}.up-collection-card__badges .badge{min-height:2.8rem;padding:.55rem 1rem;border-radius:999px;font-size:1.1rem;line-height:1;box-shadow:0 .5rem 1.6rem rgba(var(--color-shadow),.08)}.up-collection-card__content{display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start;gap:.7rem;padding:1.4rem .2rem 0;text-align:left}.up-collection-products--center .up-collection-card__content{align-items:center;text-align:center}.up-collection-card__vendor{color:rgba(var(--color-foreground),.62);font-size:1.15rem;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}.up-collection-card__title{display:-webkit-box;min-height:2.5em;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(1.5rem,1.35vw,1.9rem);line-height:1.25}.up-collection-card__title a{color:inherit;text-decoration:none}.up-collection-card__title a:hover{opacity:.72}.up-collection-card__rating{display:flex;align-items:center;gap:.6rem}.up-collection-card__price{width:100%;margin-top:0;color:rgb(var(--color-foreground))}.up-collection-card__price .price,.up-collection-card__price .price__container{margin:0}.up-collection-card__price .price-item{font-size:clamp(1.35rem,1.1vw,1.65rem);line-height:1.3}.up-collection-card__price .price-item--regular{color:rgba(var(--color-foreground),.55)}.up-collection-card__price .price,.up-collection-card__price .price__container,.up-collection-card__price .price__regular,.up-collection-card__price .price__sale{white-space:nowrap}.up-collection-card__price .price__container,.up-collection-card__price .price--on-sale .price__sale{display:flex;align-items:baseline;flex-wrap:nowrap;gap:.7rem}.up-collection-card__price .price__regular,.up-collection-card__price .price__sale>span{display:inline-flex;align-items:baseline;min-width:0}.up-collection-card__price .price .price-item{margin:0}.up-collection-card__quick-add{width:100%;margin-top:auto;padding-top:.6rem}.up-collection-card__quick-add modal-opener,.up-collection-card__quick-add product-form{display:block;width:100%}.up-collection-card__quick-add .button{min-height:4.4rem;padding:.9rem 1.4rem;border-radius:min(var(--buttons-radius-outset,999px),999px);font-family:var(--font-body-family);font-size:1.3rem;line-height:1.1}@media(hover:hover) and (pointer:fine){.up-collection-card:hover .up-collection-card__image--primary:not(:only-child){opacity:0}.up-collection-card:hover .up-collection-card__image--secondary{opacity:1;transform:scale(1.035)}.up-collection-card:hover .up-collection-card__image--primary:only-child{transform:scale(1.035)}}.up-collection-products__navigation{display:none;align-items:center;justify-content:flex-end;gap:1rem;margin-top:1.8rem}.up-collection-products__nav-button{display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;padding:0;border:0;color:rgb(var(--color-foreground));cursor:pointer;transition:opacity .18s ease,transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.up-collection-products__nav-button svg{width:2rem;height:2rem}.up-collection-products--nav-outline .up-collection-products__nav-button{border:.1rem solid rgba(var(--color-foreground),.18);border-radius:999px;background:rgb(var(--color-background))}.up-collection-products--nav-filled .up-collection-products__nav-button{border:.1rem solid rgb(var(--color-foreground));border-radius:999px;color:rgb(var(--color-background));background:rgb(var(--color-foreground))}.up-collection-products--nav-soft .up-collection-products__nav-button{width:4.6rem;height:4.2rem;border:.1rem solid transparent;border-radius:1.3rem;background:rgba(var(--color-foreground),.08)}.up-collection-products--nav-minimal .up-collection-products__nav-button{width:3.6rem;height:3.6rem;border-radius:0;background:transparent}.up-collection-products__nav-button:hover:not(:disabled){transform:translateY(-2px)}.up-collection-products__nav-button:disabled{opacity:.28;cursor:default}.up-collection-products__nav-button:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}.up-collection-products .product-count__text,.up-collection-products .mobile-facets__count,.up-collection-products #ProductCount,.up-collection-products #ProductCountDesktop{white-space:nowrap;word-break:normal;overflow-wrap:normal}.up-collection-products .mobile-facets__open-label,.up-collection-products .facet-filters__label,.up-collection-products .facet-filters__sort{white-space:nowrap}@media screen and (min-width:990px){.up-collection-hero__inner,.up-collection-products__inner{width:min(calc(100% - 8rem),var(--page-width))}.up-collection-grid{grid-template-columns:repeat(var(--up-columns-desktop,4),minmax(0,1fr));row-gap:clamp(3.6rem,4vw,5.6rem)}}@media screen and (min-width:750px) and (max-width:989px){.up-collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:989px){.up-collection-products .facets-container{padding-top:0}.up-collection-products .mobile-facets__wrapper,.up-collection-products .product-count{margin:0}}@media screen and (max-width:749px){.up-collection-hero__inner,.up-collection-products__inner{width:min(calc(100% - 2.4rem),var(--page-width))}.up-collection-hero--image{min-height:var(--up-collection-hero-height-mobile,38rem)}.up-collection-hero--image.up-collection-hero--content-box .up-collection-hero__content{padding:2rem;border-radius:1.6rem}.up-collection-hero__title{max-width:none}.up-collection-menu{width:calc(100% + 2.4rem);margin-inline:-1.2rem;padding-inline:1.2rem}.up-collection-products{--up-product-gap:1.2rem}.up-collection-products--gap-small,.up-collection-products--gap-normal,.up-collection-products--gap-large{--up-product-gap:1.2rem}.up-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.6rem var(--up-product-gap)}.up-collection-products--mobile-scroll .up-collection-grid{display:flex !important;gap:1.4rem;width:calc(100% + 2.4rem);margin-inline:-1.2rem;padding:0 1.2rem .8rem;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;scroll-padding-inline:1.2rem;scroll-snap-type:x mandatory}.up-collection-products--mobile-scroll .up-collection-grid::-webkit-scrollbar{display:none}.up-collection-products--mobile-scroll .up-collection-grid__item{flex:0 0 min(78vw,30rem);scroll-snap-align:start}.up-collection-card__content{gap:.55rem;padding-top:1rem}.up-collection-card__title{font-size:1.4rem}.up-collection-card__price .price-item{font-size:1.25rem}.up-collection-card__quick-add .button{min-height:4rem;padding:.8rem .7rem;font-size:1.15rem}.up-collection-card__badges{top:.7rem;left:.7rem}.up-collection-card__badges .badge{min-height:2.4rem;padding:.45rem .75rem;font-size:1rem}.up-collection-products__top{margin-bottom:1.6rem}}@media(prefers-reduced-motion:reduce){.up-collection-menu__link,.up-collection-card__image{transition:none}}@media screen and (max-width:749px){.up-collection-products .facets-container,.up-collection-products .facets-container-drawer{display:flex;align-items:center;justify-content:space-between;flex-flow:row nowrap;gap:1rem;width:100%}.up-collection-products .mobile-facets__wrapper{flex:1 1 auto;min-width:0;margin:0}.up-collection-products .mobile-facets__open{min-width:0;gap:.7rem}.up-collection-products .mobile-facets__open-label{font-size:1.25rem;line-height:1.15}.up-collection-products .product-count{flex:0 0 auto;min-width:max-content;margin:0;text-align:right}.up-collection-products .product-count__text,.up-collection-products .mobile-facets__count{font-size:1.2rem;line-height:1.2}.up-collection-products--mobile-scroll .up-collection-products__navigation{display:flex}.up-collection-products__navigation{justify-content:center;margin-top:1.6rem}.up-collection-grid__item{align-self:stretch}.up-collection-card__content{min-height:0}.up-collection-card__title{min-height:0;line-height:1.25}.up-collection-card__price .price-item{font-size:1.15rem}.up-collection-card__price .price__container,.up-collection-card__price .price--on-sale .price__sale{gap:.45rem}.up-collection-card__quick-add .button{min-height:4rem;padding-inline:.45rem;font-size:1.05rem;white-space:nowrap}}collection-page-premium{display:block}.up-collection-grid{align-items:stretch;grid-auto-rows:1fr}.up-collection-grid__item{height:100%}.up-collection-card__content{height:100%}.up-collection-card__title{width:100%;min-height:2.5em}.up-collection-card__price{display:flex;width:100%;min-width:0;min-height:2.2rem;align-items:baseline;gap:.65rem;margin-top:0;overflow:hidden;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:clamp(1.3rem,1.05vw,1.6rem);font-style:var(--font-body-style);font-weight:var(--font-body-weight);line-height:1.2;white-space:nowrap}.up-collection-products--center .up-collection-card__price{justify-content:center}.up-collection-card__compare-price,.up-collection-card__current-price{display:inline-block;min-width:0;flex:0 1 auto;margin:0;line-height:inherit;white-space:nowrap}.up-collection-card__compare-price{overflow:hidden;color:rgba(var(--color-foreground),.52);text-decoration-thickness:.1rem;text-overflow:ellipsis}.up-collection-card__current-price{flex-shrink:0;color:rgb(var(--color-foreground));font-weight:600}.up-collection-card__quick-add{margin-top:auto;padding-top:.65rem}.up-collection-card__quick-add .button,.up-collection-card__quick-add .button span:not(.loading__spinner):not(.sold-out-message){max-width:100%;white-space:normal;word-break:normal;overflow-wrap:normal;hyphens:none;text-align:center;text-wrap:balance}.up-collection-products .facets-container,.up-collection-products .facets-container-drawer{min-height:0;margin-bottom:1.6rem;padding-top:0;padding-bottom:.8rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.up-collection-products .facets__form{min-height:4.2rem;align-items:center;margin-bottom:0}.up-collection-products .mobile-facets__open{min-height:3.6rem;padding-block:.35rem}.up-collection-products .product-count,.up-collection-products .product-count__text,.up-collection-products .mobile-facets__count,.up-collection-products #ProductCount,.up-collection-products #ProductCountDesktop{max-width:none;white-space:nowrap !important;word-break:keep-all !important;overflow-wrap:normal !important}@media screen and (max-width:749px){.up-collection-products .facets-container,.up-collection-products .facets-container-drawer{min-height:3.8rem;margin-bottom:1.4rem;padding-bottom:.65rem}.up-collection-products .mobile-facets__open{min-height:3.2rem;padding-block:.2rem}.up-collection-products .mobile-facets__open svg{width:1.7rem;height:1.7rem}.up-collection-products .mobile-facets__open-label,.up-collection-products .product-count__text,.up-collection-products .mobile-facets__count{font-size:1.1rem;line-height:1.1}.up-collection-card__content{min-height:0}.up-collection-card__title{min-height:0;font-size:1.35rem}.up-collection-card__price{min-height:1.9rem;gap:.4rem;font-size:1.05rem;letter-spacing:-.01em}.up-collection-card__compare-price{max-width:55%}.up-collection-card__quick-add{margin-top:auto;padding-top:.45rem}.up-collection-card__quick-add .button{min-height:3.8rem;padding:.6rem .45rem;font-size:.98rem;line-height:1.15;letter-spacing:0}.up-collection-card__quick-add .button span:not(.loading__spinner):not(.sold-out-message){font-size:inherit;line-height:inherit}}@media screen and (max-width:749px){.up-collection-grid{row-gap:.8rem;align-items:stretch}.up-collection-grid__item,.up-collection-card{height:100%}.up-collection-card__content{display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start;gap:.35rem;min-height:0 !important;height:100%;padding-top:.8rem}.up-collection-products--center .up-collection-card__content{align-items:center}.up-collection-card__vendor,.up-collection-card__rating,.up-collection-card__title{margin:0}.up-collection-card__title{min-height:0 !important;height:auto}.up-collection-card__price{min-height:1.9rem;margin-top:0 !important}.up-collection-card__quick-add{width:100%;margin-top:auto !important;padding-top:.45rem}}@media screen and (min-width:750px){.up-collection-grid{align-items:start;grid-auto-rows:auto}.up-collection-grid__item,.up-collection-card{height:auto}.up-collection-card__content{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-start;gap:.45rem;min-height:0;height:auto;padding-top:1.1rem}.up-collection-products--center .up-collection-card__content{align-items:center}.up-collection-card__title{display:block;width:100%;min-height:1.25em;height:1.25em;margin:0;overflow:hidden;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.up-collection-card__price{min-height:2.2rem;margin-top:0}.up-collection-card__quick-add{width:100%;margin-top:.45rem;padding-top:0}}