:root{--hr-green: #328616;--hr-green-dark: #205610;--hr-green-soft: #e7f1e2;--hr-yellow: #FFD700;--hr-cta: #EFC41A;--hr-cta-hover: #d9b117;--hr-cream: #F4E8C9;--hr-cream-deep: #EFE2B8;--hr-white: #FFFFFF;--hr-blue: #29ABE2;--hr-red: #E51C00;--hr-text: #222222;--hr-muted-text: #6b6b6b;--hr-muted-gold: #7A5B00;--hr-border: rgba(34, 34, 34, .12);--hr-border-strong:rgba(34, 34, 34, .2);--hr-r-pill: 27px;--hr-r-card: 18px;--hr-r-input: 26px;--hr-r-chip: 999px;--hr-s-1: 8px;--hr-s-2: 12px;--hr-s-3: 16px;--hr-s-4: 24px;--hr-s-5: 32px;--hr-s-6: 48px;--hr-s-7: 64px;--hr-shadow-card: 0 1px 2px rgba(0,0,0,.04), 0 8px 28px rgba(34,34,34,.06);--hr-shadow-lift: 0 6px 24px rgba(34,34,34,.1), 0 24px 64px rgba(34,34,34,.08);--hr-shadow-cta: 0 4px 0 #c9a517, 0 8px 18px rgba(239,196,26,.32);--hr-font: "Lato", system-ui, -apple-system, "Segoe UI", sans-serif}*{box-sizing:border-box}.hr-root{font-family:var(--hr-font);color:var(--hr-text);background:var(--hr-white);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}.hr-root h1,.hr-root h2,.hr-root h3,.hr-root h4{font-family:var(--hr-font);margin:0;color:var(--hr-text);letter-spacing:-.01em}.hr-root h1{font-size:40px;font-weight:700;line-height:1.1}.hr-root h2{font-size:24px;font-weight:700;line-height:1.2}.hr-root h3{font-size:18px;font-weight:700;line-height:1.3}.hr-root p{margin:0}.hr-topbar{background:var(--hr-white);border-bottom:1px solid var(--hr-border)}.hr-topbar-inner{max-width:1200px;margin:0 auto;padding:var(--hr-s-3) var(--hr-s-4);display:flex;align-items:center;gap:var(--hr-s-5)}.hr-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.hr-logo img{display:block;height:44px;width:auto}.hr-topbar-search{flex:1;display:flex;align-items:center;gap:var(--hr-s-2);background:#f6f6f6;border:1px solid var(--hr-border);border-radius:var(--hr-r-input);padding:10px 18px;color:var(--hr-muted-text);font-size:14px}.hr-topbar-actions{display:flex;align-items:center;gap:var(--hr-s-3)}.hr-deliver-pill{display:inline-flex;align-items:center;gap:8px;background:var(--hr-green-soft);color:var(--hr-green-dark);border-radius:var(--hr-r-chip);padding:6px 14px 6px 10px;font-size:13px;font-weight:700}.hr-deliver-pill .dot{width:8px;height:8px;border-radius:50%;background:var(--hr-green);display:inline-block}.hr-icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f6f6f6;border:0;cursor:pointer;color:var(--hr-text)}.hr-hero{background:radial-gradient(120% 80% at 92% 0%,rgba(50,134,22,.1),transparent 55%),linear-gradient(180deg,var(--hr-cream) 0%,var(--hr-cream-deep) 100%);border-bottom:1px solid var(--hr-border)}.hr-hero-inner{max-width:1200px;margin:0 auto;padding:var(--hr-s-6) var(--hr-s-4) var(--hr-s-5)}.hr-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--hr-white);border:1px solid var(--hr-border);border-radius:var(--hr-r-chip);padding:6px 14px;font-size:12.5px;font-weight:700;color:var(--hr-green-dark);text-transform:uppercase;letter-spacing:.06em}.hr-eyebrow .bolt{color:var(--hr-text)}.hr-hero h1{margin-top:var(--hr-s-3);max-width:760px}.hr-hero h1 .accent{color:var(--hr-green)}.hr-hero .tagline{margin-top:var(--hr-s-3);font-size:18px;color:#3a3a3a;max-width:640px}.hr-hero-meta{margin-top:var(--hr-s-4);display:flex;flex-wrap:wrap;gap:var(--hr-s-3) var(--hr-s-5)}.hr-hero-meta .item{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#3a3a3a}.hr-hero-meta .item .check{width:22px;height:22px;border-radius:50%;background:var(--hr-green);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.hr-input-panel{max-width:1200px;margin:-32px auto 0;padding:0 var(--hr-s-4);position:relative;z-index:2}.hr-input-card{background:var(--hr-white);border-radius:var(--hr-r-card);box-shadow:var(--hr-shadow-lift);padding:var(--hr-s-4);border:1px solid var(--hr-border)}.hr-input-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr auto;gap:var(--hr-s-3);align-items:end}.hr-field{display:flex;flex-direction:column;gap:6px;min-width:0}.hr-label{font-size:12px;font-weight:700;color:var(--hr-muted-gold);text-transform:uppercase;letter-spacing:.07em;padding-left:4px}.hr-input,.hr-select{height:52px;border:1px solid var(--hr-border-strong);border-radius:var(--hr-r-input);padding:0 20px;font:500 16px var(--hr-font);color:var(--hr-text);background:var(--hr-white);outline:none;transition:border-color .15s,box-shadow .15s;width:100%;min-width:0}.hr-input:focus,.hr-select:focus{border-color:var(--hr-green);box-shadow:0 0 0 4px #32861624}.hr-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23222' d='M6 8 0 0h12z'/></svg>");background-repeat:no-repeat;background-position:right 22px center;padding-right:44px}.hr-area-field{position:relative}.hr-area-field .hr-input{padding-right:140px}.hr-unit-toggle{position:absolute;right:6px;top:6px;display:flex;background:#f4f4f4;border-radius:999px;padding:4px}.hr-unit-toggle button{border:0;background:transparent;font:700 13px var(--hr-font);color:var(--hr-muted-text);padding:7px 14px;border-radius:999px;cursor:pointer}.hr-unit-toggle button.is-on{background:var(--hr-text);color:var(--hr-white)}.hr-cta-row{display:flex;gap:var(--hr-s-2);align-items:center}.hr-pill{border:0;cursor:pointer;height:54px;padding:0 30px;border-radius:var(--hr-r-pill);font:700 16px var(--hr-font);background:var(--hr-cta);color:var(--hr-text);display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .08s ease,background .15s,box-shadow .15s;white-space:nowrap}.hr-pill:hover{background:var(--hr-cta-hover)}.hr-pill:active{transform:translateY(1px)}.hr-pill.primary{box-shadow:var(--hr-shadow-cta)}.hr-pill.ghost{background:transparent;color:var(--hr-text);height:54px;padding:0 22px;border:1px solid var(--hr-border-strong)}.hr-pill.ghost:hover{background:#fafafa}.hr-pill.small{height:40px;padding:0 18px;font-size:14px}.hr-pill.green{background:var(--hr-green);color:#fff}.hr-pill.green:hover{background:var(--hr-green-dark)}.hr-empty{max-width:1200px;margin:var(--hr-s-6) auto 0;padding:0 var(--hr-s-4) var(--hr-s-7);display:grid;grid-template-columns:1.1fr 1fr;gap:var(--hr-s-6);align-items:center}.hr-empty-card{background:var(--hr-cream);border-radius:var(--hr-r-card);padding:var(--hr-s-5);border:1px solid var(--hr-border)}.hr-empty-card h2{margin-bottom:var(--hr-s-2)}.hr-empty-card p{color:#3a3a3a}.hr-empty-steps{display:grid;gap:var(--hr-s-2);margin-top:var(--hr-s-4)}.hr-empty-step{display:flex;gap:var(--hr-s-3);align-items:flex-start}.hr-empty-step .num{width:32px;height:32px;border-radius:50%;background:var(--hr-white);color:var(--hr-green);display:inline-flex;align-items:center;justify-content:center;font-weight:700;border:1px solid var(--hr-border);flex:0 0 32px}.hr-empty-step .copy{font-size:15px}.hr-empty-step .copy strong{display:block}.hr-empty-step .copy span{color:var(--hr-muted-text)}.hr-empty-illust{background:var(--hr-white);border:1px solid var(--hr-border);border-radius:var(--hr-r-card);padding:var(--hr-s-5);display:flex;flex-direction:column;gap:var(--hr-s-3);box-shadow:var(--hr-shadow-card)}.hr-mini-chip-row{display:flex;gap:8px;flex-wrap:wrap}.hr-mini-chip{display:inline-flex;align-items:center;gap:8px;background:#f6f6f6;border-radius:999px;padding:8px 12px 8px 8px;font-size:13px;font-weight:600}.hr-mini-chip img{width:28px;height:28px;border-radius:50%;object-fit:cover;background:#fff}.hr-results{max-width:1200px;margin:var(--hr-s-5) auto 0;padding:0 var(--hr-s-4) var(--hr-s-7)}.hr-summary{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:var(--hr-s-3);background:var(--hr-green);color:#fff;border-radius:var(--hr-r-card);padding:var(--hr-s-5);position:relative;overflow:hidden}.hr-summary:after{content:"";position:absolute;inset:auto -40px -60px auto;width:220px;height:220px;background:radial-gradient(closest-side,rgba(255,215,0,.2),transparent 70%);pointer-events:none}.hr-summary-headline{display:flex;flex-direction:column;gap:6px}.hr-summary-headline .eyebrow{font-size:13px;opacity:.9;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.hr-summary-headline .ctx{font-size:14px;opacity:.9}.hr-summary-headline .ctx strong{color:var(--hr-yellow);font-weight:700}.hr-summary-stat{display:flex;flex-direction:column;gap:6px}.hr-summary-stat .label{font-size:13px;opacity:.9;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.hr-summary-stat .val{font-size:40px;font-weight:700;letter-spacing:-.02em;line-height:1}.hr-summary-stat .val small{font-size:14px;font-weight:400;opacity:.8;margin-left:4px}.hr-summary-stat.accent .val{color:var(--hr-yellow)}.hr-results-main{position:relative}.hr-total-bar{position:sticky;bottom:16px;z-index:20;margin-top:var(--hr-s-4);display:flex;align-items:center;justify-content:space-between;gap:var(--hr-s-3);background:var(--hr-green);color:#fff;border-radius:var(--hr-r-card);padding:12px 12px 12px 24px;box-shadow:0 14px 34px #22222242;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.hr-total-bar.is-shown{opacity:1;transform:none;pointer-events:auto}.hr-total-bar .tb-text{min-width:0}.hr-total-bar .tb-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;opacity:.9}.hr-total-bar .tb-val{font-size:26px;font-weight:700;line-height:1.05;color:var(--hr-yellow);margin-top:2px}.hr-total-bar .tb-val .tb-psf{font-size:13px;font-weight:500;color:#fff;opacity:.85;margin-left:10px}.hr-total-bar .hr-pill{flex:0 0 auto}.hr-dist{margin-top:var(--hr-s-4);display:grid;grid-template-columns:1fr 1.2fr;gap:var(--hr-s-4)}.hr-card{background:var(--hr-white);border:1px solid var(--hr-border);border-radius:var(--hr-r-card);padding:var(--hr-s-4);box-shadow:var(--hr-shadow-card)}.hr-card-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:var(--hr-s-3);gap:var(--hr-s-3)}.hr-card-head h3{font-size:18px}.hr-card-head .sub{color:var(--hr-muted-text);font-size:13px}.hr-donut-wrap{display:grid;grid-template-columns:200px 1fr;gap:var(--hr-s-4);align-items:center}.hr-donut-center{position:relative;width:200px;height:200px}.hr-donut-center svg{display:block;width:100%;height:100%}.hr-donut-center .center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hr-donut-center .center .small{font-size:11px;color:var(--hr-muted-text);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.hr-donut-center .center .big{font-size:22px;font-weight:700;line-height:1.1}.hr-donut-center .center .tiny{font-size:12px;color:var(--hr-muted-text);margin-top:4px}.hr-legend{display:grid;grid-template-columns:1fr 1fr;column-gap:var(--hr-s-3);row-gap:10px}.hr-legend-row{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:600;padding:6px 8px;border-radius:10px;transition:background .12s;cursor:default;min-width:0}.hr-legend-row:hover{background:#fafafa}.hr-legend-row.is-active{background:#f4f4f4}.hr-legend-row .swatch{width:12px;height:12px;border-radius:4px;flex:0 0 12px}.hr-legend-row .name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hr-legend-row .pct{font-variant-numeric:tabular-nums;color:var(--hr-muted-text);font-weight:700}.hr-quality-summary{display:flex;flex-direction:column;gap:var(--hr-s-3)}.hr-quality-pick{display:flex;align-items:center;justify-content:space-between;background:var(--hr-cream);border-radius:14px;padding:14px 16px}.hr-quality-pick .label{font-size:13px;font-weight:700;color:var(--hr-muted-gold);text-transform:uppercase;letter-spacing:.06em}.hr-quality{display:inline-flex;background:#f4f4f4;border-radius:999px;padding:4px;gap:2px}.hr-quality button{border:0;background:transparent;font:700 13px var(--hr-font);color:var(--hr-muted-text);padding:7px 14px;border-radius:999px;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.hr-quality button.is-on{background:var(--hr-green);color:#fff}.hr-quality button:hover:not(.is-on){color:var(--hr-text);background:#0000000a}.hr-quality.compact button{padding:5px 10px;font-size:12px}.hr-quality.dense button{padding:6px 11px;font-size:12.5px}.hr-table-card{margin-top:var(--hr-s-4)}.hr-table-tools{display:flex;align-items:center;justify-content:space-between;gap:var(--hr-s-3);flex-wrap:wrap;margin-bottom:var(--hr-s-3)}.hr-filter{display:inline-flex;background:#f4f4f4;border-radius:999px;padding:4px;gap:2px}.hr-filter button{border:0;background:transparent;font:700 13px var(--hr-font);color:var(--hr-muted-text);padding:7px 14px;border-radius:999px;cursor:pointer}.hr-filter button.is-on{background:var(--hr-text);color:#fff}.hr-rtable{width:100%;border-collapse:separate;border-spacing:0}.hr-rtable thead th{text-align:left;font-size:12px;font-weight:700;color:var(--hr-muted-gold);text-transform:uppercase;letter-spacing:.08em;padding:12px;border-bottom:1px solid var(--hr-border);white-space:nowrap}.hr-rtable thead th.num{text-align:right}.hr-rtable tbody td{padding:14px 12px;border-bottom:1px solid var(--hr-border);vertical-align:middle}.hr-rtable tbody tr:last-child td{border-bottom:0}.hr-rtable tbody tr:hover td{background:#fafafa}.hr-rtable tbody td.num{text-align:right;font-variant-numeric:tabular-nums;font-weight:700;font-size:15px}.hr-mat-cell{display:flex;align-items:center;gap:14px}.hr-mat-icon{width:56px;height:56px;border-radius:14px;background:#f6f6f6;display:flex;align-items:center;justify-content:center;border:1px solid var(--hr-border);flex:0 0 56px;overflow:hidden}.hr-mat-icon img{width:100%;height:100%;object-fit:contain;padding:4px}.hr-mat-icon.placeholder{background:var(--hr-cream);color:var(--hr-muted-gold);font-weight:700}.hr-mat-name{font-weight:700;font-size:15px;display:flex;flex-direction:column;gap:2px}.hr-mat-name .qty{font-weight:500;color:var(--hr-muted-text);font-size:13px}.hr-buy-cell{text-align:right;min-width:168px}.hr-buy-add{display:inline-flex;align-items:center;gap:8px;border:0;cursor:pointer;background:var(--hr-green);color:#fff;height:38px;padding:0 16px;border-radius:999px;font:700 13px var(--hr-font);text-decoration:none;transition:background .15s,transform .08s}.hr-buy-add:hover{background:var(--hr-green-dark)}.hr-buy-add:active{transform:translateY(1px)}.hr-buy-add.in-cart{background:var(--hr-green-dark)}.hr-buy-add svg{width:14px;height:14px}.hr-need-tag{display:inline-flex;align-items:center;gap:6px;background:#f4f4f4;color:var(--hr-muted-text);border-radius:999px;height:34px;padding:0 14px;font:700 12px var(--hr-font);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.hr-need-tag .dot{width:6px;height:6px;border-radius:50%;background:var(--hr-muted-text)}.hr-lead{margin-top:var(--hr-s-5);background:linear-gradient(135deg,var(--hr-cream) 0%,var(--hr-cream-deep) 100%);border-radius:var(--hr-r-card);padding:var(--hr-s-5);display:grid;grid-template-columns:1fr auto;gap:var(--hr-s-4);align-items:center;border:1px solid var(--hr-border);position:relative;overflow:hidden}.hr-lead:before{content:"";position:absolute;right:-30px;top:-30px;width:220px;height:220px;background:radial-gradient(closest-side,rgba(50,134,22,.18),transparent 70%)}.hr-lead-copy{position:relative;z-index:1}.hr-lead-copy h3{font-size:22px}.hr-lead-copy p{color:#3a3a3a;margin-top:6px;max-width:480px}.hr-lead-form{position:relative;z-index:1;display:flex;gap:var(--hr-s-2);flex-wrap:wrap;align-items:center}.hr-lead-form .hr-input{background:#fff;height:50px;min-width:180px}.hr-lead-foot{margin-top:var(--hr-s-3);font-size:12px;color:var(--hr-muted-gold)}.hr-trust{max-width:1200px;margin:0 auto;padding:var(--hr-s-6) var(--hr-s-4) var(--hr-s-4)}.hr-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--hr-s-3)}.hr-trust-card{background:#fff;border:1px solid var(--hr-border);border-radius:var(--hr-r-card);padding:var(--hr-s-4)}.hr-trust-card .badge{width:44px;height:44px;border-radius:12px;background:var(--hr-green-soft);color:var(--hr-green);display:inline-flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:10px}.hr-trust-card h4{font-size:15px;font-weight:700;margin-bottom:4px}.hr-trust-card p{font-size:13.5px;color:var(--hr-muted-text)}.hr-faq{max-width:1200px;margin:0 auto;padding:0 var(--hr-s-4) var(--hr-s-7)}.hr-faq h2{margin-bottom:var(--hr-s-3)}.hr-faq-item{border-bottom:1px solid var(--hr-border);padding:var(--hr-s-3) 0;cursor:pointer}.hr-faq-item summary{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:16px;list-style:none}.hr-faq-item summary::-webkit-details-marker{display:none}.hr-faq-item summary .chev{width:28px;height:28px;border-radius:50%;background:var(--hr-green-soft);color:var(--hr-green);display:inline-flex;align-items:center;justify-content:center;font-weight:700;transition:transform .2s}.hr-faq-item[open] summary .chev{transform:rotate(45deg)}.hr-faq-item p{color:#3a3a3a;padding-top:10px}.hr-foot{background:#111;color:#fff;padding:var(--hr-s-5) 0;margin-top:var(--hr-s-4)}.hr-foot-inner{max-width:1200px;margin:0 auto;padding:0 var(--hr-s-4);display:flex;align-items:center;justify-content:space-between;gap:var(--hr-s-3);flex-wrap:wrap}.hr-foot-inner .small{color:#fff9;font-size:13px}.hr-root.is-mobile .hr-topbar-inner{padding:10px var(--hr-s-3);gap:var(--hr-s-2)}.hr-root.is-mobile .hr-topbar-search{display:none}.hr-root.is-mobile .hr-logo img{height:36px}.hr-root.is-mobile .hr-deliver-pill{font-size:11.5px;padding:5px 10px 5px 8px}.hr-root.is-mobile .hr-icon-btn{width:36px;height:36px}.hr-root.is-mobile .hr-hero-inner{padding:var(--hr-s-4) var(--hr-s-3) var(--hr-s-4)}.hr-root.is-mobile h1{font-size:28px}.hr-root.is-mobile .hr-hero .tagline{font-size:15px}.hr-root.is-mobile .hr-hero-meta{gap:8px var(--hr-s-3);margin-top:var(--hr-s-3)}.hr-root.is-mobile .hr-hero-meta .item{font-size:12.5px}.hr-root.is-mobile .hr-input-panel{margin-top:-20px;padding:0 var(--hr-s-3)}.hr-root.is-mobile .hr-input-card{padding:var(--hr-s-3)}.hr-root.is-mobile .hr-input-grid{grid-template-columns:1fr;gap:var(--hr-s-3)}.hr-root.is-mobile .hr-cta-row{flex-direction:column-reverse;align-items:stretch}.hr-root.is-mobile .hr-pill,.hr-root.is-mobile .hr-pill.ghost{width:100%}.hr-root.is-mobile .hr-empty{grid-template-columns:1fr;gap:var(--hr-s-3);padding:0 var(--hr-s-3) var(--hr-s-5);margin-top:var(--hr-s-4)}.hr-root.is-mobile .hr-results{padding:0 var(--hr-s-3) var(--hr-s-5);margin-top:var(--hr-s-4)}.hr-root.is-mobile .hr-summary{grid-template-columns:1fr;padding:var(--hr-s-3);gap:var(--hr-s-3)}.hr-root.is-mobile .hr-summary-stat .val{font-size:30px}.hr-root.is-mobile .hr-dist,.hr-root.is-mobile .hr-donut-wrap{grid-template-columns:1fr;gap:var(--hr-s-3)}.hr-root.is-mobile .hr-donut-center{width:180px;height:180px;margin:0 auto}.hr-root.is-mobile .hr-legend{grid-template-columns:1fr}.hr-root.is-mobile .hr-rtable-wrap.desktop{display:none}.hr-root.is-mobile .hr-mat-cards{display:grid;gap:var(--hr-s-2)}.hr-root:not(.is-mobile) .hr-mat-cards{display:none}.hr-mat-card{background:#fff;border:1px solid var(--hr-border);border-radius:var(--hr-r-card);padding:var(--hr-s-3);display:grid;gap:var(--hr-s-2)}.hr-mat-card-top{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.hr-mat-card-top .hr-mat-icon{width:48px;height:48px;flex:0 0 48px;border-radius:12px}.hr-mat-card-top .name{font-weight:700;font-size:15px}.hr-mat-card-top .qty{font-size:12.5px;color:var(--hr-muted-text)}.hr-mat-card-top .amount{font-weight:700;font-size:16px;font-variant-numeric:tabular-nums}.hr-mat-card-actions{display:flex;align-items:center;justify-content:space-between;gap:var(--hr-s-2);flex-wrap:wrap}.hr-mat-card-top>div{min-width:0}.hr-mat-card-top .qty{overflow:hidden;text-overflow:ellipsis}.hr-root.is-mobile{overflow-x:clip}.hr-root.is-mobile .hr-total-bar{bottom:12px;padding:10px 10px 10px 16px;gap:10px;flex-wrap:wrap}.hr-root.is-mobile .hr-total-bar .tb-text{flex:1 1 auto}.hr-root.is-mobile .hr-total-bar .tb-val{font-size:20px}.hr-root.is-mobile .hr-total-bar .tb-val .tb-psf{display:none}.hr-root.is-mobile .hr-total-bar .hr-pill.small{height:38px;padding:0 14px;font-size:13px;flex:0 0 auto}.hr-root.is-mobile .hr-lead{grid-template-columns:1fr;padding:var(--hr-s-3)}.hr-root.is-mobile .hr-lead-form{gap:8px}.hr-root.is-mobile .hr-lead-form .hr-input{flex:1 1 100%;min-width:0}.hr-root.is-mobile .hr-trust{padding:var(--hr-s-4) var(--hr-s-3) var(--hr-s-3)}.hr-root.is-mobile .hr-trust-grid{grid-template-columns:1fr 1fr}.hr-root.is-mobile .hr-faq{padding:0 var(--hr-s-3) var(--hr-s-5)}.hr-cart-bar{position:sticky;bottom:0;background:var(--hr-text);color:#fff;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:0;z-index:5}.hr-cart-bar .info .label{font-size:11px;opacity:.7;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.hr-cart-bar .info .val{font-size:18px;font-weight:700}.hr-cart-bar .hr-pill{height:44px;padding:0 18px;font-size:14px}@media(max-width:720px){.hr-auto-responsive .hr-topbar-search{display:none}}.hr-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%) translateY(20px);background:var(--hr-text);color:#fff;padding:12px 18px;border-radius:999px;font:700 13px var(--hr-font);display:flex;align-items:center;gap:10px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;box-shadow:0 10px 32px #0000002e;z-index:50}.hr-toast.show{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.hr-toast .dot{width:8px;height:8px;border-radius:50%;background:var(--hr-yellow)}
/*# sourceMappingURL=/cdn/shop/t/124/assets/homerun-calculator.css.map */
