.lpc-prods-5 {
    width: 100%;
    position: relative;
}

.lpc-prods-5__title-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lpc-prods-5__title {
    text-align: center;
}

.lpc-prods-5__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -24px;
}

.lpc-prods-5__item {
    margin-bottom: 24px;
}

.lpc-prods-5__item-content {
    background: rgba(68, 68, 68, 0.1);
    padding: 16px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lpc-prods-5__item-img-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
}

.lpc-prods-5__item-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    width: 100%;
}

.lpc-prods-5__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.lpc-prods-5__item-title {
    margin-top: 16px;
}

.lpc-prods-5__item-price {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lpc-prods-5__item-new-price {
    margin-right: 8px;
}

.lpc-prods-5__item-old-price {
    opacity: .3;
    text-decoration: line-through;
}

.lpc-prods-5__item-buttons {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px -16px -16px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lpc-prods-5__button {
    display: block;
    margin: 0 16px 16px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
}

.lpc-prods-5[data-media-source="mobile"] {
    padding: 32px 0;
}

.lpc-prods-5[data-media-source="mobile"] .lpc-prods-5__items {
    margin-top: 24px;
}

.lpc-prods-5[data-media-source="mobile"] .lpc-prods-5__button {
    width: 100%;
}

.lpc-prods-5[data-media-source="tablet"] {
    padding: 56px 0;
}

.lpc-prods-5[data-media-source="tablet"] .lpc-prods-5__items {
    margin-top: 32px;
}

.lpc-prods-5[data-media-source="desktop"] {
    padding: 80px 0;
}

.lpc-prods-5[data-media-source="desktop"] .lpc-prods-5__items {
    margin-top: 32px;
}

@media all and (min-width: 600px) {
    .lpc-prods-5[data-media-source="mobile"] .lpc-col-3-ml {
        padding: 0 12px;
        width: calc((100% / 6) * 3);
    }
}