﻿
/********** atualização versao 2 ***************/

section.lower-footer {
    margin-bottom: 50px;
}

/********** versao 1 ***************/

.jersey22_23-home .sticky-buy.closed {
    transform: translateY(100%);
}

.jersey22_23-home .sticky-buy {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 100;
    transition: transform 250ms ease-in-out;
}

    .jersey22_23-home .sticky-buy .text-container,
    .jersey22_23-home .sticky-buy .quantity-wrapper {
        padding: 0 !important;
        margin: 0 !important;
    }

    .jersey22_23-home .sticky-buy .button {
        width: 100%;
    }

        .jersey22_23-home .sticky-buy .button span {
            font-weight: bold;
        }

        .jersey22_23-home .sticky-buy .button.disabled {
            background-color: #BEBEBE !important;
            opacity: 1;
        }

    .jersey22_23-home .sticky-buy .quantity-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        user-select: none;
        margin-bottom: 40px;
    }

        .jersey22_23-home .sticky-buy .quantity-wrapper p {
            display: none;
            font-size: 24px;
            font-weight: 500;
            line-height: 28px;
        }

@media (min-width: 768px) {
    .jersey22_23-home .sticky-buy {
        background-color: white;
        padding: 0 40px;
        max-width: 1600px;
    }

        .jersey22_23-home .sticky-buy .text-container {
            padding: 12px 0 !important;
        }

        .jersey22_23-home .sticky-buy .quantity-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            user-select: none;
            margin-bottom: 0;
        }

            .jersey22_23-home .sticky-buy .quantity-wrapper .button {
                width: 207px;
            }
            .jersey22_23-home .sticky-buy .quantity-wrapper p {
                display: block;
            }
    .jersey22_23-home .sticky-buy {
        border-top: solid 1px #F8F8F8;
    }
}

@media (hover: hover) {
    .jersey22_23-home .sticky-buy .quantity-wrapper .button:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
