.cart-items .product-option {
    font-size: 1rem;
    line-height: 1.2;
}

.cart-items .product-option dt {
    color: black;
}

.cart-items .product-option  dd {
    color: #2a2a2a;
}
.cart-drawer .drawer__cart-items-wrapper thead {
    display: none;
}
