custom-article,.custom-article{display:block}.custom-article__section{--custom-article-main-width: min(42rem, 100%);--custom-article-sidebar-width: min(18.5rem, 100%);--custom-article-layout-gap: clamp(2rem, 4vw, 3.5rem);--custom-article-sticky-top: 10rem;--custom-article-tag-bg: rgb(var(--color-foreground-rgb) / .06);--custom-article-glance-bg: rgb(var(--color-foreground-rgb) / .05);--custom-article-border: rgb(var(--color-foreground-rgb) / .12);overflow:visible}.custom-article__page,.custom-article__layout{overflow:visible}.custom-article__page{width:100%;max-width:100%;margin-inline:auto}.custom-article__hero{width:100%;max-width:none;margin-block-end:clamp(1.5rem,3vw,2.5rem)}.custom-article__hero-badge{--custom-article-badge-track: #ebebeb;--custom-article-badge-chip: #ffffff;display:inline-flex;align-items:center;gap:.625rem;width:fit-content;max-width:100%;margin:0 0 var(--gap-lg);padding:.3125rem .625rem .3125rem .3125rem;background:var(--custom-article-badge-track);border-radius:999px}.custom-article__hero-badge-tag{display:inline-flex;align-items:center;padding:.5rem .875rem .35rem;font-size:.875rem;font-weight:300;line-height:1;letter-spacing:0;text-transform:lowercase;text-decoration:none;color:var(--custom-article-badge-text);background:var(--custom-article-badge-chip);border-radius:999px;white-space:nowrap}.custom-article__hero-badge-tag:hover{color:var(--custom-article-badge-text);opacity:.85}.custom-article__hero-badge-tag:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.custom-article__hero-badge-read{padding-top:.5rem;padding-bottom:.35rem;font-size:.875rem;font-weight:300;line-height:1;color:var(--custom-article-badge-text);white-space:nowrap}.custom-article__title{margin:0 0 var(--gap-md);font-weight:300;line-height:1.08;letter-spacing:-.02em;text-wrap:pretty;max-width:50ch}.custom-article__meta{margin:0 0 var(--gap-lg);color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text))}.custom-article__meta-sep{margin-inline:.5rem}.custom-article__figure{margin:0}.custom-article__hero-img{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover}.custom-article__meta-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--gap-md);width:100%;max-width:none;padding-block:var(--gap-md);margin-block-end:clamp(2rem,4vw,3rem);border-block:1px solid var(--custom-article-border)}.custom-article__tags{display:flex;flex-wrap:wrap;gap:var(--gap-xs);margin:0;padding:0}.custom-article__tag{display:inline-flex;align-items:center;padding:.35rem .65rem;font-size:.6875rem;letter-spacing:.08em;text-decoration:none;color:var(--color-foreground);background:var(--custom-article-tag-bg);transition:background-color .2s ease}.custom-article__tag:hover{background:rgb(var(--color-foreground-rgb) / .12)}.custom-article__tag:focus-visible{outline:2px solid currentcolor;outline-offset:2px}.custom-article__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--custom-article-layout-gap);align-items:stretch}@media screen and (min-width:990px){.custom-article__layout{grid-template-columns:minmax(0,1fr) var(--custom-article-sidebar-width)}.custom-article__layout--no-sidebar{grid-template-columns:minmax(0,1fr)}.custom-article__layout--no-sidebar .custom-article__main{margin-inline:auto;max-width:none}}.custom-article__main{min-width:0;max-width:var(--custom-article-main-width);align-self:start}.custom-article__body{font-size:clamp(1rem,.35vw + .95rem,1.0625rem);line-height:1.75;color:var(--color-foreground)}.custom-article__body>:first-child{margin-block-start:0}.custom-article__body h2,.custom-article__body h3,.custom-article__body h4{margin:0 0 1rem;font-weight:700;line-height:1.2;letter-spacing:-.01em}.custom-article__body h1 *:not(:is(strong,b)),.custom-article__body h2 *:not(:is(strong,b)),.custom-article__body h3 *:not(:is(strong,b)),.custom-article__body h4 *:not(:is(strong,b)),.custom-article__body h5 *:not(:is(strong,b)),.custom-article__body h6 *:not(:is(strong,b)){font-weight:inherit!important;line-height:inherit!important;letter-spacing:inherit!important}.custom-article__body h2{font-size:clamp(1.5rem,2vw + 1rem,2rem)}.custom-article__body h3{font-size:clamp(1.25rem,1vw + 1rem,1.5rem)}.custom-article__body p,.custom-article__body ul,.custom-article__body ol{margin-block:0 1.25rem}.custom-article__body ul,.custom-article__body ol{padding-inline-start:1.25rem}.custom-article__body li+li{margin-block-start:.5rem}.custom-article__body a{color:inherit;text-underline-offset:.15em}.custom-article__body blockquote{margin:2rem 0;padding-inline-start:1.25rem;border-inline-start:2px solid var(--custom-article-border);color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text))}.custom-article__body img{display:block;width:100%;height:auto;margin-block:2rem}.custom-article__share{display:flex;align-items:center;gap:var(--gap-sm)}.custom-article__share--stacked{flex-direction:column;align-items:flex-start;gap:var(--gap-sm);margin-block-end:var(--gap-xl)}.custom-article__share-label{font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text))}.custom-article__share-list{display:flex;flex-wrap:wrap;gap:var(--gap-2xs);margin:0;padding:0}.custom-article__share-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--custom-article-border);background:transparent;color:var(--color-foreground);cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.custom-article__share-btn:hover{background:rgb(var(--color-foreground-rgb) / .05)}.custom-article__share-btn:focus-visible{outline:2px solid currentcolor;outline-offset:2px}.custom-article__share-icon{display:inline-flex;align-items:center;justify-content:center;width:.9rem;height:.9rem}.custom-article__share-icon svg{width:100%;height:100%}.custom-article__share-btn--copy .custom-article__share-icon--success,.custom-article__share-btn--copy.is-copied .custom-article__share-icon--copy{display:none}.custom-article__share-btn--copy.is-copied .custom-article__share-icon--success{display:block}.custom-article__share-btn--copy.is-copied{border-color:var(--color-foreground);background:rgb(var(--color-foreground-rgb) / .05)}.custom-article__module-kicker{margin:0 0 var(--gap-md);font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.custom-article__glance{padding:var(--gap-lg);margin-block-end:var(--gap-xl);background:var(--custom-article-glance-bg);border:1px solid var(--custom-article-border)}.custom-article__glance-summary{margin-block-end:var(--gap-md);font-size:.9375rem;line-height:1.65}.custom-article__glance-summary>:last-child{margin-block-end:0}.custom-article__glance-cta{width:100%;margin-block-start:var(--gap-sm)}.custom-article__glance-disclaimer{margin:var(--gap-md) 0 0;font-size:.75rem;color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text))}.custom-article__featured-products{margin-block-end:var(--gap-xl)}.custom-article__product-list{display:grid;gap:var(--gap-lg)}.custom-article__product-card{display:grid;grid-template-columns:5.5rem minmax(0,1fr);gap:var(--gap-sm);align-items:start}.custom-article__product-media{display:block;aspect-ratio:1;overflow:hidden;background:rgb(var(--color-foreground-rgb) / .04)}.custom-article__product-img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.custom-article__product-card:hover .custom-article__product-img{transform:scale(1.03)}.custom-article__product-placeholder{display:block;width:100%;height:100%;background:rgb(var(--color-foreground-rgb) / .08)}.custom-article__product-title{margin:0 0 var(--gap-2xs);font-size:.875rem;font-weight:700;line-height:1.35}.custom-article__product-title a{text-decoration:none;color:inherit}.custom-article__product-title a:hover{color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text))}.custom-article__product-price{margin-block-end:var(--gap-sm)}.custom-article__product-cta{width:100%;min-height:2.25rem;padding-block:.4rem;font-size:.75rem;font-weight:700}@media screen and (min-width:990px){.custom-article[data-sticky-sidebar=true] .custom-article__sidebar{position:sticky;top:var(--custom-article-sticky-top, 1.5rem);align-self:start;height:fit-content;max-height:calc(100vh - var(--custom-article-sticky-top, 1.5rem) - 1rem);z-index:1}.custom-article[data-sticky-sidebar=true] .custom-article__sidebar-inner{max-height:inherit;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin}.custom-article__mobile-sidebar{display:none}}@media screen and (max-width:989px){.custom-article__desktop-sidebar .custom-article__glance{display:none}.custom-article__mobile-sidebar--glance{margin-block-end:var(--gap-xl)}.custom-article__sidebar .custom-article__share{display:none}.custom-article__title{max-width:none}}.custom-article__related{margin-block:clamp(2.5rem,5vw,4rem) var(--gap-xl);padding-block-start:var(--gap-lg);border-block-start:1px solid var(--custom-article-border)}.custom-article__related-heading{margin:0 0 var(--gap-md);font-weight:700}.custom-article__related-list{display:grid;gap:.65rem;margin:0;padding:0}.custom-article__related-list a{text-decoration:underline;text-underline-offset:.15em}.custom-article__author{margin-block:clamp(2rem,4vw,3rem);padding-block:var(--gap-xl);border-block:1px solid var(--custom-article-border)}.custom-article__author-inner{display:grid;grid-template-columns:auto minmax(0,1fr);gap:var(--gap-lg);align-items:start}.custom-article__author-media{width:5rem;height:5rem;border-radius:50%;overflow:hidden;background:rgb(var(--color-foreground-rgb) / .06)}.custom-article__author-img{width:100%;height:100%;object-fit:cover}.custom-article__author-name{margin:0 0 var(--gap-sm);font-size:1rem;font-weight:700}.custom-article__author-name a{color:inherit;text-decoration:none}.custom-article__author-bio{margin:0;color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));line-height:1.65}.custom-article__tags--footer{margin-block-start:var(--gap-xl)}.custom-article__comments{margin-block-start:var(--gap-3xl);max-width:var(--custom-article-main-width)}@media screen and (max-width:749px){.custom-article__author-inner{grid-template-columns:1fr}.custom-article__meta-bar{flex-direction:column;align-items:flex-start}.custom-article__product-card{grid-template-columns:4.5rem minmax(0,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/343/assets/custom-section-main-article-premium.css.map */
