.wev-native-select {
    display: block;
}

.wev-js .wev-native-select {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 1px;
}

.wev-swatches {
    border: 0;
    margin: 0 0 18px;
    padding: 0;
}

.wev-swatches legend {
    color: #172449;
    display: flex;
    font-size: 15px;
    gap: 6px;
    margin-bottom: 10px;
}

.wev-swatches legend strong {
    font-weight: 800;
}

.wev-swatch {
    align-items: center;
    background: #fff;
    border: 2px solid #d8d8d8;
    border-radius: 999px;
    color: #172449;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 700;
    justify-content: center;
    margin: 0 8px 8px 0;
    min-height: 44px;
    min-width: 44px;
    padding: 0 14px;
    position: relative;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.wev-swatch-color,
.wev-swatch-image {
    background: var(--wev-swatch-color, #fff);
    background-image: var(--wev-swatch-image, none);
    background-position: center;
    background-size: cover;
    height: 54px;
    overflow: hidden;
    padding: 0;
    width: 54px;
}

.wev-swatch-color span,
.wev-swatch-image span {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.wev-swatch.is-selected {
    border-color: #111;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #111;
}

.wev-swatch.is-disabled {
    cursor: not-allowed;
    opacity: .35;
    text-decoration: line-through;
}

.wev-swatches-archive {
    margin: 8px 0 4px;
}

.wev-swatches-archive legend {
    display: none;
}

.wev-swatches-archive .wev-swatch {
    min-height: 28px;
    min-width: 28px;
}

.wev-swatches-archive .wev-swatch-color,
.wev-swatches-archive .wev-swatch-image {
    height: 30px;
    width: 30px;
}

.wev-sticky-cart {
    align-items: center;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    bottom: 0;
    box-shadow: 0 -10px 24px rgba(17, 24, 39, .14);
    display: none;
    gap: 12px;
    justify-content: space-between;
    left: 0;
    padding: 12px 16px;
    position: fixed;
    right: 0;
    z-index: 9998;
}

.wev-sticky-cart strong {
    color: #172449;
    display: block;
    font-size: 14px;
}

.wev-sticky-cart span {
    color: #475467;
    display: block;
    font-size: 13px;
}

.wev-sticky-cart button {
    background: #172449;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    min-height: 44px;
    padding: 0 18px;
}

@media (max-width: 768px) {
    body.single-product .wev-sticky-cart {
        display: flex;
    }
}
