#title .title-header {
    background-color: #2c2c2c;
    padding: 82px 0 103px
}

#title .title-header .title-header-title {
    font-family: BullMedium;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff
}

#title .title-header .title-header-subtitle {
    font-family: Bull;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: .03em;
    color: #ececec
}

#loja {
    margin-bottom: 90px;
}

#loja .shop-logo {
    width: 182.27px;
    margin-top: 45px;
}

#produtoContentRelated {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*margin-top: 80px;*/
    margin-bottom: 50px;
}

#produtoContentRelated .shop-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    gap: 32px;
    margin: 41px auto;
    /*flex-wrap: wrap;*/
}

#produtoContentRelated .shop-content .shop-card {
    width: 100%;
    max-width: 350px;
    background: #FFFFFF;
    border-radius: 14.4028px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    padding: 20px;
    text-align: center;
}

#produtoContentRelated .shop-content .shop-card a {
    text-align: center;
}

#produtoContentRelated .shop-content .shop-card .shop-img {
    width: 100%;
}

#produtoContentRelated .shop-content .shop-card .shop-card-collection {
    color: #b6b6b6;
    text-transform: uppercase;
    font-size: 14px;
    font-family: BullBold;
    text-align: center;
    margin: 20px 0;
}

#produtoContentRelated .shop-content .shop-card .shop-card-title {
    text-decoration: none;
    color: inherit;
    font-weight: 500 !important;
}

#produtoContentRelated .shop-content .shop-card .shop-card-price {
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 6px;
    border: 1px solid #d8d8d8;
    padding: 2px 12px;
    color: #404c58;
    font-family: BullBold;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#produtoContentRelated .shop-link {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 21.5px 35px;
    gap: 10px;
    border: 1px solid #2c2c2c;
    border-radius: 3px;
    font-family: "BullBold";
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2c2c2c;
    text-decoration: none;
}

#produtoContentRelated .shop-link:hover {
    background-color: #2c2c2c;
    color: #FFFFFF;
}

#produtoContentRelated .shop-link img {
    width: 11px;
    margin: 0;
}

/*@media only screen and (max-width: 600px) {*/
/*    #produtoContentRelated .shop-content {*/
/*        flex-direction: column;*/
/*    }*/
/*}*/

@media only screen and (min-width: 650px) {
    #produtoContent {
        padding: 100px 0 12em
    }
}

#beapartner .desktop, .news-featured-image.desktop {
    display: flex;
}

#beapartner .mobile, .news-featured-image.mobile {
    display: none;
}

@media only screen and (max-width: 600px) {
    #beapartner .desktop, .news-featured-image.desktop {
        display: none;
    }

    #beapartner .mobile, .news-featured-image.mobile {
        display: flex;
    }
}