.product-price {
    font-size: clamp(1.1rem, 1.8vw, 1.2rem); color: #7f85e4; font-weight: 700; text-align: center;
    position: absolute; left: var(--price-horizontal-offset, 0%); right: var(--price-horizontal-offset, 0%);
    transform: none; width: auto; max-width: none; bottom: 0; padding: 0.9rem 1.1rem;
    background: #1c1c28; border-radius: 16px 16px 9px 9px; margin-top: 0; z-index: 5; display: block;
    box-sizing: border-box; border: 2px solid #2c2c46; border-bottom: 0;
}
.connector-price { font-size: clamp(0.8rem, 1.3vw, 0.9rem); color: #ffffff; text-align: center; position: relative; margin-top: 0.6rem; z-index: 2; display: block; width: 100%; box-sizing: border-box; }
