.hdt-faq{background:var(--faq-bg, #ffffff);padding:var(--faq-pad-block-mb, 24px) 16px}.hdt-faq__inner{max-width:var(--faq-maxw, 1200px);margin-inline:auto}.hdt-faq__head{margin-bottom:16px;text-align:center}.hdt-faq__title{margin:0 0 6px;color:var(--faq-title-color, #1a1a1a);font-weight:800;font-size:20px;line-height:1.3}.hdt-faq__subtitle{margin:0;color:var(--faq-subtitle-color, #626262);font-weight:400;font-size:12px;line-height:20px}.hdt-faq__subtitle a{color:inherit;text-decoration:none}.hdt-faq__subtitle a:hover,.hdt-faq__subtitle a:focus-visible{color:var(--faq-accent, #1a1a1a);text-decoration:underline;text-underline-offset:3px}.hdt-faq__list{display:flex;flex-direction:column;gap:12px;max-width:var(--faq-list-maxw, 800px);margin-inline:auto}.hdt-faq__item{display:block}.hdt-faq__details{background:var(--faq-card-bg, #ffffff);border-radius:12px;box-shadow:0 2px 10px #00000012;overflow:hidden}.hdt-faq__q{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;cursor:pointer;list-style:none;text-align:start;color:var(--faq-q-color, #1a1a1a);font-weight:700;font-size:14px;line-height:1.5}.hdt-faq__q::-webkit-details-marker{display:none}.hdt-faq__q:focus-visible{outline:2px solid var(--faq-accent, #9e7413);outline-offset:-2px}.hdt-faq__icon{position:relative;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--faq-accent, #9e7413)}.hdt-faq__icon svg{position:absolute;transition:opacity .25s ease,transform .25s ease}.hdt-faq--icon-chevron .hdt-faq__icon-plus,.hdt-faq--icon-chevron .hdt-faq__icon-minus,.hdt-faq--icon-plus_minus .hdt-faq__icon-chevron{display:none}.hdt-faq__q[aria-expanded=true] .hdt-faq__icon-plus{opacity:0;transform:rotate(90deg)}.hdt-faq__q[aria-expanded=false] .hdt-faq__icon-minus{opacity:0;transform:rotate(-90deg)}.hdt-faq__q[aria-expanded=true] .hdt-faq__icon-chevron{transform:rotate(180deg)}.hdt-faq__a{padding:0 16px 14px;color:var(--faq-a-color, #555555);font-weight:400;font-size:12px;line-height:20px}.hdt-faq__notice{margin:0;padding:24px;text-align:center;color:var(--faq-a-color, #555555);border:1px dashed #ede7e0;border-radius:12px}@media(min-width:990px){.hdt-faq{padding:var(--faq-pad-block, 50px) 80px}.hdt-faq__head{margin-bottom:24px}.hdt-faq__title{margin-bottom:8px;font-size:32px}.hdt-faq__subtitle{font-size:16px;line-height:1.5}.hdt-faq__q{padding:16px 20px;font-size:16px}.hdt-faq__a{padding:0 20px 18px;font-size:14px;line-height:24px}}.hdt-features-mf{background:var(--fs-bg, #ffeed5);padding:var(--fs-pad-block-mb, 24px) 16px}.hdt-features-mf__inner{max-width:var(--fs-maxw, 1200px);margin-inline:auto;display:flex;flex-direction:column;align-items:stretch;gap:16px}.hdt-features-mf__title{margin:0;color:var(--fs-title-color, #2e3430);font-weight:800;font-size:20px;line-height:1.4;text-align:center}.hdt-features-mf__cards{display:grid;grid-template-columns:repeat(var(--fs-cols-mb, 2),minmax(0,1fr));gap:12px}.hdt-features-mf__card{display:flex;flex-direction:column;align-items:stretch;gap:6px;padding:13px;text-align:start;background:var(--fs-card-bg, #ffffff);border:1px solid var(--fs-card-border, #eaeaf1);border-radius:12px;box-shadow:0 4px 4px #0000000d}.hdt-features-mf__card-title{margin:0;color:var(--fs-heading-color, #2e3430);font-weight:700;font-size:13px;line-height:1.4}.hdt-features-mf__card-rule{display:block;align-self:flex-start;width:60px;height:2px;border-radius:1px;background:var(--fs-accent, #9e7413)}.hdt-features-mf__card-desc{margin:0;color:var(--fs-desc-color, #626262);font-weight:400;font-size:11px;line-height:18px}.hdt-features-mf__notice{width:100%;margin:0;padding:24px;text-align:center;color:var(--fs-desc-color, #626262);border:1px dashed var(--fs-card-border, #eaeaf1);border-radius:12px}@media(min-width:750px){.hdt-features-mf__cards{gap:16px 20px}.hdt-features-mf__card{padding:16px;gap:9px}.hdt-features-mf__card-title{font-size:16px}.hdt-features-mf__card-rule{width:70px}.hdt-features-mf__card-desc{font-size:12px;line-height:20px}}@media(min-width:990px){.hdt-features-mf{padding:var(--fs-pad-block, 50px) 80px}.hdt-features-mf__inner{flex-direction:row;align-items:center;justify-content:center;gap:clamp(40px,8vw,147px)}.hdt-features-mf__head{flex:0 0 auto;max-width:320px}.hdt-features-mf__title{font-size:32px;line-height:48px;text-align:start}.hdt-features-mf__cards{flex:1 1 auto;max-width:766px;grid-template-columns:repeat(var(--fs-cols, 3),minmax(0,1fr))}}.hdt-ing{background:var(--ing-bg, #ffffff);padding:var(--ing-pad-block-mb, 24px) 16px 20px}.hdt-ing__inner{max-width:var(--ing-maxw, 1200px);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"header" "media" "list"}.hdt-ing__header{grid-area:header;margin-bottom:12px;text-align:center}.hdt-ing__title{margin:0 0 6px;color:var(--ing-title-color, #9e7413);font-weight:800;font-size:20px;line-height:1.3}.hdt-ing__subtitle{margin:0;color:var(--ing-subtitle-color, #626262);font-weight:400;font-size:13px;line-height:1.5}.hdt-ing__media{grid-area:media}.hdt-ing__media img{display:block;width:100%;height:auto;aspect-ratio:343 / 313;object-fit:cover;border-radius:12px}.hdt-ing__list{grid-area:list;list-style:none;margin:0;padding:0}.hdt-ing__item{display:flex;align-items:center;gap:12px;padding:14px 0;border-top:1px solid var(--ing-divider, #e0e0e0)}.hdt-ing__thumb{flex:0 0 auto;display:block}.hdt-ing__thumb img{display:block;width:var(--ing-thumb, 64px);height:var(--ing-thumb, 64px);border-radius:50%;object-fit:cover}.hdt-ing__text{flex:1 1 auto;min-width:0;text-align:start}.hdt-ing__item-title{margin:0 0 4px;color:var(--ing-item-title, #1a1a1a);font-weight:800;font-size:14px;line-height:1.3}.hdt-ing__item-desc{margin:0;color:var(--ing-item-desc, #555555);font-weight:400;font-size:12px;line-height:19px}.hdt-ing__debug{max-width:var(--ing-maxw, 1200px);margin:0 auto 20px;padding:16px;overflow-x:auto;text-align:left;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.6;white-space:pre;color:#1a1a1a;background:#fffbe6;border:1px solid #e0c96a;border-radius:8px}.hdt-ing__notice{margin:0;padding:24px;text-align:center;color:var(--ing-item-desc, #555555);border:1px dashed var(--ing-divider, #e0e0e0);border-radius:12px}@media(min-width:990px){.hdt-ing{padding:var(--ing-pad-block, 50px) 80px}.hdt-ing__inner{grid-template-columns:minmax(0,555fr) minmax(0,645fr);grid-template-rows:min-content min-content;grid-template-areas:"media header" "media list";column-gap:80px;align-content:center}.hdt-ing__media{align-self:center}.hdt-ing__media img{aspect-ratio:555 / 576;border-radius:16px}.hdt-ing__header{text-align:start;margin-bottom:16px}.hdt-ing__title{margin-bottom:11px;font-size:32px}.hdt-ing__subtitle{font-size:16px}.hdt-ing__item{gap:22px;padding:16px 0}.hdt-ing__item-title{font-size:16px}.hdt-ing__item-desc{font-size:13px;line-height:22px}}.hdt-rev{background:var(--rev-bg, #ffeed5);padding:var(--rev-pad-block-mb, 24px) 16px}.hdt-rev__inner{max-width:var(--rev-maxw, 1200px);margin-inline:auto;display:flex;flex-direction:column;gap:14px}.hdt-rev__head{display:flex;flex-direction:column;align-items:center;gap:8px;max-width:463px;margin-inline:auto;text-align:center}.hdt-rev__stars{color:var(--jdgm-star-color, #f5a623);font-size:18px;line-height:1;letter-spacing:2px}.hdt-rev__stars--rated{position:relative;display:inline-block;white-space:nowrap}.hdt-rev__stars--rated .hdt-rev__stars-track{color:#d6d0c8}.hdt-rev__stars--rated .hdt-rev__stars-fill{position:absolute;inset-block-start:0;inset-inline-start:0;width:var(--rev-rating, 0%);overflow:hidden;color:var(--jdgm-star-color, #f5a623)}.hdt-rev__title{margin:0;color:var(--rev-title-color, #1a1a1a);font-weight:800;font-size:20px;line-height:1.3}.hdt-rev__subtitle{margin:0;color:var(--rev-subtitle-color, #626262);font-weight:400;font-size:12px;line-height:20px}.hdt-rev--title-true .jm-review-widget-header__title,.hdt-rev--avatar-true .jm-reviewer-avatar{display:none!important}.hdt-rev .jm-review-widget{--jm-review-widget-text-color: var(--rev-title-color, #1a1a1a) !important;--jm-review-widget-lighter-text-color: var(--rev-meta-color, #888888) !important;--jm-review-widget-button-color: var(--rev-accent, #9e7413) !important;--jm-review-widget-button-text-color: var(--rev-accent-text, #ffffff) !important;--jm-review-widget-star-and-histogram-color: var(--rev-star, #f5a623) !important}.hdt-rev--title-true .jm-review-widget-header__title-and-rating,.hdt-rev--title-true .jm-review-widget-header__average-rating-display{justify-content:center;align-items:center}.hdt-rev .jm-average-rating-display .jm-cluster{flex-direction:column;align-items:center;gap:6px}.hdt-rev .jm-average-rating-display .jm-text:first-of-type{color:var(--rev-title-color, #1a1a1a);font-weight:700;font-size:22px}.hdt-rev .jm-average-rating-display .jm-text:last-of-type{display:inline-flex;align-items:center;gap:6px;color:var(--rev-meta-color, #888888);font-size:13px;white-space:nowrap}.hdt-rev .jm-average-rating-display .jm-text:last-of-type:before{content:"\2713";flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;background:var(--rev-verified, #2d6a55);color:#fff;font-size:11px;font-weight:700;line-height:1}.hdt-rev .hdt-rev__stars--sm{font-size:16px;letter-spacing:3px}.hdt-rev__stars--jdgm{display:inline-block;line-height:1}.hdt-rev__stars--jdgm .jdgm-prev-badge__text,.hdt-rev__stars--jdgm .jdgm-prev-badge__stars+*{display:none!important}.hdt-rev__stars--jdgm .jdgm-star{color:var(--jdgm-star-color, #f5a623)!important;font-size:18px}@media(min-width:990px){.hdt-rev__stars--jdgm .jdgm-star{font-size:22px}}.hdt-rev .jm-review-widget-header{padding:20px 16px!important;background:var(--rev-card-bg, #ffffff)!important;border:1px solid var(--rev-card-border, #ede7e0)!important;border-radius:14px!important;box-shadow:0 2px 20px #00000017!important}.hdt-rev .jm-review-widget .jm-progress-bar{height:8px!important;background:var(--rev-track, #ede7e0)!important;border-radius:99px!important;overflow:hidden;flex:1 1 auto!important;min-width:0}.hdt-rev .jm-review-widget .jm-histogram-row{flex-wrap:nowrap!important}.hdt-rev .jm-review-widget .jm-progress-bar__fill{background:var(--jdgm-star-color, #f5a623)!important;border-radius:99px!important}.hdt-rev .jm-review-widget .jm-histogram-row__rating,.hdt-rev .jm-review-widget .jm-histogram-row__frequency{color:#555;font-size:12px;font-weight:600}.hdt-rev .jm-review-widget__body{margin-top:12px;padding:12px!important;background:var(--rev-card-bg, #ffffff)!important;border:1px solid var(--rev-card-border, #ede7e0)!important;border-radius:16px!important;box-shadow:0 2px 20px #00000017!important}.hdt-rev .jm-review-widget .jm-review-item{padding:8px 16px!important;background:var(--rev-card-bg, #ffffff)!important;border:1px solid var(--rev-card-border, #ede7e0)!important;border-radius:12px!important}.hdt-rev .jm-review-widget .jm-star-rating__font-icon{font-size:16px!important;color:var(--jdgm-star-color, #f5a623)!important}.hdt-rev .jm-review-widget .jm-reviewer-info__details .jm-text{color:var(--rev-meta-color, #888888)!important;font-size:13px}.hdt-rev .jm-review-widget .jm-reviewer-info__details .jm-reviewer-info__name{color:var(--rev-title-color, #1a1a1a)!important;font-weight:700;font-size:15px}.hdt-rev .jm-review-widget .jm-review-content__body{color:var(--rev-body-color, #444444);font-size:14px;line-height:24px}.hdt-rev .jm-review-widget .jm-button--primary{border-radius:8px!important}.hdt-rev .jm-review-widget .jdgm-tab--active{font-weight:700}@media(min-width:750px){.hdt-rev .jm-review-widget-header{padding:24px 32px!important}.hdt-rev .jm-review-widget__body{padding:20px!important}.hdt-rev .jm-review-widget .jm-review-item{padding:20px 24px!important}}@media(min-width:990px){.hdt-rev{padding:var(--rev-pad-block, 50px) 90px}.hdt-rev__inner{gap:32px}.hdt-rev__head{gap:16px}.hdt-rev__stars{font-size:22px}.hdt-rev__title{font-size:32px;font-weight:700}.hdt-rev__subtitle{font-size:16px;line-height:1.5}.hdt-rev .jm-review-widget-header{padding:24px 61px!important;display:flex!important;flex-direction:row!important;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:clamp(32px,6vw,120px);row-gap:20px}.hdt-rev .jm-review-widget-header__summary-section{width:auto;flex:0 0 auto}.hdt-rev .jm-review-widget-header__main-content{flex:0 1 auto;align-items:center}.hdt-rev .jm-review-widget-header>.jdgm-tabs,.hdt-rev .jm-review-widget-header>.jm-center{flex:1 0 100%}.hdt-rev .jm-review-widget__body{margin-top:0;padding:28px 32px!important}.hdt-rev .jm-review-widget .jm-review-widget-header__star-rating-histogram{flex:0 0 316px!important;max-width:100%}.hdt-rev .jm-review-widget .jm-action-buttons{flex:0 0 auto!important}.hdt-rev .jm-review-widget-header>.jm-review-widget-header__filters-wrapper{flex:1 0 100%}.hdt-rev .jm-review-widget-header>*{margin-block:0!important}.hdt-rev .jm-review-widget-header>.jm-center:empty{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map?subset=AAAAAAAAAAAAAAAAwAo */
