
a.black-text-accent,
span.black-text-accent {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.black-text-accent:hover,
.black-text-accent:focus {
    color: #fff;
}

a.red-text-accent,
span.red-text-accent {
    color: #f90315;
}

.artist_collection_2022 {
    background-color: var(--svenRed);
    color: #fff;
    padding: 2rem 0 8rem;
}

.artist-collection p {
    font-family: 'Work Sans',sans-serif;
}

.artist_collection_2022 h1 {
    font-family: 'Oswald',sans-serif;
    font-size: 4rem;
    font-weight: 500;
}

.hero-image-artist-collection{
    background-color: var(--svenRed);   
}

.weigel-copyright {
    margin-top: 6.5rem;
    margin-block-end: 0;
}

.trademark-symbol {
    font-size: 2rem;
    vertical-align: super;
}

#blackbar-spacer{
    background: linear-gradient(#000 20%, var(--svenRed) 0%);
    min-height: 80px;
    margin-top: 5rem;
}

#blackbar-spacer img {
    margin: 0 auto;
}

.artist_collection_2022.header-image{
    margin:auto;
}

.artist_collection_2022.home img {
    margin-bottom: 4rem;
    padding-right: 3rem;
}

.artist_collection_2022 p {
    font-size: 2.2rem;
}

.artist_collection_2022 section{
    margin-bottom: 5rem;
}

.artist_collection_2022 .shop-now-box{
    display: flex;
    background-color: #f2f1f1;
    border-radius: 24px;
    color: #000;
    position: relative;
}

.shop-now-box .shop-copyright {
    position: absolute;
    bottom: 0;
    font-size: 1.4rem;
}

.shop-now-box img {
    height: 100%;
}

.artist_collection_2022 .image-box {
    width:40%;
}

.artist_collection_2022 .text-box {
    width:60%;
    padding:3rem 3rem 1rem;
}

.artist_collection_2022 .artist-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: auto;
}

.artist_collection_2022 .artist-grid:after {
    content: "";
    margin-left: calc(100% / 3 - 2rem);
    display: block;
}

.column-33 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% / 3 - 2rem);
    padding: 1rem;
    margin-bottom: 2rem;
}

.artist-grid .column-33 {
    background-color: #1e1e1e;
    border-radius: 20px;
    min-height: 415px;
}

.artist-grid .column-33 .splat {
    background-color: #1e1e1e;
    max-height: 319px;
    margin: auto;
    border-radius: 20px;
}

.artist-grid .column-33 .white-background {
    background-color: #fffefe;
    border-radius: 20px;
}

.artist-icon {
    max-width: 80px;
    margin: 0.5rem 0 0 1rem;
    align-self: center;
}

.artist-grid .artist-name{
    font-size: 3.5rem;
    line-height: 3.8rem;
    margin: 1rem 0 1rem 2rem;
}

.artist-name a {
    color: #fff;
}

.t-shirt-previews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: auto;
}

.t-shirt-previews a {
    color: #fff;
}

.column-20 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% / 5 - 2rem);
    padding: 1rem;
    border-radius: 20px;
    margin-bottom: 2rem;
    text-align: center;
}

.t-shirt-previews p {
    margin: 0;
}

.t-shirt-previews img {
    margin-bottom: 2rem;
}

.inline-image {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 775px) {

    .artist_collection_2022 .shop-now-box {
        flex-direction: column;
    }

    .artist_collection_2022 .image-box {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .artist_collection_2022 .text-box {
        padding: 1rem 3rem 5rem;
        width: 100%;
    }

    .inline-image {
      display: flex;
      text-align: center;
      flex-direction: row;
    }

    .artist_collection_2022 h1 {
        font-size: 3rem;
        margin-bottom: 3rem;
        padding: 0 2rem;
    }

    .artist_collection_2022 p {
        font-size: 2rem;
        margin-bottom: 3rem;
        padding: 0 2rem;
    }

    .artist_collection_2022 .artist-grid .column-33 {
        width: calc(100% / 2 - 2rem);
        padding: 1.5rem 2rem 1rem;
    }

    .t-shirt-previews .column-20 {
        width: auto;
        margin: 0 auto 3rem;
    }

    .artist-grid .column-33 .splat {
        max-height: 100%;
        max-width: 100%;
    }

    .artist_collection_2022 .artist-grid .artist-name {
        font-size: 3.5rem;
        line-height: 4.5rem;
        margin: 1rem 1rem 2rem 1rem;
    }

    .artist-grid .column-33 .white-background {
        width: 100%;
    }

    .t-shirt-previews p {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 450px) {

   .artist_collection_2022 .artist-grid .column-33 {
        width: 100%;
        min-height: auto;
        flex-wrap:  nowrap;
    }

    .artist_collection_2022 .artist-grid .artist-name {
        font-size: 3rem;
        line-height: 3.5rem;
        margin: 4rem 1rem 2rem 2rem;
    }

    .artist_collection_2022 .artist-grid .artist-icon {
        max-width: 150px;
        margin-top: 4rem;
    }

    .artist_collection_2022.home img {
        padding-right:  0;
    }

}
