.t-store__prod-popup__info .js-product-controls-wrapper {
   display: grid;
    grid-template-columns: repeat(5, minmax(auto, 1fr));
    align-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    gap: 24px 12px;
}

.t-store__prod-popup__info .js-product-controls-wrapper * {
    margin: 0 !important;
}

.t-store__prod-popup__info .t-product__option-item_buttons {
    border: 1px solid #e2e2e2 !important;
    width: 100% !important;
}

.t-store__prod-popup__info .t-product__option {
        display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content;
    flex-direction: column;
    gap: 7px;
    justify-content: space-between;
    align-items: stretch;
    justify-items: stretch;
    align-content: stretch;
}

.t-store__prod-popup__info .js-product-edition-option-name {
    /*padding: 0 12px !important;*/
    /*white-space: nowrap;*/
}

.t-store__prod-popup__info .t-product__option-item {
    justify-content: flex-start !important;
    padding: 7px 12px !important;
}

.t-store__prod-popup__info .t-product__option-title {
    font-size: 12px !important;
    line-height: 120%;
    padding: 0;
    overflow-wrap: break-word;
    /*white-space: nowrap;*/
}

@media screen and (min-width: 1280px) {
    .t-store__prod-popup__col_fixed {
        margin: 0;
        width: 100%;
        max-width: 600px;
    }
}

@media screen and (max-width: 1279px) {
    .t-store__prod-popup__info .js-product-controls-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(134px, 1fr));
        gap: 12px 12px;
    }
}
