/* Ürün listesi: ad → özel alanlar → fiyat */
.artlist-grid .art {
    display: flex;
    flex-direction: column;
}

.artlist .art-meta-specs {
    margin: 4px 0 6px;
    font-size: 13px;
    line-height: 1.4;
    color: #666;
    min-height: 0;
}

.artlist .art-meta-spec-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.artlist .art-meta-spec-line + .art-meta-spec-line {
    margin-top: 1px;
}

.artlist .art-meta-spec-line a {
    color: inherit;
    text-decoration: none;
}

.artlist .art-meta-spec-line a:hover {
    color: var(--brand-primary, #003366);
    text-decoration: underline;
}

.artlist .art-name {
    margin-bottom: 0;
    line-height: 1.3;
}

.artlist .art-description {
    display: none !important;
}

.artlist-grid .art-price-block {
    margin-top: 2px;
    text-align: right;
    order: 10;
}

.artlist-grid .art-price-block .art-price,
.artlist-grid .art-price-block .art-finalprice {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
}

.artlist-grid .art-price-value {
    font-weight: 600;
}

.artlist-grid .art-drop {
    margin-top: auto;
}
