@charset "UTF-8";.blog-post-detail .article-tags .tag-link{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: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:.75rem;color:var(--color-body, #2c2d2e);margin-bottom:10px}.blog-post-detail .post-meta-wrapper aside{display:inline-flex;margin:0 10px 10px 0;position:relative;align-items:center;opacity:.7}.blog-post-detail .post-meta-wrapper aside:after{content:"\2014";display:inline-block;opacity:.7;margin-left:10px;opacity:.6}.blog-post-detail .post-meta-wrapper aside:last-child:after{content:none}.blog-post-detail .post-title{width:100%;max-width:800px;padding:30px;margin:0 auto;display:flex;flex-direction:column}@media only screen and (min-width:768px){.blog-post-detail .post-title{padding:50px;width:50%}}.blog-post-detail .post-title .share-article{margin-top:auto;margin-bottom:0}.blog-post-detail .post-title-wrapper{border-radius:var(--block-border-radius, 16px);background:var(--color-article-card-bg, #fff);display:flex;overflow:hidden;width:100%;margin-bottom:30px}@media only screen and (min-width:768px){.blog-post-detail .post-title-wrapper{margin-bottom:60px}}.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}@media only screen and (min-width:768px){.blog-post-detail .post-title-wrapper--has-img-true{flex-direction:row;margin-bottom:60px}}.blog-post-detail .post-title-wrapper--has-img-true .post-title{margin:0}.blog-post-detail .post-title-wrapper--has-img-false{text-align:center;justify-content: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:60px}}.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 .featured-image{width:100%}@media only screen and (min-width:768px){.blog-post-detail .featured-image{width:50%}}.blog-post-detail .post-content{margin-bottom:30px}.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 .share-article{text-align:left}.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: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;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: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}.share-article{font-size:.8125rem;line-height:1;margin-bottom:25px;display:flex;align-items:center}.share-article svg{height:16px;width:auto}.share-article svg path{fill:var(--color-body, #2c2d2e)}.share-article label{display:block;font-size:.8125rem;font-weight:500;margin-right:10px}.share-article a{display:inline-flex;align-items:center;margin:0 2px;padding:0 5px;width:24px;height:24px;white-space:nowrap;color:var(--color-body, #2c2d2e)}.prose-content a{color:var(--color-accent, #B6244F);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;font-weight:500;transition:color .2s ease,text-decoration-color .2s ease}.prose-content a:hover{color:#111}.prose-content table{width:100%;max-width:100%;border-collapse:collapse;display:block;overflow-x:auto;margin:1.2rem 0;font-size:.9rem}.prose-content table thead,.prose-content table tbody,.prose-content table tr{display:table;width:100%;table-layout:fixed}.prose-content table th,.prose-content table td{padding:8px 10px;text-align:left;white-space:normal;border-bottom:1px solid #ececec}.prose-content table th{font-weight:700;background:#faf7f8}@media(max-width:480px){.prose-content table th,.prose-content table td{font-size:.8rem;padding:6px 8px}}.prose-content iframe{max-width:100%;width:100%;height:auto;aspect-ratio:16 / 9;border-radius:14px;display:block;margin:1.2rem 0}.prose-content video{max-width:100%;width:100%;height:auto;border-radius:14px;display:block;margin:1.2rem 0;background:#000}.prose-content .product-feature{display:flex;align-items:center;gap:20px;margin:20px 0;flex-wrap:wrap}.prose-content .product-feature img{max-width:160px;width:160px;height:auto;aspect-ratio:1/1;margin:0;flex-shrink:0}@media(max-width:480px){.prose-content .product-feature{flex-direction:column;text-align:center}.prose-content .product-feature img{max-width:200px;width:100%}}.prose-content .cta-block{text-align:center;margin:30px 0;padding:25px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:15px;box-shadow:0 5px 15px #00000014}.prose-content .cta-block h3{color:#1d3856;margin-bottom:15px}.prose-content .cta-block .cta-subtitle{color:#666;font-style:italic}.prose-content .cta-block .cta-gallery{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin:25px 0}.prose-content .cta-block .cta-gallery img{max-width:150px;width:150px;height:auto;aspect-ratio:1/1;border-radius:8px;margin:0}.prose-content .cta-block .cta-footer{color:#1d3856;font-weight:500}@keyframes pc-fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes pc-slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.prose-content{font-size:1rem;line-height:1.75;color:#1d2630;max-width:860px}.prose-content h2{font-size:1.25rem;font-weight:700;margin:2rem 0 .6rem;color:#1a202c;animation:pc-fadeUp .45s ease both}.prose-content h3{font-size:1.05rem;font-weight:600;margin:1.4rem 0 .4rem;color:#2d3a4a;animation:pc-slideIn .4s ease both}.prose-content p{margin:0 0 1rem}.prose-content ul{list-style:none;padding:0;margin:0 0 1rem}.prose-content ul li{padding-left:1.4em;position:relative;margin-bottom:.4em}.prose-content ul li:before{content:"\2022";position:absolute;left:0;color:#b6244f;font-weight:700}.prose-content img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:14px;display:block;transition:transform .3s ease}.prose-content article,.prose-content section{background:#fff;border:1px solid #ececec;border-radius:14px;padding:14px;margin-bottom:18px;animation:pc-fadeUp .5s ease both;transition:box-shadow .25s ease,transform .25s ease;overflow:hidden}.prose-content article:hover,.prose-content section:hover{box-shadow:0 8px 28px #0000001a;transform:translateY(-3px)}.prose-content article img:hover,.prose-content section img:hover{transform:scale(1.04)}.prose-content article:nth-child(1),.prose-content section:nth-child(1){animation-delay:.05s}.prose-content article:nth-child(2),.prose-content section:nth-child(2){animation-delay:.12s}.prose-content article:nth-child(3),.prose-content section:nth-child(3){animation-delay:.19s}.prose-content article:nth-child(4),.prose-content section:nth-child(4){animation-delay:.26s}.prose-content article:nth-child(5),.prose-content section:nth-child(5){animation-delay:.33s}.prose-content article:nth-child(6),.prose-content section:nth-child(6){animation-delay:.4s}.prose-content article:nth-child(7),.prose-content section:nth-child(7){animation-delay:.47s}.prose-content article:nth-child(8),.prose-content section:nth-child(8){animation-delay:.54s}.prose-content>div{display:grid;grid-template-columns:1fr;gap:18px}@media(min-width:768px){.prose-content>div{grid-template-columns:1fr 1fr}}.prose-content>p:first-child,.prose-content>div:first-child p{font-size:1.05rem;color:#2d3846}.prose-content section:not(:has(img)){background:#fff8f9;border-color:#f0d0d8}.prose-content strong,.prose-content b{color:#111;font-weight:700}.prose-content em{color:#4a5568;font-style:italic}@media(max-width:480px){.prose-content .cta-block a,.prose-content a.button{display:block;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/article.css.map */
