.cfvsw-swatches-container.cfvsw-product-container{display:grid!important;grid-template-columns:repeat(4,minmax(0,min-content));grid-auto-rows:auto;gap:10px;width:fit-content;max-width:100%;margin-bottom:10px;justify-content:start}.variations{width:100%}.variations tr .label{border-width:0}.variations .label .cfvsw-selected-label{display:none!important}.variations{width:100%;display:table}.variations tr{display:table-row}.variations th.label,.variations td.value{display:table-cell;vertical-align:top}.variations th.label{width:100px;padding-right:15px}.variations td.value{width:auto}.rtl .variations th.label{padding-right:0;padding-left:15px}.cfvsw-swatches-option{position:relative;display:flex;align-items:center;justify-content:center;transition:200ms;text-align:center;cursor:pointer;border:1px solid #fff;background:#fff;padding:1px;user-select:none;overflow:hidden}.cfvsw-label-option{width:auto!important;min-width:fit-content;max-width:100%;height:auto!important;min-height:40px;font-size:var(--cfvsw-swatches-font-size,12px);border-width:var(--cfvsw-swatches-border-width,1px);padding:8px 12px;white-space:nowrap;flex-shrink:0}.cfvsw-image-option{width:var(--cfvsw-swatch-width,45px);height:var(--cfvsw-swatch-height,45px);min-width:var(--cfvsw-swatch-width,45px);max-width:var(--cfvsw-swatch-width,45px);min-height:var(--cfvsw-swatch-height,45px);max-height:var(--cfvsw-swatch-height,45px);flex-shrink:0!important;background-repeat:no-repeat;background-position:center;background-size:contain;border-radius:4px}.cfvsw-swatches-option .cfvsw-swatch-inner{display:flex;width:100%;height:100%;align-items:center;justify-content:center;border-radius:inherit;transition:200ms;box-sizing:border-box}.cfvsw-label-option .cfvsw-swatch-inner{white-space:nowrap;word-break:keep-all;line-height:1.2}.variations tr a{display:none!important}@media (max-width:768px){.cfvsw-swatches-container.cfvsw-product-container{grid-template-columns:repeat(3,minmax(0,min-content));gap:8px}.cfvsw-label-option{font-size:11px;padding:6px 10px}.cfvsw-image-option{width:var(--cfvsw-swatch-width,40px);height:var(--cfvsw-swatch-height,40px);min-width:var(--cfvsw-swatch-width,40px);max-width:var(--cfvsw-swatch-width,40px);min-height:var(--cfvsw-swatch-height,40px);max-height:var(--cfvsw-swatch-height,40px)}}@media (max-width:480px){.cfvsw-swatches-container.cfvsw-product-container{grid-template-columns:repeat(4,minmax(0,min-content));gap:6px}.cfvsw-label-option{font-size:10px;padding:4px 8px}.cfvsw-image-option{width:var(--cfvsw-swatch-width,35px);height:var(--cfvsw-swatch-height,35px);min-width:var(--cfvsw-swatch-width,35px);max-width:var(--cfvsw-swatch-width,35px);min-height:var(--cfvsw-swatch-height,35px);max-height:var(--cfvsw-swatch-height,35px)}}