s-pet-cost-calculator{display:block;--brand: var(--spc-brand, #0D9488);--brand-dark: var(--spc-brand-dark, #0B5E57);--brand-tint: var(--spc-brand-tint, #E6F5F3);--accent: var(--spc-accent, #F97316);--accent-dark: var(--spc-accent-dark, #C2560F);--ink: var(--spc-ink, #0F201E);--muted: var(--spc-muted, #5B6B68);--line: var(--spc-line, #E2EAE8);--page: var(--spc-page, #F4F7F6);--card: var(--spc-card, #FFFFFF);--bar-track: var(--spc-bar-track, #EDF2F1);--shadow: 0 1px 2px rgba(15, 32, 30, .05), 0 8px 24px rgba(15, 32, 30, .06);--radius: 16px}s-pet-cost-calculator *{box-sizing:border-box}s-pet-cost-calculator{-webkit-text-size-adjust:100%}s-pet-cost-calculator{margin:0;background:var(--page);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}s-pet-cost-calculator .wrap{max-width:980px;margin:0 auto;padding:196px 18px 64px}s-pet-cost-calculator .brandbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:22px}s-pet-cost-calculator .logo{display:flex;align-items:center;gap:11px;font-weight:800;letter-spacing:-.02em;font-size:19px}s-pet-cost-calculator .logo .mark{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--brand),var(--brand-dark));display:grid;place-items:center;color:#fff;flex:none}s-pet-cost-calculator .logo .mark svg{width:20px;height:20px}s-pet-cost-calculator .logo .tm{font-size:11px;vertical-align:super;color:var(--muted);font-weight:700}s-pet-cost-calculator .tagline{font-size:12.5px;font-weight:700;color:var(--brand-dark);letter-spacing:.02em}s-pet-cost-calculator .emoji-strip{font-size:clamp(24px,4.4vw,32px);letter-spacing:.12em;line-height:1;margin:6px 0 14px}s-pet-cost-calculator h1{font-size:clamp(26px,4.4vw,38px);line-height:1.08;letter-spacing:-.025em;margin:.1em 0 .35em}s-pet-cost-calculator .sub{font-size:16px;color:var(--muted);max-width:60ch;margin:0 0 8px}s-pet-cost-calculator .byline{font-size:13px;color:var(--muted);margin:0 0 26px}s-pet-cost-calculator .byline b{color:var(--ink)}s-pet-cost-calculator .grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}@media(max-width:840px){s-pet-cost-calculator .grid{grid-template-columns:1fr}}s-pet-cost-calculator .card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}s-pet-cost-calculator .card h2{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 16px;font-weight:800}s-pet-cost-calculator .field{margin-bottom:18px}s-pet-cost-calculator .field:last-child{margin-bottom:0}s-pet-cost-calculator label.lab{display:block;font-size:14px;font-weight:700;margin-bottom:8px}s-pet-cost-calculator .hint{font-size:12.5px;color:var(--muted);font-weight:500;margin-left:6px}s-pet-cost-calculator select,s-pet-cost-calculator input[type=number]{width:100%;padding:12px 13px;font-size:15px;font-family:inherit;color:var(--ink);background:var(--card);border:1.5px solid var(--line);border-radius:11px;-webkit-appearance:none;appearance:none}s-pet-cost-calculator select:focus,s-pet-cost-calculator input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint)}s-pet-cost-calculator .selwrap{position:relative}s-pet-cost-calculator .selwrap:after{content:"";position:absolute;right:14px;top:50%;width:9px;height:9px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:translateY(-70%) rotate(45deg);pointer-events:none}s-pet-cost-calculator .money-input{position:relative}s-pet-cost-calculator .money-input .cur{position:absolute;left:13px;top:50%;transform:translateY(-50%);font-size:15px;color:var(--muted);font-weight:700;pointer-events:none}s-pet-cost-calculator .money-input input{padding-left:44px}s-pet-cost-calculator .seg{display:flex;gap:6px;background:var(--bar-track);padding:5px;border-radius:12px}s-pet-cost-calculator .seg button{flex:1;border:none;background:transparent;padding:10px 6px;border-radius:8px;font-family:inherit;font-size:14px;font-weight:700;color:var(--muted);cursor:pointer;transition:.15s}s-pet-cost-calculator .seg button.on{background:var(--card);color:var(--brand-dark);box-shadow:var(--shadow)}s-pet-cost-calculator .seg.small button{font-size:13px;padding:9px 4px}s-pet-cost-calculator .toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-top:1px solid var(--line)}s-pet-cost-calculator .toggle-row:first-of-type{border-top:none}s-pet-cost-calculator .toggle-row .tl{font-size:14px;font-weight:600}s-pet-cost-calculator .toggle-row .tl small{display:block;font-size:12px;color:var(--muted);font-weight:500}s-pet-cost-calculator .sw{position:relative;width:46px;height:27px;flex:none}s-pet-cost-calculator .sw input{opacity:0;width:0;height:0;position:absolute}s-pet-cost-calculator .sw .track{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bar-track);border-radius:20px;transition:.18s;cursor:pointer}s-pet-cost-calculator .sw .track:before{content:"";position:absolute;height:21px;width:21px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.18s;box-shadow:0 1px 3px #0000004d}s-pet-cost-calculator .sw input:checked+.track{background:var(--brand)}s-pet-cost-calculator .sw input:checked+.track:before{transform:translate(19px)}s-pet-cost-calculator .sw input:focus-visible+.track{box-shadow:0 0 0 3px var(--brand-tint)}s-pet-cost-calculator .stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:6px}s-pet-cost-calculator .stat{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:16px 15px}s-pet-cost-calculator .stat.hero{grid-column:1/-1;background:linear-gradient(135deg,var(--brand),var(--brand-dark));border:none;color:#fff}s-pet-cost-calculator .stat .k{font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--muted)}s-pet-cost-calculator .stat.hero .k{color:#ffffffd9}s-pet-cost-calculator .stat .v{font-size:clamp(24px,4.5vw,32px);font-weight:800;letter-spacing:-.02em;margin-top:3px;font-variant-numeric:tabular-nums}s-pet-cost-calculator .stat .note{font-size:12px;color:var(--muted);margin-top:2px}s-pet-cost-calculator .stat.hero .note{color:#ffffffd1}s-pet-cost-calculator .divide-soft{height:1px;background:var(--line);margin:22px 0}s-pet-cost-calculator .bd-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px}s-pet-cost-calculator .bd-head h3{font-size:15px;margin:0;font-weight:800}s-pet-cost-calculator .bd-head .tot{font-size:14px;font-weight:800;color:var(--brand-dark);font-variant-numeric:tabular-nums}s-pet-cost-calculator .bar{margin-bottom:13px}s-pet-cost-calculator .bar .row{display:flex;justify-content:space-between;align-items:baseline;font-size:13.5px;margin-bottom:5px}s-pet-cost-calculator .bar .row .nm{font-weight:600}s-pet-cost-calculator .bar .row .amt{font-weight:700;font-variant-numeric:tabular-nums;color:var(--ink)}s-pet-cost-calculator .bar .track{height:12px;background:var(--bar-track);border-radius:6px;overflow:hidden}s-pet-cost-calculator .bar .fill{height:100%;background:var(--brand);border-radius:6px;min-width:2px;transition:width .35s cubic-bezier(.3,1,.4,1)}s-pet-cost-calculator .bar[data-opt=off]{opacity:.45}s-pet-cost-calculator .upfront-list{margin-top:4px}s-pet-cost-calculator .upfront-list .li{display:flex;justify-content:space-between;font-size:13.5px;padding:8px 0;border-top:1px dashed var(--line)}s-pet-cost-calculator .upfront-list .li:first-child{border-top:none}s-pet-cost-calculator .upfront-list .li .amt{font-weight:700;font-variant-numeric:tabular-nums}s-pet-cost-calculator .link-btn{background:none;border:none;color:var(--brand-dark);font-weight:700;font-size:13px;font-family:inherit;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:3px}s-pet-cost-calculator table.data{width:100%;border-collapse:collapse;font-size:13.5px;margin-top:10px}s-pet-cost-calculator table.data th,s-pet-cost-calculator table.data td{text-align:left;padding:8px 6px;border-bottom:1px solid var(--line)}s-pet-cost-calculator table.data td.n,s-pet-cost-calculator table.data th.n{text-align:right;font-variant-numeric:tabular-nums}s-pet-cost-calculator table.data tr.sum td{font-weight:800;border-bottom:none;border-top:2px solid var(--ink)}s-pet-cost-calculator .vetnote{background:var(--brand-tint);border:1px solid var(--line);border-radius:var(--radius);padding:18px 20px;margin-top:22px}s-pet-cost-calculator .vetnote .vh{display:flex;align-items:center;gap:9px;font-weight:800;font-size:14px;margin-bottom:8px}s-pet-cost-calculator .vetnote .vh .dot{width:26px;height:26px;border-radius:50%;background:var(--brand-dark);color:#fff;display:grid;place-items:center;font-size:12px;flex:none}s-pet-cost-calculator .vetnote p{margin:0 0 9px;font-size:14px}s-pet-cost-calculator .vetnote p:last-child{margin-bottom:0}s-pet-cost-calculator .rates{font-size:11.5px;color:var(--muted);margin-top:10px;line-height:1.45}s-pet-cost-calculator .cta-divider{border:none;border-top:2px solid var(--line);margin:40px 0 24px}s-pet-cost-calculator .cta{background:var(--brand-dark);border-radius:var(--radius);padding:26px 24px;color:#fff;text-align:center}s-pet-cost-calculator .cta h3{margin:0 0 8px;font-size:21px;letter-spacing:-.02em}s-pet-cost-calculator .cta p{margin:0 auto 16px;font-size:15px;color:#ffffffe6;max-width:52ch}s-pet-cost-calculator .cta .btn{display:inline-block;background:#fff;color:var(--brand-dark);font-weight:800;font-size:15px;text-decoration:none;padding:13px 26px;border-radius:12px}s-pet-cost-calculator .cta .tm{font-size:11px;vertical-align:super}s-pet-cost-calculator footer.disc{font-size:12px;color:var(--muted);margin-top:22px;line-height:1.5}s-pet-cost-calculator .species-tabs{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:4px}s-pet-cost-calculator .species-tabs button{border:1.5px solid var(--line);background:var(--card);color:var(--muted);font-family:inherit;font-weight:700;font-size:13.5px;padding:9px 13px;border-radius:10px;cursor:pointer;transition:.15s}s-pet-cost-calculator .species-tabs button.on{border-color:var(--brand);background:var(--brand-tint);color:var(--brand-dark)}s-pet-cost-calculator .hide{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/s-pet-cost-calculator.css.map */
