
/* TGD reusable compact published-product catalog */
.top-product-catalog{width:min(1180px,92vw);margin:18px auto 24px;padding:14px 0 4px}.top-product-catalog *{box-sizing:border-box}.top-product-catalog-inner{border:1px solid rgba(15,23,42,.12);border-radius:16px;background:#fff;padding:14px 14px 12px;box-shadow:0 7px 20px rgba(15,23,42,.05)}.top-product-catalog-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:10px}.top-product-catalog-head h2{font-size:1.25rem!important;line-height:1.2!important;margin:0 0 2px!important}.top-product-catalog-head p{font-size:.86rem!important;line-height:1.35!important;margin:0!important;color:#5b6770}.top-product-kicker{display:block;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0b5d4f;margin-bottom:3px}.top-product-all{font-size:.8rem;font-weight:800;white-space:nowrap;text-decoration:none}.top-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.top-product-card{min-width:0;display:grid;grid-template-columns:82px 1fr;align-items:center;gap:9px;padding:9px;border:1px solid rgba(15,23,42,.1);border-radius:12px;background:#fbfdfc;color:inherit;text-decoration:none;min-height:112px}.top-product-card:hover{border-color:rgba(11,93,79,.35);box-shadow:0 5px 14px rgba(15,23,42,.06)}.top-product-media{display:flex;align-items:center;justify-content:center;width:82px;height:88px}.top-product-media img{display:block;max-width:80px!important;max-height:86px!important;width:auto!important;height:auto!important;object-fit:contain!important;border-radius:8px!important;box-shadow:none!important}.top-product-body{min-width:0;display:flex;flex-direction:column;gap:2px}.top-product-body small{font-size:.65rem;line-height:1.15;color:#66737e}.top-product-body strong{font-size:.9rem;line-height:1.15}.top-product-body>span{font-size:.71rem;line-height:1.23;color:#5b6770}.top-product-body b{font-size:.72rem;line-height:1.2;color:#0a6557;margin-top:2px}.top-product-card:focus-visible,.top-product-all:focus-visible{outline:3px solid #ffd84d;outline-offset:2px}@media(max-width:1040px){.top-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.top-product-catalog{width:min(94vw,1180px);margin:14px auto 20px}.top-product-catalog-inner{padding:11px}.top-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.top-product-card{grid-template-columns:64px 1fr;min-height:100px;padding:7px}.top-product-media{width:64px;height:76px}.top-product-media img{max-width:62px!important;max-height:74px!important}.top-product-catalog-head p{display:none}}@media(max-width:420px){.top-product-grid{grid-template-columns:1fr}.top-product-card{grid-template-columns:72px 1fr;min-height:96px}.top-product-media{width:72px;height:72px}.top-product-media img{max-width:70px!important;max-height:70px!important}.top-product-catalog-head{align-items:center}.top-product-all{font-size:.74rem}}
