.filterable-gallery{display:block;padding-top:var(--gallery-padding-y, 48px);padding-bottom:var(--gallery-padding-y, 48px);color:rgb(var(--color-foreground, 18 18 18))}.filterable-gallery__inner{width:100%}.filterable-gallery__heading{text-align:center;margin:0 0 1.5rem;font-size:clamp(1.25rem,2vw + .5rem,1.75rem);font-weight:500;letter-spacing:.02em}.filterable-gallery__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 2rem;margin:0 0 1.5rem;padding:0 0 .75rem;border-bottom:1px solid rgba(var(--color-foreground, 18 18 18),.08)}.filterable-gallery__tab{-webkit-appearance:none;appearance:none;background:none;border:0;padding:.25rem 0;margin:0;font:inherit;font-size:14px;letter-spacing:.02em;color:rgba(var(--color-foreground, 18 18 18),.5);cursor:pointer;position:relative;transition:color .2s ease}.filterable-gallery__tab:hover,.filterable-gallery__tab:focus-visible{color:rgb(var(--color-foreground, 18 18 18));outline:none}.filterable-gallery__tab.is-active{color:rgb(var(--color-foreground, 18 18 18));font-weight:500}.filterable-gallery__tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-.8rem;height:2px;background:currentColor}.filterable-gallery__grid{display:grid;grid-template-columns:repeat(var(--gallery-cols-mobile, 2),1fr);grid-auto-rows:var(--gallery-row-height, 140px);grid-auto-flow:dense;gap:var(--gallery-gap, 8px)}@media(min-width:750px){.filterable-gallery__grid{grid-template-columns:repeat(var(--gallery-cols-tablet, 3),1fr)}}@media(min-width:990px){.filterable-gallery__grid{grid-template-columns:repeat(var(--gallery-cols-desktop, 4),1fr)}}.filterable-gallery__item{position:relative;overflow:hidden;grid-column:span 1;grid-row:span 1}.filterable-gallery__item[hidden]{display:none}.filterable-gallery__link{display:block;width:100%;height:100%;overflow:hidden;text-decoration:none;color:inherit}.filterable-gallery__image,.filterable-gallery__placeholder{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.filterable-gallery__link:hover .filterable-gallery__image{transform:scale(1.04)}.filterable-gallery__item>.filterable-gallery__image,.filterable-gallery__item>.filterable-gallery__placeholder{width:100%;height:100%}.filterable-gallery__footer{display:flex;justify-content:center;margin-top:2rem}.filterable-gallery__see-more{-webkit-appearance:none;appearance:none;background:#000;border:1px solid rgba(var(--color-foreground, 18 18 18),.2);color:#fff;border-radius:999px;padding:12px 38px 12px 37px;font:inherit;font-size:16px;letter-spacing:.02em;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.filterable-gallery__see-more:hover,.filterable-gallery__see-more:focus-visible{background:rgb(var(--color-foreground, 18 18 18));color:rgb(var(--color-background, 255 255 255));border-color:rgb(var(--color-foreground, 18 18 18));outline:none}.filterable-gallery__see-more[hidden]{display:none}.filterable-gallery__empty{text-align:center;padding:2rem 0;opacity:.6}
/*# sourceMappingURL=/cdn/shop/t/22/compiled_assets/styles.css.map */
