.size-options-wrapper {
    display: flex;
}

.frame-options-wrapper {
    display: none;
}

.option-wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.frame-border {
    border-style: solid;
    border-color: black;
}

.price-wrapper {
    margin-top: 10px;
}

.summary-price-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
    margin-bottom: 0px;
}

.summary-price-wrapper > del {
    color: #999;
    font-size: 14px;
}

.summary-price-wrapper > span {
    color: var(--primary-color);
    font-size: large;
    font-weight: bold;
}