/* ===== Akcie (promo) — samostatný modul pre súčasný prod web ===== */
.dbt-akcie-bar{position:fixed;top:0;left:0;right:0;z-index:1040;background:#1f6447;color:#fff;font-size:.9rem;line-height:1.2;display:flex;align-items:center;justify-content:center;padding:.5rem 2.4rem;text-align:center;box-shadow:0 1px 4px rgba(0,0,0,.15)}
.dbt-akcie-bar a{color:#fff;text-decoration:none;font-weight:600;letter-spacing:.01em}
.dbt-akcie-bar a:hover{text-decoration:underline}
.dbt-akcie-x{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#fff;font-size:1.25rem;line-height:1;cursor:pointer;opacity:.8}
.dbt-akcie-x:hover{opacity:1}
#dbt-akcie-spacer{width:100%}
body.has-akcie-bar .navbar-fixed-top{top:var(--akcie-bar-h,36px)}
.akcie-hero{background:#edefeb;padding:5rem 1rem 1.6rem;text-align:center}
.akcie-hero .akcie-hero-in{max-width:760px;margin:0 auto}
.akcie-hero h1{color:#1f6447;margin:0}
.akcie-hero .breadcrumb-nav{font-size:.88rem;margin-bottom:1rem;opacity:.75}
.akcie-hero .breadcrumb-nav a{color:#1f6447;text-decoration:none}
.akcie-hero .breadcrumb-nav a:hover{text-decoration:underline}
.akcie-hero p{margin:.7rem auto 0;max-width:600px}
.akcia-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.4rem;max-width:1100px;margin:1.5rem auto;padding:0 1rem}
.akcia-card{position:relative;flex:0 0 280px;max-width:100%;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.07);display:flex;flex-direction:column}
.akcia-img{width:100%;aspect-ratio:3/2;overflow:hidden;background:#edefeb}
.akcia-img img{width:100%;height:100%;object-fit:cover;display:block}
.akcia-badge{position:absolute;top:12px;left:12px;background:#1f6447;color:#fff;font-weight:700;font-size:.8rem;padding:.28rem .7rem;border-radius:999px;box-shadow:0 1px 4px rgba(0,0,0,.2)}
.akcia-badge--inline{position:static;align-self:center;margin:0 0 .7rem;box-shadow:none}
.akcia-body{padding:1.1rem 1.2rem 1.3rem;text-align:center;display:flex;flex-direction:column;flex:1}
.akcia-body h3{color:#1f6447;font-size:1.1rem;margin:0 0 .4rem}
.akcia-desc{font-size:.9rem;color:#555;line-height:1.5;margin:0 0 .8rem}
.akcia-price{font-size:1.15rem;margin-bottom:.35rem;margin-top:auto}
.akcia-price s{opacity:.55;font-size:.95rem;margin-right:.4rem}
.akcia-price strong{color:#1f6447}
.akcia-deadline{font-size:.82rem;color:#888;margin-bottom:.9rem}
.akcia-btn{display:inline-block;background:#1f6447;color:#fff;padding:.6rem 1.6rem;border-radius:999px;font-weight:600;text-decoration:none}
.akcia-btn:hover{background:#2c8961}
.akcia-more{color:#1f6447;font-weight:600;text-decoration:none}
.akcia-empty{text-align:center;color:#888;padding:1.5rem}
