.product-item {
    overflow: unset !important;
}

.product-item-scu-block {
    margin: 5px 0 15px 0;
}

.product-item_offers {
    background: #F4F4F4;
    border-radius: 5px;
    padding: 1em;
}

.product-item_offers .selectric, .product-item_offers .selectric .label {
    line-height: 40px;
    height: 40px;
}

.product-item_offers .selectric .button {
    width: 37px;
}

.product-item_offers .selectric .button::after {
    width: 18px;
}

.product-item_property-item {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.product-item_property-item > span {
    background-color: white;
    position: relative;
    z-index: 2;
    padding: 0 3px;
}

.product-item_property-item > span:last-child {
    text-align: right;
}

.product-item_property-item:after {
    width: 100%;
    height: 0;
    border-top: 1px dashed #e2e2e2;
    content: '';
    left: 0;
    right: 0;
    bottom: 2px;
    position: absolute;
    z-index: 1;
}
