.top-header {
    align-items: center;
    background-color: #000;
    color: var(--c-primary-contrast);
    column-gap: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    padding: .5rem 1.75rem;
}
 
.home-vertical-card-entry .product-thumb:empty {
    display: none;
}

.home-vertical-card-entry {
	padding: 15px;
}
.home-vertical-card-container .product-card-body { justify-content: center; }
.item-details__top-section .row > div:nth-child(1) {
    flex: 0 0 auto;
    width: 25%;
}

.item-details__top-section .row > div:nth-child(2) {
    flex: 0 0 auto;
    width: 75%;
}

.item-details__bottom-section {
	padding-top: 15px;
}

.item-details__bottom-section .ordered-items-table {
	padding-top: 0px;
}