/* PanchiLab · Pulsera de Doble Intención Grabovoi · configurador */
body.single-product.mk-grabovoi-product{
  --mkg-black:#171717;
  --mkg-ink:#332d28;
  --mkg-muted:#756b63;
  --mkg-gold:#c9a35a;
  --mkg-gold-dark:#98712c;
  --mkg-ivory:#f8f5ef;
  --mkg-paper:#fffdf8;
  --mkg-line:#e7dccd;
}
body.single-product.mk-grabovoi-product.mkg-js-ready form.variations_form{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
}
body.single-product.mk-grabovoi-product .mkg,
body.single-product.mk-grabovoi-product .mkg *{
  box-sizing:border-box!important;
}
body.single-product.mk-grabovoi-product .mkg{
  order:4!important;
  margin:28px 0 8px!important;
  padding:clamp(22px,3vw,36px)!important;
  border:1px solid rgba(201,163,90,.44)!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 92% 2%,rgba(201,163,90,.15),transparent 28%),
    linear-gradient(145deg,#fffdf8 0%,#f8f5ef 100%)!important;
  box-shadow:0 22px 55px rgba(49,37,27,.11)!important;
  color:var(--mkg-ink)!important;
}
body.single-product.mk-grabovoi-product .mkg__header{
  max-width:780px!important;
  margin:0 0 28px!important;
}
body.single-product.mk-grabovoi-product .mkg__eyebrow{
  display:block!important;
  margin:0 0 8px!important;
  color:#9f7d37!important;
  font-size:12px!important;
  font-weight:850!important;
  letter-spacing:.15em!important;
  line-height:1.3!important;
}
body.single-product.mk-grabovoi-product .mkg h2,
body.single-product.mk-grabovoi-product .mkg h3{
  color:var(--mkg-black)!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  letter-spacing:-.02em!important;
}
body.single-product.mk-grabovoi-product .mkg h2{
  margin:0!important;
  font-size:clamp(31px,4vw,45px)!important;
  font-weight:700!important;
  line-height:1.04!important;
}
body.single-product.mk-grabovoi-product .mkg__intro{
  max-width:66ch!important;
  margin:12px 0 0!important;
  color:var(--mkg-muted)!important;
  font-size:15px!important;
  line-height:1.65!important;
}
body.single-product.mk-grabovoi-product .mkg__included{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-top:15px!important;
  padding:8px 12px!important;
  border:1px solid rgba(201,163,90,.4)!important;
  border-radius:999px!important;
  background:rgba(201,163,90,.1)!important;
  color:#665033!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.25!important;
}
body.single-product.mk-grabovoi-product .mkg__included span{
  display:grid!important;
  width:20px!important;
  height:20px!important;
  place-items:center!important;
  border-radius:50%!important;
  background:var(--mkg-black)!important;
  color:var(--mkg-gold)!important;
}
body.single-product.mk-grabovoi-product .mkg-step[hidden]{
  display:none!important;
}
body.single-product.mk-grabovoi-product .mkg-step{
  animation:mkgEnter .25s ease both!important;
}
@keyframes mkgEnter{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}
body.single-product.mk-grabovoi-product .mkg-step__top{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin-bottom:18px!important;
  padding-top:18px!important;
  border-top:1px solid var(--mkg-line)!important;
}
body.single-product.mk-grabovoi-product .mkg-step__progress,
body.single-product.mk-grabovoi-product .mkg-step__status{
  color:#8d8177!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.09em!important;
  line-height:1.3!important;
  text-transform:uppercase!important;
}
body.single-product.mk-grabovoi-product button.mkg-back{
  appearance:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#765b2b!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.3!important;
  cursor:pointer!important;
}
body.single-product.mk-grabovoi-product .mkg-step__heading{
  display:flex!important;
  align-items:flex-start!important;
  gap:13px!important;
  margin-bottom:18px!important;
}
body.single-product.mk-grabovoi-product .mkg-step__number{
  display:grid!important;
  flex:0 0 30px!important;
  width:30px!important;
  height:30px!important;
  place-items:center!important;
  border-radius:50%!important;
  background:var(--mkg-black)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:850!important;
}
body.single-product.mk-grabovoi-product .mkg-step__heading h3,
body.single-product.mk-grabovoi-product .mkg-review>h3{
  margin:0!important;
  font-size:clamp(27px,3vw,35px)!important;
  font-weight:700!important;
  line-height:1.05!important;
}
body.single-product.mk-grabovoi-product .mkg-step__heading p{
  margin:5px 0 0!important;
  color:var(--mkg-muted)!important;
  font-size:13px!important;
  line-height:1.5!important;
}
body.single-product.mk-grabovoi-product .mkg-color-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
body.single-product.mk-grabovoi-product button.mkg-color{
  position:relative!important;
  display:block!important;
  min-width:0!important;
  margin:0!important;
  padding:12px!important;
  overflow:hidden!important;
  border:1px solid var(--mkg-line)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.9)!important;
  box-shadow:0 9px 22px rgba(53,41,31,.06)!important;
  color:var(--mkg-ink)!important;
  text-align:left!important;
  cursor:pointer!important;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
body.single-product.mk-grabovoi-product button.mkg-color:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(201,163,90,.75)!important;
}
body.single-product.mk-grabovoi-product button.mkg-color.is-selected{
  border-color:var(--mkg-gold)!important;
  box-shadow:0 0 0 2px rgba(201,163,90,.17),0 13px 28px rgba(117,82,25,.12)!important;
}
body.single-product.mk-grabovoi-product .mkg-color__image{
  display:block!important;
  width:100%!important;
  aspect-ratio:1/1!important;
  overflow:hidden!important;
  border:1px solid #eee4d8!important;
  border-radius:13px!important;
  background:var(--mkg-ivory)!important;
}
body.single-product.mk-grabovoi-product .mkg-color__image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
body.single-product.mk-grabovoi-product .mkg-color__copy{
  display:block!important;
  margin-top:11px!important;
}
body.single-product.mk-grabovoi-product .mkg-color__copy strong,
body.single-product.mk-grabovoi-product .mkg-color__copy small{
  display:block!important;
}
body.single-product.mk-grabovoi-product .mkg-color__copy strong{
  color:#302a25!important;
  font-size:17px!important;
  font-weight:850!important;
}
body.single-product.mk-grabovoi-product .mkg-color__copy small{
  margin-top:3px!important;
  color:#82776e!important;
  font-size:11px!important;
  font-weight:650!important;
}
body.single-product.mk-grabovoi-product .mkg-color__check{
  position:absolute!important;
  top:20px!important;
  right:20px!important;
  display:none!important;
  width:26px!important;
  height:26px!important;
  place-items:center!important;
  border-radius:50%!important;
  background:var(--mkg-black)!important;
  color:var(--mkg-gold)!important;
  font-size:13px!important;
  font-weight:900!important;
}
body.single-product.mk-grabovoi-product .mkg-color.is-selected .mkg-color__check{
  display:grid!important;
}
body.single-product.mk-grabovoi-product .mkg-intention-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
body.single-product.mk-grabovoi-product button.mkg-intention{
  position:relative!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  gap:13px!important;
  min-width:0!important;
  min-height:214px!important;
  margin:0!important;
  padding:18px!important;
  border:1px solid var(--mkg-line)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.9)!important;
  box-shadow:0 9px 22px rgba(53,41,31,.06)!important;
  color:var(--mkg-ink)!important;
  text-align:left!important;
  cursor:pointer!important;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
body.single-product.mk-grabovoi-product button.mkg-intention:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(201,163,90,.78)!important;
}
body.single-product.mk-grabovoi-product button.mkg-intention.is-selected{
  border-color:var(--mkg-gold)!important;
  background:linear-gradient(145deg,#fffdf7,#faf2e3)!important;
  box-shadow:0 0 0 2px rgba(201,163,90,.17),0 13px 28px rgba(117,82,25,.12)!important;
}
body.single-product.mk-grabovoi-product .mkg-intention__icon{
  display:grid!important;
  width:48px!important;
  height:48px!important;
  place-items:center!important;
  border:1px solid rgba(201,163,90,.44)!important;
  border-radius:50%!important;
  background:#171717!important;
  color:#d8b86e!important;
  font-family:Georgia,serif!important;
  font-size:23px!important;
  font-weight:700!important;
}
body.single-product.mk-grabovoi-product .mkg-intention__copy,
body.single-product.mk-grabovoi-product .mkg-intention__heading{
  display:block!important;
  min-width:0!important;
}
body.single-product.mk-grabovoi-product .mkg-intention__heading strong,
body.single-product.mk-grabovoi-product .mkg-intention__heading em{
  display:block!important;
}
body.single-product.mk-grabovoi-product .mkg-intention__heading strong{
  color:#27221e!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:23px!important;
  font-weight:750!important;
  line-height:1!important;
}
body.single-product.mk-grabovoi-product .mkg-intention__heading em{
  margin-top:3px!important;
  color:#9a7431!important;
  font-family:inherit!important;
  font-size:12px!important;
  font-style:normal!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}
body.single-product.mk-grabovoi-product .mkg-intention__statement{
  display:block!important;
  margin-top:10px!important;
  color:#71675f!important;
  font-size:12px!important;
  line-height:1.45!important;
}
body.single-product.mk-grabovoi-product .mkg-intention__sequences{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  margin-top:12px!important;
}
body.single-product.mk-grabovoi-product .mkg-intention__sequences code{
  display:inline-block!important;
  padding:5px 7px!important;
  border:1px solid #e7d7bc!important;
  border-radius:8px!important;
  background:#fbf4e8!important;
  color:#4e3b21!important;
  font-family:"Space Grotesk",ui-monospace,monospace!important;
  font-size:10.5px!important;
  font-weight:750!important;
  letter-spacing:.03em!important;
  line-height:1.2!important;
}
body.single-product.mk-grabovoi-product .mkg-intention__selected{
  position:absolute!important;
  right:14px!important;
  bottom:13px!important;
  display:none!important;
  color:#8b682b!important;
  font-size:10px!important;
  font-weight:850!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}
body.single-product.mk-grabovoi-product .mkg-intention.is-selected .mkg-intention__selected{
  display:block!important;
}
body.single-product.mk-grabovoi-product button.mkg-action{
  display:flex!important;
  width:100%!important;
  min-height:54px!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin:20px 0 0!important;
  padding:14px 19px!important;
  border:0!important;
  border-radius:16px!important;
  background:var(--mkg-black)!important;
  box-shadow:0 12px 24px rgba(23,23,23,.15)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:850!important;
  line-height:1.25!important;
  cursor:pointer!important;
}
body.single-product.mk-grabovoi-product button.mkg-action:not(:disabled),
body.single-product.mk-grabovoi-product button.mkg-action:not(:disabled) span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.single-product.mk-grabovoi-product button.mkg-action:hover:not(:disabled){
  background:#292929!important;
}
body.single-product.mk-grabovoi-product button.mkg-action:disabled,
body.single-product.mk-grabovoi-product button.mkg-action:disabled span{
  color:#7c736b!important;
  -webkit-text-fill-color:#7c736b!important;
}
body.single-product.mk-grabovoi-product button.mkg-action:disabled{
  background:#ddd7cd!important;
  box-shadow:none!important;
  color:#7c736b!important;
  cursor:not-allowed!important;
  opacity:1!important;
}
body.single-product.mk-grabovoi-product .mkg__microcopy{
  margin:9px 0 0!important;
  color:#90857d!important;
  font-size:10.5px!important;
  font-weight:650!important;
  line-height:1.45!important;
  text-align:center!important;
}
body.single-product.mk-grabovoi-product .mkg-review>h3{
  margin:0 0 18px!important;
}
body.single-product.mk-grabovoi-product .mkg-band-stack{
  display:grid!important;
  gap:14px!important;
}
body.single-product.mk-grabovoi-product .mkg-band{
  position:relative!important;
  min-height:116px!important;
  padding:20px 24px!important;
  overflow:hidden!important;
  border:1px solid rgba(77,67,58,.25)!important;
  border-radius:56px 18px 56px 18px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.68),0 12px 24px rgba(42,32,24,.13)!important;
}
body.single-product.mk-grabovoi-product .mkg-band--plata{
  background:linear-gradient(105deg,#9e9e9b 0%,#f1f0eb 24%,#b4b3af 52%,#efeee9 78%,#989893 100%)!important;
  color:#211f1d!important;
}
body.single-product.mk-grabovoi-product .mkg-band--negro{
  background:linear-gradient(105deg,#080808 0%,#333 26%,#111 53%,#3c3c3c 78%,#070707 100%)!important;
  color:#e7c875!important;
}
body.single-product.mk-grabovoi-product .mkg-band--oro{
  background:linear-gradient(105deg,#8d6525 0%,#e7cc82 25%,#ad7f31 53%,#f0d990 78%,#8f6726 100%)!important;
  color:#2e210e!important;
}
body.single-product.mk-grabovoi-product .mkg-band__side{
  display:block!important;
  opacity:.72!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  line-height:1!important;
  text-transform:uppercase!important;
}
body.single-product.mk-grabovoi-product .mkg-band>strong{
  display:block!important;
  margin-top:6px!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:19px!important;
  line-height:1.1!important;
}
body.single-product.mk-grabovoi-product .mkg-band__engraving{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-top:10px!important;
  font-family:"Space Grotesk",ui-monospace,monospace!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.035em!important;
  line-height:1.25!important;
}
body.single-product.mk-grabovoi-product .mkg-band__engraving b{
  font-family:Georgia,serif!important;
  font-size:24px!important;
  line-height:.7!important;
}
body.single-product.mk-grabovoi-product .mkg-review__card{
  margin-top:18px!important;
  padding:5px 18px!important;
  border:1px solid var(--mkg-line)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.88)!important;
}
body.single-product.mk-grabovoi-product .mkg-review__row{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:13px 0!important;
  border-bottom:1px solid #eee5da!important;
  color:#786f68!important;
  font-size:13px!important;
  line-height:1.35!important;
}
body.single-product.mk-grabovoi-product .mkg-review__row:last-child{
  border-bottom:0!important;
}
body.single-product.mk-grabovoi-product .mkg-review__row strong{
  max-width:68%!important;
  color:#2d2824!important;
  text-align:right!important;
}
body.single-product.mk-grabovoi-product .mkg-review__row--price strong{
  color:#8f6928!important;
  font-size:17px!important;
}
body.single-product.mk-grabovoi-product .woocommerce-product-details__short-description{
  display:block!important;
}

@media(max-width:760px){
  body.single-product.mk-grabovoi-product .mkg{
    padding:20px 15px!important;
    border-radius:19px!important;
  }
  body.single-product.mk-grabovoi-product .mkg-color-grid,
  body.single-product.mk-grabovoi-product .mkg-intention-grid{
    grid-template-columns:1fr!important;
  }
  body.single-product.mk-grabovoi-product button.mkg-color{
    display:grid!important;
    grid-template-columns:92px minmax(0,1fr)!important;
    align-items:center!important;
    gap:13px!important;
  }
  body.single-product.mk-grabovoi-product .mkg-color__copy{
    margin-top:0!important;
  }
  body.single-product.mk-grabovoi-product button.mkg-intention{
    min-height:0!important;
    padding:15px!important;
  }
  body.single-product.mk-grabovoi-product .mkg-band{
    padding:18px!important;
    border-radius:42px 15px 42px 15px!important;
  }
  body.single-product.mk-grabovoi-product .mkg-band__engraving{
    align-items:flex-start!important;
    font-size:9.5px!important;
  }
  body.single-product.mk-grabovoi-product .mkg-review__row strong{
    max-width:60%!important;
  }
}

