.product--details .entry--sku .entry--label,
.product--details .entry--sku .entry--content {
    color: #a88550;
    font-weight: 900;
}

.product-buttons-container {
    display: flex;
    margin: 0 0 0.5rem 0;
}

.product-link-button {
    padding: 0 1rem 0 1rem;
    border: 0;
    font-size: 0.75rem;
    font-weight: 700;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #a88550;
    color: #fff;
    text-align: left;
}

.product-image-box{
    max-height: none;
}
