/* Zdrowotka Nowa 1.9.13 — „Często kupowane razem” na karcie produktu. */
.zdn-fbt{margin:22px 0 0;padding:18px;border:1px solid #e3e9dd;border-radius:12px;background:#fbfcfa}
.zdn-fbt h2{margin:0 0 14px;font-size:18px;font-weight:700;color:#1f2a1f}
.zdn-fbt-items{display:flex;align-items:flex-start;gap:10px}
.zdn-fbt-item{flex:0 1 190px;display:grid;grid-template-rows:auto auto auto;gap:6px;min-width:0}
.zdn-fbt-plus{align-self:start;padding-top:34px;font-size:20px;color:#8a968a}
.zdn-fbt-pick{position:relative;display:block;cursor:pointer}
.zdn-fbt-pick input{position:absolute;top:8px;left:8px;z-index:2;width:20px;height:20px;accent-color:#2e7d32;cursor:pointer}
.zdn-fbt-img{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;min-height:0;overflow:hidden;border:1px solid #e8ece4;border-radius:10px;background:#fff}
.zdn-fbt-img img{width:100%;height:100%;object-fit:contain}
.zdn-fbt-item:has(input:not(:checked)) .zdn-fbt-img{opacity:.45}
.zdn-fbt-name{font-size:13px;line-height:1.4;color:#243024;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.zdn-fbt-price{font-size:15px;font-weight:700;color:#1a1a1a}
.zdn-fbt-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:16px;padding-top:14px;border-top:1px solid #e8ece4}
.zdn-fbt-sum{font-size:15px;color:#3b473b}
.zdn-fbt-sum strong{font-size:19px;color:#1a1a1a}
.zdn-fbt-add{min-height:48px;padding:0 20px;border:0;border-radius:8px;background:#2e7d32;color:#fff;font-size:15px;font-weight:600;cursor:pointer}
.zdn-fbt-add:hover{background:#256628}
.zdn-fbt-add[disabled]{opacity:.55;cursor:default}
.zdn-fbt-msg{margin:10px 0 0;font-size:13px;color:#56624f;min-height:0}
.zdn-fbt-msg:empty{display:none}
@media(max-width:767px){
 .zdn-fbt{padding:14px}
 .zdn-fbt-items{flex-direction:column;gap:12px}
 .zdn-fbt-plus{display:none}
 .zdn-fbt-item{flex:0 1 auto;width:100%;display:grid;grid-template-columns:72px 1fr;grid-template-rows:auto auto;column-gap:12px;row-gap:2px;align-items:center}
 .zdn-fbt-pick{grid-row:1/3}
 .zdn-fbt-name{align-self:end}
 .zdn-fbt-price{align-self:start}
 .zdn-fbt-add{width:100%}
 .zdn-fbt-foot{gap:10px}
}
/* 1.9.20: tryb zapasowy — inne produkty, każdy z własnym przyciskiem. */
.zdn-sug-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.zdn-sug-item{display:flex;flex-direction:column;gap:6px;padding:10px;border:1px solid #e8ece4;border-radius:10px;background:#fff}
.zdn-sug-img{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;min-height:0;overflow:hidden;border-radius:8px}
.zdn-sug-img img{width:100%;height:100%;object-fit:contain}
.zdn-sug-name{font-size:13px;line-height:1.4;color:#243024;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.zdn-sug-price{font-size:15px;font-weight:700;color:#1a1a1a}
.zdn-sug-add{margin-top:auto;min-height:44px;border:1px solid #2e7d32;border-radius:8px;background:#fff;color:#2e7d32;font-size:14px;font-weight:600;cursor:pointer}
.zdn-sug-add:hover{background:#2e7d32;color:#fff}
.zdn-sug-add[disabled]{opacity:.6;cursor:default}
/* jeden dobrany produkt: układ poziomy na całą szerokość, bez pustego miejsca obok */
.zdn-sug-items.zdn-sug-one{grid-template-columns:1fr}
.zdn-sug-one .zdn-sug-item{display:grid;grid-template-columns:96px 1fr;grid-template-rows:auto auto auto;column-gap:12px;align-items:center}
.zdn-sug-one .zdn-sug-img{grid-row:1/4}
.zdn-sug-one .zdn-sug-name{align-self:end}
.zdn-sug-one .zdn-sug-add{margin-top:6px;align-self:start;padding:0 18px;justify-self:start}
