

/* Header CSS */
.wpb_row, .vc_row, .page-wrapper-in, #content {
    overflow: visible !important;
}

.pu-mascot {
    position: absolute;
    top: var(--mascot-offset, -80px);
    width: var(--mascot-width, 170px);
    max-width: 40vw;
    z-index: 500; /* must beat Impreza's header z-index — check yours, often ~999 for sticky headers */
    pointer-events: none;
}
.pu-mascot--left  { left: var(--mascot-side, 0); }
.pu-mascot--right { right: var(--mascot-side, 0); }
.pu-mascot img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .pu-mascot { display: none; }
}