.page-header {
    display: none;
}
.nutri-facts-title {
    text-transform: uppercase;
    font-size: 3rem;
    text-align: center;
    color: #4c9e45;
    margin-bottom: 20px;
    font-weight: 500;
}
.item-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}
.item-container img {
    width: 100%;
    vertical-align: middle;
}
.item-header {
    position: relative;
}
.item-header-title {
    position: absolute;
    z-index: 1;
    top: 30px;
    text-align: center;
    width: 100%;
}
.item-header-title .item-title,
.item-header-title .item-subtitle {
    color: #4c9e45;
}
.item-header-title .item-title {
    font-size: 1.8rem;
}
.item-header-title .item-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
}
.item-header-img{
    background: rgb(211,217,225);
    background: linear-gradient(180deg, rgba(211,217,225,1) 0%, rgba(231,232,237,1) 100%);
}
.item-info {
    background-color: #289245;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}
.item-info .item-ingredients {
    color: #fff;
    text-align: center;
}
.item-nutrifacts {
    background: #fff;
    margin-top: 25px;
}
.performance-facts {
    font-size: small;
    line-height: 1.4;
}
.performance-facts p {
    margin: 0;
}
.performance-facts {
    border: 1px solid black;
    margin: 20px;
    float: left;
    width: 280px;
    padding: 0.5rem;
}
.performance-facts .calories {
    font-size: 2em;
}
.performance-facts .calories-lg {
    font-size: 2.5em;
}
.performance-facts table {
    border-collapse: collapse;
    border: none;
}
.performance-facts__title {
    font-weight: bold;
    font-size: 2rem;
    margin: 0 0 0.25rem 0;
}
.performance-facts__header {
    border-bottom: 10px solid black;
    padding: 0 0 0.25rem 0;
    margin: 0; //0 0 0.5rem 0;
}
.performance-facts__header p {
    margin: 0;
}
.performance-facts__table,
.performance-facts__table--small,
.performance-facts__table--grid {
    width: 100%;
}
.performance-facts__table thead tr th,
.performance-facts__table--small thead tr th,
.performance-facts__table--grid thead tr th,
.performance-facts__table thead tr td,
.performance-facts__table--small thead tr td,
.performance-facts__table--grid thead tr td {
    border: 0;
}
.performance-facts__table th,
.performance-facts__table--small th,
.performance-facts__table--grid th,
.performance-facts__table td,
.performance-facts__table--small td,
.performance-facts__table--grid td {
    font-weight: normal;
    text-align: left;
    padding: 0.25rem 0;
    border-top: 1px solid black;
    border-bottom: inherit;
    white-space: nowrap;
    background: #fff;
}
.performance-facts__table td:last-child,
.performance-facts__table--small td:last-child,
.performance-facts__table--grid td:last-child {
    text-align: right;
}
.performance-facts__table .blank-cell,
.performance-facts__table--small .blank-cell,
.performance-facts__table--grid .blank-cell {
    width: 1rem;
    border-top: 0;
}
.performance-facts__table .thick-row th,
.performance-facts__table--small .thick-row th,
.performance-facts__table--grid .thick-row th,
.performance-facts__table .thick-row td,
.performance-facts__table--small .thick-row td,
.performance-facts__table--grid .thick-row td {
    border-top-width: 5px;
}
.small-info {
    font-size: 0.7rem !important;
}
.performance-facts__table--small {
    border-bottom: 1px solid #999;
    margin: 0 0 0.5rem 0;
}
.performance-facts__table--small thead tr {
    border-bottom: 1px solid black;
}
.performance-facts__table--small td:last-child {
    text-align: left;
}
.performance-facts__table--small th,
.performance-facts__table--small td {
    border: 0;
    padding: 0;
}
.performance-facts__table--grid {
    margin: 0 0 0.5rem 0;
}
.performance-facts__table--grid td:last-child {
    text-align: left;
}
.performance-facts__table--grid td:last-child::before {
    content: "•";
    font-weight: bold;
    margin: 0 0.25rem 0 0;
}
.text-center {
    text-align: center;
}
.thick-end {
    border-bottom: 10px solid black;
}
.thin-end {
    border-bottom: 1px solid black;
}
