.size-itemcollect__row._offer, .bottom-itemcollect__price._offer{
    display: none;
}

/* Простой товар: сетка параметров и счётчик без отдельной белой «карточки» (глобальный .item-collect задаёт #fff и тень) */
.productpage__description .item-collect_simple.item-collect,
.description-product .item-collect_simple.item-collect,
.productpage__description .item-collect_simple_qty.item-collect,
.description-product .item-collect_simple_qty.item-collect {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 0 1.25rem 0;
    height: auto;
    display: block;
}

.productpage__description .item-collect_simple .item-collect__size {
    margin: 0 0 1rem 0;
}

.productpage__description .item-collect_simple .item-collect__choose {
    margin: 0 0 0.25rem 0;
}

/* Счётчик количества — под селектором ТП (или под кнопками, если ТП нет) */
.productpage__description .item-collect_simple_qty {
    margin-top: 0.75rem;
    margin-bottom: 0;
}

.productpage__description .item-collect_simple_qty .item-collect__choose {
    margin-bottom: 0;
}

/* Одна колонка со счётчиком — по центру, без пустой половины ряда */
.productpage__description .item-collect_simple .choose-itemcollect__row {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
}

.productpage__description .item-collect_simple .choose-itemcollect__col:first-child {
    display: none;
}

.productpage__description .item-collect_simple .choose-itemcollect__col {
    flex: 0 0 auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.productpage__description .item-collect_simple_qty .choose-itemcollect__row {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
}

.productpage__description .item-collect_simple_qty .choose-itemcollect__col:first-child {
    display: none;
}

.productpage__description .item-collect_simple_qty .choose-itemcollect__col {
    flex: 0 0 auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

/* Выбор ТП — тот же блок, что у миниатюр в составе набора (select.form → select_init в app.js), под кнопками «В корзину» */
.description-product .choose-itemcollect_catalog_offer {
    margin: 1rem 0 1rem 0;
}

.description-product .choose-itemcollect_catalog_offer .choose-itemcollect__col:nth-child(2) {
    display: none;
}

.description-product .choose-itemcollect_catalog_offer .choose-itemcollect__col:nth-child(1) {
    flex: 1 1 100%;
    max-width: 100%;
    padding-right: 0;
}

.description-product .choose-itemcollect_catalog_offer .choose-itemcollect__row {
    margin-left: 0;
    margin-right: 0;
}
