.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: 1.25rem;
    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;
}
