    @media screen and (max-width: 
    560px) {
        
        .t-popup__close-wrapper {
            display: flex;
            align-items: center;
        }
         .t-popup__close{
        display: none;
        }
        .t-popup__close-icon_arrow, 
        .t-popup__close-icon_cross {
            display: inline-block;
        }

        .t-store__prod-popup__close-txt {
            display: inline-block;
            z-index: 10;
        }
   
        .t-store__prod-popup__close-txt-wr {
        height: 50px;
        position: fixed !important;
        display: flex;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        }
        
        .t-store__prod-popup__close-txt-wr a{
            margin: 0;
            font-size: 16px !important; 
            display: flex;
            padding-left: 10px;
        }
        
        }
    
    
   .t-store__prod-popup__close-txt-wr a{
            font-size: 28px; 
            font-weight: 700;
            background: rgba(0, 0, 0, 0.1);
            padding: 15px;
        }
