.product-content{
    justify-content: left !important;
}
.product-content .product-item{
    display: flex !important;
    height:100%;
    flex-wrap: wrap;
}
.product-content .product-item .product-item_img{
    width:100%;
    align-self: start;
}
.product-content .product-item .product-item_desc{
    width:100%;
    text-align: left;
    align-self:center;
}
.product-content .product-item .product-item_price{
    margin-bottom: 10px;
}
.product-content .product-item .product-item_action{
    align-self: end;
    width:100%;
}
.product-content .product-item .product-item_offers .selectric-items{
    margin-top:0;
    width:120px !important;
}
.product-content .product-item .product-item_offers{
    width:100%;
    display: flex;
    justify-content: space-between;
}
.product-content .product-item .product-item_offers > div:last-child{
}
.product-content .product-item .product-item_action .card-product_add-btn{
    height: 50px !important;
    line-height: 50px !important;
}
.product-content .product-item .not-available {
    color: #797979;
    display: block;
    text-align: center;
    line-height: 50px;

}

.promocod {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 100;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
}

/* Планшеты */
@media (max-width: 1024px) {
    .promocod {
        top: 8px;
        left: 8px;
        padding: 6px 10px;
        font-size: 11px;
    }
}

/* Мобильные устройства */
@media (max-width: 767px) {
    .promocod {
        top: 5px;
        left: 5px;
        padding: 5px 8px;
        font-size: 10px;
        white-space: normal;
        max-width: 80px;
        line-height: 1.1;
    }
}

/* Маленькие мобильные */
@media (max-width: 480px) {
    .promocod {
        top: 3px;
        left: 3px;
        padding: 4px 6px;
        font-size: 9px;
        max-width: 70px;
    }
}