/* ===========================
   TABLET STORE
=========================== */

@media (max-width: 1500px){

    .store-window{

        width:100vw;
        max-width:100vw;

        max-height:100vh;

        overflow:auto;

        display:flex;
        justify-content:center;

        padding:30px 0;

    }

    body{
        outline:6px solid hotpink;
    }


    .book-container{

        width:1100px;
        min-width:1100px;

        transform:scale(.76);

        transform-origin:top center;

        margin-bottom:-230px;

    }


    .book-wood{

        width:1090px;
        height:750px;

    }


    .shop-book{

        grid-template-columns:680px 380px;

    }


    .book-left-page,
    .book-right-page{

        min-height:720px;

    }


    .bookmarks{

        right:-475px;

    }


    .bookmark{

        color:#FFF8E6;

    }

}



/* ===========================
   PHONE STORE
=========================== */

@media (max-width:600px){

    .store-window{

        padding:15px 0;

    }


    .book-container{

        transform:scale(.50);

        transform-origin:top center;

        margin-bottom:-430px;

    }


    .bookmark{

        color:#FFF8E6;

    }

}