/** Shopify CDN: Minification failed

Line 111:0 Expected "}" to go with "{"

**/
.product-form__input--swatch .swatch  {
width: 35px;
height: 35px;
display: block;
border: solid #ececec 0px;
background-size: 150% 150%;
background-position: 50% 50%;
border-radius: 50%;
box-shadow: inset 0 0 0 4px #fff,0 0 0 1px #d2d6d9;
cursor: pointer;
position: relative;  
}
.product-form__input--swatch .swatch-input__input:active + .swatch-input__label .swatch,
.product-form__input--swatch .swatch-input__input:checked + .swatch-input__label .swatch {
box-shadow: inset 0 0 0 4px #fff,0 0 0 2px #414b56;
}
.product-form__input--swatch .swatch-input__label {
position: relative;  
}
.product-form__input--swatch .swatch-input__label .tooltip {
text-align:center;
background:#000;
color:#fff;
bottom:100%;
padding:5px;
font-size:12px;
display:block;
position:absolute;
width:auto;
left:50%;
margin-bottom:15px;
filter:alpha(opacity=0);
-khtml-opacity:0;
-moz-opacity:0;
opacity:0;
visibility:hidden;
transform:translate(-50%,10px);
transition:all .25s ease-out;
box-shadow:2px 2px 6px #000 47;
z-index:10000;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
min-width:200%
}
.product-form__input--swatch .swatch-input__label .tooltip:before {
bottom:-20px;
content:" ";
display:block;
height:20px;
left:0;
position:absolute;
width:100%
}
.product-form__input--swatch .swatch-input__label .tooltip:after {
border-left:solid transparent 10px;
border-right:solid transparent 10px;
border-top:solid #000 10px;
bottom:-10px;
content:" ";
height:0;
left:50%;
margin-left:-13px;
position:absolute;
width:0
}
.product-form__input--swatch .swatch-input__label:hover .tooltip {
filter:alpha(opacity=100);
-khtml-opacity:1;
-moz-opacity:1;
opacity:1;
visibility:visible;
transform:translate(-50%)
}
/*
.product-form__input--swatch .swatch-input__input:disabled + .swatch-input__label > .swatch::before,
.product-form__input--swatch .swatch-input__input.visually-disabled + .swatch-input__label > .swatch::before {
position: absolute;
top: 50%;
left: 50%;
z-index: 10;  
transform: rotate(45deg) translate(-50%, -50%);
transform-origin: 0 0;  
content: '';
width: 1px;
height: 50px;
background-color: #000;
}
.product-form__input--swatch .swatch-input__input:disabled + .swatch-input__label > .swatch::after,
.product-form__input--swatch .swatch-input__input.visually-disabled + .swatch-input__label > .swatch::after {
position: absolute;
top: 50%;
left: 50%;
z-index: 10;  
transform: rotate(-45deg) translate(-50%, -50%);
transform-origin: 0 0;  
content: '';
width: 1px;
height: 50px;
background-color: #000;
}
*/
.product-form__input--swatch .swatch-input__input:disabled + .swatch-input__label > .swatch,
.product-form__input--swatch .swatch-input__input.visually-disabled + .swatch-input__label > .swatch {
opacity: 0.4;
