.article-custom{--article-accent: #ba4341;--article-accent-soft: rgba(186, 67, 65, .07);--article-box-bg: #fcf6f2;--article-radius: 12px}.article-custom__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem 1.4rem;margin-top:1.2rem;color:rgba(var(--color-foreground),.65);font-size:1.3rem;letter-spacing:.06em}.article-custom__meta-item{display:inline-flex;align-items:center;gap:.5rem}.article-custom__meta-item .svg-wrapper,.article-custom__meta-item svg{width:1.5rem;height:1.5rem;flex-shrink:0}.article-custom__tags{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.4rem}.article-custom__tag{display:inline-block;padding:.3rem 1.1rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:999px;font-size:1.2rem;letter-spacing:.05em;color:rgba(var(--color-foreground),.75);text-decoration:none;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.article-custom__tag:hover{border-color:var(--article-accent);color:var(--article-accent);background-color:var(--article-accent-soft)}.article-custom__toc{background-color:var(--article-box-bg);border-radius:var(--article-radius);padding:2rem 2.4rem}.article-custom__toc-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;font-weight:700;font-size:1.6rem;letter-spacing:.08em;list-style:none}.article-custom__toc-title::-webkit-details-marker{display:none}.article-custom__toc-title:before{content:"";display:inline-block;width:.4rem;height:1.6rem;background-color:var(--article-accent);border-radius:2px;margin-right:1rem}.article-custom__toc-caret{width:1.4rem;height:1.4rem;margin-left:auto;transition:transform .25s ease;flex-shrink:0}.article-custom__toc[open] .article-custom__toc-caret{transform:rotate(180deg)}.article-custom__toc-list{counter-reset:toc-counter;margin:1.6rem 0 0;padding:0;list-style:none}.article-custom__toc-item{margin:0;border-top:1px dashed rgba(var(--color-foreground),.15)}.article-custom__toc-item a{display:flex;align-items:baseline;gap:1rem;padding:.9rem .2rem;color:rgba(var(--color-foreground),.85);text-decoration:none;font-size:1.45rem;line-height:1.6;transition:color .2s ease}.article-custom__toc-item a:hover{color:var(--article-accent)}.article-custom__toc-item--h2{counter-increment:toc-counter}.article-custom__toc-item--h2 a:before{content:counter(toc-counter,decimal-leading-zero);font-weight:700;color:var(--article-accent);font-size:1.25rem;letter-spacing:.05em;flex-shrink:0}.article-custom__toc-item--h3 a{padding-left:3.2rem;font-size:1.35rem;color:rgba(var(--color-foreground),.65)}.article-custom__toc-item--h3 a:before{content:"\2212";color:rgba(var(--color-foreground),.4);flex-shrink:0}.article-custom .article-template__content{font-size:1.6rem;line-height:2;letter-spacing:.03em}.article-custom .article-template__content>p{margin:0 0 1.8em}.article-custom .article-template__content h2,.article-custom .article-template__content h3,.article-custom .article-template__content h4{scroll-margin-top:10rem;line-height:1.6}.article-custom .article-template__content h2{margin:3em 0 1.2em;padding:.7em 1em;background-color:var(--article-box-bg);border-left:.5rem solid var(--article-accent);border-radius:6px;font-size:2rem}.article-custom .article-template__content h3{margin:2.4em 0 1em;padding-bottom:.4em;border-bottom:2px solid var(--article-accent-soft);box-shadow:inset 0 -2px 0 0 transparent;position:relative;font-size:1.75rem}.article-custom .article-template__content h3:after{content:"";position:absolute;left:0;bottom:-2px;width:6rem;height:2px;background-color:var(--article-accent)}.article-custom .article-template__content h4{margin:2em 0 .8em;font-size:1.6rem;font-weight:700}.article-custom .article-template__content img{display:block;margin:2.4em auto;border-radius:var(--article-radius);max-width:100%;height:auto}.article-custom .article-template__content blockquote{margin:2.4em 0;padding:1.4em 1.8em;background-color:var(--article-box-bg);border-left:.4rem solid var(--article-accent);border-radius:6px;font-style:normal;color:rgba(var(--color-foreground),.8)}.article-custom .article-template__content blockquote p:last-child{margin-bottom:0}.article-custom .article-template__content a{color:var(--article-accent);text-underline-offset:.3em}.article-custom .article-template__content ul,.article-custom .article-template__content ol{margin:1.6em 0;padding-left:1.8em}.article-custom .article-template__content li{margin:.5em 0}.article-custom .article-template__content table{width:100%;margin:2.4em 0;border-collapse:collapse;font-size:1.45rem}.article-custom .article-template__content th,.article-custom .article-template__content td{padding:.9em 1.2em;border:1px solid rgba(var(--color-foreground),.12);text-align:left}.article-custom .article-template__content th{background-color:var(--article-box-bg);font-weight:700}.article-custom--highlight-bold .article-template__content strong{background:linear-gradient(transparent 62%,#fbeacff2 62%);padding:0 .1em}.article-product-card{margin:2.8em 0}.article-custom .article-template__content p:empty{display:none}.article-product-card__link{display:flex;align-items:center;gap:2rem;padding:1.6rem;background-color:var(--article-box-bg);border:1px solid rgba(var(--color-foreground),.08);border-radius:var(--article-radius);text-decoration:none;color:rgb(var(--color-foreground));transition:border-color .2s ease,box-shadow .2s ease}.article-product-card__link:hover{border-color:var(--article-accent);box-shadow:0 4px 14px #0000000f}.article-product-card__media{flex-shrink:0;width:14rem;aspect-ratio:1 / 1;border-radius:calc(var(--article-radius) - 4px);overflow:hidden;background-color:#fff}.article-product-card__media img,.article-product-card__media svg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.article-product-card__media img{height:100%!important}.article-custom .article-template__content .article-product-card img{margin:auto;border-radius:0}.article-product-card__link:hover .article-product-card__media img{transform:scale(1.05)}.article-product-card__info{display:flex;flex-direction:column;gap:.5rem;min-width:0}.article-product-card__label{font-size:1.05rem;font-weight:700;letter-spacing:.18em;color:var(--article-accent)}.article-product-card__title{font-size:1.55rem;font-weight:700;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-product-card__price{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem;font-size:1.4rem}.article-product-card__price-regular,.article-product-card__price-sale{font-weight:700}.article-product-card__price-sale{color:var(--article-accent)}.article-product-card__price-compare{font-size:1.25rem;color:rgba(var(--color-foreground),.55)}.article-product-card__sale-badge{padding:.15rem .8rem;background-color:var(--article-accent);color:#fff;border-radius:999px;font-size:1.05rem;font-weight:700;letter-spacing:.1em}.article-product-card__button{display:inline-flex;align-items:center;gap:.6rem;align-self:flex-start;margin-top:.6rem;padding:.7rem 1.8rem;background-color:var(--article-accent);color:#fff;border-radius:999px;font-size:1.3rem;font-weight:700;transition:opacity .2s ease}.article-product-card__link:hover .article-product-card__button{opacity:.85}.article-product-card__button svg{width:1.3rem;height:1.3rem;transition:transform .2s ease}.article-product-card__link:hover .article-product-card__button svg{transform:translate(4px)}.article-post-card{--article-accent: #5c7550;--article-accent-soft: rgba(92, 117, 80, .08)}.article-post-card .article-product-card__link{background-color:#f3f6ef}.article-post-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem 1.2rem;font-size:1.25rem;letter-spacing:.05em;color:rgba(var(--color-foreground),.6)}.article-post-card__meta-item{display:inline-flex;align-items:center;gap:.45rem}.article-post-card__meta-item svg{width:1.35rem;height:1.35rem;flex-shrink:0}@media screen and (max-width:599px){.article-product-card__link{gap:1.4rem;padding:1.2rem}.article-product-card__media{width:10.5rem}.article-product-card__title{font-size:1.4rem}}.article-custom__share{margin-top:4.5rem;text-align:center}.article-custom__share-label{display:inline-flex;align-items:center;gap:1.2rem;margin:0 0 1.6rem;font-size:1.35rem;font-weight:700;letter-spacing:.14em;color:rgba(var(--color-foreground),.7)}.article-custom__share-label:before,.article-custom__share-label:after{content:"";display:inline-block;width:3.2rem;height:1px;background-color:rgba(var(--color-foreground),.3)}.article-custom__share-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:1.2rem}.article-custom__share-button{display:inline-flex;align-items:center;justify-content:center;width:4.6rem;height:4.6rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:50%;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;position:relative;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .15s ease}.article-custom__share-button svg{width:1.8rem;height:1.8rem}.article-custom__share-button:hover{background-color:var(--article-accent);border-color:var(--article-accent);color:#fff;transform:translateY(-2px)}.article-custom__copy-tooltip{position:absolute;bottom:calc(100% + .8rem);left:50%;transform:translate(-50%);padding:.4rem 1rem;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.15rem;border-radius:4px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s ease}.article-custom__copy-tooltip.is-visible{opacity:1}.article-custom__nav{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:5rem}.article-custom__nav-link{display:flex;flex-direction:column;gap:.6rem;padding:1.6rem 1.8rem;border:1px solid rgba(var(--color-foreground),.12);border-radius:var(--article-radius);text-decoration:none;color:rgb(var(--color-foreground));transition:border-color .2s ease,background-color .2s ease}.article-custom__nav-link:hover{border-color:var(--article-accent);background-color:var(--article-accent-soft)}.article-custom__nav-link--next{text-align:right;align-items:flex-end;grid-column:2}.article-custom__nav-direction{display:inline-flex;align-items:center;gap:.5rem;font-size:1.2rem;letter-spacing:.08em;color:var(--article-accent);font-weight:700}.article-custom__nav-direction svg{width:1.2rem;height:1.2rem}.article-custom__nav-title{font-size:1.4rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:749px){.article-custom__nav{grid-template-columns:1fr}.article-custom__nav-link--next{grid-column:1}}.article-custom__related{margin-top:6rem}.article-custom__related-heading{display:flex;align-items:center;gap:1.2rem;margin:0 0 2.4rem;font-size:2rem}.article-custom__related-heading:before{content:"";display:inline-block;width:.5rem;height:2.2rem;background-color:var(--article-accent);border-radius:2px}.article-custom__related-grid{display:grid;grid-template-columns:repeat(var(--related-columns, 3),1fr);gap:2.4rem 2rem;margin:0;padding:0;list-style:none}@media screen and (max-width:989px){.article-custom__related-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:599px){.article-custom__related-grid{grid-template-columns:1fr}}.article-custom header.page-width--narrow{margin-top:3.6rem;margin-bottom:0;line-height:normal}.article-custom .article-template__title{margin-bottom:0;font-size:2rem;line-height:1.6;letter-spacing:.04em}@media screen and (min-width:750px){.article-custom .article-template__title{font-size:2.4rem}}.article-custom__toc-wrapper{margin-top:2.8rem}.article-custom .article-template__content{margin-top:3rem}.article-custom .article-template__back{margin-top:5rem}@media screen and (max-width:749px){.article-custom .article-template__content{font-size:1.55rem}.article-custom .article-template__content h2{font-size:1.8rem}.article-custom .article-template__content h3{font-size:1.65rem}.article-custom__toc{padding:1.6rem 1.8rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-main-article-custom.css.map */
