.bb-faq{position:relative;overflow:hidden;background:var(--fg-charcoal, #2D3029);color:var(--bg-snow, #FFFFFF);padding:48px 16px 56px;border-top:1px solid rgba(255,255,255,.04)}@media(min-width:750px){.bb-faq{padding:80px 32px 96px}}@media(min-width:1200px){.bb-faq{padding:96px 40px 112px}}.bb-faq__inner{position:relative;z-index:2;max-width:1280px;margin:0 auto}.bb-faq__header{text-align:center;margin-bottom:28px}@media(min-width:750px){.bb-faq__header{margin-bottom:48px}}.bb-faq__eyebrow{font-family:Roboto,sans-serif;font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-fire, #D8673F);margin:0 0 10px}@media(min-width:750px){.bb-faq__eyebrow{font-size:13px;margin-bottom:14px}}.bb-faq__headline{font-family:Roboto Condensed,sans-serif;font-size:clamp(34px,10vw,68px);font-weight:900;line-height:.95;letter-spacing:-.03em;color:#fff;margin:0 auto 14px;max-width:18ch}@media(min-width:750px){.bb-faq__headline{margin-bottom:20px}}.bb-faq__subheadline{font-family:Roboto,sans-serif;font-size:14.5px;line-height:1.55;color:#fff;opacity:.82;max-width:42ch;margin:0 auto;padding:0 8px}@media(min-width:750px){.bb-faq__subheadline{font-size:17px;max-width:58ch;padding:0}}.bb-faq__subheadline a,.bb-faq__subheadline p a{color:var(--accent-fire, #D8673F);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1.5px;font-weight:500;transition:color .16s ease}.bb-faq__subheadline a:hover,.bb-faq__subheadline p a:hover{color:#fff}.bb-faq__subheadline p{margin:0}.bb-faq__list{display:flex;flex-direction:column;background:#ffffff06;border:1px solid rgba(255,255,255,.09);border-radius:12px;padding:2px 14px;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}@media(min-width:750px){.bb-faq__list{padding:6px 32px;border-radius:16px}}@media(min-width:1200px){.bb-faq__list{padding:8px 40px}}.bb-faq__item{border-bottom:1px solid rgba(255,255,255,.08)}.bb-faq__item:last-child{border-bottom:none}.bb-faq__item>summary{list-style:none;cursor:pointer}.bb-faq__item>summary::-webkit-details-marker{display:none}.bb-faq__item>summary:focus-visible{outline:2px solid var(--accent-fire);outline-offset:2px;border-radius:4px}.bb-faq__question{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 2px;font-family:Roboto Condensed,sans-serif;font-size:15.5px;font-weight:500;line-height:1.35;letter-spacing:-.005em;color:var(--bg-snow, #FFFFFF);min-height:56px;transition:color .18s ease}@media(min-width:750px){.bb-faq__question{font-size:18.5px;padding:24px 4px;gap:24px}}@media(min-width:1200px){.bb-faq__question{font-size:19.5px;padding:26px 4px}}.bb-faq__item:hover>summary .bb-faq__question,.bb-faq__item[open]>summary .bb-faq__question{color:var(--accent-fire, #D8673F)}.bb-faq__question-text{flex:1}.bb-faq__toggle{flex-shrink:0;position:relative;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:2px}@media(min-width:750px){.bb-faq__toggle{width:28px;height:28px;align-self:center;margin-top:0}}.bb-faq__toggle:before,.bb-faq__toggle:after{content:"";position:absolute;background:currentColor;border-radius:1px;transition:transform .22s cubic-bezier(.4,0,.2,1),opacity .22s ease}.bb-faq__toggle:before{width:12px;height:2px}.bb-faq__toggle:after{width:2px;height:12px}@media(min-width:750px){.bb-faq__toggle:before{width:14px}.bb-faq__toggle:after{height:14px}}.bb-faq__item[open]>summary .bb-faq__toggle:after{transform:scaleY(0);opacity:0}.bb-faq__answer{padding:0 38px 18px 2px;font-family:Roboto,sans-serif;font-size:14.5px;line-height:1.6;color:var(--bg-snow);opacity:.8;max-width:72ch}@media(min-width:750px){.bb-faq__answer{font-size:16px;line-height:1.65;padding:0 4px 26px}}.bb-faq__answer>:first-child{margin-top:0}.bb-faq__answer>:last-child{margin-bottom:0}.bb-faq__answer a{color:var(--accent-fire);text-decoration:underline;text-underline-offset:3px;font-weight:500}.bb-faq__waves{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;perspective:1400px;perspective-origin:50% 55%;z-index:0}.bb-faq__waves-svg{position:absolute;top:10%;left:0;width:100%;height:80%;display:block;transform:rotateX(22deg) scale(1.15);transform-origin:50% 50%}.bb-faq__wave{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.bb-faq__wave--back-1{stroke:#979d8533;stroke-width:.5;animation:bb-faq-waves-flow 32s linear infinite}.bb-faq__wave--back-2{stroke:#ffffff0f;stroke-width:.6;animation:bb-faq-waves-flow 26s linear infinite reverse}.bb-faq__wave--mid-1{stroke:#979d8552;stroke-width:.8;animation:bb-faq-waves-flow 22s linear infinite}.bb-faq__wave--mid-2{stroke:#d8673f24;stroke-width:1;animation:bb-faq-waves-flow 18s linear infinite reverse}.bb-faq__wave--front{stroke:#ffffff38;stroke-width:1.3;animation:bb-faq-waves-flow 14s linear infinite}@keyframes bb-faq-waves-flow{0%{transform:translate(0)}to{transform:translate(-800px)}}@media(prefers-reduced-motion:reduce){.bb-faq__waves{display:none}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/bachgold-pdp-faq.css.map */
