.hdd-collection{--hdd-grid-line: rgba(var(--color-foreground), .12);background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.hdd-collection__meta{display:flex;align-items:center;justify-content:space-between;min-height:5.4rem;padding:0 clamp(1.6rem,3vw,4rem);border-bottom:1px solid var(--hdd-grid-line)}.hdd-collection__title,.hdd-collection__count{margin:0;font-size:1rem;font-weight:600;letter-spacing:.14em;line-height:1;text-transform:uppercase}.hdd-collection__count{color:rgba(var(--color-foreground),.52);font-weight:400}.hdd-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0;padding:0;background:var(--hdd-grid-line);list-style:none}.hdd-product-card{position:relative;min-width:0;background:rgb(var(--color-background))}.hdd-product-card.is-sold-out{order:1}.hdd-product-card__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:#f5f5f3}.hdd-product-card__image-link,.hdd-product-card__image{display:block;width:100%;height:100%}.hdd-product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:contain;padding:clamp(1.6rem,3vw,4rem);opacity:0;transform:scale(.985);transition:opacity .32s ease,transform .6s cubic-bezier(.2,.7,.2,1)}.hdd-product-card__image.is-active{opacity:1;transform:scale(1)}.hdd-product-card__dots{position:absolute;right:0;bottom:1.5rem;left:0;z-index:2;display:flex;justify-content:center;gap:.8rem}.hdd-product-card__dot{width:.7rem;height:.7rem;padding:0;border:1px solid rgba(var(--color-foreground),.18);border-radius:50%;background:rgba(var(--color-background),.82);cursor:pointer}.hdd-product-card__dot.is-active{border-color:rgb(var(--color-foreground));background:rgb(var(--color-foreground))}.hdd-product-card__info{min-height:10.5rem;padding:1.8rem 1.4rem 2.6rem;text-align:center}.hdd-product-card__title{margin:0;font-family:var(--font-heading-family);font-size:clamp(1.15rem,1.15vw,1.45rem);font-style:var(--font-heading-style);font-weight:650;letter-spacing:.035em;line-height:1.25;text-transform:uppercase}.hdd-product-card__title a{color:inherit;text-decoration:none}.hdd-product-card__price{margin:.5rem 0 0;font-size:1.3rem;letter-spacing:.02em;line-height:1.3}.hdd-product-card__price s{margin-right:.6rem;color:rgba(var(--color-foreground),.46)}.hdd-product-card__badge{position:absolute;top:1.8rem;left:1.6rem;z-index:2;padding:.6rem .8rem;border:1px solid currentColor;border-radius:0;font-size:.9rem;letter-spacing:.12em;line-height:1;text-transform:uppercase}.hdd-product-card.is-ready{opacity:0;transform:translateY(1.8rem);transition:opacity .52s ease,transform .65s cubic-bezier(.2,.7,.2,1)}.hdd-product-card.is-ready.is-visible{opacity:1;transform:translateY(0)}.hdd-collection__empty{min-height:42rem;padding:8rem 2rem;text-align:center}.hdd-collection .pagination-wrapper{margin:0;padding:5rem 2rem;border-top:1px solid var(--hdd-grid-line)}.hdd-collection-restock{border-top:1px solid var(--hdd-grid-line)}.hdd-collection-restock>summary{display:flex;min-height:8rem;padding:1.5rem 2rem;align-items:center;justify-content:center;border-top:3px solid #f283b6;border-bottom:1px solid transparent;cursor:pointer;background:#f283b6;color:#484848;font-size:1.05rem;font-weight:700;letter-spacing:.16em;list-style:none;text-align:center;text-transform:uppercase}.hdd-collection-restock>summary::-webkit-details-marker{display:none}.hdd-collection-restock>summary:after{content:"+";margin-left:1.2rem;color:#484848;font-size:1.8rem;font-weight:400;line-height:0}.hdd-collection-restock>summary:hover,.hdd-collection-restock>summary:focus-visible{background:#f283b6;color:#484848;outline:0}.hdd-collection-restock>summary:hover:after,.hdd-collection-restock>summary:focus-visible:after{color:#484848}.hdd-collection-restock[open]>summary{border-bottom-color:var(--hdd-grid-line)}.hdd-collection-restock[open]>summary:after{content:"\2212"}.hdd-collection-restock__panel{max-width:82rem;margin:0 auto;padding:clamp(4rem,7vw,8rem) 2rem;text-align:center}.hdd-collection-restock__eyebrow{margin:0 0 1.5rem;color:rgba(var(--color-foreground),.58);font-size:.95rem;font-weight:650;letter-spacing:.14em;text-transform:uppercase}.hdd-collection-restock__panel h2{margin:0;font-family:var(--font-heading-family);font-size:clamp(2.6rem,4vw,5rem);font-weight:var(--font-heading-weight);letter-spacing:-.04em;line-height:1;text-transform:uppercase}.hdd-collection-restock__panel>p:not(.hdd-collection-restock__eyebrow){max-width:58rem;margin:1.8rem auto 3rem;color:rgba(var(--color-foreground),.68);font-size:1.25rem;line-height:1.55}.hdd-collection-restock__fields{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr) auto}.hdd-collection-restock__fields input{min-width:0;height:5.2rem;padding:0 1.4rem;border:1px solid var(--hdd-grid-line);border-right:0;border-radius:0;outline:0;background:transparent;color:rgb(var(--color-foreground));font:inherit;font-size:1.05rem;letter-spacing:.06em}.hdd-collection-restock__fields input:focus{border-color:rgb(var(--color-foreground))}.hdd-collection-restock__fields button{min-width:14rem;padding:0 1.6rem;border:1px solid rgb(var(--color-foreground));border-radius:0;background:rgb(var(--color-foreground));color:rgb(var(--color-background));cursor:pointer;font:inherit;font-size:.95rem;font-weight:650;letter-spacing:.1em;text-transform:uppercase}.hdd-collection-restock__form small{display:block;margin-top:1.2rem;color:rgba(var(--color-foreground),.5);font-size:.9rem;line-height:1.5}.hdd-collection-restock__success{display:flex;justify-content:center;align-items:center;gap:1rem;min-height:5.2rem;border:1px solid rgb(var(--color-foreground));font-size:1rem;letter-spacing:.1em}.hdd-collection-restock__error{margin-bottom:1.5rem;font-size:1.1rem}@media screen and (max-width:989px){.hdd-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.hdd-collection__meta{min-height:4.8rem;padding-inline:1.4rem}.hdd-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hdd-product-card__image{padding:1.2rem}.hdd-product-card__dots{bottom:1rem;gap:.55rem}.hdd-product-card__dot{width:.6rem;height:.6rem}.hdd-product-card__info{min-height:8.8rem;padding:1.3rem .8rem 2.1rem}.hdd-product-card__title{font-size:1.05rem;line-height:1.3}.hdd-product-card__price{margin-top:.35rem;font-size:1.15rem}.hdd-product-card__badge{top:1rem;left:.8rem;padding:.5rem .6rem;font-size:.75rem}.hdd-collection-restock>summary{min-height:7rem;padding-inline:1.2rem;font-size:.95rem;letter-spacing:.11em}.hdd-collection-restock__panel{padding:4.5rem 1.6rem}.hdd-collection-restock__panel h2{font-size:2.8rem}.hdd-collection-restock__fields{grid-template-columns:1fr;gap:.7rem}.hdd-collection-restock__fields input{width:100%;border-right:1px solid var(--hdd-grid-line);text-align:center}.hdd-collection-restock__fields button{width:100%;min-height:5.2rem}}@media(prefers-reduced-motion:reduce){.hdd-collection *,.hdd-collection *:before,.hdd-collection *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/hdd-collection.css.map */
