*,*::before,*::after{box-sizing:border-box}
:root{
 --ink:#14171c; --muted:#6b7684; --line:#e3e6ea; --bg:#f4f5f7; --card:#fff;
 --acc:#e5484d; --ok:#169158; --r:14px;
}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--ink);
 font:16px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{line-height:1.22;margin:0}
.in{max-width:1220px;margin:0 auto;padding:0 20px}

/* header */
.hdr{background:var(--ink);color:#fff;position:sticky;top:0;z-index:40}
.hdr .in{display:flex;align-items:center;gap:26px;height:66px}
.logo{font-weight:800;letter-spacing:.2em;font-size:19px}
.nav{display:flex;gap:22px;font-size:15px;margin-left:8px}
.nav a{color:#c9cfd6}
.nav a:hover{color:#fff}
.cartbtn{margin-left:auto;background:#252b34;padding:9px 15px;border-radius:10px;font-size:15px;font-weight:600;white-space:nowrap}
.cartbtn:hover{background:#333a45}
.cnt{display:inline-block;min-width:22px;height:22px;line-height:22px;text-align:center;
 background:var(--acc);border-radius:11px;font-size:12.5px;margin-left:5px;padding:0 5px}
.burger{display:none;background:none;border:0;color:#fff;font-size:24px;cursor:pointer;padding:4px 8px}

/* hero */
.hero{background:linear-gradient(180deg,#fff,#f4f5f7)}
.hero .in{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;padding-top:54px;padding-bottom:54px}
.hero h1{font-size:46px;letter-spacing:-.02em}
.hero p{color:var(--muted);font-size:18px;max-width:520px;margin:16px 0 26px}
.hbtns{display:flex;gap:12px;flex-wrap:wrap}
.hfacts{list-style:none;display:flex;gap:22px;padding:0;margin:26px 0 0;font-size:14.5px;color:var(--muted);flex-wrap:wrap}
.hfacts li::before{content:"✓ ";color:var(--ok);font-weight:700}
.hpic img{border-radius:20px;background:#fff}

.btn{display:inline-block;background:var(--ink);color:#fff;border:0;border-radius:11px;
 padding:13px 20px;font:600 15.5px/1.2 inherit;cursor:pointer;text-align:center}
.btn:hover{background:#2b313a}
.btn.big{padding:16px 30px;font-size:17px;width:100%}
.btn.sm{padding:9px 14px;font-size:14px}
.btn.ghost{background:transparent;color:var(--ink);border:1.5px solid var(--ink)}
.btn.ghost:hover{background:#e8eaee}
.btn:disabled{opacity:.55;cursor:default}

/* trust */
.trust{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust .in{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;padding:26px 20px}
.tr b{display:block;font-size:15.5px}
.tr span{color:var(--muted);font-size:14px}

/* steps */
.steps{padding:52px 0}
.steps h2{font-size:29px;margin-bottom:8px}
.steps .lead{color:var(--muted);margin:0 0 26px}
.sgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.st{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:20px}
.st i{display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;
 background:var(--ink);color:#fff;font-style:normal;font-weight:700;font-size:14px;margin-bottom:10px}
.st b{display:block;margin-bottom:5px}
.st span{color:var(--muted);font-size:14.5px}

/* catalog */
.catalog{padding:52px 0}
.chead{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:22px}
.chead h2{font-size:29px}
.filters{display:flex;gap:9px;margin-left:auto}
.fbtn{background:#fff;border:1.5px solid var(--line);border-radius:10px;padding:10px 17px;
 font:600 14.5px/1 inherit;cursor:pointer;min-height:44px}
.fbtn.on{background:var(--ink);color:#fff;border-color:var(--ink)}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.tile{background:var(--card);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;
 box-shadow:0 1px 3px rgba(20,23,28,.08)}
.tphoto{position:relative;display:block;background:#fff}
.tphoto img{aspect-ratio:1/1;object-fit:cover;width:100%}
.badge{position:absolute;top:11px;left:11px;background:var(--acc);color:#fff;font-size:12.5px;
 font-weight:700;padding:4px 9px;border-radius:7px}
.badge.big{font-size:15px;padding:6px 12px;top:16px;left:16px}
.tbody{padding:15px 16px 17px;display:flex;flex-direction:column;gap:8px;flex:1}
.tname{font-weight:700;font-size:16.5px;line-height:1.3}
.tname:hover{text-decoration:underline}
.ttag{color:var(--ok);font-size:13.5px}
.tspecs{margin:0;padding-left:17px;color:var(--muted);font-size:13.5px}
.tprice{display:flex;align-items:baseline;gap:9px;margin-top:auto;padding-top:4px}
.tprice b{font-size:23px}
.tprice s{color:#98a0aa;font-size:14.5px}
.add{min-height:44px}

/* why / faq */
.why{background:#fff;border-top:1px solid var(--line);padding:52px 0}
.why h2{font-size:29px;margin-bottom:22px}
.wgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.w h3{font-size:18px;margin-bottom:8px}
.w p{color:var(--muted);margin:0;font-size:15px}
.faqs{padding:52px 0}
.faqs h2{font-size:29px;margin-bottom:18px}
.faq{background:#fff;border:1px solid var(--line);border-radius:var(--r);margin-bottom:10px}
.faq summary{cursor:pointer;padding:16px 18px;font-weight:600;list-style:none;min-height:44px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";float:right;color:var(--muted);font-weight:400;font-size:21px;line-height:1}
.faq[open] summary::after{content:"−"}
.faq p{margin:0;padding:0 18px 17px;color:var(--muted)}

/* product */
.crumbs{padding:16px 20px;font-size:14px;color:var(--muted)}
.crumbs a:hover{text-decoration:underline}
.prod .in{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding-bottom:14px}
.pphoto{position:relative;background:#fff;border-radius:18px;overflow:hidden}
.pinfo h1{font-size:34px;letter-spacing:-.01em}
.ptag{color:var(--ok);margin:8px 0 16px;font-size:16.5px}
.pprice{display:flex;align-items:baseline;gap:12px;margin-bottom:14px;flex-wrap:wrap}
.pprice b{font-size:40px}
.pprice s{color:#98a0aa;font-size:19px}
.pprice em{font-style:normal;background:#ffeceb;color:var(--acc);font-size:13.5px;font-weight:700;
 padding:4px 9px;border-radius:7px}
.pdesc{color:var(--muted);margin:0 0 14px}
.pbul{margin:0 0 20px;padding-left:19px}
.pbul li{margin:5px 0}
.pbuy{display:flex;gap:12px;align-items:stretch;margin-bottom:18px}
.qty{display:flex;border:1.5px solid var(--line);border-radius:11px;background:#fff;overflow:hidden}
.qty button{width:46px;border:0;background:none;font-size:21px;cursor:pointer;min-height:44px}
.qty input{width:52px;border:0;text-align:center;font:600 16px inherit;background:none}
.pbuy .btn{flex:1}
.pnote{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:15px 17px;
 display:flex;flex-direction:column;gap:8px;font-size:14.5px;color:var(--muted)}
.pnote b{color:var(--ink)}
.pblock{padding:44px 0}
.pblock h2{font-size:25px;margin:30px 0 12px}
.long{color:var(--muted);max-width:820px;margin:0}
.specs{border-collapse:collapse;width:100%;max-width:820px;background:#fff;border-radius:var(--r);overflow:hidden}
.specs td{padding:12px 16px;border-bottom:1px solid var(--line);font-size:15px}
.specs td:first-child{color:var(--muted);width:46%}
.specs tr:last-child td{border-bottom:0}
.box{margin:0;padding-left:19px;max-width:820px}
.box li{margin:5px 0}
.disclaimer{margin-top:24px;background:#fff7ed;border:1px solid #fed7aa;border-radius:var(--r);
 padding:15px 17px;color:#9a3412;font-size:14px;max-width:820px}
.sticky{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--line);
 padding:10px 16px;display:none;gap:12px;align-items:center;z-index:35;
 box-shadow:0 -4px 14px rgba(20,23,28,.09)}
.sticky b{font-size:21px}
.sticky .btn{flex:1;padding:14px}

/* cart */
.cartpage{padding:30px 0 60px}
.cartpage h1{font-size:33px;margin-bottom:20px}
.empty{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:36px;text-align:center;color:var(--muted)}
.empty a{color:var(--ink);font-weight:600;text-decoration:underline}
.cartgrid{display:grid;grid-template-columns:1.35fr .95fr;gap:26px;align-items:start}
.citem{display:grid;grid-template-columns:96px 1fr auto;gap:15px;background:#fff;border:1px solid var(--line);
 border-radius:var(--r);padding:13px;margin-bottom:12px;align-items:center}
.citem img{border-radius:9px;width:96px;height:96px;object-fit:cover}
.cname{font-weight:700}
.cprice{color:var(--muted);font-size:14.5px}
.cctl{display:flex;align-items:center;gap:9px}
.cctl button{width:36px;height:36px;border:1.5px solid var(--line);background:#fff;border-radius:9px;
 font-size:18px;cursor:pointer}
.crm{background:none;border:0;color:var(--muted);font-size:13.5px;cursor:pointer;text-decoration:underline;padding:6px 0}
.corder{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:22px;position:sticky;top:86px}
.corder h2{font-size:21px;margin-bottom:14px}
.sum{display:flex;justify-content:space-between;gap:12px;padding:7px 0;font-size:14.5px;color:var(--muted)}
.sum b{color:var(--ink);font-weight:600}
.sum.total{border-top:1px solid var(--line);margin-top:7px;padding-top:12px;font-size:17px;color:var(--ink)}
.sum.total b{font-size:25px;font-weight:800}
.corder label{display:block;margin:12px 0 0;font-size:14px;color:var(--muted)}
.corder input,.corder textarea{width:100%;margin-top:5px;padding:12px 13px;border:1.5px solid var(--line);
 border-radius:10px;font:15px inherit;background:#fff;min-height:44px}
.corder input:focus,.corder textarea:focus{outline:2px solid var(--ink);outline-offset:1px}
.chk{display:flex;gap:10px;align-items:flex-start;margin-top:16px!important;color:var(--ink);font-size:14px}
.chk input{width:22px;height:22px;min-height:22px;margin:0;flex:0 0 auto}
.chk a{text-decoration:underline}
.corder .btn{margin-top:16px}
.paynote{font-size:13.5px;color:var(--muted);margin:12px 0 0}
.err{background:#fee;border:1px solid #fbb;color:#b42318;border-radius:10px;padding:11px 13px;
 font-size:14px;margin-top:12px}
.done{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:38px;text-align:center}
.done h2{font-size:27px;margin-bottom:12px}
.done p{color:var(--muted);max-width:560px;margin:0 auto 20px}
.ordersteps{list-style:none;padding:0;margin:0 0 18px;font-size:14.5px;color:var(--muted)}
.ordersteps li{padding:6px 0 6px 26px;position:relative}
.ordersteps li::before{content:"";position:absolute;left:0;top:13px;width:9px;height:9px;border-radius:50%;background:var(--ok)}

/* static pages */
.page{padding:12px 0 60px}
.narrow{max-width:820px}
.page h1{font-size:34px;margin-bottom:18px}
.page h2{font-size:20px;margin:26px 0 8px}
.page p{color:var(--muted);margin:0}
.page .form{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:18px;margin-top:14px;
 white-space:pre-wrap;font-family:monospace;font-size:13.5px;color:var(--ink)}

/* footer */
.ftr{background:var(--ink);color:#c9cfd6;padding:44px 0 0;margin-top:20px}
.ftr .in{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:26px;padding-bottom:30px}
.ftr .logo{color:#fff;margin-bottom:10px}
.ftr h4{color:#fff;font-size:15px;margin-bottom:10px}
.ftr a{display:block;padding:3px 0;font-size:14.5px}
.ftr a:hover{color:#fff}
.ftr p{margin:0;font-size:14.5px}
.fbot{border-top:1px solid #2a313b;padding:15px 0}
.fbot .in{display:flex;justify-content:space-between;gap:14px;font-size:13px;flex-wrap:wrap;padding-bottom:0}
.fbot .ph{color:#8b939d}

/* cookie */
.cookie{position:fixed;left:16px;right:16px;bottom:16px;background:#fff;border:1px solid var(--line);
 border-radius:var(--r);box-shadow:0 8px 26px rgba(20,23,28,.16);padding:14px 16px;display:none;
 gap:12px;align-items:center;z-index:50;font-size:14px}
.cookie.show{display:flex}
.cookie .btn{white-space:nowrap}

@media (max-width:1000px){
 .grid,.trust .in,.sgrid{grid-template-columns:repeat(2,1fr)}
 .hero .in,.prod .in,.cartgrid{grid-template-columns:1fr}
 .wgrid{grid-template-columns:1fr}
 .ftr .in{grid-template-columns:1fr 1fr}
 .hero h1{font-size:34px}
 .corder{position:static}
}
@media (max-width:640px){
 .nav{display:none}
 .nav.open{display:flex;position:absolute;top:66px;left:0;right:0;background:var(--ink);
  flex-direction:column;gap:0;padding:8px 20px 14px}
 .nav.open a{padding:11px 0;border-bottom:1px solid #2a313b}
 .burger{display:block;order:3}
 .cartbtn{margin-left:auto;order:2}
 .grid{grid-template-columns:1fr 1fr;gap:12px}
 .tbody{padding:12px}
 .tname{font-size:15px}
 .tspecs{display:none}
 .trust .in{grid-template-columns:1fr}
 .sgrid{grid-template-columns:1fr}
 .hero h1{font-size:29px}
 .pinfo h1{font-size:26px}
 .pprice b{font-size:33px}
 .sticky{display:flex}
 body.hassticky{padding-bottom:78px}
 .cookie{flex-direction:column;align-items:stretch}
 .citem{grid-template-columns:72px 1fr}
 .citem img{width:72px;height:72px}
 .cctl{grid-column:1/-1}
}

.told{color:#98a0aa;text-decoration:line-through;font-size:.86em;margin-left:8px;font-weight:500}
.tsave{background:#e8f8ef;color:#1f7a4d;border-radius:999px;padding:2px 8px;font-size:.76em;font-weight:700;margin-left:8px;white-space:nowrap}


/* ---- PawHaus additions ---- */
.filters{flex-wrap:wrap;row-gap:9px}
.stars{--pct:0%;display:inline-block;font-size:15px;line-height:1;position:relative;white-space:nowrap;font-family:Arial,sans-serif}
.stars::before{content:"\2605\2605\2605\2605\2605";color:#d8dce1;letter-spacing:1px}
.stars::after{content:"\2605\2605\2605\2605\2605";color:#f5a623;letter-spacing:1px;position:absolute;left:0;top:0;width:var(--pct);overflow:hidden}
.trate{display:flex;align-items:center;gap:6px;font-size:13.5px;color:var(--muted)}
.trate .rnum{font-weight:700;color:var(--ink)}
.prate{display:flex;align-items:center;gap:8px;margin:6px 0 16px;font-size:15px;color:var(--muted)}
.prate .rnum{font-weight:800;color:var(--ink);font-size:17px}
.prate .rcnt{text-decoration:underline}
.pgal .pphoto{aspect-ratio:1/1;background:#fff;display:flex;align-items:center;justify-content:center;padding:16px}
.pgal .pphoto img{width:100%;height:100%;object-fit:contain}
.pgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.pgrid .gcell{aspect-ratio:1/1;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:8px}
.pgrid .gcell img{width:100%;height:100%;object-fit:contain}
@media(max-width:640px){.pgrid{grid-template-columns:repeat(2,1fr)}}
.gthumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}
.gthumbs img{width:72px;height:72px;object-fit:cover;border-radius:9px;border:2px solid var(--line);cursor:pointer;background:#fff}
.gthumbs img.on{border-color:var(--ink)}
.pkit{margin:-4px 0 16px;font-size:14.5px;color:var(--muted)}
.pkit b{color:var(--ink)}
.rvsum{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:16px 18px;max-width:820px;margin-bottom:8px}
.rvbig{font-size:42px;font-weight:800;line-height:1}
.rvmeta{color:var(--muted);font-size:14px;margin-top:4px}
.rvnote{color:var(--muted);font-size:13.5px;max-width:820px;margin:0 0 16px}
.reviews{max-width:820px;display:flex;flex-direction:column;gap:12px}
.review{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:15px 17px}
.rvhead{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.rvauthor{font-weight:700}
.rvdate{color:var(--muted);font-size:13px;margin-left:auto}
.rvtitle{font-weight:600;margin:8px 0 4px}
.rvbody{margin:0;color:#3a424c;font-size:14.5px}
/* stock meter (signal bars) */
.stock{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600}
.stock .bars{display:inline-flex;align-items:flex-end;gap:2px;height:14px}
.stock .bars i{width:3.5px;background:#d8dce1;border-radius:1px;display:block}
.stock .bars i:nth-child(1){height:5px}
.stock .bars i:nth-child(2){height:8px}
.stock .bars i:nth-child(3){height:11px}
.stock .bars i:nth-child(4){height:14px}
.stock.high .bars i.on,.stock.mid .bars i.on{background:var(--ok)}
.stock.high .txt,.stock.mid .txt{color:var(--ok)}
.stock.low .bars i.on{background:#e0a20c}
.stock.low .txt{color:#b7791f}
/* size selector + набор-ссылки */
.psize{display:flex;align-items:center;gap:10px;margin:2px 0 14px}
.psize label{color:var(--muted);font-size:14.5px}
.psize select{padding:11px 13px;border:1.5px solid var(--line);border-radius:10px;font:15px inherit;background:#fff;min-height:44px;min-width:130px;cursor:pointer}
a.ttag.setlink{color:var(--ok)}
a.ttag.setlink:hover{text-decoration:underline}
.pkit a{color:var(--ok);text-decoration:underline}
.pkit a b{color:var(--ok)}
.pkit a:hover{opacity:.8}
.setbuy{display:flex;gap:24px;flex-wrap:wrap;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:22px 24px;margin-bottom:6px}
.setbuy-l h3{font-size:19px;margin-bottom:10px}
.setincl{list-style:none;padding:0;margin:0;color:var(--muted);font-size:14.5px}
.setincl li{padding:4px 0}
.setincl li span{color:var(--ink)}
.setbuy-r{text-align:right;min-width:220px;display:flex;flex-direction:column;justify-content:center;gap:8px}
.setbuy-price{font-size:32px;font-weight:800}
.setbuy-price s{color:#98a0aa;font-size:19px;font-weight:600;margin-right:8px}
.setbuy-save{color:var(--ok);font-weight:700;font-size:14px;margin-top:2px}
.setbuy-r .btn{width:100%}
.setbuy-note{color:var(--muted);font-size:13px}
@media(max-width:640px){.setbuy-r{text-align:left;min-width:0}}
.promo{padding:22px 0 0}
.promo-card{display:flex;gap:26px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:20px 24px;box-shadow:0 1px 3px rgba(20,23,28,.08)}
.promo-card:hover{box-shadow:0 6px 18px rgba(20,23,28,.12)}
.promo-img{flex:0 0 190px;height:190px;display:flex;align-items:center;justify-content:center;background:#fff}
.promo-img img{max-width:100%;max-height:100%;object-fit:contain}
.promo-body{flex:1}
.promo-tag{display:inline-block;background:#eef6f2;color:var(--ok);font-weight:700;font-size:12.5px;padding:4px 10px;border-radius:7px;margin-bottom:8px}
.promo-body h2{font-size:24px;margin-bottom:6px}
.promo-body p{color:var(--muted);margin:0 0 12px;max-width:640px;font-size:15px}
.promo-price{display:flex;align-items:baseline;gap:10px;margin-bottom:14px}
.promo-price s{color:#98a0aa;font-size:18px}
.promo-price b{font-size:28px}
.promo-off{background:#eef6f2;color:var(--ok);font-weight:700;font-size:14px;padding:2px 8px;border-radius:6px}
.promo-card .btn{width:auto;display:inline-block}
@media(max-width:640px){.promo-card{flex-direction:column;text-align:center}.promo-img{flex-basis:auto;width:180px}}
/* аккаунт / вход */
.authwrap{max-width:420px;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:24px}
.authtabs{display:flex;gap:8px;margin-bottom:16px}
.atab{flex:1;background:#f4f5f7;border:0;border-radius:10px;padding:11px;font:600 15px inherit;cursor:pointer;min-height:44px}
.atab.on{background:var(--ink);color:#fff}
.gbtn{width:100%;margin-bottom:14px}
.ordiv{text-align:center;color:var(--muted);font-size:13px;margin:6px 0 14px;position:relative}
.authform label{display:block;margin:10px 0 0;font-size:14px;color:var(--muted)}
.authform input{width:100%;margin-top:5px;padding:12px 13px;border:1.5px solid var(--line);border-radius:10px;font:15px inherit;min-height:44px}
.authform .btn{margin-top:16px;width:100%}
.authform.narrow{max-width:460px}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.acct-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:18px}
.acct-tabs{display:flex;gap:8px;margin-bottom:18px;flex-wrap:wrap}
.acct-tab{background:#fff;border:1.5px solid var(--line);border-radius:10px;padding:10px 16px;font:600 14.5px inherit;cursor:pointer;min-height:44px}
.acct-tab.on{background:var(--ink);color:#fff;border-color:var(--ink)}
.acct-order{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:15px 17px;margin-bottom:12px}
.ao-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.ao-st{font-size:12.5px;font-weight:700;padding:3px 9px;border-radius:7px;background:#eef6f2;color:var(--ok)}
.ao-pending{background:#fff7ed;color:#b7791f}
.ao-items{color:var(--muted);font-size:14.5px}
.ao-sum{font-weight:700;margin-top:6px}
.acct-addr{background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px 14px;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center;gap:12px}
.guidelink{display:inline-block;margin:6px 0 4px;background:#eef6f2;color:var(--ink);border:1px solid #cfe6dd;border-radius:11px;padding:13px 18px;font-weight:700;font-size:15px}
.guidelink:hover{background:#e2f0ea}
.pinfo .stock{font-size:14px;margin:2px 0 14px}
.pinfo .stock .bars{height:16px}
.pinfo .stock .bars i:nth-child(4){height:16px}
.pinfo .stock .bars i:nth-child(3){height:12.5px}
.pinfo .stock .bars i:nth-child(2){height:9px}
.pinfo .stock .bars i:nth-child(1){height:5.5px}

/* ---- бесплатная методичка (компактный бонус, как товар) ---- */
.gbonus{margin:26px 0 8px}
.gbonus-card{display:flex;gap:18px;align-items:center;max-width:540px;
  background:#fff;border:1px solid var(--line,#e3e6ea);border-radius:14px;
  padding:16px 18px;box-shadow:0 6px 18px rgba(20,23,28,.06)}
.gbonus-imgwrap{position:relative;flex:0 0 118px}
.gbonus-imgwrap img{width:118px;display:block;border-radius:5px;
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.28))}
.gbonus-badge{position:absolute;top:-9px;left:-8px;z-index:2;background:#169158;color:#fff;
  font-weight:800;font-size:10.5px;letter-spacing:.02em;border-radius:999px;padding:3px 10px;white-space:nowrap;
  box-shadow:0 3px 8px rgba(22,145,88,.32)}
.gbonus-t h3{margin:0 0 5px;font-size:16.5px;line-height:1.25;color:#14171c}
.gbonus-t p{margin:0;font-size:13.5px;line-height:1.5;color:#4a5563}
.gbonus-t p b{color:#14171c}
@media(max-width:560px){.gbonus-card{gap:14px;padding:14px}.gbonus-imgwrap{flex:0 0 96px}
  .gbonus-imgwrap img{width:96px}.gbonus-t h3{font-size:15px}.gbonus-t p{font-size:13px}}

/* ---- блок «Здоровье питомца» на карточке товара ---- */
.hgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:14px 0 6px}
.hcard{background:#f7f9f8;border:1px solid var(--line,#e3e6ea);border-radius:12px;padding:14px 16px}
.hcard b{display:block;font-size:15px;margin-bottom:5px;color:#14171c}
.hcard-acc{background:#eef6f2;border-color:#cfe6db}
.hcard-acc b{color:#12794a}
.hcard-acc span b{color:#12794a}
.hcard span{font-size:13.5px;line-height:1.5;color:#4a5563}
.hnote{background:#fff1f0;border-left:4px solid #e5484d;border-radius:0 10px 10px 0;
  padding:12px 16px;margin:12px 0;font-size:14px;line-height:1.55}
.hnote b{color:#c0392b}
.hlink{background:#eef6f2;border:1px solid #cfe6db;border-radius:12px;padding:13px 16px;margin:14px 0 4px;font-size:14.5px}
.hlink a{color:#12794a;font-weight:700}
@media(max-width:720px){.hgrid{grid-template-columns:1fr}}

/* ---- GPS флагман (карточка на лендинге) ---- */
.gpsflag{display:grid;grid-template-columns:300px 1fr;gap:30px;align-items:center;
  background:linear-gradient(160deg,#1b2129,#0e1116);border-radius:20px;padding:26px 30px;
  box-shadow:0 20px 46px rgba(20,23,28,.16);margin:6px 0 4px}
.gpsflag-img img{width:100%;border-radius:12px;background:#f4f6f8}
.gpsflag-tag{display:inline-block;color:#7ee2b0;font-weight:800;letter-spacing:.12em;
  font-size:11.5px;text-transform:uppercase;border:1px solid rgba(126,226,176,.32);
  border-radius:999px;padding:4px 12px}
.gpsflag h2{color:#fff;border:0;padding:0;margin:12px 0 6px;font-size:25px}
.gpsflag-sub{color:#c9cfd6;font-size:15px;line-height:1.55;margin:0 0 14px}
.gpsflag-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.gpsflag-price{color:#fff;font-size:27px;font-weight:800}
.gpsflag-note{color:#8ea0ad;font-size:13px;line-height:1.5;margin:14px 0 0}
@media(max-width:720px){.gpsflag{grid-template-columns:1fr;gap:18px;padding:22px 18px;text-align:center}
  .gpsflag-img img{max-width:240px;margin:0 auto}.gpsflag-sub,.gpsflag-note{text-align:left}
  .gpsflag-row{justify-content:center}}

/* ---- виджет чата поддержки ---- */
#fpchat-btn{position:fixed;right:20px;bottom:20px;z-index:9998;width:58px;height:58px;border:0;border-radius:50%;
  background:#14171c;color:#fff;font-size:26px;cursor:pointer;box-shadow:0 10px 26px rgba(20,23,28,.34);
  display:flex;align-items:center;justify-content:center;transition:transform .15s}
#fpchat-btn:hover{transform:scale(1.06)}#fpchat-btn.on{background:#2a313b}
.fpc-badge{position:absolute;top:-3px;right:-3px;min-width:20px;height:20px;background:#e5484d;color:#fff;
  border-radius:999px;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 5px;border:2px solid #fff}
#fpchat-panel{position:fixed;right:20px;bottom:88px;z-index:9999;width:360px;max-width:calc(100vw - 32px);
  height:520px;max-height:calc(100vh - 120px);background:#fff;border-radius:16px;overflow:hidden;
  box-shadow:0 24px 60px rgba(20,23,28,.28);display:flex;flex-direction:column;border:1px solid #e3e6ea}
/* без этого атрибут hidden не работает: display:flex выше перебивает его */
#fpchat-panel[hidden]{display:none}
.fpc-badge[hidden]{display:none}
#fpchat-panel[hidden]{display:none!important}
.fpc-head{background:#14171c;color:#fff;padding:13px 16px;display:flex;align-items:center;justify-content:space-between}
.fpc-head b{font-size:15px}.fpc-head span{display:block;color:#98a0aa;font-size:11.5px;margin-top:2px}
.fpc-x{background:transparent;border:0;color:#98a0aa;font-size:18px;cursor:pointer}
.fpc-body{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px;background:#f7f9f8}
.fpc-msg{max-width:82%}.fpc-msg .fpc-b{padding:9px 12px;border-radius:13px;font-size:14px;line-height:1.45}
.fpc-msg.me{align-self:flex-end}.fpc-msg.me .fpc-b{background:#14171c;color:#fff;border-bottom-right-radius:3px}
.fpc-msg.shop{align-self:flex-start}.fpc-msg.shop .fpc-b{background:#fff;border:1px solid #e3e6ea;border-bottom-left-radius:3px}
.fpc-foot{border-top:1px solid #e3e6ea;padding:10px;background:#fff}
.fpc-name{width:100%;border:1px solid #e3e6ea;border-radius:8px;padding:7px 10px;font:inherit;font-size:13px;margin-bottom:7px}
.fpc-inrow{display:flex;gap:8px;align-items:flex-end}
.fpc-inrow textarea{flex:1;border:1px solid #d8dce1;border-radius:10px;padding:9px 12px;font:inherit;font-size:14px;resize:none;max-height:90px;line-height:1.4}
.fpc-inrow button{background:#169158;color:#fff;border:0;border-radius:10px;width:42px;height:40px;font-size:16px;cursor:pointer;flex:0 0 auto}
.fpc-who{font-size:11px;color:#6b7684;font-weight:700;margin:0 0 3px 2px}
.fpc-actions{margin-bottom:8px}
.fpc-human{background:#eef6f2;color:#12794a;border:1px solid #cfe6db;border-radius:999px;font-size:12.5px;font-weight:700;padding:5px 12px;cursor:pointer}
.fpc-human:hover{background:#e2f0ea}
.fpc-actions{display:flex;gap:6px;flex-wrap:wrap}
.fpc-vet{background:#eef2fb;color:#1f4e9c;border-color:#cfdcf2}
.fpc-vet:hover{background:#e3ebf9}
.fpc-typing{letter-spacing:2px;color:#98a0aa;animation:fpcblink 1s steps(3) infinite}
.wform{background:#f7f9f8;border:1px solid var(--line,#e3e6ea);border-radius:12px;padding:20px 22px;margin:14px 0 18px;font-size:14.5px;line-height:1.65}
.wform p{margin:9px 0}
.wline{border-bottom:1px dashed #b7bfc7;min-height:22px;color:#98a0aa;letter-spacing:1px;overflow:hidden}
.wline.sm{display:inline-block;min-width:210px;border-bottom:1px dashed #b7bfc7}
.wnote{color:#6b7684;font-size:13px}
.fpc-priv{font-size:10.5px;color:#98a0aa;text-align:center;margin-top:8px;line-height:1.35}
@keyframes fpcblink{50%{opacity:.4}}
@media(max-width:480px){#fpchat-panel{right:10px;left:10px;width:auto;bottom:82px}#fpchat-btn{right:14px;bottom:14px}}

/* ---- ответ магазина под отзывом ---- */
.rvreply{margin:11px 0 2px;background:#eef6f2;border-left:3px solid #169158;
  border-radius:0 9px 9px 0;padding:10px 14px}
.rvreply-h{font-weight:800;font-size:12.5px;color:#12794a;margin-bottom:3px;display:flex;align-items:center;gap:6px}
.rvreply-h::before{content:"🐾";font-size:13px}
.rvreply p{margin:0;font-size:13.5px;line-height:1.5;color:#2a313b}
