.custom-article{--article-img-max-height: 42rem}.custom-article .container.custom-article__shell{max-width:var(--page-width);margin:0 auto;padding-top:var(--article-pad-top, 2.4rem);padding-bottom:var(--article-pad-bottom, 3.6rem);padding-left:1.5rem;padding-right:1.5rem}.custom-article__hero{width:100%;overflow:hidden;margin-bottom:2rem;padding:var(--article-hero-pad-m, 0);border-radius:var(--article-hero-radius-m, 12px)}.custom-article__hero .media{width:100%;overflow:hidden;border-radius:inherit;position:relative}.custom-article__hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.custom-article__hero-adapt{height:auto}.custom-article__hero-adapt img{height:auto;object-fit:contain}.custom-article__hero-small{height:22rem}.custom-article__hero-medium{height:36rem}.custom-article__hero-large{height:42rem}.custom-article__hero-full{height:min(56vh,48rem)}.custom-article__header{margin:0 0 var(--article-title-margin, 2rem);text-align:var(--article-title-align-m, left)}.custom-article__title{margin:0}.custom-article__meta{display:flex;flex-wrap:wrap;gap:.8rem 1.6rem;margin-top:1rem;opacity:.72}.custom-article__rte{margin:0;--space: var(--article-content-pad-m, var(--article-content-pad, 2rem));--space-text: calc(var(--space) * .5);--space-heading-top: calc(var(--space) * 1.5);--space-heading-bottom: var(--space-text);--space-media: calc(var(--space) * .75);--space-list: .35em}.custom-article__rte>*:first-child{margin-top:0}.custom-article__rte>*:last-child{margin-bottom:0}.custom-article__rte p,.custom-article__rte ul,.custom-article__rte ol,.custom-article__rte blockquote{margin:0 0 var(--space-text)}.custom-article__rte h2,.custom-article__rte h3,.custom-article__rte h4,.custom-article__rte h5,.custom-article__rte h6{margin:var(--space-heading-top) 0 var(--space-heading-bottom);font-weight:500}.custom-article__rte h2+h3,.custom-article__rte h3+h4,.custom-article__rte h4+h5,.custom-article__rte h5+h6{margin-top:var(--space-text)}.custom-article__rte ul,.custom-article__rte ol{padding-left:1.35em;list-style-position:outside}.custom-article__rte li{margin:0;padding:0}.custom-article__rte li+li{margin-top:var(--space-list)}.custom-article__rte li>p,.custom-article__rte li>ul,.custom-article__rte li>ol{margin:0}.custom-article__rte li>ul,.custom-article__rte li>ol{margin-top:var(--space-list);margin-bottom:0}.custom-article__rte blockquote{padding:0 0 0 1.2em;margin-left:0;margin-right:0}.custom-article__rte figure,.custom-article__rte .custom-article__image-row,.custom-article__rte iframe,.custom-article__rte video{margin:0 0 var(--space-media)}.custom-article__rte img,.custom-article__rte figure,.custom-article__rte iframe,.custom-article__rte video{max-width:100%}.custom-article__rte p,.custom-article__rte li,.custom-article__rte dd,.custom-article__rte dt,.custom-article__rte td,.custom-article__rte th,.custom-article__rte blockquote,.custom-article__rte figcaption{font-size:var(--article-p-size-m, 1.5rem);font-weight:var(--article-p-weight, 300);line-height:var(--article-p-lh, 1.5)}.custom-article__rte strong,.custom-article__rte b{font-weight:400}.custom-article__rte a:not(.button){font-weight:400}.custom-article__rte h2{font-size:var(--article-h2-size-m, 1.8rem);font-weight:var(--article-h2-weight, 500);line-height:var(--article-h2-lh, 1.15)}.custom-article__rte h3{font-size:var(--article-h3-size-m, 1.6rem);font-weight:var(--article-h3-weight, 500);line-height:var(--article-h3-lh, 1.2)}.custom-article__rte h4{font-size:var(--article-h4-size-m, 1.4rem);font-weight:var(--article-h4-weight, 500);line-height:var(--article-h4-lh, 1.3)}.custom-article__rte h5,.custom-article__rte h6{font-size:var(--article-h5-size-m, 1.3rem);font-weight:var(--article-h5-weight, 500);line-height:var(--article-h5-lh, 1.3)}.custom-article__rte img{box-sizing:border-box;max-width:100%;max-height:var(--article-img-max-height);width:auto;height:auto;object-fit:contain;display:block;background:var(--article-card-bg, #fff);padding:var(--article-card-pad, 0);border-radius:var(--article-card-radius, 1.2rem);box-shadow:var(--article-card-shadow, none);margin-left:var(--article-img-ml-m, auto);margin-right:var(--article-img-mr-m, auto)}.custom-article__image-row{display:grid;grid-template-columns:1fr;gap:var(--space-text, 1.2rem)}.custom-article__image-row>*{margin:0!important;min-width:0}.custom-article__back{text-align:center;margin-top:3.7rem}.custom-article__back-link{font-weight:400;display:inline-flex;align-items:center;gap:.8rem;text-decoration:none;font-size:16px}.custom-article__back-link .svg-wrapper{display:flex;transform:rotate(180deg)}@media screen and (max-width:749px){.custom-article__hero,.custom-article__hero .media{max-height:80vh}.custom-article--hero-full-m .custom-article__hero{width:calc(100% + 3rem);max-width:none;margin-left:-1.5rem;margin-right:-1.5rem;border:0;border-radius:0;box-shadow:none;margin-bottom:1.5rem}.custom-article--hero-full-m .custom-article__hero .media{border-radius:0}}@media screen and (min-width:750px){.custom-article .container.custom-article__shell{padding-top:var(--article-pad-top-d, 3.6rem);padding-bottom:var(--article-pad-bottom-d, 4.8rem);padding-left:5rem;padding-right:5rem}.custom-article__hero{padding:var(--article-hero-pad-d, 0);border-radius:var(--article-hero-radius-d, 12px)}.custom-article__hero-small{height:28rem}.custom-article__hero-medium{height:42rem}.custom-article__hero-large{height:52rem}.custom-article__hero-full{height:min(62vh,58rem)}.custom-article__header{text-align:var(--article-title-align-d, left)}.custom-article__rte{--space: var(--article-content-pad, 2.4rem)}.custom-article__rte p,.custom-article__rte li,.custom-article__rte dd,.custom-article__rte dt,.custom-article__rte td,.custom-article__rte th,.custom-article__rte blockquote,.custom-article__rte figcaption{font-size:var(--article-p-size-d, 1.6rem)}.custom-article__rte h2{font-size:var(--article-h2-size-d, 2.2rem)}.custom-article__rte h3{font-size:var(--article-h3-size-d, 1.8rem)}.custom-article__rte h4{font-size:var(--article-h4-size-d, 1.6rem)}.custom-article__rte h5,.custom-article__rte h6{font-size:var(--article-h5-size-d, 1.4rem)}.custom-article__rte img{margin-left:var(--article-img-ml-d, auto);margin-right:var(--article-img-mr-d, auto)}.custom-article__image-row{grid-template-columns:repeat(var(--article-image-cols, 2),minmax(0,1fr));align-items:start}.custom-article__image-row img{width:100%;height:auto;max-height:var(--article-img-max-height);object-fit:contain}}
/*# sourceMappingURL=/cdn/shop/t/129/assets/section-custom-article.css.map */
