.product-detail__back {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;

    @media (max-width: 991px) {
        display: none;
    }
}

.product-detail__back:hover {
    opacity: 0.8;
}

.product-detail__back img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.product-detail__grid {
    position: relative;
    padding-bottom: 50px;
}

.product-detail__marks {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    order: 4;
}

.catalog-card__img--small {
    max-width: calc(100% * 0.7);
    max-height: calc(100% * 0.7);
}
