.purina-popup-wrapper {
    position: fixed;
    background-color: #8080807d;
    width: 100%;
    height: 100vh;
    z-index: 100;
}

.purina-popup-wrapper .popup-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.purina-popup-wrapper .popup-content .popup-content-inner {
    position: relative;
}

.purina-popup-wrapper .popup-content .popup-content-inner .popup-action {
    position: absolute;
    bottom: -25px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 100%;
}
@media (min-width: 765px) {
    .purina-popup-wrapper .popup-content .popup-content-inner .popup-action{
        bottom: 20px;
    }
}

.popup-action a{
    text-wrap: nowrap;
    min-width: fit-content;
}

.popup-content-inner .popup-content-inner-close {
    position: absolute;
    color: white;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .popup-content-inner img {
       width: 350px;
    }
}