.products{max-width:1600px;margin:0 auto;padding:0 2rem;box-sizing:border-box}.products-inner{display:grid;grid-template-columns:220px 1fr;gap:2rem;padding:2rem 0}.product-navs{display:flex;flex-direction:column;background:#faf8f5;border-radius:10px;border:1px solid #eee;padding:.5rem;position:sticky;top:7rem;align-self:start;max-height:calc(100vh - 8rem);overflow-y:auto}.product-navs::-webkit-scrollbar{width:3px}.product-navs::-webkit-scrollbar-thumb{background:var(--theme);border-radius:3px}.product-navs-inner{display:flex;flex-direction:column}.product-nav{list-style:none;transition:.2s}.product-nav a{padding:.55rem .85rem;display:block;font-size:.78rem;font-weight:500;color:#666;border-radius:6px;transition:.2s}.product-content th,.product-nav a:hover{background:var(--theme);color:#fff}.product-nav a:after,.product-nav a:before{display:none}.product-content{display:block;padding:0}.product-contents{display:block}.product-content h1{font-size:1.8rem;font-weight:800;color:#111;margin:0 0 1rem;line-height:1.2}.product-content h2{font-size:1.2rem;font-weight:700;color:#111;margin:2rem 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid var(--theme);display:inline-block}.product-content h3{font-size:1rem;font-weight:600;color:#333;margin:1.25rem 0 .4rem}.product-content p{font-size:.88rem;color:#555;line-height:1.75;margin:0 0 .75rem}.product-content a{color:var(--theme);font-weight:600}.product-content a:hover{text-decoration:underline}.product-content table{width:100%;border-collapse:collapse;margin:1rem 0 1.5rem;font-size:.84rem}.product-content th{padding:.6rem 1rem;text-align:left;font-weight:600;font-size:.78rem}.product-content td{padding:.55rem 1rem;border-bottom:1px solid #eee;color:#555}.product-content tr:nth-child(even) td{background:#faf8f5}.product-content blockquote{border-left:3px solid var(--theme);margin:1.5rem 0;padding:.75rem 1.25rem;background:#faf8f5;border-radius:0 6px 6px 0}.product-content blockquote p{color:#555;font-style:italic;margin:0}.product-content ul{padding-left:1.25rem;margin:.75rem 0}.product-content li{font-size:.85rem;color:#555;margin:.3rem 0;line-height:1.6}.product-content-details{padding:0;margin:0}.section-intro{padding:0}.product-content img{max-width:100%;height:auto}@media (max-width:900px){.products-inner{grid-template-columns:1fr;padding:1.5rem}.product-navs{position:static;overflow-x:auto;max-height:none}.product-navs,.product-navs-inner{flex-direction:row}.product-nav a{white-space:nowrap}}@media (max-width:600px){.products-inner{padding:1rem}.product-content h1{font-size:1.3rem}.product-content h2{font-size:1.05rem}.product-content table{font-size:.78rem}.product-content td,.product-content th{padding:.4rem .6rem}}