.phe-faq-page{padding:0;background-color:rgb(var(--color-background))}.faq-hero-banner{position:relative;width:100%;min-height:400px;background-size:cover;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center;margin-bottom:0}.faq-hero-content{width:100%;max-width:1200px;padding:3rem 2rem;text-align:center;z-index:1;display:flex;flex-direction:column;justify-content:center;min-height:100%;align-items:center;margin:0 auto}.faq-hero-title{color:#fff;font-size:clamp(2rem,5vw,4rem);font-weight:600;margin:0 0 2rem;text-transform:capitalize;letter-spacing:.05em;text-shadow:2px 2px 4px rgba(var(--color-foreground),.3)}.faq-search-wrapper{width:100%;max-width:600px;margin:0 auto 3rem}.faq-search-form{display:flex;background:rgba(var(--color-background),.86);border-radius:0;overflow:hidden;box-shadow:0 4px 12px rgba(var(--color-foreground),.15)}.faq-search-input{flex:1;padding:1rem 1.5rem;border:none;font-size:1rem;outline:none}.faq-search-input::placeholder{color:rgba(var(--color-foreground),.6)}.faq-search-button{padding:1rem 1.5rem;background:rgb(var(--color-foreground));border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-background))}.faq-search-button svg{width:20px;height:20px;display:block}.faq-layout-wrapper{display:grid;grid-template-columns:250px 1fr;gap:3rem;padding:3rem 6rem;max-width:1400px;margin:0 auto}.faq-sidebar{position:sticky;top:100px;height:fit-content}.faq-nav-menu{display:flex;flex-direction:column}.faq-nav-title{font-size:1.1rem;font-weight:600;text-transform:capitalize;letter-spacing:.05em;margin:0 0 1.5rem;color:rgb(var(--color-foreground));display:none}.faq-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.faq-nav-item{display:block;padding:.75rem 1rem;text-decoration:none;color:rgb(var(--color-foreground));font-size:16px;font-family:var(--font-heading-family);font-weight:700;border-left:2px solid transparent;transition:all .2s ease;cursor:pointer}.faq-nav-item:hover{background:rgba(var(--color-foreground),.05);border-left-color:rgb(var(--color-foreground))}.faq-nav-item.active{background:rgba(var(--color-foreground),.05);border-left-color:rgb(var(--color-foreground));font-weight:500}.faq-mobile-select-wrapper{display:none;max-width:1400px;margin:0 auto;padding:1rem}.faq-mobile-select-wrapper{position:relative;width:100%;margin-bottom:2rem}.faq-mobile-select-trigger{width:100%;padding:0 1rem;border:1px solid rgb(var(--color-foreground));font-size:15px;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);cursor:pointer;color:rgb(var(--color-foreground));background-color:transparent;display:flex;justify-content:space-between;align-items:center;text-align:center;outline:none;box-shadow:none;height:44px}.faq-mobile-select-trigger:focus,.faq-mobile-select-trigger:focus-visible,.faq-mobile-select-trigger:active{outline:none!important;box-shadow:none!important;border:1px solid rgb(var(--color-foreground))}.faq-mobile-select-text{flex:1;color:rgb(var(--color-foreground));text-align:center}.faq-mobile-select-arrow{display:flex;align-items:center;justify-content:center;margin-left:1rem;transition:transform .3s ease;flex-shrink:0}.faq-mobile-select-arrow svg{display:block;width:12px;height:12px}.faq-mobile-select-dropdown{position:absolute;top:100%;left:0;right:0;background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-top:none;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-10px);transition:max-height .3s ease,opacity .3s ease,transform .3s ease,visibility .3s ease;z-index:10;margin-top:0}.faq-mobile-select-dropdown.faq-dropdown-open{max-height:400px;opacity:1;visibility:visible;transform:translateY(0);overflow-y:auto}.faq-mobile-select-option{width:100%;padding:0 1.5rem;border:none;border-bottom:1px solid rgba(var(--color-foreground),.2);font-size:15px;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground));background-color:transparent;text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:center;outline:none;transition:background-color .2s ease;height:44px}.faq-mobile-select-option:last-child{border-bottom:none}.faq-mobile-select-option:hover,.faq-mobile-select-option:focus{background-color:rgba(var(--color-foreground),.05)}.faq-mobile-select-option:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:-2px}.faq-action-buttons{display:flex;justify-content:center;gap:1rem;max-width:1000px;margin:auto auto 0;width:100%;padding-top:4rem;padding-bottom:2rem}.faq-action-btn{width:300px;padding:.875rem 1.5rem;border:1px solid #000;text-decoration:none;color:#000;text-align:center;font-size:14px;font-family:var(--font-heading-family);text-transform:capitalize;letter-spacing:.05em;font-weight:500;transition:all .2s ease;background:#ffffffd8}.faq-action-btn:hover{background:#fff;color:#000}.faq-content{padding-bottom:4rem}.faq-section-block{margin-bottom:4rem;padding-bottom:3rem}.faq-section-title{font-size:16px;font-weight:600;text-transform:capitalize;letter-spacing:.05em;margin:0 0 1.5rem;color:rgb(var(--color-foreground))}.faq-accordion-list{list-style:none;padding:0;margin:0}.faq-accordion-item{border-top:1px solid rgba(var(--color-foreground),.2)}.faq-accordion-item:last-child{border-bottom:1px solid rgba(var(--color-foreground),.2)}.faq-accordion-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;cursor:pointer;font-size:14px;color:rgb(var(--color-foreground));list-style:none;gap:1rem}.faq-accordion-header::-webkit-details-marker{display:none}.faq-question{flex:1;font-weight:500;min-width:0;padding-right:1rem}.faq-icon{display:flex;align-items:center;margin-left:auto;position:relative;width:16px;height:16px;flex-shrink:0}.faq-icon-plus,.faq-icon-minus{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.faq-icon-plus{opacity:1}.faq-icon-minus,.faq-accordion-item[open] .faq-icon-plus{opacity:0}.faq-accordion-item[open] .faq-icon-minus{opacity:1}.faq-icon svg{display:block;width:16px;height:16px}.faq-accordion-content{padding:0 0 1.25rem;font-size:14px;line-height:1.6;color:rgba(var(--color-foreground),.8)}.faq-answer p{margin:0 0 .75rem}.faq-answer p:last-child{margin-bottom:0}.faq-answer a{color:rgb(var(--color-foreground));text-decoration:underline}.faq-no-results{padding:2rem;text-align:center;font-size:16px;color:rgba(var(--color-foreground),.6)}@media screen and (max-width: 989px){.faq-mobile-select-wrapper{display:block}.faq-sidebar{display:none}.faq-layout-wrapper{grid-template-columns:1fr;gap:2rem;padding:1rem 2.5rem}.faq-content{width:100%}.faq-hero-title{margin-bottom:1.5rem}.faq-action-buttons{flex-direction:column;padding:0;gap:.75rem;margin-top:1.5rem}.faq-hero-content{justify-content:center;padding:2rem 1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/63/assets/component-faq.css.map */
