@charset "UTF-8";.blog-post-detail{width:100%;max-width:752px;margin:24px auto 0}@media only screen and (min-width: 768px){.blog-post-detail{margin-top:56px}}.blog-post-detail .article-tags .tag-link,.clipboard--bubble{transition:all .25s cubic-bezier(.104,.204,.492,1)}.blog-post-detail--navigation{transition:all .25s ease}.blog-post-detail--continue{isolation:isolate;border-radius:var(--block-border-radius, 16px)}.blog-post-detail--navigation--inner{padding:0 15px;max-width:1380px;margin-left:auto;margin-right:auto}@media only screen and (min-width: 768px){.blog-post-detail--navigation--inner{padding:0 50px}}.blog-post-detail .article-tags .tag-link{display:inline-flex;white-space:nowrap;font-size:.8125rem;padding:5px 15px;height:31px;border-radius:var(--button-border-radius, 6px);align-items:center;font-weight:var(--font-body-medium-weight, 500);margin:0 2px 2px 0;line-height:1;background:rgba(var(--color-body-rgb),.05);color:rgba(var(--color-body-rgb),.8)}.blog-post-detail .article-tags .tag-link:hover,.blog-post-detail .article-tags .active.tag-link{color:#fff;background:var(--color-accent)}.blog-post-detail .post-meta-wrapper{font-size:calc(var(--font-body-scale) * 14px);font-weight:300;line-height:calc(var(--font-body-scale) * 18px);color:#757575;margin-bottom:16px}.blog-post-detail .post-meta-wrapper aside{display:inline-flex;margin:0 8px 6px 0;position:relative;align-items:center}.blog-post-detail .post-meta-wrapper aside:after{content:"|";display:inline-block;margin-left:8px}.blog-post-detail .post-meta-wrapper aside:last-child{margin-right:0}.blog-post-detail .post-meta-wrapper aside:last-child:after{content:none}.blog-post-detail .entry-title{font-size:calc(var(--font-heading-scale) * 24px);font-weight:500;line-height:calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 32px));margin-bottom:16px}.blog-post-detail .post-title{padding:24px 16px;display:flex;flex-direction:column}.blog-post-detail .featured-image img{width:100%}@media only screen and (min-width: 768px){.blog-post-detail .entry-title{font-size:calc(var(--font-heading-scale) * 34px);line-height:calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 43px))}.blog-post-detail .post-title{padding:24px 40px}}.blog-post-detail .post-title-wrapper{border-radius:var(--block-border-radius);background:var(--color-article-card-bg, #fff);display:flex;overflow:hidden;width:100%;margin-bottom:32px}.blog-post-detail .post-title-wrapper.has-shadow--true{box-shadow:0 2px 4px #29292914}@media only screen and (min-width: 768px){.blog-post-detail .post-title-wrapper{border-radius:24px;margin-bottom:56px}}.blog-post-detail .post-title-wrapper--border-true{border:1px solid var(--color-border, #dadce0)}.blog-post-detail .post-title-wrapper--has-img-true{flex-direction:column-reverse}.blog-post-detail .post-title-wrapper--has-img-false{text-align:center;min-height:380px;align-items:center}@media only screen and (min-width: 768px){.blog-post-detail .post-title-wrapper--has-img-false{flex-direction:row;margin-bottom:56px}}.blog-post-detail .post-title-wrapper--has-img-false .post-title{margin:0}.blog-post-detail .post-title-wrapper--has-img-false .share-article{margin:20px auto 0}.blog-post-detail .post-content{margin-bottom:30px}.blog-post-detail .post-content img{border-radius:var(--block-border-radius)}.blog-post-detail .post-content p{font-size:calc(var(--font-body-scale) * 16px);font-weight:300;font-size:calc(var(--font-body-scale) * 24px);margin-bottom:24px}.blog-post-detail .post-content p+h1,.blog-post-detail .post-content p+h2,.blog-post-detail .post-content p+h3,.blog-post-detail .post-content p+h4,.blog-post-detail .post-content p+h5,.blog-post-detail .post-content p+h6{margin-top:40px}.blog-post-detail .article-tags{margin-bottom:45px}.blog-post-detail .article-tags .tag-link{margin-left:0}.blog-post-detail--continue{background:var(--color-article-card-bg, #fff);display:flex;flex-direction:column-reverse;overflow:hidden;width:100%;margin-bottom:45px;padding:10px}.blog-post-detail--continue--border-true{border:1px solid var(--color-border, #dadce0)}.blog-post-detail--continue-image{flex-shrink:0;overflow:hidden;border-radius:calc(var(--block-border-radius, 16px) / 2);width:190px;margin-left:auto;display:none}.blog-post-detail--continue-image a{display:block;height:100%}@media only screen and (min-width: 768px){.blog-post-detail--continue-image{display:block}}.blog-post-detail--continue-title{letter-spacing:-.02em;opacity:.6;margin-bottom:15px;font-weight:var(--font-body-medium-weight, 500);line-height:1}.blog-post-detail--continue h5{margin-bottom:20px}@media only screen and (min-width: 768px){.blog-post-detail--continue h5{width:80%}}.blog-post-detail--continue-content{padding:20px;display:flex;flex-direction:column}.blog-post-detail--continue-content .text-button{margin-top:auto}@media only screen and (min-width: 768px){.blog-post-detail--continue{flex-direction:row}}.blog-post-detail--navigation{background:var(--bg-body, #f5f5f5);display:grid;gap:40px;height:40px;align-items:center;position:fixed;top:0;right:0;left:0;z-index:10;pointer-events:none;border-bottom:1px solid var(--color-border, #dadce0);transform:translateY(calc(-100% - 4px))}.header-sticky--active .blog-post-detail--navigation{top:calc(var(--header-height, 0px) + 0px)}.blog-post-detail--navigation.navigation--sticky{pointer-events:all;transform:translateY(-1px)}@media only screen and (min-width: 768px){.blog-post-detail--navigation{height:50px}}.blog-post-detail--navigation--inner{width:100%;display:grid;align-items:center;grid-template-columns:1fr 1fr}.blog-post-detail--navigation--inner .share-article{margin-bottom:0;margin-left:auto}.blog-post-detail--navigation--inner .share-article a:last-child{margin-right:0}.blog-post-detail--navigation--title{font-size:.8125rem;font-weight:var(--font-body-medium-weight, 500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1}@media only screen and (min-width: 768px){.blog-post-detail--navigation--title{font-size:.9375rem}}.blog-post-detail--navigation--title>div{overflow:hidden;text-overflow:ellipsis}.blog-post-detail--navigation--bar{display:block;height:4px;position:absolute;bottom:-4px;left:0;width:100%;transform:scaleX(0);background:var(--color-accent);transform-origin:left center}.blog-post-detail .share-article{line-height:1;margin-bottom:0;text-align:left;display:flex;align-items:center}.blog-post-detail .share-article svg{height:18px;width:18px}.share-article svg path{fill:var(--color-body, #2c2d2e)}.blog-post-detail .share-article label{display:block;font-size:calc(var(--font-body-scale) * 14px);font-weight:400;margin-right:8px}.blog-post-detail .share-article .social{display:inline-flex;align-items:center;padding:7px;margin:0;width:32px;height:32px;white-space:nowrap;color:var(--color-body, #2c2d2e)}.blog-post-detail .share-article .clipboard{position:static}.clipboard--bubble{position:absolute;left:50%;bottom:calc(100% + 6px);transform:translate(-50%);background-color:var(--color-body, #2c2d2e);color:var(--bg-body, #f5f5f5);white-space:nowrap;font-size:.75rem;padding:3px 6px;border-radius:1px;opacity:0;pointer-events:none;line-height:1.25}.clipboard--bubble:after{content:"";width:0px;height:0px;border-style:solid;border-width:3px 2.5px 0 2.5px;border-color:var(--color-body, #2c2d2e) transparent transparent transparent;transform:translate(-2.5px);position:absolute;bottom:-3px;left:50%}.clipboard-success .clipboard--bubble{opacity:1}.blog-post-detail .post-meta--last{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid #dfdfdf}.blog-post-detail .post-meta--last .post-meta-wrapper{margin-bottom:0}.blog-post-detail .post-meta--last .post-meta-wrapper aside{font-size:calc(var(--font-body-scale) * 12px);font-weight:400;line-height:calc(var(--font-body-scale) * 15px);flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;margin-bottom:0;margin-right:0;grid-gap:8px;color:var(--color-body, #2c2d2e)}.blog-post-detail .post-meta--last .post-meta-wrapper aside .last{font-size:calc(var(--font-body-scale) * 14px);line-height:calc(var(--font-body-scale) * 18px)}.blog-post-detail .post-meta--last .share-article label{font-size:calc(var(--font-body-scale) * 12px);line-height:calc(var(--font-body-scale) * 15px)}@media screen and (min-width: 768px){.blog-post-detail .post-meta--last .post-meta-wrapper aside .first{font-size:calc(var(--font-body-scale) * 14px);line-height:calc(var(--font-body-scale) * 18px)}.blog-post-detail .post-meta--last .post-meta-wrapper aside .last{font-size:calc(var(--font-body-scale) * 16px);font-weight:500;letter-spacing:.08px;line-height:calc(var(--font-body-scale) * 26px)}}.text-position-left{display:flex;justify-content:start}.text-position-center{display:flex;justify-content:center}.text-position-right{display:flex;justify-content:end}@media only screen and (max-width: 768px){.custom-featured-image{max-height:236px;width:100%;object-fit:cover}}@media only screen and (min-width: 769px){.custom-featured-image{max-height:442px;width:100%;object-fit:cover}}.template-article .post-content *{font-family:Lexend Deca,sans-serif!important}.template-article .post-content h2,.template-article .post-content h3,.template-article .post-content h4,.template-article .post-content h5,.template-article .post-content h6,.template-article .post-content h2 *,.template-article .post-content h3 *,.template-article .post-content h4 *,.template-article .post-content h5 *,.template-article .post-content h6 *{font-weight:500!important}.template-article .post-content h2,.template-article .post-content .h2,.template-article .post-content h2 *{font-size:24px!important;font-weight:500!important;line-height:30px!important;letter-spacing:.005em;text-align:left}.template-article .post-content h4,.template-article .post-content .h4,.template-article .post-content h4 *{font-size:18px!important;font-weight:400!important;line-height:22.5px!important;letter-spacing:.005em;text-align:left}.template-article .post-content p,.template-article .post-content span,.template-article .post-content li *,.template-article .post-content p *{font-size:16px!important;font-weight:300!important;line-height:24px!important;text-align:left}.template-article .post-content a{text-decoration:none}@media (max-width: 767px){.template-article .post-content h2,.template-article .post-content .h2,.template-article .post-content h2 *{font-size:18px!important;line-height:22.5px!important}.template-article .post-content h4 *{font-size:16px!important;line-height:20px!important}}.template-article .post-content h2 strong,.template-article .post-content h2 span,.template-article .post-content strong{font-weight:var(--font-body-bold-weight, 600)!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/article.css.map */
