  
  
  
    .t-store__prod__quantity {
    border-radius: 10px !important; 
    background-color: #f0f0f0 !important;
    border: 0 !important;
    }
    .js-product .t-product__option-select {
    background-color: #f0f0f0 !important;
    border: 0 !important;
    padding: 8px 50px 8px 20px !important;
    }
    
    .t-store .t-product__option-select {
        @media screen and (max-width: 640px) {
        font-size: 12px !important;
        };
    }
    
    .t-store__card__imgwrapper {
        @media screen and (max-width: 640px) {
        height: 90px !important;
        };
    }
    .t-store__prod__quantity {
        @media screen and (max-width: 640px) {
        padding: 0px 10px;
        };
    }
        .t-store__prod__quantity input[type=number] {
        @media screen and (max-width: 640px) {
        font-size: 12px;    
        }

    }

    .t706__cartpage-form .t-input-group[data-input-lid="1609698152538"] {
    background-color: #faf8e3;
    border-radius: 25px;
    padding: 25px;
}
    
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid #00c851 !important;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    background-color: #f0f0f0 !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 12px !important;
    padding: 7px 15px !important;
}


/* ОТМЕТКИ НА ТОВАРАХ В КАТАЛОГЕ  */

/* Верхние плашки */
.gw-badges-top {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 6px;
    z-index: 5;
}

/* Круг */
.gw-badge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    /* Текст */
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

/* Цвета */
.gw-badge-new {
    background: #57D148;
}

.gw-badge-sale {
    background: #FF5459;
}

/* НИЖНЯЯ (RND) */
.gw-badge-bottom {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 5;
}

.gw-badge-bottom img {
    width: 80px;
}

/* Привязка к картинке */
.t-store__card__imgwrapper {
    position: relative;
}
</style>