﻿.buy-jersey {
    margin-bottom: 40px;
    overflow: hidden;
}

    .buy-jersey .img-wrapper {
        position: relative;
        max-height: 540px;
    }

    .buy-jersey .product-wrapper .product-image img {
        margin: 0;
        width: 100%;
        object-fit: cover;
        max-height: 540px;
    }

    .buy-jersey .product-img-title {
        position: absolute;
        max-width: 75%;
        bottom: 10px;
    }

        .buy-jersey .product-img-title .title {
            font-size: 36px;
            line-height: 42px;
            font-weight: bold;
            color: white;
            padding: 20px 0 0 14px;
            position: relative;
            left: initial;
            display: block;
            bottom: auto;
        }

        /*.buy-jersey .product-img-title img {
            margin: 0;
            width: auto;
            max-width: 180px;
        }*/

    .buy-jersey .big-numbers {
        position: absolute;
        font-size: 80px;
        font-weight: 900;
        line-height: 65px;
        right: -5px;
        color: white;
        bottom: -5px;
    }

    .buy-jersey .title {
        left: min(calc(571 / 1366 * 100vw), 650px);
        position: absolute;
        bottom: 15px;
        font-size: 46px;
        line-height: 54px;
        font-weight: bold;
        color: white;
        display: none;
    }

    .buy-jersey .product-wrapper {
        display: flex;
        flex-direction: column;
    }


    .buy-jersey .product-info-wrapper {
        padding: 20px 15px 30px;
        position: relative;
    }

        .buy-jersey .product-info-wrapper .price-info {
            display: flex;
            flex-flow: column;
            gap: 10px;
            margin-bottom: 30px;
        }

            .buy-jersey .product-info-wrapper .price-info .price-table-line {
                display: flex;
                justify-content: space-between;
                height: 28px;
                align-items: center;
                font-size: 24px;
            }

        .buy-jersey .product-info-wrapper .button-wrapper {
            display: flex;
            flex-flow: column;
            gap: 10px;
            width: 346px;
            margin-left: auto;
            margin-right: auto;
        }

    .buy-jersey .product-info-wrapper .button-wrapper .button {
        width: 100%;
        max-width: 346px;
        height: 55px;
    }

        .buy-jersey .product-info-wrapper .button-wrapper .button span {
            display: flex;
            gap: 20px;
            align-items: center;
        }

        .buy-jersey .product-info-wrapper .button-wrapper .button svg {
            height: 23.7px;
            width: 23.98px;
            transition: 400ms ease-in-out;
        }

        .buy-jersey .product-info-wrapper .button-wrapper .button:hover svg {
            transform: rotate(540deg);
        }

.buy-jersey .product-info-wrapper .disclaimer {
    margin-top: 20px;
    font-size: 20px;
}

.buy-jersey .product-images-preview {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    .buy-jersey .product-images-preview img {
        margin: 0;
        width: 48%;
    }


.walletcash{
    font-size: 20px;
}

@media(min-width: 992px) {
    .buy-jersey .img-wrapper {
        max-height: 640px;
    }

        .buy-jersey .img-wrapper img {
            max-height: 640px;
            width: 100%;
            object-fit: cover;
        }

    .buy-jersey .product-wrapper {
        flex-direction: row;
        align-items: center;
    }
        .buy-jersey .product-wrapper .product-image img {
            width: calc(536 / 1366 * 100vw);
            margin-top: calc(-100/ 1366 * 100vw);
            max-width: 605px;
        }

    .buy-jersey .product-info-wrapper {
        padding-right: 10%;
        justify-content: space-between;
        max-width: 856px;
        margin-right: 0;
        margin-left: 2.1%;
        width: calc(830 / 1366 * 100vw);
        align-self: center;
    }

    .buy-jersey .product-img-title {
        position: absolute;
        bottom: 0;
        top: auto;
    }



        .buy-jersey .product-img-title img {
            margin: 0;
            width: auto;
            max-width: 536px;
            margin-top: 0px;
            top: min( calc(410 / 1366 * 100vw), 410px);
            width: calc(536 / 1366 * 100vw);
        }

    .buy-jersey .product-images-preview img {
        margin: 0;
        width: auto;
    }

    .buy-jersey .product-img-title .title {
        display: none;
        
    }

    .buy-jersey .title {
        display: block;
    }

    .buy-jersey .big-numbers {
        position: absolute;
        font-size: 100px;
        font-weight: 900;
        line-height: 90px;
        right: 20px;
        color: white;
        bottom: -10px;
    }

    .buy-jersey .product-info-wrapper .button-wrapper {
        display: flex;
        flex-flow: initial;
        justify-content: space-between;
        gap: 10px;
        width: auto;
    }
    .buy-jersey .product-info-wrapper .price-info .price-table-line {
        font-size: 24px;
    }

    .buy-jersey .price-info-wrapper {
        height: min-content;
        /* padding-top: 145px; */
        padding-left: 35px;
    }

    .buy-jersey .product-images-preview {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 24px;
    }

    .buy-jersey .product-info-wrapper .disclaimer {
        margin-top: 20px;
        font-size: 20px;
    }
}
