@media screen and (max-width: 960px){
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
margin-bottom: 15px;
}
}




.t706__cartpage {
    display: none;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: 100%;
    max-height: 100dvh;
    background-color: rgba(251, 248, 243, 1);
    padding: 0;
    box-sizing: border-box;
    overflow: auto;
    box-shadow: 0 0 10px 0 rgba(251, 248, 243, 2);
    transition: opacity .3s ease;
    opacity: 0;
}

.t-text {
    font-family: 'Manrope';
    font-weight: 400;
    color: #000000;
}