body.trafi-shop:not(.modal-open) {
    overflow-y: scroll;
}

.trafi-shop .trafi-shop-main-section {
    min-height: 700px;
}

.trafi-shop .register-number-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
    body.trafi-shop:not(.phone) .sms-link {
        text-decoration: none !important;
        font-weight: bold;
    }

    /** Force the product headers two two lines on English for equal height columns. */
    html:lang(en) .trafi-shop .product-header {
        word-spacing: 100vw;
    }
}

