.article-two-column-layout{display:grid;grid-template-columns:300px 1fr;gap:40px;align-items:start}@media screen and (max-width:989px){.article-two-column-layout{grid-template-columns:1fr;gap:32px}.article-sidebar{order:2}.article-main-content{order:1}}.article-breadcrumb{margin-bottom:24px;padding-bottom:16px}.article-breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:8px}.article-breadcrumb__item{display:flex;align-items:center;gap:8px}.article-breadcrumb__link{font-size:14px;color:#00a55e;text-decoration:none;transition:color .2s ease}.article-breadcrumb__link:hover{color:#00a55e;text-decoration:underline}.article-breadcrumb__separator{font-size:14px;color:rgba(var(--color-foreground),.4);-webkit-user-select:none;user-select:none}.article-breadcrumb__current{font-size:14px;color:rgba(var(--color-foreground),.6);font-weight:500}.article-breadcrumb__item--active{pointer-events:none}@media screen and (max-width:750px){.article-breadcrumb{margin-bottom:16px;padding-bottom:12px}.article-breadcrumb__list{gap:6px}.article-breadcrumb__link,.article-breadcrumb__separator,.article-breadcrumb__current{font-size:13px}}.article-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:32px}@media screen and (max-width:989px){.article-sidebar{position:static}}.article-toc{background-color:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:12px;padding:24px}.article-toc__title{font-size:18px;font-weight:600;margin:0 0 16px;color:rgb(var(--color-foreground))}.article-toc__list{list-style:none;padding:0;margin:0}.article-toc__item{margin-bottom:12px}.article-toc__item--h3{padding-left:16px}.article-toc__link{color:rgba(var(--color-foreground),.75);text-decoration:none;font-size:14px;line-height:1.5;display:block;transition:color .2s ease}.article-toc__link:hover{color:rgb(var(--color-foreground))}.article-related-products{background-color:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:12px;padding:24px}.article-related-products__title{font-size:18px;font-weight:600;margin:0 0 16px;color:rgb(var(--color-foreground))}.article-related-products__grid{display:flex;flex-direction:column;gap:16px}.article-product-card{display:flex;flex-direction:column;text-decoration:none;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.article-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.article-product-card img{width:100%;height:200px;object-fit:cover;border-radius:8px 8px 0 0}.article-product-card__info{display:flex;flex-direction:column;gap:8px;padding:12px 8px}.article-product-card__info h4{font-size:14px;font-weight:500;margin:0;color:rgb(var(--color-foreground));line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-product-card__price{font-size:14px;font-weight:600;margin:0;color:rgb(var(--color-foreground))}.article-product-card__reviews{font-size:13px;color:rgba(var(--color-foreground),.6);display:flex;align-items:center;gap:4px}.article-related-articles{background-color:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:12px;padding:24px}.article-related-articles__title{font-size:18px;font-weight:600;margin:0 0 16px;color:rgb(var(--color-foreground))}.article-related-articles__list{display:flex;flex-direction:column;gap:16px}.article-related-article-item{display:flex;flex-direction:column;text-decoration:none;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.article-related-article-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.article-related-article-item img{width:100%;height:160px;object-fit:cover;border-radius:8px 8px 0 0}.article-related-article-item__content{display:flex;flex-direction:column;gap:8px;padding:12px 8px}.article-related-article-item__content h4{font-size:14px;font-weight:500;margin:0;color:rgb(var(--color-foreground));line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-related-article-item__date{font-size:12px;color:rgba(var(--color-foreground),.6)}.article-related-articles__empty{font-size:14px;color:rgba(var(--color-foreground),.6);text-align:center;padding:20px;margin:0}.article-main-content{min-width:0}.article-header{margin-bottom:24px}.article-template__title{font-size:24px;font-weight:500;line-height:1.25;text-transform:capitalize;margin:0 0 16px;color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.article-template__title{font-size:40px;line-height:1.1;margin-bottom:24px}}.article-meta__date,.article-author-inline__name{font-size:14px;font-weight:500;color:rgba(var(--color-foreground),.75)}.tw-article-tag{font-size:14px;font-weight:500;line-height:1.5;padding:8px 16px;border-radius:64px;background-color:#e7f9f0;color:#004f32;text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:background-color .2s ease}.tw-article-tag:hover{background-color:#d0f5e5}.article-tag-count{opacity:.7;font-size:13px}.article-author-inline{display:flex;align-items:center;gap:8px}.article-author-inline__avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.article-share-buttons{display:flex;align-items:center;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(var(--color-foreground),.1)}.article-share-buttons--bottom{margin-top:40px;margin-bottom:40px;padding:24px;background-color:rgba(var(--color-foreground),.03);border-radius:12px;border-top:none}@media screen and (max-width:750px){.article-share-buttons{flex-direction:column;align-items:flex-start}.article-share-buttons--bottom{padding:20px 16px;margin-top:32px;margin-bottom:32px}}.article-share-buttons__label{font-size:14px;font-weight:500;color:rgba(var(--color-foreground),.75)}.article-share-buttons--bottom .article-share-buttons__label{font-size:16px;font-weight:600}.article-share-buttons__icons{display:flex;gap:8px;flex-wrap:wrap}.share-btn{width:40px;height:40px;border-radius:50%;border:1px solid rgba(var(--color-foreground),.2);background-color:transparent;color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0}.share-btn:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.share-btn svg{width:20px;height:20px}.article-template__hero-container,.article-template__hero-container img{border-radius:16px;overflow:hidden}@media screen and (min-width:750px){.article-template__hero-container,.article-template__hero-container img{border-radius:24px}}.article-template__hero-container{margin:32px 0}.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__content{margin:32px 0}.article-template__content p{font-family:TT Commons Pro,sans-serif;font-weight:450;font-size:16px;line-height:150%;letter-spacing:0px;color:rgb(var(--color-foreground));margin-bottom:1.5rem}.article-template__content h2,.article-template__content h3,.article-template__content h4{color:rgb(var(--color-foreground));margin-top:2rem;margin-bottom:1rem;font-weight:600}.article-template__content a{color:#00a55e!important;text-decoration:underline;transition:opacity .2s ease}.article-template__content a:hover{opacity:.8}.article-template__content hr{border:none;border-top:1px solid rgba(var(--color-foreground),.15);margin:2.5rem 0;height:0}.article-template__content ul,.article-template__content ol{margin:1.5rem 0;padding-left:2rem}.article-template__content li{margin-bottom:.75rem;line-height:1.6}.article-template__content li:last-child{margin-bottom:0}.article-template__content ul ul,.article-template__content ul ol,.article-template__content ol ul,.article-template__content ol ol{margin-top:.5rem;margin-bottom:.5rem}.article-author-bio{background-color:rgba(var(--color-foreground),.05);border-radius:16px;padding:32px;margin:48px 0}.article-author-bio__container{display:flex;gap:24px;align-items:start}@media screen and (max-width:750px){.article-author-bio__container{flex-direction:column;align-items:center;text-align:center}}.article-author-bio__avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;flex-shrink:0}.article-author-bio__content{flex:1}.article-author-bio__name{font-size:20px;font-weight:600;margin:0 0 8px;color:rgb(var(--color-foreground))}.article-author-bio__description{font-size:14px;line-height:1.6;color:rgba(var(--color-foreground),.75);margin:0 0 16px}.article-author-bio__social{display:flex;gap:12px}@media screen and (max-width:750px){.article-author-bio__social{justify-content:center}}.article-author-bio__social-link{width:36px;height:36px;border-radius:50%;border:1px solid rgba(var(--color-foreground),.2);background-color:transparent;color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .2s ease}.article-author-bio__social-link:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.article-author-bio__social-link svg{width:20px;height:20px}.article-template>*:first-child:not(.article-template__hero-container){margin-top:32px}@media screen and (min-width:750px){.article-template>*:first-child:not(.article-template__hero-container){margin-bottom:32px}}.tw-article_card{margin-top:32px}@media screen and (min-width:750px){.tw-article_card{margin-top:80px}.tw-article-info{margin-top:24px;margin-bottom:40px}}@media screen and (max-width:750px){.tw-article-info{align-items:start}}.article-template header{margin-bottom:16px;line-height:calc(.8 / var(--font-body-scale))}@media screen and (min-width:750px){.article-template header{margin-top:0rem}}.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__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}.product-highlight-box{background:linear-gradient(135deg,#f0fdf7,#e7f9f0);border:1px solid rgba(0,165,94,.2);border-radius:16px;padding:2.5rem 2rem;margin:2.5rem 0;text-align:center;box-shadow:0 2px 8px #0000000a}.product-highlight-box h3,.product-highlight-box h4{color:#1a1a1a;margin-top:0;margin-bottom:1rem;font-weight:600}.product-highlight-box p{color:#4a4a4a;margin-bottom:1.25rem;max-width:680px;margin-left:auto;margin-right:auto;line-height:1.7}.product-highlight-box p:last-of-type{margin-bottom:1.5rem}.product-highlight-box ul,.product-highlight-box ol{color:#4a4a4a;margin:1rem auto;padding-left:1.5rem;text-align:left;max-width:500px}.product-highlight-box li{margin-bottom:.5rem}.product-highlight-box .cta-button{margin-top:.5rem}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background-color:#00a55e;color:#fff;font-size:15px;font-weight:500;text-decoration:none;border-radius:50px;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 2px 8px #00a55e33;letter-spacing:.02em}.cta-button:hover{background-color:#00c464;transform:translateY(-1px);box-shadow:0 4px 16px #00a55e40;color:#fff;text-decoration:none}.cta-button:active{transform:translateY(0);box-shadow:0 2px 6px #00a55e33}.cta-button--secondary{background-color:transparent;color:#00a55e;border:1.5px solid rgb(0,165,94);box-shadow:none}.cta-button--secondary:hover{background-color:#00a55e14;color:#00a55e;border-color:#00a55e}.final-cta-section{background:linear-gradient(135deg,#004f32,#007a4d);color:#fff;padding:3rem 2rem;margin:3rem 0;border-radius:20px;text-align:center}.final-cta-section h2,.final-cta-section h3{color:#fff;margin-top:0;margin-bottom:1rem}.final-cta-section p{color:#ffffffe6;margin-bottom:1.5rem;font-size:1.1em}.final-cta-section .cta-button{background-color:#fff;color:#004f32}.final-cta-section .cta-button:hover{background-color:#e7f9f0;color:#004f32}.carousel-container{position:relative;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;margin:2.5rem 0;background:rgba(var(--color-foreground),.03);padding:1rem;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:rgb(0,165,94) rgba(var(--color-foreground),.05)}.carousel-container::-webkit-scrollbar{height:8px}.carousel-container::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.05);border-radius:4px}.carousel-container::-webkit-scrollbar-thumb{background-color:#00a55e;border-radius:4px}.carousel-track{display:flex;flex-wrap:nowrap;gap:1rem;min-width:min-content}.carousel-slide{flex:0 0 80%;max-width:400px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;background-color:#fff;scroll-snap-align:center;transition:transform .3s ease,box-shadow .3s ease}.carousel-slide:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 20px #0000001f}.carousel-slide img{width:100%;height:300px;object-fit:cover;display:block}@media(max-width:600px){.carousel-slide{flex-basis:90%}.carousel-slide img{height:250px}}.fafrees-note{background-color:#00a55e0d;border:1px solid rgba(0,165,94,.2);border-left:5px solid rgb(0,165,94);border-radius:12px;padding:1.5rem;margin:2rem 0;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.fafrees-note p{margin-bottom:0;font-size:.95em;line-height:1.6;color:rgb(var(--color-foreground))}.fafrees-note strong{color:#00a55e;display:block;margin-bottom:.5rem;font-size:1.05em;font-weight:600}blockquote,.article-template__content blockquote{position:relative;margin:1.5em 0;padding:2em 2em 1.5em 2.5em;background-color:rgba(var(--color-foreground),.03);border-left:4px solid rgb(0,165,94);border-radius:0 12px 12px 0;font-style:italic;font-size:.95em;color:rgba(var(--color-foreground),.8);display:block;columns:unset;column-count:unset;width:100%;max-width:100%}blockquote:before,.article-template__content blockquote:before{content:"";position:absolute;top:-12px;left:16px;width:32px;height:32px;background-color:#00a55e;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6.5 10c-.223 0-.437.034-.65.065.069-.232.14-.468.254-.68.114-.308.292-.575.469-.844.148-.291.409-.488.601-.737.201-.242.475-.403.692-.604.213-.21.492-.315.714-.463.232-.133.434-.28.65-.35l.539-.222.474-.197-.485-1.938-.597.144c-.191.048-.424.104-.689.171-.271.05-.56.187-.882.312-.318.142-.686.238-1.028.467-.344.218-.741.4-1.091.692-.339.301-.748.562-1.05.945-.33.358-.656.734-.909 1.162-.293.408-.492.856-.702 1.299-.19.443-.343.896-.468 1.336-.237.882-.343 1.72-.384 2.437-.034.718-.014 1.315.028 1.747.015.204.043.402.063.539l.025.168.026-.006A4.5 4.5 0 1 0 6.5 10zm11 0c-.223 0-.437.034-.65.065.069-.232.14-.468.254-.68.114-.308.292-.575.469-.844.148-.291.409-.488.601-.737.201-.242.475-.403.692-.604.213-.21.492-.315.714-.463.232-.133.434-.28.65-.35l.539-.222.474-.197-.485-1.938-.597.144c-.191.048-.424.104-.689.171-.271.05-.56.187-.882.312-.317.143-.686.238-1.028.467-.344.218-.741.4-1.091.692-.339.301-.748.562-1.05.944-.33.358-.656.734-.909 1.162-.293.408-.492.856-.702 1.299-.19.443-.343.896-.468 1.336-.237.882-.343 1.72-.384 2.437-.034.718-.014 1.315.028 1.747.015.204.043.402.063.539l.025.168.026-.006A4.5 4.5 0 1 0 17.5 10z'/%3E%3C/svg%3E");background-size:18px 18px;background-repeat:no-repeat;background-position:center;box-shadow:0 2px 8px #00a55e4d}blockquote p,.article-template__content blockquote p{display:block;margin:0 0 1em;line-height:1.7;width:100%;break-inside:avoid;font-family:inherit;font-weight:inherit;font-size:inherit;letter-spacing:inherit;color:inherit}blockquote p:last-child,.article-template__content blockquote p:last-child{margin-bottom:0}blockquote strong,.article-template__content blockquote strong{color:rgb(var(--color-foreground));font-weight:600;font-style:normal}blockquote br{display:block;content:"";margin-top:.25em}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-blog-post.css.map */
