/* Ukryj tylko wiersz atrybutu Kolor */
.single-product tr:has(select[name="attribute_pa_kolor"]) {
	display: none;
}

.lmno-loop-selected-color{
	color:var(--color-5);
	text-align:center;
	margin-bottom:0.5rem;
	font-size:1rem;
	width:100%;
}

.lmno-swatches{
  display:flex;
  gap:0.5rem;
  margin-bottom:0.5rem;
}

.lmno-swatch{
  width:2rem;
  height:2rem;
  border-radius:0.5rem;
  background: var(--swatch-color);
  border:2px solid #e5e5e5;
  position:relative;
  box-sizing:border-box;
  display:inline-block;
}

.lmno-swatch.is-active{
  border-color:#111;
}


article .lmno-swatches{
	padding:0 1rem;
	justify-content:center;
}


/* .lmno-swatch.is-active::after{ */
  /* content:""; */
  /* position:absolute; */
  /* inset:0; */
  /* margin:auto; */
  /* width:16px; */
  /* height:16px; */
  /* background: #fff; */
  /* border-radius:4px; */
  /* opacity:.85; */
  /* top:0; bottom:0; left:0; right:0; */
/* } */

/* .lmno-swatch.is-active::before{ */
  /* content:"✓"; */
  /* position:absolute; */
  /* inset:0; */
  /* margin:auto; */
  /* width:16px; */
  /* height:16px; */
  /* line-height:16px; */
  /* text-align:center; */
  /* font-weight:700; */
  /* font-size:14px; */
  /* color:#fff; */
  /* z-index:2; */
/* } */
