.eyewear-guide{--guide-ink: rgb(var(--color-foreground));--guide-soft: rgba(var(--color-foreground), .68);--guide-line: rgba(var(--color-foreground), .14);--guide-wash: rgba(var(--color-foreground), .045);padding-top:clamp(2.4rem,4vw,4.8rem);padding-bottom:clamp(2rem,5vw,6rem)}.eyewear-guide__hero{display:grid;overflow:hidden;margin-bottom:clamp(4rem,7vw,8rem);border-radius:var(--media-radius);background:rgba(var(--color-foreground),.05)}.eyewear-guide__hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,7vw,8rem)}.eyewear-guide__eyebrow{margin:0 0 1.2rem;font-size:1.2rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.eyewear-guide__hero h1{max-width:12ch;margin:0 0 2rem;font-size:clamp(4rem,7vw,7.4rem);line-height:.98;letter-spacing:-.035em}.eyewear-guide__hero-copy>p:not(.eyewear-guide__eyebrow){max-width:58rem;margin:0 0 2.8rem;color:var(--guide-soft);font-size:clamp(1.7rem,2vw,2.1rem);line-height:1.55}.eyewear-guide__hero-media{min-height:36rem}.eyewear-guide__hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.eyewear-guide__section{margin-bottom:clamp(5rem,8vw,9rem)}.eyewear-guide__section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.8rem;padding-bottom:1.6rem;border-bottom:1px solid var(--guide-line)}.eyewear-guide__section-heading h2{margin:0;font-size:clamp(2.8rem,4vw,4.4rem);letter-spacing:-.025em}.eyewear-guide__section-heading p{max-width:58rem;margin:0;color:var(--guide-soft)}.eyewear-guide__start-grid,.eyewear-guide__topic-grid,.eyewear-guide__shop-grid{display:grid;gap:2rem}.eyewear-guide__feature,.eyewear-guide__topic,.eyewear-guide__shop-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:clamp(2.4rem,4vw,4rem);border:1px solid var(--guide-line);border-radius:var(--card-corner-radius);color:var(--guide-ink);text-decoration:none;transition:border-color .18s ease,transform .18s ease}.eyewear-guide__feature:hover,.eyewear-guide__topic:hover,.eyewear-guide__shop-card:hover{border-color:rgba(var(--color-foreground),.42);transform:translateY(-2px)}.eyewear-guide__feature span,.eyewear-guide__topic span{margin-bottom:2rem;color:var(--guide-soft);font-size:1.2rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.eyewear-guide__feature h3,.eyewear-guide__topic h3,.eyewear-guide__shop-card h3{margin:0 0 1.2rem;font-size:clamp(2.2rem,2.2vw,3rem);line-height:1.15;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.eyewear-guide__feature p,.eyewear-guide__topic p,.eyewear-guide__shop-card p{margin:0;color:var(--guide-soft);line-height:1.6}.eyewear-guide__feature .link,.eyewear-guide__topic .link,.eyewear-guide__shop-card .link{margin-top:auto;padding-top:2.4rem}.eyewear-guide__topics{display:grid;gap:3rem}.eyewear-guide__topic-group{padding:clamp(2.4rem,4vw,4rem);border-radius:var(--card-corner-radius);background:rgba(var(--color-foreground),.05)}.eyewear-guide__topic-group h3{margin:0 0 2rem;font-size:2.4rem}.eyewear-guide__link-list{display:grid;gap:1.2rem;margin:0;padding:0;list-style:none}.eyewear-guide__link-list a{color:inherit;text-decoration-thickness:.1rem;text-underline-offset:.4rem}.eyewear-guide__latest{display:grid;gap:var(--grid-desktop-vertical-spacing)}.eyewear-guide__latest .card-wrapper{width:100%}.eyewear-guide__shop-card{display:grid;min-height:0;padding:0;overflow:hidden;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);background:var(--guide-wash)}.eyewear-guide__shop-media{display:block;min-height:30rem;overflow:hidden;background:rgba(var(--color-foreground),.06)}.eyewear-guide__shop-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.eyewear-guide__shop-card:hover .eyewear-guide__shop-media img{transform:scale(1.025)}.eyewear-guide__shop-copy{display:flex;min-width:0;padding:clamp(2.4rem,3.5vw,4.6rem);flex-direction:column;justify-content:flex-end}.eyewear-guide__shop-copy .link{margin-top:2.4rem;padding-top:0}@media screen and (min-width:990px){.eyewear-guide__hero{grid-template-columns:1.02fr .98fr}.eyewear-guide__start-grid,.eyewear-guide__topics{grid-template-columns:repeat(3,minmax(0,1fr))}.eyewear-guide__topic-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.eyewear-guide__topic{min-height:34rem;grid-column:span 2}.eyewear-guide__topic:nth-child(n+4){grid-column:span 3}.eyewear-guide__latest{grid-template-columns:repeat(3,minmax(0,1fr))}.eyewear-guide__shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:750px)and (max-width:989px){.eyewear-guide__hero{grid-template-columns:1fr 1fr}.eyewear-guide__start-grid,.eyewear-guide__topics{grid-template-columns:repeat(3,minmax(0,1fr))}.eyewear-guide__topic-grid,.eyewear-guide__latest,.eyewear-guide__shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eyewear-guide__shop-card{grid-template-columns:1fr}.eyewear-guide__shop-media{min-height:24rem}}@media screen and (max-width:749px){.eyewear-guide__hero-media{order:-1;min-height:28rem}.eyewear-guide__hero-copy{padding:3.2rem 2.4rem 4rem}.eyewear-guide__hero h1{max-width:11ch;font-size:clamp(3.6rem,12vw,5.4rem)}.eyewear-guide__section-heading{display:block}.eyewear-guide__section-heading p{margin-top:1.2rem}.eyewear-guide__start-grid,.eyewear-guide__topic-grid,.eyewear-guide__latest,.eyewear-guide__shop-grid{grid-template-columns:1fr}.eyewear-guide__feature,.eyewear-guide__topic{padding:2.8rem 2.4rem}.eyewear-guide__topic{min-height:28rem}.eyewear-guide__shop-card{grid-template-columns:1fr}.eyewear-guide__shop-media{min-height:25rem;aspect-ratio:4 / 3}.eyewear-guide__shop-copy{min-height:23rem;padding:2.8rem 2.4rem}}
/*# sourceMappingURL=/cdn/shop/t/69/assets/section-eyewear-guide.css.map */
