.cp01-blog-post{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.cp01-blog-post__shell{padding-top:clamp(3.2rem,5vw,7.2rem);padding-bottom:clamp(4rem,6vw,8rem)}.cp01-blog-post__layout{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"header" "sidebar" "image" "toc" "content";gap:clamp(2.4rem,4vw,4.8rem)}.cp01-blog-post__header{grid-area:header;max-width:86rem}.cp01-blog-post__eyebrow{margin:0 0 1.2rem;color:rgba(var(--color-foreground),.68);font-size:1.2rem;font-weight:600;letter-spacing:.14em;line-height:1.4;text-transform:uppercase}.cp01-blog-post__title{margin:0;max-width:82rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(3.2rem,6vw,6.4rem);line-height:.98;letter-spacing:-.04em;color:rgb(var(--color-foreground))}.cp01-blog-post__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem 1.1rem;margin-top:1.8rem;color:rgba(var(--color-foreground),.72);font-size:1.3rem;letter-spacing:.02em;line-height:1.5}.cp01-blog-post__meta-divider{width:.3rem;height:.3rem;border-radius:50%;background:rgba(var(--color-foreground),.42)}.cp01-blog-post__featured-image{grid-area:image;margin:0}.cp01-blog-post__featured-media{overflow:hidden;background:rgba(var(--color-foreground),.04)}.cp01-blog-post__featured-media img{display:block;width:100%;height:auto;object-fit:cover}.cp01-blog-post__featured-caption{margin-top:1rem;color:rgba(var(--color-foreground),.62);font-size:1.2rem;line-height:1.5}.cp01-blog-post__toc{grid-area:toc;max-width:78rem;padding:clamp(1.8rem,3vw,2.4rem);border:.1rem solid rgba(var(--color-foreground),.12);background:rgba(var(--color-foreground),.025)}.cp01-blog-post__toc[hidden]{display:none}.cp01-blog-post__toc-title{margin:0 0 1.4rem;color:rgba(var(--color-foreground),.72);font-size:1.2rem;font-weight:600;letter-spacing:.14em;line-height:1.4;text-transform:uppercase}.cp01-blog-post__toc-list{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.8rem 2rem;margin:0;padding-left:1.8rem}.cp01-blog-post__toc-item{padding-left:.2rem;color:rgba(var(--color-foreground),.64);font-size:1.35rem;line-height:1.4}.cp01-blog-post__toc-item--h3{margin-left:1.2rem;font-size:1.28rem}.cp01-blog-post__toc-item a{color:rgb(var(--color-foreground));text-decoration:none}.cp01-blog-post__toc-item a:hover{text-decoration:underline;text-underline-offset:.3rem}.cp01-blog-post__content-wrap{grid-area:content;min-width:0;max-width:100%}.cp01-blog-post__content{max-width:78rem;margin:0;font-size:1.6rem;line-height:1.82}.cp01-blog-post__content>*:first-child{margin-top:0}.cp01-blog-post__content h2,.cp01-blog-post__content h3,.cp01-blog-post__content h4{scroll-margin-top:12rem;margin-top:4rem;margin-bottom:1.4rem;line-height:1.15;letter-spacing:-.02em}.cp01-blog-post__content p,.cp01-blog-post__content ul,.cp01-blog-post__content ol,.cp01-blog-post__content blockquote,.cp01-blog-post__content table,.cp01-blog-post__content .cp01-table-scroll{margin-top:0;margin-bottom:2rem}.cp01-blog-post__content img{max-width:100%;height:auto}.cp01-blog-post__content table{width:max-content;min-width:100%;border-collapse:collapse}.cp01-blog-post__content th,.cp01-blog-post__content td{vertical-align:top;white-space:normal}.cp01-table-scroll{display:block;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;scrollbar-color:rgba(var(--color-foreground),.55) rgba(var(--color-foreground),.08)}.cp01-table-scroll table{margin-bottom:0}.cp01-table-scroll:focus{outline:.2rem solid rgba(var(--color-foreground),.45);outline-offset:.2rem}.cp01-blog-post__share{margin-top:3.2rem;padding-top:2.4rem;border-top:.1rem solid rgba(var(--color-foreground),.1)}.cp01-blog-post__sidebar{grid-area:sidebar;align-self:start;display:grid;gap:2.4rem}.cp01-blog-post__product-card,.cp01-blog-post__related-sidebar{border:.1rem solid rgba(var(--color-foreground),.12);background:rgb(var(--color-background))}.cp01-blog-post__product-label{margin:0;padding:1.4rem 1.6rem;border-bottom:.1rem solid rgba(var(--color-foreground),.1);color:rgba(var(--color-foreground),.7);font-size:1.1rem;font-weight:600;letter-spacing:.14em;line-height:1.4;text-transform:uppercase}.cp01-blog-post__product-media{display:block;padding:1.6rem 1.6rem 0;text-decoration:none}.cp01-blog-post__product-media-frame{display:block;overflow:hidden;background:rgba(var(--color-foreground),.04)}.cp01-blog-post__product-media img,.cp01-blog-post__product-placeholder{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover}.cp01-blog-post__product-info{padding:1.6rem}.cp01-blog-post__product-title{margin:0 0 .8rem;font-size:1.6rem;line-height:1.25;letter-spacing:-.01em}.cp01-blog-post__product-title a{color:rgb(var(--color-foreground));text-decoration:none}.cp01-blog-post__product-title a:hover{text-decoration:underline;text-underline-offset:.3rem}.cp01-blog-post__product-desc{margin:0 0 1.2rem;color:rgba(var(--color-foreground),.68);font-size:1.3rem;line-height:1.55}.cp01-blog-post__product-price{margin-bottom:1.6rem}.cp01-blog-post__product-actions{display:grid;gap:1rem}.cp01-blog-post__product-actions .button{width:100%;min-height:4.4rem}.cp01-blog-post__product-link{display:inline-flex;align-items:center;justify-content:center;min-height:4.4rem;color:rgb(var(--color-foreground));font-size:1.3rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border:.1rem solid rgba(var(--color-foreground),.24)}.cp01-blog-post__product-link:hover{border-color:rgb(var(--color-foreground))}.cp01-blog-post__related-sidebar{padding:1.6rem}.cp01-blog-post__related-sidebar-header{display:flex;align-items:baseline;justify-content:space-between;gap:1.2rem;margin-bottom:1.4rem}.cp01-blog-post__related-sidebar-title{margin:0;font-size:1.6rem;line-height:1.2;letter-spacing:-.01em}.cp01-blog-post__related-sidebar-link{color:rgba(var(--color-foreground),.72);font-size:1.1rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;white-space:nowrap}.cp01-blog-post__related-sidebar-link:hover{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.3rem}.cp01-blog-post__related-sidebar-list{display:grid;gap:1.4rem}.cp01-blog-post__related-sidebar-card{display:grid;grid-template-columns:7.2rem minmax(0,1fr);gap:1.2rem;align-items:start;color:rgb(var(--color-foreground));text-decoration:none}.cp01-blog-post__related-sidebar-media{display:block;overflow:hidden;background:rgba(var(--color-foreground),.04)}.cp01-blog-post__related-sidebar-media img,.cp01-blog-post__related-placeholder{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover}.cp01-blog-post__related-sidebar-copy{display:grid;gap:.4rem}.cp01-blog-post__related-sidebar-card-title{font-size:1.35rem;font-weight:600;line-height:1.32}.cp01-blog-post__related-sidebar-card:hover .cp01-blog-post__related-sidebar-card-title{text-decoration:underline;text-underline-offset:.3rem}.cp01-blog-post__related-sidebar-date{color:rgba(var(--color-foreground),.62);font-size:1.15rem;line-height:1.4}.cp01-collection-carousel,.cp01-collection-carousel-host{max-width:100%}.cp01-collection-carousel{margin:clamp(3.2rem,5vw,5.6rem) 0;padding:clamp(2rem,3vw,3.2rem) 0;border-top:.1rem solid rgba(var(--color-foreground),.1);border-bottom:.1rem solid rgba(var(--color-foreground),.1)}.cp01-collection-carousel--loading,.cp01-collection-carousel--empty,.cp01-collection-carousel--error{color:rgba(var(--color-foreground),.72)}.cp01-collection-carousel__editor-note{margin-top:-2rem;color:rgba(var(--color-foreground),.68);font-size:1.2rem}.cp01-collection-carousel__header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:1rem 2rem;margin-bottom:1.8rem}.cp01-collection-carousel__title{margin:0;font-size:clamp(2rem,3vw,2.8rem);line-height:1.15;letter-spacing:-.02em}.cp01-collection-carousel__link{color:rgba(var(--color-foreground),.72);font-size:1.2rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none}.cp01-collection-carousel__link:hover{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.3rem}.cp01-collection-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(18rem,24%);gap:1.6rem;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-color:rgba(var(--color-foreground),.55) rgba(var(--color-foreground),.08);padding-bottom:1.2rem}.cp01-collection-carousel__item{min-width:0;scroll-snap-align:start}.cp01-collection-carousel__media{display:block;overflow:hidden;background:rgba(var(--color-foreground),.04);text-decoration:none}.cp01-collection-carousel__media img,.cp01-collection-carousel__placeholder{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover}.cp01-collection-carousel__info{padding-top:1.2rem}.cp01-collection-carousel__product-title{margin:0 0 .6rem;font-size:1.4rem;line-height:1.35}.cp01-collection-carousel__product-title a{color:rgb(var(--color-foreground));text-decoration:none}.cp01-collection-carousel__product-title a:hover{text-decoration:underline;text-underline-offset:.3rem}.cp01-blog-post__back{margin-top:4rem;text-align:center}.cp01-blog-post__back-link{color:rgb(var(--color-foreground));text-decoration:none}.cp01-blog-post__back-link:hover{text-decoration:underline;text-underline-offset:.3rem}@media screen and (min-width:750px){.cp01-blog-post__toc-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.cp01-blog-post__layout{grid-template-columns:minmax(0,1fr) minmax(26rem,34rem);grid-template-areas:"header sidebar" "image sidebar" "toc sidebar" "content sidebar";column-gap:clamp(4rem,6vw,7.2rem);row-gap:clamp(3.2rem,4vw,4.8rem);align-items:start}.cp01-blog-post--no-sidebar .cp01-blog-post__layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"header" "image" "toc" "content"}.cp01-blog-post__sidebar{position:sticky;top:12rem}.cp01-blog-post__content{font-size:1.7rem}}@media screen and (max-width:749px){.cp01-blog-post__shell{padding-top:2.8rem}.cp01-blog-post__title{letter-spacing:-.03em}.cp01-blog-post__toc{padding:1.6rem}.cp01-blog-post__related-sidebar-card{grid-template-columns:6.4rem minmax(0,1fr)}.cp01-collection-carousel__track{grid-auto-columns:minmax(16rem,68vw);margin-right:calc(-1 * var(--page-width-margin, 1.5rem));padding-right:var(--page-width-margin, 1.5rem)}.cp01-table-scroll{margin-left:calc(-1 * var(--page-width-margin, 1.5rem));margin-right:calc(-1 * var(--page-width-margin, 1.5rem));padding-left:var(--page-width-margin, 1.5rem);padding-right:var(--page-width-margin, 1.5rem)}}.cp01-blog-post__content .cp01-product-feature,.cp01-product-feature{display:grid!important;grid-template-columns:minmax(0,360px) minmax(0,1fr)!important;gap:2.5rem!important;align-items:center!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin:3rem 0!important;padding:2rem!important;background:#f5f5f5!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:8px!important;font-family:inherit!important}.cp01-product-feature *,.cp01-product-feature *:before,.cp01-product-feature *:after{box-sizing:border-box!important}.cp01-product-feature__media-link{display:block!important;overflow:hidden!important;border-radius:6px!important;background:#fff!important;text-decoration:none!important;border:none!important}.cp01-product-feature__media{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;aspect-ratio:1 / 1!important;overflow:hidden!important;padding:1.5rem!important;background:#fff!important}.cp01-product-feature__media img,.cp01-product-feature__placeholder{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;display:block!important;margin:0!important;transition:transform .35s ease!important}.cp01-product-feature__media-link:hover img{transform:scale(1.04)!important}.cp01-product-feature__info{display:flex!important;flex-direction:column!important;gap:.85rem!important;min-width:0!important}.cp01-blog-post__content .cp01-product-feature__eyebrow,.cp01-product-feature__eyebrow{font-size:.8rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.2em!important;color:#000000a6!important;margin:0 0 .25rem!important;line-height:1.3!important}.cp01-blog-post__content .cp01-product-feature__title,.cp01-product-feature__title{font-size:1.75rem!important;line-height:1.2!important;margin:0!important;font-weight:700!important;letter-spacing:-.005em!important;text-transform:none!important;color:#000!important}.cp01-product-feature__title a{color:inherit!important;text-decoration:none!important;background:none!important;border:none!important}.cp01-product-feature__title a:hover{text-decoration:underline!important}.cp01-blog-post__content .cp01-product-feature__desc,.cp01-product-feature__desc{font-size:1.0625rem!important;line-height:1.6!important;color:#000000c7!important;margin:0!important}.cp01-blog-post__content .cp01-product-feature__price,.cp01-product-feature__price{font-size:1.5rem!important;font-weight:700!important;margin-top:.5rem!important;color:#000!important;line-height:1.2!important}.cp01-product-feature__price .price--on-sale{color:#c83838!important}.cp01-product-feature__price .price--compare{color:#00000080!important;margin-left:.6rem!important;font-weight:400!important;font-size:1.15rem!important}.cp01-product-feature__actions{display:flex!important;align-items:center!important;gap:1.5rem!important;margin-top:1rem!important;flex-wrap:wrap!important}.cp01-product-feature__form{margin:0!important}.cp01-product-feature__btn{padding:1rem 2.25rem!important;font-size:1rem!important;font-weight:700!important;letter-spacing:.04em!important;white-space:nowrap!important;min-height:52px!important;line-height:1!important}.cp01-blog-post__content .cp01-product-feature__link,.cp01-product-feature__link{font-size:1rem!important;font-weight:600!important;text-decoration:underline!important;text-underline-offset:4px!important;color:#000!important;letter-spacing:.02em!important}.cp01-product-feature__link:hover{text-decoration:none!important}@media screen and (max-width:749px){.cp01-product-feature{grid-template-columns:1fr!important;gap:1.5rem!important;padding:1.5rem!important;margin:2rem 0!important}.cp01-product-feature__media-link{max-width:320px!important;margin:0 auto!important}.cp01-product-feature__title,.cp01-blog-post__content .cp01-product-feature__title{font-size:1.375rem!important}.cp01-product-feature__price,.cp01-blog-post__content .cp01-product-feature__price{font-size:1.25rem!important}.cp01-product-feature__desc,.cp01-blog-post__content .cp01-product-feature__desc{font-size:1rem!important}.cp01-product-feature__btn{padding:.875rem 1.75rem!important;min-height:48px!important}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/CP01-blog-post.css.map */
