﻿.vitrine-tools {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: absolute;
    bottom: -1rem;
    z-index: 1;
    width: 100%;
}

.vitrine-tools > * {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
}

.vitrine-tools > *::after {
    content: none
}

@media screen and (min-width: 1200px){
    .vitrine-tools {
        right: 0;
        top: -4rem;
        width: auto;
        bottom: unset
    }
}