h2.title {
    font: var(--unnamed-line-spacing-54) var(--unnamed-font-family-fontspring-demo-greycliff-cf);
    font-weight: var(--unnamed-font-weight-bold);
    letter-spacing: 0px;
    color: #057DC3;
    text-align: center;
}

.builder-body {
    margin-top: 35px;
}

#id_back_style {
    display: grid;
    /*grid-template: auto / min-content min-content;*/
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: -15px;
}

#id_back_style > div {
    width: 120px;
}

.dimension-field label {
    font-family: Barlow;
    font-weight: 600;
    line-height: 22px;
    font-size: 18px;
    color: var(--unnamed-color-7a7a7a);
    margin: 25px 0px 15px 0px;
    display: block;
}

.dimension-field select {
    display: block;
    width: 211px;
    height: 48px;
    box-sizing: border-box;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAEA;
    opacity: 1;
}

.dimension-field .finish-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.dimension-field .finish-selector .finish {
    width: 45px;
    height: 45px;
    box-sizing: border-box;
}

.dimension-field .finish-selector .finish.active {
    border: 3px solid var(--unnamed-color-057dc3);
}

.builder-section .section-img {
    display: grid;
    grid: 1fr / 1fr;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 45vh;
    position: relative;
}

.builder-section .section-img > img {
    grid-area: 1 / 1;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
}

.tippy-box[data-theme~='designer'] {
    background-color: #ffffff;
    color: #000000;
    padding: 20px;
    font-family: var(--unnamed-font-family-fontspring-demo-greycliff-cf);
    box-shadow: 0px 0px 10px #929292;
}

.tippy-box[data-theme~='designer'] > .tippy-arrow::before {
    border-top-color: #ffffff;
}


@media only screen and (max-width: 768px) {
    .dimension-fields {
        padding: 0 25px;
    }
}

@media only screen and (min-width: 768px) {
    .builder-section {
        grid-template: auto / 1fr 1fr;
    }
}

@media only screen and (min-width: 992px) {
    :root {
        --content-width: 950px;
    }
}

@media only screen and (min-width: 1200px) {
    :root {
        --content-width: 1100px;
    }
}

@media only screen and (min-width: 1400px) {
    :root {
        --content-width: 1300px;
    }
}