.product-faqs-wrapper{--heading-font:"Nexa", sans-serif;--body-font:"Montserrat", sans-serif;--main-text:#10192c;--faq-alt-bg:#f8fafc;--white:#ffffff;--muted:#4b5563;--section-bg:#f8fafc;--dark:#10192c;width:100%;color:var(--main-text);font-family:var(--body-font)}.product-faqs-wrapper .faq-section-nav{position:sticky;top:0;z-index:50;background:#fff}.product-faqs-wrapper .faq-section-nav__inner{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-faqs-wrapper .faq-section-nav__inner::-webkit-scrollbar{display:none}.product-faqs-wrapper .faq-section-nav__list{list-style:none;margin:0;padding:.5rem 0;display:flex;flex-wrap:nowrap;gap:.375rem;min-width:max-content}.product-faqs-wrapper .faq-section-nav__item{flex-shrink:0}.product-faqs-wrapper .faq-section-nav__link{display:block;padding:.45rem 1rem;font-family:var(--body-font);font-size:13px;font-weight:600;letter-spacing:.01em;color:var(--muted);text-decoration:none;border-radius:999px;border:1.5px solid #fff0;background:#fff0;white-space:nowrap;transition:color 0.18s ease,background 0.18s ease,border-color 0.18s ease}.product-faqs-wrapper .faq-section-nav__link:hover{color:var(--main-text);background:#f1f5f9;border-color:#e2e8f0}.product-faqs-wrapper .faq-section-nav__link.is-active{color:var(--main-text);background:#f1f5f9!important;border-color:var(--main-text)!important}@media (max-width:768px){.product-faqs-wrapper .faq-section-nav__list{padding:.5rem .625rem;gap:.3rem}.product-faqs-wrapper .faq-section-nav__link{padding:.4rem .875rem;font-size:12px}}.product-faqs-wrapper .section{width:100%;padding:25px 0;background:var(--white)}.product-faqs-wrapper .section.section-alt{background:var(--faq-alt-bg)}.product-faqs-wrapper .section-inner{margin:0 auto;display:flex;flex-direction:column;gap:20px}@media (min-width:768px){.product-faqs-wrapper .section-inner{width:100%}}.product-faqs-wrapper .section-header{display:flex;flex-direction:column;gap:8px;margin-bottom:0px!important}.product-faqs-wrapper .section-title{font-family:var(--heading-font)!important;font-size:26px!important;font-weight:800!important;line-height:1.3em;color:var(--main-text)!important;margin-bottom:0}.product-faqs-wrapper .section-subtitle{color:var(--muted);font-size:14px;font-weight:500}@media (min-width:768px){.product-faqs-wrapper .section-title{font-size:30px!important}}@media (min-width:1024px){.product-faqs-wrapper .section-title{font-size:30px!important}}.product-faqs-wrapper .faq-list{display:flex;flex-direction:column;gap:1rem}.product-faqs-wrapper .faq-item{background-color:var(--section-bg)!important;overflow:hidden;width:100%;max-width:100%}.product-faqs-wrapper .faq-q{width:100%;max-width:100%;min-width:0;white-space:normal;background:transparent!important;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem;font-family:var(--body-font);font-size:16px;font-weight:600;line-height:1.3em;color:var(--dark)!important;text-align:left;transition:background 0.2s;gap:1rem}.product-faqs-wrapper .faq-q .faq-question-text{flex:1 1 0%;min-width:0!important;height:auto;display:inline;overflow-wrap:wordwrap!important;word-break:break-word!important;color:var(--dark)!important}.product-faqs-wrapper .faq-q:hover{background:transparent!important;color:var(--dark)!important}.product-faqs-wrapper .faq-q:active,.product-faqs-wrapper .faq-q:focus{background:#fff0;color:var(--dark)!important}.product-faqs-wrapper .faq-q .chevron{flex:0 0 auto;transition:transform 0.3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--dark)}.product-faqs-wrapper .faq-q .chevron svg{width:24px;height:24px}.product-faqs-wrapper .faq-item.open .chevron{transform:rotate(180deg)}.product-faqs-wrapper .faq-a{max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s;padding:0 1.5rem;font-size:.9rem;color:#4b5563;line-height:1.6;background:var(--white)}.product-faqs-wrapper .faq-item.open .faq-a{max-height:500px;padding:1rem 1.5rem 1.5rem}.product-faqs-wrapper .faq-a p:last-child{margin-bottom:0}@media (max-width:768px){.product-faqs-wrapper .faq-q{padding:1rem 1.125rem}.product-faqs-wrapper .faq-a{padding:0 1.125rem}.product-faqs-wrapper .faq-item.open .faq-a{padding:1rem 1.125rem 1.25rem}}