.obsah-sady {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.obsah-sady h3 {
    font-weight: 550;
    margin-right: auto;
    margin-bottom: 10px;
}

.obsah-sady .dm-product {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    width: 100%;
    flex-basis: 100%;
    position: relative;
    margin-bottom: 5px;
    padding: 5px 0;
    border-bottom: solid 1px #dadada;
}

.obsah-sady .dm-product .product-pcs {
    width: 30px;
    margin-right: 20px;
}

.obsah-sady .dm-product .product-img {
    width: 60px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
}

.obsah-sady .dm-product .product-img img {
    width: 100%;
    margin: auto;
    height: 100%;
    object-fit: contain;
}

.obsah-sady .product-name {
    width: calc(100% - 50px - 60px - 20px);
    margin-left: 20px;
    color: var(--color-primary);
}

.obsah-sady .psoudolink {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
