.products__all__2024_popup_kits_opening {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
}
.products__all__2024_popup_kits_opening.with-hidden {
    display: none;
}

.products__all__2024_popup_kits_opening .white-popup-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(550px + 16px);
    width: 100%;
    height: auto;
    min-height: 200px;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products__all__2024_popup_kits_opening .content-popup-wrapper a{
    display: flex;
}
.products__all__2024_popup_kits_opening .content-popup-wrapper img{
    max-width: 95vw;
    max-height: 95vh;
}
.products__all__2024_popup_kits_opening .close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
}
.products__all__2024_popup_kits_opening .close-btn svg{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}
.products__all__2024_popup_kits_opening .close-btn svg circle,
.products__all__2024_popup_kits_opening .close-btn svg path{
    stroke-width: 1;
}