.efcol-calc{font-family:var(--f-body);color:var(--c-sentinel-slate);background-color:var(--c-sentinel-cream-soft);padding:0 0 48px}.efcol-calc *,.efcol-calc *:before,.efcol-calc *:after{box-sizing:border-box}.efcol-calc [hidden]{display:none!important}.efcol-calc__inner{max-width:1140px;margin:0 auto;padding:0 20px}.efcol-calc__season{display:flex;align-items:center;justify-content:center;gap:9px;padding:10px 20px;background-color:var(--c-sentinel-orange);color:#fff;font-size:13.5px;font-weight:600;line-height:1.35;text-align:center}.efcol-calc__season svg{width:18px;height:18px;flex:0 0 auto}.efcol-calc__how{display:flex;flex-wrap:wrap;align-items:center;gap:8px 20px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid var(--c-sentinel-border)}.efcol-calc__how-lead{font-family:var(--f-display);font-weight:700;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:var(--c-sentinel-slate)}.efcol-calc__how-steps{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 16px}.efcol-calc__how-steps li{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:var(--c-sentinel-text-secondary)}.efcol-calc__how-steps b{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--c-sentinel-orange-soft);color:var(--c-sentinel-orange);font-family:var(--f-display);font-weight:800;font-size:12px}.efcol-calc__hero{background-color:var(--c-sentinel-slate);color:#fff;padding:64px 20px 76px}.efcol-calc__hero-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:32px;align-items:center}@media(min-width:980px){.efcol-calc__hero-inner{grid-template-columns:1.1fr .9fr;gap:48px}}.efcol-calc__hero-eyebrow{font-family:var(--f-display);font-weight:700;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--c-sentinel-orange)}.efcol-calc__hero-title{font-family:var(--f-display);font-weight:800;font-size:clamp(30px,5vw,46px);line-height:1.04;margin:12px 0 16px;color:#fff}.efcol-calc__hero-lede{font-size:16px;line-height:1.55;color:#ffffffd1;max-width:54ch;margin:0}.efcol-calc__hero-heritage{display:flex;gap:9px;align-items:flex-start;margin:18px 0 0;font-size:14px;line-height:1.5;color:#ffffffe6}.efcol-calc__hero-heritage svg{width:20px;height:20px;flex:0 0 auto;margin-top:1px;color:var(--c-sentinel-orange)}.efcol-calc__hero-heritage strong{color:#fff;font-weight:700}.efcol-calc__hero-cta{display:inline-flex;align-items:center;margin-top:24px;padding:13px 28px;background:var(--c-sentinel-orange);color:#fff;font-family:var(--f-display);font-weight:700;font-size:15px;letter-spacing:.02em;border-radius:var(--radius-sm);text-decoration:none;transition:transform .12s var(--easing),filter .12s var(--easing)}.efcol-calc__hero-cta:after{content:" \2193"}.efcol-calc__hero-cta:hover{filter:brightness(1.06);transform:translateY(-1px)}.efcol-calc__hero-visual{display:flex;justify-content:center}.efcol-calc__hero-visual img{width:100%;border-radius:var(--radius-md);object-fit:cover;max-height:340px}.efcol-calc__diagram{width:100%;max-width:480px;height:auto;color:#ffffff80}.efcol-calc__diagram-wire{stroke:var(--c-sentinel-orange)}.efcol-calc__diagram-dot circle{fill:#fff}.efcol-calc__diagram-bolt{fill:var(--c-sentinel-orange)}.efcol-calc__designer{position:relative;margin-top:-44px;background:#fff;border:1px solid var(--c-sentinel-border);border-radius:var(--radius-md);box-shadow:0 18px 48px #2a35401f;padding:24px}.efcol-calc__designer-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:900px){.efcol-calc__designer{padding:28px}.efcol-calc__designer-grid{grid-template-columns:minmax(0,1fr) 380px;gap:32px;align-items:start}}.efcol-calc__form{display:flex;flex-direction:column;gap:14px}.efcol-calc__form-step{font-family:var(--f-display);font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--c-sentinel-text-muted);margin:6px 0 0}.efcol-calc__form-step:first-child{margin-top:0}.efcol-calc__animals{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media(min-width:480px){.efcol-calc__animals{grid-template-columns:repeat(4,1fr)}}.efcol-calc__animal{cursor:pointer;margin:0}.efcol-calc__animal input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.efcol-calc__animal-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:12px 6px;border:1.5px solid var(--c-sentinel-border);border-radius:var(--radius-sm);background:#fff;text-align:center;transition:border-color .12s var(--easing),background-color .12s var(--easing),box-shadow .12s var(--easing)}.efcol-calc__animal-ico{width:30px;height:30px;color:var(--c-sentinel-slate)}.efcol-calc__animal-ico svg{width:100%;height:100%}.efcol-calc__animal-name{font-family:var(--f-display);font-weight:700;font-size:13px;color:var(--c-sentinel-slate)}.efcol-calc__animal:hover .efcol-calc__animal-tile{border-color:var(--c-sentinel-orange)}.efcol-calc__animal input:checked+.efcol-calc__animal-tile{border-color:var(--c-sentinel-orange);background:var(--c-sentinel-orange-soft);box-shadow:inset 0 0 0 1px var(--c-sentinel-orange)}.efcol-calc__animal input:focus-visible+.efcol-calc__animal-tile{outline:2px solid var(--c-sentinel-orange);outline-offset:2px}.efcol-calc__animal input:checked+.efcol-calc__animal-tile .efcol-calc__animal-ico,.efcol-calc__animal input:checked+.efcol-calc__animal-tile .efcol-calc__animal-name{color:var(--c-sentinel-orange)}.efcol-calc__field{display:flex;flex-direction:column;gap:5px}.efcol-calc__field>span{font-size:13px;font-weight:600;color:var(--c-sentinel-slate)}.efcol-calc__field select,.efcol-calc__field input{font-family:var(--f-body);font-size:14px;color:var(--c-sentinel-slate);background-color:#fff;border:1px solid var(--c-sentinel-border);border-radius:var(--radius-sm);padding:10px 12px;width:100%;transition:border-color .12s var(--easing)}.efcol-calc__field select:focus,.efcol-calc__field input:focus{outline:none;border-color:var(--c-sentinel-orange)}.efcol-calc__grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:480px){.efcol-calc__grid{grid-template-columns:repeat(2,1fr)}}.efcol-calc__reco{background-color:var(--c-sentinel-orange-soft);border:1px solid var(--c-sentinel-orange);border-radius:var(--radius-sm);padding:11px 13px}.efcol-calc__reco-stats{display:flex;flex-wrap:wrap;gap:6px 18px;margin-bottom:5px}.efcol-calc__reco-stat{font-size:14px;color:var(--c-sentinel-slate)}.efcol-calc__reco-stat b{font-family:var(--f-display);font-weight:800;font-size:16px;color:var(--c-sentinel-orange)}.efcol-calc__reco-why{margin:0;font-size:12.5px;line-height:1.45;color:var(--c-sentinel-text-secondary)}.efcol-calc__advanced{border-top:1px solid var(--c-sentinel-border);padding-top:14px}.efcol-calc__advanced>summary{cursor:pointer;list-style:none;font-family:var(--f-display);font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--c-sentinel-orange);margin-bottom:12px}.efcol-calc__advanced>summary::-webkit-details-marker{display:none}.efcol-calc__advanced>summary:before{content:"+ "}.efcol-calc__advanced[open]>summary:before{content:"\2212"}.efcol-calc__toggles{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:12px}.efcol-calc__toggle{display:inline-flex;align-items:center;gap:7px;font-size:14px;color:var(--c-sentinel-slate);cursor:pointer}.efcol-calc__toggle input{width:16px;height:16px;accent-color:var(--c-sentinel-orange)}.efcol-calc__panel{align-self:start;background:var(--c-sentinel-slate);color:#fff;border-radius:var(--radius-md);padding:22px}@media(min-width:900px){.efcol-calc__panel{position:sticky;top:18px}}.efcol-calc__panel-empty{display:flex;flex-direction:column;gap:10px;align-items:flex-start;color:#ffffffb8}.efcol-calc__panel-empty svg{width:28px;height:28px;color:var(--c-sentinel-orange)}.efcol-calc__panel-empty p{margin:0;font-size:14px;line-height:1.5}.efcol-calc__panel-eyebrow{font-family:var(--f-display);font-weight:700;font-size:11px;letter-spacing:.12em;color:var(--c-sentinel-orange)}.efcol-calc__stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0 16px}.efcol-calc__stat{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-sm);padding:10px 12px}.efcol-calc__stat strong{display:block;font-family:var(--f-display);font-weight:800;font-size:22px;color:#fff;line-height:1}.efcol-calc__stat span{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#fff9}.efcol-calc__kit-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:8px}.efcol-calc__kit-title{font-family:var(--f-display);font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#fff}.efcol-calc__kit-detail-link{font-size:11px;color:var(--c-sentinel-orange);text-decoration:none;white-space:nowrap}.efcol-calc__kit-detail-link:hover{text-decoration:underline}.efcol-calc__kit{max-height:232px;overflow-y:auto;margin-bottom:14px;padding-right:4px}.efcol-calc__kit::-webkit-scrollbar{width:6px}.efcol-calc__kit::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.efcol-calc__kit-row{display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.1)}.efcol-calc__kit-row:last-child{border-bottom:none}.efcol-calc__kit-row.is-pending{opacity:.62}.efcol-calc__kit-thumb{flex:0 0 auto;width:34px;height:34px;border-radius:6px;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center}.efcol-calc__kit-thumb img{width:100%;height:100%;object-fit:contain;padding:3px}.efcol-calc__kit-noimg{width:100%;height:100%;background:#ffffff26}.efcol-calc__kit-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.efcol-calc__kit-name{font-size:12.5px;font-weight:600;color:#fff;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.efcol-calc__kit-qty{font-size:11px;color:#ffffff8c;margin-top:1px}.efcol-calc__kit-price{flex:0 0 auto;font-family:var(--f-display);font-weight:700;font-size:12.5px;color:#fff;white-space:nowrap}.efcol-calc__kit-price .efcol-calc__muted{color:#ffffff80;font-weight:400}.efcol-calc__total{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding-top:14px;border-top:1px solid rgba(255,255,255,.15)}.efcol-calc__total span{font-family:var(--f-display);font-weight:700;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#ffffffbf}.efcol-calc__total strong{font-family:var(--f-display);font-weight:800;font-size:28px;color:#fff}.efcol-calc__freeship{font-size:13px;font-weight:600;color:#86e0aa;margin:8px 0 0}.efcol-calc__freeship:before{content:"\2713"}.efcol-calc__value{margin:10px 0 0;font-size:12.5px;line-height:1.5;color:#ffffffb3}.efcol-calc__add{width:100%;margin-top:16px}.efcol-calc__add:disabled{opacity:.5;cursor:not-allowed}.efcol-calc__reassure{font-size:12px;color:#fff9;margin:10px 0 0}.efcol-calc__safety{display:flex;gap:9px;align-items:flex-start;margin:14px 0 0;padding:11px 13px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-sm);font-size:12.5px;line-height:1.5;color:#fffc}.efcol-calc__safety svg{width:18px;height:18px;flex:0 0 auto;margin-top:1px;color:var(--c-sentinel-orange)}.efcol-calc__safety a{color:#fff;font-weight:600;text-decoration:underline}.efcol-calc__lead{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.15)}.efcol-calc__lead-label{font-size:13.5px;font-weight:600;color:#fff;margin:0 0 8px;line-height:1.4}.efcol-calc__lead-row{display:flex;flex-wrap:wrap;gap:8px}.efcol-calc__lead-row input{flex:1 1 160px;font-family:var(--f-body);font-size:14px;padding:10px 12px;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-sm);background:#ffffff14;color:#fff}.efcol-calc__lead-row input::placeholder{color:#ffffff80}.efcol-calc__lead-row input:focus{outline:none;border-color:var(--c-sentinel-orange)}.efcol-calc__lead-btn{flex:0 0 auto}.efcol-calc__lead-fine{font-size:11px;color:#ffffff80;margin:8px 0 0}.efcol-calc__lead-msg{font-size:13px;margin:8px 0 0}.efcol-calc__lead-msg.is-ok{color:#86e0aa;font-weight:600}.efcol-calc__lead-msg.is-err{color:#ff9b94}.efcol-calc__detail{margin-top:30px}.efcol-calc__detail-title{font-family:var(--f-display);font-weight:800;font-size:20px;color:var(--c-sentinel-slate);margin:0 0 14px}.efcol-calc__bom{background:#fff;border:1px solid var(--c-sentinel-border);border-radius:var(--radius-md);padding:20px}.efcol-calc__tier{margin-bottom:16px}.efcol-calc__tier:last-child{margin-bottom:0}.efcol-calc__tier-title{font-family:var(--f-display);font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--c-sentinel-text-muted);margin:0 0 8px}.efcol-calc__list{display:flex;flex-direction:column}.efcol-calc__item{display:flex;align-items:center;gap:14px;padding:12px 2px;border-bottom:1px solid var(--c-sentinel-border)}.efcol-calc__item:last-child{border-bottom:none}.efcol-calc__item.is-pending{opacity:.72}.efcol-calc__item-thumb{flex:0 0 auto;width:56px;height:56px;border-radius:var(--radius-sm);border:1px solid var(--c-sentinel-border);background-color:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center}.efcol-calc__item-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.efcol-calc__item-noimg{width:100%;height:100%;background-color:var(--c-sentinel-cream-soft)}.efcol-calc__item-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.efcol-calc__item-label{font-family:var(--f-display);font-weight:700;font-size:15px;color:var(--c-sentinel-slate);line-height:1.2}.efcol-calc__item-name{font-size:12px;color:var(--c-sentinel-text-muted);line-height:1.35;margin-top:1px}.efcol-calc__item-qty{font-size:13px;color:var(--c-sentinel-text-secondary);margin-top:4px}.efcol-calc__item-price{flex:0 0 auto;align-self:center;text-align:right;font-family:var(--f-display);font-weight:800;font-size:16px;color:var(--c-sentinel-slate);white-space:nowrap}.efcol-calc__muted{color:var(--c-sentinel-text-muted);font-weight:400}.efcol-calc__badge{display:inline-block;font-family:var(--f-display);font-weight:700;font-size:9px;letter-spacing:.06em;text-transform:uppercase;color:var(--c-sentinel-orange);background-color:var(--c-sentinel-orange-soft);padding:2px 6px;border-radius:3px;margin-left:4px}.efcol-calc__pending-note{font-size:12px;color:var(--c-sentinel-text-muted);margin:8px 0 0;line-height:1.4}.efcol-calc__advisory{margin-top:14px;padding:12px 14px;background-color:var(--c-sentinel-cream);border-left:3px solid var(--c-sentinel-orange);border-radius:var(--radius-sm)}.efcol-calc__advisory-title{font-family:var(--f-display);font-weight:700;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--c-sentinel-orange);margin:0 0 6px}.efcol-calc__advisory ul{margin:0;padding-left:16px}.efcol-calc__advisory li{font-size:13px;line-height:1.45;color:var(--c-sentinel-text-secondary);margin-bottom:4px}.efcol-calc__note{font-size:11px;color:var(--c-sentinel-text-muted);line-height:1.45;margin:12px 0 0}.efcol-calc__proof{background-color:var(--c-sentinel-cream);border-top:1px solid var(--c-sentinel-border);margin-top:40px;padding:44px 20px}.efcol-calc__proof-inner{max-width:1140px;margin:0 auto}.efcol-calc__testimonial{max-width:760px;margin:0 auto 30px;text-align:center}.efcol-calc__testimonial blockquote{margin:0;font-family:var(--f-display);font-weight:700;font-size:clamp(18px,2.4vw,24px);line-height:1.4;color:var(--c-sentinel-slate)}.efcol-calc__testimonial figcaption{margin-top:10px;font-size:13px;font-weight:600;color:var(--c-sentinel-text-secondary)}.efcol-calc__proof-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:760px;margin:0 auto;text-align:center}@media(min-width:680px){.efcol-calc__proof-stats{grid-template-columns:repeat(4,1fr)}}.efcol-calc__proof-stat strong{display:block;font-family:var(--f-display);font-weight:800;font-size:30px;color:var(--c-sentinel-orange);line-height:1}.efcol-calc__proof-stat span{display:block;margin-top:6px;font-size:12.5px;color:var(--c-sentinel-text-secondary);line-height:1.35}.efcol-calc__proof-confidence{list-style:none;margin:30px auto 0;padding:0;max-width:820px;display:flex;flex-wrap:wrap;justify-content:center;gap:12px 28px}.efcol-calc__proof-confidence li{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:600;color:var(--c-sentinel-slate)}.efcol-calc__proof-confidence svg{width:22px;height:22px;color:var(--c-sentinel-orange);flex:0 0 auto}.efcol-calc__sticky{display:none}@media(max-width:760px){.efcol-calc{padding-bottom:84px}.efcol-calc__sticky{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background-color:#fff;border-top:1px solid var(--c-sentinel-border);box-shadow:0 -4px 16px #2a35401f}.efcol-calc__sticky[hidden]{display:none}.efcol-calc__sticky-total{font-family:var(--f-display);font-weight:800;font-size:18px;color:var(--c-sentinel-slate);white-space:nowrap}.efcol-calc__sticky-add{flex:0 0 auto}}
/*# sourceMappingURL=/cdn/shop/t/104/assets/sentinel-ef-calculator.css.map */
