.wplb-variation-swatches > select {
display: none !important;
}
.wplb-variation-swatches__wrapper {
margin: 0 -0.5em;
padding: 0;
list-style: none;
}
.wplb-variation-swatches__item {
transition: 0.3s;
text-align: center;
white-space: nowrap;
width: 30px;
height: 30px;
line-height: 30px;
display: inline-block;
margin: 0 0.5em 0.5em 0.5em;
position: relative;
cursor: pointer;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.wplb-variation-swatches__name {
text-indent: -9999em;
display: block;
}
.wplb-variation-swatches__item:hover,
.wplb-variation-swatches__item:focus {
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}
.wplb-variation-swatches__item.selected {
border-color: #999;
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.6);
}
.wplb-variation-swatches__item.disabled  {
opacity: 0.1;
cursor: default;
}
.wplb-variation-swatches--button .wplb-variation-swatches__item {
width: auto !important;
padding: 0 0.5em;
}
.wplb-variation-swatches--label .wplb-variation-swatches__name,
.wplb-variation-swatches--button .wplb-variation-swatches__name {
text-indent: 0;
}
.wplb-variation-swatches--image .wplb-variation-swatches__name {
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
position: absolute;
margin: -1px;
}
.wplb-variation-swatches--image img {
display: block;
}
.wplb-variation-swatches--button .wplb-variation-swatches__item.selected {
background-color: rgba(0, 0, 0, 0.1);
}
.wplb-variation-swatches--round .wplb-variation-swatches__item,
.wplb-variation-swatches--round .wplb-variation-swatches__item img {
border-radius: 50%;
}
.wplb-variation-swatches--round.wplb-variation-swatches--button .wplb-variation-swatches__item {
border-radius: 15px;
padding-left: 15px;
padding-right: 15px;
}
.wplb-variation-swatches--rounded .wplb-variation-swatches__item,
.wplb-variation-swatches--rounded .wplb-variation-swatches__item img,
.wplb-variation-swatches--rounded.wplb-variation-swatches--color .wplb-variation-swatches__name {
border-radius: 4px;
}
.wplb-variation-swatches--round.wplb-variation-swatches--color .wplb-variation-swatches__name {
border-radius: 50%;
} .wplb-variation-swatches--has-tooltip .wplb-variation-swatches__item:before {
content: attr(aria-label);
text-indent: initial;
font-size: 14px;
font-weight: 500;
line-height: 1.25;
position: absolute;
bottom: 100%;
left: 50%;
background: #333;
z-index: 2;
color: #fff;
margin: -10px 0 0 0;
padding: 7px 15px;
opacity: 0;
visibility: hidden;
user-select: none;
border-radius: 4px;
transform: translate(-50%, -10px);
transition: opacity 0.35s;
}
.wplb-variation-swatches--has-tooltip .wplb-variation-swatches__item:after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
width: 0;
height: 0;
border: 5px solid transparent;
border-top-color: #333;
margin: 0 0 0 -5px;
opacity: 0;
visibility: hidden;
transition: opacity 0.35s;
}
.wplb-variation-swatches--has-tooltip .wplb-variation-swatches__item:hover:before,
.wplb-variation-swatches--has-tooltip .wplb-variation-swatches__item:hover:after {
visibility: visible;
opacity: 1;
user-select: auto;
}
.wplb-variation-swatches--has-tooltip .disabled:before,
.wplb-variation-swatches--has-tooltip .disabled:after,
.wplb-variation-swatches--button .wplb-variation-swatches__item:before,
.wplb-variation-swatches--button .wplb-variation-swatches__item:after {
display: none;
} .wplb-variation-swatches__selected-label::before {
content: ": ";
}