.elementor-211 .elementor-element.elementor-element-dd58bae{--display:flex;}body.elementor-page-211:not(.elementor-motion-effects-element-type-background), body.elementor-page-211 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-4b408b3 *//* ==========================================================================
   1. GALERIA TROFEÓW - HERO I NAGŁÓWEK
   ========================================================================== */

.cf-gallery-hero {
    background: transparent; 
    padding: 60px 20px;
    width: 100%;
}

.cf-gallery-hero__header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.cf-gallery-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: 3.4rem; 
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.cf-gallery-hero__subtitle {
    color: #888;
    font-size: 1rem;
    line-height: 1.6;
}

/* ==========================================================================
   2. GALERIA TROFEÓW - FILTRY (SEGMENTED CONTROL)
   ========================================================================== */

.cf-gallery-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #111; 
    width: fit-content;
    margin: 0 auto 50px auto;
    padding: 6px; 
    border-radius: 6px;
    border: 1px solid #1a1a1a;
}

.cf-filter-btn {
    background: transparent !important; /* Blokada tła z motywu */
    color: #777 !important;
    border: none !important;
    padding: 10px 25px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px; 
}

/* Hover - zablokowanie malinowego i wymuszenie neonowego zielonego */
.cf-filter-btn:hover {
    color: #00FF66 !important; 
    background: transparent !important; 
}

/* Aktywny filtr */
.cf-filter-btn.active {
    background: #00FF66 !important; 
    color: #000 !important;
    box-shadow: 0 4px 15px rgba(0, 255, 102, 0.15) !important; 
}

/* ==========================================================================
   3. GALERIA TROFEÓW - SIATKA KART Z RYBAMI (GRID)
   ========================================================================== */

.cf-results__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1300px;
    margin: 0 auto;
}

.cf-result-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4/5; 
    cursor: pointer;
    background: #161616;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cf-result-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.cf-result-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cf-result-card__overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    pointer-events: none;
}

.cf-result-card__content {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.cf-result-card__ig {
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem; 
    display: flex;
    align-items: center;
    gap: 8px;
}

.cf-result-card__ig i {
    color: #00FF66;
    font-size: 1rem;
}

.cf-result-card.cf-hidden {
    display: none !important;
}

/* ==========================================================================
   4. GALERIA TROFEÓW - PRZYCISK ZAŁADUJ WIĘCEJ
   ========================================================================== */

.cf-gallery-hero .cf-btn-shop {
    display: inline-block;
    background: transparent !important;
    color: #00FF66 !important;
    border: 1px solid #225533 !important; 
    padding: 15px 30px;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 4px;
    transition: all 0.3s;
    letter-spacing: 1.5px;
}

.cf-gallery-hero .cf-btn-shop:hover { 
    background: rgba(0, 255, 102, 0.05) !important; 
    border-color: #00FF66 !important; 
}

/* ==========================================================================
   5. PANEL BOCZNY (OFF-CANVAS) - GŁÓWNA STRUKTURA
   ========================================================================== */

.cf-offcanvas {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    z-index: 999999;
    pointer-events: none;
    visibility: hidden;
}

.cf-offcanvas.is-open {
    pointer-events: auto;
    visibility: visible;
}

.cf-offcanvas__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.cf-offcanvas.is-open .cf-offcanvas__overlay { 
    opacity: 1; 
}

.cf-offcanvas__panel {
    position: absolute;
    top: 0; right: 0;
    width: 480px;
    max-width: 100%;
    height: 100vh;
    background: #0f0f0f;
    border-left: 1px solid #1a1a1a;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.cf-offcanvas.is-open .cf-offcanvas__panel { 
    transform: translateX(0); 
}

/* ==========================================================================
   6. PANEL BOCZNY - NAGŁÓWEK I WNĘTRZE
   ========================================================================== */

.cf-offcanvas__header {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    padding: 25px 30px; 
    border-bottom: 1px solid #1a1a1a;
}

.cf-offcanvas__header h4 { 
    margin: 0; 
    color: #fff; 
    font-size: 1rem; 
    font-weight: 600; 
    letter-spacing: 1px;
}

/* Wymuszony zielony kolor dla X przy najechaniu */
.cf-offcanvas__close {
    background: transparent !important; 
    border: none !important; 
    color: #888 !important; 
    font-size: 2.2rem;
    cursor: pointer; 
    line-height: 1; 
    transition: color 0.3s; 
    padding: 0;
    outline: none !important;
}

.cf-offcanvas__close:hover,
.cf-offcanvas__close:focus { 
    color: #00FF66 !important; 
    background: transparent !important; /* Blokuje ew. tło z motywu */
}

.cf-offcanvas__body { 
    padding: 30px; 
    color: #ccc; 
}

.cf-panel-img { 
    width: 100%; 
    height: auto; 
    max-height: 65vh; 
    object-fit: contain; 
    border-radius: 8px; 
    margin-bottom: 25px; 
    display: block;
}

.cf-panel-title { 
    font-family: 'Playfair Display', serif; 
    font-size: 2.2rem; 
    color: #fff; 
    margin-bottom: 25px; 
}

/* ==========================================================================
   7. PANEL BOCZNY - PARAMETRY (Siatka 2x2) I TAGI
   ========================================================================== */

.cf-panel-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 15px; 
    margin-bottom: 30px; 
}

.cf-panel-box { 
    background: #161616; 
    border: 1px solid #222; 
    padding: 15px; 
    border-radius: 6px; 
}

.cf-panel-box small { 
    display: block; 
    color: #666; 
    font-size: 0.7rem; 
    text-transform: uppercase; 
    margin-bottom: 5px; 
    font-weight: 700; 
}

.cf-panel-box strong { 
    color: #00FF66; 
    font-size: 1.1rem; 
}

.cf-panel-box strong.white { 
    color: #fff; 
}

.cf-panel-subtitle { 
    font-size: 0.75rem; 
    color: #888; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    margin-bottom: 15px; 
    border-bottom: 1px solid #1a1a1a; 
    padding-bottom: 10px; 
    display: block;
}

.cf-panel-tags { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 8px; 
    margin-bottom: 25px; 
}

.cf-panel-tag { 
    background: #161616; 
    border: 1px solid #222; 
    padding: 6px 15px; 
    border-radius: 20px; 
    font-size: 0.8rem; 
    color: #ccc; 
}

/* ==========================================================================
   8. PANEL BOCZNY - LISTA SPRZĘTU (GEAR)
   ========================================================================== */

.cf-panel-gear { 
    display: flex; 
    align-items: center; 
    gap: 15px; 
    background: #161616; 
    border: 1px solid #222; 
    padding: 15px; 
    border-radius: 6px; 
}

.cf-panel-gear img { 
    width: 60px; 
    height: 60px; 
    border-radius: 4px; 
    object-fit: cover; 
    background: #222;
}

.cf-panel-gear-info { 
    flex-grow: 1; 
}

.cf-panel-gear-name { 
    font-weight: 600; 
    color: #fff; 
    font-size: 0.95rem; 
    margin-bottom: 5px; 
    display: block; 
}

.cf-panel-gear-link { 
    color: #00FF66 !important; 
    font-size: 0.75rem; 
    text-transform: uppercase; 
    font-weight: 700; 
    text-decoration: none !important; 
}

.cf-panel-gear-link:hover { 
    color: #fff !important; /* Link rozjaśnia się przy najechaniu */
}

/* ==========================================================================
   9. MEDIA QUERIES (WIDOK MOBILNY)
   ========================================================================== */

@media (max-width: 768px) {
    /* Hero & Grid */
    .cf-gallery-hero__title { font-size: 2.2rem; }
    .cf-gallery-filters { border: none; background: transparent; padding: 0; gap: 8px; }
    .cf-filter-btn { background: #111 !important; padding: 10px 18px; font-size: 0.7rem; }
    .cf-results__grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .cf-result-card { aspect-ratio: 1/1; }

    /* Panel Boczny */
    .cf-offcanvas__panel { width: 100vw; } 
    .cf-offcanvas__body { padding: 20px; }
    .cf-panel-title { font-size: 1.8rem; }
}/* End custom CSS */