.lc-color-options .lc-swatch i{background:var(--swatch-one,#efe4de)}
.lc-color-options .lc-swatch--dual i{background:linear-gradient(135deg,var(--swatch-one) 0 49.5%,var(--swatch-two) 50.5% 100%)}
.lc-color-options .lc-swatch--image i{background-color:var(--swatch-one);background-image:var(--swatch-image);background-position:center;background-size:cover}
.lc-color-options .lc-swatch--pattern.lc-pattern-dots i{background-color:var(--swatch-one);background-image:radial-gradient(circle,var(--swatch-two) 0 22%,transparent 24%);background-size:10px 10px}
.lc-color-options .lc-swatch--pattern.lc-pattern-stripes i{background:repeating-linear-gradient(135deg,var(--swatch-one) 0 6px,var(--swatch-two) 6px 12px)}
.lc-color-options .lc-swatch--pattern.lc-pattern-checker i{background-color:var(--swatch-one);background-image:linear-gradient(45deg,var(--swatch-two) 25%,transparent 25%,transparent 75%,var(--swatch-two) 75%),linear-gradient(45deg,var(--swatch-two) 25%,transparent 25%,transparent 75%,var(--swatch-two) 75%);background-position:0 0,6px 6px;background-size:12px 12px}
.lc-color-options .lc-swatch--pattern.lc-pattern-floral i{background-color:var(--swatch-one);background-image:radial-gradient(ellipse at 50% 15%,var(--swatch-two) 0 18%,transparent 20%),radial-gradient(ellipse at 85% 50%,var(--swatch-two) 0 18%,transparent 20%),radial-gradient(ellipse at 50% 85%,var(--swatch-two) 0 18%,transparent 20%),radial-gradient(ellipse at 15% 50%,var(--swatch-two) 0 18%,transparent 20%);background-size:15px 15px}

/* Product variation controls must always remain inside the product summary. */
.woocommerce div.product form.cart table.variations td.value{min-width:0;max-width:100%;overflow:visible}
.woocommerce div.product .lc-variation-options{display:flex!important;width:100%;max-width:100%;box-sizing:border-box;flex-wrap:wrap!important;overflow:visible!important;align-content:flex-start;padding-right:0;scroll-snap-type:none!important;scrollbar-width:none}
.woocommerce div.product .lc-variation-options::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
.woocommerce div.product .lc-color-options .lc-variation-option{flex:0 0 auto;min-width:52px}
.woocommerce div.product .lc-size-options{gap:6px}
.woocommerce div.product .lc-size-option{flex:0 0 auto;min-width:44px!important;width:auto;height:38px!important;padding:0 8px;font-size:12px!important}

@media(max-width:600px){
	.woocommerce div.product form.cart table.variations tr{grid-template-columns:76px minmax(0,1fr)}
	.woocommerce div.product .lc-variation-options{gap:8px;padding-left:2px}
	.woocommerce div.product .lc-color-options .lc-variation-option{min-width:48px}
	.woocommerce div.product .lc-color-options .lc-variation-option i{width:38px;height:38px;margin-bottom:6px}
	.woocommerce div.product .lc-size-option{min-width:42px!important;height:38px!important;padding:0 7px}
	.woocommerce div.product .reset_variations{margin-left:76px}
}
