.elementor-7 .elementor-element.elementor-element-e406231{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-90fc84b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:10;}.elementor-7 .elementor-element.elementor-element-079cece{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-634290d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7 .elementor-element.elementor-element-73892bd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-67a5ff0 */.strefa-pionowa {
    background: #f4f4f4;
    padding: 80px 20px;
    font-family: 'Montserrat', sans-serif;
}

.kontener-magazynu {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

/* Styl Regału */
.regal-pionowy-wrapper {
    position: relative;
    width: 250px;
    height: 550px;
    background: repeating-linear-gradient(0deg, #333 0px, #333 10px, transparent 10px, transparent 140px);
    border-left: 8px solid #555;
    border-right: 8px solid #555;
}

.polki-interaktywne {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.polka-klik {
    height: 140px;
    cursor: pointer;
    transition: background 0.3s;
}

.polka-klik:hover {
    background: rgba(226, 6, 19, 0.1);
}

/* Styl Wózka */
#wozek-widlowy {
    position: absolute;
    left: -60px; /* Dopasuj w zależności od grafiki */
    top: 20px;
    width: 180px;
    transition: all 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    z-index: 10;
    pointer-events: none; /* Żeby kliknięcia przechodziły do półek */
}

/* Styl Wyświetlacza */
.wyswietlacz-informacji {
    flex: 1;
}

.karta-informacyjna {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    min-height: 250px;
    border-left: 5px solid #E20613;
}

#info-tytul {
    font-size: 1.8rem;
    color: #333;
    margin-top: 0;
    text-transform: uppercase;
}

.linia-ozdobna {
    width: 50px;
    height: 4px;
    background: #E20613;
    margin: 20px 0;
}

#info-tekst {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
    transition: opacity 0.3s;
}/* End custom CSS */