.faq-flex-container{padding-bottom:60px;width:100%;display:flex;gap:50px}.faq-flex-container .side-menu{position:sticky;top:50px;width:var(--mymoods-side-menu-width);background-color:#fff;box-shadow:0 3px 6px #0000004d;border-radius:10px;padding:60px 40px;margin-right:0;overflow:hidden;height:fit-content;pointer-events:none}@media screen and (max-width: 768px){.faq-flex-container .side-menu{display:none}}.faq-flex-container .side-menu .side-menu-title{font-family:var(--mymoods-font-poppins),sans-serif;font-weight:var(--mymoods-font-weight-extrabold);font-size:28px;color:var(--mymoods-darkgray)}.faq-flex-container .side-menu .side-menu-category-wrapper{pointer-events:auto;margin-top:60px;gap:16px}.faq-flex-container .side-menu .side-menu-category-wrapper .side-menu-category{font-size:16px;margin-bottom:16px;color:#000}.faq-flex-container .side-menu .side-menu-category-wrapper .side-menu-category .link{font-size:16px;color:#000;text-decoration:none}.faq-flex-container .faq-content{flex:1}.faq-flex-container .faq-content .faq-content-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;margin-bottom:24px}.faq-flex-container .faq-content .faq-content-top .faq-content-top__text{flex:1;min-width:400px}@media screen and (max-width: 768px){.faq-flex-container .faq-content .faq-content-top .faq-content-top__text{min-width:unset;width:100%}}.faq-flex-container .faq-content .faq-title{font-family:var(--mymoods-font-poppins),sans-serif;font-weight:var(--mymoods-font-weight-extrabold);font-size:32px;color:var(--mymoods-blue);margin-bottom:12px}.faq-flex-container .faq-content .faq-description{font-size:16px}@media screen and (max-width: 768px){.faq-flex-container .faq-content .faq-description{font-size:14px}}.faq-flex-container .faq-content .faq-search{align-self:flex-end;min-width:400px;margin-left:auto}@media screen and (max-width: 768px){.faq-flex-container .faq-content .faq-search{min-width:unset;width:100%}}.faq-flex-container .faq-content .faq-search .faq-search-input-label{display:flex;justify-content:space-between;align-items:center;border-radius:10px;height:60px;padding-inline:20px;background-color:#fff}.faq-flex-container .faq-content .faq-search .faq-search-input-label .faq-search-input{font-size:14px;border:none;-webkit-appearance:none;appearance:none;outline:none;width:100%;height:100%;font-family:var(--mymoods-font-poppins),sans-serif;font-weight:var(--mymoods-font-weight-extrabold);padding:0;margin:0;box-shadow:none}.faq-flex-container .faq-content .faq-search .faq-search-input-label .faq-search-input::placeholder{color:var(--mymoods-placeholder-gray)}.faq-flex-container .faq-content .faq-search .faq-search-input-label .faq-search-icon{color:red}.faq-flex-container .faq-content .faq-sp-menu{display:none}@media screen and (max-width: 768px){.faq-flex-container .faq-content .faq-sp-menu{display:block;width:100%;background-color:#fff;box-shadow:0 3px 6px #0000004d;border-radius:10px;padding:0 20px}}.faq-flex-container .faq-content .faq-sp-menu .faq-sp-menu-title{font-family:var(--mymoods-font-poppins),sans-serif;font-weight:var(--mymoods-font-weight-extrabold);color:var(--mymoods-darkgray);padding:0;height:60px;display:flex;align-items:center;justify-content:space-between;font-size:18px}.faq-flex-container .faq-content .faq-sp-menu .faq-sp-menu-title .icon.icon-caret{position:relative;top:0;right:0;width:18px;height:10px;display:block}.faq-flex-container .faq-content .faq-sp-menu .faq-sp-menu-category-wrapper{pointer-events:auto;gap:16px}.faq-flex-container .faq-content .faq-sp-menu .faq-sp-menu-category-wrapper .faq-sp-menu-category{font-size:16px;margin-bottom:16px;color:#000}.faq-flex-container .faq-content .faq-sp-menu .faq-sp-menu-category-wrapper .faq-sp-menu-category .link{font-size:16px;color:#000;text-decoration:none}.faq-flex-container .faq-content .faq-category{font-size:24px;margin:-170px 0 24px;padding-top:200px}@media screen and (max-width: 768px){.faq-flex-container .faq-content .faq-category{font-size:18px}}.faq-flex-container .faq-content .faq-item{padding:24px 40px;background:#fff;border-radius:10px;box-shadow:0 3px 6px #0000004d;margin-bottom:20px}@media screen and (max-width: 768px){.faq-flex-container .faq-content .faq-item{padding:0 20px}}.faq-flex-container .faq-content .faq-item .question{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 768px){.faq-flex-container .faq-content .faq-item .question{height:60px}}.faq-flex-container .faq-content .faq-item .question .question-text{font-size:18px;margin:0}@media screen and (max-width: 768px){.faq-flex-container .faq-content .faq-item .question .question-text{font-size:14px}}.faq-flex-container .faq-content .faq-item .question .angle-down{display:block;width:24px;height:24px;object-fit:contain}@media screen and (max-width: 768px){.faq-flex-container .faq-content .faq-item .question .angle-down{width:16px}}.faq-flex-container .faq-content .faq-item .question .angle-down .caret-image{display:block;width:100%;height:100%;object-fit:contain;position:relative;right:0;top:0}.faq-flex-container .faq-content .faq-item[open] .question .angle-down{transform:rotate(180deg)}.faq-flex-container .faq-content .faq-item .answer{font-size:16px;color:#666}@media screen and (max-width: 768px){.faq-flex-container .faq-content .faq-item .answer{font-size:14px;padding-bottom:16px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-faq-page.css.map */
