/* --- GRID SYSTEM --- */
.nmgp-grid, .nmgp-products-grid {
    display: grid; gap: 24px;
    grid-template-columns: repeat(3, 1fr); align-items: stretch;
}
@media (max-width: 1024px) { .nmgp-grid, .nmgp-products-grid { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 768px) { .nmgp-grid, .nmgp-products-grid { grid-template-columns: 1fr !important; } }

/* --- BAZA KARTY --- */
.nmgp-card, .nmgp-product-card {
    position: relative; overflow: hidden; box-sizing: border-box;
    transition: all 0.3s ease; height: 100%; display: flex; flex-direction: column;
}
.nmgp-card *, .nmgp-product-card * { box-sizing: border-box; }

/* TYPOGRAFIA */
.nmgp-card-title, .nmgp-product-title { margin: 0; line-height: 1.3; }
.nmgp-card-title a, .nmgp-product-title a { text-decoration: none; color: inherit; }
.nmgp-card-meta { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.nmgp-readmore, .nmgp-product-button {
    display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px;
    border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 600;
    transition: all 0.3s ease; flex-shrink: 0; cursor: pointer; justify-content: center;
}
.nmgp-readmore-arrow { transform: translateY(1px); }

/* --- STYL 1: GLASS --- */
.nmgp-card.nmgp-style-glass {
    border-radius: 24px; background: transparent; box-shadow: 0 18px 40px rgba(15,23,42,0.22);
}
.nmgp-card.nmgp-style-glass .nmgp-card-bg {
    position: absolute; inset: -20px; background-size: cover; background-position: center;
    filter: blur(18px) brightness(0.85); opacity: 1; z-index: 0;
}
.nmgp-card.nmgp-style-glass .nmgp-card-inner {
    position: relative; z-index: 1; padding: 22px; border-radius: 24px;
    background: rgba(255,255,255,0.65);
    border: 1px solid rgba(167, 243, 208, 0.6); 
    border-top: 1px solid rgba(209, 250, 229, 0.9);
    backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    display: flex; flex-direction: column; height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.nmgp-card.nmgp-style-glass:hover .nmgp-card-inner { transform: translateY(-3px); border-color: rgba(52, 211, 153, 0.8); }
.nmgp-card.nmgp-style-glass .nmgp-card-header { display: flex; justify-content: space-between; gap: 15px; }
.nmgp-card.nmgp-style-glass .nmgp-card-thumb {
    flex: 0 0 70px; height: 70px; border-radius: 18px;
    background-size: cover; background-position: center;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.2); border: 2px solid rgba(255,255,255,0.8);
}
.nmgp-card.nmgp-style-glass .nmgp-card-title { font-size: 18px; color: #064e3b; }
.nmgp-card.nmgp-style-glass .nmgp-card-excerpt { margin-top: 10px; color: #374151; flex-grow: 1; }
.nmgp-card.nmgp-style-glass .nmgp-card-footer { margin-top: 15px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #065f46; }
.nmgp-card.nmgp-style-glass .nmgp-readmore { background: #10b981; color: #fff; box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4); }
.nmgp-card.nmgp-style-glass .nmgp-readmore:hover { background: #059669; }

/* INNE STYLE WPISÓW (SKRÓTOWO) */
.nmgp-card.nmgp-style-solid {
    background: #fff; border-radius: 20px; overflow: hidden; display: grid; grid-template-columns: 1.2fr 2fr;
}
.nmgp-card.nmgp-style-solid .nmgp-thumb-side { background-size: cover; height: 100%; min-height: 180px; }
.nmgp-card.nmgp-style-solid .nmgp-card-inner-basic { padding: 20px; display: flex; flex-direction: column; justify-content: space-between; }
@media (max-width: 600px) { .nmgp-card.nmgp-style-solid { grid-template-columns: 1fr; } }

.nmgp-card.nmgp-style-minimal { border-bottom: 1px solid #e5e7eb; padding: 15px 0; }
.nmgp-card.nmgp-style-minimal .nmgp-card-inner-basic { gap: 8px; }

.nmgp-card.nmgp-style-image_top { background: #0f172a; border-radius: 20px; overflow: hidden; }
.nmgp-card.nmgp-style-image_top .nmgp-thumb-bar { height: 200px; background-size: cover; }
.nmgp-card.nmgp-style-image_top .nmgp-card-inner-basic { padding: 20px; }
.nmgp-card.nmgp-style-image_top .nmgp-card-title { color: #fff; }

.nmgp-card.nmgp-style-image_left { padding-left: 55px; overflow: visible !important; }
.nmgp-card.nmgp-style-image_left::before { content: ""; position: absolute; left: 24px; top: 0; bottom: 0; width: 2px; background: #e5e7eb; }
.nmgp-card.nmgp-style-image_left .nmgp-thumb-side {
    position: absolute; left: 0; top: 20px; width: 50px; height: 50px; 
    border-radius: 50%; overflow: hidden; background-size: cover; background-position: center;
    border: 3px solid #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.1); z-index: 2;
}
.nmgp-card.nmgp-style-image_left .nmgp-card-inner-basic { background: #fff; border-radius: 16px; padding: 20px; border: 1px solid #f3f4f6; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }

.nmgp-card.nmgp-style-badge .nmgp-card-inner-basic {
    border-radius: 50px; padding: 8px 20px 8px 8px; background: #fff;
    display: inline-flex; align-items: center; gap: 15px; width: 100%;
    border: 1px solid #f3f4f6; box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}
.nmgp-card.nmgp-style-badge .nmgp-thumb-side { flex: 0 0 50px; width: 50px; height: 50px; border-radius: 50%; background-size: cover; }

.nmgp-card.nmgp-style-cyber_neon {
    background: #09090b; border-radius: 16px; border: 1px solid #27272a; position: relative; overflow: hidden;
    --nmgp-neon-color: #ec4899;
}
.nmgp-card.nmgp-style-cyber_neon .nmgp-card-inner-basic { padding: 24px; display: flex; flex-direction: column; height: 100%; position: relative; z-index: 2; }
.nmgp-card.nmgp-style-cyber_neon .nmgp-badge-text { flex-grow: 1; }
.nmgp-card.nmgp-style-cyber_neon .nmgp-card-title { color: #e4e4e7; font-size: 18px; margin-bottom: 10px; }
.nmgp-card.nmgp-style-cyber_neon .nmgp-thumb-side {
    margin-top: 20px; width: 100%; height: 140px; border-radius: 12px;
    background-size: cover; background-position: center;
    border: 1px solid var(--nmgp-neon-color); box-shadow: 0 0 15px var(--nmgp-neon-color); opacity: 0.8;
}
.nmgp-card.nmgp-style-cyber_neon .nmgp-readmore { 
    margin-top: 20px; background: transparent; 
    border: 1px solid var(--nmgp-neon-color); color: var(--nmgp-neon-color); width: 100%;
}
.nmgp-card.nmgp-style-cyber_neon:hover { border-color: var(--nmgp-neon-color); box-shadow: 0 0 30px var(--nmgp-neon-color); }

@keyframes terminal-pulse { 0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); } 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); } }
.nmgp-card.nmgp-style-cyber_terminal {
    background: #020617; border: 1px solid #166534; border-radius: 8px; font-family: monospace;
}
.nmgp-card.nmgp-style-cyber_terminal .nmgp-card-inner-basic { padding: 20px; display: flex; flex-direction: column; height: 100%; gap: 10px; }
.nmgp-card.nmgp-style-cyber_terminal .nmgp-card-title { color: #4ade80; font-size: 16px; }
.nmgp-card.nmgp-style-cyber_terminal .nmgp-card-footer { margin-top: auto; display: flex; align-items: center; gap: 15px; }
.nmgp-card.nmgp-style-cyber_terminal .nmgp-thumb-terminal {
    flex: 0 0 45px; width: 45px; height: 45px; border-radius: 6px;
    background-size: cover; border: 1px solid #4ade80; animation: terminal-pulse 2s infinite;
}
.nmgp-card.nmgp-style-cyber_terminal .nmgp-readmore { background: #166534; color: #fff; border-radius: 4px; padding: 4px 10px; font-size: 11px; }


/* =========================================
   PRODUKTY - STYLE
   ========================================= */

/* GLASS PRODUCT (Poprawione) */
.nmgp-product-card.nmgp-product-glass {
    border-radius: 22px; overflow: hidden; background: transparent;
    box-shadow: 0 16px 40px rgba(15,23,42,0.35);
}
.nmgp-product-card.nmgp-product-glass .nmgp-product-thumb-bg {
    position: absolute; inset: -18px; background-size: cover; background-position: center;
    filter: blur(20px) brightness(0.9); opacity: 1; z-index: 0;
}
.nmgp-product-card.nmgp-product-glass .nmgp-product-inner {
    position: relative; z-index: 1; padding: 18px; border-radius: 22px;
    background: rgba(255,255,255,0.75); border: 1px solid rgba(255,255,255,0.9);
    backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    display: flex; flex-direction: column; gap: 10px; height: 100%;
}
.nmgp-product-card.nmgp-product-glass .nmgp-product-thumb {
    width: 100%; border-radius: 16px; overflow: hidden;
    background-size: cover; background-position: center;
    box-shadow: 0 14px 32px rgba(15,23,42,0.25);
    flex-grow: 1; min-height: 180px; position: relative;
}
.nmgp-product-card.nmgp-product-glass .nmgp-product-title a { color: #111; font-size: 16px; }
.nmgp-product-card.nmgp-product-glass .nmgp-product-price { margin-top: 6px; color: #333; font-size: 15px; font-weight: 600; flex-shrink: 0; }
.nmgp-product-card.nmgp-product-glass .nmgp-product-footer {
    display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: #666; margin-top: 10px; flex-shrink: 0;
}
.nmgp-product-card.nmgp-product-glass .nmgp-product-button {
    background: #000; color: #fff; box-shadow: 0 8px 22px rgba(0,0,0,0.2);
}
.nmgp-product-card.nmgp-product-glass .nmgp-product-sale-badge {
    position: absolute; top: 10px; left: 10px; z-index: 2; padding: 4px 10px;
    border-radius: 999px; background: rgba(220,38,38,0.95); color: #fef2f2;
    font-size: 11px; font-weight: 600; text-transform: uppercase;
}

/* SOLID PRODUCT */
.nmgp-product-card.nmgp-product-solid {
    border-radius: 18px; overflow: hidden; background: #ffffff;
    box-shadow: 0 16px 40px rgba(15,23,42,0.18); display: flex; flex-direction: column;
}
.nmgp-product-card.nmgp-product-solid .nmgp-product-thumb {
    width: 100%; background-size: cover; background-position: center;
    flex-grow: 1; min-height: 200px; position: relative;
}
.nmgp-product-card.nmgp-product-solid .nmgp-product-inner { padding: 15px; display: flex; flex-direction: column; gap: 6px; flex-shrink: 0; }
.nmgp-product-card.nmgp-product-solid .nmgp-product-title a { color: #111827; font-size: 15px; }
.nmgp-product-card.nmgp-product-solid .nmgp-product-price { color: #111827; font-size: 14px; font-weight: 600; }
.nmgp-product-card.nmgp-product-solid .nmgp-product-footer { margin-top: 6px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: #6b7280; }
.nmgp-product-card.nmgp-product-solid .nmgp-product-button {
    padding: 5px 10px; border-radius: 999px; background: #111827; color: #f9fafb;
}
.nmgp-product-card.nmgp-product-solid .nmgp-product-sale-badge { position: absolute; top: 10px; left: 10px; padding: 3px 8px; border-radius: 999px; background: #dc2626; color: #fef2f2; font-size: 11px; }

/* MINIMAL PRODUCT */
.nmgp-product-card.nmgp-product-minimal { padding: 6px 0; border-bottom: 1px solid rgba(148,163,184,0.5); }
.nmgp-product-card.nmgp-product-minimal .nmgp-product-inner { display: flex; justify-content: space-between; align-items: center; gap: 10px; height: 100%; }
.nmgp-product-card.nmgp-product-minimal .nmgp-product-price { color: #fb923c; font-weight: 600; }
.nmgp-product-card.nmgp-product-minimal .nmgp-product-button {
    padding: 4px 10px; border-radius: 999px; background: #f97316; color: #111827;
}

/* SPLIT PRODUCT */
.nmgp-product-card.nmgp-product-split {
    background: #fff; border-radius: 0; box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    display: flex; flex-direction: row; height: 100%;
}
.nmgp-product-card.nmgp-product-split .nmgp-product-thumb { width: 50%; height: 100%; background-size: cover; background-position: center; position: relative; }
.nmgp-product-card.nmgp-product-split .nmgp-product-inner { width: 50%; padding: 30px; display: flex; flex-direction: column; justify-content: center; }
.nmgp-product-card.nmgp-product-split .nmgp-product-title a { font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #000; }
.nmgp-product-card.nmgp-product-split .nmgp-product-price { font-size: 18px; margin: 10px 0; color: #555; }
.nmgp-product-card.nmgp-product-split .nmgp-product-button { align-self: flex-start; background: #000; color: #fff; padding: 10px 20px; }
@media (max-width: 600px) { .nmgp-product-card.nmgp-product-split { flex-direction: column; } .nmgp-product-card.nmgp-product-split .nmgp-product-thumb { width: 100%; height: 200px; } .nmgp-product-card.nmgp-product-split .nmgp-product-inner { width: 100%; } }

/* FLOATING PRODUCT */
.nmgp-product-card.nmgp-product-float {
    background: #fff; border-radius: 30px; box-shadow: 0 20px 40px rgba(0,0,0,0.06); padding: 25px;
    text-align: center; display: flex; flex-direction: column; align-items: center;
}
.nmgp-product-card.nmgp-product-float .nmgp-product-thumb {
    width: 80%; aspect-ratio: 1/1; background-size: contain; background-repeat: no-repeat; background-position: center;
    transition: transform 0.4s ease; margin-bottom: 20px; position: relative;
}
.nmgp-product-card.nmgp-product-float:hover .nmgp-product-thumb { transform: translateY(-15px) scale(1.05); }
.nmgp-product-card.nmgp-product-float .nmgp-product-title a { font-size: 18px; color: #1d1d1f; font-weight: 600; }
.nmgp-product-card.nmgp-product-float .nmgp-product-price { color: #86868b; font-size: 15px; margin-top: 5px; }
.nmgp-product-card.nmgp-product-float .nmgp-product-button {
    margin-top: 15px; opacity: 0; transform: translateY(10px); transition: all 0.3s;
    background: #0071e3; color: #fff;
}
.nmgp-product-card.nmgp-product-float:hover .nmgp-product-button { opacity: 1; transform: translateY(0); }

/* DARK NEON PRODUCT */
.nmgp-product-card.nmgp-product-dark {
    background: #18181b; border: 1px solid #3f3f46; border-radius: 12px; overflow: hidden;
}
.nmgp-product-card.nmgp-product-dark:hover { border-color: #8b5cf6; box-shadow: 0 0 20px rgba(139, 92, 246, 0.3); }
.nmgp-product-card.nmgp-product-dark .nmgp-product-thumb {
    width: 100%; background-size: cover; background-position: center; opacity: 0.8; transition: opacity 0.3s;
    flex-grow: 1; min-height: 200px; position: relative;
}
.nmgp-product-card.nmgp-product-dark:hover .nmgp-product-thumb { opacity: 1; }
.nmgp-product-card.nmgp-product-dark .nmgp-product-inner { padding: 20px; flex-shrink: 0; }
.nmgp-product-card.nmgp-product-dark .nmgp-product-title a { color: #e4e4e7; font-family: monospace; font-size: 16px; }
.nmgp-product-card.nmgp-product-dark .nmgp-product-price { color: #a78bfa; font-family: monospace; font-size: 18px; margin-top: 5px; display: block;}
.nmgp-product-card.nmgp-product-dark .nmgp-product-button {
    width: 100%; justify-content: center; margin-top: 15px; border-radius: 6px;
    background: transparent; border: 1px solid #8b5cf6; color: #8b5cf6;
}
.nmgp-product-card.nmgp-product-dark .nmgp-product-button:hover { background: #8b5cf6; color: #fff; }

/* OVERLAY PRODUCT */
.nmgp-product-card.nmgp-product-overlay {
    border-radius: 16px; overflow: hidden; background: #000;
    min-height: 350px; /* FIX dla Overlaya */
}
.nmgp-product-card.nmgp-product-overlay .nmgp-product-thumb {
    width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 0.5s; opacity: 0.8;
    position: absolute; inset: 0;
}
.nmgp-product-card.nmgp-product-overlay:hover .nmgp-product-thumb { transform: scale(1.1); opacity: 0.4; }
.nmgp-product-card.nmgp-product-overlay .nmgp-product-inner {
    position: absolute; bottom: 0; left: 0; right: 0; padding: 25px;
    transform: translateY(60px); /* Ukrywa tylko przycisk */
    transition: transform 0.4s;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}
.nmgp-product-card.nmgp-product-overlay:hover .nmgp-product-inner { transform: translateY(0); }
.nmgp-product-card.nmgp-product-overlay .nmgp-product-title a { color: #fff; font-size: 22px; font-weight: 700; text-shadow: 0 2px 5px rgba(0,0,0,0.5); }
.nmgp-product-card.nmgp-product-overlay .nmgp-product-price { color: #fff; font-size: 18px; margin: 5px 0 15px; opacity: 0.9; }
.nmgp-product-card.nmgp-product-overlay .nmgp-product-button {
    background: #fff; color: #000; width: 100%; justify-content: center;
}

/* =========================================
   EFEKTY HOVER (DRUGIE ZDJĘCIE)
   ========================================= */
.nmgp-hover-img {
    position: absolute; inset: 0; background-size: cover; background-position: center;
    transition: all 0.4s ease; opacity: 0; z-index: 2;
}

/* 1. SWAP (Podmiana) */
.nmgp-anim-swap:hover .nmgp-hover-img { opacity: 1; }

/* 2. ZOOM (Powiększenie) */
.nmgp-anim-zoom .nmgp-product-thumb, 
.nmgp-anim-zoom .nmgp-card-thumb,
.nmgp-anim-zoom .nmgp-thumb-side { 
    transition: transform 0.5s ease; 
}
.nmgp-anim-zoom:hover .nmgp-product-thumb, 
.nmgp-anim-zoom:hover .nmgp-card-thumb,
.nmgp-anim-zoom:hover .nmgp-thumb-side { 
    transform: scale(1.1); 
}

/* 3. SLIDE (Wjazd od dołu) */
.nmgp-anim-slide .nmgp-hover-img { transform: translateY(100%); opacity: 1; }
.nmgp-anim-slide:hover .nmgp-hover-img { transform: translateY(0); }

/* 4. GRAYSCALE */
.nmgp-anim-grayscale .nmgp-product-thumb,
.nmgp-anim-grayscale .nmgp-thumb-side { filter: grayscale(100%); transition: filter 0.3s; }
.nmgp-anim-grayscale:hover .nmgp-product-thumb,
.nmgp-anim-grayscale:hover .nmgp-thumb-side { filter: grayscale(0%); }

/* PAGINACJA */
.nmgp-pagination { margin-top: 40px; display: flex; justify-content: center; }
.nmgp-pagination ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; }
.nmgp-pagination ul li { margin: 0; }
.nmgp-pagination .page-numbers {
    display: flex; align-items: center; justify-content: center; width: 40px; height: 40px;
    border-radius: 50%; background: #fff; border: 1px solid #e5e7eb; color: #374151;
    text-decoration: none; font-weight: 600; font-size: 14px; transition: all 0.3s;
}
.nmgp-pagination .page-numbers:hover { border-color: #000; color: #000; }
.nmgp-pagination .page-numbers.current { background: #000; color: #fff; border-color: #000; }
.nmgp-pagination .next, .nmgp-pagination .prev { width: auto; padding: 0 15px; border-radius: 999px; }


/* --- KARUZELA SWIPER (NAWIGACJA SVG) --- */
.nmgp-swiper-container {
    position: relative; 
    /* Miejsce na kropki na dole */
    padding-bottom: 50px !important; 
    overflow: hidden; 
    display: block;
}

.nmgp-swiper-container .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.nmgp-swiper-container .swiper-slide {
    flex-shrink: 0;
    height: auto !important;
    position: relative;
    display: flex;
    /* Domyślna szerokość fallback */
    width: 33.333%; 
}

.nmgp-swiper-container .nmgp-product-card {
    width: 100%;
}

/* --- STRZAŁKI (SVG BASE64) --- */
.nmgp-swiper-container .swiper-button-next,
.nmgp-swiper-container .swiper-button-prev {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 44px !important; 
    height: 44px !important;
    background-color: rgba(255,255,255,0.9);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 99;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Resetujemy style fontów Elementora */
    font-family: inherit !important; 
}

/* Ukrywamy domyślne ikony fontowe, które nie działają */
.nmgp-swiper-container .swiper-button-next::after,
.nmgp-swiper-container .swiper-button-prev::after {
    display: none !important;
    content: "" !important;
}

/* Rysujemy strzałki grafiką SVG */
.nmgp-swiper-container .swiper-button-prev {
    left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

.nmgp-swiper-container .swiper-button-next {
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

.nmgp-swiper-container .swiper-button-next:hover,
.nmgp-swiper-container .swiper-button-prev:hover {
    background-color: #fff;
    transform: translateY(-50%) scale(1.1);
}

/* --- KROPKI (PAGINACJA) --- */
.nmgp-swiper-container .swiper-pagination {
    position: absolute;
    bottom: 10px !important;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important; /* Usuwa kropki listy */
}

/* Reset stylów listy dla kropek */
.nmgp-swiper-container .swiper-pagination-bullet {
    display: block;
    width: 10px; 
    height: 10px;
    background: #ccc; /* Domyślny szary */
    opacity: 1 !important;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 !important;
    border: none;
    padding: 0;
    text-indent: -9999px; /* Ukrywa ewentualne cyfry */
}

/* Aktywna kropka - kolor nadpisywany przez PHP, ale tu baza */
.nmgp-swiper-container .swiper-pagination-bullet-active {
    background: #000; 
    width: 26px; 
    border-radius: 10px;
}