
.sld-presenter {
    display: flex;
    margin-top: .5rem;
}

.sld-product-image {
    margin-right: 1rem;
}

.sld-product-reference {
    color: var(--adn-content-second);
    margin-bottom: .5rem;
}

.sld-product-link {
    color: var(--adn-action);
    margin-bottom: .5rem;
    text-decoration: underline;
    font-weight: bold;
}

.sld-product-price {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--adn-content-first);
}