.art-page{--art-fixed-header-h: 96px;background:snow;padding-top:var(--art-fixed-header-h)}.art-page .osp-topbar{background:linear-gradient(270deg,#cbe0ea 4%,#83a1e9 12%,#fd0130 72%,#933b4b);color:#fff;height:32px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:400;position:fixed;top:0;left:0;right:0;z-index:10001}.art-page .osp-nav{position:fixed;top:32px;left:0;right:0;height:64px;background:#110e44;z-index:10000;box-shadow:0 2px 10px #0000004d}.art-page .osp-nav-inner{display:flex;justify-content:center;align-items:center;position:relative;height:100%;padding:0 clamp(1rem,5vw,20px)}.art-page .osp-nav-inner .hero-header-right{position:absolute;right:clamp(1rem,5vw,20px);display:flex;align-items:center;gap:1rem}.art-page .art-back-to-blog{position:fixed;top:calc(var(--art-fixed-header-h) + 10px);right:clamp(.75rem,4vw,24px);z-index:9999;display:inline-flex;align-items:center;gap:.4rem;max-width:min(300px,calc(100vw - 1.25rem));padding:10px 18px;box-sizing:border-box;font-family:var(--font-body);font-size:12px;font-weight:500;line-height:1;letter-spacing:.08em;text-transform:uppercase;color:#530700;text-decoration:none;background:#fffefa;border:1px solid rgba(83,7,0,.14);border-radius:999px;box-shadow:0 4px 18px #110e441a,0 1px 4px #0000000f;transition:color .2s ease,box-shadow .2s ease,transform .2s ease,border-color .2s ease}.art-page .art-back-to-blog:hover{color:#ff5f5f;text-decoration:none;border-color:#ff5f5f59;box-shadow:0 8px 28px #110e441f,0 2px 8px #ff5f5f26;transform:translateY(-2px)}.art-page .art-back-to-blog:focus-visible{outline:2px solid #ff5f5f;outline-offset:3px}.art-page .art-back-to-blog__icon{flex-shrink:0;display:block;width:16px;height:16px}.art-page .art-back-to-blog__text{min-width:0;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.art-header{border-bottom:1px solid #530700}.art-header__inner{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:minmax(0,762fr) minmax(0,494fr);gap:85px;padding:92px 61px 0;align-items:end}.art-header__image-col{min-width:0}.art-header__image-frame{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden;background:#ffede6;margin-bottom:40px}.art-header__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;margin:0}.art-header__img-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;border-radius:0;background:#ffede6}.art-header__text-col{display:flex;flex-direction:column;gap:32px;padding-bottom:40px;align-self:center}.art-header__tag{font-family:var(--font-mono);font-size:16px;font-weight:400;line-height:1.5em;letter-spacing:.05em;text-transform:uppercase;color:#530700;display:block}.art-header__title{font-family:var(--font-heading);font-size:56px;font-weight:200;line-height:.9286em;color:#530700;margin:0}.art-body{padding:80px 0 60px}.art-body__inner{max-width:920px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:60px}.art-content{display:flex;flex-direction:column;gap:0;--art-content-block-gap: 2.55em;color:var(--color-text)}.art-content>*+*{margin-top:var(--art-content-block-gap)}.art-content>:is(h4,h5,h6){margin-top:3.65em}.art-content>:is(h1,h2,h3,h4,h5,h6)+*{margin-top:2.85em}.art-content>:first-child{margin-top:0}.art-content p:empty,.art-content p:has(>br:only-child){display:none}.art-content p{font-family:var(--font-body);font-weight:400;font-size:16px;line-height:1.98;color:#530700;margin:0}.art-content h2{font-family:var(--font-heading);font-weight:200;font-size:40px;line-height:1.18;color:#530700;margin:0}.art-content>h1{margin-top:1.275em}.art-content>h1:first-child{margin-top:0}.art-content>h2{margin-top:1em}.art-content>h2:first-child{margin-top:0}.art-content h3{font-family:var(--font-body);font-weight:500;font-size:18px;line-height:1.42;letter-spacing:.06em!important;text-transform:uppercase;color:#530700;margin:0}.art-content>h3{margin-top:.5em}.art-content>h3:first-child{margin-top:0}.art-content h4,.art-content h5,.art-content h6{font-family:var(--font-body);font-weight:500;font-size:16px;line-height:1.98;color:#530700;margin:0}.art-content ul,.art-content ol{font-family:var(--font-body);font-weight:400;font-size:16px;line-height:1.98;color:#530700;margin:0;padding-left:1.75em;display:flex;flex-direction:column;gap:2px}.art-content li{font-family:var(--font-body);font-weight:400;font-size:16px;line-height:1.98;color:#530700}.art-content a,.art-content a:link,.art-content a:visited{color:inherit;text-decoration:underline;text-decoration-color:currentColor}.art-content a:hover{opacity:.75}.art-content .notion-link-token,.art-content .notion-focusable-token,.art-content a[style],.art-content li[style],.art-content span[style],.art-content p[style],.art-content strong[style]{color:var(--color-text)!important}.art-content img{max-width:100%;height:auto;border-radius:12px}.art-content blockquote{border-left:3px solid #530700;padding-left:1.5em;margin:0;font-family:var(--font-body);font-weight:300;font-size:18px;line-height:1.98;color:#530700}.art-content blockquote p+p{margin-top:1.4em}.art-product-widget{display:flex;flex-direction:column;align-items:center;gap:20px;width:314px}.art-product-widget__image-wrap{width:100%;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden;background:#ffede6}.art-product-widget__img,.art-product-widget__img-placeholder{width:100%;height:100%;object-fit:cover;display:block}.art-product-widget__info{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}.art-product-widget__name{font-family:var(--font-body);font-weight:500;font-size:18px;line-height:1em;letter-spacing:.03em;text-transform:uppercase;color:#530700;text-align:center;margin:0}.art-product-widget__pricing{display:flex;align-items:center;gap:11px}.art-product-widget__price{font-family:var(--font-body);font-weight:400;font-size:16px;line-height:1em;letter-spacing:.03em;color:#530700}.art-product-widget__compare{font-family:var(--font-body);font-weight:400;font-size:14px;line-height:1em;letter-spacing:.03em;color:#530700;text-decoration:line-through;opacity:.6}.art-product-widget__cta.cta-primary{width:179px;height:40px;min-width:unset;max-width:unset;line-height:40px;padding:0 1.5rem;font-size:16px;background:#ff5f5f;color:#530700}.art-product-widget__cta.cta-primary:hover{color:#530700}.art-nav{border-top:1px solid #530700}.art-nav__inner{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:16px;padding:30px 20px}.art-nav__btn{display:inline-flex;align-items:center;justify-content:center;width:229px;height:48px;border-radius:24px;font-family:var(--font-body);font-size:18px;font-weight:400;letter-spacing:.03em;text-transform:uppercase;text-decoration:none;transition:transform .25s var(--ease),box-shadow .25s ease;cursor:pointer}.art-nav__btn--prev{background:#ffede6;color:#530700}.art-nav__btn--next{background:#ff5f5f;color:#530700}.art-nav__btn--disabled{opacity:.35;cursor:default;pointer-events:none}.art-nav__btn:not(.art-nav__btn--disabled):hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f;text-decoration:none}.art-nav__btn--next:not(.art-nav__btn--disabled):hover{box-shadow:0 8px 20px #ff5e5c4d;color:#530700}.art-nav__btn--prev:not(.art-nav__btn--disabled):hover{color:#530700}@media(max-width:1024px){.art-header__inner{grid-template-columns:1fr;gap:40px;padding:92px 40px 0;align-items:stretch}.art-header__image-col{order:2}.art-header__text-col{order:1;padding-bottom:0;align-items:center;text-align:center;gap:28px}.art-header__image-frame{border-radius:0}.art-header__title{font-size:56px;text-align:center}.art-header__tag{text-align:center}.art-body__inner{max-width:920px}.art-product-widget{align-self:center}}@media(max-width:768px){.art-page .art-back-to-blog{top:calc(var(--art-fixed-header-h) + 8px);right:10px;width:40px;height:40px;max-width:none;padding:0;display:grid;place-items:center;border-radius:50%;font-size:0;box-shadow:0 3px 12px #110e4414,0 1px 3px #0000000f}.art-page .art-back-to-blog:hover{transform:translateY(-1px)}.art-page .art-back-to-blog__icon{width:20px;height:20px}.art-page .art-back-to-blog__text{position:absolute;left:0;top:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;pointer-events:none}.art-header__inner{padding:48px 16px 0;gap:24px}.art-header__title{font-size:32px;line-height:1em}.art-header__tag{font-size:14px}.art-header__image-frame{border-radius:16px}.art-body{padding:48px 0 40px}.art-body__inner{padding:0 16px;gap:40px}.art-content h2{font-size:28px;line-height:1.22}.art-content h3{font-size:16px;letter-spacing:.06em!important}.art-content p{font-size:16px}.art-product-widget{width:100%;max-width:314px;align-self:center}.art-nav__inner{flex-direction:column-reverse;gap:12px}.art-nav__btn{width:265px;font-size:16px}}@media(max-width:480px){.art-header__title{font-size:28px}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/section-main-article.css.map */
