.article-editorial{--ae-radius:var(--sizes__border-element-radius,12px);--ae-line:var(--color__border-divider-1);--ae-accent-fg:var(--color__foreground-secondary,#fff);--ae-card:rgba(255,255,255,.55);--ae-sticky-top:1.25rem}.article-editorial .ae__shell{width:100%;max-width:1240px;margin-inline:auto}.article-editorial .ae__muted{opacity:.65}.article-editorial .ae__crumbs{display:flex;flex-wrap:wrap;gap:.4rem;opacity:.7;margin-bottom:1.75rem}.article-editorial .ae__crumbs a{text-decoration:none}.article-editorial .ae__crumbs a:hover{text-decoration:underline}.article-editorial .ae__crumbs-current{max-width:22ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-editorial .ae__hero{display:grid;grid-template-columns:minmax(0,1fr);gap:1.75rem}.article-editorial .ae__hero-head{min-width:0}.article-editorial .ae__hero-media{margin:0;border-radius:calc(var(--ae-radius) + 6px);overflow:hidden}.article-editorial .ae__hero-media picture{aspect-ratio:5/4;width:100%}.article-editorial .ae__hero-media img{width:100%;height:100%;object-fit:cover}@media(min-width:1024px){.article-editorial .ae__hero{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-template-rows:auto auto;column-gap:4rem;row-gap:2rem;align-items:center}.article-editorial .ae__hero-head{grid-column:1;grid-row:1;align-self:end}.article-editorial .ae__hero-author{grid-column:1;grid-row:2;align-self:start}.article-editorial .ae__hero-media{grid-column:2;grid-row:1 / span 2;align-self:center}.article-editorial .ae__hero--solo{grid-template-columns:minmax(0,1fr)}.article-editorial .ae__hero--solo .ae__hero-head,.article-editorial .ae__hero--solo .ae__hero-author{grid-column:1;max-width:880px}}.article-editorial .ae__eyebrow{margin-bottom:1.35rem}.article-editorial .ae__pill{display:inline-flex;align-items:center;padding:.45rem 1.05rem;border-radius:999px;background:var(--ae-accent);color:var(--ae-accent-fg);font-family:var(--type__font-nav-family);font-size:var(--type__font-100);font-weight:600;letter-spacing:.09em;text-transform:uppercase;text-decoration:none;line-height:1.5}.article-editorial .ae__pill:hover{opacity:.85;text-decoration:none;color:var(--ae-accent-fg)}.article-editorial .ae__title{font-size:var(--type__font-heading-2);line-height:1.14;margin:0 0 1rem;letter-spacing:-.01em}.article-editorial .ae__hero-meta{margin:0;opacity:.6}.article-editorial .ae__hero-author{display:flex;align-items:center;gap:1rem}.article-editorial .ae__hero-author p{margin:0}.article-editorial .ae__hero-author-text{min-width:0}.article-editorial .ae__byline-label{opacity:.55;margin-bottom:.15rem!important}.article-editorial .ae__byline-name{font-family:var(--type__font-header-family);font-size:var(--type__font-500);font-weight:700;line-height:1.25}.article-editorial .ae__byline-role{opacity:.65;margin-top:.1rem!important}.article-editorial .ae__dot{padding:0 .1rem}@media(max-width:1023px){.article-editorial .ae__hero-author--desktop{display:none}}.article-editorial .ae__avatar{display:flex;align-items:center;justify-content:center;width:46px;height:46px;flex:0 0 46px;border-radius:999px;overflow:hidden;background:var(--color__background-shade-2)}.article-editorial .ae__avatar img{width:100%;height:100%;object-fit:cover}.article-editorial .ae__avatar--mono{background:var(--ae-accent);color:var(--ae-accent-fg);font-family:var(--type__font-header-family);font-size:var(--type__font-500);line-height:1}.article-editorial .ae__avatar--hero{width:64px;height:64px;flex-basis:64px;font-size:var(--type__font-600)}.article-editorial .ae__avatar--lg{width:72px;height:72px;flex-basis:72px}.article-editorial .ae__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:2.5rem;margin-top:4rem}@media(min-width:1024px){.article-editorial .ae__layout{grid-template-columns:280px minmax(0,1fr);gap:4rem}}.article-editorial .ae__aside{height:100%;min-width:0}.article-editorial .ae__aside-inner{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:1024px){.article-editorial .ae__aside-inner{position:sticky;top:var(--ae-sticky-top);max-height:calc(100vh - (var(--ae-sticky-top) * 2));overflow-y:auto;scrollbar-width:thin}}.article-editorial .ae__aside-heading{font-family:var(--type__font-nav-family);font-size:var(--type__font-100);letter-spacing:.11em;text-transform:uppercase;opacity:.6;margin:0}.article-editorial .ae__toc{background:var(--ae-card);border:1px solid var(--ae-line);border-radius:var(--ae-radius);padding:1.1rem 1.25rem}.article-editorial .ae__toc-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;list-style:none}.article-editorial .ae__toc-summary::-webkit-details-marker{display:none}.article-editorial .ae__toc-chev{flex:0 0 16px;opacity:.6;transition:transform .25s ease}.article-editorial .ae__toc[open] .ae__toc-chev{transform:rotate(180deg)}.article-editorial .ae__toc-list{list-style:none;margin:1rem 0 0;padding:1rem 0 0;border-top:1px solid var(--ae-line)}.article-editorial .ae__toc-list li{margin:0 0 .75rem}.article-editorial .ae__toc-list li:last-child{margin-bottom:0}.article-editorial .ae__toc-list li.is-sub{padding-left:.95rem}.article-editorial .ae__toc-list a{display:block;font-size:var(--type__font-200);line-height:1.45;text-decoration:none;opacity:.75;transition:opacity .2s ease,color .2s ease}.article-editorial .ae__toc-list a:hover{opacity:1;text-decoration:none;color:var(--ae-accent)}.article-editorial .ae__toc-list a.is-active{opacity:1;color:var(--ae-accent);font-weight:600}.article-editorial .ae__progress{height:4px;border-radius:999px;background:var(--ae-line);overflow:hidden}.article-editorial .ae__progress span{display:block;height:100%;width:0;border-radius:999px;background:var(--ae-accent);transition:width .12s linear}.article-editorial .ae__aside-meta p{margin:0}.article-editorial .ae__aside-readtime{display:flex;align-items:center;gap:.45rem;letter-spacing:.06em;opacity:.7}.article-editorial .ae__share-row{display:flex;gap:.5rem;flex-wrap:wrap}.article-editorial .ae__share-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;border:1px solid var(--ae-line);color:inherit;background:transparent;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.article-editorial .ae__share-btn:hover{background:var(--ae-accent);border-color:var(--ae-accent);color:var(--ae-accent-fg);text-decoration:none}.article-editorial .ae__copied{margin-top:.5rem;opacity:.7}.article-editorial .ae__share--inline{margin-top:3rem}.article-editorial .ae__share{margin-top:.5rem}@media(min-width:1024px){.article-editorial .ae__share--inline{display:none}}@media(max-width:1023px){.article-editorial .ae__aside .ae__share,.article-editorial .ae__aside .ae__progress,.article-editorial .ae__aside .ae__aside-meta{display:none}}.article-editorial .ae__content{max-width:none;min-width:0}.article-editorial .ae__rte{font-size:var(--type__font-base);line-height:1.75}.article-editorial .ae__rte h2{font-size:var(--type__font-heading-3);line-height:1.2;margin:3rem 0 1rem;scroll-margin-top:100px}.article-editorial .ae__rte h3{font-size:var(--type__font-heading-5);line-height:1.25;margin:2.25rem 0 .75rem;scroll-margin-top:100px}.article-editorial .ae__rte p{margin:0 0 1.35rem}.article-editorial .ae__rte img{display:block;width:100%;max-width:100%;height:auto;border-radius:var(--ae-radius)}.article-editorial .ae__rte ul,.article-editorial .ae__rte ol{margin:0 0 1.6rem;padding-left:1.3rem}.article-editorial .ae__rte li{margin:0 0 .55rem;line-height:1.7}.article-editorial .ae__rte blockquote{border-left:3px solid var(--ae-accent);padding:.25rem 0 .25rem 1.25rem;margin:2rem 0;font-style:italic;opacity:.9}.article-editorial .ae__rte blockquote p:last-child{margin-bottom:0;font-style:normal;font-size:var(--type__font-200);opacity:.8}.article-editorial .ae__rte a{color:var(--ae-accent);text-decoration:underline;text-underline-offset:3px}.article-editorial .ae__rte a:hover{opacity:.8}.article-editorial .ae__rte table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:var(--type__font-200);line-height:1.55;text-align:left}.article-editorial .ae__rte th,.article-editorial .ae__rte td{border:1px solid var(--ae-line);padding:.7rem .9rem;vertical-align:top;text-align:left}.article-editorial .ae__rte thead th{background:var(--color__background-shade-2);font-family:var(--type__font-header-family);font-weight:600}.article-editorial .ae__rte tbody tr:nth-child(2n){background:var(--color__background-shade-1)}@media(max-width:640px){.article-editorial .ae__rte table{display:block;overflow-x:auto}}.article-editorial .ae__takeaways{background:var(--color__background-shade-1);border:1px solid var(--ae-line);border-left:3px solid var(--ae-accent);border-radius:var(--ae-radius);padding:1.6rem 1.75rem;margin:2.25rem 0}.article-editorial .ae__takeaways-title{font-family:var(--type__font-header-family);font-size:var(--type__font-500);margin:0 0 .85rem!important}.article-editorial .ae__takeaways ul,.article-editorial .ae__takeaways ol{margin:0!important;padding-left:1.15rem}.article-editorial .ae__takeaways li{margin:0 0 .6rem;line-height:1.6}.article-editorial .ae__takeaways li:last-child{margin-bottom:0}.article-editorial .ae__takeaways>p:last-child{margin-bottom:0}.article-editorial .ae__faq{margin-top:4rem}.article-editorial .ae__faq-title{font-size:var(--type__font-heading-3);margin:0 0 1.5rem}.article-editorial .ae__faq-item{border-bottom:1px solid var(--ae-line)}.article-editorial .ae__faq-item:first-child{border-top:1px solid var(--ae-line)}.article-editorial .ae__faq-item>summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 0;cursor:pointer;list-style:none;font-family:var(--type__font-header-family);font-size:var(--type__font-400);line-height:1.4}.article-editorial .ae__faq-item>summary::-webkit-details-marker{display:none}.article-editorial .ae__faq-item>summary:hover{color:var(--ae-accent)}.article-editorial .ae__faq-item[open]>summary{color:var(--ae-accent)}.article-editorial .ae__faq-chev{flex:0 0 18px;transition:transform .25s ease}.article-editorial .ae__faq-item[open] .ae__faq-chev{transform:rotate(180deg)}.article-editorial .ae__faq-answer{padding:0 0 1.35rem;opacity:.85;line-height:1.7}.article-editorial .ae__authorcard{display:flex;gap:1.25rem;align-items:flex-start;margin-top:3.5rem;padding:1.75rem;border:1px solid var(--ae-line);border-radius:var(--ae-radius);background:var(--color__background-shade-1)}.article-editorial .ae__authorcard p{margin:0}.article-editorial .ae__authorcard-name{font-family:var(--type__font-header-family);font-size:var(--type__font-500);line-height:1.3}.article-editorial .ae__authorcard-bio{margin-top:.65rem!important;opacity:.8;line-height:1.65}.article-editorial .ae__cta-wrap{margin-top:5rem}.article-editorial .ae__cta{display:flex;flex-wrap:wrap;gap:2.5rem;align-items:center;padding:2.5rem;border-radius:calc(var(--ae-radius) + 6px);background:var(--ae-accent);border:1px solid var(--ae-accent);color:var(--ae-accent-fg)}.article-editorial .ae__cta .ae__aside-heading{opacity:.85}.article-editorial .ae__cta-media{display:block;flex:0 0 320px;max-width:100%;border-radius:var(--ae-radius);overflow:hidden;background:var(--color__background-body)}.article-editorial .ae__cta-media picture{aspect-ratio:1/1;width:100%}.article-editorial .ae__cta-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.article-editorial .ae__cta-media:hover img{transform:scale(1.03)}.article-editorial .ae__cta-body{flex:1 1 340px;min-width:0}@media(min-width:768px){.article-editorial .ae__cta{gap:3rem;padding:3rem}}.article-editorial .ae__cta-eyebrow{margin-bottom:.75rem!important}.article-editorial .ae__cta-title{font-size:var(--type__font-heading-3);margin:0 0 1rem}.article-editorial .ae__cta-text{margin-bottom:1.5rem;opacity:.85;max-width:56ch}.article-editorial .ae__cta-product{display:flex;align-items:baseline;flex-wrap:wrap;gap:.4rem .9rem;padding:.9rem 0 1.5rem;margin-bottom:.35rem;border-top:1px solid rgba(255,255,255,.35)}.article-editorial .ae__cta-product-title{font-family:var(--type__font-header-family);font-size:var(--type__font-400);font-weight:700;line-height:1.35;text-decoration:none}.article-editorial .ae__cta-product-title:hover{color:var(--ae-accent-fg);text-decoration:underline}.article-editorial .ae__cta-price{font-family:var(--type__font-header-family);font-size:var(--type__font-400);color:var(--ae-accent-fg);font-weight:700;white-space:nowrap}.article-editorial .ae__cta-compare{opacity:.7;font-weight:400;margin-right:.35rem;color:inherit}.article-editorial .ae__cta-soldout{opacity:.75;text-transform:uppercase;letter-spacing:.08em}.article-editorial .ae__related-head .btn{background:var(--ae-accent)!important;background-color:var(--ae-accent)!important;border-color:var(--ae-accent)!important;color:var(--ae-accent-fg)!important}.article-editorial .ae__related-head .btn .btn__content{color:var(--ae-accent-fg)!important}.article-editorial .ae__cta .btn{background:var(--ae-accent-fg)!important;background-color:var(--ae-accent-fg)!important;border-color:var(--ae-accent-fg)!important;color:var(--ae-accent)!important}.article-editorial .ae__cta .btn .btn__content{color:var(--ae-accent)!important}.article-editorial .ae__cta .btn:hover,.article-editorial .ae__related-head .btn:hover{opacity:.88}.article-editorial .ae__related-wrap{margin-top:5rem}.article-editorial .ae__related-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}.article-editorial .ae__related-head .ae__aside-heading{margin-bottom:.5rem}.article-editorial .ae__related-title{font-size:var(--type__font-heading-4);margin:0}.article-editorial .ae__related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.article-editorial .ae__related-grid:empty{display:none}@media(min-width:900px){.article-editorial .ae__related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.article-editorial .ae__card{display:block;text-decoration:none}.article-editorial .ae__card:hover{text-decoration:none}.article-editorial .ae__card-media{display:block;border-radius:var(--ae-radius);overflow:hidden;margin-bottom:.9rem}.article-editorial .ae__card-media picture{aspect-ratio:4/3;width:100%}.article-editorial .ae__card-media img{width:100%;height:100%;object-fit:cover}.article-editorial .ae__card-body{display:flex;flex-direction:column;gap:.35rem}.article-editorial .ae__card-title{font-family:var(--type__font-header-family);font-size:var(--type__font-400);line-height:1.35}.article-editorial .ae__card:hover .ae__card-title{color:var(--ae-accent)}@media(max-width:1023px){.article-editorial .ae__hero-media picture{aspect-ratio:16/10}}@media(max-width:767px){.article-editorial .ae__title{font-size:var(--type__font-heading-3)}.article-editorial .ae__avatar--hero{width:56px;height:56px;flex-basis:56px}.article-editorial .ae__layout{margin-top:2.75rem;gap:2rem}.article-editorial .ae__cta{padding:1.75rem;gap:1.75rem}.article-editorial .ae__cta-media{flex-basis:100%}.article-editorial .ae__authorcard{flex-direction:column;padding:1.35rem}.article-editorial .ae__takeaways{padding:1.35rem}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/article-editorial.css.map */
