.product-promotion-banner {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.12), rgba(255, 193, 7, 0.18));
    border: 1px solid rgba(220, 53, 69, 0.25);
    border-radius: var(--brand-box-radius, 5px);
    padding: 0.85rem 1rem;
    margin-bottom: 1rem;
}

.product-promotion-banner__badge {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
    color: #b02a37;
    margin-bottom: 0.35rem;
}

.product-promotion-banner__countdown {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}

.product-promotion-banner__countdown [data-countdown-value] {
    font-variant-numeric: tabular-nums;
    color: #842029;
}

.product-promotion-banner__stock {
    margin-top: 0.35rem;
    font-size: 0.9rem;
    color: #664d03;
}

.product-promotion-banner__campaign {
    margin-top: 0.25rem;
    font-size: 0.85rem;
    opacity: 0.85;
    display: inline-block;
    text-decoration: none;
}

.product-promotion-banner__campaign:hover {
    text-decoration: underline;
}

.detail-promo-banner {
    position: relative;
    overflow: hidden;
    border-radius: var(--brand-box-radius, 5px);
    padding: 0.85rem 1rem;
    margin-bottom: 1rem;
    color: #fff;
    background: linear-gradient(135deg, #43c4d8 0%, #62afcd 45%, #3aceed 100%);
    box-shadow: 0 8px 24px rgba(76, 29, 149, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.detail-promo-banner__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 60% 120% at 10% 50%, rgba(249, 115, 22, 0.25) 0%, transparent 55%),
        radial-gradient(ellipse 50% 100% at 90% 50%, rgba(236, 72, 153, 0.2) 0%, transparent 55%);
}

.detail-promo-banner__content {
    position: relative;
    z-index: 1;
}

.detail-promo-banner__title {
    max-width: none;
    white-space: normal;
}

.detail-promo-banner__stock {
    position: relative;
    z-index: 1;
    margin-top: 0.55rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.detail-promo-banner__hint {
    position: relative;
    z-index: 1;
    margin-top: 0.45rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
}

.detail-promo-banner__campaign {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 0.45rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #fde68a;
    text-decoration: none;
}

.detail-promo-banner__campaign:hover {
    color: #fff;
    text-decoration: underline;
}

.product-promotion-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    margin: 0.35rem 0 0.5rem;
    font-size: 0.85rem;
}

.product-promotion-inline__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-weight: 600;
    color: #b02a37;
}

.product-promotion-inline__countdown [data-countdown-value] {
    font-variant-numeric: tabular-nums;
    color: #842029;
}

.product-card__badges {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    max-width: calc(100% - 30px);
}

.product-card__badges .test-type {
    position: static;
}

.product-card__promo-badge {
    background: #e51919;
    color: #ffffff !important;
    border-radius: var(--brand-box-radius, 5px);
    margin: 4px;
    padding: 4px 8px;
    width: auto;
    text-align: center;
    font-size: 0.75rem;
    white-space: nowrap;
}

.product-card__new-badge {
    background: #19e4e5;
    color: #ffffff !important;
    border-radius: var(--brand-box-radius, 5px);
    margin: 4px;
    padding: 4px;
    width: 60px;
    text-align: center;
    font-size: 15px;
}

.user-discount-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 1rem 1.1rem;
    background: #fff;
    height: 100%;
}

.user-discount-card__code {
    font-family: monospace;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
}

.user-discount-card__message {
    color: #495057;
    margin-top: 0.35rem;
}

.user-discount-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.75rem;
    font-size: 0.9rem;
}
