.fwciv-hidden-select {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.fwciv-colour-swatches,
.fwciv-archive-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
}

.fwciv-colour-swatch {
    -webkit-appearance: none !important;
    appearance: none !important;
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding: 0 !important;
    margin: 0;
    min-width: 104px;
    flex: 0 0 104px !important;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none !important;
    color: inherit !important;
    min-height: 0 !important;
    height: auto !important;
    line-height: normal !important;
}

.fwciv-colour-swatch:focus,
.fwciv-colour-swatch:hover,
.fwciv-colour-swatch:active {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none;
    color: inherit !important;
}

.fwciv-colour-swatch-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    padding: 2px;
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 0;
}

.fwciv-colour-swatch-dot-inner {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    border-radius: 50%;
    flex: 0 0 100%;
}

.fwciv-colour-swatch-label {
    display: block;
    font-size: 12px;
    line-height: 1.25;
    color: #111 !important;
    text-align: center;
    width: 104px;
    max-width: 104px;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.fwciv-colour-swatch.is-active .fwciv-colour-swatch-dot,
.fwciv-colour-swatch:hover .fwciv-colour-swatch-dot,
.fwciv-archive-swatch:hover {
    border-color: #111;
    box-shadow: 0 0 0 1px #111;
}

.fwciv-colour-swatch.is-disabled {
    cursor: not-allowed;
    opacity: 0.35;
}

.fwciv-archive-swatch {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    flex: 0 0 32px !important;
    box-sizing: border-box;
    line-height: 0;
    overflow: hidden;
    text-decoration: none;
}

.fwciv-archive-swatch span {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    border-radius: 50%;
    flex: 0 0 100%;
}

.fwciv-archive-swatches {
    margin-bottom: 10px;
}

.fwciv-cart-colour-display {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    vertical-align: middle;
    line-height: 1.2;
}

.fwciv-cart-colour-swatch {
    display: inline-block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    box-sizing: border-box;
    background-clip: padding-box;
    background-color: transparent;
}

.fwciv-cart-colour-name {
    display: inline-block;
}
