/* Farb-Swatches fuer Produkt-Variationen (Champagner/Braun) */
.mk-hidden-select{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;
  border:0;clip:rect(0 0 0 0);overflow:hidden;opacity:0;pointer-events:none;}
.mk-swatches{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:.15rem 0 .5rem;}
.mk-swatch{width:34px;height:34px;border-radius:50%;padding:0;cursor:pointer;
  border:2px solid #E7D3AC;background:var(--sw,#C6A667);
  transition:transform .15s ease,box-shadow .15s ease;}
.mk-swatch:hover{transform:translateY(-2px);}
.mk-swatch:focus-visible{outline:2px solid #B08E4E;outline-offset:2px;}
.mk-swatch.is-active{box-shadow:0 0 0 2px #FFFDF8,0 0 0 4px #6E5236;}
.mk-swatch-label{font-weight:600;color:#6E5236;margin-left:.35rem;font-size:.95rem;}
