.product-side-selector .side-label {
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
}

.product-side-selector .side-option {
    margin: 0px;
    cursor: pointer;
}

.product-side-selector .side-option.active {
    font-weight: bold;
    cursor: default;
}

.product-side-selector {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.side-options-container {
    display: flex;
    gap: 10px;
}

.side-option {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    padding: 0px;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    gap: 4px;
}

.side-option img {
    width: 64px;
    height: 64px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.side-option>span {
    text-align: left;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0;
    color: #141414;
}

.side-option.active img {
    border: 1px solid black;
}

#product .side-option img {
    border: 2px solid #ccc;
}

#product .side-option.active img {
    border: 2px solid black;
}

.side-option.active {}