/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

@import 'font.css';

.product {
    padding-bottom: 20px;
}

    .product .top {
        padding: 15px 0;
    }

        .product .top h1 {
            text-align: center;
            font-family: roboM;
            font-size: 30px;
            color: var(--tt-default-color);
            margin-bottom: 5px;
        }

        .product .top h2 {
            text-align: center;
            margin-top: 0;
        }
