.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;
}

/* DGE Tier Prices */
.dge-tier-prices {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 10px;
}

.dge-tier-prices .item {
    background: #FFF;
    padding: 12px 24px 9px;
    border-radius: 8px;
    margin: 5px;
    cursor: pointer;
    flex: 0 0 auto;
}

.dge-tier-prices .item:hover {
    box-shadow: 0 0 0 1px #00893a;
}

.dge-tier-prices .benefit {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.62px;
    color: #00893a;
    display: block;
}

.dge-tier-prices .tier-qty {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.28px;
    color: #1a1b1c;
    margin-top: -2px;
    display: block;
}

.dge-tier-prices .tier-qty .price {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.28px;
    color: #1a1b1c;
}
