/* ── TEXT SWATCHES (storage, garantia, etc) ── */
.et-swatch-item:not(.swatch-color),
.swatch-item:not(.swatch-color) {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 90px !important;
    min-height: 48px !important;
    height: 48px !important;
    max-height: 48px !important;
    padding: 6px 16px !important;
    gap: 2px !important;
    border-radius: 8px !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.et-swatch-item:not(.swatch-color) span,
.et-swatch-item:not(.swatch-color) a,
.et-swatch-item:not(.swatch-color) > *,
.swatch-item:not(.swatch-color) span,
.swatch-item:not(.swatch-color) a,
.swatch-item:not(.swatch-color) > * {
    white-space: nowrap !important;
    word-break: keep-all !important;
}

.et-swatch-item:not(.swatch-color) > *:not(.et-price-label),
.swatch-item:not(.swatch-color) > *:not(.et-price-label) {
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* ── COLOR SWATCHES ── */
.et-swatch-item.swatch-color,
.swatch-item.swatch-color {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    padding: 3px !important;
    background: transparent !important;
    border: 2px solid transparent !important;
    border-radius: 50% !important;
    height: auto !important;
    min-width: unset !important;
}

.et-swatch-item.swatch-color.active,
.et-swatch-item.swatch-color.selected,
.swatch-item.swatch-color.active,
.swatch-item.swatch-color.selected {
    border: 2px solid #333 !important;
    border-radius: 50% !important;
    padding: 3px !important;
}

/* ── PRICE BADGE ── */
.et-price-label {
    display: inline-block !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #555 !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

.et-swatch-item.active .et-price-label,
.et-swatch-item.selected .et-price-label,
.swatch-item.active .et-price-label,
.swatch-item.selected .et-price-label {
    color: rgba(255,255,255,0.85) !important;
}

.et-swatch-item.swatch-color .et-price-label,
.swatch-item.swatch-color .et-price-label {
    color: #444 !important;
    font-size: 10px !important;
    margin-top: 2px !important;
}

span.st-custom-attribute {
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 4px !important;
}