.shopify-section.rocket-scalpers-product-interested{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    justify-content: flex-end;
    background-color: #0000003D;
    transition: visibility var(--duration-default) ease;
    z-index: 99;
    flex-direction: column;
    @media(min-width: 768px){
        flex-direction: row;
    }
    &.open{
        display: flex;
    }
    .rocket-scalpers-product-interested_inner{
        width: auto;

        &.rocket-scalpers-product-interested_inner__invited {
            & * {
                font-family: 'Archivo', sans-serif !important;
            }
        }
    }
    .rocket-scalpers-product-interested_overlay{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .rocket-scalpers-product-interested_wrapper{
        display: block;
        width: 100%;
        height: 393px;
        max-width: none;
        padding: 0;
        background-color: white;
        z-index: 10;
        height: auto;
        overflow-y: scroll;
        @media(min-width: 768px){
            width: 480px;
            max-width: calc(100vw - 3rem);
            height: 100vh;
            margin-left: auto;        
        }
        .rocket-scalpers-product-interested_header{
            position: relative;
            padding: 15.5px 16px;
            background-color: #DCE8E3;
            @media(min-width: 768px){
                padding: 16px 24px;
            }
            .rocket-scalpers-product-interested_close-btn{
                position: absolute;
                top: 16px;
                right: 24px;
                font-size: 14px;
                line-height: 19px;
                font-weight: 300;
                color: black;
                cursor: pointer;
                font-family: "Helvetica";
                display: none;
                @media(min-width: 768px){
                    display: inline-block;
                }
            }
            .rocket-scalpers-product-interested-text{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                @media(min-width: 768px){
                    justify-content: unset;
                    flex-direction: column;
                }
                .rocket-scalpers-product-interested_message{
                    font-family: "Helvetica";
                    font-size: 10px;
                    line-height: 13px;
                    font-weight: 400;
                    display: inline-block;
                    color: black;
                    margin-bottom: 0;
                    width: fit-content;
                    @media(min-width: 768px){
                        font-size: 13px;
                        line-height: 17px;
                        margin-bottom: 12px;
                    }
                }
                .rocket-scalpers-product-interested_view-cart{
                    text-decoration: underline;
                    display: inline-block;
                    width: fit-content;
                    font-family: "Helvetica";
                    font-size: 11px;
                    line-height: 13px;
                    font-weight: 300;
                    color: black;
                    cursor: pointer;
                }
            }
        }
        .rocket-scalpers-product-interested_heading-wrapper{
            padding: 12.5px 16px;
            background-color: white;
            position: relative;
            @media(min-width: 768px){
                padding: 21.5px 16px;
            }
            .rocket-scalpers-product-interested_heading{
                font-family: "Helvetica";
                font-size: 14px;
                line-height: 19px;
                font-weight: 400;
                color: black;
                @media(min-width: 768px){
                    font-size: 16px;
                    line-height: 21px;
                }
            }
        }
        .rocket-scalpers-product-interested_product-list{
            display: flex;
            flex-wrap: nowrap;
            overflow-x: scroll;
            position: relative;
            @media(min-width: 768px){
                flex-wrap: wrap;
                overflow-x: unset;
            }
            .rocket-scalpers-product-interested_product{
                width: 172px;
                max-height: unset;
                margin-bottom: 0;
                display: inline-block;
                @media(min-width: 768px){
                    width: 50%;
                    margin-bottom: 0;
                }
                .rocket-scalpers-product-card {
                    display: inline-block;
                    .rocket-scalpers-product-card__wrapper{
                        height: 100%;
                        .rocket-scalpers-product-card__image{
                            height: 246px;
                            width: 172px;
                            @media(min-width: 768px){
                                height: 100%;
                                width: 100%;
                            }
                        }
                    }
                }

                .rocket-scalpers-product-card-invited {
                    display: inline-block;
                    background-color: #FAF8F5;
                    height: 100%;

                    .rocket-scalpers-product-card__wrapper{
                        height: 100%;
                        .rocket-scalpers-product-card__image{
                            height: 246px;
                            width: 172px;
                            @media(min-width: 768px){
                                height: 100%;
                                width: 100%;
                            }
                        }
                    }
                }
            }
        }
    }
}
