.go-back-link {
    margin-bottom: 40px;
    margin-top: 100px;
}

.go-back-link a {
    color: #909090;
    font-family: 'Termina Demi', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.go-back-link i {
    -webkit-text-stroke: 1px #ffffff;
}

.go-back-link i:before {
    content: "\f060";
}

.detail-container {
    background-color: #F2EFEC;
}

.blend {
    color: #DA9663;
    font-family: 'Barlow Regular', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.product-name {
    color: #212121;
    font-family: 'Termina Demi', sans-serif;
    font-size: 48px;
}

.product-summary {
    color: #595959;
    font-family: 'Barlow Light', sans-serif;
    font-size: 20px;
}

.product-attributes {
    margin-top: 106px;
}

.product-attributes .attribute-container {
    margin-bottom: 45px;
}

.product-attributes .attribute-title {
    color: #828282;
    font-family: 'Termina Demi', sans-serif;
    font-size: 18px;
}

.product-attributes .attribute-description {
    color: #595959;
    font-family: 'Barlow Light', sans-serif;
    font-size: 18px;
}

.img-container {
    align-items: center;
    display: flex;
    /* height: 500px; */
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}

.img-container:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(242, 239, 236, 0.69);
    display: block;
}

.img-container:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.img-container img {
    height: 100%;
    max-height: 418px;
    position: relative;
    width: auto;
    z-index: 2;
}

.aside .heading {
    font-family: 'Termina Demi', sans-serif;
    margin: 0;
    text-transform: uppercase;
}

.aside .aside-desc {
    font-family: 'Barlow Light', sans-serif;
}

.aside p {
    color: #da9663;
    font-size: 18px;
}

@media only screen and (max-width: 992px) {
    .d-sm-block {
        display: flex !important;
        margin-bottom: 45px;
    }

    .d-md-block {
        display: none !important;
    }

    .detail-container {
        padding: 40px;
    }

    .detail-container * {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    .d-sm-none {
        display: none !important;
    }

    .d-md-block {
        display: flex !important;
    }

    .detail-container {
        padding: 110px;
    }
}

.award-title {
    color: #828282;
    font-family: 'Termina Demi', sans-serif;
    font-size: 18px;
    margin-top: 20px;
}