.column-img {
    align-self: flex-start;
    border: none;
    margin: 0;
    background-image: url("https://cancontrast.com/public/bg-hash-marks.webp");
    background-repeat: repeat-y;
    background-position: 11px 0;
}

.img-cell-desktop {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-image: url("https://cancontrast.com/public/bg-hash-marks.webp");
    background-repeat: repeat-y;
    background-position: 11px 0;
    padding-left: 11px;
}

.img-cell-mobile {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    background-image: url("https://cancontrast.com/public/bg-hash-marks.webp");
    background-repeat: repeat-y;
    background-position: 11px 0;
    padding-left: 11px;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: var(--accent-color);
    border: none;
    margin: 0;
}

.chevron-div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--accent-color);
    border: none;
    padding: 0;
    margin: 0;
}

.can-mount-div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
}

.can-brand {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--dark-color);
    font-family: 'Tungsten', sans-serif;
    font-weight: bold;
    letter-spacing: var(--char-spacing)
}

.can-model {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--dark-color);
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

.can-model-mobile {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 3ch;
    color: var(--dark-color);
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

.can-specs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1px;
    margin-bottom: 1px;
}

.can-specs p {
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

.oz {
    margin-right: 1px;
}

.lb {
    margin: 1px;
}

.can-image {
    margin: 0;
}
