.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: 24px;
}
.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: flex-end;
    display: flex;
    height: 500px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}
.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;
    }
}