.product-pdf__scale-bar,
.scale__bar {
    position: relative;
}

.product-pdf__scale-text,
.scale__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    height: 16px;
    border-radius: 100px;
    background: #f0f1f3;
    color: #154c54;
    white-space: nowrap;
    border: 1px solid #154c54;
    padding: 0 4px;
}

.product-pdf__scale-text {
    margin-top: -1px;
    margin-left: -5px;
}

.scale__upper-text {
    font-weight: 700;
    text-align: center;
}

.product__scale .scale__upper-text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.product-detail__scale .scale__wrapper {
    position: relative;
}

.scale__side {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
}

@media (min-width: 500px) {
    .product-detail__scale .scale__side {
        position: absolute;
        bottom: 0;
        left: 100%;
        margin-left: 10px;
        line-height: 30px;
    }
}

.product-pdf__scale-container {
    position: relative;
}

.product-pdf__scales {
    margin-top: -25px;
}

.product-pdf__scale-lower {
    font-size: 11px;
    margin: -15px 0 0;
    padding: 0;
}

.product-pdf__generic-section {
    padding: 5px 0;
}

.product-pdf__heater-section {
    margin-top: 10px
}

.pdf-page__header {
    height: 50px
}

.store-list__reference {
    position: relative;
}

.store-list__specification {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 84px;
    padding-right: 24px;
}

.store-list__specification img,
.store-list__specification svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 80px;
}

@media only screen and (min-width: 1000px) {
    .store-list__item--has-specification .store-list__reference {
        flex: 0 1 calc(50% - 84px);
        max-width: calc(50% - 84px);
        width: calc(50% - 84px);
    }

    .store-list__specification {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1000px) {
    .store-list__specification {
        margin-bottom: 10px;
    }
}

.choice-group__modal-trigger {
    margin-left: 8px;
    height: 24px
}

.choice-group__modal-trigger-icon {
    color: #154c54;
    font-size: 24px
}

.calculator-layout-results__message {
    margin-top: 8px;
}

.product-pdf__message {
    font-size: 9.6px;
    line-height: 12.9px;
}

@media (min-width: 1500px) {
    .product-detail__scales-wrap {
        display: flex;
        gap: 30px;
    }

    .product-detail__scales {
        flex: 1 1;
    }

    .product-detail__scales:not(:only-child) .scale__bar {
        width: 180px;
    }
}

@media (max-width: 1800px) {
    .product-detail__scales:not(:only-child) .scale__bar {
        width: 130px;
    }
}

@media (max-width: 1580px) {
    .product-detail__scales:not(:only-child) .scale__bar {
        width: 100px;
    }
}

@media (max-width: 1500px) {
    .product-detail__scales + .product-detail__scales {
        margin-top: 16px;
    }

    .product-detail__scales:not(:only-child) .scale__bar {
        width: 200px;
    }
}

.product-detail__scales-title {
    color: #154c54;
    line-height: 1.2;
    font-weight: 700;
    font-size: 16px;
}