К
Size: a a a
H
AP
S
A
div class="hawk-results-item__options-table-cell hawk-results-item__options-table-cell--price childAttributes"
div class="hawk-price-wrapper"
span class="hawk-old-price"
for card_price in card_box.xpath('.//div[@class="hawk-results-item__options-table-cell hawk-results-item__options-table-cell--price childAttributes"]//div[@class="hawk-price-wrapper"]'):
price = card_price.xpath('span[@class="hawk-old-price"]/text()').get().strip()
A
A
S
A
S
A
AR
S