/* ========================================
   Product Page Styles
   ======================================== */

/* Spec Table */
.spec {
    width: 65vw;
    display: flex;
    margin: 0 auto;
}

.spec__labels {
    flex: 1;
    padding-left: 6vw;
    text-align: center;
    border-right: 0.3vw solid black;
}

.spec__label {
    line-height: 6vw;
    margin: 0;
}

.spec__values {
    flex: 3;
    text-indent: 4vw;
    text-align: left;
}

.spec__value {
    line-height: 6vw;
    margin: 0;
}