.article-template>*:first-child:not(.article-template__hero-container){margin-top:5rem}@media screen and (min-width: 750px){.article-template>*:first-child:not(.article-template__hero-container){margin-top:calc(5rem + var(--page-width-margin))}}.article-template__hero-container{max-width:130rem;margin:0 auto}.article-template__hero-small{height:11rem}.article-template__hero-medium{height:22rem}.article-template__hero-large{height:33rem}@media screen and (min-width: 750px) and (max-width: 989px){.article-template__hero-small{height:22rem}.article-template__hero-medium{height:44rem}.article-template__hero-large{height:66rem}}@media screen and (min-width: 990px){.article-template__hero-small{height:27.5rem}.article-template__hero-medium{height:55rem}.article-template__hero-large{height:82.5rem}}.article-template header{margin-top:4.4rem;margin-bottom:2rem;line-height:calc(.8 / var(--font-body-scale))}@media screen and (min-width: 750px){.article-template header{margin-top:5rem}}.article-template__title{margin:0}.article-template__title:not(:only-child){margin-bottom:1rem}.article-template__link{font-size:1.8rem;display:flex;justify-content:center;align-items:center;text-decoration:none}.article-template__link .icon-wrap{display:flex;margin-right:1rem;transform:rotate(180deg)}.article-template__content{margin-top:3rem;margin-bottom:3rem}.article-template__social-sharing{margin-top:3rem}.article-template__social-sharing+header,.article-template__social-sharing+.article-template__content{margin-top:1.5rem}.article-template__comment-wrapper{margin-top:5rem;padding:2.7rem 0}@media screen and (min-width: 750px){.article-template__comment-wrapper{margin-top:6rem;padding:3.6rem 0}}.article-template__comment-wrapper h2{margin-top:0}.article-template__comments{margin-bottom:5rem}@media screen and (min-width: 750px){.article-template__comments{margin-bottom:7rem}}.article-template__comments-fields{margin-bottom:4rem}.article-template__comments-comment{color:rgba(var(--color-foreground),.75);background-color:rgb(var(--color-background));margin-bottom:1.5rem;padding:2rem 2rem 1.5rem}@media screen and (min-width: 750px){.article-template__comments-comment{padding:2rem 2.5rem}}.article-template__comments-comment p{margin:0 0 1rem}.article-template__comment-fields>*{margin-bottom:3rem}@media screen and (min-width: 750px){.article-template__comment-fields{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:4rem}}.article-template__comment-warning{margin:2rem 0 2.5rem}@media screen and (min-width: 990px){.article-template__comments .pagination-wrapper{margin:5rem 0 8rem}}.article-template__back:last-child{margin-bottom:3.2rem}.article-progress-bar{position:fixed;top:0;left:0;width:0;height:3px;background:#0e81c1;z-index:9999;transition:width .1s linear}.article-breadcrumbs{padding:12px 0 4px}.article-breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;padding:0;margin:0;gap:4px;font-family:Inter Tight,sans-serif;font-size:12px;color:#999}.article-breadcrumbs__list li:not(:last-child):after{content:"\203a";margin-left:4px;color:#ccc}.article-breadcrumbs__list a{color:#777;text-decoration:none;transition:color .2s ease}.article-breadcrumbs__list a:hover{color:#0e81c1}.article-breadcrumbs__list li[aria-current=page]{color:#555}.article-template__content a{color:#0e81c1;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color .2s ease,text-decoration-color .2s ease}.article-template__content a:hover{color:#0a6da8;text-decoration-thickness:2px}.article-meta-bar{margin-top:16px;font-family:Inter Tight,sans-serif;line-height:1.6}.article-meta-author{font-size:15px;color:#333;margin-bottom:8px}.article-meta-author span{font-weight:500}.article-meta-divider{margin:0 8px;color:#ccc;font-weight:400}.article-meta-reviewer{color:#0e81c1;font-weight:600}.article-meta-details{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.article-meta-badge{display:inline-block;padding:4px 14px;background:#0e81c1;color:#fff;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;text-decoration:none;letter-spacing:.5px;transition:background .2s ease}.article-meta-badge:hover{background:#0a6da8;color:#fff}.article-meta-item{font-size:13px;color:#888}.article-meta-details .article-meta-item+.article-meta-item:before{content:"\b7";margin-right:12px;color:#ccc}.article-toc-inline{margin:24px 0}.article-toc-accordion{background:#f7f9fc;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.article-toc-accordion__toggle{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;cursor:pointer;font-family:Inter Tight,sans-serif;font-weight:700;font-size:16px;color:#222;list-style:none;-webkit-user-select:none;user-select:none}.article-toc-accordion__toggle::-webkit-details-marker{display:none}.article-toc-accordion__icon{font-size:22px;font-weight:300;color:#0e81c1;transition:transform .2s ease}details[open] .article-toc-accordion__icon{transform:rotate(45deg)}.article-toc-accordion__nav{padding:0 24px 20px}.article-toc__list{list-style:none;padding:0;margin:0;counter-reset:toc-counter}.article-toc__item{margin-bottom:4px;padding-left:0;counter-increment:toc-counter;transition:all .2s ease}.article-toc__item--sub{margin-left:24px}.article-toc__item a{color:#555;text-decoration:none;font-family:Inter Tight,sans-serif;font-size:14px;line-height:1.6;display:flex;align-items:baseline;gap:10px;padding:6px 12px;border-radius:6px;transition:all .2s ease}.article-toc__item a:before{content:counter(toc-counter);font-size:12px;font-weight:700;color:#0e81c1;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#e8f4fd;border-radius:50%;flex-shrink:0}.article-toc__item a:hover{background:#edf2f7;color:#0e81c1}.article-toc__item--active a{background:#e8f4fd;color:#0e81c1;font-weight:600}.article-toc__item--active a:before{background:#0e81c1;color:#fff}.artAuthReviewer{margin-top:12px;padding:8px 12px;background:#e8f4fd;border-radius:6px;font-size:13px;color:#0e81c1}.artAuthUpdated{margin-top:8px;font-size:12px;color:#999}.artAuthTrust{margin-top:10px;padding:6px 12px;background:#f0fdf4;border:1px solid #86efac;border-radius:6px;font-size:12px;color:#166534;font-weight:600;text-align:center}.article-sidebar-sticky{position:sticky;top:100px}.article-sidebar-product{background:#f7f9fc;border:1px solid #e2e8f0;border-radius:12px;padding:24px 20px;text-align:center;margin-bottom:24px}.article-sidebar-product__image{margin-bottom:16px}.article-sidebar-product__image img{width:auto;height:140px;max-width:100%;object-fit:contain;margin:0 auto;display:block}.article-sidebar-product__title{margin:0 0 8px;font-family:Inter Tight,sans-serif;font-size:15px;font-weight:700;color:#1a1a2e;line-height:1.3}.article-sidebar-product__price{font-family:Inter Tight,sans-serif;font-size:18px;font-weight:800;color:#1a1a2e;margin-bottom:12px}.article-sidebar-product__rating{margin-bottom:12px}.article-sidebar-product__stars{color:#f59e0b;font-size:14px;letter-spacing:1px}.article-sidebar-product__button{display:block;background:#0e81c1;color:#fff!important;padding:12px 20px;border-radius:30px;text-decoration:none;font-family:Inter Tight,sans-serif;font-size:14px;font-weight:700;text-align:center;transition:background .2s ease,transform .2s ease}.article-sidebar-product__button:hover{background:#0a6da8;transform:scale(1.03)}@media screen and (max-width: 989px){.article-sidebar-sticky{position:static}}.article-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:36px 0}@media screen and (max-width: 600px){.article-product-grid{grid-template-columns:1fr;gap:16px}}.article-product-grid--single{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.article-inline-cta{background:#eef2f9;border-radius:16px;padding:32px 24px 28px;text-align:center;transition:transform .3s ease}.article-inline-cta:hover{transform:translateY(-3px)}.article-inline-cta__image{display:flex;justify-content:center;margin-bottom:20px}.article-inline-cta__image img{width:auto;height:160px;max-width:180px;object-fit:contain}.article-inline-cta__content h4{margin:0 0 8px;font-family:Inter Tight,sans-serif;font-size:20px;font-weight:800;color:#1a1a2e;text-transform:uppercase;letter-spacing:.5px}.article-inline-cta__content p{margin:0 0 12px;font-size:14px;color:#555;line-height:1.5}.article-inline-cta__price{font-family:Inter Tight,sans-serif;font-size:14px;color:#555;margin-bottom:16px}.article-inline-cta__price strong{font-size:22px;font-weight:800;color:#1a1a2e}.article-inline-cta__button{display:inline-block;background:#0e81c1;color:#fff!important;padding:14px 36px;border-radius:30px;text-decoration:none;font-family:Inter Tight,sans-serif;font-size:15px;font-weight:700;transition:background .2s ease,transform .2s ease}.article-inline-cta__button:hover{background:#0a6da8;transform:scale(1.03)}.article-related__heading{text-align:center;margin-bottom:32px;font-size:24px}.article-related__grid{display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}@media screen and (min-width: 990px){.article-related__grid--4{grid-template-columns:repeat(4,1fr)}.article-related__grid--3{grid-template-columns:repeat(3,1fr)}}.article-product-recs{border-radius:12px}.article-product-recs__heading{text-align:center;margin-bottom:32px;font-size:24px}.article-product-recs__grid{display:grid;gap:24px;grid-template-columns:1fr}@media screen and (min-width: 750px){.article-product-recs__grid{grid-template-columns:repeat(3,1fr)}}.article-faq__heading{text-align:center;margin-bottom:32px;font-size:24px}.article-faq__inner{max-width:800px;margin:0 auto}.article-faq__item{border:1px solid #e2e8f0;border-radius:10px;margin-bottom:12px;overflow:hidden;transition:box-shadow .2s ease}.article-faq__item[open]{box-shadow:0 2px 8px #0000000f}.article-faq__question{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;font-weight:600;font-size:16px;color:#222;list-style:none;background:#fff;transition:background .2s ease}.article-faq__question:hover{background:#f7f9fc}.article-faq__question::-webkit-details-marker{display:none}.article-faq__icon:before{content:"+";font-size:22px;font-weight:300;color:#0e81c1;transition:transform .2s ease;display:inline-block}details[open] .article-faq__icon:before{transform:rotate(45deg)}.article-faq__answer{padding:0 20px 16px;font-size:15px;line-height:1.7;color:#555}.blog-category-filter{margin-bottom:32px;overflow-x:auto;-webkit-overflow-scrolling:touch}.blog-category-filter__list{display:flex;flex-wrap:nowrap;gap:10px;list-style:none;padding:0;margin:0;justify-content:center}.blog-category-filter__item a{display:inline-block;white-space:nowrap;padding:8px 22px;border:2px solid #d8d8d8;border-radius:30px;font-size:14px;font-weight:500;color:#333;text-decoration:none;transition:all .2s ease}.blog-category-filter__item a:hover,.blog-category-filter__item--active a{background:#0e81c1;color:#fff;border-color:#0e81c1}@media screen and (max-width: 749px){.blog-category-filter__list{justify-content:flex-start;padding-bottom:8px}}.ai-summary{margin:20px 0 8px;background:#f7f9fc;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px;position:relative}.ai-summary__header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.ai-summary__icon-spark{font-size:22px;line-height:1}.ai-summary__title{margin:0;font-family:Inter Tight,sans-serif;font-weight:700;font-size:15px;color:#1a1a2e}.ai-summary__subtitle{margin:2px 0 0;font-family:Inter Tight,sans-serif;font-size:13px;color:#777;font-weight:400}.ai-summary__buttons{display:flex;gap:10px;flex-wrap:wrap}.ai-summary__btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:8px;text-decoration:none;font-family:Inter Tight,sans-serif;font-weight:600;font-size:13px;transition:opacity .2s ease,transform .2s ease;cursor:pointer;white-space:nowrap}.ai-summary__btn:hover{opacity:.9;transform:translateY(-1px)}.ai-summary__btn-icon{width:16px;height:16px;flex-shrink:0}.ai-summary__btn--chatgpt{background:#10a37f;color:#fff}.ai-summary__btn--chatgpt:hover{color:#fff}.ai-summary__btn--perplexity{background:#1b3a4b;color:#fff}.ai-summary__btn--perplexity:hover{color:#fff}.ai-summary__btn--gemini{background:#fff;color:#1a1a2e;border:1.5px solid #d1d5db}.ai-summary__btn--gemini:hover{border-color:#4285f4;color:#4285f4}.ai-summary__btn--deepseek{background:#4d6bfe;color:#fff}.ai-summary__btn--deepseek:hover{color:#fff}.ai-summary__btn-hint{font-size:10px;font-weight:500;opacity:.6;text-transform:uppercase;letter-spacing:.5px}.ai-summary__toast{position:absolute;bottom:-36px;left:50%;transform:translate(-50%);background:#1a1a2e;color:#fff;padding:8px 16px;border-radius:6px;font-family:Inter Tight,sans-serif;font-size:12px;font-weight:600;white-space:nowrap;z-index:10;animation:aiFadeIn .2s ease}@keyframes aiFadeIn{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media screen and (max-width: 600px){.ai-summary__buttons{flex-direction:column}.ai-summary__btn{justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/section-blog-post.css.map */
