.ab{padding:clamp(2rem,5vw,3rem) 0}.ab-content{max-width:clamp(38ch,92vw,65ch);margin:0 auto}.ab-content.narrow{max-width:clamp(36ch,92vw,58ch)}.ab-content.wide{max-width:clamp(40ch,94vw,72ch)}.ab-prose h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.4rem,2.5vw,1.6rem);font-weight:600;margin:2.5rem 0 1rem;line-height:1.3;scroll-margin-top:100px}.ab-prose h3{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.15rem,2vw,1.3rem);font-weight:600;margin:2rem 0 .75rem;line-height:1.35;scroll-margin-top:100px}.ab-prose p{font-size:16px;line-height:1.8;color:var(--text);margin:0 0 1.25rem}.ab-prose a{color:var(--red);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:text-decoration-thickness .15s,text-decoration-color .15s}.ab-prose a:hover,.ab-prose a:focus-visible{text-decoration-thickness:2px}.ab-prose img,.ab-prose video{display:block;width:100%;height:auto;max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;margin:1.5rem 0}.ab-prose figure{margin:1.5rem 0}.ab-prose figure img{margin:0}.ab-prose figcaption{margin-top:.5rem;font-size:13px;color:var(--gray-500);text-align:center;line-height:1.5}.ab-prose blockquote{border-left:3px solid var(--red);padding:.75rem 0 .75rem 1.25rem;margin:1.5rem 0;font-family:Cormorant Garamond,Georgia,serif;font-style:italic;font-size:1.15rem;line-height:1.6;color:var(--gray-700,#3a3a3a)}.ab-prose blockquote p{margin:0;font-size:inherit;line-height:inherit;color:inherit}.ab-prose blockquote cite{display:block;margin-top:.5rem;font-style:normal;font-family:Inter,sans-serif;font-size:.85rem;color:var(--gray-500)}.ab-prose ul,.ab-prose ol{margin:0 0 1.25rem;padding-left:0;list-style:none}.ab-prose ul li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;font-size:15px;line-height:1.7}.ab-prose ul li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border-radius:50%;background:var(--red)}.ab-prose ol{counter-reset:ol-counter;list-style:none}.ab-prose ol li{counter-increment:ol-counter;position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:15px;line-height:1.7}.ab-prose ol li:before{content:counter(ol-counter) ".";position:absolute;left:0;font-weight:700;color:var(--red)}.ab-prose hr{border:none;height:1px;background:var(--gray-100);margin:2rem 0}.ab-prose table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;margin:1.5rem 0;font-size:14px;line-height:1.6;-webkit-overflow-scrolling:touch}.ab-prose thead{background:var(--gray-50)}.ab-prose th,.ab-prose td{padding:.7rem .9rem;border-bottom:1px solid var(--gray-100);text-align:left;vertical-align:top}.ab-prose th{font-weight:700;color:var(--text)}.ab-prose tbody tr:last-child td{border-bottom:none}.ab-prose code{font-family:SF Mono,Menlo,Consolas,monospace;font-size:.9em;background:var(--gray-50);padding:.15em .4em;border-radius:4px;border:1px solid var(--gray-100)}.ab-prose pre{overflow-x:auto;padding:1rem 1.1rem;background:var(--gray-50);border:1px solid var(--gray-100);border-radius:8px;font-size:14px;line-height:1.6;margin:1.5rem 0;-webkit-overflow-scrolling:touch}.ab-prose pre code{background:none;border:none;padding:0;font-size:inherit;border-radius:0}.ab-callout{display:flex;gap:1.25rem;background:var(--gray-50);border:1px solid var(--gray-100);border-radius:12px;padding:1.25rem;margin:2rem 0;transition:box-shadow .2s}.ab-callout:hover{box-shadow:0 4px 16px var(--shadow-sm)}.ab-callout-img{width:120px;height:120px;border-radius:8px;overflow:hidden;flex-shrink:0}.ab-callout-img img{width:100%;height:100%;object-fit:cover}.ab-callout-body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.ab-callout-title{font-size:14px;font-weight:700;margin-bottom:.15rem}.ab-callout-price{font-size:15px;font-weight:800;margin-bottom:.35rem}.ab-callout-desc{font-size:13px;color:var(--gray-500);line-height:1.5;margin-bottom:.65rem}.ab-callout-link{display:inline-flex;align-items:center;gap:.3rem;font-size:12px;font-weight:700;color:var(--red);text-decoration:none;transition:gap .2s}.ab-callout-link:hover{gap:.5rem}.ab-callout-link svg{width:12px;height:12px;fill:var(--red)}[data-theme=dark] .ab-prose blockquote{color:var(--gray-300)}[data-theme=dark] .ab-prose hr{background:#ffffff14}[data-theme=dark] .ab-prose code{background:#ffffff0f;border-color:#ffffff14}[data-theme=dark] .ab-prose pre{background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .ab-prose thead{background:#ffffff0a}[data-theme=dark] .ab-prose th,[data-theme=dark] .ab-prose td{border-bottom-color:#ffffff14}[data-theme=dark] .ab-callout{background:#ffffff08;border-color:#ffffff14}@media(max-width:540px){.ab-callout{flex-direction:column}.ab-callout-img{width:100%;height:180px}}@media(min-width:541px)and (max-width:860px){.ab-callout-img{width:96px;height:96px}}@media(min-width:2200px){.ab{padding:clamp(3rem,4vw,4.5rem) 0}.ab-content{max-width:clamp(60ch,55vw,68ch)}.ab-content.narrow{max-width:clamp(56ch,50vw,62ch)}.ab-content.wide{max-width:clamp(62ch,58vw,72ch)}.ab-prose p{font-size:18px}.ab-prose ul li,.ab-prose ol li{font-size:17px}.ab-prose h2{font-size:clamp(1.75rem,1.8vw,2.1rem)}.ab-prose h3{font-size:clamp(1.4rem,1.4vw,1.6rem)}}@media(min-width:3000px){.ab-content{max-width:72ch}.ab-content.wide{max-width:78ch}.ab-prose p{font-size:19px;line-height:1.85}.ab-prose ul li,.ab-prose ol li{font-size:18px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-article-body.css.map */
