.customer-price-loading {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: gbi-price-shimmer 1.5s infinite;
    border-radius: 4px;
    min-width: 120px;
    min-height: 32px;
    position: relative;
    z-index: 1;
}

.customer-price-loading .price-wrapper,
.customer-price-loading [data-label],
.customer-price-loading .special-price,
.customer-price-loading .old-price,
.customer-price-loading .price-label,
.customer-price-loading .minimal-price-link {
    visibility: hidden;
}

@keyframes gbi-price-shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* Cart price change modal */
.dge-price-change-table {
    width: 100%;
    border-collapse: collapse;
}

.dge-price-change-table th,
.dge-price-change-table td {
    padding: 6px 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    white-space: nowrap;
}

.dge-price-change-table td:first-child {
    white-space: normal;
}

.dge-price-change-table .dge-old-price {
    text-decoration: line-through;
    color: #999;
}

.dge-price-change-table .dge-new-price {
    font-weight: 700;
}
