/** Shopify CDN: Minification failed

Line 18:0 Unexpected "}"

**/
/* ===== Centro Japón — Variables de marca ===== */
:root {
  --cj-black:    #0D0D0D;
  --cj-charcoal: #1C1C1C;
  --cj-dgray:    #3A3A3A;
  --cj-mgray:    #6B6B6B;
  --cj-lgray:    #E4E4E4;
  --cj-xlight:   #F7F7F7;
  --cj-white:    #FFFFFF;
  --cj-pink:     #D2388C;
  --cj-lime:     #C4D225;
}
}
/* Color del check del checkbox de términos del carrito */
input#cart-term-conditions-checkbox:checked,
.cart__terms-and-conditions input[type="checkbox"]:checked {
  accent-color: ##d2388c; /* reemplaza con el color que quieras */
}