.shop-card{display:flex;flex-direction:column}
.shop-card .provider-heading>div:last-child{min-width:0}
.shop-card h2,.shop-card .provider-body>p{overflow-wrap:anywhere}
.shop-card .provider-body{display:flex;flex-direction:column;flex:1}
.shop-card .provider-foot{margin-top:auto;flex-wrap:wrap}
.shop-assortment{margin-bottom:20px}
.shop-product{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px 0;border-top:1px solid var(--line);font-size:14px}
.shop-product:hover{color:var(--orange)}
.shop-product strong{white-space:nowrap}
.shop-product-image{width:44px;height:48px;display:grid;place-items:center;border-radius:6px;overflow:hidden;background:var(--provider-bg);color:var(--provider-accent);font-weight:800}
.shop-product-image img{width:100%;height:100%;object-fit:cover}
@media(max-width:500px){.shop-product{gap:8px;font-size:13px;grid-template-columns:36px minmax(0,1fr) auto}.shop-product-image{width:36px;height:44px}.shop-product>span:nth-child(2){overflow-wrap:anywhere}}
