body.tk-hobbyshow-page #wrapper > .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

body.tk-hobbyshow-page #wrapper > .container > .row {
    margin-left: 0;
    margin-right: 0;
}

body.tk-hobbyshow-page #content-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    float: none;
}

body.tk-hobbyshow-page .breadcrumb {
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 20px;
}

.tk-hobbyshow {
    color: #111;
    background: #fff;
}

.tk-hobbyshow__hero {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 56px 20px 40px;
}

.tk-hobbyshow__kicker {
    margin: 0 0 12px;
    color: #6cb3f5;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.tk-hobbyshow__title {
    margin: 0 auto 16px;
    max-width: 900px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.tk-hobbyshow__intro {
    margin: 0 auto 28px;
    max-width: 720px;
    color: #d8d8d8;
    font-size: 16px;
    line-height: 1.6;
}

.tk-hobbyshow__toc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.tk-hobbyshow__toc a {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

.tk-hobbyshow__toc a:hover {
    background: #227ed1;
    border-color: #227ed1;
    color: #fff;
}

.tk-hobbyshow__group-anchor {
    scroll-margin-top: 80px;
}

.tk-hobbyshow__block {
    margin: 0;
    padding: 56px 0 24px;
    text-align: center;
    border-bottom: 1px solid #ececec;
}

.tk-hobbyshow__headline {
    margin: 0 auto 28px;
    max-width: 820px;
    padding: 0 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
}

.tk-hobbyshow__hero-banner {
    background: #111;
}

.tk-hobbyshow__hero-banner img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto;
}

.tk-hobbyshow__banner {
    margin: 0 0 28px;
    background: #111;
}

.tk-hobbyshow__banner img,
.tk-hobbyshow__banner picture {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.tk-hobbyshow__banner a {
    display: block;
}

.tk-hobbyshow__skus {
    list-style: none;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.tk-hobbyshow__sku {
    margin: 0 0 22px;
}

.tk-hobbyshow__sku a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.tk-hobbyshow__kind {
    display: inline-block;
    margin-bottom: 6px;
    color: #888;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tk-hobbyshow__name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
}

.tk-hobbyshow__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
    margin: 8px 0 12px;
    font-size: 14px;
}

.tk-hobbyshow__ref {
    font-weight: 700;
    letter-spacing: 0.04em;
}

.tk-hobbyshow__price {
    color: #227ed1;
    font-weight: 700;
}

.tk-hobbyshow__pending {
    color: #b15b00;
}

.tk-hobbyshow__cta {
    display: inline-block;
    min-width: 180px;
    padding: 8px 22px;
    border: 2px solid #111;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tk-hobbyshow__sku a:hover .tk-hobbyshow__cta {
    background: #227ed1;
    border-color: #227ed1;
    color: #fff;
}

.tk-hobbyshow__sku.is-pending .tk-hobbyshow__cta {
    border-style: dashed;
}

.tk-hobbyshow__foot {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 20px 64px;
    text-align: center;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.tk-hobbyshow__source {
    margin-top: 8px;
}

.tk-hobbyshow__source a {
    color: #227ed1;
}

@media (max-width: 767px) {
    .tk-hobbyshow__hero {
        padding: 36px 16px 28px;
    }

    .tk-hobbyshow__title {
        font-size: 26px;
    }

    .tk-hobbyshow__headline {
        font-size: 18px;
        margin-bottom: 18px;
        padding: 0 16px;
    }

    .tk-hobbyshow__block {
        padding: 36px 0 16px;
    }

    .tk-hobbyshow__banner {
        margin-left: 0;
        margin-right: 0;
    }

    .tk-hobbyshow__banner img {
        max-height: none;
    }

    .tk-hobbyshow__skus {
        padding: 0 16px;
    }

    .tk-hobbyshow__name {
        font-size: 15px;
    }
}
