.item-container {
    height: fit-content;
}
.item-container > *:last-child {
    margin-bottom: 2em;
}

.item-container::after {
    top: 30%;
}

.item-theme {
    font-size: 2.5em;
    margin-top: 0.5em;
}
.item-theme--spacer {
    display: none;
}

.item-image {
    margin-top: 2em;
    width: 350px;
    max-width: 80vw;
    height: fit-content;
}
.item-image img {
    width: 100%;
    height: 100%;
}

.item-title-alt,
.item-title {
    font-size: 2em;
    margin-top: 0.75em;
}

.item-size-and-material {
    font-size: 1.1em;
    margin-top: 1em;
}

.item-description {
    font-size: 1.1em;
    margin-top: 1.5em;
    width: 80%;
}

.item-button {
    font-size: 1em;
    margin-top: 0.65em;
    max-width: 90%;
    overflow: hidden;
}

.item-button a,
.item-button button {
    padding: 0.75em 2em;
}