.mg-product-related {
    margin-top: 36px;
}

.mg-product-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 18px;
}

.mg-product-section-head span {
    display: block;
    margin-bottom: 8px;
    color: #820100;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 900;
}

.mg-product-section-head h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.04em;
}

.mg-product-related__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.mg-related-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 14px;
    min-height: 310px;
    display: flex;
    flex-direction: column;
}

.mg-related-card__image {
    height: 150px;
    border-radius: 17px;
    background: linear-gradient(180deg, #fbfcfe, #f3f5f8);
    margin-bottom: 13px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.mg-related-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

.mg-related-card__brand {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
}

.mg-related-card__title {
    color: #111827;
    text-decoration: none;
    font-weight: 850;
    line-height: 1.3;
    min-height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mg-related-card__price {
    margin-top: auto;
    padding-top: 12px;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -.03em;
}

.mg-related-card__price ins {
    text-decoration: none;
}

.mg-related-card__price del {
    display: block;
    color: #9ca3af;
    font-size: 12px;
}
