@media screen and (min-width: 1200px) {
  .t-store__grid-cont .t-col,
  .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 50px !important; 
  }
}
@media screen and (max-width: 899px) {
  .t-store__grid-cont .t-col,
  .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 0px !important;
  }
}
.t-store__cartwin,.t-store__cartwin-content,.t706__cartwin,.t706__cartwin-content{background-color:#FFFCF0!important;}
.t-store__cartwin,.t-store__cartwin *,.t706__cartwin,.t706__cartwin *{color:#656F3A!important;}
.t-store__cartwin .t-submit,.t-store__cartwin .t-submit *,.t706__cartwin .t-submit,.t706__cartwin .t-submit *{color:#FFFCF0!important;}
.t-store__cartwin-close,.t-store__cartwin-close *,.t706__cartwin-close,.t706__cartwin-close *{color:#656F3A!important;stroke:#656F3A!important;fill:#656F3A!important;}
.t706__bubble-container{
display:none!important;
opacity:0!important;
visibility:hidden!important;
pointer-events:none!important;
}
.t-store__cartwin *, 
.t-store__cartwin {
    font-family: 'futura-pt', sans-serif !important;
}
.t-store__cartwin input,
.t-store__cartwin textarea,
.t-store__cartwin label,
.t-store__cartwin .t-input-block,
.t-store__cartwin .t-input-title {
    font-family: 'futura-pt', sans-serif !important;
}
.t-store__cartwin input::placeholder,
.t-store__cartwin textarea::placeholder {
    font-family: 'futura-pt', sans-serif !important;
}
.t-store__cartwin,.t-store__cartwin *,.t706__cartwin,.t706__cartwin *{font-family:'futuro-5',sans-serif!important;}
.t-store__cartwin-product-title,
.t706__product-title {
    font-weight: 400 !important;
}
.t-store__prod-popup__btn-error {
    background-color: transparent !important;
    border: none !important;
    color: transparent !important;
    text-align: center;
    padding: 0 !important;
}
.t-form__errorbox-item {
    display: none !important;
}
.t-form__errorbox-item,
.t-form__errorbox-wrapper {
    display: none !important;
}
.t-store__cartwin-emptymsg,
.t706__cartwin-emptymsg {
    color: transparent !important;
    position: relative;
}
.t-store__cartwin-emptymsg::before,
.t706__cartwin-emptymsg::before {
    content: 'В вашей корзине пока что ничего нет';
    color: #656F3A !important;
    font-family: 'futuro-5', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    display: block;
    text-align: left;
    margin-bottom: 20px;
}
.pp-emptycart-products{
margin-top:16px;
display:flex;
flex-wrap:wrap;
gap:12px;
}

.pp-emptycart-item{
flex:0 0 calc(50% - 6px);
background:#FFFCF0;
border:1px solid #B0B67E;
border-radius:10px;
padding:10px 12px;
font-family:'futuro-5',sans-serif;
font-size:13px;
line-height:1.3;
color:#656F3A;
text-decoration:none;
}
.pp-emptycart-item:hover{
background:#f5f2e4;
}
.t-store__cartwin-emptymsg,
.t706__cartwin-emptymsg{
    font-family:'futuro-5',sans-serif!important;
    color:#656F3A!important;      /* твой зелёный */
    font-size:20px;
    text-align:center;
    margin-top:120px;             /* опустить вниз от шапки */
    margin-bottom:40px;
}
.t-store__cartwin-emptymsg,
.t706__cartwin-emptymsg{
    font-family:'futuro-5',sans-serif!important;
    font-weight:600!important;   /* 400 = Normal, 600 = Semibold */
    color:#656F3A!important;
    font-size:20px;
    text-align:center;
    margin-top:120px;
    margin-bottom:40px;
}
.t-empty-cart-btn{
    display:inline-block;
    background-color:#656F3A;
    color:#fff!important;
    padding:12px 28px;
    margin:20px auto 0;
    font-family:'futuro-5',sans-serif!important;
    font-size:16px;
    font-weight:600;
    border-radius:4px;
    text-decoration:none!important;
}
.t-empty-cart-btn {
    background-color: #B0B67E !important;
    color: #FFFCF0 !important; /* нежный бежевый текст */
    font-family: 'futuro-5', sans-serif !important;
    border: none !important;
    border-radius: 4px;
    padding: 14px 28px;
    display: inline-block;
    margin: 20px auto 0 !important;
    cursor: pointer;
}
.t-store__cartwin-wrapper.t-store__cartwin-empty,.t706__cartwin-wrapper.t706__cartwin-empty{text-align:center!important}
.t-store__cartwin-wrapper.t-store__cartwin-empty .t-store__cartwin-emptymsg,.t706__cartwin-wrapper.t706__cartwin-empty .t706__cartwin-emptymsg{display:block!important;margin:160px auto 25px auto!important;font-family:'futuro-5',sans-serif!important;font-weight:600!important;font-size:26px!important;color:#656F3A!important}
.pp-empty-btn{display:inline-block!important;padding:12px 26px!important;background:#B0B67E!important;color:white!important;font-family:'futuro-5',sans-serif!important;font-size:16px!important;border-radius:3px!important;text-decoration:none!important;margin-top:10px!important}
.t-store__cartwin-wrapper:not(.t-store__cartwin-empty),.t706__cartwin-wrapper:not(.t706__cartwin-empty){text-align:left!important}