
.wpl[data-v-7c3d53dc] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
  font-family: var(--font-sans);
  color: var(--text);
}
@media (max-width: 700px) {
.wpl[data-v-7c3d53dc] { grid-template-columns: 1fr;
}
}
.wpl__switch[data-v-7c3d53dc] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  color: var(--text);
  flex-wrap: wrap;
}
.wpl__switch input[data-v-7c3d53dc] { display: none;
}
.wpl__switch-track[data-v-7c3d53dc] {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
  background: var(--line);
  border-radius: 999px;
  transition: background 0.15s;
}
.wpl__switch-thumb[data-v-7c3d53dc] {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.15s;
}
.wpl__switch input:checked + .wpl__switch-track[data-v-7c3d53dc] { background: var(--green);
}
.wpl__switch input:checked + .wpl__switch-track .wpl__switch-thumb[data-v-7c3d53dc] { transform: translateX(14px);
}
.wpl__switch input:disabled + .wpl__switch-track[data-v-7c3d53dc] { opacity: 0.4; cursor: not-allowed;
}
.wpl__switch-label[data-v-7c3d53dc] { font-weight: 500;
}
.wpl__addprice[data-v-7c3d53dc] {
  font-size: 12px;
  color: var(--green);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

