.product-review-form{--review-form-accent: #2b7047;--review-form-accent-hover: #1f4b32;--review-form-text: #2e2e2e;--review-form-muted: #666666;--review-form-border: #eee9e0;--review-form-radius: 16px;--review-form-star-color: #ffb400;--review-form-error-color: #d9381e;--review-form-success-color: #1f4b32;--review-form-success-bg: #dcefe0;--review-form-shadow: 0 10px 30px rgba(0, 0, 0, .05);font-family:var(--font-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);color:var(--review-form-text);background-color:var(--review-form-bg, #ffffff);box-sizing:border-box;width:100%}.product-review-form *,.product-review-form *:before,.product-review-form *:after{box-sizing:border-box}.product-review-form__container{max-width:760px;margin:0 auto;padding:0 20px}.product-review-form__header{margin-bottom:28px}.product-review-form__title{font-family:var(--font-heading, inherit);font-size:2.2rem;font-weight:800;color:var(--review-form-text);margin:0 0 8px;line-height:1.25;letter-spacing:-.5px}.product-review-form__description{font-size:1rem;color:var(--review-form-muted);margin:0;line-height:1.5}.product-review-form__card{background:#fff;border:1px solid var(--review-form-border);border-radius:var(--review-form-radius);padding:36px;box-shadow:var(--review-form-shadow);text-align:left}@media(max-width:640px){.product-review-form__card{padding:24px 18px;border-radius:12px}}.product-review-form__form{display:flex;flex-direction:column;gap:22px}.product-review-form__row{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media(max-width:640px){.product-review-form__row{grid-template-columns:1fr;gap:18px}}.product-review-form__field{display:flex;flex-direction:column;position:relative}.product-review-form__label-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.product-review-form__label{font-weight:700;font-size:.9rem;color:var(--review-form-text);margin-bottom:6px;display:block}.product-review-form__required-mark{color:var(--review-form-error-color);margin-left:2px}.product-review-form__char-count{font-size:.78rem;color:var(--review-form-muted);font-weight:600}.product-review-form__char-count.is-limit{color:var(--review-form-error-color);font-weight:700}.product-review-form__input,.product-review-form__textarea,.product-review-form__select{width:100%;border-radius:10px;border:1px solid var(--review-form-border);padding:12px 16px;font-family:inherit;font-size:.95rem;color:var(--review-form-text);background-color:#faf8f5;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.product-review-form__input:focus,.product-review-form__textarea:focus,.product-review-form__select:focus{border-color:var(--review-form-accent);background-color:#fff;outline:none;box-shadow:0 0 0 3px #2b704726}.product-review-form__input.has-error,.product-review-form__textarea.has-error{border-color:var(--review-form-error-color);background-color:#fff9f8}.product-review-form__error-text{color:var(--review-form-error-color);font-size:.8rem;font-weight:600;margin-top:6px;display:none}.product-review-form__field.has-error .product-review-form__error-text{display:block}.product-review-form__rating-wrapper{display:flex;flex-direction:column;gap:6px;margin-top:4px}.product-review-form__star-group{display:inline-flex;flex-direction:row-reverse;justify-content:flex-end;gap:6px;position:relative}.product-review-form__star-input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.product-review-form__star-label{cursor:pointer;color:#ddd;transition:color .15s ease,transform .15s ease;display:inline-flex;align-items:center;justify-content:center;padding:4px;border-radius:6px}.product-review-form__star-label svg{width:32px;height:32px;fill:currentColor}@media(max-width:480px){.product-review-form__star-label svg{width:28px;height:28px}}.product-review-form__star-group:hover .product-review-form__star-label,.product-review-form__star-group .product-review-form__star-label{color:#ddd}.product-review-form__star-input:checked~.product-review-form__star-label,.product-review-form__star-label:hover,.product-review-form__star-label:hover~.product-review-form__star-label{color:var(--review-form-star-color)}.product-review-form__star-label:hover{transform:scale(1.15)}.product-review-form__star-input:focus-visible+.product-review-form__star-label{outline:2px solid var(--review-form-accent);outline-offset:2px}.product-review-form__sentiment-text{font-size:.85rem;font-weight:700;color:var(--review-form-accent);min-height:1.2em}.product-review-form__hp{display:none!important;visibility:hidden!important;opacity:0!important;position:absolute!important;left:-9999px!important}.product-review-form__actions{margin-top:8px}.product-review-form__submit{width:100%;background-color:var(--review-form-accent);color:#fff;border:none;border-radius:50px;padding:15px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #2b704740}.product-review-form__submit:hover{background-color:var(--review-form-accent-hover);transform:translateY(-1px);box-shadow:0 6px 18px #2b704759}.product-review-form__submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.product-review-form__consent-text{font-size:.78rem;color:var(--review-form-muted);margin:12px 0 0;text-align:center;line-height:1.4}.product-review-form__alert{padding:16px 20px;border-radius:12px;font-size:.92rem;font-weight:600;margin-bottom:20px;display:flex;align-items:flex-start;gap:12px;text-align:left}.product-review-form__alert--success{background-color:var(--review-form-success-bg);color:var(--review-form-success-color);border:1px solid #c2e5cc}.product-review-form__alert--error{background-color:#fff4f2;color:var(--review-form-error-color);border:1px solid #f9c5be}body.pdp-dark-theme .product-review-form,.product-review-form--gaming{background-color:transparent!important;color:#fff!important}body.pdp-dark-theme .product-review-form__title,.product-review-form--gaming .product-review-form__title{color:#fff!important}body.pdp-dark-theme .product-review-form__description,.product-review-form--gaming .product-review-form__description{color:#c7c1bb!important}body.pdp-dark-theme .product-review-form__card,.product-review-form--gaming .product-review-form__card{background:#1c1917!important;border:1px solid #3d3733!important;box-shadow:0 8px 30px #0006!important;color:#fff!important}body.pdp-dark-theme .product-review-form__label,.product-review-form--gaming .product-review-form__label{color:#fff!important}body.pdp-dark-theme .product-review-form__char-count,.product-review-form--gaming .product-review-form__char-count{color:#c7c1bb!important}body.pdp-dark-theme .product-review-form__input,body.pdp-dark-theme .product-review-form__textarea,body.pdp-dark-theme .product-review-form__select,.product-review-form--gaming .product-review-form__input,.product-review-form--gaming .product-review-form__textarea,.product-review-form--gaming .product-review-form__select{background:#24201d!important;border:1px solid #3d3733!important;color:#f3eee8!important}body.pdp-dark-theme .product-review-form__input:focus,body.pdp-dark-theme .product-review-form__textarea:focus,body.pdp-dark-theme .product-review-form__select:focus,.product-review-form--gaming .product-review-form__input:focus,.product-review-form--gaming .product-review-form__textarea:focus,.product-review-form--gaming .product-review-form__select:focus{border-color:#be7c51!important;background:#2a2522!important;box-shadow:0 0 0 3px #be7c5133!important}body.pdp-dark-theme .product-review-form__sentiment-text,.product-review-form--gaming .product-review-form__sentiment-text{color:#be7c51!important}body.pdp-dark-theme .product-review-form__submit,.product-review-form--gaming .product-review-form__submit{background-color:#be7c51!important;color:#141210!important;font-weight:800!important;box-shadow:0 4px 14px #be7c514d!important}body.pdp-dark-theme .product-review-form__submit:hover,.product-review-form--gaming .product-review-form__submit:hover{background-color:#d99364!important;color:#141210!important;box-shadow:0 6px 18px #be7c5166!important}body.pdp-dark-theme .product-review-form__consent-text,.product-review-form--gaming .product-review-form__consent-text{color:#a09a93!important}
/*# sourceMappingURL=/cdn/shop/t/14/assets/product-review-form.css.map */
