.collection-container {
    position: relative;
    height: 16rem;
    border-radius: 1rem;
}
.collection-name {
    position: absolute;
    top: -1.5rem;
    left: 1rem;
    width: auto;
    height: auto;
    line-height: 3rem;
    padding: 0 0.75rem;
    background: var(--tk-void-purple);
    pointer-events: none;
    border-radius: 1.25rem;
}
.funko .collection-name {
    top: -1.75rem;
}
.collection-container.funko {
    position: relative;
    border: 2px solid var(--tk-toxic);
    animation: tk-toxic-glow-sweep 6s linear infinite;
}
@keyframes tk-toxic-glow-sweep {
    0% {
        box-shadow:
            -10px -10px 18px var(--tk-royal-blue),
            /* top-left */
            0 0 12px var(--tk-toxic),
            /* center glow */
            10px 10px 28px var(--tk-void-purple);
        /* bottom-right */
    }

    50% {
        box-shadow:
            10px -10px 18px var(--tk-void-purple),
            /* top-right */
            0 0 16px var(--tk-royal-blue),
            /* center glow */
            -10px 10px 28px var(--tk-toxic);
        /* bottom-left */
    }

    100% {
        box-shadow:
            -10px -10px 18px var(--tk-royal-blue),
            /* back to top-left */
            0 0 12px var(--tk-toxic),
            10px 10px 28px var(--tk-void-purple);
    }
}
.collection-container.funko:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/funko-bkgd.png");
    opacity: .75;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    /* overlay doesn’t block clicks */
    z-index: 5;
    /* sits ABOVE the element */
}
.funko-logo {
    filter: brightness(0) saturate(100%) invert(72%) sepia(96%) saturate(748%) hue-rotate(75deg) brightness(105%) contrast(95%);
    height: 2.75rem;
}
.ears .collection-name {
    color: var(--tk-kaluchi);
    font-family: var(--tk-font-title);
    font-size: 2.75rem;
}
.collection-container.ears {
    position: relative;
    border: 2px solid var(--tk-kaluchi);
    animation: tk-kaluchi-glow-sweep 6s linear infinite;
}
@keyframes tk-kaluchi-glow-sweep {
    0% {
        box-shadow:
            -10px -10px 18px var(--tk-royal-blue),
            /* top-left */
            0 0 12px var(--tk-kaluchi),
            /* center glow */
            10px 10px 28px var(--tk-void-purple);
        /* bottom-right */
    }

    50% {
        box-shadow:
            10px -10px 18px var(--tk-void-purple),
            /* top-right */
            0 0 16px var(--tk-royal-blue),
            /* center glow */
            -10px 10px 28px var(--tk-kaluchi);
        /* bottom-left */
    }

    100% {
        box-shadow:
            -10px -10px 18px var(--tk-royal-blue),
            /* back to top-left */
            0 0 12px var(--tk-kaluchi),
            10px 10px 28px var(--tk-void-purple);
    }
}


.loungefly-logo {
    filter: brightness(0) saturate(100%) invert(20%) sepia(76%) saturate(3509%) hue-rotate(270deg) brightness(104%) contrast(108%);
    height: 2.75rem;

}
.loungefly .collection-name {
    color: var(--tk-plum);
    font-family: var(--tk-font-title);
    font-size: 2.75rem;
}
.loungefly .collection-name img.loungefly-logo {
    position: relative;
    top: -0.25rem;
}
.collection-container.loungefly {
    position: relative;
    border: 2px solid var(--tk-plum);
    animation: tk-plum-glow-sweep 6s linear infinite;
}
@keyframes tk-plum-glow-sweep {
    0% {
        box-shadow:
            -10px -10px 18px var(--tk-royal-blue),
            /* top-left */
            0 0 12px var(--tk-plum),
            /* center glow */
            10px 10px 28px var(--tk-void-purple);
        /* bottom-right */
    }

    50% {
        box-shadow:
            10px -10px 18px var(--tk-void-purple),
            /* top-right */
            0 0 16px var(--tk-royal-blue),
            /* center glow */
            -10px 10px 28px var(--tk-plum);
        /* bottom-left */
    }

    100% {
        box-shadow:
            -10px -10px 18px var(--tk-royal-blue),
            /* back to top-left */
            0 0 12px var(--tk-plum),
            10px 10px 28px var(--tk-void-purple);
    }
}
.comics .collection-name {
    color: var(--tk-orange);
    font-family: var(--tk-font-title);
    font-size: 2.75rem;
}
.collection-container.comics {
    position: relative;
    border: 2px solid var(--tk-orange);
    animation: tk-orange-glow-sweep 6s linear infinite;
}
@keyframes tk-orange-glow-sweep {
    0% {
            box-shadow:
                -10px -10px 18px var(--tk-royal-blue),
                /* top-left */
                0 0 12px var(--tk-orange),
                /* center glow */
                10px 10px 28px var(--tk-void-purple);
            /* bottom-right */
        }
    
        50% {
            box-shadow:
                10px -10px 18px var(--tk-void-purple),
                /* top-right */
                0 0 16px var(--tk-royal-blue),
                /* center glow */
                -10px 10px 28px var(--tk-orange);
            /* bottom-left */
        }
    
        100% {
            box-shadow:
                -10px -10px 18px var(--tk-royal-blue),
                /* back to top-left */
                0 0 12px var(--tk-orange),
                10px 10px 28px var(--tk-void-purple);
        }
    }
.cards .collection-name {
    color: var(--tk-blue);
    font-family: var(--tk-font-title);
    font-size: 2.75rem;
}
.collection-container.cards {
    position: relative;
    border: 2px solid var(--tk-blue);
    animation: tk-blue-glow-sweep 6s linear infinite;
}
@keyframes tk-blue-glow-sweep {
    0% {
        box-shadow:
            -10px -10px 18px var(--tk-royal-blue),
            /* top-left */
            0 0 12px var(--tk-blue),
            /* center glow */
            10px 10px 28px var(--tk-void-purple);
        /* bottom-right */
    }

    50% {
        box-shadow:
            10px -10px 18px var(--tk-void-purple),
            /* top-right */
            0 0 16px var(--tk-royal-blue),
            /* center glow */
            -10px 10px 28px var(--tk-blue);
        /* bottom-left */
    }

    100% {
        box-shadow:
            -10px -10px 18px var(--tk-royal-blue),
            /* back to top-left */
            0 0 12px var(--tk-blue),
            10px 10px 28px var(--tk-void-purple);
    }
}
.collection-items {
    display: flex;
    justify-content: center;
    height: 12rem;
}
.collection-button {
    text-align: center;
    margin: 0.625rem auto;
}
.collection-item {
    margin:1.75rem auto;
}
.collection-item img {
    max-height: 9.5rem;
    opacity: 0.66;
}
.collection-item.tony-romo img,
.collection-item.leon-kennedy img {
    position: relative;
    top: 1.5rem;
}
.collection-item.ghostface img,
.collection-item.mickey-mouse img {
    position: relative;
    top: 0.75rem;
}