
@media screen and (max-width: 600px) {
.product-card.lying-card .inner .hover-content {
    display: flex;
    width: calc(100%);
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.product-card .inner .image-outer .tags-container .tags-bottom {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    transform: translateY(calc(3% + 7px));
}

.product-card.lying-card .inner .text-content .storage-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    left: 40%;
}

.product-card.lying-card .inner .hover-content .parameters .special-parameter {
    position: absolute;
    left: 50px;
    bottom: 66px;
    width: 200px;
}
.product-card.lying-card .inner .hover-content {
    background-color:#fff;
}
}

