#popup-photochromic h1,
#popup-photochromic h2 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    padding: 20px 0;
    margin-bottom: 0;
}

#popup-photochromic h1 {
    text-transform: uppercase;
}

#popup-photochromic h2 {
    margin-top: 10px;
}

#popup-photochromic .hero {
    background: transparent linear-gradient(180deg, #183C80 0%, #89204C 21%, #D2662A 49%, #89204C 77%, #183C80 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    text-align: center;
    padding: 20px;
}

#popup-photochromic .hero .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}

#popup-photochromic .hero .inner img {
    max-width: 150px;
    height: auto;
}

@media screen and (max-width: 620px) {
    #popup-photochromic .hero .inner img {
        max-width: 100px;
    }
}

#popup-photochromic .items {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 42px;
}

#popup-photochromic .items li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin-bottom: 20px;
}

#popup-photochromic .items li img {
    height: auto;
    width: 32px;
}

#popup-photochromic .items li p {
    margin-bottom: 0;
}

#popup-photochromic.solo_lenti p {
    line-height:22px;
}
#popup-photochromic.solo_lenti .items li img {
    height: auto;
    width: 23px;
}