.elementor-2029 .elementor-element.elementor-element-dbd3e32{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-021572c *//* Dodatkowe style zapewniające poprawne wyświetlanie mega menu */
.ps-mega-menu-container {
    display: flex;
    background: linear-gradient(135deg, #232526 0%, #414345 100%);
    color: #ffffff;
    padding: 30px 20px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border-radius: 0 0 8px 8px;
}

/* Style dla kolumn */
.ps-mega-menu-column {
    flex: 1;
    padding: 0 25px;
    position: relative;
}

.ps-mega-menu-column:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.3), rgba(255,255,255,0));
}

/* Style dla nagłówków */
.ps-mega-menu-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
}

.ps-mega-menu-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    border-radius: 2px;
}

.highlight-title {
    background: linear-gradient(90deg, #f39c12, #e74c3c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}

.highlight-title::after {
    background: linear-gradient(90deg, #f39c12, #e74c3c);
}

/* Style dla listy elementów */
.ps-mega-menu-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ps-mega-menu-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 5px 0;
}

.ps-mega-menu-item:hover {
    transform: translateX(5px);
}

.ps-mega-menu-item span {
    position: relative;
    transition: all 0.3s ease;
}

.ps-mega-menu-item:hover span {
    color: #2ecc71;
}

.ps-mega-menu-item:hover .ps-mega-menu-icon {
    background: linear-gradient(135deg, #3498db, #2ecc71);
    border-color: transparent;
}

/* Style dla ikon */
.ps-mega-menu-icon {
    width: 42px;
    height: 42px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    background: rgba(255,255,255,0.05);
    transition: all 0.3s ease;
}

.ps-mega-menu-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    color: #ffffff;
    transition: all 0.3s ease;
}

.ps-mega-menu-item:hover .ps-mega-menu-icon svg {
    color: #ffffff;
    transform: scale(1.1);
}

/* Style dla próbek kolorów */
.ps-color-swatch {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 12px;
    padding: 3px;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    transition: all 0.3s ease;
}

.ps-color-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.ps-mega-menu-item:hover .ps-color-swatch {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(255,255,255,0.3);
}

.jasne .ps-color-inner {
    background: linear-gradient(135deg, #f5f5f5, #e8d5b2);
}

.naturalne .ps-color-inner {
    background: linear-gradient(135deg, #d4a76a, #c69c4f);
}

.ciemne .ps-color-inner {
    background: linear-gradient(135deg, #a67c52, #8b572a);
}

.czarne .ps-color-inner {
    background: linear-gradient(135deg, #2c2c2c, #1a1a1a);
    border: 1px solid rgba(255,255,255,0.1);
}

/* Style dla siatki marek */
.ps-brand-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.ps-brand-item {
    background: rgba(255,255,255,0.05);
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
    cursor: pointer;
}

.ps-brand-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.ps-brand-item:hover {
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.ps-brand-item img {
    max-width: 85%;
    max-height: 70%;
    transition: all 0.3s ease;
    filter: brightness(0.9) grayscale(0.2);
}

.ps-brand-item:hover img {
    filter: brightness(1) grayscale(0);
}

/* Responsywność */
@media (max-width: 768px) {
    .ps-mega-menu-container {
        flex-direction: column;
        padding: 20px;
    }
    
    .ps-mega-menu-column {
        margin-bottom: 30px;
        padding: 0;
    }
    
    .ps-mega-menu-column:not(:last-child)::after {
        display: none;
    }
    
    .ps-brand-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */