/* Shared only by product pages with a visible FAQ section. */
.product-faq,.product-faq *{box-sizing:border-box}
.product-faq{padding:72px 0;background:#fff;color:#090909}
.product-faq .wrap{max-width:1120px;margin:auto;padding:0 40px}
.product-faq h2{font-size:clamp(28px,4vw,42px);line-height:1.15;margin-bottom:28px}
.product-faq details{border-bottom:1px solid #d9dde3;padding:20px 0}
.product-faq summary{cursor:pointer;font-size:18px;font-weight:600;line-height:1.5}
.product-faq summary:focus-visible{outline:2px solid #245bc9;outline-offset:5px}
.product-faq details p{max-width:850px;margin:16px 0 0;color:#464c55;font-size:16px;line-height:1.65}
@media(max-width:640px){.product-faq{padding:52px 0}.product-faq .wrap{padding:0 22px}}
