/* Main page */
#centered-text {
    width: 100%;
    text-align: center;
}

#crochet-box {
    width:100%;
    overflow-x: hidden;
}

#crochet-page-container {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    min-width: 500px;
}

#closet-door-container {
    position: relative;
    height: 85%;
    width: 50%;
    top: 10%;
    left: 10%;
}

#closet-door-closed {
    position: absolute;
    height: 100%;
    display: block;
    cursor: url("../assets/link.png") 22 13, auto;
}

#closet-door-opened {
    position: absolute;
    height: 100%;
    opacity: 0;
    display: block;
    cursor: url("../assets/link.png") 22 13, auto;
}

/* shelves */
#shelves-container {
    position: relative;
    height: 65%;
    width: 100%;
    top: 15%;
    display: flex;
    justify-content: end;
}

#shelves {
    position: absolute;
    height: 100%;
    display: block;
    cursor: url("../assets/link.png") 22 13, auto;
}

#shelves-hover {
    position: absolute;
    display: block;
    height: 100%;
    opacity: 0;
    cursor: url("../assets/link.png") 22 13, auto;
}

.shelf-container {
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    scrollbar-width: none;
    font-family: "yoster";
}

.shelf-container::-webkit-scrollbar {
    width: 0;
}

#back-arrow {
    width: 10%;
    top: 2%;
    left: 2%;
    position: absolute;
}

#shelf1 {
    position: absolute;
    width: 98%;
    top: 30%;
}

#shelf2 {
    position: absolute;
    width: 98%;
    top: 70%;
}

#shelf3 {
    position: absolute;
    width: 98%;
    top: 105%;
}

/* Crochet items */

/* Shelf page */
.crochet-item {
    position: absolute;
    cursor: url("../assets/link.png") 22 13, auto;
}

#axolotl {
    top: 28%;
    left: 5%;
    height: 12%;
    z-index: 1;
}

#bear {
    top: 96%;
    left: 66%;
    height: 15%;
    z-index: 1;
}

#calico-cat {
    top: 8%;
    left: 50%;
    height: 30%;
    z-index: 1;
}

#blue-butterfly {
    top: 46%;
    left: 8%;
    height: 12%;
    z-index: 1;
}

#monarch-butterfly {
    top: 8%;
    left: 84%;
    height: 14%;
    z-index: 1;
}

#cat-gnome {
    top: 86%;
    left: 20%;
    height: 25%;
    z-index: 1;
}

#chicken {
    top: 58%;
    left: 45%;
    height: 20%;
    z-index: 1;
}

#elephant {
    top: 52%;
    left: 62%;
    height: 25%;
    z-index: 1;
}

#evil-cat {
    top: 48%;
    left: 25%;
    height: 30%;
    z-index: 1;
}

#goose {
    top: 9%;
    left: 35%;
    height: 32%;
    z-index: 1;
}

#mushroom-man {
    top: 95%;
    left: 55%;
    height: 16%;
    z-index: 1;
}

#solomon {
    top: 50%;
    left: 75%;
    height: 25%;
    z-index: 1;
}

#strawberry-cow {
    top: 84%;
    left: 7%;
    height: 28%;
    z-index: 1;
}

#pillbugs {
    top: 18%;
    left: 72%;
    z-index: 1;
    height: 28%;
    aspect-ratio: 1 / 1;
    position: absolute;
}

#pillbugs img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#pillbug-open {
    opacity: 100;
}

#pillbug-closed {
    opacity: 0;
}

#checkers {
    top: 90%;
    left: 32%;
    height: 22%;
    z-index: 1;
}

#teddy {
    top: 60%;
    left: 6%;
    height: 22%;
    z-index: 1;
}

#doily {
    z-index: 1;
    height: 25%;
    left: 15%;
    top: 3%;
}

#round-cat {
    z-index: 1;
    height: 20%;
    top: 92%;
    left: 78%;
}

/* closet page */
#closet-bar {
    position: absolute;
    top: 12%;
    width: 80%;
    /* height: 20%; */
    z-index: 1;
}

#closet-wall {
    position: absolute;
    top: 0;
    height: 120%;
    right: 15%;
}

#big-mushroom {
    z-index: 2;
    height: 50%;
    left: 50%;
    top: 70%;
}

#frog-hat {
    z-index: 2;
    height: 20%;
    left: 78%;
    top: 32%;
}

#bun-hat {
    z-index: 2;
    height: 30%;
    left: 70%;
    top: 32%;
}

#striped-hat {
    z-index: 2;
    height: 43%;
    left: 65%;
    top: 32%;
}

#wizard-cat {
    z-index: 2;
    height: 45%;
    left: 63%;
    top: 75%;
}

#striped-shirt {
    z-index: 2;
    height: 85%;
    left: 2%;
    top: 22%;
}

#crochet-sweater {
    z-index: 2;
    height: 75%;
    left: 4%;
    top: 20%;
}

#cropped-shirt {
    z-index: 2;
    height: 50%;
    left: 26%;
    top: 18%;
}

#patch-sweater {
    z-index: 2;
    height: 88%;
    left: 30%;
    top: 17%;
}

#sunflower-cardigan {
    z-index: 2;
    height: 70%;
    left: 40%;
    top: 16%;
}

#big-wizard-hat {
    z-index: 2;
    height: 100%;
    left: 48%;
    top: 13%;
}

/* Responsiveness */

/* @media screen and (max-width: 880px) {

    #closet-door-container {
        width: 50%;
        left: -10%;

    }
    
    #shelves-container {
        width: 50%;
    }
} */