.item-wrapper {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.item-image {
    flex: 0 0 auto;
    min-width: 100px;
    max-width: 400px;
    overflow: hidden;
}

.item-details {
    flex: 1;
}

.item-title {
    color: #dd1100;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.25px;
    line-height: 1.2;
    margin-top: 0;
}

.item-title span {
    color: #323232;
    display: block;
    font-weight: 300;
}

.item-description {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 0;
}

.item-buy {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-top: 1rem;
}

.item-buy-button {
    margin-top: 5px;
}

.item-buy input.misc {
    font-family: "Source Sans Pro";
    font-size: 18px;
    padding: 2px 20px 4px;
}

.item-buy select.smaller {
    font-family: "Source Sans Pro";
    font-size: 18px;
    padding: 1px 4px 0px 4px;
}