.abmm {
    display: flex;
    align-items: center;
    min-width: 0;
}
.abmm__drawer {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
}
.abmm__burger,
.abmm__drawer-head,
.abmm__overlay { display: none; }
.abmm__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px;
}
.abmm__item {
    position: relative;
    display: flex;
    align-items: stretch;
}
.abmm__link {
    display: flex;
    align-items: center;
    gap: 5px;
padding: 0.6rem 0.55rem;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
}
.abmm__link:hover,
.abmm__link:focus {
    color: var(--bs-primary, #2fb5d2);
}
.abmm__icon { height: 18px; width: 18px; object-fit: contain; }
@media (min-width: 992px) and (max-width: 1399.98px) {
  .abmm__glyph { display: none; }
}
.abmm__badge {
    background: var(--bs-danger, #dc3545);
    color: #fff;
    font-size: 0.65rem;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 10px;
    font-weight: 700;
}
.abmm__countdown {
    font-size: 0.7rem;
    color: var(--bs-danger, #dc3545);
    font-weight: 600;
}
.abmm__item--highlight > .abmm__link {
    color: var(--bs-danger, #dc3545);
}
.abmm__toggle {
    display: none;
    border: none;
    background: transparent;
    padding: 0 10px;
    cursor: pointer;
}
.abmm__toggle-icon {
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.15s ease;
}
.abmm__toggle[aria-expanded="true"] .abmm__toggle-icon {
    transform: rotate(-135deg);
}
.abmm__panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 16px;
    min-width: 220px;
}
.abmm__panel--w-auto { min-width: 200px; max-width: 90vw; }
.abmm__panel--w-narrow { width: 260px; }
.abmm__panel--w-medium { width: 520px; max-width: 90vw; }
.abmm__panel--w-wide { width: 800px; max-width: 92vw; }
.abmm { position: relative; }
.abmm__item:has(> .abmm__panel--w-full) { position: static; }
.abmm__panel--w-full { left: 0; right: 0; width: auto; }
.abmm__item:has(> .abmm__panel--w-wide) { position: static; }
.abmm__panel--w-wide { left: 0; }
.abmm__item--open > .abmm__panel {
    display: block;
}
.abmm__panel {
    max-height: calc(100dvh - 170px);
    overflow-y: auto;
    overscroll-behavior: contain;
}
.abmm__columns {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px 20px;
    align-items: start;
}
.abmm__column {
    grid-column: span var(--abmm-col-width, 3);
    min-width: 0;
}
.abmm__column--nowy-wiersz {
    grid-column: 1 / span var(--abmm-col-width, 3);
}
.abmm-block__title {
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: var(--bs-secondary-color, #6c757d);
}
.abmm-block__links { list-style: none; margin: 0; padding: 0; }
.abmm-block__links li { margin-bottom: 6px; }
.abmm-block__links a {
    color: inherit;
    text-decoration: none;
    display: flex;
align-items: start;
    gap: 8px;
}
.abmm-block__links a:hover { color: var(--bs-primary, #2fb5d2); text-decoration: underline; }
.abmm-block__link-icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.abmm-block--banner {
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    height: 180px;
    background: #333;
}
.abmm-block__banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abmm-block__banner-body {
    position: absolute;
    inset: 0;
    z-index: 1;
    padding: 10px 12px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 2px;
}
.abmm-block--banner-static { color: #212529; background: var(--bs-light, #f5f5f5); }
.abmm-block--banner-static .abmm-block__banner-body { background: none; color: inherit; }
.abmm-block__banner-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--bs-danger, #dc3545);
    color: #fff;
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 700;
}
.abmm-block__banner-title { font-weight: 700; font-size: 0.95rem; line-height: 1.2; }
.abmm-block__banner-subtitle {
    font-size: 0.78rem;
    opacity: 0.9;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.abmm-block__banner-countdown { font-size: 0.78rem; font-weight: 700; }
.abmm-block__banner-button {
    display: inline-block;
    margin-top: 2px;
    padding: 3px 9px;
    background: #fff;
    color: #212529;
    border-radius: 3px;
    font-size: 0.72rem;
    font-weight: 700;
    align-self: flex-start;
}
.abmm-block__products { list-style: none; margin: 0; padding: 0; }
.abmm-block__products li { margin-bottom: 8px; }
.abmm-block__products a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
}
.abmm-block__products img { width: 40px; height: 40px; object-fit: cover; border-radius: 3px; }
.abmm-block__product-name { flex: 1 1 auto; font-size: 0.85rem; }
.abmm-block__product-price { font-weight: 700; font-size: 0.85rem; white-space: nowrap; }
@media (max-width: 991.98px) {
    .abmm { align-items: center; }
.abmm__burger {
        display: flex;
        align-items: center;
        justify-content: center;
width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        background: transparent;
        color: inherit;
        cursor: pointer;
    }
.abmm__burger-icon,
    .abmm__burger-icon::before,
    .abmm__burger-icon::after {
        display: block;
        width: 22px;
        height: 2px;
        background: currentColor;
        border-radius: 2px;
    }
.abmm__burger-icon { position: relative; }
.abmm__burger-icon::before,
    .abmm__burger-icon::after {
        content: "";
        position: absolute;
        left: 0;
    }
.abmm__burger-icon::before { top: -7px; }
    .abmm__burger-icon::after { top: 7px; }
.abmm__drawer {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        width: min(86vw, 340px);
        display: flex;
        flex-direction: column;
        background: #fff;
        box-shadow: 2px 0 18px rgba(0, 0, 0, 0.22);
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        overflow-y: auto;
        overscroll-behavior: contain;
    }
.abmm--otwarte .abmm__drawer { transform: none; }
.abmm__drawer-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 1;
    }
.abmm__drawer-title { font-weight: 700; }
.abmm__drawer-close {
        border: 0;
        background: transparent;
        font-size: 1.6rem;
        line-height: 1;
        padding: 0 6px;
        cursor: pointer;
        color: inherit;
    }
.abmm__overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1040;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        transition: opacity 0.25s ease;
    }
.abmm__overlay[hidden] { display: none; }
    .abmm--otwarte .abmm__overlay { opacity: 1; }
body.abmm-bez-przewijania { overflow: hidden; }
.abmm__list { flex-direction: column; flex-wrap: nowrap; gap: 0; width: 100%; }
    .abmm__item { flex-flow: row wrap; align-items: center; border-top: 1px solid rgba(0, 0, 0, 0.08); }
    .abmm__link { flex: 1 1 auto; }
.abmm__toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        align-self: stretch;
        min-width: 48px;
        min-height: 48px;
    }
    .abmm__panel {
flex: 1 0 100%;
        display: none;
        position: static;
max-height: none;
        overflow-y: visible;
        box-shadow: none;
        border-radius: 0;
        padding: 8px 8px 8px 20px;
        min-width: 0;
        max-width: none;
        background: #fafafa;
    }
    .abmm__item--open > .abmm__panel { display: block; }
.abmm__panel--w-auto,
    .abmm__panel--w-narrow,
    .abmm__panel--w-medium,
    .abmm__panel--w-wide,
    .abmm__panel--w-full { width: auto; min-width: 0; max-width: none; }
    .abmm__columns { grid-template-columns: 1fr; gap: 12px; }
    .abmm__column,
    .abmm__column--nowy-wiersz { grid-column: 1 / -1; }
.abmm-block__links li { margin-bottom: 0; }
    .abmm-block__links a { min-height: 44px; padding: 9px 0; align-items: center; }
    .abmm-block__links a .abmm-block__glyph { align-self: center; }
}
@media (prefers-reduced-motion: reduce) {
    .abmm__drawer,
    .abmm__overlay { transition: none; }
}
.abmm-block__glyph {
  width: 0.95em;
  opacity: 0.55;
height: 1.5em;
  height: 1lh;
  -webkit-mask-size: 0.95em;
  mask-size: 0.95em;
}
.abmm-block__links a:hover .abmm-block__glyph,
.abmm-block__links a:focus .abmm-block__glyph {
  opacity: 1;
}
