.vote-tag{display:inline-block;background:#fb758d;color:#fff;font-family:Montserrat,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:4px 12px;border-radius:3px;margin-bottom:10px}.vote-badge-inline{display:flex;align-items:center;gap:6px;margin-bottom:12px;font-family:Montserrat,sans-serif}.vote-badge-inline__icon{color:#fb758d;font-size:16px}.vote-badge-inline__count{font-weight:700;font-size:18px;color:#333}.vote-badge-inline__label{font-size:12px;color:#888}.vote-cta-text{font-size:14px;color:#555;line-height:1.5;margin-bottom:20px}.vote-demand-bar{background:#f8f8f8;border-radius:8px;padding:14px 18px;margin-bottom:16px}.vote-demand-bar__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.vote-demand-bar__label{font-family:Montserrat,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#555}.vote-demand-bar__percent{font-family:Montserrat,sans-serif;font-size:13px;font-weight:700;color:#fb758d}.vote-demand-bar__track{width:100%;height:6px;background:#e5e5e5;border-radius:3px;overflow:hidden}.vote-demand-bar__fill{height:100%;background:linear-gradient(90deg,#fb758d,#ff9eb5);border-radius:3px;transition:width .6s ease}.vote-demand-bar__goal{display:block;font-size:11px;color:#888;margin-top:5px}.vote-group{border:1px solid #eee;border-radius:10px;padding:20px;margin-bottom:16px}.vote-group--commit{border-color:#fb758d;border-width:2px;background:#fffbfc}.vote-group__label{font-family:Montserrat,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fb758d;margin-bottom:4px}.vote-group__optional{font-size:12px;color:#999;font-style:italic;margin:0 0 16px}.vote-item{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid #f0f0f0}.vote-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.vote-item__title{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:#333;margin:0 0 10px;line-height:1.4}.vote-intent{padding:0 4px}.vote-intent__slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:linear-gradient(to right,#fb758d 0%,#fb758d var(--slider-percent, 50%),#e5e5e5 var(--slider-percent, 50%),#e5e5e5 100%);outline:none;cursor:pointer}.vote-intent__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#fb758d;border:3px solid #fff;box-shadow:0 1px 4px #0003;cursor:pointer}.vote-intent__slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#fb758d;border:3px solid #fff;box-shadow:0 1px 4px #0003;cursor:pointer}.vote-intent__labels{display:flex;justify-content:space-between;align-items:center;margin-top:6px;font-size:11px;color:#888}.vote-intent__value{font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;color:#fb758d}.vote-intent__description{text-align:center;font-size:12px;color:#555;font-style:italic;margin-top:2px}.vote-price__input-wrap{display:flex;align-items:center;border:2px solid #e5e5e5;border-radius:6px;overflow:hidden;transition:border-color .2s;max-width:180px}.vote-price__input-wrap:focus-within{border-color:#fb758d}.vote-price__currency{padding:8px 10px 8px 12px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;color:#333;background:#f8f8f8;border-right:1px solid #e5e5e5}.vote-price__input{border:none;outline:none;padding:8px 12px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;color:#333;width:100%;background:transparent;-moz-appearance:textfield}.vote-price__input::-webkit-outer-spin-button,.vote-price__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.vote-disappointment{display:flex;flex-direction:column;gap:8px}.vote-radio{display:flex;align-items:center;gap:10px;cursor:pointer;padding:8px 12px;border:1px solid #eee;border-radius:6px;transition:all .2s}.vote-radio:hover{background:#fef5f7;border-color:#fb758d}.vote-radio input[type=radio]{display:none}.vote-radio__box{flex-shrink:0;width:18px;height:18px;border:2px solid #ccc;border-radius:50%;position:relative;transition:all .2s}.vote-radio input[type=radio]:checked+.vote-radio__box{border-color:#fb758d}.vote-radio input[type=radio]:checked+.vote-radio__box:after{content:"";position:absolute;top:3px;left:3px;width:8px;height:8px;border-radius:50%;background:#fb758d}.vote-radio input[type=radio]:checked~.vote-radio__label{color:#fb758d;font-weight:600}.vote-radio__label{font-size:13px;color:#333;transition:all .2s}.vote-recommend{display:flex;gap:8px;flex-wrap:wrap}.vote-pill{cursor:pointer}.vote-pill input[type=radio]{display:none}.vote-pill__label{display:inline-block;padding:8px 16px;border:2px solid #e5e5e5;border-radius:20px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;color:#555;transition:all .2s;cursor:pointer}.vote-pill__label:hover{border-color:#fb758d;color:#fb758d}.vote-pill input[type=radio]:checked+.vote-pill__label{background:#fb758d;border-color:#fb758d;color:#fff}.vote-textarea{width:100%;border:2px solid #e5e5e5;border-radius:6px;padding:10px 12px;font-family:Open Sans,sans-serif;font-size:13px;color:#333;resize:vertical;min-height:50px;transition:border-color .2s;outline:none;box-sizing:border-box}.vote-textarea:focus{border-color:#fb758d}.vote-textarea::placeholder{color:#bbb}.vote-email__label{display:block;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;color:#333;margin-bottom:8px}.vote-email__row{display:flex}.vote-email__input{flex:1;border:2px solid #e5e5e5;border-radius:6px;padding:10px 12px;font-size:13px;outline:none;transition:border-color .2s}.vote-email__input:focus{border-color:#fb758d}.vote-email__success{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#e8f5e9;border-radius:6px;color:#2e7d32;font-size:13px;font-weight:500}.vote-email__success span{font-size:16px}.vote-item--email{margin-bottom:16px;padding-bottom:16px}.vote-deposit__content{background:#fef9f0;border:2px solid #f5e6c8;border-radius:8px;padding:18px;text-align:center}.vote-deposit__title{font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;color:#333;margin:0 0 6px}.vote-deposit__description{font-size:12px;color:#666;line-height:1.5;margin-bottom:14px}.vote-deposit__btn{background-color:#333!important;font-size:15px!important;padding:11px 28px!important;width:100%}.vote-deposit__btn:hover{background-color:#555!important}.vote-deposit__btn--success{background-color:#2e7d32!important}.vote-deposit__note{font-size:10px;color:#999;margin-top:8px}.vote-submit{text-align:center;margin-top:4px}.vote-submit__btn{width:100%;font-size:15px!important;padding:13px 28px!important}.vote-success{text-align:center;padding:30px 16px}.vote-success__icon{width:50px;height:50px;border-radius:50%;background:#e8f5e9;color:#2e7d32;font-size:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.vote-success__title{font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;color:#333;margin-bottom:6px}.vote-success__message{font-size:13px;color:#666;line-height:1.5;margin-bottom:20px}.vote-success__share{margin-bottom:20px}.vote-success__share-label{font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;color:#555;margin-bottom:10px}.vote-success__share-btns{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.vote-share-btn{display:inline-block;padding:8px 16px;border-radius:4px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;border:none;transition:opacity .2s}.vote-share-btn:hover{opacity:.85}.vote-share-btn--copy{background:#fb758d;color:#fff;padding:10px 24px;font-size:13px}.vote-success__browse{font-size:13px!important}@keyframes voteShake{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}.vote-shake{animation:voteShake .5s ease;border-color:#e53935!important}.vote-required{color:#e53935;margin-left:2px;font-weight:700}.vote-field-error{color:#e53935;font-size:12px;margin-top:6px;display:none}.vote-field-error--visible{display:block}.vote-item--error{border-color:#e53935!important}.vote-group--email{border:1px solid #eee;border-radius:10px;padding:16px 20px;margin-bottom:16px}
/*# sourceMappingURL=/cdn/shop/t/685/assets/product-vote.css.map */
