.m-faq{position:relative;overflow:hidden;padding-top:var(--section-padding-top, 60px);padding-bottom:var(--section-padding-bottom, 60px)}.faq-inner{position:relative;z-index:2;display:flex;flex-direction:column;gap:48px}.faq-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;width:100%}.faq-heading{margin:0;font-size:var(--faq-heading-size, 2.5rem);font-weight:var(--faq-heading-weight, 800);font-family:var(--faq-heading-font, inherit);line-height:1.15;color:var(--faq-heading-color, #1a1a1a);max-width:680px}.faq-subtitle{margin:0;font-size:1rem;line-height:1.6;color:var(--faq-subtitle-color, rgba(0, 0, 0, .6));max-width:620px}.faq-body{display:flex;flex-direction:column;gap:40px}@media(min-width:1024px){.faq-body{flex-direction:row;align-items:flex-start;gap:48px}.faq-heading{max-width:860px}.faq-subtitle{max-width:780px}}.faq-photos{position:relative;flex-shrink:0;width:100%;max-width:300px;height:280px;align-self:center}@media(min-width:1024px){.faq-photos{width:30%;max-width:340px;height:440px}}.faq-photo{position:absolute;width:62%;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #00000024,0 2px 8px #00000014;transform:rotate(var(--rotation, 0deg));transition:transform .3s ease,box-shadow .3s ease}.faq-photo:hover{transform:rotate(0) scale(1.04);box-shadow:0 16px 48px #0003;z-index:5!important}.faq-photo:nth-child(1){top:0;left:4%;z-index:2}.faq-photo:nth-child(2){bottom:0;right:4%;z-index:1}.faq-photo__img{display:block;width:100%;height:auto;object-fit:cover;aspect-ratio:3 / 4}.faq-photo__img--placeholder{background:#e5e5e5;width:100%;aspect-ratio:3 / 4}.faq-accordion{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}.faq-groups{flex:1;min-width:0;display:flex;flex-direction:column;gap:14px}.faq-group{background:var(--faq-card-bg, #ffffff);border:1px solid rgba(0,0,0,.08);border-radius:18px;overflow:hidden}.faq-group__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;background:none;border:none;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.faq-group__label{display:flex;flex-direction:column;min-width:0}.faq-group__title{color:var(--faq-question-color, #1a1a1a);font-size:1.0625rem;font-weight:800;line-height:1.25}.faq-group__count{margin-top:2px;color:var(--faq-answer-color, #555);font-size:.8125rem;line-height:1.4}.faq-group__icon{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:1.5px solid rgba(0,0,0,.2);background:transparent;color:#333;display:flex;align-items:center;justify-content:center;transition:background .22s ease,border-color .22s ease,color .22s ease}.faq-group.is-open .faq-group__icon{background:var(--faq-accent-color, #C97E2B);border-color:var(--faq-accent-color, #C97E2B);color:#fff}.faq-group__icon-minus{display:none}.faq-group.is-open .faq-group__icon-minus{display:block}.faq-group.is-open .faq-group__icon-plus{display:none}.faq-group__body{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .3s ease}.faq-group.is-open .faq-group__body{grid-template-rows:1fr}.faq-group__content{overflow:hidden;padding:0 14px}.faq-group.is-open .faq-group__content{padding:0 14px 14px}.faq-accordion--nested{gap:10px}.faq-accordion--nested .faq-item{border:1px solid rgba(0,0,0,.08);border-radius:14px}.faq-item{background:var(--faq-card-bg, #ffffff);border-radius:16px;overflow:hidden}.faq-item__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:none;border:none;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.faq-item__question{font-size:1rem;font-weight:700;line-height:1.3;color:var(--faq-question-color, #1a1a1a);flex:1;min-width:0}.faq-item__icon{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:1.5px solid rgba(0,0,0,.2);background:transparent;color:#333;display:flex;align-items:center;justify-content:center;transition:background .22s ease,border-color .22s ease,color .22s ease}.faq-item.is-open .faq-item__icon{background:var(--faq-accent-color, #C97E2B);border-color:var(--faq-accent-color, #C97E2B);color:#fff}.faq-item__icon-minus{display:none}.faq-item.is-open .faq-item__icon-minus{display:block}.faq-item.is-open .faq-item__icon-plus{display:none}.faq-item__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-item.is-open .faq-item__body{grid-template-rows:1fr}.faq-item__answer{overflow:hidden;padding:0 24px;transition:padding .3s ease}.faq-item.is-open .faq-item__answer{padding:0 24px 20px}.faq-item__answer,.faq-item__answer p{font-size:.9375rem;line-height:1.65;color:var(--faq-answer-color, #555);margin:0}.faq-item__answer p+p{margin-top:.5em}.faq-wave{position:absolute;left:0;width:100%;overflow:hidden;line-height:0;z-index:1;pointer-events:none}.faq-wave--top{top:-1px}.faq--homepage-style .faq-wave--top svg{transform:scaleY(-1)}.faq-wave--bottom{bottom:0}.faq-wave--bottom svg{transform:scaleY(-1)}.faq-wave svg{display:block;width:calc(100% + 1.3px);height:50px}@media(min-width:768px){.faq-wave svg{height:80px}}.template-page.faq #MainContent,.template-page.faqs #MainContent,.template-page.faq-new #MainContent{padding-bottom:0!important}.template-page.faq .m-faq .faq-wave--bottom,.template-page.faqs .m-faq .faq-wave--bottom,.template-page.faq-new .m-faq .faq-wave--bottom{bottom:-1px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/faq.css.map */
