.nyp-wrapper{margin:0 0 1.5em}.nyp-price-html{font-weight:600}.nyp-options{display:flex;flex-wrap:wrap;gap:.6em;margin:0 0 1em;padding:0;list-style:none}.nyp-option{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2em;min-width:6.5em;padding:.75em 1.1em;border:2px solid rgb(127 127 127 / .35);border-radius:6px;cursor:pointer;text-align:center;line-height:1.3;transition:border-color 0.15s ease,background-color 0.15s ease,box-shadow 0.15s ease}.nyp-option:hover{border-color:currentColor}.nyp-option__input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nyp-option__input:focus-visible~.nyp-option__label{outline:2px solid currentColor;outline-offset:3px}.nyp-option__label{font-weight:600;font-size:.95em}.nyp-option__price{font-size:1.05em;opacity:.85}.nyp-option__price--custom{font-style:italic;opacity:.7}.nyp-option--selected,.nyp-option:has(.nyp-option__input:checked){border-color:currentColor;box-shadow:inset 0 0 0 1px currentColor;background-color:rgb(127 127 127 / .08)}.nyp-custom-amount{margin:0 0 1em;max-width:22em}.nyp-custom-amount[hidden]{display:none}.nyp-custom-amount__label{display:block;font-weight:600;margin-bottom:.35em}.nyp-custom-amount__field{display:flex;align-items:stretch;border:2px solid rgb(127 127 127 / .35);border-radius:6px;overflow:hidden}.nyp-custom-amount__field:focus-within{border-color:currentColor}.nyp-custom-amount__currency{display:flex;align-items:center;padding:0 .15em 0 .85em;font-weight:600;opacity:.75}.nyp-custom-amount__field input[type="number"]{flex:1 1 auto;min-width:0;border:0;padding:.6em .85em .6em .35em;font-size:1.1em;background:#fff0;box-shadow:none}.nyp-custom-amount__field input[type="number"]:focus{outline:none;box-shadow:none}.nyp-total{font-size:1.15em;font-weight:600;margin:0 0 1em}.nyp-total__label{font-weight:400;opacity:.75;margin-right:.35em}.nyp-error{color:#b32d2e;border-left:3px solid #b32d2e;background:rgb(179 45 46 / .06);padding:.6em .9em;margin:0 0 1em;font-size:.9em;border-radius:3px}.nyp-error[hidden]{display:none}.nyp-admin-warning{color:#b32d2e;border:1px dashed #b32d2e;padding:.75em 1em;border-radius:3px;font-size:.9em}a.button.nyp-select-price{display:inline-block}@media (max-width:480px){.nyp-option{min-width:calc(50% - 0.3em);flex:1 1 calc(50% - 0.3em)}}