.ee-catalogue-consumables-note {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px 10px;
    margin: -4px 0 18px;
    padding-left: 12px;
    color: #526a76;
    border-left: 3px solid var(--ee-teal);
    font-size: 14px;
    line-height: 1.5;
}

.ee-catalogue-consumables-note a {
    color: var(--ee-navy);
    font-weight: 800;
}

.ee-product-card .ee-product-card__deposit {
    display: flex;
    flex-wrap: wrap;
    min-height: 38px;
    align-content: flex-start;
    align-items: flex-start;
    gap: 1px 5px;
    margin: 0 0 9px;
    line-height: 1.2;
}

.ee-product-card .ee-product-card__deposit span {
    display: block;
    font-size: 11.5px;
}

.ee-product-card--consumable {
    border-color: #bdd4d2;
    border-style: dashed;
    background: #f7fbfa;
    box-shadow: none;
}

.ee-product-card--consumable:hover {
    border-color: var(--ee-teal);
    box-shadow: 0 7px 18px rgba(18, 92, 87, .08);
}

.ee-product-card--consumable .ee-product-card__media {
    height: 128px;
    padding: 12px;
    background: #f2f8f7;
}

.ee-product-card--consumable .ee-product-card__image {
    inset: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
}

.ee-product-card--consumable .ee-product-card__body {
    min-height: 0;
    padding: 13px;
}

.ee-product-card--consumable h2 {
    font-size: 17px;
}

.ee-product-card--consumable .ee-product-card__excerpt {
    font-size: 13px;
}

.ee-product-card--consumable .ee-value-chip--type {
    color: #155b56;
    border-color: #9fc9c6;
    background: #e7f4f2;
}

.ee-product-grid--related .ee-product-card--consumable {
    grid-template-rows: 128px 1fr;
}

@media (max-width: 620px) {
    .ee-product-card--consumable .ee-product-card__media {
        height: auto;
        min-height: 112px;
    }

    .ee-product-card--consumable .ee-product-card__body {
        min-height: 0;
    }
}
