/* TraFixi — odporúčané produkty / články (TAG a URL). Layout vlastný; typografia z CSS e-shopu (Flatsome/Woo). */
.swpa-product-rec-list,
.swpa-post-rec-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0;padding:14px;border:1px solid #e2e2e2;border-radius:10px;background:#fafafa;box-sizing:border-box}
.swpa-product-rec{display:flex;align-items:center;gap:12px;min-width:0;padding:10px 12px;border:1px solid #ececec;border-radius:8px;background:#fff;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}
.swpa-product-rec:hover{border-color:#d3d3d3;box-shadow:0 2px 10px rgba(0,0,0,.06)}
.swpa-product-rec-img{position:relative;flex-shrink:0;width:96px;height:96px;border-radius:5px;overflow:hidden;background:#f5f5f5;display:block}
.swpa-product-rec-img img{width:100%;height:100%;object-fit:cover;display:block;border-radius:5px}
.swpa-product-rec-img-alt{position:absolute;top:0;left:0;opacity:0;transition:opacity .2s ease}
.swpa-product-rec:hover .swpa-product-rec-img-alt{opacity:1}
/* Bubliny: zľava + technická (Flatsome Custom Bubble). */
.swpa-product-rec-badges{position:absolute;top:3px;left:3px;display:flex;flex-direction:column;gap:3px;z-index:1;pointer-events:none}
.swpa-product-rec-badge{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 5px;border-radius:50%;font-size:10px;font-weight:700;line-height:1.05;color:#fff;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.18)}
.swpa-product-rec-badge-sale{background:#e02b27}
.swpa-product-rec-badge-info{background:#2196f3}
.swpa-product-rec-body{min-width:0;display:flex;flex-direction:column;gap:2px;flex:1}
/* Kategória / názov / cena — Flatsome triedy (.category / .product-title / .price); len layout reset. */
.swpa-product-rec-body .category{margin:0 0 2px;line-height:1.25}
.swpa-product-rec-body .product-title{margin:0;line-height:1.35}
.swpa-product-rec-body .product-title a{text-decoration:none}
.swpa-product-rec-body .product-title a:hover{text-decoration:underline}
.swpa-product-rec-body .price{display:block;margin:2px 0 0;line-height:1.3}
.swpa-product-rec-body .price del{opacity:.55;font-weight:400;margin-right:5px}
.swpa-product-rec-body .price ins{text-decoration:none;font-weight:700}
@media (max-width:600px){
	.swpa-product-rec-list,
	.swpa-post-rec-list{grid-template-columns:1fr}
}
