.blog-custom{padding-bottom:6rem;--blog-page-width: 1200px;--blog-card-title-size: 13px}.blog-custom__page-width{max-width:var(--blog-page-width);margin-left:auto;margin-right:auto;width:100%;box-sizing:border-box}.blog-custom .visually-hidden,.blog-custom__visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.blog-custom__hero{text-align:center;padding:5rem 2rem 3rem;max-width:72rem;margin:0 auto}.blog-custom__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:3.6rem;letter-spacing:.02em;margin:0 0 1.6rem;color:rgb(var(--color-foreground))}.blog-custom__description{font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.7);margin:0 auto;max-width:56rem}.blog-custom__categories-wrap{border-top:1px solid rgba(var(--color-foreground),.1);border-bottom:1px solid rgba(var(--color-foreground),.1)}.blog-custom__categories{display:flex;justify-content:center;gap:3rem;padding:1.4rem 2rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.blog-custom__categories::-webkit-scrollbar{display:none}.blog-custom__cat-link{font-size:1.2rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:rgba(var(--color-foreground),.6);white-space:nowrap;padding:.4rem 0;border-bottom:1.5px solid transparent;transition:color .2s ease,border-color .2s ease}.blog-custom__cat-link:hover{color:rgb(var(--color-foreground))}.blog-custom__cat-link.is-active,.blog-custom__cat-link[aria-current=page]{color:rgb(var(--color-foreground));border-bottom-color:rgb(var(--color-foreground))}.blog-custom__spotlights{padding:4rem 2rem}.blog-custom__spotlights-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem;margin-bottom:2.4rem}.blog-custom__spotlights-row:last-child{margin-bottom:0}.blog-card{display:block;margin:0}.blog-card__link-wrapper{display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:opacity .2s ease}.blog-card__link-wrapper:hover{opacity:.88}.blog-card__image{width:100%;aspect-ratio:4 / 3;overflow:hidden;background:#f0f0f0}.blog-card__image img{width:100%;height:100%;object-fit:cover;display:block}.blog-card__image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#eee,#f7f7f7)}.blog-card__body{padding:1.6rem 0}.blog-card__title{font-size:var(--blog-card-title-size, 1.3rem);font-weight:500;letter-spacing:.06em;text-transform:uppercase;line-height:1.4;margin:0 0 .6rem;color:rgb(var(--color-foreground))}.blog-card__date{display:block;font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--color-foreground),.55);margin:0 0 .8rem}.blog-card__excerpt{font-size:1.3rem;line-height:1.6;color:rgba(var(--color-foreground),.65);margin:0 0 1.2rem}.blog-card__link{font-size:1.2rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--color-foreground),.7);display:inline-flex;align-items:center;gap:.4rem}.blog-card__link-wrapper:hover .blog-card__link{color:rgb(var(--color-foreground))}.blog-custom__banner-section{position:relative;margin:2rem 0}.blog-custom__banner{display:none;position:relative;min-height:40rem;background-size:cover;background-position:center;background-repeat:no-repeat;align-items:center;isolation:isolate;--banner-overlay: 0}.blog-custom__banner.is-active{display:flex}.blog-custom__banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,var(--banner-overlay, 0));pointer-events:none;z-index:1}.blog-custom__banner-content{position:relative;z-index:2;width:100%;padding:6rem 5rem;display:flex}.blog-custom__banner-inner{max-width:50rem;width:100%}.blog-custom__banner--align-left .blog-custom__banner-content{justify-content:flex-start;text-align:left}.blog-custom__banner--align-center .blog-custom__banner-content{justify-content:center;text-align:center}.blog-custom__banner--align-right .blog-custom__banner-content{justify-content:flex-end;text-align:right}.blog-custom__banner--align-center .blog-custom__banner-link,.blog-custom__banner--align-right .blog-custom__banner-link{justify-content:inherit}.blog-custom__banner-eyebrow{font-size:1.1rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;margin:0 0 1rem;opacity:.7;color:inherit}.blog-custom__banner-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:3.2rem;line-height:1.2;margin:0 0 1.6rem;color:inherit}.blog-custom__banner-text{font-size:1.4rem;line-height:1.7;margin:0 0 2rem;color:inherit;opacity:.85}.blog-custom__banner-text p:last-child{margin-bottom:0}.blog-custom__banner-link{display:inline-flex;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:400;letter-spacing:.08em;text-transform:none;font-style:italic;color:inherit;text-decoration:none;transition:opacity .2s ease}.blog-custom__banner-link:hover{opacity:.7}.blog-custom__banner-dots{display:flex;justify-content:center;gap:1rem;padding:2rem 0}.blog-custom__banner-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(var(--color-foreground),.3);background:transparent;cursor:pointer;padding:0;transition:background .2s ease,border-color .2s ease}.blog-custom__banner-dot.is-active,.blog-custom__banner-dot[aria-current=true]{background:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.blog-custom__all-posts{padding:4rem 2rem}.blog-custom__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem}.blog-custom__pagination-nav{display:flex;justify-content:center;gap:1.6rem;padding-top:3rem;font-size:1.2rem;letter-spacing:.08em;text-transform:uppercase}.blog-custom__pagination-nav a{color:rgb(var(--color-foreground));text-decoration:underline}.blog-custom__load-more-wrap{text-align:center;padding-top:4rem}.blog-custom__load-more{display:inline-block;padding:1.2rem 4rem;font-size:1.3rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--color-foreground));background:transparent;border:1px solid rgb(var(--color-foreground));cursor:pointer;transition:background .2s ease,color .2s ease}.blog-custom__load-more:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.blog-custom__load-more[disabled]{opacity:.5;cursor:wait}.blog-related{padding:4rem 0 2rem;border-top:1px solid rgba(var(--color-foreground),.1)}.blog-related__heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.4rem;margin:0 0 2.4rem;text-align:center;letter-spacing:.02em}.blog-related__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem}@media screen and (max-width:749px){.blog-custom__hero{padding:3rem 2rem 2rem}.blog-custom__title{font-size:2.8rem}.blog-custom__categories{justify-content:flex-start;gap:2rem;padding:1.2rem 2rem}.blog-custom__spotlights{padding:2rem 0 2rem 2rem}.blog-custom__spotlights-row{display:flex;gap:1.4rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-right:2rem;margin-bottom:1.4rem}.blog-custom__spotlights-row::-webkit-scrollbar{display:none}.blog-custom__spotlights-row .blog-card{flex:0 0 72%;max-width:28rem;scroll-snap-align:start}.blog-custom--tag-filtered .blog-custom__spotlights{padding:2rem}.blog-custom--tag-filtered .blog-custom__spotlights-row{display:grid;grid-template-columns:1fr;gap:2rem;overflow-x:visible;scroll-snap-type:none;padding-right:0}.blog-custom--tag-filtered .blog-custom__spotlights-row .blog-card{flex:unset;max-width:none;scroll-snap-align:none}.blog-custom__banner{min-height:32rem}.blog-custom__banner-content{padding:3rem 2rem}.blog-custom__banner-title{font-size:2.4rem}.blog-custom__all-posts{padding:2rem}.blog-custom__grid,.blog-related__grid{grid-template-columns:1fr;gap:2rem}}@media screen and (min-width:750px)and (max-width:989px){.blog-custom__grid,.blog-related__grid{grid-template-columns:repeat(2,1fr)}.blog-custom__spotlights-row{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-blog-custom.css.map */
