/* WooCommerce Swatches Style abb7926c */
.angie-swatches-wrapper.abb7926c select {
    display: none !important;
}

.angie-swatch-container-abb7926c {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
    margin-bottom: 15px;
}

.angie-swatch-item-abb7926c {
    cursor: pointer;
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 6px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    background: #fff;
    min-width: 60px;
    user-select: none;
}

.angie-swatch-item-abb7926c:hover {
    border-color: #999;
}

.angie-swatch-item-abb7926c.selected-abb7926c {
    border-color: #000;
    box-shadow: 0 0 0 1px #000;
}

/* Image Swatch Style */
.angie-swatch-item-abb7926c.has-image-abb7926c {
    padding: 4px;
    width: 80px;
    height: 80px;
}

.angie-swatch-image-abb7926c {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.angie-swatch-label-abb7926c {
    font-size: 13px;
    font-weight: 500;
    margin-top: 4px;
    text-align: center;
}
