/**
 * Variation Swatches for WooCommerce 1.0.0 (https://themeasy.co)
 * Copyright 2025 Themeasy
 */
.tms-vsw-swatches-container{position:relative;box-sizing:border-box;width:fit-content;padding:0;display:flex;flex-flow:wrap;align-items:center;grid-gap:8px;}.tms-vsw-swatches-container *{box-sizing:border-box;}.tms-vsw-original-price,.tms-vsw-original-thumbnail{display:none;}.tms-vsw-swatches-option{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1.5px solid var(--themeasy-white-color);background-color:var(--themeasy-white-color);box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);text-align:center;white-space:nowrap;line-height:1.3;cursor:pointer;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;}.tms-vsw-swatches-option::before{content:'';position:absolute;width:24px;height:24px;border-radius:50%;border:1px solid;border-color:var(--themeasy-primary-border-color);opacity:0;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}.product-summary-wrapper .tms-vsw-swatches-option:not(.tms-vsw-label-option){width:32px;height:32px;}.product-summary-wrapper .tms-vsw-swatches-option:not(.tms-vsw-label-option)::before{width:32px;height:32px;}.tms-vsw-swatches-option:hover::before{opacity:1;}.tms-vsw-swatches-option.tms-vsw-selected-swatch{box-sizing:border-box;border:4px solid var(--themeasy-primary-bg-color);}.tms-vsw-swatches-option.tms-vsw-selected-swatch::before{border-color:var(--themeasy-secondary-border-color);opacity:1;}.product-summary-wrapper .tms-vsw-swatches-option.tms-vsw-selected-swatch:not(.tms-vsw-label-option){border:5px solid var(--themeasy-primary-bg-color);}.tms-vsw-swatches-option .tms-vsw-swatch-inner{display:flex;width:100%;height:100%;border-radius:inherit;align-items:center;justify-content:center;}.tms-vsw-swatches-option.tms-vsw-label-option{width:auto;min-width:40px;height:30px;padding:0 10px;border-radius:0;border:1px solid;border-color:var(--themeasy-primary-border-color);background:var(--themeasy-primary-bg-color);box-shadow:none;font-size:85%;font-weight:var(--themeasy-text-button-font-weight);line-height:30px;color:var(--themeasy-secondary-text-color);-webkit-transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}.tms-vsw-swatches-option.tms-vsw-label-option::before{content:none;}.tms-vsw-swatches-option.tms-vsw-label-option.tms-vsw-selected-swatch:not(.tms-vsw-swatches-disable),.tms-vsw-swatches-option.tms-vsw-label-option:not(.tms-vsw-swatches-disable):hover{border-color:var(--themeasy-primary-button-color);color:var(--themeasy-primary-button-color);}.tms-vsw-image-option{background-size:cover;background-position:center;background-repeat:no-repeat;}.tms-vsw-swatches-hide,.tms-vsw-swatches-hide-disable,.tms-vsw-hidden-select{display:none!important;}.tms-vsw-swatches-disable{cursor:no-drop;}.tms-vsw-swatches-disable::after{content:'\f00d';position:absolute;top:-4px;right:-4px;width:15px;height:15px;border-radius:50%;background-color:var(--themeasy-danger-color);font-family:'Font Awesome 6 Free';font-weight:900;font-size:10px;line-height:16px;color:var(--themeasy-white-color);}.tms-vsw-swatches-disable.tms-vsw-label-option::after{top:-8px;right:-8px;}.tms-vsw-shop-variations{width:100%;border:none!important;}.tms-vsw-shop-variations,.tms-vsw-shop-variations tbody,.tms-vsw-shop-variations td,.tms-vsw-shop-variations tr{margin:0;padding:0;border:0;}.tms-vsw-shop-variations tr:not(:first-child){display:block;margin-top:1rem;}.product-summary-wrapper .tms-vsw-shop-variations tr:not(:first-child){margin-top:1.5rem;}.tms-vsw-shop-variations tr td{padding:0!important;display:flex;justify-content:flex-start;align-items:center;border:none;}.tms-vsw-shop-variations .variation-swatches-label{margin-left:12px;display:block;text-transform:capitalize;font-size:100%;font-weight:var(--themeasy-text-button-font-weight);color:var(--themeasy-secondary-text-color);}.tms-vsw-shop-variations .variation-swatches-label::before{content:'\00BB';margin-right:4px;}.tms-vsw-shop-variations .tms-vsw-more-link{position:absolute;left:100%;margin-left:5px;font-size:85%;white-space:nowrap;pointer-events:all;}.reset_variations{margin-left:1rem;padding:5px 10px;border-radius:100px;background-color:var(--themeasy-primary-button-color);font-size:12px;line-height:12px;font-weight:var(--themeasy-text-button-font-weight);text-transform:uppercase;color:var(--themeasy-secondary-button-color);text-decoration:none;transition:none;user-select:none;outline:0;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;display:none;}.reset_variations::before{content:'\f00d';font-family:'Font Awesome 6 Free';font-weight:900;margin:0 5px 0 0;}.reset_variations:hover{text-decoration:none;background-color:var(--themeasy-danger-color);color:var(--themeasy-secondary-button-color);}