.rst-page [hidden]{display:none!important}.rst-page{position:relative;max-width:1200px;margin:0 auto;padding:32px 24px 80px;background:var(--reg-cream);box-shadow:0 0 0 100vmax var(--reg-cream);clip-path:inset(0 -100vmax)}.rst-header{position:sticky;top:0;z-index:8;max-width:620px;margin:0 auto 26px;padding:10px 0 14px;background:var(--reg-cream)}.rst-topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.rst-eyebrow{grid-column:2;margin:0;font-size:.9375rem;font-weight:500;color:var(--reg-ink);text-align:center}.rst-back{grid-column:1;justify-self:start;display:inline-flex;align-items:center;gap:7px;background:none;border:none;padding:4px 0;font:inherit;font-size:.9375rem;font-weight:500;color:var(--reg-ink);cursor:pointer}.rst-back:hover{color:var(--reg-sage-dark)}.rst-back:focus-visible{outline:2px solid var(--reg-sage);outline-offset:3px;border-radius:4px}.rst-icon--xs{width:17px;height:17px;display:block}.rst-skip-all{grid-column:3;justify-self:end;background:none;border:none;padding:4px 0;font:inherit;font-size:.82rem;color:var(--reg-muted);cursor:pointer;text-decoration:underline;text-underline-offset:3px}.rst-skip-all:hover{color:var(--reg-ink)}.rst-meter{list-style:none;display:flex;justify-content:center;align-items:center;gap:30px;margin:18px 0 0;padding:0}.rst-meter__seg{position:relative;flex:0 0 auto;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#ece7dd;color:#9a958a;font-size:.78rem;font-weight:600;transition:background .24s ease,color .24s ease,transform .24s ease}.rst-meter__seg+.rst-meter__seg:before{content:"";position:absolute;right:100%;width:30px;height:1.5px;background:#ddd6c9}.rst-meter__seg--on{background:#d7e2d1;color:var(--reg-sage-dark)}.rst-meter__seg--now{background:#1a3328;color:#fff;transform:scale(1.12)}.rst-meter__count,.rst-live{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.rst-screen{animation:rst-rise .18s ease}@keyframes rst-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.rst-screen{animation:none}.rst-meter__seg{transition:none}}.rst-screen--q{position:relative}.rst-q{position:relative;z-index:1;max-width:520px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.rst-glyph{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:#e7eee2;color:var(--reg-sage-dark);margin-bottom:20px}.rst-glyph svg{width:30px;height:30px}.rst-glyph--bare{background:none;width:auto;height:auto;color:var(--reg-sage-dark);margin-bottom:8px}.rst-glyph--bare svg{width:86px;height:68px}.rst-card{background:#fff;border-radius:var(--reg-radius);padding:32px;box-shadow:0 2px 16px #0000000f;max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.rst-card--center{text-align:center;align-items:center}.rst-card--center>.rst-primary,.rst-card--center>.rst-secondary{align-self:center}.rst-card--q{width:100%;max-width:none;border-radius:20px;padding:26px 24px;gap:18px;box-shadow:0 10px 30px #1f261c0f,0 2px 6px #1f261c0a;text-align:center}.rst-card--start{text-align:left;gap:22px}.rst-card__label{display:flex;align-items:center;justify-content:center;gap:12px;margin:0;font-family:var(--font-heading--family, "Newsreader", Georgia, serif);font-size:1.25rem;color:var(--reg-ink)}.rst-leaf{display:block;width:20px;height:20px;color:var(--reg-sage);opacity:.75}.rst-leaf svg{width:100%;height:100%;display:block}.rst-leaf--flip{transform:scaleX(-1)}.rst-heading{font-family:var(--font-heading--family, "Newsreader", Georgia, serif);font-weight:400;letter-spacing:-.015em;font-size:1.75rem;line-height:1.2;color:var(--reg-ink);margin:0;outline:none}.rst-heading--center{text-align:center}.rst-screen--q .rst-heading{font-size:2.25rem;line-height:1.15}.rst-sub{font-size:.9375rem;color:var(--reg-muted);line-height:1.6;margin:-12px 0 0}.rst-sub--center{text-align:center;max-width:560px;margin-left:auto;margin-right:auto}.rst-screen--q .rst-sub{max-width:380px;margin:12px 0 28px}.rst-screen--q .rst-heading+.rst-card{margin-top:28px}.rst-chips.rst-tiles{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.rst-chips.rst-tiles--pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%;max-width:360px;margin:4px auto}.rst-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;padding:16px 6px 14px;min-height:108px;background:#fff;border:1px solid var(--reg-line);border-radius:14px;color:var(--reg-ink);font:inherit;font-size:.8125rem;font-weight:500;line-height:1.25;cursor:pointer;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}.rst-tile:hover{border-color:var(--reg-sage);background:#f7faf5}.rst-tile:focus-visible{outline:2px solid var(--reg-sage);outline-offset:2px}.rst-tile__icon{display:block;width:30px;height:30px;color:var(--reg-sage-dark)}.rst-tile__icon svg{width:100%;height:100%;display:block}.rst-tile__label{display:block}.rst-tile__check{position:absolute;top:-8px;right:-8px;width:21px;height:21px;border-radius:50%;background:#1a3328;color:#fff;display:none;place-items:center;box-shadow:0 0 0 3px #fff}.rst-tile__check svg{width:12px;height:12px;display:block}.rst-tile.rst-chip--on{border-color:var(--reg-sage);background:#eef4e9;color:var(--reg-ink);box-shadow:0 2px 10px #23463714}.rst-tile.rst-chip--on .rst-tile__icon{color:#2f4a38}.rst-tile.rst-chip--on .rst-tile__check{display:grid}.rst-chips.rst-tiles--own{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;width:100%;max-width:520px;margin:4px auto}.rst-tile--own{min-height:0;padding:16px 12px;justify-content:center;font-size:.9375rem}.rst-note{margin:0;font-size:.8125rem;line-height:1.55;color:var(--reg-muted);text-align:center}.rst-tile--lg{min-height:148px;gap:14px;padding:26px 12px 22px;border-radius:16px;font-size:.9375rem}.rst-tile--lg .rst-tile__icon{width:46px;height:46px}.rst-datepick{display:flex;flex-direction:column;gap:10px}.rst-datepick__label{font-size:.9375rem;font-weight:600;color:var(--reg-ink);margin:0}.rst-datepick__shell{position:relative;display:flex;align-items:center;gap:12px;padding:4px 8px 4px 16px;min-height:60px;background:#fff;border:1.5px solid var(--reg-line);border-radius:14px;cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.rst-datepick__shell:hover{border-color:var(--reg-sage);background:#fcfdfb}.rst-datepick__shell:focus-within{border-color:var(--reg-sage-dark);box-shadow:0 0 0 4px #23463717}.rst-datepick__shell--filled{border-color:var(--reg-sage);background:#f7faf5}.rst-datepick__icon{flex-shrink:0;display:block;width:22px;height:22px;color:var(--reg-sage-dark);pointer-events:none}.rst-datepick__icon svg{width:100%;height:100%;display:block}.rst-date{flex:1 1 auto;min-width:0;font:inherit;font-size:1.0625rem;font-weight:500;letter-spacing:.01em;padding:0;border:0;background:none;color:var(--reg-ink);cursor:pointer}.rst-date:focus{outline:none}.rst-date::-webkit-calendar-picker-indicator{display:none}.rst-date::-webkit-datetime-edit{padding:0}.rst-datepick__clear{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:none;border-radius:50%;background:#eef1ea;color:var(--reg-muted);cursor:pointer;transition:background .14s ease,color .14s ease}.rst-datepick__clear svg{width:14px;height:14px;display:block}.rst-datepick__clear:hover{background:#e3e8de;color:var(--reg-ink)}.rst-datepick__clear:focus-visible{outline:2px solid var(--reg-sage);outline-offset:2px}.rst-datepick__read{margin:0;font-size:.85rem;color:var(--reg-sage-dark);line-height:1.4}.rst-agefield{display:flex;flex-direction:column;gap:10px}.rst-agefield__label{margin:0;font-size:.9375rem;font-weight:600;color:var(--reg-ink);line-height:1.35}.rst-divider{width:100%;height:0;margin:6px 0;border:0;border-top:1px solid var(--reg-line)}.rst-check{display:flex;align-items:center;gap:13px;padding:14px 16px;border:1.5px solid var(--reg-line);border-radius:14px;background:#fff;cursor:pointer;transition:border-color .14s ease,background .14s ease}.rst-check:hover{border-color:var(--reg-sage);background:#fcfdfb}.rst-check__input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.rst-check__box{flex-shrink:0;display:grid;place-items:center;width:24px;height:24px;border:1.5px solid var(--reg-line);border-radius:7px;background:#fff;color:transparent;transition:background .14s ease,border-color .14s ease,color .14s ease}.rst-check__box svg{width:14px;height:14px;display:block}.rst-check__text{font-size:.9375rem;color:var(--reg-ink);line-height:1.35}.rst-check__input:checked~.rst-check__box{background:#1a3328;border-color:#1a3328;color:#fff}.rst-check:has(.rst-check__input:checked){border-color:var(--reg-sage);background:#f2f7ef}.rst-check__input:focus-visible~.rst-check__box{outline:2px solid var(--reg-sage);outline-offset:2px}.rst-countfield{display:flex;align-items:center;gap:12px;padding:0 16px;animation:rst-countfield-in .16s ease}.rst-countfield__label{font-size:.875rem;color:var(--reg-muted)}.rst-countfield__shell{position:relative;display:flex;align-items:center}.rst-select{appearance:none;-webkit-appearance:none;min-width:168px;padding:11px 40px 11px 14px;border:1.5px solid var(--reg-line);border-radius:12px;background:#fff;color:var(--reg-ink);font:inherit;font-size:.9375rem;line-height:1.2;cursor:pointer;transition:border-color .14s ease}.rst-select:hover{border-color:var(--reg-sage)}.rst-select:focus-visible{outline:2px solid var(--reg-sage);outline-offset:2px}.rst-countfield__caret{position:absolute;right:13px;display:block;width:16px;height:16px;color:var(--reg-muted);pointer-events:none}.rst-countfield__caret svg{width:100%;height:100%;display:block}@keyframes rst-countfield-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.rst-countfield{animation:none}}@media(max-width:560px){.rst-countfield{flex-direction:column;align-items:stretch;gap:8px}.rst-select{width:100%}}.rst-choose{width:100%;margin-top:4px}.rst-choose__pair{display:grid;grid-template-columns:1fr 1fr;gap:14px}.rst-choice{display:flex;flex-direction:column;align-items:center;gap:8px;padding:22px 16px 20px;background:#fff;border:1.5px solid var(--reg-line);border-radius:16px;box-shadow:0 6px 18px #1f261c0d;color:var(--reg-ink);font:inherit;cursor:pointer;text-align:center;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.rst-choice:hover{border-color:var(--reg-sage-dark);transform:translateY(-2px);box-shadow:0 12px 26px #1f261c1a}.rst-choice:focus-visible{outline:2px solid var(--reg-sage);outline-offset:3px}.rst-choice__icon{display:block;width:26px;height:26px;color:var(--reg-sage-dark)}.rst-choice__icon svg{width:100%;height:100%;display:block}.rst-choice__title{font-family:var(--font-heading--family, "Newsreader", Georgia, serif);font-size:1.125rem;font-weight:500;line-height:1.25}.rst-choice--ai{background:linear-gradient(165deg,#f3f9f5,#fff 60%);border-color:var(--reg-sage)}@media(prefers-reduced-motion:reduce){.rst-choice:hover{transform:none}}.rst-chips{display:flex;flex-wrap:wrap;gap:8px}.rst-chip{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;min-height:44px;border-radius:999px;background:#fff;border:1px solid var(--reg-line);color:var(--reg-ink);font:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease;line-height:1.2}.rst-chip:hover{border-color:var(--reg-sage-dark);background:#f3f9f5}.rst-chip:focus-visible{outline:2px solid var(--reg-sage);outline-offset:2px}.rst-chip--on{border-color:var(--reg-sage-dark);background:var(--reg-sage);color:#fff;box-shadow:0 1px 6px #2346371f}.rst-chip--on:hover{border-color:var(--reg-sage-dark);background:var(--reg-sage-dark);color:#fff}.rst-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;font:inherit;font-size:.9375rem;font-weight:600;padding:14px 28px;min-height:44px;background:#1a3328;color:#fff;border:2px solid #1a3328;border-radius:var(--reg-radius-sm);cursor:pointer;text-decoration:none;transition:background .15s,border-color .15s;align-self:flex-start}.rst-primary:hover{background:#0f2219;border-color:#0f2219}.rst-primary:focus-visible{outline:2px solid var(--reg-sage);outline-offset:2px}.rst-primary--lg{font-size:1.0625rem;padding:16px 40px}.rst-primary--wide{align-self:center;width:100%;max-width:320px;margin-top:28px;padding:16px 28px;border-radius:12px;box-shadow:0 6px 16px #1a33282e}.rst-primary--arrow:after{content:"\2192";font-size:1.05em;line-height:1}.rst-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;font:inherit;font-size:.9375rem;font-weight:600;padding:14px 28px;min-height:44px;background:#fff;color:#1a3328;border:2px solid #1a3328;border-radius:var(--reg-radius-sm);cursor:pointer;text-decoration:none;transition:background .15s}.rst-secondary:hover{background:#f3f9f5}.rst-secondary:focus-visible{outline:2px solid var(--reg-sage);outline-offset:2px}.rst-secondary--quiet{border-color:var(--reg-line);color:var(--reg-muted);font-weight:500;padding-left:20px;padding-right:20px}.rst-secondary--quiet:hover{border-color:var(--reg-sage-dark);color:var(--reg-ink)}.rst-link-btn{background:none;border:none;padding:4px 0;font:inherit;font-size:.85rem;color:var(--reg-sage-dark);cursor:pointer;text-decoration:underline;text-underline-offset:3px}.rst-link-btn:hover{color:var(--reg-ink)}.rst-sparkle{color:var(--reg-sage);font-style:normal}.rst-botanical{position:absolute;left:-32px;bottom:-24px;width:300px;max-width:46vw;color:var(--reg-sage);opacity:.28;pointer-events:none}.rst-botanical svg{width:100%;height:auto;display:block}.rst-screen--q[data-rst-screen="1"]{padding-bottom:130px}.rst-building-spinner{width:34px;height:34px;border:3px solid var(--reg-line);border-top-color:var(--reg-sage);border-radius:50%;animation:rst-spin .9s linear infinite}@keyframes rst-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.rst-building-spinner{animation:none}}.rst-build{display:grid;grid-template-columns:250px 1fr;gap:28px;align-items:start}.rst-rail{position:sticky;top:16px;display:flex;flex-direction:column;background:#fff;border-radius:var(--reg-radius);box-shadow:var(--reg-shadow);padding:16px 12px;max-height:calc(100vh - 32px)}.rst-rail__title{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--reg-muted);margin:0 10px 10px}.rst-rail nav{overflow-y:auto;flex:1 1 auto}.rst-rail__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.rst-rail-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;background:none;border:none;border-radius:10px;cursor:pointer;text-align:left;font:inherit;transition:background .15s}.rst-rail-item:hover{background:#2346370f}.rst-rail-item:focus-visible{outline:2px solid var(--reg-sage);outline-offset:-2px}.rst-rail-item--active{background:#23463714}.rst-rail-item__icon{flex-shrink:0;width:28px;height:28px;border-radius:6px;background:#23463712;display:flex;align-items:center;justify-content:center;color:var(--reg-sage-dark)}.rst-rail-item__label{flex:1;min-width:0;font-family:var(--font-heading--family, "Newsreader", Georgia, serif);font-size:.9375rem;font-weight:500;color:var(--reg-ink);line-height:1.2}.rst-rail-item--active .rst-rail-item__label{color:#234637;font-weight:600}.rst-rail-item--skipped .rst-rail-item__label{color:var(--reg-muted)}.rst-rail-item__state{flex-shrink:0;font-size:.75rem;color:var(--reg-sage-dark);min-width:18px;text-align:right}.rst-rail-item--skipped .rst-rail-item__state{color:var(--reg-muted)}.rst-exit{flex-shrink:0;margin-top:12px;border-top:1px solid var(--reg-line);padding:14px 10px 4px;display:flex;flex-direction:column;gap:6px}.rst-exit__count{font-size:.9rem;font-weight:600;color:var(--reg-sage-dark);margin:0}.rst-exit__sub{font-size:.78rem;color:var(--reg-muted);line-height:1.45;margin:0}.rst-exit__cta{margin-top:6px;display:inline-flex;align-items:center;justify-content:center;font:inherit;font-size:.85rem;font-weight:600;padding:10px 14px;min-height:44px;background:#fff;color:#1a3328;border:1.5px solid #1a3328;border-radius:var(--reg-radius-sm);cursor:pointer;transition:background .15s}.rst-exit__cta:hover{background:#f3f9f5}.rst-exit__cta:focus-visible{outline:2px solid var(--reg-sage);outline-offset:2px}.rst-exit__signin{font-size:.78rem;color:var(--reg-sage-dark);text-align:center}.rst-stage{min-width:0}.rst-stepcount{font-size:.78rem;color:var(--reg-muted);margin:0 0 10px}.rst-step__head{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.rst-step__icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:#23463712;display:flex;align-items:center;justify-content:center;color:var(--reg-sage-dark)}.rst-step__icon svg{width:22px;height:22px;display:block}.rst-step__title{font-family:var(--font-heading--family, "Newsreader", Georgia, serif);font-weight:400;letter-spacing:-.015em;font-size:1.5rem;color:var(--reg-ink);margin:0;outline:none}.rst-step__desc{font-size:.875rem;color:var(--reg-muted);margin:2px 0 0}.rst-restore{margin:0 0 16px;font-size:.875rem;line-height:1.5}.rst-restore .rst-link-btn{font-weight:600;color:var(--reg-sage-dark);text-decoration:underline;text-underline-offset:2px}.rst-row{margin-bottom:22px}.rst-row__header{display:flex;align-items:baseline;gap:10px;margin-bottom:8px}.rst-row__title{font-family:var(--font-heading--family, "Newsreader", Georgia, serif);font-weight:500;font-size:1.05rem;color:var(--reg-ink);margin:0}.rst-row__suggest{flex-shrink:0;font-size:.75rem;line-height:1.35;color:var(--reg-sage-dark);background:#f3f9f5;border:1px solid var(--reg-sage);border-radius:999px;padding:3px 10px;white-space:nowrap}.rst-row__suggest[hidden]{display:none}@media(max-width:600px){.rst-row__header{flex-wrap:wrap;gap:6px 10px}}.rst-row-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.rst-pcard{position:relative;flex:0 0 176px;scroll-snap-align:start;background:#fff;border:1px solid var(--reg-line);border-radius:var(--reg-radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--reg-shadow)}.rst-pcard__img-wrap{position:relative;flex:0 0 auto;aspect-ratio:1;min-height:0;overflow:hidden;background:#faf8f4}.rst-pcard__img-btn{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;padding:0;margin:0;border:0;background:none;cursor:pointer}.rst-pcard__img-btn:focus-visible{outline:2px solid var(--reg-sage);outline-offset:-3px}.rst-pcard__img{width:100%;height:100%;object-fit:contain;display:block}.rst-pcard__img-placeholder{display:grid;place-items:center;height:100%;font-size:1.6rem}.rst-pcard__trust{position:absolute;inset:auto 6px 6px auto;z-index:3;display:grid;justify-items:center;row-gap:2px;padding:0;border-radius:0;background:none;box-shadow:none;pointer-events:none}.rst-pcard__trust .product-card__trust-score{position:relative;inline-size:2.25rem;block-size:2.25rem;display:grid;place-items:center;border-radius:50%;background:#fff}.rst-pcard__trust .product-card__trust-score-ring{position:absolute;top:0;right:0;bottom:0;left:0;inline-size:100%;block-size:100%;transform:rotate(135deg) scale(1.0929)}.rst-pcard__trust .product-card__trust-score-track,.rst-pcard__trust .product-card__trust-score-progress{fill:none;stroke-width:4.6;stroke-linecap:round}.rst-pcard__trust .product-card__trust-score-track{stroke:#dbdbdb;stroke-dasharray:75 25}.rst-pcard__trust .product-card__trust-score-progress{stroke:#19b77a;stroke-dasharray:calc(var(--trust-score-value) * .75) 100}.rst-pcard__trust .product-card__trust-score-value{position:relative;z-index:1;display:inline-flex;align-items:flex-start;gap:.04em;font-size:.8125rem;font-weight:700;line-height:1}.rst-pcard__trust .product-card__trust-score-number{font-size:.95em;font-weight:700;line-height:1;color:#1f222c}.rst-pcard__trust .product-card__trust-score-label{display:block;padding:.2rem .42rem;border-radius:.42rem;background:#1a3328;color:#fff;border:none;box-shadow:none;font-size:.625rem;line-height:1;white-space:nowrap}.rst-pcard__body{padding:10px 12px 12px;display:flex;flex-direction:column;gap:4px;flex:1}.rst-pcard__vendor{font-size:.68rem;letter-spacing:.05em;text-transform:uppercase;color:var(--reg-muted)}.rst-pcard__title{display:block;width:100%;padding:0;border:0;background:none;font:inherit;font-size:.82rem;line-height:1.35;color:var(--reg-ink);text-align:left;cursor:pointer;flex:1}.rst-pcard__title:hover{color:var(--reg-sage-dark);text-decoration:underline;text-underline-offset:2px}.rst-pcard__title:focus-visible{outline:2px solid var(--reg-sage);outline-offset:2px;border-radius:3px}.rst-pcard__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px}.rst-pcard__price{font-size:.875rem;font-weight:600;color:var(--reg-ink)}.rst-pcard__action{display:flex;flex-shrink:0}.rst-add-btn{font:inherit;font-size:.78rem;font-weight:600;padding:7px 12px;min-height:32px;background:#1a3328;color:#fff;border:none;border-radius:999px;cursor:pointer;transition:background .15s;white-space:nowrap}.rst-add-btn:hover{background:#0f2219}.rst-add-btn:focus-visible{outline:2px solid var(--reg-sage);outline-offset:2px}.rst-add-btn[disabled]{opacity:.6;cursor:default}.rst-qty{display:inline-flex;align-items:center;gap:2px;padding:2px;min-height:32px;background:#eef4e9;border:1px solid var(--reg-sage);border-radius:999px}.rst-qty__btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:none;border-radius:50%;background:#fff;color:#1a3328;font:inherit;font-size:.95rem;font-weight:700;line-height:1;cursor:pointer;transition:background .15s,color .15s}.rst-qty__btn:hover{background:#1a3328;color:#fff}.rst-qty__btn:focus-visible{outline:2px solid var(--reg-sage-dark);outline-offset:1px}.rst-qty__btn[disabled]{opacity:.45;cursor:default}.rst-qty__btn[disabled]:hover{background:#fff;color:#1a3328}.rst-qty__count{min-width:20px;text-align:center;font-size:.82rem;font-weight:700;color:#1a3328;font-variant-numeric:tabular-nums}.rst-research{display:flex;align-items:flex-start;gap:14px;margin:6px 0 22px;padding:16px 18px;background:#fbfaf6;border:1px solid #e7e2d6;border-radius:14px}.rst-research__icon{flex-shrink:0;display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#eef1ea;color:var(--reg-sage-dark)}.rst-research__icon svg{width:19px;height:19px;display:block}.rst-research__body{min-width:0}.rst-research__title{margin:0 0 9px;font-family:var(--font-heading--family, "Newsreader", Georgia, serif);font-size:.98rem;color:var(--reg-ink);line-height:1.3}.rst-research__links{display:flex;flex-wrap:wrap;gap:7px}.rst-research__link{display:inline-flex;align-items:center;padding:6px 12px;border:1px solid #e2ddd0;border-radius:999px;background:#fff;font-size:.78rem;color:var(--reg-ink);text-decoration:none;line-height:1.2;transition:border-color .14s ease,background .14s ease,color .14s ease}.rst-research__link:hover{border-color:var(--reg-sage);background:#f3f9f5;color:var(--reg-sage-dark)}.rst-research__link:focus-visible{outline:2px solid var(--reg-sage);outline-offset:2px}.rst-research__link--all{border-style:dashed;color:var(--reg-muted)}.rst-rconfirm[hidden]{display:none}.rst-rconfirm{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9200;display:flex;align-items:center;justify-content:center;padding:20px}.rst-rconfirm__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a33286b;border:none;padding:0}.rst-rconfirm__card{position:relative;width:min(400px,100%);display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:26px 24px 20px;background:#fff;border:1px solid var(--reg-line);border-radius:var(--reg-radius);box-shadow:0 18px 44px #1a332838}.rst-rconfirm__icon{display:grid;place-items:center;width:40px;height:40px;margin-bottom:2px;border-radius:11px;background:#eef1ea;color:var(--reg-sage-dark)}.rst-rconfirm__icon svg{width:21px;height:21px;display:block}.rst-rconfirm__title{margin:0;font-family:var(--font-heading--family, "Newsreader", Georgia, serif);font-size:1.08rem;line-height:1.35;color:var(--reg-ink)}.rst-rconfirm__sub{margin:0;font-size:.82rem;line-height:1.45;color:var(--reg-muted)}.rst-rconfirm__go{margin-top:10px;display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:46px;padding:12px 18px;border-radius:var(--reg-radius-sm);background:#1a3328;color:#fff;font-size:.92rem;font-weight:600;text-decoration:none;transition:background .14s ease}.rst-rconfirm__go:hover{background:#234637;color:#fff}.rst-rconfirm__go:focus-visible{outline:2px solid var(--reg-sage);outline-offset:2px}.rst-rconfirm__no{margin-top:4px;background:none;border:none;padding:8px 4px;font:inherit;font-size:.84rem;color:var(--reg-muted);text-decoration:underline;text-underline-offset:3px;cursor:pointer}.rst-rconfirm__no:hover{color:var(--reg-ink)}.rst-rconfirm__no:focus-visible{outline:2px solid var(--reg-sage);outline-offset:2px}.rst-empty-step{background:#fff;border:1px dashed var(--reg-line);border-radius:var(--reg-radius);padding:24px;text-align:center;color:var(--reg-muted);font-size:.9rem}.rst-step-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding-top:16px;border-top:1px solid var(--reg-line)}.rst-step-actions__left{display:flex;align-items:center;gap:10px}.rst-handoff-line{margin:12px 0 0;text-align:center}.rst-done-check{width:52px;height:52px;border-radius:50%;background:var(--reg-sage);color:#fff;font-size:1.5rem;display:grid;place-items:center;margin:0}.rst-done-counts{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.rst-done-counts li{font-size:.8rem;color:var(--reg-ink);background:var(--reg-cream);border:1px solid var(--reg-line);border-radius:999px;padding:5px 12px}.rst-mobile-bar,.rst-mobile-actions{display:none}@media(max-width:899px){.rst-build{grid-template-columns:1fr;gap:0}.rst-rail{display:none}.rst-mobile-bar{display:flex;align-items:center;gap:12px;position:sticky;top:0;z-index:5;background:var(--reg-cream);padding:10px 0;margin-bottom:10px}.rst-mobile-bar__back{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;min-height:36px;padding:0;background:#fff;border:1px solid var(--reg-line);border-radius:50%;font:inherit;font-size:1rem;color:var(--reg-ink);cursor:pointer}.rst-mobile-bar__back:focus-visible{outline:2px solid var(--reg-sage);outline-offset:2px}.rst-mobile-bar__meter{flex:1;height:3px;border-radius:999px;background:var(--reg-line);overflow:hidden}.rst-mobile-bar__meter span{display:block;height:100%;background:var(--reg-sage);transition:width .24s ease}.rst-mobile-bar__label{background:none;border:none;font:inherit;font-size:.82rem;font-weight:600;color:var(--reg-ink);cursor:pointer;padding:8px 0;white-space:nowrap}.rst-step-actions{display:none}.rst-handoff-line{padding-bottom:68px}.rst-mobile-actions{display:flex;gap:8px;position:fixed;left:0;right:0;bottom:0;z-index:6;background:#fff;border-top:1px solid var(--reg-line);padding:10px 14px calc(10px + env(safe-area-inset-bottom))}.rst-mobile-actions .rst-primary{flex:1.4;padding:12px 10px}.rst-mobile-actions .rst-secondary{flex:1;padding:12px 10px;font-size:.85rem}}@media(max-width:620px){.rst-chips.rst-tiles{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.rst-page{padding:20px 16px 80px}.rst-card{padding:22px 18px}.rst-heading{font-size:1.45rem}.rst-primary{align-self:stretch}.rst-card--center>.rst-primary,.rst-card--center>.rst-secondary{align-self:stretch}.rst-screen--q .rst-heading{font-size:1.75rem}.rst-card--q{padding:20px 16px}.rst-glyph{width:54px;height:54px;margin-bottom:16px}.rst-glyph svg{width:26px;height:26px}.rst-glyph--bare svg{width:52px;height:44px}.rst-primary--wide{align-self:center;max-width:100%}.rst-choose__pair{grid-template-columns:1fr}.rst-research{flex-direction:column;gap:10px}.rst-botanical{width:190px;left:-26px;bottom:-18px;opacity:.22}.rst-screen--q[data-rst-screen="1"]{padding-bottom:165px}}@media(max-width:430px){.rst-chips.rst-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}.rst-chips.rst-tiles--pair{gap:12px}.rst-tile--lg{min-height:124px;padding:20px 10px 18px}.rst-tile--lg .rst-tile__icon{width:38px;height:38px}.rst-meter{gap:24px}.rst-meter__seg+.rst-meter__seg:before{width:24px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/registry-start.css.map */
