/* --- 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: calc(100% - 32px); /* Węższe o 32px (po 16px na stronę) */
    margin: 16px auto 0 auto; /* Odstęp od góry i wyśrodkowanie na bokach */
    border-radius: 16px; 
    overflow: hidden;
    background-size: cover; 
    background-position: center;
    box-shadow: 0 14px 32px rgba(15,23,42,0.4); /* Wzmocniony cień dla odklejenia od tła */
    flex-grow: 1; 
    min-height: 180px; 
    position: relative;
    z-index: 2; /* Musi być na wierzchu nad rozmytym tłem */
}
.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.9;
    position: absolute; inset: 0;
}
.nmgp-product-card.nmgp-product-overlay:hover .nmgp-product-thumb { transform: scale(1.1); opacity: 0.7; }
.nmgp-product-card.nmgp-product-overlay .nmgp-product-inner {
    position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    width: 100%;
    padding: 25px;
    z-index: 10;
    /* Przywrócone właściwości z PHP: */
    min-height: 180px; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
    /* Animacja najechania: */
    transform: translateY(60px); 
    transition: transform 0.4s;
}
.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;
}
/* --- FIX AJAX ADD TO CART --- */

/* Ukryj link "Pokaż koszyk" (View cart), który WooCommerce dokleja po dodaniu */
.nmgp-product-card a.added_to_cart {
    display: none !important;
}

/* Opcjonalnie: Styl ładowania (opacity) */
.nmgp-product-button.loading {
    opacity: 0.6;
    cursor: wait;
}
/* --- FULL CARD LINK (CLICKABLE CARD) --- */
.nmgp-full-card-link {
    position: absolute;
    inset: 0;
    z-index: 5; /* Wyżej niż tło */
    cursor: pointer;
}

/* Podnosimy przycisk powyżej linku widmo */
.nmgp-product-button {
    position: relative;
    z-index: 10;
}

/* Podnosimy nawigację karuzeli */
.nmgp-swiper-container .swiper-button-next,
.nmgp-swiper-container .swiper-button-prev,
.nmgp-swiper-container .swiper-pagination {
    z-index: 20 !important;
}
/* Kursor na całej karcie */
.nmgp-clickable-card {
    cursor: pointer;
}
/* Przycisk ma własny kursor */
.nmgp-product-button {
    cursor: pointer;
    z-index: 10; /* Powyżej tła */
    position: relative;
}
/* Upewniamy się, że karta jest układem odniesienia */
.nmgp-product-card {
    position: relative;
}

/* Link rozciągnięty na całą kartę */
.nmgp-card-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; /* Warstwa nad tłem */
    cursor: pointer;
}

/* Elementy interaktywne wewnątrz muszą być wyżej niż overlay */
.nmgp-product-button,
.add_to_cart_button,
.nmgp-product-title a { 
    position: relative;
    z-index: 10; /* Ważne: przycisk musi być "nad" linkiem karty */
}
/* --- OUT OF STOCK STYLING --- */

/* 1. Wyszarzenie zdjęcia, gdy brak towaru */
.nmgp-outofstock .nmgp-product-thumb,
.nmgp-outofstock .nmgp-product-thumb-bg {
    filter: grayscale(100%) opacity(0.7);
    transition: filter 0.3s;
}

/* 2. Badge "BRAK" (Stylizacja podobna do SALE, ale szara/czarna) */
.nmgp-badge-out {
    background: #333 !important; /* Ciemny szary */
    color: #fff !important;
}

/* 3. Przycisk "BRAK TOWARU" */
.nmgp-btn-disabled {
    background-color: #e5e5e5 !important;
    color: #999 !important;
    border-color: #ccc !important;
    cursor: not-allowed; /* Kursor zakazu, chociaż link działa (do karty produktu) */
}

/* Opcjonalnie: Jeśli przycisk ma jednak prowadzić do karty (ZOBACZ), 
   to zmieniamy kursor na pointer, ale zostawiamy inny styl */
.nmgp-btn-disabled:hover {
    background-color: #d4d4d4 !important;
    color: #333 !important;
}

/* --- FIX PAGINACJI --- */
.nmgp-pagination-fix {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.nmgp-pagination-fix ul.page-numbers {
    display: flex !important;
    flex-direction: row !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 10px;
}

.nmgp-pagination-fix .page-numbers li {
    display: inline-block !important;
    margin: 0 !important;
}

/* Wygląd przycisków */
.nmgp-pagination-fix .page-numbers a, 
.nmgp-pagination-fix .page-numbers span {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.nmgp-pagination-fix .page-numbers .current {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Fallback: Jeśli Swiper nie wystartuje, nie pozwól na "jeden wielki produkt" */
.nmgp-swiper-container:not(.swiper-initialized) .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px;
}

.nmgp-swiper-container:not(.swiper-initialized) .swiper-slide {
    width: 100% !important;
}

.nmgp-product-card.nmgp-product-minimal .nmgp-product-thumb {
    width: 70px; /* Szerokość miniatury */
    height: 70px; /* Wysokość miniatury */
    border-radius: 8px; /* Lekkie zaokrąglenie */
    flex-shrink: 0;
}

/* =========================================
   DIGIKROM SMART BANNERS (SAFARI FIX)
   ========================================= */
.nmgp-banner-card {
    padding: 0 !important;
    border: none !important;
    background: transparent !important; /* Nadpisuje czarne tło z trybu Overlay */
    box-shadow: none !important;
    overflow: hidden;
    display: flex;
    flex-direction: column; /* Wymuszenie osi dla Safari */
}

.nmgp-banner-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto; /* Zmusza link do zajęcia 100% dostępnego miejsca */
    width: 100%;
    min-height: 250px; /* Minimalna wysokość przeniesiona bezpośrednio na link */
    text-decoration: none;
    position: relative;
}

.nmgp-banner-image {
    width: 100%;
    flex: 1 1 auto; /* Zmusza obrazek do rozciągnięcia się wewnątrz linku */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; /* Zabezpieczenie na wypadek mniejszych grafik */
    border-radius: inherit; 
    transition: transform 0.4s ease;
}

.nmgp-banner-card:hover .nmgp-banner-image {
    transform: scale(1.05);
}

/* =========================================
   FIX: KLIKALNOŚĆ PRZYCISKU "DODAJ DO KOSZYKA"
   ========================================= */
.nmgp-product-card .nmgp-product-inner {
    z-index: 15 !important; /* Wyciągamy kontener z tekstem NAD niewidzialny link (z-index 5) */
    pointer-events: none;   /* Sprawiamy, że puste tło kontenera staje się "przezroczyste" dla myszki... */
}

.nmgp-product-card .nmgp-product-inner a {
    pointer-events: auto;   /* ...ale przywracamy fizyczną klikalność samym przyciskom i tytułom! */
    position: relative;
    z-index: 20;
}

/* =========================================
   v1.3.1 STABILITY CLEANUP
   ========================================= */
.nmgp-grid,
.nmgp-products-grid,
.nmgp-swiper-container,
.nmgp-swiper-container * {
    box-sizing: border-box;
}

.nmgp-card,
.nmgp-product-card {
    min-width: 0;
    overflow: hidden;
}

.nmgp-card-title,
.nmgp-product-title,
.nmgp-card-excerpt,
.nmgp-product-price {
    overflow-wrap: anywhere;
    word-break: normal;
}

.nmgp-card-title,
.nmgp-product-title {
    display: -webkit-box;
    -webkit-line-clamp: var(--nmgp-title-lines, 2);
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nmgp-card-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: var(--nmgp-excerpt-lines, 3);
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nmgp-products-grid .nmgp-product-card,
.nmgp-grid .nmgp-card {
    height: 100%;
}

.nmgp-product-card .nmgp-product-inner {
    min-width: 0;
}

.nmgp-swiper-container .swiper-slide > .nmgp-product-card {
    height: 100%;
}

.nmgp-swiper-container .swiper-button-disabled {
    opacity: .35 !important;
    pointer-events: none !important;
}

@media (max-width: 767px) {
    .nmgp-swiper-container {
        padding-bottom: 42px !important;
    }

    .nmgp-swiper-container .swiper-button-next,
    .nmgp-swiper-container .swiper-button-prev {
        width: 38px !important;
        height: 38px !important;
    }
}

/* =========================================
   NMGP SMART BADGES - NATYWNA INTEGRACJA v1.4.0
   ========================================= */
.nmgp-product-card .nmsb-container,
.nmgp-product-card .nmgp-smart-badges-container {
    position: absolute;
    z-index: 35;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none;
}

.nmgp-product-card .nmsb-container.nmsb-pos-top-left { top: 15px; left: 15px; align-items: flex-start; }
.nmgp-product-card .nmsb-container.nmsb-pos-top-right { top: 15px; right: 15px; align-items: flex-end; }
.nmgp-product-card .nmsb-container.nmsb-pos-bottom-left { bottom: 15px; left: 15px; align-items: flex-start; }
.nmgp-product-card .nmsb-container.nmsb-pos-bottom-right { bottom: 15px; right: 15px; align-items: flex-end; }
.nmgp-product-card .nmsb-container.nmsb-pos-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    z-index: 40;
}

.nmgp-product-card .nmsb-badge,
.nmgp-product-card .nmgp-smart-badge {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    max-width: min(220px, 80vw);
    line-height: 1;
    pointer-events: none;
    transition: all 0.3s ease;
    border-radius: 4px;
    background-color: var(--nmsb-bg);
    color: var(--nmsb-text);
    font-size: var(--nmsb-size, 11px);
    text-transform: var(--nmsb-transform, uppercase);
    padding: var(--nmsb-pv, 6px) var(--nmsb-ph, 12px);
    white-space: nowrap;
    box-sizing: border-box;
}

.nmgp-product-card .nmsb-badge.style-glass,
.nmgp-product-card .nmgp-smart-badge.style-glass,
.nmgp-product-card .nmgp-badge-glass {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.nmgp-product-card .nmsb-badge.style-neon,
.nmgp-product-card .nmgp-smart-badge.style-neon,
.nmgp-product-card .nmgp-badge-neon {
    background-color: #000 !important;
    color: var(--nmsb-border) !important;
    border: 1px solid var(--nmsb-border);
    box-shadow: 0 0 10px var(--nmsb-border), inset 0 0 5px var(--nmsb-border);
    text-shadow: 0 0 5px var(--nmsb-border);
    font-family: monospace;
}

.nmgp-product-card .nmsb-badge.style-ribbon,
.nmgp-product-card .nmgp-smart-badge.style-ribbon,
.nmgp-product-card .nmgp-badge-ribbon {
    border-radius: 2px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.nmgp-product-card .nmsb-badge.style-ribbon::after,
.nmgp-product-card .nmgp-smart-badge.style-ribbon::after,
.nmgp-product-card .nmgp-badge-ribbon::after { content: none; }

.nmgp-product-card .nmsb-badge.style-float,
.nmgp-product-card .nmgp-smart-badge.style-float,
.nmgp-product-card .nmgp-badge-float {
    background-color: #fff !important;
    color: var(--nmsb-border) !important;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    border: 2px solid var(--nmsb-border);
    animation: nmsb-float 3s ease-in-out infinite;
}
@keyframes nmsb-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }

.nmgp-product-card .nmsb-badge.style-outline,
.nmgp-product-card .nmgp-smart-badge.style-outline,
.nmgp-product-card .nmgp-badge-outline {
    background-color: transparent !important;
    border: 2px solid var(--nmsb-border);
    color: var(--nmsb-border) !important;
}

.nmgp-product-card .nmsb-badge.style-glitch,
.nmgp-product-card .nmgp-smart-badge.style-glitch,
.nmgp-product-card .nmgp-badge-glitch {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
}
.nmgp-product-card:hover .nmsb-badge.style-glitch,
.nmgp-product-card:hover .nmgp-smart-badge.style-glitch,
.nmgp-product-card:hover .nmgp-badge-glitch {
    animation: nmsb-glitch 0.3s cubic-bezier(.25, .46, .45, .94) both infinite;
}
@keyframes nmsb-glitch {
    0% { transform: translate(0); }
    20% { transform: translate(-2px, 2px); }
    40% { transform: translate(-2px, -2px); }
    60% { transform: translate(2px, 2px); }
    80% { transform: translate(2px, -2px); }
    100% { transform: translate(0); }
}

.nmgp-product-card .nmsb-badge.style-liquid,
.nmgp-product-card .nmgp-smart-badge.style-liquid,
.nmgp-product-card .nmgp-badge-liquid {
    background: linear-gradient(45deg, var(--nmsb-bg), #fff, var(--nmsb-bg));
    background-size: 200% 200%;
    animation: nmsb-liquid 3s ease infinite;
}
@keyframes nmsb-liquid { 0% {background-position: 0% 50%} 50% {background-position: 100% 50%} 100% {background-position: 0% 50%} }

.nmgp-product-card .nmsb-badge.style-stamp,
.nmgp-product-card .nmgp-smart-badge.style-stamp,
.nmgp-product-card .nmgp-badge-stamp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px dashed rgba(255,255,255,0.7);
    transform: rotate(-15deg);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    font-size: 9px !important;
    white-space: normal;
    text-align: center;
    padding: 0;
}

@media (max-width: 767px) {
    .nmgp-product-card .nmsb-container,
    .nmgp-product-card .nmgp-smart-badges-container { gap: 4px; }
    .nmgp-product-card .nmsb-container.nmsb-pos-top-left { top: 10px; left: 10px; }
    .nmgp-product-card .nmsb-container.nmsb-pos-top-right { top: 10px; right: 10px; }
    .nmgp-product-card .nmsb-container.nmsb-pos-bottom-left { bottom: 10px; left: 10px; }
    .nmgp-product-card .nmsb-container.nmsb-pos-bottom-right { bottom: 10px; right: 10px; }
}

/* =========================================
   NMGP v1.5.0 STABILITY + DK SYNDICATE PRESETS
   ========================================= */

.nmgp-card, .nmgp-product-card {
    flex-direction: column !important;
    --nmgp-card-radius: 22px;
    --nmgp-card-gap: 14px;
    --nmgp-image-dim: 0%;
    --nmgp-hover-zoom: 108;
    --nmgp-dk-accent: #e11d48;
}

.nmgp-card-title,
.nmgp-product-title {
    display: -webkit-box;
    -webkit-line-clamp: var(--nmgp-title-lines, 2);
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.nmgp-card-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: var(--nmgp-excerpt-lines, 3);
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.nmgp-product-title a,
.nmgp-product-price,
.nmgp-card-title a,
.nmgp-card-excerpt {
    overflow-wrap: anywhere;
}

.nmgp-product-card.nmgp-image-ratio_1_1 .nmgp-product-thumb { aspect-ratio: 1 / 1; min-height: auto !important; flex-grow: 0; }
.nmgp-product-card.nmgp-image-ratio_4_5 .nmgp-product-thumb { aspect-ratio: 4 / 5; min-height: auto !important; flex-grow: 0; }
.nmgp-product-card.nmgp-image-ratio_3_4 .nmgp-product-thumb { aspect-ratio: 3 / 4; min-height: auto !important; flex-grow: 0; }
.nmgp-product-card.nmgp-image-ratio_16_9 .nmgp-product-thumb { aspect-ratio: 16 / 9; min-height: auto !important; flex-grow: 0; }

.nmgp-post-image-ratio_16_9 .nmgp-dk-blog-image { aspect-ratio: 16 / 9; height: auto !important; }
.nmgp-post-image-ratio_4_5 .nmgp-dk-blog-image { aspect-ratio: 4 / 5; height: auto !important; }
.nmgp-post-image-ratio_1_1 .nmgp-dk-blog-image { aspect-ratio: 1 / 1; height: auto !important; }

.nmgp-product-card .nmgp-product-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,var(--nmgp-image-dim));
    pointer-events: none;
    z-index: 3;
}

.nmgp-product-card:hover .nmgp-product-thumb {
    transform: scale(calc(var(--nmgp-hover-zoom) / 100));
}

/* Smart Badges - natywny, bezpiecznie zawężony CSS */
.nmgp-product-card .nmsb-container,
.nmgp-product-card .nmgp-smart-badges-container {
    position: absolute;
    z-index: 42;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none;
}
.nmgp-product-card .nmsb-pos-top-left { top: 15px; left: 15px; align-items: flex-start; }
.nmgp-product-card .nmsb-pos-top-right { top: 15px; right: 15px; align-items: flex-end; }
.nmgp-product-card .nmsb-pos-bottom-left { bottom: 15px; left: 15px; align-items: flex-start; }
.nmgp-product-card .nmsb-pos-bottom-right { bottom: 15px; right: 15px; align-items: flex-end; }
.nmgp-product-card .nmsb-pos-center { top: 50%; left: 50%; transform: translate(-50%, -50%); align-items: center; }

.nmgp-product-card .nmsb-badge,
.nmgp-product-card .nmgp-smart-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 180px;
    line-height: 1;
    pointer-events: none;
    border-radius: 4px;
    background-color: var(--nmsb-bg);
    color: var(--nmsb-text);
    font-size: var(--nmsb-size, 11px);
    text-transform: var(--nmsb-transform, uppercase);
    padding: var(--nmsb-pv, 6px) var(--nmsb-ph, 12px);
    font-weight: 800;
    letter-spacing: .06em;
    white-space: nowrap;
}
.nmgp-product-card .nmgp-smart-badge.style-glass,
.nmgp-product-card .nmgp-smart-badge.nmgp-badge-glass {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.4);
    box-shadow: 0 4px 15px rgba(0,0,0,.16);
}
.nmgp-product-card .nmgp-smart-badge.style-neon,
.nmgp-product-card .nmgp-smart-badge.nmgp-badge-neon {
    background-color: #050505 !important;
    color: var(--nmsb-border) !important;
    border: 1px solid var(--nmsb-border);
    box-shadow: 0 0 12px var(--nmsb-border), inset 0 0 6px rgba(255,255,255,.1);
    text-shadow: 0 0 7px var(--nmsb-border);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
.nmgp-product-card .nmgp-smart-badge.style-ribbon,
.nmgp-product-card .nmgp-smart-badge.nmgp-badge-ribbon {
    border-radius: 2px;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
}
.nmgp-product-card .nmgp-smart-badge.style-float,
.nmgp-product-card .nmgp-smart-badge.nmgp-badge-float {
    background-color: #fff !important;
    color: var(--nmsb-border) !important;
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(0,0,0,.16);
    border: 2px solid var(--nmsb-border);
    animation: nmsb-float 3s ease-in-out infinite;
}
.nmgp-product-card .nmgp-smart-badge.style-outline,
.nmgp-product-card .nmgp-smart-badge.nmgp-badge-outline {
    background-color: transparent !important;
    border: 2px solid var(--nmsb-border);
    color: var(--nmsb-border) !important;
}
.nmgp-product-card .nmgp-smart-badge.style-glitch,
.nmgp-product-card .nmgp-smart-badge.nmgp-badge-glitch {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
}
.nmgp-product-card:hover .nmgp-smart-badge.style-glitch,
.nmgp-product-card:hover .nmgp-smart-badge.nmgp-badge-glitch {
    animation: nmsb-glitch .3s cubic-bezier(.25,.46,.45,.94) both infinite;
}
.nmgp-product-card .nmgp-smart-badge.style-liquid,
.nmgp-product-card .nmgp-smart-badge.nmgp-badge-liquid {
    background: linear-gradient(45deg, var(--nmsb-bg), #fff, var(--nmsb-bg));
    background-size: 200% 200%;
    animation: nmsb-liquid 3s ease infinite;
}
.nmgp-product-card .nmgp-smart-badge.style-stamp,
.nmgp-product-card .nmgp-smart-badge.nmgp-badge-stamp {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px dashed rgba(255,255,255,.72);
    transform: rotate(-15deg);
    white-space: normal;
    text-align: center;
    padding: 0;
    font-size: 9px !important;
}
@keyframes nmsb-float { 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-3px); } }
@keyframes nmsb-liquid { 0%{background-position:0% 50%;} 50%{background-position:100% 50%;} 100%{background-position:0% 50%;} }
@keyframes nmsb-glitch { 0%{transform:translate(0);} 20%{transform:translate(-2px,2px);} 40%{transform:translate(-2px,-2px);} 60%{transform:translate(2px,2px);} 80%{transform:translate(2px,-2px);} 100%{transform:translate(0);} }

/* DK PRODUCT PRESETS */
.nmgp-product-card.nmgp-product-dk_dark_glass,
.nmgp-product-card.nmgp-product-dk_neon_frame,
.nmgp-product-card.nmgp-product-dk_cyber_product,
.nmgp-product-card.nmgp-product-dk_minimal_premium,
.nmgp-product-card.nmgp-product-dk_poster_overlay {
    border-radius: var(--nmgp-card-radius, 24px);
    background: #050507;
    color: #fff;
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 22px 55px rgba(0,0,0,.42);
    isolation: isolate;
}

.nmgp-product-card.nmgp-product-dk_dark_glass .nmgp-product-thumb-bg,
.nmgp-product-card.nmgp-product-dk_neon_frame .nmgp-product-thumb-bg,
.nmgp-product-card.nmgp-product-dk_cyber_product .nmgp-product-thumb-bg {
    position: absolute;
    inset: -24px;
    background-size: cover;
    background-position: center;
    filter: blur(24px) brightness(.55) saturate(1.15);
    opacity: .85;
    z-index: 0;
}

.nmgp-product-card.nmgp-product-dk_dark_glass .nmgp-product-thumb,
.nmgp-product-card.nmgp-product-dk_neon_frame .nmgp-product-thumb,
.nmgp-product-card.nmgp-product-dk_cyber_product .nmgp-product-thumb,
.nmgp-product-card.nmgp-product-dk_minimal_premium .nmgp-product-thumb {
    width: calc(100% - 28px);
    margin: 14px auto 0;
    border-radius: calc(var(--nmgp-card-radius, 24px) - 8px);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    min-height: 245px;
    position: relative;
    z-index: 2;
    transition: transform .45s ease, filter .45s ease;
}

.nmgp-product-card.nmgp-product-dk_dark_glass .nmgp-product-inner,
.nmgp-product-card.nmgp-product-dk_neon_frame .nmgp-product-inner,
.nmgp-product-card.nmgp-product-dk_cyber_product .nmgp-product-inner,
.nmgp-product-card.nmgp-product-dk_minimal_premium .nmgp-product-inner {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: var(--nmgp-card-gap, 12px);
    padding: 18px;
}

.nmgp-product-card.nmgp-product-dk_dark_glass .nmgp-product-title a,
.nmgp-product-card.nmgp-product-dk_neon_frame .nmgp-product-title a,
.nmgp-product-card.nmgp-product-dk_cyber_product .nmgp-product-title a,
.nmgp-product-card.nmgp-product-dk_minimal_premium .nmgp-product-title a,
.nmgp-product-card.nmgp-product-dk_poster_overlay .nmgp-product-title a {
    color: #fff;
    font-weight: 900;
    letter-spacing: .015em;
    text-transform: uppercase;
}

.nmgp-product-card.nmgp-product-dk_dark_glass .nmgp-product-price,
.nmgp-product-card.nmgp-product-dk_neon_frame .nmgp-product-price,
.nmgp-product-card.nmgp-product-dk_cyber_product .nmgp-product-price,
.nmgp-product-card.nmgp-product-dk_poster_overlay .nmgp-product-price {
    color: #fff;
    font-weight: 900;
    letter-spacing: .03em;
}

.nmgp-product-card.nmgp-product-dk_dark_glass .nmgp-product-button,
.nmgp-product-card.nmgp-product-dk_neon_frame .nmgp-product-button,
.nmgp-product-card.nmgp-product-dk_cyber_product .nmgp-product-button,
.nmgp-product-card.nmgp-product-dk_minimal_premium .nmgp-product-button,
.nmgp-product-card.nmgp-product-dk_poster_overlay .nmgp-product-button {
    border-radius: 999px;
    background: linear-gradient(135deg, #ef4444, #991b1b) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 12px 28px rgba(225,29,72,.28), inset 0 1px 0 rgba(255,255,255,.22);
    text-transform: uppercase;
    letter-spacing: .06em;
}

.nmgp-product-card.nmgp-product-dk_dark_glass {
    background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035) 42%, rgba(16,0,0,.80));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.nmgp-product-card.nmgp-product-dk_dark_glass .nmgp-product-inner {
    background: linear-gradient(180deg, rgba(5,5,8,.28), rgba(5,5,8,.66));
    border-top: 1px solid rgba(255,255,255,.08);
}

.nmgp-product-card.nmgp-product-dk_neon_frame {
    border-color: rgba(239,68,68,.55);
    box-shadow: 0 0 0 1px rgba(239,68,68,.2), 0 0 34px rgba(239,68,68,.18), 0 24px 56px rgba(0,0,0,.5);
}
.nmgp-product-card.nmgp-product-dk_neon_frame::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(239,68,68,.45), transparent 25%, transparent 68%, rgba(239,68,68,.28));
    opacity: .45;
    z-index: 1;
}
.nmgp-product-card.nmgp-product-dk_neon_frame:hover {
    border-color: rgba(248,113,113,.9);
    box-shadow: 0 0 0 1px rgba(239,68,68,.35), 0 0 48px rgba(239,68,68,.34), 0 24px 56px rgba(0,0,0,.5);
}

.nmgp-product-card.nmgp-product-dk_cyber_product {
    background: radial-gradient(circle at top left, rgba(239,68,68,.16), transparent 38%), #050507;
}
.nmgp-product-card.nmgp-product-dk_cyber_product .nmgp-product-price {
    display: inline-flex;
    align-self: flex-start;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(239,68,68,.14);
    border: 1px solid rgba(239,68,68,.35);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.nmgp-product-card.nmgp-product-dk_cyber_product .nmgp-product-inner::before {
    content: "STATUS: ONLINE";
    display: inline-flex;
    width: max-content;
    margin-bottom: 2px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    color: #fca5a5;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.nmgp-product-card.nmgp-product-dk_minimal_premium {
    background: rgba(255,255,255,.98);
    color: #0a0a0b;
    border-color: rgba(15,23,42,.10);
    box-shadow: 0 18px 42px rgba(15,23,42,.12);
}
.nmgp-product-card.nmgp-product-dk_minimal_premium .nmgp-product-title a { color: #0a0a0b; }
.nmgp-product-card.nmgp-product-dk_minimal_premium .nmgp-product-price { color: #991b1b; font-weight: 900; }
.nmgp-product-card.nmgp-product-dk_minimal_premium .nmgp-product-button { background: #0a0a0b !important; box-shadow: none; }

.nmgp-product-card.nmgp-product-dk_poster_overlay {
    min-height: 390px;
    background: #000;
}
.nmgp-product-card.nmgp-product-dk_poster_overlay .nmgp-product-thumb-bg { display: none; }
.nmgp-product-card.nmgp-product-dk_poster_overlay .nmgp-product-thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: inherit;
    background-size: cover;
    background-position: center;
    min-height: 100%;
    z-index: 1;
    transition: transform .55s ease, opacity .35s ease;
}
.nmgp-product-card.nmgp-product-dk_poster_overlay .nmgp-product-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.92), rgba(0,0,0,.42) 45%, rgba(0,0,0,.06));
    z-index: 2;
}
.nmgp-product-card.nmgp-product-dk_poster_overlay .nmgp-product-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: var(--nmgp-card-gap, 12px);
}
.nmgp-product-card.nmgp-product-dk_poster_overlay:hover .nmgp-product-thumb { transform: scale(1.06); }

/* DK BLOG PRESETS */
.nmgp-card.nmgp-style-dk_blog_glass,
.nmgp-card.nmgp-style-dk_blog_terminal {
    border-radius: 24px;
    overflow: hidden;
    color: #fff;
    background: #050507;
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 22px 50px rgba(0,0,0,.34);
}
.nmgp-card.nmgp-style-dk_blog_glass .nmgp-dk-blog-image {
    display: block;
    width: 100%;
    height: 210px;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    transition: transform .45s ease, filter .45s ease;
}
.nmgp-card.nmgp-style-dk_blog_glass:hover .nmgp-dk-blog-image { transform: scale(1.04); filter: saturate(1.08); }
.nmgp-card.nmgp-style-dk_blog_glass .nmgp-card-inner-basic,
.nmgp-card.nmgp-style-dk_blog_terminal .nmgp-card-inner-basic {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035) 42%, rgba(30,0,0,.72));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
.nmgp-card.nmgp-style-dk_blog_glass .nmgp-card-meta,
.nmgp-card.nmgp-style-dk_blog_terminal .nmgp-card-meta {
    display: flex;
    gap: 8px;
    color: #fca5a5;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
}
.nmgp-card.nmgp-style-dk_blog_glass .nmgp-card-title a,
.nmgp-card.nmgp-style-dk_blog_terminal .nmgp-card-title a { color: #fff; }
.nmgp-card.nmgp-style-dk_blog_glass .nmgp-card-excerpt,
.nmgp-card.nmgp-style-dk_blog_terminal .nmgp-card-excerpt { color: rgba(255,255,255,.72); }
.nmgp-card.nmgp-style-dk_blog_glass .nmgp-card-footer,
.nmgp-card.nmgp-style-dk_blog_terminal .nmgp-card-footer { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.nmgp-card.nmgp-style-dk_blog_glass .nmgp-readmore,
.nmgp-card.nmgp-style-dk_blog_terminal .nmgp-readmore {
    background: rgba(239,68,68,.16);
    border: 1px solid rgba(239,68,68,.42);
    color: #fff;
    box-shadow: 0 10px 24px rgba(239,68,68,.18);
}
.nmgp-card.nmgp-style-dk_blog_terminal {
    border-color: rgba(34,197,94,.28);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
.nmgp-card.nmgp-style-dk_blog_terminal .nmgp-dk-terminal-top {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,.10);
    color: #86efac;
    font-size: 11px;
    letter-spacing: .12em;
}
.nmgp-card.nmgp-style-dk_blog_terminal .nmgp-dk-terminal-top span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ef4444;
    box-shadow: 0 0 10px rgba(239,68,68,.55);
}
.nmgp-card.nmgp-style-dk_blog_terminal .nmgp-dk-terminal-top span:nth-child(2) { background: #f59e0b; box-shadow: 0 0 10px rgba(245,158,11,.5); }
.nmgp-card.nmgp-style-dk_blog_terminal .nmgp-dk-terminal-top span:nth-child(3) { background: #22c55e; box-shadow: 0 0 10px rgba(34,197,94,.55); margin-right: 8px; }
.nmgp-card.nmgp-style-dk_blog_terminal .nmgp-thumb-terminal {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(34,197,94,.4);
}

@media (max-width: 767px) {
    .nmgp-product-card.nmgp-product-dk_dark_glass .nmgp-product-thumb,
    .nmgp-product-card.nmgp-product-dk_neon_frame .nmgp-product-thumb,
    .nmgp-product-card.nmgp-product-dk_cyber_product .nmgp-product-thumb,
    .nmgp-product-card.nmgp-product-dk_minimal_premium .nmgp-product-thumb {
        min-height: 220px;
    }
    .nmgp-product-card.nmgp-product-dk_poster_overlay { min-height: 430px; }
    .nmgp-product-card .nmsb-pos-top-left { top: 12px; left: 12px; }
    .nmgp-product-card .nmsb-pos-top-right { top: 12px; right: 12px; }
    .nmgp-product-card .nmsb-badge,
    .nmgp-product-card .nmgp-smart-badge { max-width: 145px; }
}


/* =========================================
   NMGP v1.6.0 - DK SYNDICATE OVERLAY SYSTEM
   ========================================= */
.nmgp-card, .nmgp-product-card {
    --nmgp-overlay-dim: 0;
    --nmgp-hover-glass-blur: 14px;
    --nmgp-brand-accent: var(--nmgp-dk-accent, #e11d48);
}

/* Dim control: 0 naprawdę oznacza 0. */
.nmgp-product-card .nmgp-product-thumb::after {
    background: rgba(0,0,0, calc(var(--nmgp-overlay-dim, 0) / 100)) !important;
}

/* Nowy zestaw DK bazuje na overlay/poster, a nie na klasycznych kartach. */
.nmgp-product-card.nmgp-product-dk_poster_overlay,
.nmgp-product-card.nmgp-product-dk_overlay_neon,
.nmgp-product-card.nmgp-product-dk_overlay_glitch,
.nmgp-product-card.nmgp-product-dk_overlay_price_hud,
.nmgp-product-card.nmgp-product-dk_overlay_glass_hover,
.nmgp-product-card.nmgp-product-dk_overlay_hover_neon {
    min-height: 390px;
    border-radius: var(--nmgp-card-radius, 22px);
    overflow: hidden;
    background: #030305;
    color: #fff;
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 18px 44px rgba(0,0,0,.42);
    isolation: isolate;
}

.nmgp-product-card.nmgp-product-dk_poster_overlay .nmgp-product-thumb-bg,
.nmgp-product-card.nmgp-product-dk_overlay_neon .nmgp-product-thumb-bg,
.nmgp-product-card.nmgp-product-dk_overlay_glitch .nmgp-product-thumb-bg,
.nmgp-product-card.nmgp-product-dk_overlay_price_hud .nmgp-product-thumb-bg,
.nmgp-product-card.nmgp-product-dk_overlay_glass_hover .nmgp-product-thumb-bg,
.nmgp-product-card.nmgp-product-dk_overlay_hover_neon .nmgp-product-thumb-bg { display: none; }

.nmgp-product-card.nmgp-product-dk_poster_overlay .nmgp-product-thumb,
.nmgp-product-card.nmgp-product-dk_overlay_neon .nmgp-product-thumb,
.nmgp-product-card.nmgp-product-dk_overlay_glitch .nmgp-product-thumb,
.nmgp-product-card.nmgp-product-dk_overlay_price_hud .nmgp-product-thumb,
.nmgp-product-card.nmgp-product-dk_overlay_glass_hover .nmgp-product-thumb,
.nmgp-product-card.nmgp-product-dk_overlay_hover_neon .nmgp-product-thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: inherit;
    background-size: cover;
    background-position: center;
    min-height: 100%;
    z-index: 1;
    opacity: 1 !important;
    transition: transform .55s ease, filter .45s ease, opacity .35s ease;
}

.nmgp-product-card.nmgp-product-dk_poster_overlay .nmgp-product-thumb::before,
.nmgp-product-card.nmgp-product-dk_overlay_neon .nmgp-product-thumb::before,
.nmgp-product-card.nmgp-product-dk_overlay_glitch .nmgp-product-thumb::before,
.nmgp-product-card.nmgp-product-dk_overlay_price_hud .nmgp-product-thumb::before,
.nmgp-product-card.nmgp-product-dk_overlay_glass_hover .nmgp-product-thumb::before,
.nmgp-product-card.nmgp-product-dk_overlay_hover_neon .nmgp-product-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(0,0,0, calc((var(--nmgp-overlay-dim, 0) / 100) * .92)) 0%,
        rgba(0,0,0, calc((var(--nmgp-overlay-dim, 0) / 100) * .52)) 48%,
        rgba(0,0,0, calc((var(--nmgp-overlay-dim, 0) / 100) * .10)) 100%
    );
}

.nmgp-product-card.nmgp-product-dk_poster_overlay .nmgp-product-inner,
.nmgp-product-card.nmgp-product-dk_overlay_neon .nmgp-product-inner,
.nmgp-product-card.nmgp-product-dk_overlay_glitch .nmgp-product-inner,
.nmgp-product-card.nmgp-product-dk_overlay_price_hud .nmgp-product-inner,
.nmgp-product-card.nmgp-product-dk_overlay_glass_hover .nmgp-product-inner,
.nmgp-product-card.nmgp-product-dk_overlay_hover_neon .nmgp-product-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8 !important;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: var(--nmgp-card-gap, 12px);
    background: linear-gradient(to top, rgba(0,0,0,.62), rgba(0,0,0,.22) 65%, transparent 100%);
    pointer-events: none;
}

.nmgp-product-card.nmgp-product-dk_poster_overlay .nmgp-product-inner a,
.nmgp-product-card.nmgp-product-dk_overlay_neon .nmgp-product-inner a,
.nmgp-product-card.nmgp-product-dk_overlay_glitch .nmgp-product-inner a,
.nmgp-product-card.nmgp-product-dk_overlay_price_hud .nmgp-product-inner a,
.nmgp-product-card.nmgp-product-dk_overlay_glass_hover .nmgp-product-inner a,
.nmgp-product-card.nmgp-product-dk_overlay_hover_neon .nmgp-product-inner a { pointer-events: auto; }

.nmgp-product-card.nmgp-product-dk_poster_overlay:hover .nmgp-product-thumb,
.nmgp-product-card.nmgp-product-dk_overlay_neon:hover .nmgp-product-thumb,
.nmgp-product-card.nmgp-product-dk_overlay_glitch:hover .nmgp-product-thumb,
.nmgp-product-card.nmgp-product-dk_overlay_price_hud:hover .nmgp-product-thumb,
.nmgp-product-card.nmgp-product-dk_overlay_glass_hover:hover .nmgp-product-thumb,
.nmgp-product-card.nmgp-product-dk_overlay_hover_neon:hover .nmgp-product-thumb {
    transform: scale(calc(var(--nmgp-hover-zoom, 106) / 100));
}

.nmgp-product-card.nmgp-product-dk_poster_overlay .nmgp-product-title a,
.nmgp-product-card.nmgp-product-dk_overlay_neon .nmgp-product-title a,
.nmgp-product-card.nmgp-product-dk_overlay_glitch .nmgp-product-title a,
.nmgp-product-card.nmgp-product-dk_overlay_price_hud .nmgp-product-title a,
.nmgp-product-card.nmgp-product-dk_overlay_glass_hover .nmgp-product-title a,
.nmgp-product-card.nmgp-product-dk_overlay_hover_neon .nmgp-product-title a {
    color: #fff;
    font-weight: 900;
    letter-spacing: .015em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0,0,0,.58);
}

.nmgp-product-card.nmgp-product-dk_poster_overlay .nmgp-product-price,
.nmgp-product-card.nmgp-product-dk_overlay_neon .nmgp-product-price,
.nmgp-product-card.nmgp-product-dk_overlay_glitch .nmgp-product-price,
.nmgp-product-card.nmgp-product-dk_overlay_price_hud .nmgp-product-price,
.nmgp-product-card.nmgp-product-dk_overlay_glass_hover .nmgp-product-price,
.nmgp-product-card.nmgp-product-dk_overlay_hover_neon .nmgp-product-price {
    color: #fff;
    font-weight: 900;
    letter-spacing: .03em;
    text-shadow: 0 2px 12px rgba(0,0,0,.7);
}

.nmgp-product-card.nmgp-product-dk_overlay_neon {
    border-color: color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 72%, transparent);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 20%, transparent), 0 0 34px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 36%, transparent), 0 20px 48px rgba(0,0,0,.48);
}
.nmgp-product-card.nmgp-product-dk_overlay_neon::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 6;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 55%, transparent), inset 0 0 30px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 18%, transparent);
}
.nmgp-product-card.nmgp-product-dk_overlay_neon:hover {
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 48%, transparent), 0 0 54px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 45%, transparent), 0 20px 48px rgba(0,0,0,.52);
}

/* Glitch title based on supplied DK glitch idea, adapted for product card scale. */
.nmgp-product-card.nmgp-product-dk_overlay_glitch .nmgp-product-title a {
    position: relative;
    display: inline-block;
    letter-spacing: .06em;
}
.nmgp-product-card.nmgp-product-dk_overlay_glitch .nmgp-product-title a::before,
.nmgp-product-card.nmgp-product-dk_overlay_glitch .nmgp-product-title a::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: .55;
}
.nmgp-product-card.nmgp-product-dk_overlay_glitch .nmgp-product-title a::before {
    transform: translate(1px, 0);
    color: #ff003c;
    text-shadow: -1px 0 #ff003c;
    animation: nmgp-dk-glitch-a 4.8s infinite linear alternate-reverse;
}
.nmgp-product-card.nmgp-product-dk_overlay_glitch .nmgp-product-title a::after {
    transform: translate(-1px, 0);
    color: #00ffff;
    text-shadow: 1px 0 #00ffff;
    animation: nmgp-dk-glitch-b 5.1s infinite linear alternate-reverse;
}
@keyframes nmgp-dk-glitch-a {
    0% { clip-path: inset(8% 0 70% 0); transform: translate(1px,0) skew(.5deg); }
    8% { clip-path: inset(44% 0 18% 0); transform: translate(2px,-1px) skew(.2deg); }
    14% { clip-path: inset(72% 0 8% 0); transform: translate(-1px,1px) skew(.4deg); }
    25% { clip-path: inset(20% 0 54% 0); transform: translate(1px,0) skew(.1deg); }
    32%,100% { clip-path: inset(0 0 100% 0); transform: translate(0,0) skew(0); }
}
@keyframes nmgp-dk-glitch-b {
    0% { clip-path: inset(62% 0 12% 0); transform: translate(-1px,0) skew(.2deg); }
    9% { clip-path: inset(12% 0 68% 0); transform: translate(-2px,1px) skew(.6deg); }
    18% { clip-path: inset(38% 0 32% 0); transform: translate(1px,-1px) skew(.3deg); }
    29% { clip-path: inset(78% 0 6% 0); transform: translate(-1px,0) skew(.2deg); }
    34%,100% { clip-path: inset(0 0 100% 0); transform: translate(0,0) skew(0); }
}

.nmgp-product-card.nmgp-product-dk_overlay_price_hud .nmgp-product-price {
    display: inline-flex;
    align-self: flex-start;
    width: max-content;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(0,0,0,.52);
    border: 1px solid color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 60%, transparent);
    box-shadow: 0 0 18px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 20%, transparent), inset 0 1px 0 rgba(255,255,255,.16);
    animation: nmgp-price-hud-pulse 2.9s ease-in-out infinite;
}
@keyframes nmgp-price-hud-pulse {
    0%,100% { filter: brightness(1); box-shadow: 0 0 14px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 16%, transparent), inset 0 1px 0 rgba(255,255,255,.16); }
    50% { filter: brightness(1.12); box-shadow: 0 0 26px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 34%, transparent), inset 0 1px 0 rgba(255,255,255,.22); }
}

.nmgp-product-card.nmgp-product-dk_overlay_glass_hover .nmgp-product-inner {
    background: linear-gradient(to top, rgba(0,0,0,.18), rgba(0,0,0,.04) 72%, transparent 100%);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border-top: 1px solid rgba(255,255,255,0);
    transition: background .35s ease, backdrop-filter .35s ease, border-color .35s ease;
}
.nmgp-product-card.nmgp-product-dk_overlay_glass_hover:hover .nmgp-product-inner {
    background: linear-gradient(145deg, rgba(8,10,14,.48), rgba(8,10,14,.22));
    backdrop-filter: blur(var(--nmgp-hover-glass-blur, 14px));
    -webkit-backdrop-filter: blur(var(--nmgp-hover-glass-blur, 14px));
    border-top: 1px solid rgba(255,255,255,.14);
}

.nmgp-product-card.nmgp-product-dk_overlay_hover_neon {
    border-color: rgba(255,255,255,.08);
    box-shadow: 0 18px 44px rgba(0,0,0,.42);
}
.nmgp-product-card.nmgp-product-dk_overlay_hover_neon:hover {
    border-color: color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 80%, transparent);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 40%, transparent), 0 0 52px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 34%, transparent), 0 22px 55px rgba(0,0,0,.48);
}

/* Brand badge system */
.nmgp-product-card .nmgp-brand-badge {
    position: absolute;
    z-index: 44;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: max-content;
    max-width: min(210px, 75%);
    min-height: 22px;
    padding: 4px 8px;
    line-height: 1;
    border-radius: 999px;
    background: var(--nmgp-brand-bg, rgba(5,5,8,.62));
    color: var(--nmgp-brand-text, #fff);
    font-size: var(--nmgp-brand-size, 9px);
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    pointer-events: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.nmgp-product-card .nmgp-brand-pos-top-left { top: 12px; left: 12px; }
.nmgp-product-card .nmgp-brand-pos-top-right { top: 12px; right: 12px; }
.nmgp-product-card .nmgp-brand-pos-bottom-left { bottom: 12px; left: 12px; }
.nmgp-product-card .nmgp-brand-pos-bottom-right { bottom: 12px; right: 12px; }
.nmgp-product-card .nmgp-brand-logo {
    display: block;
    width: auto;
    height: 20px;
    max-width: 72px;
    object-fit: contain;
    filter: drop-shadow(0 0 5px color-mix(in srgb, var(--nmgp-brand-accent, #e11d48) 55%, transparent));
}
.nmgp-product-card .nmgp-brand-style-minimal {
    background: rgba(255,255,255,.92);
    color: #050507;
    box-shadow: 0 4px 14px rgba(0,0,0,.14);
}
.nmgp-product-card .nmgp-brand-style-glass {
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: 0 8px 18px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.14);
}
.nmgp-product-card .nmgp-brand-style-neon {
    background: rgba(0,0,0,.62);
    border: 1px solid var(--nmgp-brand-accent, #e11d48);
    color: var(--nmgp-brand-text, #fff);
    box-shadow: 0 0 12px color-mix(in srgb, var(--nmgp-brand-accent, #e11d48) 50%, transparent), inset 0 0 10px color-mix(in srgb, var(--nmgp-brand-accent, #e11d48) 16%, transparent);
    text-shadow: 0 0 8px color-mix(in srgb, var(--nmgp-brand-accent, #e11d48) 60%, transparent);
}
.nmgp-product-card .nmgp-brand-style-frame {
    border-radius: 6px;
    background: rgba(0,0,0,.48);
    border: 1px solid color-mix(in srgb, var(--nmgp-brand-accent, #e11d48) 72%, transparent);
    box-shadow: 0 0 0 1px rgba(255,255,255,.04), 0 0 20px color-mix(in srgb, var(--nmgp-brand-accent, #e11d48) 24%, transparent);
}
.nmgp-product-card .nmgp-brand-style-frame::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--nmgp-brand-accent, #e11d48);
    box-shadow: 0 0 10px var(--nmgp-brand-accent, #e11d48);
}

@media (max-width: 767px) {
    .nmgp-product-card.nmgp-product-dk_poster_overlay,
    .nmgp-product-card.nmgp-product-dk_overlay_neon,
    .nmgp-product-card.nmgp-product-dk_overlay_glitch,
    .nmgp-product-card.nmgp-product-dk_overlay_price_hud,
    .nmgp-product-card.nmgp-product-dk_overlay_glass_hover,
    .nmgp-product-card.nmgp-product-dk_overlay_hover_neon { min-height: 430px; }
    .nmgp-product-card .nmgp-brand-logo { height: 18px; max-width: 62px; }
}


/* ==========================================================
   DK CUSTOM ENGINE v1.7.0
   ========================================================== */
.nmgp-product-card {
    --nmgp-dk-accent-2: #22d3ee;
    --nmgp-window-hover-opacity: 82%;
    --nmgp-title-glow: 12px;
}
.nmgp-product-card.nmgp-product-dk_custom_engine {
    position: relative;
    overflow: hidden;
    border-radius: var(--nmgp-card-radius, 24px);
    min-height: 420px;
    background: #09090c;
    isolation: isolate;
    border: 1px solid rgba(255,255,255,.08);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.nmgp-product-card.nmgp-product-dk_custom_engine .nmgp-product-thumb-bg { display:none; }
.nmgp-product-card.nmgp-product-dk_custom_engine .nmgp-product-thumb {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1);
    transition: transform .45s ease, filter .35s ease;
}
.nmgp-product-card.nmgp-product-dk_custom_engine .nmgp-product-thumb::before {
    content: ""; position:absolute; inset:0;
    background: linear-gradient(180deg,
        rgba(0,0,0,.04) 0%,
        rgba(0,0,0, calc((var(--nmgp-image-dim, 0) / 100) * 0.35)) 30%,
        rgba(0,0,0, calc((var(--nmgp-image-dim, 0) / 100) * 0.78)) 100%);
    z-index: 1;
}
.nmgp-product-card.nmgp-product-dk_custom_engine .nmgp-product-inner {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    width: 100%;
    background: linear-gradient(180deg, rgba(6,8,12,0) 0%, rgba(6,8,12,.14) 8%, rgba(6,8,12,.48) 26%, rgba(6,8,12,.84) 100%);
    transition: background .35s ease, backdrop-filter .35s ease, -webkit-backdrop-filter .35s ease, box-shadow .35s ease;
}
.nmgp-product-card.nmgp-product-dk_custom_engine .nmgp-product-title a,
.nmgp-product-card.nmgp-product-dk_custom_engine .nmgp-product-price,
.nmgp-product-card.nmgp-product-dk_custom_engine .nmgp-product-button,
.nmgp-product-card.nmgp-product-dk_custom_engine .nmgp-brand-badge { position: relative; z-index: 5; }
.nmgp-product-card.nmgp-product-dk_custom_engine .nmgp-product-title a {
    color:#fff; font-weight:800; line-height:.95;
    text-shadow: 0 4px 18px rgba(0,0,0,.55);
    display:block;
    display:-webkit-box; -webkit-line-clamp: var(--nmgp-title-lines, 2); -webkit-box-orient: vertical; overflow:hidden;
}
.nmgp-product-card.nmgp-product-dk_custom_engine .nmgp-product-price {
    color: #e8eef9; font-weight: 700; margin: 0 0 8px;
}
.nmgp-product-card.nmgp-product-dk_custom_engine .nmgp-product-button {
    width: 100%; text-align:center; border-radius:999px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 80%, white 20%), color-mix(in srgb, var(--nmgp-dk-accent-2, #22d3ee) 72%, white 28%));
    color:#fff !important;
    box-shadow: 0 8px 28px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 28%, transparent);
}
.nmgp-product-card.nmgp-product-dk_custom_engine:hover .nmgp-product-thumb {
    transform: scale(calc(var(--nmgp-hover-zoom, 108) / 100));
}
/* frame styles */
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-flat { border-color: rgba(255,255,255,.12); box-shadow:none; }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-neon { border-color: color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 80%, transparent); box-shadow: 0 0 0 1px rgba(255,255,255,.03), 0 0 18px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 32%, transparent); }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-double-neon::before,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-dual-neon::before,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-glitch::before {
    content:""; position:absolute; inset:8px; border-radius: calc(var(--nmgp-card-radius,24px) - 8px); pointer-events:none; z-index:2;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-double-neon { border-color: color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 90%, transparent); box-shadow: 0 0 22px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 30%, transparent); }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-double-neon::before { border:1px solid color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 42%, transparent); }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-dual-neon { border-color: color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 85%, transparent); box-shadow: 0 0 22px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 22%, transparent), 0 0 36px color-mix(in srgb, var(--nmgp-dk-accent-2, #22d3ee) 14%, transparent); }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-dual-neon::before { border:1px solid color-mix(in srgb, var(--nmgp-dk-accent-2, #22d3ee) 55%, transparent); }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-glitch { border-color: rgba(255,255,255,.16); }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-glitch::before { border:1px solid color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 45%, transparent); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--nmgp-dk-accent-2, #22d3ee) 30%, transparent); transform: translate(0); animation: nmgpDkBorderGlitch 3.6s infinite steps(1); }
@keyframes nmgpDkBorderGlitch { 0%,100%{transform:translate(0)} 20%{transform:translate(1px,-1px)} 21%{transform:translate(-2px,1px)} 22%{transform:translate(0)} 55%{transform:translate(-1px,1px)} 56%{transform:translate(2px,-1px)} 57%{transform:translate(0)} }
/* title styles */
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-neon .nmgp-product-title a { text-shadow: 0 0 var(--nmgp-title-glow,12px) color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 45%, transparent), 0 4px 18px rgba(0,0,0,.55); }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-terminal .nmgp-product-title a { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; text-transform: uppercase; letter-spacing: .04em; }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-glitch .nmgp-product-title a { position:relative; }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-glitch .nmgp-product-title a::before,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-glitch .nmgp-product-title a::after { content: attr(data-text); position:absolute; inset:0; pointer-events:none; overflow:hidden; }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-glitch .nmgp-product-title a::before { color: color-mix(in srgb, var(--nmgp-dk-accent-2, #22d3ee) 85%, white 15%); transform: translate(1.5px,0); clip-path: inset(0 0 46% 0); opacity:.7; }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-glitch .nmgp-product-title a::after { color: color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 82%, white 18%); transform: translate(-1.5px,0); clip-path: inset(52% 0 0 0); opacity:.7; }
/* price styles */
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-price-neon .nmgp-product-price { color: color-mix(in srgb, var(--nmgp-dk-accent-2, #22d3ee) 78%, white 22%) !important; text-shadow: 0 0 12px color-mix(in srgb, var(--nmgp-dk-accent-2, #22d3ee) 40%, transparent); }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-price-glitch .nmgp-product-price { position:relative; display:inline-block; color:#fff !important; }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-price-glitch .nmgp-product-price::before { content:""; position:absolute; inset:-2px -6px; border-radius:10px; background: linear-gradient(90deg, color-mix(in srgb, var(--nmgp-dk-accent,#e11d48) 18%, transparent), color-mix(in srgb, var(--nmgp-dk-accent-2,#22d3ee) 18%, transparent)); filter: blur(6px); z-index:-1; }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-price-button .nmgp-product-price { display:inline-flex; align-self:flex-start; padding:8px 14px; border-radius:999px; background: rgba(7,10,16,.65); border:1px solid rgba(255,255,255,.18); box-shadow: inset 0 0 12px rgba(255,255,255,.06), 0 0 16px color-mix(in srgb, var(--nmgp-dk-accent,#e11d48) 20%, transparent); animation: nmgpDkPulse 2.8s ease-in-out infinite; }
@keyframes nmgpDkPulse { 0%,100%{ box-shadow: inset 0 0 12px rgba(255,255,255,.06), 0 0 12px color-mix(in srgb, var(--nmgp-dk-accent,#e11d48) 16%, transparent);} 50%{ box-shadow: inset 0 0 12px rgba(255,255,255,.09), 0 0 20px color-mix(in srgb, var(--nmgp-dk-accent-2,#22d3ee) 20%, transparent);} }
/* card hover styles */
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-hover-flat:hover { box-shadow: none; transform:none; }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-hover-neon:hover { box-shadow: 0 0 22px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 35%, transparent); }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-hover-glow:hover { box-shadow: 0 0 28px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 26%, transparent), 0 18px 40px rgba(0,0,0,.25); }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-hover-glow-dual:hover { box-shadow: 0 0 28px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 24%, transparent), 0 0 44px color-mix(in srgb, var(--nmgp-dk-accent-2,#22d3ee) 18%, transparent), 0 18px 40px rgba(0,0,0,.26); }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-hover-shadow:hover { box-shadow: 0 24px 48px rgba(0,0,0,.28); transform: translateY(-4px); }
/* full-window hover overlay */
.nmgp-product-card.nmgp-product-dk_custom_engine::after {
    content:""; position:absolute; inset:0; pointer-events:none; z-index:3; opacity:0; transition: opacity .35s ease, box-shadow .35s ease, backdrop-filter .35s ease, -webkit-backdrop-filter .35s ease; border-radius: inherit;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-window-flat::after { display:none; }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-window-glass-full:hover::after {
    opacity: calc(var(--nmgp-window-hover-opacity, 82) / 100);
    background: rgba(7,10,16,.14);
    backdrop-filter: blur(var(--nmgp-hover-glass-blur, 14px));
    -webkit-backdrop-filter: blur(var(--nmgp-hover-glass-blur, 14px));
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-window-inner-glow:hover::after {
    opacity: 1;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), inset 0 0 80px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 16%, transparent), inset 0 -80px 120px rgba(0,0,0,.42);
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-window-inner-glow-dual:hover::after {
    opacity: 1;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), inset 0 0 90px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 15%, transparent), inset 0 0 110px color-mix(in srgb, var(--nmgp-dk-accent-2,#22d3ee) 12%, transparent), inset 0 -80px 120px rgba(0,0,0,.42);
}
@media (max-width: 767px){
    .nmgp-product-card.nmgp-product-dk_custom_engine { min-height: 360px; }
    .nmgp-product-card.nmgp-product-dk_custom_engine .nmgp-product-inner { padding: 16px; }
}


/* ==========================================================
   DK CUSTOM ENGINE PATCH v1.7.1
   Fixes: gap, brand logos, real full-card glass hover, stronger effects.
   ========================================================== */
.nmgp-product-card {
    --nmgp-card-gap: 12px;
    --nmgp-hover-glass-blur: 14px;
    --nmgp-title-glow: 12px;
    --nmgp-dk-accent: #e11d48;
    --nmgp-dk-accent-2: #22d3ee;
}
.nmgp-product-card .nmgp-product-inner {
    gap: var(--nmgp-card-gap, 12px) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine .nmgp-product-inner {
    gap: var(--nmgp-card-gap, 12px) !important;
}
/* Flat naprawdę bez neonowej poświaty i bez dorysowanego hover overlay. */
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-flat,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-hover-flat:hover {
    box-shadow: none !important;
    border-color: rgba(255,255,255,.12) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-window-flat::after { display: none !important; }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-window-flat .nmgp-product-inner {
    background: linear-gradient(to top, rgba(0,0,0,.56), rgba(0,0,0,.18) 62%, transparent 100%) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
}
/* 2-kolorowe ramki jako gradient na jednej krawędzi, bez drugiej obwódki. */
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-double-neon,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-dual-neon {
    border: 1px solid transparent !important;
    background:
        linear-gradient(#07080c, #07080c) padding-box,
        linear-gradient(135deg,
            var(--nmgp-dk-accent, #e11d48) 0%,
            color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 65%, #ffffff 35%) 35%,
            var(--nmgp-dk-accent-2, #22d3ee) 72%,
            var(--nmgp-dk-accent, #e11d48) 100%) border-box !important;
    box-shadow:
        0 0 22px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 28%, transparent),
        0 0 34px color-mix(in srgb, var(--nmgp-dk-accent-2, #22d3ee) 18%, transparent) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-double-neon::before,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-dual-neon::before {
    display: none !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-neon:hover,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-hover-neon:hover {
    border-color: var(--nmgp-dk-accent, #e11d48) !important;
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 45%, transparent), 0 0 36px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 48%, transparent) !important;
}
/* Title effects - stronger and actually visible. */
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-flat .nmgp-product-title a {
    text-shadow: 0 3px 12px rgba(0,0,0,.62) !important;
    color: #fff !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-neon .nmgp-product-title a {
    color: #fff !important;
    text-shadow:
        0 0 calc(var(--nmgp-title-glow, 12px) * .7) color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 72%, transparent),
        0 0 calc(var(--nmgp-title-glow, 12px) * 1.6) color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 48%, transparent),
        0 4px 18px rgba(0,0,0,.7) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-terminal .nmgp-product-title a {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
    color: #f7f7f7 !important;
    text-shadow: 0 0 10px rgba(255,255,255,.18), 0 4px 15px rgba(0,0,0,.7) !important;
    background: transparent !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-terminal .nmgp-product-title a::before,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-terminal .nmgp-product-title a::after,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-flat .nmgp-product-title a::before,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-flat .nmgp-product-title a::after,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-neon .nmgp-product-title a::before,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-neon .nmgp-product-title a::after { display: none !important; }
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-glitch .nmgp-product-title a {
    position: relative !important;
    display: inline-block !important;
    color: #fff !important;
    text-shadow: 0 4px 16px rgba(0,0,0,.72) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-glitch .nmgp-product-title a::before,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-glitch .nmgp-product-title a::after {
    content: attr(data-text) !important;
    position: absolute !important;
    inset: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    mix-blend-mode: screen !important;
    display: block !important;
    opacity: .62 !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-glitch .nmgp-product-title a::before {
    color: var(--nmgp-dk-accent, #ff003c) !important;
    text-shadow: -1px 0 var(--nmgp-dk-accent, #ff003c) !important;
    animation: nmgp-dk-glitch-a 4.8s infinite linear alternate-reverse !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-glitch .nmgp-product-title a::after {
    color: var(--nmgp-dk-accent-2, #00ffff) !important;
    text-shadow: 1px 0 var(--nmgp-dk-accent-2, #00ffff) !important;
    animation: nmgp-dk-glitch-b 5.1s infinite linear alternate-reverse !important;
}
/* Hover effects - made intentionally visible. */
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-hover-glow:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 0 34px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 50%, transparent), 0 22px 54px rgba(0,0,0,.42) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-hover-glow-dual:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 0 32px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 48%, transparent), 0 0 52px color-mix(in srgb, var(--nmgp-dk-accent-2, #22d3ee) 36%, transparent), 0 22px 54px rgba(0,0,0,.44) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-hover-shadow:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 30px 70px rgba(0,0,0,.58) !important;
}
/* Price variants. */
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-price-flat .nmgp-product-price {
    color: #fff !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.65) !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-price-neon .nmgp-product-price,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-price-neon .nmgp-product-price * {
    color: color-mix(in srgb, var(--nmgp-dk-accent-2, #22d3ee) 80%, white 20%) !important;
    text-shadow: 0 0 10px color-mix(in srgb, var(--nmgp-dk-accent-2, #22d3ee) 75%, transparent), 0 0 22px color-mix(in srgb, var(--nmgp-dk-accent-2, #22d3ee) 45%, transparent) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-price-glitch .nmgp-product-price {
    display: inline-flex !important;
    align-self: flex-start !important;
    padding: 6px 11px !important;
    border-radius: 10px !important;
    color: #fff !important;
    background: linear-gradient(90deg, color-mix(in srgb, var(--nmgp-dk-accent,#e11d48) 20%, rgba(0,0,0,.72) 80%), color-mix(in srgb, var(--nmgp-dk-accent-2,#22d3ee) 20%, rgba(0,0,0,.72) 80%)) !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    box-shadow: 0 0 16px color-mix(in srgb, var(--nmgp-dk-accent,#e11d48) 24%, transparent) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-price-button .nmgp-product-price {
    display: inline-flex !important;
    flex-direction: column !important;
    align-self: flex-start !important;
    gap: 2px !important;
    padding: 7px 13px 8px !important;
    border-radius: 12px !important;
    background: rgba(3,6,12,.72) !important;
    border: 1px solid color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 52%, transparent) !important;
    box-shadow: inset 0 0 18px rgba(255,255,255,.05), 0 0 20px color-mix(in srgb, var(--nmgp-dk-accent,#e11d48) 22%, transparent) !important;
    animation: nmgpDkPulse 2.8s ease-in-out infinite !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-price-button .nmgp-product-price::before {
    content: "PRICE";
    font-size: 8px;
    line-height: 1;
    letter-spacing: .18em;
    color: color-mix(in srgb, var(--nmgp-dk-accent-2, #22d3ee) 65%, white 35%);
    opacity: .9;
}
/* Full-card glass: blur image itself + overlay, so the effect is impossible to miss. */
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-window-glass-full:hover .nmgp-product-thumb {
    filter: blur(var(--nmgp-hover-glass-blur, 14px)) saturate(1.08) brightness(.82) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-window-glass-full:hover::after {
    opacity: calc(var(--nmgp-window-hover-opacity, 82) / 100) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(5,7,12,.18)) !important;
    backdrop-filter: blur(calc(var(--nmgp-hover-glass-blur, 14px) * .45)) !important;
    -webkit-backdrop-filter: blur(calc(var(--nmgp-hover-glass-blur, 14px) * .45)) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-window-inner-glow:hover::after {
    opacity: 1 !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), inset 0 0 110px color-mix(in srgb, var(--nmgp-dk-accent,#e11d48) 26%, transparent), inset 0 -80px 130px rgba(0,0,0,.40) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-window-inner-glow-dual:hover::after {
    opacity: 1 !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), inset 0 0 110px color-mix(in srgb, var(--nmgp-dk-accent,#e11d48) 24%, transparent), inset 0 0 120px color-mix(in srgb, var(--nmgp-dk-accent-2,#22d3ee) 22%, transparent), inset 0 -80px 130px rgba(0,0,0,.40) !important;
}
/* Brand badge extended styles. */
.nmgp-product-card .nmgp-brand-logo {
    width: auto !important;
    height: 20px !important;
    max-width: 92px !important;
    object-fit: contain !important;
    display: block !important;
}
.nmgp-product-card .nmgp-brand-style-terminal {
    background: rgba(0,0,0,.55) !important;
    border: 1px solid rgba(255,255,255,.15) !important;
    border-left: 3px solid var(--nmgp-brand-accent, var(--nmgp-dk-accent,#e11d48)) !important;
    border-radius: 6px !important;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
}
.nmgp-product-card .nmgp-brand-style-hologram {
    background: linear-gradient(135deg, color-mix(in srgb, var(--nmgp-brand-accent, #e11d48) 22%, rgba(255,255,255,.16)), rgba(255,255,255,.05)) !important;
    border: 1px solid color-mix(in srgb, var(--nmgp-brand-accent, #e11d48) 48%, transparent) !important;
    box-shadow: inset 0 0 12px rgba(255,255,255,.06), 0 0 18px color-mix(in srgb, var(--nmgp-brand-accent,#e11d48) 28%, transparent) !important;
}
.nmgp-product-card .nmgp-brand-style-strip {
    background: rgba(0,0,0,.38) !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid var(--nmgp-brand-accent, #e11d48) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.26), 0 1px 0 color-mix(in srgb, var(--nmgp-brand-accent,#e11d48) 50%, transparent) !important;
}


/* ==========================================================
   DK CUSTOM ENGINE PATCH v1.7.2
   Fixes: true all-flat mode + modular DK button styles.
   ========================================================== */
.nmgp-product-card {
    --nmgp-btn-glow: 14px;
}
/* Gdy wszystko w DK Custom Engine jest ustawione na flat, karta nie dostaje żadnej dolnej poświaty ani gradientowego szkła. */
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-flat.nmgp-dkce-title-flat.nmgp-dkce-hover-flat.nmgp-dkce-price-flat.nmgp-dkce-window-flat .nmgp-product-inner {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-flat.nmgp-dkce-hover-flat.nmgp-dkce-window-flat::after,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-flat.nmgp-dkce-hover-flat.nmgp-dkce-window-flat::before {
    display: none !important;
    opacity: 0 !important;
    box-shadow: none !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-flat.nmgp-dkce-hover-flat.nmgp-dkce-window-flat {
    box-shadow: none !important;
}
/* DK button engine — dopiero wybrany wariant nadpisuje zwykłe ustawienia przycisku. */
.nmgp-product-card.nmgp-product-dk_custom_engine .nmgp-product-button {
    transition: background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease, filter .25s ease !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-button-default .nmgp-product-button {
    /* zostawia standardowe ustawienia z panelu Przycisk */
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-button-flat .nmgp-product-button {
    background: rgba(255,255,255,.88) !important;
    color: #111 !important;
    border: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-button-flat .nmgp-product-button:hover {
    background: #fff !important;
    transform: translateY(-1px);
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-button-glass .nmgp-product-button {
    background: rgba(255,255,255,.10) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: inset 0 0 18px rgba(255,255,255,.055), 0 12px 28px rgba(0,0,0,.22) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-button-glass .nmgp-product-button:hover {
    background: rgba(255,255,255,.16) !important;
    transform: translateY(-1px);
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-button-neon .nmgp-product-button {
    background: rgba(4,6,12,.72) !important;
    color: #fff !important;
    border: 1px solid color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 72%, transparent) !important;
    box-shadow: 0 0 var(--nmgp-btn-glow,14px) color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 45%, transparent), inset 0 0 16px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 18%, transparent) !important;
    text-shadow: 0 0 10px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 50%, transparent) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-button-neon .nmgp-product-button:hover {
    box-shadow: 0 0 calc(var(--nmgp-btn-glow,14px) * 1.75) color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 65%, transparent), inset 0 0 20px color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 26%, transparent) !important;
    transform: translateY(-1px);
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-button-outline .nmgp-product-button {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.34) !important;
    box-shadow: none !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-button-outline .nmgp-product-button:hover {
    border-color: var(--nmgp-dk-accent, #e11d48) !important;
    box-shadow: 0 0 var(--nmgp-btn-glow,14px) color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 34%, transparent) !important;
    color: #fff !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-button-hud .nmgp-product-button {
    justify-content: center !important;
    background:
        linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.12), rgba(255,255,255,.06)),
        rgba(3,6,12,.82) !important;
    color: #fff !important;
    border: 1px solid color-mix(in srgb, var(--nmgp-dk-accent-2, #22d3ee) 48%, transparent) !important;
    border-radius: 10px !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), inset 0 0 22px rgba(255,255,255,.055), 0 0 var(--nmgp-btn-glow,14px) color-mix(in srgb, var(--nmgp-dk-accent-2, #22d3ee) 25%, transparent) !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-button-hud .nmgp-product-button::before {
    content: "//";
    margin-right: 8px;
    opacity: .65;
    color: var(--nmgp-dk-accent-2, #22d3ee);
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-button-hud .nmgp-product-button:hover {
    filter: brightness(1.15);
    transform: translateY(-1px);
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-button-gradient .nmgp-product-button {
    background: linear-gradient(90deg, var(--nmgp-dk-accent, #e11d48), var(--nmgp-dk-accent-2, #22d3ee)) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 0 var(--nmgp-btn-glow,14px) color-mix(in srgb, var(--nmgp-dk-accent, #e11d48) 32%, transparent), 0 0 calc(var(--nmgp-btn-glow,14px) * 1.35) color-mix(in srgb, var(--nmgp-dk-accent-2, #22d3ee) 22%, transparent) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-button-gradient .nmgp-product-button:hover {
    transform: translateY(-1px) scale(1.01);
    filter: saturate(1.18) brightness(1.08);
}
/* W trybie w pełni flat przycisk default nie dostaje odziedziczonego DK gradientu. */
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-flat.nmgp-dkce-title-flat.nmgp-dkce-hover-flat.nmgp-dkce-price-flat.nmgp-dkce-window-flat.nmgp-dkce-button-default .nmgp-product-button {
    box-shadow: none !important;
}


/* ==========================================================
   DK CUSTOM ENGINE PATCH v1.7.3
   Fixes: full-window glass starts clean and only blurs on hover.
   ========================================================== */
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-window-glass-full:not(:hover)::after {
    opacity: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-window-glass-full .nmgp-product-inner {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-window-glass-full:hover .nmgp-product-inner {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-window-glass-full:hover::after {
    opacity: calc(var(--nmgp-window-hover-opacity, 82) / 100) !important;
    background: rgba(255,255,255,.035) !important;
    backdrop-filter: blur(var(--nmgp-hover-glass-blur, 14px)) !important;
    -webkit-backdrop-filter: blur(var(--nmgp-hover-glass-blur, 14px)) !important;
}


/* ==========================================================
   DK CUSTOM ENGINE PATCH v1.7.4
   Glitch title now respects title color + max line clamp.
   ========================================================== */
.nmgp-product-card {
    --nmgp-title-color: #ffffff;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-glitch .nmgp-product-title {
    overflow: hidden !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-glitch .nmgp-product-title a {
    color: var(--nmgp-title-color, #ffffff) !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: var(--nmgp-title-lines, 2) !important;
    overflow: hidden !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    line-height: inherit !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-glitch .nmgp-product-title a::before,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-glitch .nmgp-product-title a::after {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    line-height: inherit !important;
    overflow: hidden !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-glitch .nmgp-product-title a::before {
    color: color-mix(in srgb, var(--nmgp-title-color, #ffffff) 35%, var(--nmgp-dk-accent, #ff003c) 65%) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-title-glitch .nmgp-product-title a::after {
    color: color-mix(in srgb, var(--nmgp-title-color, #ffffff) 35%, var(--nmgp-dk-accent-2, #00ffff) 65%) !important;
}


/* ==========================================================
   DK CUSTOM ENGINE PATCH v1.7.5
   Sterowanie grubością ramki DK Custom Engine
   ========================================================== */
.nmgp-product-card {
    --nmgp-dk-frame-width: 1px;
}
.nmgp-product-card.nmgp-product-dk_custom_engine {
    border-width: var(--nmgp-dk-frame-width, 1px) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-flat,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-neon,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-glitch {
    border-width: var(--nmgp-dk-frame-width, 1px) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-double-neon,
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-dual-neon {
    border-width: var(--nmgp-dk-frame-width, 1px) !important;
}
.nmgp-product-card.nmgp-product-dk_custom_engine.nmgp-dkce-frame-glitch::before {
    border-width: var(--nmgp-dk-frame-width, 1px) !important;
}


/* ==========================================================
   NM Glass Products PATCH v1.7.6
   Brand background/logo controls + DK Custom Engine button visibility
   ========================================================== */
.nmgp-product-card .nmgp-brand-badge,
.nmgp-product-card .nmgp-brand-style-minimal,
.nmgp-product-card .nmgp-brand-style-glass,
.nmgp-product-card .nmgp-brand-style-neon,
.nmgp-product-card .nmgp-brand-style-frame,
.nmgp-product-card .nmgp-brand-style-terminal,
.nmgp-product-card .nmgp-brand-style-hologram,
.nmgp-product-card .nmgp-brand-style-strip {
    background: var(--nmgp-brand-bg, rgba(5,5,8,.62)) !important;
    color: var(--nmgp-brand-text, #fff) !important;
}
.nmgp-product-card .nmgp-brand-text {
    color: var(--nmgp-brand-text, #fff) !important;
    font-size: var(--nmgp-brand-size, 9px) !important;
}
.nmgp-product-card .nmgp-brand-logo {
    height: var(--nmgp-brand-logo-height, 20px) !important;
    max-width: var(--nmgp-brand-logo-width, 92px) !important;
    width: auto !important;
    object-fit: contain !important;
}
.nmgp-product-card.nmgp-button-visibility-always .nmgp-product-button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
@media (hover: hover) and (pointer: fine) {
    .nmgp-product-card.nmgp-button-visibility-hover .nmgp-product-button {
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(10px) !important;
        pointer-events: none !important;
    }
    .nmgp-product-card.nmgp-button-visibility-hover:hover .nmgp-product-button,
    .nmgp-product-card.nmgp-button-visibility-hover:focus-within .nmgp-product-button {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        pointer-events: auto !important;
    }
}
@media (hover: none), (pointer: coarse) {
    .nmgp-product-card.nmgp-button-visibility-hover .nmgp-product-button {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        pointer-events: auto !important;
    }
}

/* --- CAROUSEL PAUSE / PLAY TOGGLE --- */
.nmgp-swiper-container .nmgp-carousel-pause-toggle {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 120;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 999px;
    background: rgba(15,23,42,0.72);
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.nmgp-swiper-container .nmgp-carousel-pause-toggle:hover,
.nmgp-swiper-container .nmgp-carousel-pause-toggle:focus-visible {
    background: rgba(15,23,42,0.9);
    transform: scale(1.06);
    outline: none;
}

.nmgp-swiper-container .nmgp-carousel-pause-toggle:focus-visible {
    box-shadow: 0 0 0 3px rgba(255,255,255,0.7), 0 10px 30px rgba(0,0,0,0.18);
}

.nmgp-swiper-container .nmgp-pause-icon {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    color: currentColor;
}

.nmgp-swiper-container .nmgp-pause-icon::before,
.nmgp-swiper-container .nmgp-pause-icon::after {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    width: 4px;
    background: currentColor;
    border-radius: 2px;
}

.nmgp-swiper-container .nmgp-pause-icon::before {
    left: 2px;
}

.nmgp-swiper-container .nmgp-pause-icon::after {
    right: 2px;
}

.nmgp-swiper-container .nmgp-carousel-pause-toggle.nmgp-is-paused .nmgp-pause-icon::before {
    top: 1px;
    left: 3px;
    bottom: auto;
    width: 0;
    height: 0;
    background: transparent;
    border-radius: 0;
    border-left: 10px solid currentColor;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.nmgp-swiper-container .nmgp-carousel-pause-toggle.nmgp-is-paused .nmgp-pause-icon::after {
    display: none;
}
