.jeff-categories__eyebrow,.jeff-categories__title--center,.jeff-categories__text--center{text-align:center}.jeff-categories__title{margin-bottom:16px;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 400);font-style:var(--font-heading-style, normal);font-size:clamp(2.4rem,2.8vw,3.6rem);line-height:1.2;color:rgb(var(--color-foreground))}.jeff-categories__text{font-family:var(--font-body-family);font-weight:var(--font-body-weight, 400);font-style:var(--font-body-style, normal);max-width:58ch;margin-bottom:32px}.jeff-categories__text--center{margin-inline:auto}.jeff-categories__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--jeff-category-gap, 16px);width:100%;min-width:0}.jeff-category-tile{position:relative;display:flex;flex-direction:column;min-width:0;color:inherit;text-decoration:none;transition:opacity .25s ease}.jeff-category-tile:hover{opacity:.94}.jeff-category-tile__media{position:relative;overflow:hidden;background:rgba(var(--color-foreground),.04);border-radius:var(--media-radius, 0px);width:100%}.jeff-category-tile__media picture,.jeff-category-tile__media img,.jeff-category-tile__placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.16,1,.3,1)}.jeff-category-tile:hover .jeff-category-tile__media img{transform:scale(1.03)}.jeff-category-tile__placeholder{aspect-ratio:4 / 5}.jeff-category-tile__placeholder svg{width:100%;height:100%;fill:rgba(var(--color-foreground),.2)}.jeff-categories__grid--portrait .jeff-category-tile__media{aspect-ratio:4 / 5}.jeff-categories__grid--square .jeff-category-tile__media{aspect-ratio:1}.jeff-categories__grid--landscape .jeff-category-tile__media{aspect-ratio:4 / 3}.jeff-category-tile__content{padding-top:14px}.jeff-category-tile__content h3{margin:0 0 4px;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 500);font-style:var(--font-heading-style, normal);font-size:clamp(1.6rem,1.8vw,2.2rem);line-height:1.25;letter-spacing:.02em;color:rgb(var(--color-foreground))}.jeff-category-tile__content p{font-family:var(--font-body-family);font-weight:var(--font-body-weight, 400);font-style:var(--font-body-style, normal);font-size:1.35rem;line-height:1.4;margin:0;color:rgba(var(--color-foreground),.75)}.jeff-category-tile__content--center{text-align:center}.jeff-category-tile__content--right{text-align:right}.jeff-category-tile__link{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold, 600);font-style:var(--font-body-style, normal);display:inline-flex;align-items:center;gap:6px;margin-top:10px;font-size:1.3rem;letter-spacing:.04em;text-decoration:underline;text-underline-offset:4px}.jeff-categories__grid--overlay .jeff-category-tile{display:block}.jeff-categories__grid--overlay .jeff-category-tile__content{position:absolute;z-index:1;inset:auto 0 0;padding:20px;color:#fff;background:linear-gradient(to top,rgba(18,18,18,.75) 0%,rgba(18,18,18,.3) 60%,transparent 100%);pointer-events:none}.jeff-categories__grid--overlay .jeff-category-tile__content h3{color:#fff;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 400);font-style:var(--font-heading-style, normal);font-size:clamp(2rem,2.4vw,3rem)}.jeff-categories__grid--overlay .jeff-category-tile__content p{font-family:var(--font-body-family);color:#ffffffe0}.jeff-categories__grid--overlay .jeff-category-tile__link{color:#fff}.jeff-category-tile:focus-visible{outline:2px solid currentColor;outline-offset:4px}@media(max-width:749px){.jeff-categories__grid--mobile-mosaic{grid-template-columns:repeat(2,minmax(0,1fr))}.jeff-categories__grid--mobile-mosaic>.jeff-category-tile:first-child{grid-column:span 2}.jeff-categories__grid--mobile-mosaic>.jeff-category-tile:first-child .jeff-category-tile__media{aspect-ratio:16 / 9}.jeff-categories__grid--mobile-mosaic>.jeff-category-tile:first-child .jeff-category-tile__content h3{font-size:clamp(2rem,5.2vw,2.6rem)}.jeff-categories__grid--mobile-mosaic.jeff-categories__grid--overlay>.jeff-category-tile:first-child .jeff-category-tile__content{padding:24px}.jeff-categories__grid--mobile-rail{display:flex;flex-wrap:nowrap;width:100%;max-width:100%;gap:var(--jeff-category-gap, 16px);overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:8px;scroll-padding-inline:1px;scroll-snap-type:inline mandatory;scrollbar-width:none;-ms-overflow-style:none}.jeff-categories__grid--mobile-rail::-webkit-scrollbar{display:none}.jeff-categories__grid--mobile-rail>.jeff-category-tile{flex:0 0 calc((100% - var(--jeff-category-gap, 16px)) * .74);scroll-snap-align:start}.jeff-categories__grid--mobile-three{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(6px,2vw,10px)}.jeff-categories__grid--mobile-three .jeff-category-tile__content{padding-top:8px}.jeff-categories__grid--mobile-three .jeff-category-tile__content h3{font-size:clamp(1.2rem,3.2vw,1.5rem);margin-bottom:2px}.jeff-categories__grid--mobile-three .jeff-category-tile__content p{font-size:1.15rem;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.jeff-categories__grid--mobile-three .jeff-category-tile__link{font-size:1.1rem;margin-top:4px}.jeff-categories__grid--mobile-three.jeff-categories__grid--overlay .jeff-category-tile__content{padding:10px 8px}.jeff-categories__grid--mobile-three.jeff-categories__grid--overlay .jeff-category-tile__content h3{font-size:clamp(1.3rem,3.5vw,1.7rem)}.jeff-categories__grid--mobile-two{grid-template-columns:repeat(2,minmax(0,1fr))}.jeff-categories__grid--mobile-one{grid-template-columns:1fr}}@media(min-width:750px){.jeff-categories__grid,.jeff-categories__grid--mobile-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--jeff-category-gap, 16px);overflow:visible;padding-bottom:0;scroll-snap-type:none}.jeff-categories__grid--mobile-rail>.jeff-category-tile{flex:initial;scroll-snap-align:none}.jeff-categories__grid--mobile-mosaic>.jeff-category-tile:first-child{grid-column:auto}.jeff-categories__grid--portrait .jeff-category-tile__media,.jeff-categories__grid--mobile-mosaic.jeff-categories__grid--portrait>.jeff-category-tile:first-child .jeff-category-tile__media{aspect-ratio:4 / 5}.jeff-categories__grid--square .jeff-category-tile__media,.jeff-categories__grid--mobile-mosaic.jeff-categories__grid--square>.jeff-category-tile:first-child .jeff-category-tile__media{aspect-ratio:1}.jeff-categories__grid--landscape .jeff-category-tile__media,.jeff-categories__grid--mobile-mosaic.jeff-categories__grid--landscape>.jeff-category-tile:first-child .jeff-category-tile__media{aspect-ratio:4 / 3}.jeff-categories__grid--featured-first .jeff-category-tile:first-child{grid-column:span 2;grid-row:span 2}.jeff-categories__grid--editorial{grid-template-columns:repeat(4,minmax(0,1fr))}.jeff-categories__grid--editorial .jeff-category-tile:nth-child(1){grid-column:span 2}.jeff-categories__grid--editorial .jeff-category-tile:nth-child(2){grid-row:span 2}.jeff-categories__grid--editorial .jeff-category-tile:nth-child(5){grid-column:span 2}.jeff-category-tile--featured{grid-column:span 2;grid-row:span 2}.jeff-categories__grid--featured-first .jeff-category-tile:first-child .jeff-category-tile__media,.jeff-category-tile--featured .jeff-category-tile__media{aspect-ratio:4 / 5}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/jeff-shoes-categories.css.map */
