.js-product-controls-wrapper{
    display: none !important;
}
.t-inputpromocode__btn{
    color: #ffffff;
    background-color: #f94f0d;
}
.t-store__card__mark-wrapper {
    display: flex !important;
    flex-direction: column !important;
}
.t-store__card__mark {
    display: block !important;
    width: auto !important;
    height: auto !important;
    justify-self: start !important;
    align-self: start !important;
    padding: 10px 10px !important;
}
.t-store__card__mark-wrapper > * {
    margin-bottom: 10px;
}
.t-store__card__mark-wrapper > *:last-child {
    margin-bottom: 0px;
}