  .js-store-prod-text a {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 15px;
  margin-top: 20px;
  border-radius: 5px;
  font-weight: 500;
}

.js-store-prod-text a {
  background-color: #1EC9E8;
  color: #ffffff !important;
}

.js-store-prod-text a:last-of-type {
  background-color: #1EC9E8;
  color: #ffffff !important;
}

.t706__cartwin_showed {
  z-index:9999999;
}

/*.t-store__prod__quantity, */
/*.js-store-prod-btn2, */
/*.t-store__card__btn,*/
/*.t-store__prod-popup__btn {*/
/*    border-radius: 0!important;*/
/*}*/


:root {
    --radius: 7px;    
}


.t-store__card__imgwrapper {
    overflow: hidden;
}

.t-store__prod__quantity, .t-store__card__btn, .t-product__option-item_simple, .t-store__card__imgwrapper {
    border-radius: var(--radius)!important;    
}


@media (max-width: 480px) {
    .t-store .t-product__option {
        margin: 0;
    }
    
    .t-store__grid-cont .t-store__card-list {
        row-gap: 30px!important;
    }
    
    .t-store__card__btns-wrapper {
        flex-wrap: nowrap;
    }
    
    .t-store__card__btn, .t-store__card .t-store__prod__quantity {
        height: 40px!important;     
    }
    
    .t-store__card__btn:before {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20512%22%20width%3D'20'%20height%3D'20'%3E%3Cpath%20fill%3D'%23fff'%20d%3D%22M0%208C0-5.3%2010.7-16%2024-16l45.3%200c27.1%200%2050.3%2019.4%2055.1%2046l.4%202%20187.2%200%200%20102.1-31-31c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l72%2072c9.4%209.4%2024.6%209.4%2033.9%200l72-72c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-31%2031%200-102.1%20177.4%200c20%200%2035.1%2018.2%2031.4%2037.9L537.8%20235.8c-5.7%2030.3-32.1%2052.2-62.9%2052.2l-303.6%200%205.1%2028.3c2.1%2011.4%2012%2019.7%2023.6%2019.7L456%20336c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024l-255.9%200c-34.8%200-64.6-24.9-70.8-59.1L77.2%2038.6c-.7-3.8-4-6.6-7.9-6.6L24%2032C10.7%2032%200%2021.3%200%208zM160%20464a48%2048%200%201%201%2096%200%2048%2048%200%201%201%20-96%200zm224%200a48%2048%200%201%201%2096%200%2048%2048%200%201%201%20-96%200z%22%2F%3E%3C%2Fsvg%3E");
        width: 20px;
        height: 20px;
        
    }
    
    .t-store__card__btn span {
        display: none;
    }
    
    .t-store__prod__quantity__minus, .t-store__prod__quantity__plus {
        background-size: 30% 1px,1px 30%!important;
    }
    
    .t-store__prod__quantity__minus-wrapper, .t-store__prod__quantity__plus-wrapper {
        min-width: 15px;
        width: 15px;
    }
    
    .t-store__card .t-store__prod__quantity {
        margin-left: 0;
    }
    
    .store__card__wrap_txt-and-opts.store__card__has-btns {
        margin-bottom: 15px;
    }
    
    .t-store__card__prod-controls-wrapper:has(*) {
        padding-top: 15px;
    }
}

    