.products__wrap {
    box-shadow: 78px 75px 43px rgba(5, 165, 166, 0.03), 44px 42px 37px rgba(5, 165, 166, 0.11), 20px 19px 27px rgba(5, 165, 166, 0.19), 5px 5px 15px rgba(5, 165, 166, 0.22);
    cursor: pointer;
}

.products__item-wrap {
    cursor: pointer;
}


.product__getkp-btn:active {
    opacity: .4;   
}
    
.navbag__links {
    cursor: pointer;
}

.navbag__links a:hover {
    color: #00A6A6!important;
}

.product__getkp-btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    
    position: absolute;
    top: 2px;
    left: 212px;

    background-size: cover;
    background-image: url('https://static.tildacdn.com/tild3635-3437-4663-a439-613734663963/photo.png');
}