/* ONECOM Product Card Attributes v1.1.0 — compact UniShop 2 product specs */
.product-thumb__description.onecom-card-description--replaced,
.product-thumb__description.description.onecom-card-description--replaced {
    display: none !important;
}
.onecom-card-specs {
    margin: 7px 0 9px;
    display: grid;
    gap: 3px;
    min-width: 0;
}
.onecom-card-spec {
    display: grid;
    grid-template-columns: 18px 68px minmax(0, 1fr);
    align-items: center;
    gap: 5px;
    min-width: 0;
    min-height: 18px;
    font-size: 10.5px;
    line-height: 1.15;
}
.onecom-card-spec__icon {
    width: 17px;
    height: 17px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: .86;
}
.onecom-card-spec__icon svg {
    width: 10px;
    height: 10px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.onecom-card-spec__name {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: .86;
}
.onecom-card-spec__value {
    min-width: 0;
    font-weight: 500;
    opacity: .74;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
    .onecom-card-specs { margin: 6px 0 8px; gap: 2px; }
    .onecom-card-spec {
        grid-template-columns: 16px 52px minmax(0,1fr);
        gap: 4px;
        min-height: 16px;
        font-size: 9px;
    }
    .onecom-card-spec__icon { width: 15px; height: 15px; border-radius: 4px; }
    .onecom-card-spec__icon svg { width: 9px; height: 9px; }
}
@media (max-width: 420px) {
    .onecom-card-spec { grid-template-columns: 16px minmax(0,1fr); }
    .onecom-card-spec__name { display: none; }
}
