/* Producción · Pulsera Rúnica · selector de color y ancho */
body.single-product.mk-runica-product .product .summary{
  min-width:0;
}

@media (min-width:1025px){
  body.single-product.mk-runica-product #product-275{
    column-gap:36px;
  }

  body.single-product.mk-runica-product #product-275 > .woocommerce-product-gallery{
    flex:0 1 40%!important;
    width:40%!important;
    max-width:none!important;
  }

  body.single-product.mk-runica-product #product-275 > .summary{
    flex:1 1 calc(60% - 36px)!important;
    width:auto!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}

body.woocommerce-cart .wc-block-components-product-metadata.mkr-cart-meta,
body.woocommerce-checkout .wc-block-components-product-metadata.mkr-cart-meta{
  display:flex!important;
  width:auto!important;
  flex-direction:column;
  gap:5px;
  margin-top:8px;
  color:#5f5a52;
  font-size:12px;
  line-height:1.4;
}

.mkr-cart-meta .wc-block-components-product-metadata__description{
  display:none!important;
}

.mkr-cart-meta .wc-block-components-product-details{
  display:flex!important;
  flex-wrap:wrap;
  gap:5px 13px;
  margin:0!important;
}

.mkr-cart-meta .wc-block-components-product-details > span{
  display:inline-flex;
  gap:4px;
}

.mkr-cart-meta .wc-block-components-product-details__name{
  color:#75602f;
  font-weight:800;
}

.mkr-cart-meta .wc-block-components-product-details__value{
  color:#1b1b1b;
  font-weight:700;
}

body.single-product.mk-runica-product .product .summary form.cart.mkr__form{
  display:block!important;
  grid-template-columns:minmax(0,1fr)!important;
  width:100%!important;
  max-width:none!important;
}

body.single-product.mk-runica-product .product .summary form.cart.mkr__form .mkr__flow{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  grid-auto-flow:row!important;
  width:100%!important;
  max-width:none!important;
}

body.single-product.mk-runica-product .product .summary form.cart.mkr__form .mkr__flow > *{
  grid-column:1 / -1!important;
  width:100%!important;
  max-width:none!important;
}

body.single-product.mk-runica-product .product .summary > .paypal-buttons,
body.single-product.mk-runica-product .product .summary > .ppc-button-wrapper,
body.single-product.mk-runica-product .product .summary > #ppc-button-ppcp-gateway{
  display:none!important;
}

.mkr,
.mkr *,
.mkr *::before,
.mkr *::after{
  box-sizing:border-box;
}

.mkr{
  --mkr-black:#080808;
  --mkr-ink:#1b1b1b;
  --mkr-gold:#c9a35a;
  --mkr-ivory:#f8f5ef;
  --mkr-line:rgba(27,27,27,.14);
  width:100%;
  max-width:none;
  color:var(--mkr-ink);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.mkr__header{
  margin:0 0 18px;
}

.mkr__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:8px;
  color:#8a6a2f;
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
}

.mkr__eyebrow::before{
  content:"";
  width:28px;
  height:1px;
  background:var(--mkr-gold);
}

.mkr__header h1{
  margin:0;
  color:var(--mkr-black);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(38px,4.2vw,58px);
  font-weight:600;
  line-height:.96;
  letter-spacing:-.035em;
}

.mkr__lead{
  max-width:650px;
  margin:14px 0 0;
  color:#55514b;
  font-size:16px;
  line-height:1.58;
}

.mkr-symbols{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  margin:20px 0;
  overflow:hidden;
  border:1px solid rgba(201,163,90,.32);
  border-radius:18px;
  background:linear-gradient(135deg,#0b0b0b,#1b1b1b);
  box-shadow:0 16px 35px rgba(0,0,0,.12);
}

.mkr-symbols span{
  display:grid;
  min-width:0;
  place-items:center;
  gap:5px;
  padding:14px 7px 12px;
  border-right:1px solid rgba(255,255,255,.11);
  text-align:center;
}

.mkr-symbols span:last-child{
  border-right:0;
}

.mkr-symbols b{
  color:var(--mkr-gold);
  font-family:Georgia,serif;
  font-size:27px;
  font-weight:400;
  line-height:1;
}

.mkr-symbols small{
  color:#fff;
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1.2;
}

.mkr-symbols em{
  color:#c9c5bd;
  font-size:10px;
  font-style:normal;
  line-height:1.25;
}

.mkr-intention{
  margin:-4px 0 18px;
  padding:16px 18px;
  border-left:3px solid var(--mkr-gold);
  border-radius:0 14px 14px 0;
  background:linear-gradient(90deg,rgba(201,163,90,.14),rgba(248,245,239,.7));
}

.mkr-intention small{
  display:block;
  color:#8a6a2f;
  font-size:9px;
  font-weight:900;
  letter-spacing:.15em;
}

.mkr-intention blockquote{
  margin:7px 0 0!important;
  padding:0!important;
  border:0!important;
  color:var(--mkr-black)!important;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:19px;
  font-weight:600;
  line-height:1.3;
}

.mkr__form,
.mkr__flow,
.mkr-choice{
  display:block!important;
  float:none!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}

.mkr__form{
  clear:both;
  margin:0!important;
  padding:0!important;
}

.mkr__flow{
  display:grid!important;
  gap:16px;
}

.mkr-choice{
  margin:0!important;
  padding:16px!important;
  border:1px solid var(--mkr-line)!important;
  border-radius:18px;
  background:#fff;
}

.mkr-choice legend{
  display:flex!important;
  width:auto!important;
  max-width:100%!important;
  margin:0 0 12px!important;
  padding:0!important;
  color:var(--mkr-black);
  font-size:14px;
  font-weight:800;
  line-height:1.2;
}

.mkr-choice legend span{
  display:inline-grid;
  width:25px;
  height:25px;
  margin-right:8px;
  place-items:center;
  border-radius:50%;
  background:var(--mkr-black);
  color:#fff;
  font-size:10px;
  letter-spacing:.06em;
}

.mkr-choice__grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
}

.mkr-option{
  position:relative;
  display:block!important;
  float:none!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  cursor:pointer;
}

.mkr-option input{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none;
}

.mkr-option__card{
  position:relative;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr) 22px;
  align-items:center;
  gap:11px;
  width:100%!important;
  min-height:72px;
  padding:11px 12px;
  border:1.5px solid var(--mkr-line);
  border-radius:14px;
  background:var(--mkr-ivory);
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.mkr-option:hover .mkr-option__card{
  transform:translateY(-1px);
  border-color:rgba(201,163,90,.7);
}

.mkr-option input:focus-visible + .mkr-option__card{
  outline:3px solid rgba(201,163,90,.3);
  outline-offset:2px;
}

.mkr-option input:checked + .mkr-option__card{
  border-color:var(--mkr-gold);
  background:#fff;
  box-shadow:0 7px 20px rgba(82,61,22,.12);
}

.mkr-option__card > span{
  display:grid;
  min-width:0;
  gap:3px;
}

.mkr-option__card strong{
  color:var(--mkr-black);
  font-size:15px;
  line-height:1.15;
}

.mkr-option__card small{
  color:#6c675e;
  font-size:11px;
  line-height:1.3;
}

.mkr-option__card > b{
  display:grid;
  width:21px;
  height:21px;
  place-items:center;
  border:1px solid #bcb6ab;
  border-radius:50%;
  color:transparent;
  font-size:12px;
}

.mkr-option input:checked + .mkr-option__card > b{
  border-color:var(--mkr-black);
  background:var(--mkr-black);
  color:#fff;
}

.mkr-swatch{
  display:block;
  width:44px;
  height:44px;
  border:1px solid rgba(0,0,0,.14);
  border-radius:50%;
  box-shadow:inset 0 0 0 5px rgba(255,255,255,.28),0 4px 10px rgba(0,0,0,.1);
}

.mkr-swatch--silver{
  background:linear-gradient(135deg,#686868 0%,#f2f2f2 48%,#969696 100%);
}

.mkr-swatch--black{
  background:linear-gradient(135deg,#020202 0%,#3d3d3d 48%,#050505 100%);
}

.mkr-width{
  display:grid;
  width:46px;
  place-items:center;
}

.mkr-width::before{
  content:"";
  display:block;
  width:43px;
  border-radius:10px;
  background:linear-gradient(180deg,#e4e4e4,#787878);
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.16);
}

.mkr-width--6-mm::before{height:10px}
.mkr-width--9-mm::before{height:16px}

.mkr-choice__note{
  display:block;
  margin-top:10px;
  color:#777066;
  font-size:11px;
  line-height:1.45;
}

.mkr-purchase{
  display:grid!important;
  grid-template-columns:minmax(140px,.7fr) minmax(0,1.3fr);
  gap:12px;
  width:100%!important;
  padding:16px 18px;
  border-radius:18px;
  background:var(--mkr-black);
  color:#fff;
}

.mkr-price,
.mkr-ready{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
}

.mkr-price{
  padding-right:14px;
  border-right:1px solid rgba(255,255,255,.16);
}

.mkr-price span{
  color:var(--mkr-gold)!important;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
}

.mkr-price strong{
  margin-top:2px;
  color:#fff;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:34px;
  font-weight:600;
  line-height:1;
}

.mkr-price .woocommerce-Price-currencySymbol{
  font-size:.7em;
}

.mkr-ready strong{
  font-size:14px;
}

.mkr-ready span{
  margin-top:3px;
  color:#c9c5bd!important;
  font-size:11px;
  line-height:1.4;
}

.mkr__buy{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr);
  gap:10px;
  width:100%!important;
  margin:0!important;
}

.mkr__buy .quantity{
  display:block!important;
  float:none!important;
  width:74px!important;
  margin:0!important;
}

.mkr__buy .qty{
  width:74px!important;
  min-height:52px!important;
  margin:0!important;
  border:1px solid var(--mkr-line)!important;
  border-radius:13px!important;
  background:#fff!important;
  text-align:center;
}

.mkr__buy .single_add_to_cart_button{
  display:block!important;
  float:none!important;
  width:100%!important;
  min-height:52px!important;
  margin:0!important;
  padding:13px 18px!important;
  border:0!important;
  border-radius:13px!important;
  background:var(--mkr-black)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
  letter-spacing:.02em;
  white-space:normal!important;
}

.mkr__buy .single_add_to_cart_button:hover{
  background:#2a2115!important;
}

.mkr__facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:16px;
}

.mkr__facts > span{
  display:grid;
  min-width:0;
  padding:13px;
  border:1px solid var(--mkr-line);
  border-radius:14px;
  background:#fff;
}

.mkr__facts b{
  color:var(--mkr-gold);
  font-size:10px;
  letter-spacing:.1em;
}

.mkr__facts strong{
  margin-top:6px;
  color:var(--mkr-black);
  font-size:12px;
  line-height:1.25;
}

.mkr__facts small{
  margin-top:3px;
  color:#736d64;
  font-size:10px;
  line-height:1.4;
}

.mkr__trust{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  margin-top:14px;
  color:#5f5a52;
  font-size:11px;
  font-weight:700;
}

.mkr__trust span{
  display:inline-flex;
  align-items:center;
  gap:5px;
}

.mkr__trust b{
  color:#98732e;
}

@media (max-width:680px){
  .mkr__header h1{font-size:42px}
  .mkr-symbols{grid-template-columns:repeat(6,minmax(0,1fr))}
  .mkr-symbols span{grid-column:span 2}
  .mkr-symbols span:nth-child(3){border-right:0}
  .mkr-symbols span:nth-child(-n+3){border-bottom:1px solid rgba(255,255,255,.11)}
  .mkr-symbols span:nth-child(4){grid-column:2 / span 2}
  .mkr-symbols span:nth-child(5){grid-column:4 / span 2;border-right:0}
  .mkr-choice__grid{grid-template-columns:1fr!important}
  .mkr-option__card{min-height:68px}
  .mkr-purchase{grid-template-columns:1fr}
  .mkr-price{padding:0 0 12px;border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}
  .mkr__facts{grid-template-columns:1fr}
}

@media (max-width:420px){
  .mkr__lead{font-size:14px}
  .mkr-choice{padding:13px!important}
  .mkr__buy{grid-template-columns:64px minmax(0,1fr)}
  .mkr__buy .quantity,.mkr__buy .qty{width:64px!important}
  .mkr__buy .single_add_to_cart_button{padding:11px 12px!important;font-size:13px!important}
}
