/* TM_WISSEN_SHOP_SIDEBAR_3_5_4 */
.tm-wissen-shop{margin-top:18px;padding:20px;border:1px solid rgba(255,255,255,.12);background:rgba(8,11,13,.72)}
.tm-wissen-shop__head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:16px}
.tm-wissen-shop__head p{margin:0 0 3px;color:#fff;font-size:11px;line-height:1.05;letter-spacing:.17em}
.tm-wissen-shop__head h2{margin:0;color:#ffd000;font-size:22px;line-height:1}
.tm-wissen-shop__head>a{color:#ffd000;font-size:10px;font-weight:900;line-height:1.25;text-decoration:none}
.tm-wissen-shop__grid{display:grid;gap:14px}
.tm-wissen-shop-product{display:grid;grid-template-columns:42% minmax(0,1fr);min-height:150px;border:1px solid rgba(255,255,255,.14);background:#101519;overflow:hidden}
.tm-wissen-shop-product__image{display:block;min-height:150px;background:#090c0e}
.tm-wissen-shop-product__image img{display:block;width:100%;height:100%;min-height:150px;object-fit:cover}
.tm-wissen-shop-product__body{display:flex;flex-direction:column;padding:14px 12px}
.tm-wissen-shop-product__body small{color:#ffd000;font-size:9px;font-weight:900;line-height:1.2}
.tm-wissen-shop-product__body h3{margin:7px 0 10px;font-size:16px;line-height:1.1}
.tm-wissen-shop-product__body h3 a{color:#fff;text-decoration:none}
.tm-wissen-shop-product__meta{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:auto}
.tm-wissen-shop-product__meta strong{color:#ffd000;font-size:18px;line-height:1}
.tm-wissen-shop-product__meta a{color:#ffd000;font-size:9px;font-weight:900;line-height:1.15;text-decoration:none;text-align:right}
.tm-wissen-shop a:hover{text-decoration:underline}
@media(max-width:900px){.tm-wissen-shop-product{grid-template-columns:130px minmax(0,1fr)}}
@media(max-width:520px){.tm-wissen-shop__head{align-items:start;flex-direction:column}.tm-wissen-shop-product{grid-template-columns:110px minmax(0,1fr)}}
