.rweb{--rweb-max: 120rem;--rweb-narrow: 72rem;--rweb-wide: 96rem;--rweb-pad: 2rem;--rweb-radius: var(--blocks-radius, 10px);--rweb-ease: cubic-bezier(.25, .46, .45, .94);--rweb-touch-min: 4.4rem;position:relative;color:rgb(var(--color-foreground))}.rweb *,.rweb *:before,.rweb *:after{box-sizing:border-box}.rweb__container{max-width:var(--rweb-max);margin:0 auto;padding:0 var(--rweb-pad)}.rweb__container--narrow{max-width:var(--rweb-narrow)}.rweb__container--wide{max-width:var(--rweb-wide)}[data-rweb-reveal]{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94)}[data-rweb-reveal].rweb-visible{opacity:1;transform:translateY(0)}[data-rweb-reveal][data-delay="1"]{transition-delay:.15s}[data-rweb-reveal][data-delay="2"]{transition-delay:.3s}[data-rweb-reveal][data-delay="3"]{transition-delay:.45s}[data-rweb-stagger]>*{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.25,.46,.45,.94),transform .6s cubic-bezier(.25,.46,.45,.94)}[data-rweb-stagger]>*.rweb-visible{opacity:1;transform:translateY(0)}.rweb__parallax-wrap{width:100%;height:125%;margin-top:-12.5%;will-change:transform}.rweb__parallax-wrap img{width:100%;height:100%;object-fit:cover;display:block}.rweb__bar{position:relative;z-index:10;padding:1rem var(--rweb-pad);background:rgb(var(--color-background));border-bottom:1px solid rgba(var(--color-foreground),.05);transition:box-shadow .3s ease,border-color .3s ease}.rweb__bar--can-stick{position:sticky;top:0;z-index:10}.rweb__bar--scrolled{box-shadow:0 1px 6px #0000000a;border-bottom-color:rgba(var(--color-foreground),.08)}.rweb__bar-inner{max-width:var(--rweb-max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.rweb__bar-tags{display:flex;align-items:center;gap:.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.rweb__bar-tags::-webkit-scrollbar{display:none}.rweb__chip{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:.6rem 1.8rem;font-family:var(--font-button-family, inherit);font-weight:400;font-size:1rem;text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(var(--color-foreground),.12);border-radius:var(--buttons-radius, 3rem);text-decoration:none;color:rgba(var(--color-foreground),.45);background:none;white-space:nowrap;cursor:pointer;transition:border-color .25s ease,color .25s ease,background .25s ease}.rweb__chip:hover{border-color:rgba(var(--color-foreground),.3);color:rgba(var(--color-foreground),.7)}.rweb__chip--active{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground));font-weight:500}.rweb__chip--active:hover{opacity:.85;color:rgb(var(--color-background))}.rweb__bar-separator{display:block;width:1px;height:1.2rem;background:rgba(var(--color-foreground),.08);flex-shrink:0;margin:0 .3rem}.rweb__bar-label{font-size:.95rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;color:rgba(var(--color-foreground),.3);white-space:nowrap;flex-shrink:0}.rweb__chip--icon{gap:.4rem}.rweb__chip--icon svg{flex-shrink:0}.rweb__chip[aria-expanded=true]{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.rweb__chip:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.rweb__bar-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.rweb:before,.rweb:after{content:"";position:absolute;top:0;bottom:0;width:1px;background:rgba(var(--color-foreground),.06);pointer-events:none;z-index:0}.rweb:before{left:var(--rweb-pad)}.rweb:after{right:var(--rweb-pad)}.rweb__header{text-align:center;padding:6rem var(--rweb-pad) 4rem;max-width:var(--rweb-narrow);margin:0 auto}.rweb__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 400);font-size:clamp(3.2rem,5.5vw,6rem);line-height:1.08;letter-spacing:-.03em;margin:0;color:rgb(var(--color-foreground))}.rweb__meta{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:2rem;font-size:1.3rem;color:rgba(var(--color-foreground),.5)}.rweb__meta-sep{display:inline-block;width:4px;height:4px;border-radius:50%;background:rgba(var(--color-foreground),.25)}.rweb__date,.rweb__author{white-space:nowrap}.rweb__author-name{font-weight:500;color:rgb(var(--color-foreground))}.rweb__hero{max-width:var(--rweb-wide);margin:0 auto;padding:0 var(--rweb-pad)}.rweb__hero-media{border-radius:var(--rweb-radius);overflow:hidden;position:relative}.rweb__hero-img{width:100%;height:auto;display:block;object-fit:cover}.rweb__hero-media--large{max-height:70vh}.rweb__hero-media--large .rweb__hero-img{max-height:70vh;object-fit:cover}.rweb__hero-media--medium{max-height:55vh}.rweb__hero-media--medium .rweb__hero-img{max-height:55vh;object-fit:cover}.rweb__hero-media--small{max-height:40vh}.rweb__hero-media--small .rweb__hero-img{max-height:40vh;object-fit:cover}.rweb__body{max-width:88rem;margin:4rem auto 0;padding:0 var(--rweb-pad);font-size:clamp(1.5rem,1.6vw,1.7rem);line-height:1.65;color:rgba(var(--color-foreground),.8)}.rweb__body>*+*{margin-top:2rem}.rweb__body h2{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 400);font-size:clamp(2rem,2.5vw,2.6rem);line-height:1.25;letter-spacing:-.01em;margin-top:4rem;margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.rweb__body h3{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 400);font-size:clamp(1.7rem,2vw,2.1rem);line-height:1.3;margin-top:3rem;margin-bottom:1rem;color:rgb(var(--color-foreground))}.rweb__body img{max-width:100%;height:auto;border-radius:var(--rweb-radius);margin:2rem 0}.rweb__body>p:first-of-type{font-style:italic;font-size:clamp(1.6rem,1.8vw,1.9rem);line-height:1.7;color:rgba(var(--color-foreground),.65)}.rweb__body--drop-cap>p:first-of-type:first-letter{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 400);font-style:normal;font-size:clamp(5rem,8vw,7.2rem);float:left;line-height:.78;margin-right:1rem;margin-top:.5rem;padding-top:.2rem;color:rgb(var(--color-foreground))}.rweb__body blockquote{margin:4rem 0;padding:0 0 0 3rem;border-left:2px solid rgba(var(--color-foreground),.15);font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 400);font-size:clamp(1.8rem,2.2vw,2.4rem);line-height:1.5;font-style:italic;color:rgba(var(--color-foreground),.6)}.rweb__body blockquote p{margin:0}.rweb__body .rweb__body-wide,.rweb__body figure{max-width:none;margin-left:-4rem;margin-right:-4rem}.rweb__body figure figcaption{font-size:1.2rem;color:rgba(var(--color-foreground),.4);text-align:center;margin-top:1rem;font-style:italic}.rweb__body a{color:rgb(var(--color-foreground));text-decoration:none;font-weight:500;text-decoration-line:underline;text-decoration-style:dashed;text-decoration-color:rgba(var(--color-foreground),.3);text-underline-offset:3px;text-decoration-thickness:1px;transition:text-decoration-color .3s ease,text-decoration-style 0s linear .15s}.rweb__body a:hover{text-decoration-style:solid;text-decoration-color:rgba(var(--color-foreground),.7);transition:text-decoration-color .3s ease,text-decoration-style 0s}.rweb__body a[href^=http]:after{content:"";display:inline-block;width:.55em;height:.55em;margin-left:.2em;vertical-align:middle;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17L17 7'/%3E%3Cpath d='M7 7h10v10'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17L17 7'/%3E%3Cpath d='M7 7h10v10'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:currentColor;opacity:.35;transition:opacity .3s ease}.rweb__body a[href^=http]:hover:after{opacity:.7}.rweb__body a[href^="/"]:after,.rweb__body a[href^="#"]:after,.rweb__body a:has(img):after{display:none}.rweb__body a[href^="#"],.rweb__body a:has(img){text-decoration:none;font-weight:inherit}.rweb__products{margin:8rem 0 0;padding:0;width:100%}.rweb__products-header{text-align:center;margin-bottom:5rem;padding:5rem var(--rweb-pad) 0;border-top:1px solid rgba(var(--color-foreground),.08)}.rweb__products-heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 400);font-size:clamp(2.4rem,3.5vw,3.6rem);line-height:1.2;letter-spacing:-.02em;margin:0;color:rgb(var(--color-foreground))}.rweb__products-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.rweb__products-grid--cols-1{grid-template-columns:1fr;max-width:64rem;margin:0 auto}.rweb__product-card{text-align:center;padding:4rem 3rem 5rem;border-bottom:1px solid rgba(var(--color-foreground),.06)}.rweb__product-card:nth-child(odd){border-right:1px solid rgba(var(--color-foreground),.06)}.rweb__product-link{display:block;text-decoration:none;color:inherit}.rweb__product-image-wrap{overflow:hidden;position:relative;max-width:42rem;margin:0 auto}.rweb__product-img{width:100%;height:auto;object-fit:contain;display:block;aspect-ratio:3 / 4;transition:transform .6s var(--rweb-ease)}.rweb__product-link:hover .rweb__product-img{transform:scale(1.04)}.rweb__product-link:hover .rweb__product-title{color:rgba(var(--color-foreground),.65)}.rweb__product-info{margin-top:2.4rem}.rweb__product-vendor{display:block;font-size:1.15rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:rgba(var(--color-foreground),.5);margin-bottom:.6rem}.rweb__product-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 400);font-size:1.7rem;line-height:1.35;margin:0 0 .8rem;color:rgb(var(--color-foreground));transition:color .25s ease}.rweb__product-price{font-size:1.4rem;color:rgb(var(--color-foreground))}.rweb__price-compare{text-decoration:line-through;color:rgba(var(--color-foreground),.4);font-size:1.3rem;margin-right:.6rem}.rweb__price-current{font-weight:400}.rweb__price-current--sale{font-weight:500}.rweb__product-quote{margin:2.2rem auto 0;padding:0;max-width:38rem;font-style:italic;font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.5);border:none}.rweb__product-quote p{margin:0;display:inline}.rweb__product-quote p:before{content:"\201c\a0"}.rweb__product-quote p:after{content:"\a0\201d"}.rweb__continue{max-width:var(--rweb-max);margin:6rem auto 0;padding:0 var(--rweb-pad) 8rem}.rweb__continue-inner{border-top:1px solid rgba(var(--color-foreground),.08);padding-top:5rem}.rweb__continue-heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 400);font-size:clamp(2rem,2.5vw,2.8rem);line-height:1.2;letter-spacing:-.02em;margin:0 0 4rem;color:rgb(var(--color-foreground));text-align:center}.rweb__continue-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.rweb__continue-card{display:flex;flex-direction:column;text-decoration:none;color:rgb(var(--color-foreground))}.rweb__continue-card:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:4px;border-radius:4px}.rweb__continue-img-wrap{width:100%;aspect-ratio:2 / 3;min-height:28rem;border-radius:var(--rweb-radius);overflow:hidden;margin-bottom:1.4rem;background:rgba(var(--color-foreground),.03)}.rweb__continue-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--rweb-ease)}.rweb__continue-card:hover .rweb__continue-img{transform:scale(1.04)}.rweb__continue-card-info{display:flex;flex-direction:column;gap:.6rem;padding-top:.4rem}.rweb__continue-card-tag{font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--color-foreground),.4)}.rweb__continue-card-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 400);font-size:clamp(1.4rem,1.6vw,1.8rem);line-height:1.35}.rweb__nav,.rweb__faq-keywords{max-width:var(--rweb-narrow);margin:0 auto;padding:0 var(--rweb-pad)}.rweb__contents-drawer .drawer__inner{max-width:100%;top:auto;bottom:0;border-radius:var(--rweb-radius) var(--rweb-radius) 0 0;max-height:36rem}.rweb__contents-drawer .fixed-overlay{cursor:default}.rweb__contents-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2.4rem 1rem}.rweb__contents-label{font-size:1.3rem;color:rgba(var(--color-foreground),.5)}.rweb__contents-body{position:relative;padding:0 2.4rem 2.4rem}.rweb__contents-track{display:flex;gap:1.6rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem}.rweb__contents-track::-webkit-scrollbar{display:none}.rweb__contents-item{flex:0 0 14rem;scroll-snap-align:start;text-decoration:none;color:rgb(var(--color-foreground));display:flex;flex-direction:column;gap:.8rem}.rweb__contents-item:hover .rweb__contents-thumb{opacity:.8}.rweb__contents-item:hover .rweb__contents-name{color:rgba(var(--color-foreground),.6)}.rweb__contents-item:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px;border-radius:4px}.rweb__contents-item--active{opacity:.4;pointer-events:none}.rweb__contents-thumb{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:calc(var(--rweb-radius) / 2);display:block;background:rgba(var(--color-foreground),.04);transition:opacity .25s ease}.rweb__contents-tag{display:block;font-size:.95rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(var(--color-foreground),.4);font-weight:500}.rweb__contents-item-info{display:flex;flex-direction:column;gap:.3rem}.rweb__contents-name{display:-webkit-box;font-size:1.3rem;font-weight:500;line-height:1.3;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .25s ease}.rweb__contents-nav{position:absolute;top:50%;transform:translateY(-50%);width:3.6rem;height:var(--buttons-height, 4.2rem);border-radius:var(--buttons-radius, 3rem);background:rgb(var(--color-background));border:var(--buttons-border-width, 1px) solid rgba(var(--color-foreground),.15);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:0 2px 12px #00000014;transition:opacity .25s ease,background .25s ease,border-color .25s ease,color .25s ease;padding:0;color:rgb(var(--color-foreground));opacity:0;pointer-events:none}.rweb__contents-nav.is-visible{opacity:1;pointer-events:auto}.rweb__contents-nav.is-disabled{opacity:.25;pointer-events:none}.rweb__contents-nav--prev{left:.8rem}.rweb__contents-nav--next{right:.8rem}.rweb__contents-nav:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.rweb__contents-nav:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.rweb__bar:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:rgb(var(--color-foreground));transform:scaleX(var(--rweb-progress, 0));transform-origin:0 0;pointer-events:none}.rweb__products,.rweb__continue,.rweb__faq-keywords,.article-comment{content-visibility:auto;contain-intrinsic-size:auto 600px}.rweb__chip{min-height:var(--rweb-touch-min);min-width:var(--rweb-touch-min)}.rweb__contents-nav{min-width:var(--rweb-touch-min);min-height:var(--rweb-touch-min)}.rweb__continue-card:focus-visible,.rweb__product-link:focus-visible,.rweb__contents-item:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:3px;border-radius:4px}.rweb__bar-tags,.rweb__contents-track{-webkit-overflow-scrolling:touch}@media(max-width:1023px){.rweb__header{padding:5rem var(--rweb-pad) 3rem}.rweb__products-grid{gap:4rem 2.5rem}.rweb__product-quote{max-width:32rem}.rweb__continue-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.rweb{--rweb-pad: 1.5rem}.rweb:before,.rweb:after{display:none}.rweb__header{padding:4rem var(--rweb-pad) 2.5rem}.rweb__title{font-size:clamp(2.6rem,7vw,3.6rem)}.rweb__meta{flex-wrap:wrap;gap:.4rem .6rem;font-size:1.2rem}.rweb__hero{padding:0}.rweb__hero-media{border-radius:0}.rweb__body{font-size:1.45rem;line-height:1.8;margin-top:3rem}.rweb__body .rweb__body-wide,.rweb__body figure{margin-left:0;margin-right:0}.rweb__body--drop-cap>p:first-of-type:first-letter{font-size:clamp(4rem,12vw,5.2rem);margin-right:.8rem}.rweb__products{margin-top:4rem}.rweb__products-header{margin-bottom:3rem;padding-top:3rem}.rweb__products-grid{grid-template-columns:1fr}.rweb__product-card{padding:3rem 1.5rem 4rem;border-right:none!important}.rweb__product-quote{max-width:none}.rweb__continue{margin-top:4rem;padding-bottom:5rem}.rweb__continue-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.rweb__continue-img-wrap{min-height:20rem}.rweb__contents-drawer .drawer__inner{max-height:30rem}.rweb__contents-item{flex:0 0 12rem}.rweb__contents-body{padding:0 1.5rem 2rem}.rweb__contents-header{padding:1.6rem 1.5rem .8rem}.rweb__contents-nav{display:none}.rweb__parallax-wrap{height:100%;margin-top:0}}@media(max-width:479px){.rweb__title{font-size:2.4rem}.rweb__contents-item{flex:0 0 10rem}.rweb__chip{font-size:.85rem;padding:.5rem 1.2rem}.rweb__bar-label{font-size:.85rem}}.article-link-preview{position:absolute;z-index:100;width:300px;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.06);border-radius:12px;box-shadow:0 4px 20px #0000000f,0 12px 40px #0000000d;overflow:hidden;opacity:0;transform:translateY(5px);transition:opacity .2s cubic-bezier(.23,1,.32,1),transform .2s cubic-bezier(.23,1,.32,1);pointer-events:none;will-change:opacity,transform}.article-link-preview.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.article-link-preview[data-position=above]{transform:translateY(-5px)}.article-link-preview[data-position=above].is-visible{transform:translateY(0)}.article-link-preview__image{width:100%;height:165px;overflow:hidden;background:rgba(var(--color-foreground),.03)}.article-link-preview__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.article-link-preview:hover .article-link-preview__image img{transform:scale(1.03)}.article-link-preview__info{padding:1.3rem 1.5rem 1.4rem}.article-link-preview__type{display:block;font-size:.95rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(var(--color-foreground),.4);margin-bottom:.4rem;font-weight:500}.article-link-preview__title{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-link-preview__detail{font-size:1.2rem;color:rgba(var(--color-foreground),.5);margin-top:.5rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-link-preview__loading{display:flex;align-items:center;justify-content:center;padding:3.5rem 2rem}.article-link-preview__spinner{width:18px;height:18px;border:2px solid rgba(var(--color-foreground),.1);border-top-color:rgba(var(--color-foreground),.4);border-radius:50%;animation:preview-spin .6s linear infinite}@keyframes preview-spin{to{transform:rotate(360deg)}}.article-link-preview__overlay{display:none}@media(max-width:767px){.article-link-preview__overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:99;opacity:0;transition:opacity .2s ease;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.article-link-preview__overlay.is-visible{opacity:1;pointer-events:auto}.article-link-preview{position:fixed;width:300px;left:50%!important;top:50%!important;transform:translate(-50%,-50%) scale(.94);border-radius:14px;box-shadow:0 20px 60px #00000024}.article-link-preview.is-visible{transform:translate(-50%,-50%) scale(1)}.article-link-preview[data-position=above]{transform:translate(-50%,-50%) scale(.94)}.article-link-preview[data-position=above].is-visible{transform:translate(-50%,-50%) scale(1)}.article-link-preview__image{height:175px}.article-link-preview__visit{display:block;text-align:center;padding:1.1rem 1.5rem;font-size:1.3rem;font-weight:500;color:rgb(var(--color-foreground));border-top:1px solid rgba(var(--color-foreground),.06);text-decoration:none;transition:background .15s ease}.article-link-preview__visit:hover{background:rgba(var(--color-foreground),.03)}}@media(min-width:768px){.article-link-preview__visit{display:none}}@media(prefers-reduced-motion:reduce){[data-rweb-reveal]{opacity:1;transform:none;transition:none}[data-rweb-stagger]>*{opacity:1;transform:none;transition:none}.rweb__parallax-wrap{height:100%;margin-top:0}.rweb__product-img,.rweb__chip,.rweb__bar,.rweb__continue-img,.rweb__contents-nav,.rweb__contents-item,.rweb__contents-thumb,.rweb__contents-name,.rweb__product-title,.article-link-preview{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-editorial-blog.css.map */
