.product-swatch{--button-max-height:64px;--button-width:var(--swatch-width,64px);--button-height:var(--swatch-height,64px);--button-border-radius:var(--swatch-border-radius,100%);--button-border-color:var(--swatch-border-color,transparent);--button-border-width:1px;background-color:var(--swatch-background-color,transparent);flex-shrink:0;overflow:var(--swatch-overflow,hidden);padding:1px;transition:all .25s ease-in-out;z-index:0}.product-swatch:hover{--swatch-overflow:visible}.product-swatch.small{--swatch-width:32px;--swatch-height:32px;--button-max-height:32px;--swatch-overflow:visible;--picture-border-radius:var(--swatch-border-radius);--swatch-label-padding:0 3px;--swatch-label-border-radius:2px;--swatch-label-width:unset;--swatch-label-max-width:90px;--swatch-label-background-color:var(--c-onyx--900);--swatch-label-color:var(--c-white);--swatch-label-bottom:4px;--swatch-label-transition:transform ease-out .25s;--swatches-label-transform:scale(0) translate(0)}.product-swatch.small:hover{--swatch-label-transform:scale(1) translateY(-140%)}.product-swatch.small:hover:first-of-type{--swatch-label-left:0px}.product-swatch.selected,.product-swatch:hover{--swatch-border-color:var(--c-primary)}.product-swatch.disabled{opacity:.4}.product-swatch.unselectable{pointer-events:none}.product-swatch.square-type{--swatch-border-radius:1px}.product-swatch.square-rounded-corners-type{--swatch-border-radius:6px;--picture-border-radius:6px}.product-swatch.rounded-label-inside-type{--swatch-border-radius:100%}.product-swatch.rounded-label-outside-type{--swatch-border-radius:100%;--swatch-overflow:visible;--picture-border-radius:var(--swatch-border-radius)}.product-swatch.rounded-label-outside-type:not(.small){--swatch-label-bottom:-22px}.product-swatch__picture{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;overflow:hidden;pointer-events:none}.product-swatch__picture-wrapper{align-items:center;border-radius:var(--picture-border-radius,0);display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.product-swatch__label{background-color:var(--swatch-label-background-color,hsla(0,0%,100%,.6));border-radius:var(--swatch-label-border-radius,0);bottom:var(--swatch-label-bottom,0);color:var(--swatch-label-color,var(--c-black));font-family:var(--font-family--secondary);font-size:10px;font-weight:var(--font-weight--normal);line-height:var(--line-height--sm);max-width:var(--swatch-label-max-width,unset);overflow:hidden;padding:var(--swatch-label-padding,0);text-overflow:ellipsis;transform:var(--swatch-label-transform,scale(0) translate(0,0));transition:var(--swatch-label-transition,background-color .25s ease);width:var(--swatch-label-width,100%)}.product-swatch__label,.product-swatch__ribbon{position:absolute;text-align:center;white-space:nowrap}.product-swatch__ribbon{--badge-padding:0px;--badge-height:16px;--badge-line-height:16px;font-size:9px;font-weight:700;left:-15px;top:30px;transform:rotate(-45deg);transform-origin:top left;width:100%;z-index:1}.product-swatch__active-border{border-bottom:2px solid var(--c-primary--500);bottom:-4px;position:absolute;width:100%}
