.nashe-collection-hub{padding:4rem 0 6rem}@media(min-width:768px){.nashe-collection-hub{padding:6rem 0 8rem}}.nashe-collection-hub__header{text-align:center;margin-bottom:3rem}.nashe-collection-hub__label{font-family:var(--nashe-font-body);font-size:.75rem;text-transform:uppercase;letter-spacing:.3em;color:var(--nashe-muted-foreground);margin-bottom:.5rem}.nashe-collection-hub__title{font-family:var(--nashe-font-display);font-size:3rem;letter-spacing:.05em;margin:0}@media(min-width:768px){.nashe-collection-hub__title{font-size:3.75rem}}.nashe-collection-hub__filters{margin-bottom:3rem}.nashe-collection-hub__filters-inner{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.nashe-collection-hub__filters-inner{flex-direction:row;align-items:center;justify-content:space-between}}.nashe-collection-hub__filter-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.nashe-filter-btn{padding:.5rem 1rem;font-family:var(--nashe-font-body);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;background:transparent;color:var(--nashe-foreground);border:1px solid var(--nashe-border);cursor:pointer;transition:all var(--nashe-transition)}.nashe-filter-btn:hover{border-color:var(--nashe-foreground)}.nashe-filter-btn--active{background:var(--nashe-foreground);color:var(--nashe-background);border-color:var(--nashe-foreground)}.nashe-collection-hub__sort{display:flex;align-items:center;gap:.75rem}.nashe-collection-hub__sort-label{font-family:var(--nashe-font-body);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--nashe-muted-foreground)}.nashe-sort-btn{padding:.375rem .75rem;font-family:var(--nashe-font-body);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;background:transparent;color:var(--nashe-muted-foreground);border:none;cursor:pointer;transition:color var(--nashe-transition)}.nashe-sort-btn:hover,.nashe-sort-btn--active{color:var(--nashe-foreground)}.nashe-collection-hub__count{font-family:var(--nashe-font-body);font-size:.875rem;color:var(--nashe-muted-foreground);margin-bottom:1.5rem}.nashe-collection-hub__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem .75rem}@media(min-width:768px){.nashe-collection-hub__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.nashe-collection-hub__grid{grid-template-columns:repeat(4,1fr)}}.nashe-product-card{display:block;text-decoration:none;color:inherit}.nashe-product-card__image-wrap{height:360px;padding:.5rem;position:relative;overflow:hidden}@media(min-width:640px){.nashe-product-card__image-wrap{height:360px;padding:.5rem}}@media(min-width:1024px){.nashe-product-card__image-wrap{height:360px;padding:.75rem}}.nashe-product-card__image{width:100%;height:100%;object-fit:contain;object-position:center;transform:scale(1.18);transition:transform .7s ease}@media(min-width:640px){.nashe-product-card__image{transform:scale(1.05)}}.nashe-product-card:hover .nashe-product-card__image{transform:scale(1.28)}@media(min-width:640px){.nashe-product-card:hover .nashe-product-card__image{transform:scale(1.1)}}.nashe-product-card__no-image{height:100%;width:100%;display:flex;align-items:center;justify-content:center;color:var(--nashe-muted-foreground);font-size:.875rem;background:var(--nashe-secondary)}.nashe-product-card__info{padding-top:1rem;padding-bottom:.5rem}.nashe-product-card__title{font-family:var(--nashe-font-body);font-size:.875rem;font-weight:500;color:#0d0d0de6;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nashe-product-card__price{font-family:var(--nashe-font-body);font-size:.875rem;color:var(--nashe-foreground);margin:0}.nashe-product-card__cta{width:100%;padding:.75rem;font-family:var(--nashe-font-body);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;text-align:center;background:var(--nashe-primary);color:var(--nashe-primary-foreground);opacity:0;transition:opacity .3s ease}.nashe-product-card:hover .nashe-product-card__cta{opacity:1}.nashe-image-slot{grid-column:1 / -1;margin:2rem 0}.nashe-image-slot__link{display:block;width:100%;aspect-ratio:21 / 9;background:var(--nashe-secondary);position:relative;overflow:hidden;text-decoration:none}@media(min-width:768px){.nashe-image-slot__link{aspect-ratio:3 / 1}}.nashe-image-slot__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.nashe-image-slot__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d0d0d1a;transition:background .5s ease}.nashe-image-slot__link:hover .nashe-image-slot__overlay{background:#0d0d0d0d}.nashe-image-slot__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.nashe-image-slot__title{font-family:var(--nashe-font-display);font-size:1.5rem;letter-spacing:.05em;color:#0d0d0d80;margin:0 0 .5rem}@media(min-width:768px){.nashe-image-slot__title{font-size:1.875rem}}.nashe-image-slot__subtitle{font-family:var(--nashe-font-body);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--nashe-muted-foreground);margin:0}.nashe-collection-hub__empty{text-align:center;padding:8rem 0}.nashe-collection-hub__empty-title{font-family:var(--nashe-font-body);font-size:1.125rem;color:var(--nashe-muted-foreground);margin:0 0 1rem}.nashe-collection-hub__empty-text{font-family:var(--nashe-font-body);font-size:.875rem;color:var(--nashe-muted-foreground);margin:0}@media(max-width:749px){.nashe-product-card__image-wrap{height:auto!important;min-height:0!important;aspect-ratio:1 / 1;overflow:hidden}.nashe-product-card__image{width:100%;height:100%!important;object-fit:cover;display:block}.nashe-product-card__info{margin-top:8px!important;padding-top:0!important}}@media(max-width:749px){.nashe-collection-hub .nashe-product-card{margin-bottom:18px}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/nashe-collection-hub.css.map */
