.pd-shipping-bar {
    background: #f0f7ff;
    border: 1px solid #cfe3ff;
    border-radius: 4px;
    padding: 12px 16px;
    margin: 0 0 16px;
    font-size: 14px;
}
.pd-shipping-bar__message {
    margin-bottom: 8px;
    color: #1d4f8a;
}
.pd-shipping-bar__track {
    background: #e2e8f0;
    border-radius: 999px;
    height: 8px;
    overflow: hidden;
}
.pd-shipping-bar__fill {
    background: #2563eb;
    height: 100%;
    transition: width 0.3s ease;
}
.pd-gift-bar {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 4px;
    padding: 12px 16px;
    margin: 0 0 16px;
    font-size: 14px;
}
.pd-gift-bar__message {
    margin-bottom: 8px;
    color: #9a3412;
    font-weight: 500;
}
.pd-gift-bar__track {
    background: #fde2c4;
    border-radius: 999px;
    height: 8px;
    overflow: hidden;
}
.pd-gift-bar__fill {
    background: #ea580c;
    height: 100%;
    transition: width 0.3s ease;
}
.pd-gift-tag {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 8px;
    background: #fed7aa;
    color: #9a3412;
    font-size: 11px;
    border-radius: 999px;
    font-weight: 600;
    vertical-align: middle;
}
/* Applied-discounts summary panel — injected under cart / checkout totals */
.pd-applied-summary {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 6px;
    padding: 16px 20px;
    margin: 16px 0;
    color: #7c2d12;
    font-size: 14px;
    line-height: 1.5;
}
.pd-applied-summary__title {
    margin: 0 0 12px;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    color: #9a3412;
    border: none;
}
.pd-applied-summary__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pd-applied-summary__item {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #fed7aa;
}
.pd-applied-summary__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.pd-applied-summary__item:first-child {
    padding-top: 0;
}
.pd-applied-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
}
.pd-applied-summary__label {
    font-weight: 600;
    color: #9a3412;
}
.pd-applied-summary__amount {
    color: #c2410c;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.pd-applied-summary__scope {
    margin-top: 4px;
    font-size: 12px;
    color: #b45309;
}

.pd-price-table {
    border-collapse: collapse;
    margin: 12px 0;
}
.pd-price-table th,
.pd-price-table td {
    border: 1px solid #e2e8f0;
    padding: 6px 12px;
    text-align: left;
}
.pd-price-table th {
    background: #f8fafc;
}
