﻿.shop-template {
    font-family: 'DM Sans', sans-serif;
    color: #191919;
    width: 100%;
    padding: 0 18px;
    text-align: justify;
}

    .shop-template .container {
        padding: 24px 0px 45px;
        max-width: 1283px;
        margin: 0 auto;
        width: 100%;
        min-height: calc(100vh - 75px);
        padding-bottom: 111px;
    }

.page-content img {
    width: 100%;
}

.shop-template .page_title {
    color: #707070;
    font-weight: 400;
    font-size: 0.875rem;
    margin-bottom: 20px;
}

.shop-template .mb_48 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 25px;
    margin-top: 8px;
}

.shop-template .page_title a, .shop-template .card a {
    color: #191919;
}
ol {
    list-style: auto;
}
ul {
    list-style: inside;
}