#lockedin-customizer .swatch-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.5rem 0 1.5rem;
}
#lockedin-customizer .swatch {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #d0d0d0;
    cursor: pointer;
    transition: transform 0.15s ease, border-color 0.15s ease;
}
#lockedin-customizer .swatch:hover { transform: scale(1.1); }
#lockedin-customizer .swatch.is-selected { border-color: #111; border-width: 3px; }
#lockedin-customizer .price { font-size: 1.5rem; font-weight: 600; }
