/*
---------------------------------------
            SHOPPING BANNER
---------------------------------------
*/

.shopping__banner {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    position: relative;
}

.shopping__container {
    width: 100%;
    height: 100%;

    margin: 0 auto;
}

.shopping__item--image-container {
    width: 100%;
    height: 80%;

    overflow: hidden;
}

.shopping__item--info {
    display: flex;
    flex-direction: column;

    height: 20%;

    padding: 1rem;
}

.shopping__item--info-sale {
    color: red;

    margin-right: 0.2rem;
}

.shopping__item--info-unit {
    font-weight: 400;
}

.shopping__item--info-downer {
    margin-top: 0.3rem;
    line-height: 1.2rem;
}
