.section-feedback-page{background:var(--feedback-page-bg, #ffffff)}.feedback-page{--feedback-page-bg: #ffffff;--feedback-blue: #0f62fe;--feedback-ink: #121619;--feedback-heading: #001d6c;--feedback-muted: #4d5358;--feedback-soft: #f2f4f8;--feedback-line: #dde1e6;--feedback-input-border: #cfd6dd;--feedback-button-bg: var(--feedback-blue);--feedback-button-bg-hover: #0043ce;--feedback-button-text: #ffffff;--feedback-section-padding-top: var(--section-spacing-desktop, 70px);--feedback-section-padding-bottom: var(--section-spacing-desktop, 70px);--feedback-column-gap: 60px;--feedback-min-height: 0px;--feedback-left-width: 620px;--feedback-form-width: 620px;--feedback-image-width: 620px;--feedback-image-margin-bottom: 28px;--feedback-heading-size: 40px;--feedback-heading-size-mobile: 28px;--feedback-body-size: 17px;--feedback-supporting-size: 15px;--feedback-question-size: 24px;--feedback-prompt-size: 17px;--feedback-face-size: 66px;--feedback-face-size-mobile: 48px;--feedback-rating-gap: 14px;--feedback-rating-margin-bottom: 40px;--feedback-rating-label-size: 15px;--feedback-face-filter: grayscale(1) saturate(.2);--feedback-button-height: 52px;--feedback-button-radius: 8px;background:var(--feedback-page-bg)}body.template-page-feedback #wrapper #main-content{flex:0 0 auto;min-height:0}.feedback-page.section-spacing{margin-top:0;margin-bottom:0;padding-top:64px;padding-bottom:64px}.feedback-page.section-spacing.section-spacing--disable-top{padding-top:0}.feedback-page.section-spacing.section-spacing--disable-bottom{padding-bottom:0}.feedback-page__shell{display:grid;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);align-items:center;gap:var(--feedback-column-gap);min-height:0}.feedback-page__left,.feedback-page__right{min-width:0}.feedback-page__left-inner{max-width:var(--feedback-left-width);margin:0 auto;text-align:center}.feedback-page__image-wrap{width:100%;max-width:var(--feedback-image-width);margin:0 auto var(--feedback-image-margin-bottom);overflow:hidden;border-radius:0;background:#d4ff00}.feedback-page__image{display:block;width:100%;height:auto}.feedback-page__offer-visual{min-height:170px;display:grid;place-items:center;padding:28px;color:#121619;background:#d4ff00;text-align:center}.feedback-page__offer-visual span,.feedback-page__offer-visual strong{display:block}.feedback-page__offer-visual span{font-size:clamp(28px,4vw,48px);line-height:1}.feedback-page__offer-visual strong{margin-top:6px;font-size:clamp(48px,8vw,92px);line-height:.9;letter-spacing:-.04em}.feedback-page__heading{margin:0 0 12px;color:var(--feedback-heading);font-size:var(--feedback-heading-size);line-height:1.45;letter-spacing:0}.feedback-page__supporting{max-width:500px;margin:16px auto 0;color:var(--feedback-muted);font-size:var(--feedback-supporting-size);line-height:1.6}.feedback-page__divider{width:1px;height:100%;min-height:0;background:var(--feedback-line)}.feedback-page__form{max-width:var(--feedback-form-width);margin:0 auto}.feedback-page__question{margin:0 0 26px;color:var(--feedback-ink);text-align:center;font-size:var(--feedback-question-size);line-height:1.45;letter-spacing:0}.feedback-page__ratings{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--feedback-rating-gap);margin:0 0 var(--feedback-rating-margin-bottom)}.feedback-page__rating{-webkit-appearance:none;appearance:none;display:block;width:100%;border:0;border-radius:18px;background:transparent;color:#878d96;cursor:pointer;font:inherit;padding:6px 4px;text-align:center}.feedback-page__rating:focus-visible{outline:none}.feedback-page__rating:focus-visible{box-shadow:0 0 0 4px #0f62fe24}.feedback-page__face{display:flex;align-items:center;justify-content:center;width:var(--feedback-face-size);height:var(--feedback-face-size);margin:0 auto 8px;border-radius:999px;line-height:1}.feedback-page__face-image{display:block;width:100%;height:100%;object-fit:contain;filter:var(--feedback-face-filter);opacity:.58}.feedback-page__rating[aria-pressed=true]{color:var(--feedback-ink)}.feedback-page__rating[aria-pressed=true] .feedback-page__face{opacity:1}.feedback-page__rating[aria-pressed=true] .feedback-page__face-image{filter:none;opacity:1}.feedback-page__label{display:block;font-size:var(--feedback-rating-label-size);line-height:1.25;font-weight:600}.feedback-page__field-label{display:block;margin:0 0 10px;color:var(--feedback-heading);font-size:16px;line-height:1.3;font-weight:600}.feedback-page__textarea{width:100%;border:1px solid var(--feedback-input-border);border-radius:12px;background:#fff;color:var(--feedback-ink);font-size:16px;line-height:1.45;outline:none}.feedback-page__textarea{display:block;min-height:150px;padding:16px;resize:vertical}.feedback-page__textarea:focus{border-color:var(--feedback-blue);box-shadow:0 0 0 4px #0f62fe24}.feedback-page__textarea::placeholder{color:#878d96}.feedback-page__prompt{margin:0 0 16px;color:var(--feedback-muted);text-align:center;font-size:var(--feedback-supporting-size);line-height:1.6;font-weight:400}.feedback-page__actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-top:26px}.feedback-page__status{color:#697077;font-size:14px;line-height:1.4}.feedback-page__status.is-error{color:#da1e28}.feedback-page__status.is-success{color:var(--feedback-blue)}.feedback-page__submit{-webkit-appearance:none;appearance:none;min-height:var(--feedback-button-height);border:0;border-radius:var(--feedback-button-radius);background:var(--feedback-button-bg);color:var(--feedback-button-text);cursor:pointer;font:inherit;font-size:17px;line-height:1;font-weight:600;padding:0 26px;transition:background-color .16s ease,color .16s ease}.feedback-page__submit:hover,.feedback-page__submit:focus-visible{background:var(--feedback-button-bg-hover);color:var(--feedback-button-text);outline:none}.feedback-page__submit:focus-visible{box-shadow:0 0 0 4px #0f62fe24}.feedback-page__submit[disabled]{cursor:default;opacity:.62}.feedback-page__honeypot{position:absolute;left:-10000px;width:1px;height:1px;opacity:0;pointer-events:none}@media only screen and (max-width:1067px){.feedback-page__shell{grid-template-columns:1fr;gap:34px;min-height:0}.feedback-page__divider{width:100%;height:1px;min-height:1px}.feedback-page__left-inner,.feedback-page__form{max-width:720px}}@media only screen and (max-width:767px){.feedback-page__image-wrap{margin-bottom:26px}.feedback-page__heading{font-size:var(--feedback-heading-size-mobile)}.feedback-page__supporting{font-size:var(--feedback-supporting-size)}.feedback-page__question{font-size:var(--feedback-question-size)}.feedback-page__ratings{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(4px,1.8vw,8px);margin-bottom:30px}.feedback-page__rating{display:block;padding:6px 0;text-align:center}.feedback-page__face{width:var(--feedback-face-size-mobile);height:var(--feedback-face-size-mobile);margin:0 auto 6px}.feedback-page__label{font-size:clamp(11px,2.8vw,var(--feedback-rating-label-size))}.feedback-page__actions{align-items:stretch;flex-direction:column}.feedback-page__submit{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/feedback-page.css.map */
